@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.
- package/dist/client.d.ts +2 -2
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +4 -5
- package/dist/client.ts +5 -2
- package/dist/generated/prisma/client.d.ts +427 -0
- package/dist/generated/prisma/client.d.ts.map +1 -0
- package/dist/generated/prisma/client.js +73 -0
- package/dist/generated/prisma/commonInputTypes.d.ts +2082 -0
- package/dist/generated/prisma/commonInputTypes.d.ts.map +1 -0
- package/dist/generated/prisma/commonInputTypes.js +11 -0
- package/dist/generated/prisma/enums.d.ts +367 -0
- package/dist/generated/prisma/enums.d.ts.map +1 -0
- package/dist/generated/prisma/enums.js +329 -0
- package/dist/generated/prisma/internal/class.d.ts +1000 -0
- package/dist/generated/prisma/internal/class.d.ts.map +1 -0
- package/dist/generated/prisma/internal/class.js +87 -0
- package/dist/generated/prisma/internal/prismaNamespace.d.ts +8063 -0
- package/dist/generated/prisma/internal/prismaNamespace.d.ts.map +1 -0
- package/dist/generated/prisma/internal/prismaNamespace.js +1256 -0
- package/dist/generated/prisma/models/Account.d.ts +1456 -0
- package/dist/generated/prisma/models/Account.d.ts.map +1 -0
- package/dist/generated/prisma/models/Account.js +2 -0
- package/dist/generated/prisma/models/ApiKey.d.ts +1387 -0
- package/dist/generated/prisma/models/ApiKey.d.ts.map +1 -0
- package/dist/generated/prisma/models/ApiKey.js +2 -0
- package/dist/generated/prisma/models/Attachment.d.ts +1520 -0
- package/dist/generated/prisma/models/Attachment.d.ts.map +1 -0
- package/dist/generated/prisma/models/Attachment.js +2 -0
- package/dist/generated/prisma/models/AuditLog.d.ts +1590 -0
- package/dist/generated/prisma/models/AuditLog.d.ts.map +1 -0
- package/dist/generated/prisma/models/AuditLog.js +2 -0
- package/dist/generated/prisma/models/BrowserAutomation.d.ts +1507 -0
- package/dist/generated/prisma/models/BrowserAutomation.d.ts.map +1 -0
- package/dist/generated/prisma/models/BrowserAutomation.js +2 -0
- package/dist/generated/prisma/models/BrowserAutomationRun.d.ts +1455 -0
- package/dist/generated/prisma/models/BrowserAutomationRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/BrowserAutomationRun.js +2 -0
- package/dist/generated/prisma/models/BrowserbaseContext.d.ts +1139 -0
- package/dist/generated/prisma/models/BrowserbaseContext.d.ts.map +1 -0
- package/dist/generated/prisma/models/BrowserbaseContext.js +2 -0
- package/dist/generated/prisma/models/Comment.d.ts +1502 -0
- package/dist/generated/prisma/models/Comment.d.ts.map +1 -0
- package/dist/generated/prisma/models/Comment.js +2 -0
- package/dist/generated/prisma/models/Context.d.ts +1254 -0
- package/dist/generated/prisma/models/Context.d.ts.map +1 -0
- package/dist/generated/prisma/models/Context.js +2 -0
- package/dist/generated/prisma/models/Control.d.ts +1965 -0
- package/dist/generated/prisma/models/Control.d.ts.map +1 -0
- package/dist/generated/prisma/models/Control.js +2 -0
- package/dist/generated/prisma/models/ControlDocumentType.d.ts +1115 -0
- package/dist/generated/prisma/models/ControlDocumentType.d.ts.map +1 -0
- package/dist/generated/prisma/models/ControlDocumentType.js +2 -0
- package/dist/generated/prisma/models/Device.d.ts +1858 -0
- package/dist/generated/prisma/models/Device.d.ts.map +1 -0
- package/dist/generated/prisma/models/Device.js +2 -0
- package/dist/generated/prisma/models/DynamicCheck.d.ts +1517 -0
- package/dist/generated/prisma/models/DynamicCheck.d.ts.map +1 -0
- package/dist/generated/prisma/models/DynamicCheck.js +2 -0
- package/dist/generated/prisma/models/DynamicIntegration.d.ts +1528 -0
- package/dist/generated/prisma/models/DynamicIntegration.d.ts.map +1 -0
- package/dist/generated/prisma/models/DynamicIntegration.js +2 -0
- package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.d.ts +1146 -0
- package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.d.ts.map +1 -0
- package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.js +2 -0
- package/dist/generated/prisma/models/EvidenceAutomation.d.ts +1533 -0
- package/dist/generated/prisma/models/EvidenceAutomation.d.ts.map +1 -0
- package/dist/generated/prisma/models/EvidenceAutomation.js +2 -0
- package/dist/generated/prisma/models/EvidenceAutomationRun.d.ts +1833 -0
- package/dist/generated/prisma/models/EvidenceAutomationRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/EvidenceAutomationRun.js +2 -0
- package/dist/generated/prisma/models/EvidenceAutomationVersion.d.ts +1331 -0
- package/dist/generated/prisma/models/EvidenceAutomationVersion.d.ts.map +1 -0
- package/dist/generated/prisma/models/EvidenceAutomationVersion.js +2 -0
- package/dist/generated/prisma/models/EvidenceSubmission.d.ts +1905 -0
- package/dist/generated/prisma/models/EvidenceSubmission.d.ts.map +1 -0
- package/dist/generated/prisma/models/EvidenceSubmission.js +2 -0
- package/dist/generated/prisma/models/Finding.d.ts +2386 -0
- package/dist/generated/prisma/models/Finding.d.ts.map +1 -0
- package/dist/generated/prisma/models/Finding.js +2 -0
- package/dist/generated/prisma/models/FindingTemplate.d.ts +1264 -0
- package/dist/generated/prisma/models/FindingTemplate.d.ts.map +1 -0
- package/dist/generated/prisma/models/FindingTemplate.js +2 -0
- package/dist/generated/prisma/models/FleetPolicyResult.d.ts +1484 -0
- package/dist/generated/prisma/models/FleetPolicyResult.d.ts.map +1 -0
- package/dist/generated/prisma/models/FleetPolicyResult.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorControlTemplate.d.ts +1669 -0
- package/dist/generated/prisma/models/FrameworkEditorControlTemplate.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorControlTemplate.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorFramework.d.ts +1581 -0
- package/dist/generated/prisma/models/FrameworkEditorFramework.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorFramework.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.d.ts +1428 -0
- package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorRequirement.d.ts +1525 -0
- package/dist/generated/prisma/models/FrameworkEditorRequirement.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorRequirement.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.d.ts +1434 -0
- package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorVideo.d.ts +1054 -0
- package/dist/generated/prisma/models/FrameworkEditorVideo.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorVideo.js +2 -0
- package/dist/generated/prisma/models/FrameworkInstance.d.ts +1321 -0
- package/dist/generated/prisma/models/FrameworkInstance.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkInstance.js +2 -0
- package/dist/generated/prisma/models/GlobalVendors.d.ts +1358 -0
- package/dist/generated/prisma/models/GlobalVendors.d.ts.map +1 -0
- package/dist/generated/prisma/models/GlobalVendors.js +2 -0
- package/dist/generated/prisma/models/Integration.d.ts +1363 -0
- package/dist/generated/prisma/models/Integration.d.ts.map +1 -0
- package/dist/generated/prisma/models/Integration.js +2 -0
- package/dist/generated/prisma/models/IntegrationCheckResult.d.ts +1408 -0
- package/dist/generated/prisma/models/IntegrationCheckResult.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationCheckResult.js +2 -0
- package/dist/generated/prisma/models/IntegrationCheckRun.d.ts +1958 -0
- package/dist/generated/prisma/models/IntegrationCheckRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationCheckRun.js +2 -0
- package/dist/generated/prisma/models/IntegrationConnection.d.ts +2472 -0
- package/dist/generated/prisma/models/IntegrationConnection.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationConnection.js +2 -0
- package/dist/generated/prisma/models/IntegrationCredentialVersion.d.ts +1298 -0
- package/dist/generated/prisma/models/IntegrationCredentialVersion.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationCredentialVersion.js +2 -0
- package/dist/generated/prisma/models/IntegrationOAuthApp.d.ts +1362 -0
- package/dist/generated/prisma/models/IntegrationOAuthApp.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationOAuthApp.js +2 -0
- package/dist/generated/prisma/models/IntegrationOAuthState.d.ts +1131 -0
- package/dist/generated/prisma/models/IntegrationOAuthState.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationOAuthState.js +2 -0
- package/dist/generated/prisma/models/IntegrationPlatformCredential.d.ts +1237 -0
- package/dist/generated/prisma/models/IntegrationPlatformCredential.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationPlatformCredential.js +2 -0
- package/dist/generated/prisma/models/IntegrationPlatformFinding.d.ts +1652 -0
- package/dist/generated/prisma/models/IntegrationPlatformFinding.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationPlatformFinding.js +2 -0
- package/dist/generated/prisma/models/IntegrationProvider.d.ts +1300 -0
- package/dist/generated/prisma/models/IntegrationProvider.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationProvider.js +2 -0
- package/dist/generated/prisma/models/IntegrationResult.d.ts +1539 -0
- package/dist/generated/prisma/models/IntegrationResult.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationResult.js +2 -0
- package/dist/generated/prisma/models/IntegrationRun.d.ts +1596 -0
- package/dist/generated/prisma/models/IntegrationRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationRun.js +2 -0
- package/dist/generated/prisma/models/IntegrationSyncLog.d.ts +1716 -0
- package/dist/generated/prisma/models/IntegrationSyncLog.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationSyncLog.js +2 -0
- package/dist/generated/prisma/models/Invitation.d.ts +1404 -0
- package/dist/generated/prisma/models/Invitation.d.ts.map +1 -0
- package/dist/generated/prisma/models/Invitation.js +2 -0
- package/dist/generated/prisma/models/Jwks.d.ts +998 -0
- package/dist/generated/prisma/models/Jwks.d.ts.map +1 -0
- package/dist/generated/prisma/models/Jwks.js +2 -0
- package/dist/generated/prisma/models/KnowledgeBaseDocument.d.ts +1463 -0
- package/dist/generated/prisma/models/KnowledgeBaseDocument.d.ts.map +1 -0
- package/dist/generated/prisma/models/KnowledgeBaseDocument.js +2 -0
- package/dist/generated/prisma/models/Member.d.ts +5530 -0
- package/dist/generated/prisma/models/Member.d.ts.map +1 -0
- package/dist/generated/prisma/models/Member.js +2 -0
- package/dist/generated/prisma/models/Onboarding.d.ts +1376 -0
- package/dist/generated/prisma/models/Onboarding.d.ts.map +1 -0
- package/dist/generated/prisma/models/Onboarding.js +2 -0
- package/dist/generated/prisma/models/Organization.d.ts +14367 -0
- package/dist/generated/prisma/models/Organization.d.ts.map +1 -0
- package/dist/generated/prisma/models/Organization.js +2 -0
- package/dist/generated/prisma/models/OrganizationBilling.d.ts +1222 -0
- package/dist/generated/prisma/models/OrganizationBilling.d.ts.map +1 -0
- package/dist/generated/prisma/models/OrganizationBilling.js +2 -0
- package/dist/generated/prisma/models/OrganizationChart.d.ts +1248 -0
- package/dist/generated/prisma/models/OrganizationChart.d.ts.map +1 -0
- package/dist/generated/prisma/models/OrganizationChart.js +2 -0
- package/dist/generated/prisma/models/OrganizationRole.d.ts +1251 -0
- package/dist/generated/prisma/models/OrganizationRole.d.ts.map +1 -0
- package/dist/generated/prisma/models/OrganizationRole.js +2 -0
- package/dist/generated/prisma/models/PentestSubscription.d.ts +1497 -0
- package/dist/generated/prisma/models/PentestSubscription.d.ts.map +1 -0
- package/dist/generated/prisma/models/PentestSubscription.js +2 -0
- package/dist/generated/prisma/models/Policy.d.ts +3356 -0
- package/dist/generated/prisma/models/Policy.d.ts.map +1 -0
- package/dist/generated/prisma/models/Policy.js +2 -0
- package/dist/generated/prisma/models/PolicyVersion.d.ts +1619 -0
- package/dist/generated/prisma/models/PolicyVersion.d.ts.map +1 -0
- package/dist/generated/prisma/models/PolicyVersion.js +2 -0
- package/dist/generated/prisma/models/Questionnaire.d.ts +1808 -0
- package/dist/generated/prisma/models/Questionnaire.d.ts.map +1 -0
- package/dist/generated/prisma/models/Questionnaire.js +2 -0
- package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.d.ts +1422 -0
- package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.d.ts.map +1 -0
- package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.js +2 -0
- package/dist/generated/prisma/models/RequirementMap.d.ts +1345 -0
- package/dist/generated/prisma/models/RequirementMap.d.ts.map +1 -0
- package/dist/generated/prisma/models/RequirementMap.js +2 -0
- package/dist/generated/prisma/models/Risk.d.ts +1975 -0
- package/dist/generated/prisma/models/Risk.d.ts.map +1 -0
- package/dist/generated/prisma/models/Risk.js +2 -0
- package/dist/generated/prisma/models/RoleNotificationSetting.d.ts +1391 -0
- package/dist/generated/prisma/models/RoleNotificationSetting.d.ts.map +1 -0
- package/dist/generated/prisma/models/RoleNotificationSetting.js +2 -0
- package/dist/generated/prisma/models/SOAAnswer.d.ts +1498 -0
- package/dist/generated/prisma/models/SOAAnswer.d.ts.map +1 -0
- package/dist/generated/prisma/models/SOAAnswer.js +2 -0
- package/dist/generated/prisma/models/SOADocument.d.ts +2272 -0
- package/dist/generated/prisma/models/SOADocument.d.ts.map +1 -0
- package/dist/generated/prisma/models/SOADocument.js +2 -0
- package/dist/generated/prisma/models/SOAFrameworkConfiguration.d.ts +1445 -0
- package/dist/generated/prisma/models/SOAFrameworkConfiguration.d.ts.map +1 -0
- package/dist/generated/prisma/models/SOAFrameworkConfiguration.js +2 -0
- package/dist/generated/prisma/models/Secret.d.ts +1321 -0
- package/dist/generated/prisma/models/Secret.d.ts.map +1 -0
- package/dist/generated/prisma/models/Secret.js +2 -0
- package/dist/generated/prisma/models/SecurityPenetrationTestRun.d.ts +1176 -0
- package/dist/generated/prisma/models/SecurityPenetrationTestRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/SecurityPenetrationTestRun.js +2 -0
- package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.d.ts +1510 -0
- package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.d.ts.map +1 -0
- package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.js +2 -0
- package/dist/generated/prisma/models/Session.d.ts +1351 -0
- package/dist/generated/prisma/models/Session.d.ts.map +1 -0
- package/dist/generated/prisma/models/Session.js +2 -0
- package/dist/generated/prisma/models/Task.d.ts +3980 -0
- package/dist/generated/prisma/models/Task.d.ts.map +1 -0
- package/dist/generated/prisma/models/Task.js +2 -0
- package/dist/generated/prisma/models/TaskItem.d.ts +1961 -0
- package/dist/generated/prisma/models/TaskItem.d.ts.map +1 -0
- package/dist/generated/prisma/models/TaskItem.js +2 -0
- package/dist/generated/prisma/models/Trust.d.ts +2242 -0
- package/dist/generated/prisma/models/Trust.d.ts.map +1 -0
- package/dist/generated/prisma/models/Trust.js +2 -0
- package/dist/generated/prisma/models/TrustAccessGrant.d.ts +1888 -0
- package/dist/generated/prisma/models/TrustAccessGrant.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustAccessGrant.js +2 -0
- package/dist/generated/prisma/models/TrustAccessRequest.d.ts +2103 -0
- package/dist/generated/prisma/models/TrustAccessRequest.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustAccessRequest.js +2 -0
- package/dist/generated/prisma/models/TrustCustomLink.d.ts +1354 -0
- package/dist/generated/prisma/models/TrustCustomLink.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustCustomLink.js +2 -0
- package/dist/generated/prisma/models/TrustDocument.d.ts +1281 -0
- package/dist/generated/prisma/models/TrustDocument.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustDocument.js +2 -0
- package/dist/generated/prisma/models/TrustNDAAgreement.d.ts +1877 -0
- package/dist/generated/prisma/models/TrustNDAAgreement.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustNDAAgreement.js +2 -0
- package/dist/generated/prisma/models/TrustResource.d.ts +1328 -0
- package/dist/generated/prisma/models/TrustResource.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustResource.js +2 -0
- package/dist/generated/prisma/models/User.d.ts +3070 -0
- package/dist/generated/prisma/models/User.d.ts.map +1 -0
- package/dist/generated/prisma/models/User.js +2 -0
- package/dist/generated/prisma/models/Vendor.d.ts +2307 -0
- package/dist/generated/prisma/models/Vendor.d.ts.map +1 -0
- package/dist/generated/prisma/models/Vendor.js +2 -0
- package/dist/generated/prisma/models/VendorContact.d.ts +1246 -0
- package/dist/generated/prisma/models/VendorContact.d.ts.map +1 -0
- package/dist/generated/prisma/models/VendorContact.js +2 -0
- package/dist/generated/prisma/models/Verification.d.ts +1026 -0
- package/dist/generated/prisma/models/Verification.d.ts.map +1 -0
- package/dist/generated/prisma/models/Verification.js +2 -0
- package/dist/generated/prisma/models.d.ts +82 -0
- package/dist/generated/prisma/models.d.ts.map +1 -0
- package/dist/generated/prisma/models.js +2 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -3
- package/dist/index.ts +1 -2
- package/dist/postinstall.js +1 -1
- package/dist/schema.prisma +455 -39
- package/package.json +56 -55
|
@@ -0,0 +1,1958 @@
|
|
|
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 IntegrationCheckRun
|
|
6
|
+
* Records check runs linked to tasks for compliance verification
|
|
7
|
+
*/
|
|
8
|
+
export type IntegrationCheckRunModel = runtime.Types.Result.DefaultSelection<Prisma.$IntegrationCheckRunPayload>;
|
|
9
|
+
export type AggregateIntegrationCheckRun = {
|
|
10
|
+
_count: IntegrationCheckRunCountAggregateOutputType | null;
|
|
11
|
+
_avg: IntegrationCheckRunAvgAggregateOutputType | null;
|
|
12
|
+
_sum: IntegrationCheckRunSumAggregateOutputType | null;
|
|
13
|
+
_min: IntegrationCheckRunMinAggregateOutputType | null;
|
|
14
|
+
_max: IntegrationCheckRunMaxAggregateOutputType | null;
|
|
15
|
+
};
|
|
16
|
+
export type IntegrationCheckRunAvgAggregateOutputType = {
|
|
17
|
+
durationMs: number | null;
|
|
18
|
+
totalChecked: number | null;
|
|
19
|
+
passedCount: number | null;
|
|
20
|
+
failedCount: number | null;
|
|
21
|
+
};
|
|
22
|
+
export type IntegrationCheckRunSumAggregateOutputType = {
|
|
23
|
+
durationMs: number | null;
|
|
24
|
+
totalChecked: number | null;
|
|
25
|
+
passedCount: number | null;
|
|
26
|
+
failedCount: number | null;
|
|
27
|
+
};
|
|
28
|
+
export type IntegrationCheckRunMinAggregateOutputType = {
|
|
29
|
+
id: string | null;
|
|
30
|
+
connectionId: string | null;
|
|
31
|
+
taskId: string | null;
|
|
32
|
+
checkId: string | null;
|
|
33
|
+
checkName: string | null;
|
|
34
|
+
status: $Enums.IntegrationRunStatus | null;
|
|
35
|
+
startedAt: Date | null;
|
|
36
|
+
completedAt: Date | null;
|
|
37
|
+
durationMs: number | null;
|
|
38
|
+
totalChecked: number | null;
|
|
39
|
+
passedCount: number | null;
|
|
40
|
+
failedCount: number | null;
|
|
41
|
+
errorMessage: string | null;
|
|
42
|
+
createdAt: Date | null;
|
|
43
|
+
};
|
|
44
|
+
export type IntegrationCheckRunMaxAggregateOutputType = {
|
|
45
|
+
id: string | null;
|
|
46
|
+
connectionId: string | null;
|
|
47
|
+
taskId: string | null;
|
|
48
|
+
checkId: string | null;
|
|
49
|
+
checkName: string | null;
|
|
50
|
+
status: $Enums.IntegrationRunStatus | null;
|
|
51
|
+
startedAt: Date | null;
|
|
52
|
+
completedAt: Date | null;
|
|
53
|
+
durationMs: number | null;
|
|
54
|
+
totalChecked: number | null;
|
|
55
|
+
passedCount: number | null;
|
|
56
|
+
failedCount: number | null;
|
|
57
|
+
errorMessage: string | null;
|
|
58
|
+
createdAt: Date | null;
|
|
59
|
+
};
|
|
60
|
+
export type IntegrationCheckRunCountAggregateOutputType = {
|
|
61
|
+
id: number;
|
|
62
|
+
connectionId: number;
|
|
63
|
+
taskId: number;
|
|
64
|
+
checkId: number;
|
|
65
|
+
checkName: number;
|
|
66
|
+
status: number;
|
|
67
|
+
startedAt: number;
|
|
68
|
+
completedAt: number;
|
|
69
|
+
durationMs: number;
|
|
70
|
+
totalChecked: number;
|
|
71
|
+
passedCount: number;
|
|
72
|
+
failedCount: number;
|
|
73
|
+
errorMessage: number;
|
|
74
|
+
logs: number;
|
|
75
|
+
createdAt: number;
|
|
76
|
+
_all: number;
|
|
77
|
+
};
|
|
78
|
+
export type IntegrationCheckRunAvgAggregateInputType = {
|
|
79
|
+
durationMs?: true;
|
|
80
|
+
totalChecked?: true;
|
|
81
|
+
passedCount?: true;
|
|
82
|
+
failedCount?: true;
|
|
83
|
+
};
|
|
84
|
+
export type IntegrationCheckRunSumAggregateInputType = {
|
|
85
|
+
durationMs?: true;
|
|
86
|
+
totalChecked?: true;
|
|
87
|
+
passedCount?: true;
|
|
88
|
+
failedCount?: true;
|
|
89
|
+
};
|
|
90
|
+
export type IntegrationCheckRunMinAggregateInputType = {
|
|
91
|
+
id?: true;
|
|
92
|
+
connectionId?: true;
|
|
93
|
+
taskId?: true;
|
|
94
|
+
checkId?: true;
|
|
95
|
+
checkName?: true;
|
|
96
|
+
status?: true;
|
|
97
|
+
startedAt?: true;
|
|
98
|
+
completedAt?: true;
|
|
99
|
+
durationMs?: true;
|
|
100
|
+
totalChecked?: true;
|
|
101
|
+
passedCount?: true;
|
|
102
|
+
failedCount?: true;
|
|
103
|
+
errorMessage?: true;
|
|
104
|
+
createdAt?: true;
|
|
105
|
+
};
|
|
106
|
+
export type IntegrationCheckRunMaxAggregateInputType = {
|
|
107
|
+
id?: true;
|
|
108
|
+
connectionId?: true;
|
|
109
|
+
taskId?: true;
|
|
110
|
+
checkId?: true;
|
|
111
|
+
checkName?: true;
|
|
112
|
+
status?: true;
|
|
113
|
+
startedAt?: true;
|
|
114
|
+
completedAt?: true;
|
|
115
|
+
durationMs?: true;
|
|
116
|
+
totalChecked?: true;
|
|
117
|
+
passedCount?: true;
|
|
118
|
+
failedCount?: true;
|
|
119
|
+
errorMessage?: true;
|
|
120
|
+
createdAt?: true;
|
|
121
|
+
};
|
|
122
|
+
export type IntegrationCheckRunCountAggregateInputType = {
|
|
123
|
+
id?: true;
|
|
124
|
+
connectionId?: true;
|
|
125
|
+
taskId?: true;
|
|
126
|
+
checkId?: true;
|
|
127
|
+
checkName?: true;
|
|
128
|
+
status?: true;
|
|
129
|
+
startedAt?: true;
|
|
130
|
+
completedAt?: true;
|
|
131
|
+
durationMs?: true;
|
|
132
|
+
totalChecked?: true;
|
|
133
|
+
passedCount?: true;
|
|
134
|
+
failedCount?: true;
|
|
135
|
+
errorMessage?: true;
|
|
136
|
+
logs?: true;
|
|
137
|
+
createdAt?: true;
|
|
138
|
+
_all?: true;
|
|
139
|
+
};
|
|
140
|
+
export type IntegrationCheckRunAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
141
|
+
/**
|
|
142
|
+
* Filter which IntegrationCheckRun to aggregate.
|
|
143
|
+
*/
|
|
144
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
145
|
+
/**
|
|
146
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
147
|
+
*
|
|
148
|
+
* Determine the order of IntegrationCheckRuns to fetch.
|
|
149
|
+
*/
|
|
150
|
+
orderBy?: Prisma.IntegrationCheckRunOrderByWithRelationInput | Prisma.IntegrationCheckRunOrderByWithRelationInput[];
|
|
151
|
+
/**
|
|
152
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
153
|
+
*
|
|
154
|
+
* Sets the start position
|
|
155
|
+
*/
|
|
156
|
+
cursor?: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
157
|
+
/**
|
|
158
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
159
|
+
*
|
|
160
|
+
* Take `±n` IntegrationCheckRuns from the position of the cursor.
|
|
161
|
+
*/
|
|
162
|
+
take?: number;
|
|
163
|
+
/**
|
|
164
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
165
|
+
*
|
|
166
|
+
* Skip the first `n` IntegrationCheckRuns.
|
|
167
|
+
*/
|
|
168
|
+
skip?: number;
|
|
169
|
+
/**
|
|
170
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
171
|
+
*
|
|
172
|
+
* Count returned IntegrationCheckRuns
|
|
173
|
+
**/
|
|
174
|
+
_count?: true | IntegrationCheckRunCountAggregateInputType;
|
|
175
|
+
/**
|
|
176
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
177
|
+
*
|
|
178
|
+
* Select which fields to average
|
|
179
|
+
**/
|
|
180
|
+
_avg?: IntegrationCheckRunAvgAggregateInputType;
|
|
181
|
+
/**
|
|
182
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
183
|
+
*
|
|
184
|
+
* Select which fields to sum
|
|
185
|
+
**/
|
|
186
|
+
_sum?: IntegrationCheckRunSumAggregateInputType;
|
|
187
|
+
/**
|
|
188
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
189
|
+
*
|
|
190
|
+
* Select which fields to find the minimum value
|
|
191
|
+
**/
|
|
192
|
+
_min?: IntegrationCheckRunMinAggregateInputType;
|
|
193
|
+
/**
|
|
194
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
195
|
+
*
|
|
196
|
+
* Select which fields to find the maximum value
|
|
197
|
+
**/
|
|
198
|
+
_max?: IntegrationCheckRunMaxAggregateInputType;
|
|
199
|
+
};
|
|
200
|
+
export type GetIntegrationCheckRunAggregateType<T extends IntegrationCheckRunAggregateArgs> = {
|
|
201
|
+
[P in keyof T & keyof AggregateIntegrationCheckRun]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateIntegrationCheckRun[P]> : Prisma.GetScalarType<T[P], AggregateIntegrationCheckRun[P]>;
|
|
202
|
+
};
|
|
203
|
+
export type IntegrationCheckRunGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
204
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
205
|
+
orderBy?: Prisma.IntegrationCheckRunOrderByWithAggregationInput | Prisma.IntegrationCheckRunOrderByWithAggregationInput[];
|
|
206
|
+
by: Prisma.IntegrationCheckRunScalarFieldEnum[] | Prisma.IntegrationCheckRunScalarFieldEnum;
|
|
207
|
+
having?: Prisma.IntegrationCheckRunScalarWhereWithAggregatesInput;
|
|
208
|
+
take?: number;
|
|
209
|
+
skip?: number;
|
|
210
|
+
_count?: IntegrationCheckRunCountAggregateInputType | true;
|
|
211
|
+
_avg?: IntegrationCheckRunAvgAggregateInputType;
|
|
212
|
+
_sum?: IntegrationCheckRunSumAggregateInputType;
|
|
213
|
+
_min?: IntegrationCheckRunMinAggregateInputType;
|
|
214
|
+
_max?: IntegrationCheckRunMaxAggregateInputType;
|
|
215
|
+
};
|
|
216
|
+
export type IntegrationCheckRunGroupByOutputType = {
|
|
217
|
+
id: string;
|
|
218
|
+
connectionId: string;
|
|
219
|
+
taskId: string | null;
|
|
220
|
+
checkId: string;
|
|
221
|
+
checkName: string;
|
|
222
|
+
status: $Enums.IntegrationRunStatus;
|
|
223
|
+
startedAt: Date | null;
|
|
224
|
+
completedAt: Date | null;
|
|
225
|
+
durationMs: number | null;
|
|
226
|
+
totalChecked: number;
|
|
227
|
+
passedCount: number;
|
|
228
|
+
failedCount: number;
|
|
229
|
+
errorMessage: string | null;
|
|
230
|
+
logs: runtime.JsonValue | null;
|
|
231
|
+
createdAt: Date;
|
|
232
|
+
_count: IntegrationCheckRunCountAggregateOutputType | null;
|
|
233
|
+
_avg: IntegrationCheckRunAvgAggregateOutputType | null;
|
|
234
|
+
_sum: IntegrationCheckRunSumAggregateOutputType | null;
|
|
235
|
+
_min: IntegrationCheckRunMinAggregateOutputType | null;
|
|
236
|
+
_max: IntegrationCheckRunMaxAggregateOutputType | null;
|
|
237
|
+
};
|
|
238
|
+
export type GetIntegrationCheckRunGroupByPayload<T extends IntegrationCheckRunGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<IntegrationCheckRunGroupByOutputType, T['by']> & {
|
|
239
|
+
[P in ((keyof T) & (keyof IntegrationCheckRunGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], IntegrationCheckRunGroupByOutputType[P]> : Prisma.GetScalarType<T[P], IntegrationCheckRunGroupByOutputType[P]>;
|
|
240
|
+
}>>;
|
|
241
|
+
export type IntegrationCheckRunWhereInput = {
|
|
242
|
+
AND?: Prisma.IntegrationCheckRunWhereInput | Prisma.IntegrationCheckRunWhereInput[];
|
|
243
|
+
OR?: Prisma.IntegrationCheckRunWhereInput[];
|
|
244
|
+
NOT?: Prisma.IntegrationCheckRunWhereInput | Prisma.IntegrationCheckRunWhereInput[];
|
|
245
|
+
id?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
246
|
+
connectionId?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
247
|
+
taskId?: Prisma.StringNullableFilter<"IntegrationCheckRun"> | string | null;
|
|
248
|
+
checkId?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
249
|
+
checkName?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
250
|
+
status?: Prisma.EnumIntegrationRunStatusFilter<"IntegrationCheckRun"> | $Enums.IntegrationRunStatus;
|
|
251
|
+
startedAt?: Prisma.DateTimeNullableFilter<"IntegrationCheckRun"> | Date | string | null;
|
|
252
|
+
completedAt?: Prisma.DateTimeNullableFilter<"IntegrationCheckRun"> | Date | string | null;
|
|
253
|
+
durationMs?: Prisma.IntNullableFilter<"IntegrationCheckRun"> | number | null;
|
|
254
|
+
totalChecked?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
255
|
+
passedCount?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
256
|
+
failedCount?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
257
|
+
errorMessage?: Prisma.StringNullableFilter<"IntegrationCheckRun"> | string | null;
|
|
258
|
+
logs?: Prisma.JsonNullableFilter<"IntegrationCheckRun">;
|
|
259
|
+
createdAt?: Prisma.DateTimeFilter<"IntegrationCheckRun"> | Date | string;
|
|
260
|
+
connection?: Prisma.XOR<Prisma.IntegrationConnectionScalarRelationFilter, Prisma.IntegrationConnectionWhereInput>;
|
|
261
|
+
task?: Prisma.XOR<Prisma.TaskNullableScalarRelationFilter, Prisma.TaskWhereInput> | null;
|
|
262
|
+
results?: Prisma.IntegrationCheckResultListRelationFilter;
|
|
263
|
+
};
|
|
264
|
+
export type IntegrationCheckRunOrderByWithRelationInput = {
|
|
265
|
+
id?: Prisma.SortOrder;
|
|
266
|
+
connectionId?: Prisma.SortOrder;
|
|
267
|
+
taskId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
268
|
+
checkId?: Prisma.SortOrder;
|
|
269
|
+
checkName?: Prisma.SortOrder;
|
|
270
|
+
status?: Prisma.SortOrder;
|
|
271
|
+
startedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
272
|
+
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
273
|
+
durationMs?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
274
|
+
totalChecked?: Prisma.SortOrder;
|
|
275
|
+
passedCount?: Prisma.SortOrder;
|
|
276
|
+
failedCount?: Prisma.SortOrder;
|
|
277
|
+
errorMessage?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
278
|
+
logs?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
279
|
+
createdAt?: Prisma.SortOrder;
|
|
280
|
+
connection?: Prisma.IntegrationConnectionOrderByWithRelationInput;
|
|
281
|
+
task?: Prisma.TaskOrderByWithRelationInput;
|
|
282
|
+
results?: Prisma.IntegrationCheckResultOrderByRelationAggregateInput;
|
|
283
|
+
};
|
|
284
|
+
export type IntegrationCheckRunWhereUniqueInput = Prisma.AtLeast<{
|
|
285
|
+
id?: string;
|
|
286
|
+
AND?: Prisma.IntegrationCheckRunWhereInput | Prisma.IntegrationCheckRunWhereInput[];
|
|
287
|
+
OR?: Prisma.IntegrationCheckRunWhereInput[];
|
|
288
|
+
NOT?: Prisma.IntegrationCheckRunWhereInput | Prisma.IntegrationCheckRunWhereInput[];
|
|
289
|
+
connectionId?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
290
|
+
taskId?: Prisma.StringNullableFilter<"IntegrationCheckRun"> | string | null;
|
|
291
|
+
checkId?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
292
|
+
checkName?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
293
|
+
status?: Prisma.EnumIntegrationRunStatusFilter<"IntegrationCheckRun"> | $Enums.IntegrationRunStatus;
|
|
294
|
+
startedAt?: Prisma.DateTimeNullableFilter<"IntegrationCheckRun"> | Date | string | null;
|
|
295
|
+
completedAt?: Prisma.DateTimeNullableFilter<"IntegrationCheckRun"> | Date | string | null;
|
|
296
|
+
durationMs?: Prisma.IntNullableFilter<"IntegrationCheckRun"> | number | null;
|
|
297
|
+
totalChecked?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
298
|
+
passedCount?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
299
|
+
failedCount?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
300
|
+
errorMessage?: Prisma.StringNullableFilter<"IntegrationCheckRun"> | string | null;
|
|
301
|
+
logs?: Prisma.JsonNullableFilter<"IntegrationCheckRun">;
|
|
302
|
+
createdAt?: Prisma.DateTimeFilter<"IntegrationCheckRun"> | Date | string;
|
|
303
|
+
connection?: Prisma.XOR<Prisma.IntegrationConnectionScalarRelationFilter, Prisma.IntegrationConnectionWhereInput>;
|
|
304
|
+
task?: Prisma.XOR<Prisma.TaskNullableScalarRelationFilter, Prisma.TaskWhereInput> | null;
|
|
305
|
+
results?: Prisma.IntegrationCheckResultListRelationFilter;
|
|
306
|
+
}, "id">;
|
|
307
|
+
export type IntegrationCheckRunOrderByWithAggregationInput = {
|
|
308
|
+
id?: Prisma.SortOrder;
|
|
309
|
+
connectionId?: Prisma.SortOrder;
|
|
310
|
+
taskId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
311
|
+
checkId?: Prisma.SortOrder;
|
|
312
|
+
checkName?: Prisma.SortOrder;
|
|
313
|
+
status?: Prisma.SortOrder;
|
|
314
|
+
startedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
315
|
+
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
316
|
+
durationMs?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
317
|
+
totalChecked?: Prisma.SortOrder;
|
|
318
|
+
passedCount?: Prisma.SortOrder;
|
|
319
|
+
failedCount?: Prisma.SortOrder;
|
|
320
|
+
errorMessage?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
321
|
+
logs?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
322
|
+
createdAt?: Prisma.SortOrder;
|
|
323
|
+
_count?: Prisma.IntegrationCheckRunCountOrderByAggregateInput;
|
|
324
|
+
_avg?: Prisma.IntegrationCheckRunAvgOrderByAggregateInput;
|
|
325
|
+
_max?: Prisma.IntegrationCheckRunMaxOrderByAggregateInput;
|
|
326
|
+
_min?: Prisma.IntegrationCheckRunMinOrderByAggregateInput;
|
|
327
|
+
_sum?: Prisma.IntegrationCheckRunSumOrderByAggregateInput;
|
|
328
|
+
};
|
|
329
|
+
export type IntegrationCheckRunScalarWhereWithAggregatesInput = {
|
|
330
|
+
AND?: Prisma.IntegrationCheckRunScalarWhereWithAggregatesInput | Prisma.IntegrationCheckRunScalarWhereWithAggregatesInput[];
|
|
331
|
+
OR?: Prisma.IntegrationCheckRunScalarWhereWithAggregatesInput[];
|
|
332
|
+
NOT?: Prisma.IntegrationCheckRunScalarWhereWithAggregatesInput | Prisma.IntegrationCheckRunScalarWhereWithAggregatesInput[];
|
|
333
|
+
id?: Prisma.StringWithAggregatesFilter<"IntegrationCheckRun"> | string;
|
|
334
|
+
connectionId?: Prisma.StringWithAggregatesFilter<"IntegrationCheckRun"> | string;
|
|
335
|
+
taskId?: Prisma.StringNullableWithAggregatesFilter<"IntegrationCheckRun"> | string | null;
|
|
336
|
+
checkId?: Prisma.StringWithAggregatesFilter<"IntegrationCheckRun"> | string;
|
|
337
|
+
checkName?: Prisma.StringWithAggregatesFilter<"IntegrationCheckRun"> | string;
|
|
338
|
+
status?: Prisma.EnumIntegrationRunStatusWithAggregatesFilter<"IntegrationCheckRun"> | $Enums.IntegrationRunStatus;
|
|
339
|
+
startedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"IntegrationCheckRun"> | Date | string | null;
|
|
340
|
+
completedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"IntegrationCheckRun"> | Date | string | null;
|
|
341
|
+
durationMs?: Prisma.IntNullableWithAggregatesFilter<"IntegrationCheckRun"> | number | null;
|
|
342
|
+
totalChecked?: Prisma.IntWithAggregatesFilter<"IntegrationCheckRun"> | number;
|
|
343
|
+
passedCount?: Prisma.IntWithAggregatesFilter<"IntegrationCheckRun"> | number;
|
|
344
|
+
failedCount?: Prisma.IntWithAggregatesFilter<"IntegrationCheckRun"> | number;
|
|
345
|
+
errorMessage?: Prisma.StringNullableWithAggregatesFilter<"IntegrationCheckRun"> | string | null;
|
|
346
|
+
logs?: Prisma.JsonNullableWithAggregatesFilter<"IntegrationCheckRun">;
|
|
347
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"IntegrationCheckRun"> | Date | string;
|
|
348
|
+
};
|
|
349
|
+
export type IntegrationCheckRunCreateInput = {
|
|
350
|
+
id?: string;
|
|
351
|
+
checkId: string;
|
|
352
|
+
checkName: string;
|
|
353
|
+
status?: $Enums.IntegrationRunStatus;
|
|
354
|
+
startedAt?: Date | string | null;
|
|
355
|
+
completedAt?: Date | string | null;
|
|
356
|
+
durationMs?: number | null;
|
|
357
|
+
totalChecked?: number;
|
|
358
|
+
passedCount?: number;
|
|
359
|
+
failedCount?: number;
|
|
360
|
+
errorMessage?: string | null;
|
|
361
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
362
|
+
createdAt?: Date | string;
|
|
363
|
+
connection: Prisma.IntegrationConnectionCreateNestedOneWithoutCheckRunsInput;
|
|
364
|
+
task?: Prisma.TaskCreateNestedOneWithoutIntegrationCheckRunsInput;
|
|
365
|
+
results?: Prisma.IntegrationCheckResultCreateNestedManyWithoutCheckRunInput;
|
|
366
|
+
};
|
|
367
|
+
export type IntegrationCheckRunUncheckedCreateInput = {
|
|
368
|
+
id?: string;
|
|
369
|
+
connectionId: string;
|
|
370
|
+
taskId?: string | null;
|
|
371
|
+
checkId: string;
|
|
372
|
+
checkName: string;
|
|
373
|
+
status?: $Enums.IntegrationRunStatus;
|
|
374
|
+
startedAt?: Date | string | null;
|
|
375
|
+
completedAt?: Date | string | null;
|
|
376
|
+
durationMs?: number | null;
|
|
377
|
+
totalChecked?: number;
|
|
378
|
+
passedCount?: number;
|
|
379
|
+
failedCount?: number;
|
|
380
|
+
errorMessage?: string | null;
|
|
381
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
382
|
+
createdAt?: Date | string;
|
|
383
|
+
results?: Prisma.IntegrationCheckResultUncheckedCreateNestedManyWithoutCheckRunInput;
|
|
384
|
+
};
|
|
385
|
+
export type IntegrationCheckRunUpdateInput = {
|
|
386
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
387
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
388
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
389
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
390
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
391
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
392
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
393
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
394
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
395
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
396
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
397
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
398
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
399
|
+
connection?: Prisma.IntegrationConnectionUpdateOneRequiredWithoutCheckRunsNestedInput;
|
|
400
|
+
task?: Prisma.TaskUpdateOneWithoutIntegrationCheckRunsNestedInput;
|
|
401
|
+
results?: Prisma.IntegrationCheckResultUpdateManyWithoutCheckRunNestedInput;
|
|
402
|
+
};
|
|
403
|
+
export type IntegrationCheckRunUncheckedUpdateInput = {
|
|
404
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
405
|
+
connectionId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
406
|
+
taskId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
407
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
408
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
409
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
410
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
411
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
412
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
413
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
414
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
415
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
416
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
417
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
418
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
419
|
+
results?: Prisma.IntegrationCheckResultUncheckedUpdateManyWithoutCheckRunNestedInput;
|
|
420
|
+
};
|
|
421
|
+
export type IntegrationCheckRunCreateManyInput = {
|
|
422
|
+
id?: string;
|
|
423
|
+
connectionId: string;
|
|
424
|
+
taskId?: string | null;
|
|
425
|
+
checkId: string;
|
|
426
|
+
checkName: string;
|
|
427
|
+
status?: $Enums.IntegrationRunStatus;
|
|
428
|
+
startedAt?: Date | string | null;
|
|
429
|
+
completedAt?: Date | string | null;
|
|
430
|
+
durationMs?: number | null;
|
|
431
|
+
totalChecked?: number;
|
|
432
|
+
passedCount?: number;
|
|
433
|
+
failedCount?: number;
|
|
434
|
+
errorMessage?: string | null;
|
|
435
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
436
|
+
createdAt?: Date | string;
|
|
437
|
+
};
|
|
438
|
+
export type IntegrationCheckRunUpdateManyMutationInput = {
|
|
439
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
440
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
441
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
442
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
443
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
444
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
445
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
446
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
447
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
448
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
449
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
450
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
451
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
452
|
+
};
|
|
453
|
+
export type IntegrationCheckRunUncheckedUpdateManyInput = {
|
|
454
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
455
|
+
connectionId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
456
|
+
taskId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
457
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
458
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
459
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
460
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
461
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
462
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
463
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
464
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
465
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
466
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
467
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
468
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
469
|
+
};
|
|
470
|
+
export type IntegrationCheckRunListRelationFilter = {
|
|
471
|
+
every?: Prisma.IntegrationCheckRunWhereInput;
|
|
472
|
+
some?: Prisma.IntegrationCheckRunWhereInput;
|
|
473
|
+
none?: Prisma.IntegrationCheckRunWhereInput;
|
|
474
|
+
};
|
|
475
|
+
export type IntegrationCheckRunOrderByRelationAggregateInput = {
|
|
476
|
+
_count?: Prisma.SortOrder;
|
|
477
|
+
};
|
|
478
|
+
export type IntegrationCheckRunCountOrderByAggregateInput = {
|
|
479
|
+
id?: Prisma.SortOrder;
|
|
480
|
+
connectionId?: Prisma.SortOrder;
|
|
481
|
+
taskId?: Prisma.SortOrder;
|
|
482
|
+
checkId?: Prisma.SortOrder;
|
|
483
|
+
checkName?: Prisma.SortOrder;
|
|
484
|
+
status?: Prisma.SortOrder;
|
|
485
|
+
startedAt?: Prisma.SortOrder;
|
|
486
|
+
completedAt?: Prisma.SortOrder;
|
|
487
|
+
durationMs?: Prisma.SortOrder;
|
|
488
|
+
totalChecked?: Prisma.SortOrder;
|
|
489
|
+
passedCount?: Prisma.SortOrder;
|
|
490
|
+
failedCount?: Prisma.SortOrder;
|
|
491
|
+
errorMessage?: Prisma.SortOrder;
|
|
492
|
+
logs?: Prisma.SortOrder;
|
|
493
|
+
createdAt?: Prisma.SortOrder;
|
|
494
|
+
};
|
|
495
|
+
export type IntegrationCheckRunAvgOrderByAggregateInput = {
|
|
496
|
+
durationMs?: Prisma.SortOrder;
|
|
497
|
+
totalChecked?: Prisma.SortOrder;
|
|
498
|
+
passedCount?: Prisma.SortOrder;
|
|
499
|
+
failedCount?: Prisma.SortOrder;
|
|
500
|
+
};
|
|
501
|
+
export type IntegrationCheckRunMaxOrderByAggregateInput = {
|
|
502
|
+
id?: Prisma.SortOrder;
|
|
503
|
+
connectionId?: Prisma.SortOrder;
|
|
504
|
+
taskId?: Prisma.SortOrder;
|
|
505
|
+
checkId?: Prisma.SortOrder;
|
|
506
|
+
checkName?: Prisma.SortOrder;
|
|
507
|
+
status?: Prisma.SortOrder;
|
|
508
|
+
startedAt?: Prisma.SortOrder;
|
|
509
|
+
completedAt?: Prisma.SortOrder;
|
|
510
|
+
durationMs?: Prisma.SortOrder;
|
|
511
|
+
totalChecked?: Prisma.SortOrder;
|
|
512
|
+
passedCount?: Prisma.SortOrder;
|
|
513
|
+
failedCount?: Prisma.SortOrder;
|
|
514
|
+
errorMessage?: Prisma.SortOrder;
|
|
515
|
+
createdAt?: Prisma.SortOrder;
|
|
516
|
+
};
|
|
517
|
+
export type IntegrationCheckRunMinOrderByAggregateInput = {
|
|
518
|
+
id?: Prisma.SortOrder;
|
|
519
|
+
connectionId?: Prisma.SortOrder;
|
|
520
|
+
taskId?: Prisma.SortOrder;
|
|
521
|
+
checkId?: Prisma.SortOrder;
|
|
522
|
+
checkName?: Prisma.SortOrder;
|
|
523
|
+
status?: Prisma.SortOrder;
|
|
524
|
+
startedAt?: Prisma.SortOrder;
|
|
525
|
+
completedAt?: Prisma.SortOrder;
|
|
526
|
+
durationMs?: Prisma.SortOrder;
|
|
527
|
+
totalChecked?: Prisma.SortOrder;
|
|
528
|
+
passedCount?: Prisma.SortOrder;
|
|
529
|
+
failedCount?: Prisma.SortOrder;
|
|
530
|
+
errorMessage?: Prisma.SortOrder;
|
|
531
|
+
createdAt?: Prisma.SortOrder;
|
|
532
|
+
};
|
|
533
|
+
export type IntegrationCheckRunSumOrderByAggregateInput = {
|
|
534
|
+
durationMs?: Prisma.SortOrder;
|
|
535
|
+
totalChecked?: Prisma.SortOrder;
|
|
536
|
+
passedCount?: Prisma.SortOrder;
|
|
537
|
+
failedCount?: Prisma.SortOrder;
|
|
538
|
+
};
|
|
539
|
+
export type IntegrationCheckRunScalarRelationFilter = {
|
|
540
|
+
is?: Prisma.IntegrationCheckRunWhereInput;
|
|
541
|
+
isNot?: Prisma.IntegrationCheckRunWhereInput;
|
|
542
|
+
};
|
|
543
|
+
export type IntegrationCheckRunCreateNestedManyWithoutConnectionInput = {
|
|
544
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutConnectionInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput> | Prisma.IntegrationCheckRunCreateWithoutConnectionInput[] | Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput[];
|
|
545
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutConnectionInput | Prisma.IntegrationCheckRunCreateOrConnectWithoutConnectionInput[];
|
|
546
|
+
createMany?: Prisma.IntegrationCheckRunCreateManyConnectionInputEnvelope;
|
|
547
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
548
|
+
};
|
|
549
|
+
export type IntegrationCheckRunUncheckedCreateNestedManyWithoutConnectionInput = {
|
|
550
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutConnectionInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput> | Prisma.IntegrationCheckRunCreateWithoutConnectionInput[] | Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput[];
|
|
551
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutConnectionInput | Prisma.IntegrationCheckRunCreateOrConnectWithoutConnectionInput[];
|
|
552
|
+
createMany?: Prisma.IntegrationCheckRunCreateManyConnectionInputEnvelope;
|
|
553
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
554
|
+
};
|
|
555
|
+
export type IntegrationCheckRunUpdateManyWithoutConnectionNestedInput = {
|
|
556
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutConnectionInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput> | Prisma.IntegrationCheckRunCreateWithoutConnectionInput[] | Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput[];
|
|
557
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutConnectionInput | Prisma.IntegrationCheckRunCreateOrConnectWithoutConnectionInput[];
|
|
558
|
+
upsert?: Prisma.IntegrationCheckRunUpsertWithWhereUniqueWithoutConnectionInput | Prisma.IntegrationCheckRunUpsertWithWhereUniqueWithoutConnectionInput[];
|
|
559
|
+
createMany?: Prisma.IntegrationCheckRunCreateManyConnectionInputEnvelope;
|
|
560
|
+
set?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
561
|
+
disconnect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
562
|
+
delete?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
563
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
564
|
+
update?: Prisma.IntegrationCheckRunUpdateWithWhereUniqueWithoutConnectionInput | Prisma.IntegrationCheckRunUpdateWithWhereUniqueWithoutConnectionInput[];
|
|
565
|
+
updateMany?: Prisma.IntegrationCheckRunUpdateManyWithWhereWithoutConnectionInput | Prisma.IntegrationCheckRunUpdateManyWithWhereWithoutConnectionInput[];
|
|
566
|
+
deleteMany?: Prisma.IntegrationCheckRunScalarWhereInput | Prisma.IntegrationCheckRunScalarWhereInput[];
|
|
567
|
+
};
|
|
568
|
+
export type IntegrationCheckRunUncheckedUpdateManyWithoutConnectionNestedInput = {
|
|
569
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutConnectionInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput> | Prisma.IntegrationCheckRunCreateWithoutConnectionInput[] | Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput[];
|
|
570
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutConnectionInput | Prisma.IntegrationCheckRunCreateOrConnectWithoutConnectionInput[];
|
|
571
|
+
upsert?: Prisma.IntegrationCheckRunUpsertWithWhereUniqueWithoutConnectionInput | Prisma.IntegrationCheckRunUpsertWithWhereUniqueWithoutConnectionInput[];
|
|
572
|
+
createMany?: Prisma.IntegrationCheckRunCreateManyConnectionInputEnvelope;
|
|
573
|
+
set?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
574
|
+
disconnect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
575
|
+
delete?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
576
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
577
|
+
update?: Prisma.IntegrationCheckRunUpdateWithWhereUniqueWithoutConnectionInput | Prisma.IntegrationCheckRunUpdateWithWhereUniqueWithoutConnectionInput[];
|
|
578
|
+
updateMany?: Prisma.IntegrationCheckRunUpdateManyWithWhereWithoutConnectionInput | Prisma.IntegrationCheckRunUpdateManyWithWhereWithoutConnectionInput[];
|
|
579
|
+
deleteMany?: Prisma.IntegrationCheckRunScalarWhereInput | Prisma.IntegrationCheckRunScalarWhereInput[];
|
|
580
|
+
};
|
|
581
|
+
export type IntegrationCheckRunCreateNestedOneWithoutResultsInput = {
|
|
582
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutResultsInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutResultsInput>;
|
|
583
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutResultsInput;
|
|
584
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
585
|
+
};
|
|
586
|
+
export type IntegrationCheckRunUpdateOneRequiredWithoutResultsNestedInput = {
|
|
587
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutResultsInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutResultsInput>;
|
|
588
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutResultsInput;
|
|
589
|
+
upsert?: Prisma.IntegrationCheckRunUpsertWithoutResultsInput;
|
|
590
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
591
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.IntegrationCheckRunUpdateToOneWithWhereWithoutResultsInput, Prisma.IntegrationCheckRunUpdateWithoutResultsInput>, Prisma.IntegrationCheckRunUncheckedUpdateWithoutResultsInput>;
|
|
592
|
+
};
|
|
593
|
+
export type IntegrationCheckRunCreateNestedManyWithoutTaskInput = {
|
|
594
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutTaskInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput> | Prisma.IntegrationCheckRunCreateWithoutTaskInput[] | Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput[];
|
|
595
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutTaskInput | Prisma.IntegrationCheckRunCreateOrConnectWithoutTaskInput[];
|
|
596
|
+
createMany?: Prisma.IntegrationCheckRunCreateManyTaskInputEnvelope;
|
|
597
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
598
|
+
};
|
|
599
|
+
export type IntegrationCheckRunUncheckedCreateNestedManyWithoutTaskInput = {
|
|
600
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutTaskInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput> | Prisma.IntegrationCheckRunCreateWithoutTaskInput[] | Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput[];
|
|
601
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutTaskInput | Prisma.IntegrationCheckRunCreateOrConnectWithoutTaskInput[];
|
|
602
|
+
createMany?: Prisma.IntegrationCheckRunCreateManyTaskInputEnvelope;
|
|
603
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
604
|
+
};
|
|
605
|
+
export type IntegrationCheckRunUpdateManyWithoutTaskNestedInput = {
|
|
606
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutTaskInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput> | Prisma.IntegrationCheckRunCreateWithoutTaskInput[] | Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput[];
|
|
607
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutTaskInput | Prisma.IntegrationCheckRunCreateOrConnectWithoutTaskInput[];
|
|
608
|
+
upsert?: Prisma.IntegrationCheckRunUpsertWithWhereUniqueWithoutTaskInput | Prisma.IntegrationCheckRunUpsertWithWhereUniqueWithoutTaskInput[];
|
|
609
|
+
createMany?: Prisma.IntegrationCheckRunCreateManyTaskInputEnvelope;
|
|
610
|
+
set?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
611
|
+
disconnect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
612
|
+
delete?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
613
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
614
|
+
update?: Prisma.IntegrationCheckRunUpdateWithWhereUniqueWithoutTaskInput | Prisma.IntegrationCheckRunUpdateWithWhereUniqueWithoutTaskInput[];
|
|
615
|
+
updateMany?: Prisma.IntegrationCheckRunUpdateManyWithWhereWithoutTaskInput | Prisma.IntegrationCheckRunUpdateManyWithWhereWithoutTaskInput[];
|
|
616
|
+
deleteMany?: Prisma.IntegrationCheckRunScalarWhereInput | Prisma.IntegrationCheckRunScalarWhereInput[];
|
|
617
|
+
};
|
|
618
|
+
export type IntegrationCheckRunUncheckedUpdateManyWithoutTaskNestedInput = {
|
|
619
|
+
create?: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutTaskInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput> | Prisma.IntegrationCheckRunCreateWithoutTaskInput[] | Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput[];
|
|
620
|
+
connectOrCreate?: Prisma.IntegrationCheckRunCreateOrConnectWithoutTaskInput | Prisma.IntegrationCheckRunCreateOrConnectWithoutTaskInput[];
|
|
621
|
+
upsert?: Prisma.IntegrationCheckRunUpsertWithWhereUniqueWithoutTaskInput | Prisma.IntegrationCheckRunUpsertWithWhereUniqueWithoutTaskInput[];
|
|
622
|
+
createMany?: Prisma.IntegrationCheckRunCreateManyTaskInputEnvelope;
|
|
623
|
+
set?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
624
|
+
disconnect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
625
|
+
delete?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
626
|
+
connect?: Prisma.IntegrationCheckRunWhereUniqueInput | Prisma.IntegrationCheckRunWhereUniqueInput[];
|
|
627
|
+
update?: Prisma.IntegrationCheckRunUpdateWithWhereUniqueWithoutTaskInput | Prisma.IntegrationCheckRunUpdateWithWhereUniqueWithoutTaskInput[];
|
|
628
|
+
updateMany?: Prisma.IntegrationCheckRunUpdateManyWithWhereWithoutTaskInput | Prisma.IntegrationCheckRunUpdateManyWithWhereWithoutTaskInput[];
|
|
629
|
+
deleteMany?: Prisma.IntegrationCheckRunScalarWhereInput | Prisma.IntegrationCheckRunScalarWhereInput[];
|
|
630
|
+
};
|
|
631
|
+
export type IntegrationCheckRunCreateWithoutConnectionInput = {
|
|
632
|
+
id?: string;
|
|
633
|
+
checkId: string;
|
|
634
|
+
checkName: string;
|
|
635
|
+
status?: $Enums.IntegrationRunStatus;
|
|
636
|
+
startedAt?: Date | string | null;
|
|
637
|
+
completedAt?: Date | string | null;
|
|
638
|
+
durationMs?: number | null;
|
|
639
|
+
totalChecked?: number;
|
|
640
|
+
passedCount?: number;
|
|
641
|
+
failedCount?: number;
|
|
642
|
+
errorMessage?: string | null;
|
|
643
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
644
|
+
createdAt?: Date | string;
|
|
645
|
+
task?: Prisma.TaskCreateNestedOneWithoutIntegrationCheckRunsInput;
|
|
646
|
+
results?: Prisma.IntegrationCheckResultCreateNestedManyWithoutCheckRunInput;
|
|
647
|
+
};
|
|
648
|
+
export type IntegrationCheckRunUncheckedCreateWithoutConnectionInput = {
|
|
649
|
+
id?: string;
|
|
650
|
+
taskId?: string | null;
|
|
651
|
+
checkId: string;
|
|
652
|
+
checkName: string;
|
|
653
|
+
status?: $Enums.IntegrationRunStatus;
|
|
654
|
+
startedAt?: Date | string | null;
|
|
655
|
+
completedAt?: Date | string | null;
|
|
656
|
+
durationMs?: number | null;
|
|
657
|
+
totalChecked?: number;
|
|
658
|
+
passedCount?: number;
|
|
659
|
+
failedCount?: number;
|
|
660
|
+
errorMessage?: string | null;
|
|
661
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
662
|
+
createdAt?: Date | string;
|
|
663
|
+
results?: Prisma.IntegrationCheckResultUncheckedCreateNestedManyWithoutCheckRunInput;
|
|
664
|
+
};
|
|
665
|
+
export type IntegrationCheckRunCreateOrConnectWithoutConnectionInput = {
|
|
666
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
667
|
+
create: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutConnectionInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput>;
|
|
668
|
+
};
|
|
669
|
+
export type IntegrationCheckRunCreateManyConnectionInputEnvelope = {
|
|
670
|
+
data: Prisma.IntegrationCheckRunCreateManyConnectionInput | Prisma.IntegrationCheckRunCreateManyConnectionInput[];
|
|
671
|
+
skipDuplicates?: boolean;
|
|
672
|
+
};
|
|
673
|
+
export type IntegrationCheckRunUpsertWithWhereUniqueWithoutConnectionInput = {
|
|
674
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
675
|
+
update: Prisma.XOR<Prisma.IntegrationCheckRunUpdateWithoutConnectionInput, Prisma.IntegrationCheckRunUncheckedUpdateWithoutConnectionInput>;
|
|
676
|
+
create: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutConnectionInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutConnectionInput>;
|
|
677
|
+
};
|
|
678
|
+
export type IntegrationCheckRunUpdateWithWhereUniqueWithoutConnectionInput = {
|
|
679
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
680
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunUpdateWithoutConnectionInput, Prisma.IntegrationCheckRunUncheckedUpdateWithoutConnectionInput>;
|
|
681
|
+
};
|
|
682
|
+
export type IntegrationCheckRunUpdateManyWithWhereWithoutConnectionInput = {
|
|
683
|
+
where: Prisma.IntegrationCheckRunScalarWhereInput;
|
|
684
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunUpdateManyMutationInput, Prisma.IntegrationCheckRunUncheckedUpdateManyWithoutConnectionInput>;
|
|
685
|
+
};
|
|
686
|
+
export type IntegrationCheckRunScalarWhereInput = {
|
|
687
|
+
AND?: Prisma.IntegrationCheckRunScalarWhereInput | Prisma.IntegrationCheckRunScalarWhereInput[];
|
|
688
|
+
OR?: Prisma.IntegrationCheckRunScalarWhereInput[];
|
|
689
|
+
NOT?: Prisma.IntegrationCheckRunScalarWhereInput | Prisma.IntegrationCheckRunScalarWhereInput[];
|
|
690
|
+
id?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
691
|
+
connectionId?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
692
|
+
taskId?: Prisma.StringNullableFilter<"IntegrationCheckRun"> | string | null;
|
|
693
|
+
checkId?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
694
|
+
checkName?: Prisma.StringFilter<"IntegrationCheckRun"> | string;
|
|
695
|
+
status?: Prisma.EnumIntegrationRunStatusFilter<"IntegrationCheckRun"> | $Enums.IntegrationRunStatus;
|
|
696
|
+
startedAt?: Prisma.DateTimeNullableFilter<"IntegrationCheckRun"> | Date | string | null;
|
|
697
|
+
completedAt?: Prisma.DateTimeNullableFilter<"IntegrationCheckRun"> | Date | string | null;
|
|
698
|
+
durationMs?: Prisma.IntNullableFilter<"IntegrationCheckRun"> | number | null;
|
|
699
|
+
totalChecked?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
700
|
+
passedCount?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
701
|
+
failedCount?: Prisma.IntFilter<"IntegrationCheckRun"> | number;
|
|
702
|
+
errorMessage?: Prisma.StringNullableFilter<"IntegrationCheckRun"> | string | null;
|
|
703
|
+
logs?: Prisma.JsonNullableFilter<"IntegrationCheckRun">;
|
|
704
|
+
createdAt?: Prisma.DateTimeFilter<"IntegrationCheckRun"> | Date | string;
|
|
705
|
+
};
|
|
706
|
+
export type IntegrationCheckRunCreateWithoutResultsInput = {
|
|
707
|
+
id?: string;
|
|
708
|
+
checkId: string;
|
|
709
|
+
checkName: string;
|
|
710
|
+
status?: $Enums.IntegrationRunStatus;
|
|
711
|
+
startedAt?: Date | string | null;
|
|
712
|
+
completedAt?: Date | string | null;
|
|
713
|
+
durationMs?: number | null;
|
|
714
|
+
totalChecked?: number;
|
|
715
|
+
passedCount?: number;
|
|
716
|
+
failedCount?: number;
|
|
717
|
+
errorMessage?: string | null;
|
|
718
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
719
|
+
createdAt?: Date | string;
|
|
720
|
+
connection: Prisma.IntegrationConnectionCreateNestedOneWithoutCheckRunsInput;
|
|
721
|
+
task?: Prisma.TaskCreateNestedOneWithoutIntegrationCheckRunsInput;
|
|
722
|
+
};
|
|
723
|
+
export type IntegrationCheckRunUncheckedCreateWithoutResultsInput = {
|
|
724
|
+
id?: string;
|
|
725
|
+
connectionId: string;
|
|
726
|
+
taskId?: string | null;
|
|
727
|
+
checkId: string;
|
|
728
|
+
checkName: string;
|
|
729
|
+
status?: $Enums.IntegrationRunStatus;
|
|
730
|
+
startedAt?: Date | string | null;
|
|
731
|
+
completedAt?: Date | string | null;
|
|
732
|
+
durationMs?: number | null;
|
|
733
|
+
totalChecked?: number;
|
|
734
|
+
passedCount?: number;
|
|
735
|
+
failedCount?: number;
|
|
736
|
+
errorMessage?: string | null;
|
|
737
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
738
|
+
createdAt?: Date | string;
|
|
739
|
+
};
|
|
740
|
+
export type IntegrationCheckRunCreateOrConnectWithoutResultsInput = {
|
|
741
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
742
|
+
create: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutResultsInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutResultsInput>;
|
|
743
|
+
};
|
|
744
|
+
export type IntegrationCheckRunUpsertWithoutResultsInput = {
|
|
745
|
+
update: Prisma.XOR<Prisma.IntegrationCheckRunUpdateWithoutResultsInput, Prisma.IntegrationCheckRunUncheckedUpdateWithoutResultsInput>;
|
|
746
|
+
create: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutResultsInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutResultsInput>;
|
|
747
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
748
|
+
};
|
|
749
|
+
export type IntegrationCheckRunUpdateToOneWithWhereWithoutResultsInput = {
|
|
750
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
751
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunUpdateWithoutResultsInput, Prisma.IntegrationCheckRunUncheckedUpdateWithoutResultsInput>;
|
|
752
|
+
};
|
|
753
|
+
export type IntegrationCheckRunUpdateWithoutResultsInput = {
|
|
754
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
755
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
756
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
757
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
758
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
759
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
760
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
761
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
762
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
763
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
764
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
765
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
766
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
767
|
+
connection?: Prisma.IntegrationConnectionUpdateOneRequiredWithoutCheckRunsNestedInput;
|
|
768
|
+
task?: Prisma.TaskUpdateOneWithoutIntegrationCheckRunsNestedInput;
|
|
769
|
+
};
|
|
770
|
+
export type IntegrationCheckRunUncheckedUpdateWithoutResultsInput = {
|
|
771
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
772
|
+
connectionId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
773
|
+
taskId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
774
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
775
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
776
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
777
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
778
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
779
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
780
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
781
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
782
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
783
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
784
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
785
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
786
|
+
};
|
|
787
|
+
export type IntegrationCheckRunCreateWithoutTaskInput = {
|
|
788
|
+
id?: string;
|
|
789
|
+
checkId: string;
|
|
790
|
+
checkName: string;
|
|
791
|
+
status?: $Enums.IntegrationRunStatus;
|
|
792
|
+
startedAt?: Date | string | null;
|
|
793
|
+
completedAt?: Date | string | null;
|
|
794
|
+
durationMs?: number | null;
|
|
795
|
+
totalChecked?: number;
|
|
796
|
+
passedCount?: number;
|
|
797
|
+
failedCount?: number;
|
|
798
|
+
errorMessage?: string | null;
|
|
799
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
800
|
+
createdAt?: Date | string;
|
|
801
|
+
connection: Prisma.IntegrationConnectionCreateNestedOneWithoutCheckRunsInput;
|
|
802
|
+
results?: Prisma.IntegrationCheckResultCreateNestedManyWithoutCheckRunInput;
|
|
803
|
+
};
|
|
804
|
+
export type IntegrationCheckRunUncheckedCreateWithoutTaskInput = {
|
|
805
|
+
id?: string;
|
|
806
|
+
connectionId: string;
|
|
807
|
+
checkId: string;
|
|
808
|
+
checkName: string;
|
|
809
|
+
status?: $Enums.IntegrationRunStatus;
|
|
810
|
+
startedAt?: Date | string | null;
|
|
811
|
+
completedAt?: Date | string | null;
|
|
812
|
+
durationMs?: number | null;
|
|
813
|
+
totalChecked?: number;
|
|
814
|
+
passedCount?: number;
|
|
815
|
+
failedCount?: number;
|
|
816
|
+
errorMessage?: string | null;
|
|
817
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
818
|
+
createdAt?: Date | string;
|
|
819
|
+
results?: Prisma.IntegrationCheckResultUncheckedCreateNestedManyWithoutCheckRunInput;
|
|
820
|
+
};
|
|
821
|
+
export type IntegrationCheckRunCreateOrConnectWithoutTaskInput = {
|
|
822
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
823
|
+
create: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutTaskInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput>;
|
|
824
|
+
};
|
|
825
|
+
export type IntegrationCheckRunCreateManyTaskInputEnvelope = {
|
|
826
|
+
data: Prisma.IntegrationCheckRunCreateManyTaskInput | Prisma.IntegrationCheckRunCreateManyTaskInput[];
|
|
827
|
+
skipDuplicates?: boolean;
|
|
828
|
+
};
|
|
829
|
+
export type IntegrationCheckRunUpsertWithWhereUniqueWithoutTaskInput = {
|
|
830
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
831
|
+
update: Prisma.XOR<Prisma.IntegrationCheckRunUpdateWithoutTaskInput, Prisma.IntegrationCheckRunUncheckedUpdateWithoutTaskInput>;
|
|
832
|
+
create: Prisma.XOR<Prisma.IntegrationCheckRunCreateWithoutTaskInput, Prisma.IntegrationCheckRunUncheckedCreateWithoutTaskInput>;
|
|
833
|
+
};
|
|
834
|
+
export type IntegrationCheckRunUpdateWithWhereUniqueWithoutTaskInput = {
|
|
835
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
836
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunUpdateWithoutTaskInput, Prisma.IntegrationCheckRunUncheckedUpdateWithoutTaskInput>;
|
|
837
|
+
};
|
|
838
|
+
export type IntegrationCheckRunUpdateManyWithWhereWithoutTaskInput = {
|
|
839
|
+
where: Prisma.IntegrationCheckRunScalarWhereInput;
|
|
840
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunUpdateManyMutationInput, Prisma.IntegrationCheckRunUncheckedUpdateManyWithoutTaskInput>;
|
|
841
|
+
};
|
|
842
|
+
export type IntegrationCheckRunCreateManyConnectionInput = {
|
|
843
|
+
id?: string;
|
|
844
|
+
taskId?: string | null;
|
|
845
|
+
checkId: string;
|
|
846
|
+
checkName: string;
|
|
847
|
+
status?: $Enums.IntegrationRunStatus;
|
|
848
|
+
startedAt?: Date | string | null;
|
|
849
|
+
completedAt?: Date | string | null;
|
|
850
|
+
durationMs?: number | null;
|
|
851
|
+
totalChecked?: number;
|
|
852
|
+
passedCount?: number;
|
|
853
|
+
failedCount?: number;
|
|
854
|
+
errorMessage?: string | null;
|
|
855
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
856
|
+
createdAt?: Date | string;
|
|
857
|
+
};
|
|
858
|
+
export type IntegrationCheckRunUpdateWithoutConnectionInput = {
|
|
859
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
860
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
861
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
862
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
863
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
864
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
865
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
866
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
867
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
868
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
869
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
870
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
871
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
872
|
+
task?: Prisma.TaskUpdateOneWithoutIntegrationCheckRunsNestedInput;
|
|
873
|
+
results?: Prisma.IntegrationCheckResultUpdateManyWithoutCheckRunNestedInput;
|
|
874
|
+
};
|
|
875
|
+
export type IntegrationCheckRunUncheckedUpdateWithoutConnectionInput = {
|
|
876
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
877
|
+
taskId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
878
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
879
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
880
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
881
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
882
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
883
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
884
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
885
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
886
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
887
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
888
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
889
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
890
|
+
results?: Prisma.IntegrationCheckResultUncheckedUpdateManyWithoutCheckRunNestedInput;
|
|
891
|
+
};
|
|
892
|
+
export type IntegrationCheckRunUncheckedUpdateManyWithoutConnectionInput = {
|
|
893
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
894
|
+
taskId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
895
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
896
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
897
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
898
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
899
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
900
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
901
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
902
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
903
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
904
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
905
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
906
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
907
|
+
};
|
|
908
|
+
export type IntegrationCheckRunCreateManyTaskInput = {
|
|
909
|
+
id?: string;
|
|
910
|
+
connectionId: string;
|
|
911
|
+
checkId: string;
|
|
912
|
+
checkName: string;
|
|
913
|
+
status?: $Enums.IntegrationRunStatus;
|
|
914
|
+
startedAt?: Date | string | null;
|
|
915
|
+
completedAt?: Date | string | null;
|
|
916
|
+
durationMs?: number | null;
|
|
917
|
+
totalChecked?: number;
|
|
918
|
+
passedCount?: number;
|
|
919
|
+
failedCount?: number;
|
|
920
|
+
errorMessage?: string | null;
|
|
921
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
922
|
+
createdAt?: Date | string;
|
|
923
|
+
};
|
|
924
|
+
export type IntegrationCheckRunUpdateWithoutTaskInput = {
|
|
925
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
926
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
927
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
928
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
929
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
930
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
931
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
932
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
933
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
934
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
935
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
936
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
937
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
938
|
+
connection?: Prisma.IntegrationConnectionUpdateOneRequiredWithoutCheckRunsNestedInput;
|
|
939
|
+
results?: Prisma.IntegrationCheckResultUpdateManyWithoutCheckRunNestedInput;
|
|
940
|
+
};
|
|
941
|
+
export type IntegrationCheckRunUncheckedUpdateWithoutTaskInput = {
|
|
942
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
943
|
+
connectionId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
944
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
945
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
946
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
947
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
948
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
949
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
950
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
951
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
952
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
953
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
954
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
955
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
956
|
+
results?: Prisma.IntegrationCheckResultUncheckedUpdateManyWithoutCheckRunNestedInput;
|
|
957
|
+
};
|
|
958
|
+
export type IntegrationCheckRunUncheckedUpdateManyWithoutTaskInput = {
|
|
959
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
960
|
+
connectionId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
961
|
+
checkId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
962
|
+
checkName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
963
|
+
status?: Prisma.EnumIntegrationRunStatusFieldUpdateOperationsInput | $Enums.IntegrationRunStatus;
|
|
964
|
+
startedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
965
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
966
|
+
durationMs?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
967
|
+
totalChecked?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
968
|
+
passedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
969
|
+
failedCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
970
|
+
errorMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
971
|
+
logs?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
972
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
973
|
+
};
|
|
974
|
+
/**
|
|
975
|
+
* Count Type IntegrationCheckRunCountOutputType
|
|
976
|
+
*/
|
|
977
|
+
export type IntegrationCheckRunCountOutputType = {
|
|
978
|
+
results: number;
|
|
979
|
+
};
|
|
980
|
+
export type IntegrationCheckRunCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
981
|
+
results?: boolean | IntegrationCheckRunCountOutputTypeCountResultsArgs;
|
|
982
|
+
};
|
|
983
|
+
/**
|
|
984
|
+
* IntegrationCheckRunCountOutputType without action
|
|
985
|
+
*/
|
|
986
|
+
export type IntegrationCheckRunCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
987
|
+
/**
|
|
988
|
+
* Select specific fields to fetch from the IntegrationCheckRunCountOutputType
|
|
989
|
+
*/
|
|
990
|
+
select?: Prisma.IntegrationCheckRunCountOutputTypeSelect<ExtArgs> | null;
|
|
991
|
+
};
|
|
992
|
+
/**
|
|
993
|
+
* IntegrationCheckRunCountOutputType without action
|
|
994
|
+
*/
|
|
995
|
+
export type IntegrationCheckRunCountOutputTypeCountResultsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
996
|
+
where?: Prisma.IntegrationCheckResultWhereInput;
|
|
997
|
+
};
|
|
998
|
+
export type IntegrationCheckRunSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
999
|
+
id?: boolean;
|
|
1000
|
+
connectionId?: boolean;
|
|
1001
|
+
taskId?: boolean;
|
|
1002
|
+
checkId?: boolean;
|
|
1003
|
+
checkName?: boolean;
|
|
1004
|
+
status?: boolean;
|
|
1005
|
+
startedAt?: boolean;
|
|
1006
|
+
completedAt?: boolean;
|
|
1007
|
+
durationMs?: boolean;
|
|
1008
|
+
totalChecked?: boolean;
|
|
1009
|
+
passedCount?: boolean;
|
|
1010
|
+
failedCount?: boolean;
|
|
1011
|
+
errorMessage?: boolean;
|
|
1012
|
+
logs?: boolean;
|
|
1013
|
+
createdAt?: boolean;
|
|
1014
|
+
connection?: boolean | Prisma.IntegrationConnectionDefaultArgs<ExtArgs>;
|
|
1015
|
+
task?: boolean | Prisma.IntegrationCheckRun$taskArgs<ExtArgs>;
|
|
1016
|
+
results?: boolean | Prisma.IntegrationCheckRun$resultsArgs<ExtArgs>;
|
|
1017
|
+
_count?: boolean | Prisma.IntegrationCheckRunCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1018
|
+
}, ExtArgs["result"]["integrationCheckRun"]>;
|
|
1019
|
+
export type IntegrationCheckRunSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1020
|
+
id?: boolean;
|
|
1021
|
+
connectionId?: boolean;
|
|
1022
|
+
taskId?: boolean;
|
|
1023
|
+
checkId?: boolean;
|
|
1024
|
+
checkName?: boolean;
|
|
1025
|
+
status?: boolean;
|
|
1026
|
+
startedAt?: boolean;
|
|
1027
|
+
completedAt?: boolean;
|
|
1028
|
+
durationMs?: boolean;
|
|
1029
|
+
totalChecked?: boolean;
|
|
1030
|
+
passedCount?: boolean;
|
|
1031
|
+
failedCount?: boolean;
|
|
1032
|
+
errorMessage?: boolean;
|
|
1033
|
+
logs?: boolean;
|
|
1034
|
+
createdAt?: boolean;
|
|
1035
|
+
connection?: boolean | Prisma.IntegrationConnectionDefaultArgs<ExtArgs>;
|
|
1036
|
+
task?: boolean | Prisma.IntegrationCheckRun$taskArgs<ExtArgs>;
|
|
1037
|
+
}, ExtArgs["result"]["integrationCheckRun"]>;
|
|
1038
|
+
export type IntegrationCheckRunSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1039
|
+
id?: boolean;
|
|
1040
|
+
connectionId?: boolean;
|
|
1041
|
+
taskId?: boolean;
|
|
1042
|
+
checkId?: boolean;
|
|
1043
|
+
checkName?: boolean;
|
|
1044
|
+
status?: boolean;
|
|
1045
|
+
startedAt?: boolean;
|
|
1046
|
+
completedAt?: boolean;
|
|
1047
|
+
durationMs?: boolean;
|
|
1048
|
+
totalChecked?: boolean;
|
|
1049
|
+
passedCount?: boolean;
|
|
1050
|
+
failedCount?: boolean;
|
|
1051
|
+
errorMessage?: boolean;
|
|
1052
|
+
logs?: boolean;
|
|
1053
|
+
createdAt?: boolean;
|
|
1054
|
+
connection?: boolean | Prisma.IntegrationConnectionDefaultArgs<ExtArgs>;
|
|
1055
|
+
task?: boolean | Prisma.IntegrationCheckRun$taskArgs<ExtArgs>;
|
|
1056
|
+
}, ExtArgs["result"]["integrationCheckRun"]>;
|
|
1057
|
+
export type IntegrationCheckRunSelectScalar = {
|
|
1058
|
+
id?: boolean;
|
|
1059
|
+
connectionId?: boolean;
|
|
1060
|
+
taskId?: boolean;
|
|
1061
|
+
checkId?: boolean;
|
|
1062
|
+
checkName?: boolean;
|
|
1063
|
+
status?: boolean;
|
|
1064
|
+
startedAt?: boolean;
|
|
1065
|
+
completedAt?: boolean;
|
|
1066
|
+
durationMs?: boolean;
|
|
1067
|
+
totalChecked?: boolean;
|
|
1068
|
+
passedCount?: boolean;
|
|
1069
|
+
failedCount?: boolean;
|
|
1070
|
+
errorMessage?: boolean;
|
|
1071
|
+
logs?: boolean;
|
|
1072
|
+
createdAt?: boolean;
|
|
1073
|
+
};
|
|
1074
|
+
export type IntegrationCheckRunOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "connectionId" | "taskId" | "checkId" | "checkName" | "status" | "startedAt" | "completedAt" | "durationMs" | "totalChecked" | "passedCount" | "failedCount" | "errorMessage" | "logs" | "createdAt", ExtArgs["result"]["integrationCheckRun"]>;
|
|
1075
|
+
export type IntegrationCheckRunInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1076
|
+
connection?: boolean | Prisma.IntegrationConnectionDefaultArgs<ExtArgs>;
|
|
1077
|
+
task?: boolean | Prisma.IntegrationCheckRun$taskArgs<ExtArgs>;
|
|
1078
|
+
results?: boolean | Prisma.IntegrationCheckRun$resultsArgs<ExtArgs>;
|
|
1079
|
+
_count?: boolean | Prisma.IntegrationCheckRunCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1080
|
+
};
|
|
1081
|
+
export type IntegrationCheckRunIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1082
|
+
connection?: boolean | Prisma.IntegrationConnectionDefaultArgs<ExtArgs>;
|
|
1083
|
+
task?: boolean | Prisma.IntegrationCheckRun$taskArgs<ExtArgs>;
|
|
1084
|
+
};
|
|
1085
|
+
export type IntegrationCheckRunIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1086
|
+
connection?: boolean | Prisma.IntegrationConnectionDefaultArgs<ExtArgs>;
|
|
1087
|
+
task?: boolean | Prisma.IntegrationCheckRun$taskArgs<ExtArgs>;
|
|
1088
|
+
};
|
|
1089
|
+
export type $IntegrationCheckRunPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1090
|
+
name: "IntegrationCheckRun";
|
|
1091
|
+
objects: {
|
|
1092
|
+
connection: Prisma.$IntegrationConnectionPayload<ExtArgs>;
|
|
1093
|
+
task: Prisma.$TaskPayload<ExtArgs> | null;
|
|
1094
|
+
/**
|
|
1095
|
+
* Results from this check run
|
|
1096
|
+
*/
|
|
1097
|
+
results: Prisma.$IntegrationCheckResultPayload<ExtArgs>[];
|
|
1098
|
+
};
|
|
1099
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1100
|
+
id: string;
|
|
1101
|
+
/**
|
|
1102
|
+
* Parent connection
|
|
1103
|
+
*/
|
|
1104
|
+
connectionId: string;
|
|
1105
|
+
/**
|
|
1106
|
+
* Task being verified (optional - checks can run without a task)
|
|
1107
|
+
*/
|
|
1108
|
+
taskId: string | null;
|
|
1109
|
+
/**
|
|
1110
|
+
* Check ID from the manifest
|
|
1111
|
+
*/
|
|
1112
|
+
checkId: string;
|
|
1113
|
+
/**
|
|
1114
|
+
* Check name (denormalized for display)
|
|
1115
|
+
*/
|
|
1116
|
+
checkName: string;
|
|
1117
|
+
/**
|
|
1118
|
+
* Execution status
|
|
1119
|
+
*/
|
|
1120
|
+
status: $Enums.IntegrationRunStatus;
|
|
1121
|
+
/**
|
|
1122
|
+
* Timestamps
|
|
1123
|
+
*/
|
|
1124
|
+
startedAt: Date | null;
|
|
1125
|
+
completedAt: Date | null;
|
|
1126
|
+
/**
|
|
1127
|
+
* Duration in milliseconds
|
|
1128
|
+
*/
|
|
1129
|
+
durationMs: number | null;
|
|
1130
|
+
/**
|
|
1131
|
+
* Summary counts
|
|
1132
|
+
*/
|
|
1133
|
+
totalChecked: number;
|
|
1134
|
+
passedCount: number;
|
|
1135
|
+
failedCount: number;
|
|
1136
|
+
/**
|
|
1137
|
+
* Error message if failed
|
|
1138
|
+
*/
|
|
1139
|
+
errorMessage: string | null;
|
|
1140
|
+
/**
|
|
1141
|
+
* Full execution logs (JSON array)
|
|
1142
|
+
*/
|
|
1143
|
+
logs: runtime.JsonValue | null;
|
|
1144
|
+
createdAt: Date;
|
|
1145
|
+
}, ExtArgs["result"]["integrationCheckRun"]>;
|
|
1146
|
+
composites: {};
|
|
1147
|
+
};
|
|
1148
|
+
export type IntegrationCheckRunGetPayload<S extends boolean | null | undefined | IntegrationCheckRunDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload, S>;
|
|
1149
|
+
export type IntegrationCheckRunCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<IntegrationCheckRunFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1150
|
+
select?: IntegrationCheckRunCountAggregateInputType | true;
|
|
1151
|
+
};
|
|
1152
|
+
export interface IntegrationCheckRunDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1153
|
+
[K: symbol]: {
|
|
1154
|
+
types: Prisma.TypeMap<ExtArgs>['model']['IntegrationCheckRun'];
|
|
1155
|
+
meta: {
|
|
1156
|
+
name: 'IntegrationCheckRun';
|
|
1157
|
+
};
|
|
1158
|
+
};
|
|
1159
|
+
/**
|
|
1160
|
+
* Find zero or one IntegrationCheckRun that matches the filter.
|
|
1161
|
+
* @param {IntegrationCheckRunFindUniqueArgs} args - Arguments to find a IntegrationCheckRun
|
|
1162
|
+
* @example
|
|
1163
|
+
* // Get one IntegrationCheckRun
|
|
1164
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.findUnique({
|
|
1165
|
+
* where: {
|
|
1166
|
+
* // ... provide filter here
|
|
1167
|
+
* }
|
|
1168
|
+
* })
|
|
1169
|
+
*/
|
|
1170
|
+
findUnique<T extends IntegrationCheckRunFindUniqueArgs>(args: Prisma.SelectSubset<T, IntegrationCheckRunFindUniqueArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Find one IntegrationCheckRun that matches the filter or throw an error with `error.code='P2025'`
|
|
1173
|
+
* if no matches were found.
|
|
1174
|
+
* @param {IntegrationCheckRunFindUniqueOrThrowArgs} args - Arguments to find a IntegrationCheckRun
|
|
1175
|
+
* @example
|
|
1176
|
+
* // Get one IntegrationCheckRun
|
|
1177
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.findUniqueOrThrow({
|
|
1178
|
+
* where: {
|
|
1179
|
+
* // ... provide filter here
|
|
1180
|
+
* }
|
|
1181
|
+
* })
|
|
1182
|
+
*/
|
|
1183
|
+
findUniqueOrThrow<T extends IntegrationCheckRunFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, IntegrationCheckRunFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1184
|
+
/**
|
|
1185
|
+
* Find the first IntegrationCheckRun that matches the filter.
|
|
1186
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1187
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1188
|
+
* @param {IntegrationCheckRunFindFirstArgs} args - Arguments to find a IntegrationCheckRun
|
|
1189
|
+
* @example
|
|
1190
|
+
* // Get one IntegrationCheckRun
|
|
1191
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.findFirst({
|
|
1192
|
+
* where: {
|
|
1193
|
+
* // ... provide filter here
|
|
1194
|
+
* }
|
|
1195
|
+
* })
|
|
1196
|
+
*/
|
|
1197
|
+
findFirst<T extends IntegrationCheckRunFindFirstArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckRunFindFirstArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1198
|
+
/**
|
|
1199
|
+
* Find the first IntegrationCheckRun that matches the filter or
|
|
1200
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1201
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1202
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1203
|
+
* @param {IntegrationCheckRunFindFirstOrThrowArgs} args - Arguments to find a IntegrationCheckRun
|
|
1204
|
+
* @example
|
|
1205
|
+
* // Get one IntegrationCheckRun
|
|
1206
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.findFirstOrThrow({
|
|
1207
|
+
* where: {
|
|
1208
|
+
* // ... provide filter here
|
|
1209
|
+
* }
|
|
1210
|
+
* })
|
|
1211
|
+
*/
|
|
1212
|
+
findFirstOrThrow<T extends IntegrationCheckRunFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckRunFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1213
|
+
/**
|
|
1214
|
+
* Find zero or more IntegrationCheckRuns that matches the filter.
|
|
1215
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1216
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1217
|
+
* @param {IntegrationCheckRunFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1218
|
+
* @example
|
|
1219
|
+
* // Get all IntegrationCheckRuns
|
|
1220
|
+
* const integrationCheckRuns = await prisma.integrationCheckRun.findMany()
|
|
1221
|
+
*
|
|
1222
|
+
* // Get first 10 IntegrationCheckRuns
|
|
1223
|
+
* const integrationCheckRuns = await prisma.integrationCheckRun.findMany({ take: 10 })
|
|
1224
|
+
*
|
|
1225
|
+
* // Only select the `id`
|
|
1226
|
+
* const integrationCheckRunWithIdOnly = await prisma.integrationCheckRun.findMany({ select: { id: true } })
|
|
1227
|
+
*
|
|
1228
|
+
*/
|
|
1229
|
+
findMany<T extends IntegrationCheckRunFindManyArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckRunFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
1230
|
+
/**
|
|
1231
|
+
* Create a IntegrationCheckRun.
|
|
1232
|
+
* @param {IntegrationCheckRunCreateArgs} args - Arguments to create a IntegrationCheckRun.
|
|
1233
|
+
* @example
|
|
1234
|
+
* // Create one IntegrationCheckRun
|
|
1235
|
+
* const IntegrationCheckRun = await prisma.integrationCheckRun.create({
|
|
1236
|
+
* data: {
|
|
1237
|
+
* // ... data to create a IntegrationCheckRun
|
|
1238
|
+
* }
|
|
1239
|
+
* })
|
|
1240
|
+
*
|
|
1241
|
+
*/
|
|
1242
|
+
create<T extends IntegrationCheckRunCreateArgs>(args: Prisma.SelectSubset<T, IntegrationCheckRunCreateArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1243
|
+
/**
|
|
1244
|
+
* Create many IntegrationCheckRuns.
|
|
1245
|
+
* @param {IntegrationCheckRunCreateManyArgs} args - Arguments to create many IntegrationCheckRuns.
|
|
1246
|
+
* @example
|
|
1247
|
+
* // Create many IntegrationCheckRuns
|
|
1248
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.createMany({
|
|
1249
|
+
* data: [
|
|
1250
|
+
* // ... provide data here
|
|
1251
|
+
* ]
|
|
1252
|
+
* })
|
|
1253
|
+
*
|
|
1254
|
+
*/
|
|
1255
|
+
createMany<T extends IntegrationCheckRunCreateManyArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckRunCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1256
|
+
/**
|
|
1257
|
+
* Create many IntegrationCheckRuns and returns the data saved in the database.
|
|
1258
|
+
* @param {IntegrationCheckRunCreateManyAndReturnArgs} args - Arguments to create many IntegrationCheckRuns.
|
|
1259
|
+
* @example
|
|
1260
|
+
* // Create many IntegrationCheckRuns
|
|
1261
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.createManyAndReturn({
|
|
1262
|
+
* data: [
|
|
1263
|
+
* // ... provide data here
|
|
1264
|
+
* ]
|
|
1265
|
+
* })
|
|
1266
|
+
*
|
|
1267
|
+
* // Create many IntegrationCheckRuns and only return the `id`
|
|
1268
|
+
* const integrationCheckRunWithIdOnly = await prisma.integrationCheckRun.createManyAndReturn({
|
|
1269
|
+
* select: { id: true },
|
|
1270
|
+
* data: [
|
|
1271
|
+
* // ... provide data here
|
|
1272
|
+
* ]
|
|
1273
|
+
* })
|
|
1274
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1275
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1276
|
+
*
|
|
1277
|
+
*/
|
|
1278
|
+
createManyAndReturn<T extends IntegrationCheckRunCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckRunCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
1279
|
+
/**
|
|
1280
|
+
* Delete a IntegrationCheckRun.
|
|
1281
|
+
* @param {IntegrationCheckRunDeleteArgs} args - Arguments to delete one IntegrationCheckRun.
|
|
1282
|
+
* @example
|
|
1283
|
+
* // Delete one IntegrationCheckRun
|
|
1284
|
+
* const IntegrationCheckRun = await prisma.integrationCheckRun.delete({
|
|
1285
|
+
* where: {
|
|
1286
|
+
* // ... filter to delete one IntegrationCheckRun
|
|
1287
|
+
* }
|
|
1288
|
+
* })
|
|
1289
|
+
*
|
|
1290
|
+
*/
|
|
1291
|
+
delete<T extends IntegrationCheckRunDeleteArgs>(args: Prisma.SelectSubset<T, IntegrationCheckRunDeleteArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1292
|
+
/**
|
|
1293
|
+
* Update one IntegrationCheckRun.
|
|
1294
|
+
* @param {IntegrationCheckRunUpdateArgs} args - Arguments to update one IntegrationCheckRun.
|
|
1295
|
+
* @example
|
|
1296
|
+
* // Update one IntegrationCheckRun
|
|
1297
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.update({
|
|
1298
|
+
* where: {
|
|
1299
|
+
* // ... provide filter here
|
|
1300
|
+
* },
|
|
1301
|
+
* data: {
|
|
1302
|
+
* // ... provide data here
|
|
1303
|
+
* }
|
|
1304
|
+
* })
|
|
1305
|
+
*
|
|
1306
|
+
*/
|
|
1307
|
+
update<T extends IntegrationCheckRunUpdateArgs>(args: Prisma.SelectSubset<T, IntegrationCheckRunUpdateArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1308
|
+
/**
|
|
1309
|
+
* Delete zero or more IntegrationCheckRuns.
|
|
1310
|
+
* @param {IntegrationCheckRunDeleteManyArgs} args - Arguments to filter IntegrationCheckRuns to delete.
|
|
1311
|
+
* @example
|
|
1312
|
+
* // Delete a few IntegrationCheckRuns
|
|
1313
|
+
* const { count } = await prisma.integrationCheckRun.deleteMany({
|
|
1314
|
+
* where: {
|
|
1315
|
+
* // ... provide filter here
|
|
1316
|
+
* }
|
|
1317
|
+
* })
|
|
1318
|
+
*
|
|
1319
|
+
*/
|
|
1320
|
+
deleteMany<T extends IntegrationCheckRunDeleteManyArgs>(args?: Prisma.SelectSubset<T, IntegrationCheckRunDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1321
|
+
/**
|
|
1322
|
+
* Update zero or more IntegrationCheckRuns.
|
|
1323
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1324
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1325
|
+
* @param {IntegrationCheckRunUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1326
|
+
* @example
|
|
1327
|
+
* // Update many IntegrationCheckRuns
|
|
1328
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.updateMany({
|
|
1329
|
+
* where: {
|
|
1330
|
+
* // ... provide filter here
|
|
1331
|
+
* },
|
|
1332
|
+
* data: {
|
|
1333
|
+
* // ... provide data here
|
|
1334
|
+
* }
|
|
1335
|
+
* })
|
|
1336
|
+
*
|
|
1337
|
+
*/
|
|
1338
|
+
updateMany<T extends IntegrationCheckRunUpdateManyArgs>(args: Prisma.SelectSubset<T, IntegrationCheckRunUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1339
|
+
/**
|
|
1340
|
+
* Update zero or more IntegrationCheckRuns and returns the data updated in the database.
|
|
1341
|
+
* @param {IntegrationCheckRunUpdateManyAndReturnArgs} args - Arguments to update many IntegrationCheckRuns.
|
|
1342
|
+
* @example
|
|
1343
|
+
* // Update many IntegrationCheckRuns
|
|
1344
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.updateManyAndReturn({
|
|
1345
|
+
* where: {
|
|
1346
|
+
* // ... provide filter here
|
|
1347
|
+
* },
|
|
1348
|
+
* data: [
|
|
1349
|
+
* // ... provide data here
|
|
1350
|
+
* ]
|
|
1351
|
+
* })
|
|
1352
|
+
*
|
|
1353
|
+
* // Update zero or more IntegrationCheckRuns and only return the `id`
|
|
1354
|
+
* const integrationCheckRunWithIdOnly = await prisma.integrationCheckRun.updateManyAndReturn({
|
|
1355
|
+
* select: { id: true },
|
|
1356
|
+
* where: {
|
|
1357
|
+
* // ... provide filter here
|
|
1358
|
+
* },
|
|
1359
|
+
* data: [
|
|
1360
|
+
* // ... provide data here
|
|
1361
|
+
* ]
|
|
1362
|
+
* })
|
|
1363
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1364
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1365
|
+
*
|
|
1366
|
+
*/
|
|
1367
|
+
updateManyAndReturn<T extends IntegrationCheckRunUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, IntegrationCheckRunUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1368
|
+
/**
|
|
1369
|
+
* Create or update one IntegrationCheckRun.
|
|
1370
|
+
* @param {IntegrationCheckRunUpsertArgs} args - Arguments to update or create a IntegrationCheckRun.
|
|
1371
|
+
* @example
|
|
1372
|
+
* // Update or create a IntegrationCheckRun
|
|
1373
|
+
* const integrationCheckRun = await prisma.integrationCheckRun.upsert({
|
|
1374
|
+
* create: {
|
|
1375
|
+
* // ... data to create a IntegrationCheckRun
|
|
1376
|
+
* },
|
|
1377
|
+
* update: {
|
|
1378
|
+
* // ... in case it already exists, update
|
|
1379
|
+
* },
|
|
1380
|
+
* where: {
|
|
1381
|
+
* // ... the filter for the IntegrationCheckRun we want to update
|
|
1382
|
+
* }
|
|
1383
|
+
* })
|
|
1384
|
+
*/
|
|
1385
|
+
upsert<T extends IntegrationCheckRunUpsertArgs>(args: Prisma.SelectSubset<T, IntegrationCheckRunUpsertArgs<ExtArgs>>): Prisma.Prisma__IntegrationCheckRunClient<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckRunPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1386
|
+
/**
|
|
1387
|
+
* Count the number of IntegrationCheckRuns.
|
|
1388
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1389
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1390
|
+
* @param {IntegrationCheckRunCountArgs} args - Arguments to filter IntegrationCheckRuns to count.
|
|
1391
|
+
* @example
|
|
1392
|
+
* // Count the number of IntegrationCheckRuns
|
|
1393
|
+
* const count = await prisma.integrationCheckRun.count({
|
|
1394
|
+
* where: {
|
|
1395
|
+
* // ... the filter for the IntegrationCheckRuns we want to count
|
|
1396
|
+
* }
|
|
1397
|
+
* })
|
|
1398
|
+
**/
|
|
1399
|
+
count<T extends IntegrationCheckRunCountArgs>(args?: Prisma.Subset<T, IntegrationCheckRunCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], IntegrationCheckRunCountAggregateOutputType> : number>;
|
|
1400
|
+
/**
|
|
1401
|
+
* Allows you to perform aggregations operations on a IntegrationCheckRun.
|
|
1402
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1403
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1404
|
+
* @param {IntegrationCheckRunAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1405
|
+
* @example
|
|
1406
|
+
* // Ordered by age ascending
|
|
1407
|
+
* // Where email contains prisma.io
|
|
1408
|
+
* // Limited to the 10 users
|
|
1409
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1410
|
+
* _avg: {
|
|
1411
|
+
* age: true,
|
|
1412
|
+
* },
|
|
1413
|
+
* where: {
|
|
1414
|
+
* email: {
|
|
1415
|
+
* contains: "prisma.io",
|
|
1416
|
+
* },
|
|
1417
|
+
* },
|
|
1418
|
+
* orderBy: {
|
|
1419
|
+
* age: "asc",
|
|
1420
|
+
* },
|
|
1421
|
+
* take: 10,
|
|
1422
|
+
* })
|
|
1423
|
+
**/
|
|
1424
|
+
aggregate<T extends IntegrationCheckRunAggregateArgs>(args: Prisma.Subset<T, IntegrationCheckRunAggregateArgs>): Prisma.PrismaPromise<GetIntegrationCheckRunAggregateType<T>>;
|
|
1425
|
+
/**
|
|
1426
|
+
* Group by IntegrationCheckRun.
|
|
1427
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1428
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1429
|
+
* @param {IntegrationCheckRunGroupByArgs} args - Group by arguments.
|
|
1430
|
+
* @example
|
|
1431
|
+
* // Group by city, order by createdAt, get count
|
|
1432
|
+
* const result = await prisma.user.groupBy({
|
|
1433
|
+
* by: ['city', 'createdAt'],
|
|
1434
|
+
* orderBy: {
|
|
1435
|
+
* createdAt: true
|
|
1436
|
+
* },
|
|
1437
|
+
* _count: {
|
|
1438
|
+
* _all: true
|
|
1439
|
+
* },
|
|
1440
|
+
* })
|
|
1441
|
+
*
|
|
1442
|
+
**/
|
|
1443
|
+
groupBy<T extends IntegrationCheckRunGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1444
|
+
orderBy: IntegrationCheckRunGroupByArgs['orderBy'];
|
|
1445
|
+
} : {
|
|
1446
|
+
orderBy?: IntegrationCheckRunGroupByArgs['orderBy'];
|
|
1447
|
+
}, 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 ? {
|
|
1448
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1449
|
+
Error,
|
|
1450
|
+
'Field ',
|
|
1451
|
+
P,
|
|
1452
|
+
` in "having" needs to be provided in "by"`
|
|
1453
|
+
];
|
|
1454
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1455
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1456
|
+
}[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 ? {} : {
|
|
1457
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1458
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1459
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1460
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, IntegrationCheckRunGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetIntegrationCheckRunGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1461
|
+
/**
|
|
1462
|
+
* Fields of the IntegrationCheckRun model
|
|
1463
|
+
*/
|
|
1464
|
+
readonly fields: IntegrationCheckRunFieldRefs;
|
|
1465
|
+
}
|
|
1466
|
+
/**
|
|
1467
|
+
* The delegate class that acts as a "Promise-like" for IntegrationCheckRun.
|
|
1468
|
+
* Why is this prefixed with `Prisma__`?
|
|
1469
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1470
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1471
|
+
*/
|
|
1472
|
+
export interface Prisma__IntegrationCheckRunClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1473
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1474
|
+
connection<T extends Prisma.IntegrationConnectionDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.IntegrationConnectionDefaultArgs<ExtArgs>>): Prisma.Prisma__IntegrationConnectionClient<runtime.Types.Result.GetResult<Prisma.$IntegrationConnectionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1475
|
+
task<T extends Prisma.IntegrationCheckRun$taskArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.IntegrationCheckRun$taskArgs<ExtArgs>>): Prisma.Prisma__TaskClient<runtime.Types.Result.GetResult<Prisma.$TaskPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1476
|
+
results<T extends Prisma.IntegrationCheckRun$resultsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.IntegrationCheckRun$resultsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$IntegrationCheckResultPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1477
|
+
/**
|
|
1478
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1479
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1480
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1481
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1482
|
+
*/
|
|
1483
|
+
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>;
|
|
1484
|
+
/**
|
|
1485
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1486
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1487
|
+
* @returns A Promise for the completion of the callback.
|
|
1488
|
+
*/
|
|
1489
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1490
|
+
/**
|
|
1491
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1492
|
+
* resolved value cannot be modified from the callback.
|
|
1493
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1494
|
+
* @returns A Promise for the completion of the callback.
|
|
1495
|
+
*/
|
|
1496
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1497
|
+
}
|
|
1498
|
+
/**
|
|
1499
|
+
* Fields of the IntegrationCheckRun model
|
|
1500
|
+
*/
|
|
1501
|
+
export interface IntegrationCheckRunFieldRefs {
|
|
1502
|
+
readonly id: Prisma.FieldRef<"IntegrationCheckRun", 'String'>;
|
|
1503
|
+
readonly connectionId: Prisma.FieldRef<"IntegrationCheckRun", 'String'>;
|
|
1504
|
+
readonly taskId: Prisma.FieldRef<"IntegrationCheckRun", 'String'>;
|
|
1505
|
+
readonly checkId: Prisma.FieldRef<"IntegrationCheckRun", 'String'>;
|
|
1506
|
+
readonly checkName: Prisma.FieldRef<"IntegrationCheckRun", 'String'>;
|
|
1507
|
+
readonly status: Prisma.FieldRef<"IntegrationCheckRun", 'IntegrationRunStatus'>;
|
|
1508
|
+
readonly startedAt: Prisma.FieldRef<"IntegrationCheckRun", 'DateTime'>;
|
|
1509
|
+
readonly completedAt: Prisma.FieldRef<"IntegrationCheckRun", 'DateTime'>;
|
|
1510
|
+
readonly durationMs: Prisma.FieldRef<"IntegrationCheckRun", 'Int'>;
|
|
1511
|
+
readonly totalChecked: Prisma.FieldRef<"IntegrationCheckRun", 'Int'>;
|
|
1512
|
+
readonly passedCount: Prisma.FieldRef<"IntegrationCheckRun", 'Int'>;
|
|
1513
|
+
readonly failedCount: Prisma.FieldRef<"IntegrationCheckRun", 'Int'>;
|
|
1514
|
+
readonly errorMessage: Prisma.FieldRef<"IntegrationCheckRun", 'String'>;
|
|
1515
|
+
readonly logs: Prisma.FieldRef<"IntegrationCheckRun", 'Json'>;
|
|
1516
|
+
readonly createdAt: Prisma.FieldRef<"IntegrationCheckRun", 'DateTime'>;
|
|
1517
|
+
}
|
|
1518
|
+
/**
|
|
1519
|
+
* IntegrationCheckRun findUnique
|
|
1520
|
+
*/
|
|
1521
|
+
export type IntegrationCheckRunFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1522
|
+
/**
|
|
1523
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1524
|
+
*/
|
|
1525
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1526
|
+
/**
|
|
1527
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1528
|
+
*/
|
|
1529
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1530
|
+
/**
|
|
1531
|
+
* Choose, which related nodes to fetch as well
|
|
1532
|
+
*/
|
|
1533
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1534
|
+
/**
|
|
1535
|
+
* Filter, which IntegrationCheckRun to fetch.
|
|
1536
|
+
*/
|
|
1537
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
1538
|
+
};
|
|
1539
|
+
/**
|
|
1540
|
+
* IntegrationCheckRun findUniqueOrThrow
|
|
1541
|
+
*/
|
|
1542
|
+
export type IntegrationCheckRunFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1543
|
+
/**
|
|
1544
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1545
|
+
*/
|
|
1546
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1547
|
+
/**
|
|
1548
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1549
|
+
*/
|
|
1550
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1551
|
+
/**
|
|
1552
|
+
* Choose, which related nodes to fetch as well
|
|
1553
|
+
*/
|
|
1554
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1555
|
+
/**
|
|
1556
|
+
* Filter, which IntegrationCheckRun to fetch.
|
|
1557
|
+
*/
|
|
1558
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
1559
|
+
};
|
|
1560
|
+
/**
|
|
1561
|
+
* IntegrationCheckRun findFirst
|
|
1562
|
+
*/
|
|
1563
|
+
export type IntegrationCheckRunFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1564
|
+
/**
|
|
1565
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1566
|
+
*/
|
|
1567
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1568
|
+
/**
|
|
1569
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1570
|
+
*/
|
|
1571
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1572
|
+
/**
|
|
1573
|
+
* Choose, which related nodes to fetch as well
|
|
1574
|
+
*/
|
|
1575
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1576
|
+
/**
|
|
1577
|
+
* Filter, which IntegrationCheckRun to fetch.
|
|
1578
|
+
*/
|
|
1579
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
1580
|
+
/**
|
|
1581
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1582
|
+
*
|
|
1583
|
+
* Determine the order of IntegrationCheckRuns to fetch.
|
|
1584
|
+
*/
|
|
1585
|
+
orderBy?: Prisma.IntegrationCheckRunOrderByWithRelationInput | Prisma.IntegrationCheckRunOrderByWithRelationInput[];
|
|
1586
|
+
/**
|
|
1587
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1588
|
+
*
|
|
1589
|
+
* Sets the position for searching for IntegrationCheckRuns.
|
|
1590
|
+
*/
|
|
1591
|
+
cursor?: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
1592
|
+
/**
|
|
1593
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1594
|
+
*
|
|
1595
|
+
* Take `±n` IntegrationCheckRuns from the position of the cursor.
|
|
1596
|
+
*/
|
|
1597
|
+
take?: number;
|
|
1598
|
+
/**
|
|
1599
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1600
|
+
*
|
|
1601
|
+
* Skip the first `n` IntegrationCheckRuns.
|
|
1602
|
+
*/
|
|
1603
|
+
skip?: number;
|
|
1604
|
+
/**
|
|
1605
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1606
|
+
*
|
|
1607
|
+
* Filter by unique combinations of IntegrationCheckRuns.
|
|
1608
|
+
*/
|
|
1609
|
+
distinct?: Prisma.IntegrationCheckRunScalarFieldEnum | Prisma.IntegrationCheckRunScalarFieldEnum[];
|
|
1610
|
+
};
|
|
1611
|
+
/**
|
|
1612
|
+
* IntegrationCheckRun findFirstOrThrow
|
|
1613
|
+
*/
|
|
1614
|
+
export type IntegrationCheckRunFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1615
|
+
/**
|
|
1616
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1617
|
+
*/
|
|
1618
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1619
|
+
/**
|
|
1620
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1621
|
+
*/
|
|
1622
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1623
|
+
/**
|
|
1624
|
+
* Choose, which related nodes to fetch as well
|
|
1625
|
+
*/
|
|
1626
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1627
|
+
/**
|
|
1628
|
+
* Filter, which IntegrationCheckRun to fetch.
|
|
1629
|
+
*/
|
|
1630
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
1631
|
+
/**
|
|
1632
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1633
|
+
*
|
|
1634
|
+
* Determine the order of IntegrationCheckRuns to fetch.
|
|
1635
|
+
*/
|
|
1636
|
+
orderBy?: Prisma.IntegrationCheckRunOrderByWithRelationInput | Prisma.IntegrationCheckRunOrderByWithRelationInput[];
|
|
1637
|
+
/**
|
|
1638
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1639
|
+
*
|
|
1640
|
+
* Sets the position for searching for IntegrationCheckRuns.
|
|
1641
|
+
*/
|
|
1642
|
+
cursor?: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
1643
|
+
/**
|
|
1644
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1645
|
+
*
|
|
1646
|
+
* Take `±n` IntegrationCheckRuns from the position of the cursor.
|
|
1647
|
+
*/
|
|
1648
|
+
take?: number;
|
|
1649
|
+
/**
|
|
1650
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1651
|
+
*
|
|
1652
|
+
* Skip the first `n` IntegrationCheckRuns.
|
|
1653
|
+
*/
|
|
1654
|
+
skip?: number;
|
|
1655
|
+
/**
|
|
1656
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1657
|
+
*
|
|
1658
|
+
* Filter by unique combinations of IntegrationCheckRuns.
|
|
1659
|
+
*/
|
|
1660
|
+
distinct?: Prisma.IntegrationCheckRunScalarFieldEnum | Prisma.IntegrationCheckRunScalarFieldEnum[];
|
|
1661
|
+
};
|
|
1662
|
+
/**
|
|
1663
|
+
* IntegrationCheckRun findMany
|
|
1664
|
+
*/
|
|
1665
|
+
export type IntegrationCheckRunFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1666
|
+
/**
|
|
1667
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1668
|
+
*/
|
|
1669
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1670
|
+
/**
|
|
1671
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1672
|
+
*/
|
|
1673
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1674
|
+
/**
|
|
1675
|
+
* Choose, which related nodes to fetch as well
|
|
1676
|
+
*/
|
|
1677
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1678
|
+
/**
|
|
1679
|
+
* Filter, which IntegrationCheckRuns to fetch.
|
|
1680
|
+
*/
|
|
1681
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
1682
|
+
/**
|
|
1683
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1684
|
+
*
|
|
1685
|
+
* Determine the order of IntegrationCheckRuns to fetch.
|
|
1686
|
+
*/
|
|
1687
|
+
orderBy?: Prisma.IntegrationCheckRunOrderByWithRelationInput | Prisma.IntegrationCheckRunOrderByWithRelationInput[];
|
|
1688
|
+
/**
|
|
1689
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1690
|
+
*
|
|
1691
|
+
* Sets the position for listing IntegrationCheckRuns.
|
|
1692
|
+
*/
|
|
1693
|
+
cursor?: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
1694
|
+
/**
|
|
1695
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1696
|
+
*
|
|
1697
|
+
* Take `±n` IntegrationCheckRuns from the position of the cursor.
|
|
1698
|
+
*/
|
|
1699
|
+
take?: number;
|
|
1700
|
+
/**
|
|
1701
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1702
|
+
*
|
|
1703
|
+
* Skip the first `n` IntegrationCheckRuns.
|
|
1704
|
+
*/
|
|
1705
|
+
skip?: number;
|
|
1706
|
+
/**
|
|
1707
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1708
|
+
*
|
|
1709
|
+
* Filter by unique combinations of IntegrationCheckRuns.
|
|
1710
|
+
*/
|
|
1711
|
+
distinct?: Prisma.IntegrationCheckRunScalarFieldEnum | Prisma.IntegrationCheckRunScalarFieldEnum[];
|
|
1712
|
+
};
|
|
1713
|
+
/**
|
|
1714
|
+
* IntegrationCheckRun create
|
|
1715
|
+
*/
|
|
1716
|
+
export type IntegrationCheckRunCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1717
|
+
/**
|
|
1718
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1719
|
+
*/
|
|
1720
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1721
|
+
/**
|
|
1722
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1723
|
+
*/
|
|
1724
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1725
|
+
/**
|
|
1726
|
+
* Choose, which related nodes to fetch as well
|
|
1727
|
+
*/
|
|
1728
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1729
|
+
/**
|
|
1730
|
+
* The data needed to create a IntegrationCheckRun.
|
|
1731
|
+
*/
|
|
1732
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunCreateInput, Prisma.IntegrationCheckRunUncheckedCreateInput>;
|
|
1733
|
+
};
|
|
1734
|
+
/**
|
|
1735
|
+
* IntegrationCheckRun createMany
|
|
1736
|
+
*/
|
|
1737
|
+
export type IntegrationCheckRunCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1738
|
+
/**
|
|
1739
|
+
* The data used to create many IntegrationCheckRuns.
|
|
1740
|
+
*/
|
|
1741
|
+
data: Prisma.IntegrationCheckRunCreateManyInput | Prisma.IntegrationCheckRunCreateManyInput[];
|
|
1742
|
+
skipDuplicates?: boolean;
|
|
1743
|
+
};
|
|
1744
|
+
/**
|
|
1745
|
+
* IntegrationCheckRun createManyAndReturn
|
|
1746
|
+
*/
|
|
1747
|
+
export type IntegrationCheckRunCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1748
|
+
/**
|
|
1749
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1750
|
+
*/
|
|
1751
|
+
select?: Prisma.IntegrationCheckRunSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1752
|
+
/**
|
|
1753
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1754
|
+
*/
|
|
1755
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1756
|
+
/**
|
|
1757
|
+
* The data used to create many IntegrationCheckRuns.
|
|
1758
|
+
*/
|
|
1759
|
+
data: Prisma.IntegrationCheckRunCreateManyInput | Prisma.IntegrationCheckRunCreateManyInput[];
|
|
1760
|
+
skipDuplicates?: boolean;
|
|
1761
|
+
/**
|
|
1762
|
+
* Choose, which related nodes to fetch as well
|
|
1763
|
+
*/
|
|
1764
|
+
include?: Prisma.IntegrationCheckRunIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1765
|
+
};
|
|
1766
|
+
/**
|
|
1767
|
+
* IntegrationCheckRun update
|
|
1768
|
+
*/
|
|
1769
|
+
export type IntegrationCheckRunUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1770
|
+
/**
|
|
1771
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1772
|
+
*/
|
|
1773
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1774
|
+
/**
|
|
1775
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1776
|
+
*/
|
|
1777
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1778
|
+
/**
|
|
1779
|
+
* Choose, which related nodes to fetch as well
|
|
1780
|
+
*/
|
|
1781
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1782
|
+
/**
|
|
1783
|
+
* The data needed to update a IntegrationCheckRun.
|
|
1784
|
+
*/
|
|
1785
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunUpdateInput, Prisma.IntegrationCheckRunUncheckedUpdateInput>;
|
|
1786
|
+
/**
|
|
1787
|
+
* Choose, which IntegrationCheckRun to update.
|
|
1788
|
+
*/
|
|
1789
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
1790
|
+
};
|
|
1791
|
+
/**
|
|
1792
|
+
* IntegrationCheckRun updateMany
|
|
1793
|
+
*/
|
|
1794
|
+
export type IntegrationCheckRunUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1795
|
+
/**
|
|
1796
|
+
* The data used to update IntegrationCheckRuns.
|
|
1797
|
+
*/
|
|
1798
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunUpdateManyMutationInput, Prisma.IntegrationCheckRunUncheckedUpdateManyInput>;
|
|
1799
|
+
/**
|
|
1800
|
+
* Filter which IntegrationCheckRuns to update
|
|
1801
|
+
*/
|
|
1802
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
1803
|
+
/**
|
|
1804
|
+
* Limit how many IntegrationCheckRuns to update.
|
|
1805
|
+
*/
|
|
1806
|
+
limit?: number;
|
|
1807
|
+
};
|
|
1808
|
+
/**
|
|
1809
|
+
* IntegrationCheckRun updateManyAndReturn
|
|
1810
|
+
*/
|
|
1811
|
+
export type IntegrationCheckRunUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1812
|
+
/**
|
|
1813
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1814
|
+
*/
|
|
1815
|
+
select?: Prisma.IntegrationCheckRunSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1816
|
+
/**
|
|
1817
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1818
|
+
*/
|
|
1819
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1820
|
+
/**
|
|
1821
|
+
* The data used to update IntegrationCheckRuns.
|
|
1822
|
+
*/
|
|
1823
|
+
data: Prisma.XOR<Prisma.IntegrationCheckRunUpdateManyMutationInput, Prisma.IntegrationCheckRunUncheckedUpdateManyInput>;
|
|
1824
|
+
/**
|
|
1825
|
+
* Filter which IntegrationCheckRuns to update
|
|
1826
|
+
*/
|
|
1827
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
1828
|
+
/**
|
|
1829
|
+
* Limit how many IntegrationCheckRuns to update.
|
|
1830
|
+
*/
|
|
1831
|
+
limit?: number;
|
|
1832
|
+
/**
|
|
1833
|
+
* Choose, which related nodes to fetch as well
|
|
1834
|
+
*/
|
|
1835
|
+
include?: Prisma.IntegrationCheckRunIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1836
|
+
};
|
|
1837
|
+
/**
|
|
1838
|
+
* IntegrationCheckRun upsert
|
|
1839
|
+
*/
|
|
1840
|
+
export type IntegrationCheckRunUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1841
|
+
/**
|
|
1842
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1843
|
+
*/
|
|
1844
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1845
|
+
/**
|
|
1846
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1847
|
+
*/
|
|
1848
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1849
|
+
/**
|
|
1850
|
+
* Choose, which related nodes to fetch as well
|
|
1851
|
+
*/
|
|
1852
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1853
|
+
/**
|
|
1854
|
+
* The filter to search for the IntegrationCheckRun to update in case it exists.
|
|
1855
|
+
*/
|
|
1856
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
1857
|
+
/**
|
|
1858
|
+
* In case the IntegrationCheckRun found by the `where` argument doesn't exist, create a new IntegrationCheckRun with this data.
|
|
1859
|
+
*/
|
|
1860
|
+
create: Prisma.XOR<Prisma.IntegrationCheckRunCreateInput, Prisma.IntegrationCheckRunUncheckedCreateInput>;
|
|
1861
|
+
/**
|
|
1862
|
+
* In case the IntegrationCheckRun was found with the provided `where` argument, update it with this data.
|
|
1863
|
+
*/
|
|
1864
|
+
update: Prisma.XOR<Prisma.IntegrationCheckRunUpdateInput, Prisma.IntegrationCheckRunUncheckedUpdateInput>;
|
|
1865
|
+
};
|
|
1866
|
+
/**
|
|
1867
|
+
* IntegrationCheckRun delete
|
|
1868
|
+
*/
|
|
1869
|
+
export type IntegrationCheckRunDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1870
|
+
/**
|
|
1871
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1872
|
+
*/
|
|
1873
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1874
|
+
/**
|
|
1875
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1876
|
+
*/
|
|
1877
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1878
|
+
/**
|
|
1879
|
+
* Choose, which related nodes to fetch as well
|
|
1880
|
+
*/
|
|
1881
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1882
|
+
/**
|
|
1883
|
+
* Filter which IntegrationCheckRun to delete.
|
|
1884
|
+
*/
|
|
1885
|
+
where: Prisma.IntegrationCheckRunWhereUniqueInput;
|
|
1886
|
+
};
|
|
1887
|
+
/**
|
|
1888
|
+
* IntegrationCheckRun deleteMany
|
|
1889
|
+
*/
|
|
1890
|
+
export type IntegrationCheckRunDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1891
|
+
/**
|
|
1892
|
+
* Filter which IntegrationCheckRuns to delete
|
|
1893
|
+
*/
|
|
1894
|
+
where?: Prisma.IntegrationCheckRunWhereInput;
|
|
1895
|
+
/**
|
|
1896
|
+
* Limit how many IntegrationCheckRuns to delete.
|
|
1897
|
+
*/
|
|
1898
|
+
limit?: number;
|
|
1899
|
+
};
|
|
1900
|
+
/**
|
|
1901
|
+
* IntegrationCheckRun.task
|
|
1902
|
+
*/
|
|
1903
|
+
export type IntegrationCheckRun$taskArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1904
|
+
/**
|
|
1905
|
+
* Select specific fields to fetch from the Task
|
|
1906
|
+
*/
|
|
1907
|
+
select?: Prisma.TaskSelect<ExtArgs> | null;
|
|
1908
|
+
/**
|
|
1909
|
+
* Omit specific fields from the Task
|
|
1910
|
+
*/
|
|
1911
|
+
omit?: Prisma.TaskOmit<ExtArgs> | null;
|
|
1912
|
+
/**
|
|
1913
|
+
* Choose, which related nodes to fetch as well
|
|
1914
|
+
*/
|
|
1915
|
+
include?: Prisma.TaskInclude<ExtArgs> | null;
|
|
1916
|
+
where?: Prisma.TaskWhereInput;
|
|
1917
|
+
};
|
|
1918
|
+
/**
|
|
1919
|
+
* IntegrationCheckRun.results
|
|
1920
|
+
*/
|
|
1921
|
+
export type IntegrationCheckRun$resultsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1922
|
+
/**
|
|
1923
|
+
* Select specific fields to fetch from the IntegrationCheckResult
|
|
1924
|
+
*/
|
|
1925
|
+
select?: Prisma.IntegrationCheckResultSelect<ExtArgs> | null;
|
|
1926
|
+
/**
|
|
1927
|
+
* Omit specific fields from the IntegrationCheckResult
|
|
1928
|
+
*/
|
|
1929
|
+
omit?: Prisma.IntegrationCheckResultOmit<ExtArgs> | null;
|
|
1930
|
+
/**
|
|
1931
|
+
* Choose, which related nodes to fetch as well
|
|
1932
|
+
*/
|
|
1933
|
+
include?: Prisma.IntegrationCheckResultInclude<ExtArgs> | null;
|
|
1934
|
+
where?: Prisma.IntegrationCheckResultWhereInput;
|
|
1935
|
+
orderBy?: Prisma.IntegrationCheckResultOrderByWithRelationInput | Prisma.IntegrationCheckResultOrderByWithRelationInput[];
|
|
1936
|
+
cursor?: Prisma.IntegrationCheckResultWhereUniqueInput;
|
|
1937
|
+
take?: number;
|
|
1938
|
+
skip?: number;
|
|
1939
|
+
distinct?: Prisma.IntegrationCheckResultScalarFieldEnum | Prisma.IntegrationCheckResultScalarFieldEnum[];
|
|
1940
|
+
};
|
|
1941
|
+
/**
|
|
1942
|
+
* IntegrationCheckRun without action
|
|
1943
|
+
*/
|
|
1944
|
+
export type IntegrationCheckRunDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1945
|
+
/**
|
|
1946
|
+
* Select specific fields to fetch from the IntegrationCheckRun
|
|
1947
|
+
*/
|
|
1948
|
+
select?: Prisma.IntegrationCheckRunSelect<ExtArgs> | null;
|
|
1949
|
+
/**
|
|
1950
|
+
* Omit specific fields from the IntegrationCheckRun
|
|
1951
|
+
*/
|
|
1952
|
+
omit?: Prisma.IntegrationCheckRunOmit<ExtArgs> | null;
|
|
1953
|
+
/**
|
|
1954
|
+
* Choose, which related nodes to fetch as well
|
|
1955
|
+
*/
|
|
1956
|
+
include?: Prisma.IntegrationCheckRunInclude<ExtArgs> | null;
|
|
1957
|
+
};
|
|
1958
|
+
//# sourceMappingURL=IntegrationCheckRun.d.ts.map
|