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