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