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