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