@trycompai/db 1.3.22 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +2 -2
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +4 -5
- package/dist/client.ts +5 -2
- package/dist/generated/prisma/client.d.ts +427 -0
- package/dist/generated/prisma/client.d.ts.map +1 -0
- package/dist/generated/prisma/client.js +73 -0
- package/dist/generated/prisma/commonInputTypes.d.ts +2082 -0
- package/dist/generated/prisma/commonInputTypes.d.ts.map +1 -0
- package/dist/generated/prisma/commonInputTypes.js +11 -0
- package/dist/generated/prisma/enums.d.ts +367 -0
- package/dist/generated/prisma/enums.d.ts.map +1 -0
- package/dist/generated/prisma/enums.js +329 -0
- package/dist/generated/prisma/internal/class.d.ts +1000 -0
- package/dist/generated/prisma/internal/class.d.ts.map +1 -0
- package/dist/generated/prisma/internal/class.js +87 -0
- package/dist/generated/prisma/internal/prismaNamespace.d.ts +8063 -0
- package/dist/generated/prisma/internal/prismaNamespace.d.ts.map +1 -0
- package/dist/generated/prisma/internal/prismaNamespace.js +1256 -0
- package/dist/generated/prisma/models/Account.d.ts +1456 -0
- package/dist/generated/prisma/models/Account.d.ts.map +1 -0
- package/dist/generated/prisma/models/Account.js +2 -0
- package/dist/generated/prisma/models/ApiKey.d.ts +1387 -0
- package/dist/generated/prisma/models/ApiKey.d.ts.map +1 -0
- package/dist/generated/prisma/models/ApiKey.js +2 -0
- package/dist/generated/prisma/models/Attachment.d.ts +1520 -0
- package/dist/generated/prisma/models/Attachment.d.ts.map +1 -0
- package/dist/generated/prisma/models/Attachment.js +2 -0
- package/dist/generated/prisma/models/AuditLog.d.ts +1590 -0
- package/dist/generated/prisma/models/AuditLog.d.ts.map +1 -0
- package/dist/generated/prisma/models/AuditLog.js +2 -0
- package/dist/generated/prisma/models/BrowserAutomation.d.ts +1507 -0
- package/dist/generated/prisma/models/BrowserAutomation.d.ts.map +1 -0
- package/dist/generated/prisma/models/BrowserAutomation.js +2 -0
- package/dist/generated/prisma/models/BrowserAutomationRun.d.ts +1455 -0
- package/dist/generated/prisma/models/BrowserAutomationRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/BrowserAutomationRun.js +2 -0
- package/dist/generated/prisma/models/BrowserbaseContext.d.ts +1139 -0
- package/dist/generated/prisma/models/BrowserbaseContext.d.ts.map +1 -0
- package/dist/generated/prisma/models/BrowserbaseContext.js +2 -0
- package/dist/generated/prisma/models/Comment.d.ts +1502 -0
- package/dist/generated/prisma/models/Comment.d.ts.map +1 -0
- package/dist/generated/prisma/models/Comment.js +2 -0
- package/dist/generated/prisma/models/Context.d.ts +1254 -0
- package/dist/generated/prisma/models/Context.d.ts.map +1 -0
- package/dist/generated/prisma/models/Context.js +2 -0
- package/dist/generated/prisma/models/Control.d.ts +1965 -0
- package/dist/generated/prisma/models/Control.d.ts.map +1 -0
- package/dist/generated/prisma/models/Control.js +2 -0
- package/dist/generated/prisma/models/ControlDocumentType.d.ts +1115 -0
- package/dist/generated/prisma/models/ControlDocumentType.d.ts.map +1 -0
- package/dist/generated/prisma/models/ControlDocumentType.js +2 -0
- package/dist/generated/prisma/models/Device.d.ts +1858 -0
- package/dist/generated/prisma/models/Device.d.ts.map +1 -0
- package/dist/generated/prisma/models/Device.js +2 -0
- package/dist/generated/prisma/models/DynamicCheck.d.ts +1517 -0
- package/dist/generated/prisma/models/DynamicCheck.d.ts.map +1 -0
- package/dist/generated/prisma/models/DynamicCheck.js +2 -0
- package/dist/generated/prisma/models/DynamicIntegration.d.ts +1528 -0
- package/dist/generated/prisma/models/DynamicIntegration.d.ts.map +1 -0
- package/dist/generated/prisma/models/DynamicIntegration.js +2 -0
- package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.d.ts +1146 -0
- package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.d.ts.map +1 -0
- package/dist/generated/prisma/models/EmployeeTrainingVideoCompletion.js +2 -0
- package/dist/generated/prisma/models/EvidenceAutomation.d.ts +1533 -0
- package/dist/generated/prisma/models/EvidenceAutomation.d.ts.map +1 -0
- package/dist/generated/prisma/models/EvidenceAutomation.js +2 -0
- package/dist/generated/prisma/models/EvidenceAutomationRun.d.ts +1833 -0
- package/dist/generated/prisma/models/EvidenceAutomationRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/EvidenceAutomationRun.js +2 -0
- package/dist/generated/prisma/models/EvidenceAutomationVersion.d.ts +1331 -0
- package/dist/generated/prisma/models/EvidenceAutomationVersion.d.ts.map +1 -0
- package/dist/generated/prisma/models/EvidenceAutomationVersion.js +2 -0
- package/dist/generated/prisma/models/EvidenceSubmission.d.ts +1905 -0
- package/dist/generated/prisma/models/EvidenceSubmission.d.ts.map +1 -0
- package/dist/generated/prisma/models/EvidenceSubmission.js +2 -0
- package/dist/generated/prisma/models/Finding.d.ts +2386 -0
- package/dist/generated/prisma/models/Finding.d.ts.map +1 -0
- package/dist/generated/prisma/models/Finding.js +2 -0
- package/dist/generated/prisma/models/FindingTemplate.d.ts +1264 -0
- package/dist/generated/prisma/models/FindingTemplate.d.ts.map +1 -0
- package/dist/generated/prisma/models/FindingTemplate.js +2 -0
- package/dist/generated/prisma/models/FleetPolicyResult.d.ts +1484 -0
- package/dist/generated/prisma/models/FleetPolicyResult.d.ts.map +1 -0
- package/dist/generated/prisma/models/FleetPolicyResult.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorControlTemplate.d.ts +1669 -0
- package/dist/generated/prisma/models/FrameworkEditorControlTemplate.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorControlTemplate.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorFramework.d.ts +1581 -0
- package/dist/generated/prisma/models/FrameworkEditorFramework.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorFramework.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.d.ts +1428 -0
- package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorPolicyTemplate.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorRequirement.d.ts +1525 -0
- package/dist/generated/prisma/models/FrameworkEditorRequirement.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorRequirement.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.d.ts +1434 -0
- package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorTaskTemplate.js +2 -0
- package/dist/generated/prisma/models/FrameworkEditorVideo.d.ts +1054 -0
- package/dist/generated/prisma/models/FrameworkEditorVideo.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkEditorVideo.js +2 -0
- package/dist/generated/prisma/models/FrameworkInstance.d.ts +1321 -0
- package/dist/generated/prisma/models/FrameworkInstance.d.ts.map +1 -0
- package/dist/generated/prisma/models/FrameworkInstance.js +2 -0
- package/dist/generated/prisma/models/GlobalVendors.d.ts +1358 -0
- package/dist/generated/prisma/models/GlobalVendors.d.ts.map +1 -0
- package/dist/generated/prisma/models/GlobalVendors.js +2 -0
- package/dist/generated/prisma/models/Integration.d.ts +1363 -0
- package/dist/generated/prisma/models/Integration.d.ts.map +1 -0
- package/dist/generated/prisma/models/Integration.js +2 -0
- package/dist/generated/prisma/models/IntegrationCheckResult.d.ts +1408 -0
- package/dist/generated/prisma/models/IntegrationCheckResult.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationCheckResult.js +2 -0
- package/dist/generated/prisma/models/IntegrationCheckRun.d.ts +1958 -0
- package/dist/generated/prisma/models/IntegrationCheckRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationCheckRun.js +2 -0
- package/dist/generated/prisma/models/IntegrationConnection.d.ts +2472 -0
- package/dist/generated/prisma/models/IntegrationConnection.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationConnection.js +2 -0
- package/dist/generated/prisma/models/IntegrationCredentialVersion.d.ts +1298 -0
- package/dist/generated/prisma/models/IntegrationCredentialVersion.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationCredentialVersion.js +2 -0
- package/dist/generated/prisma/models/IntegrationOAuthApp.d.ts +1362 -0
- package/dist/generated/prisma/models/IntegrationOAuthApp.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationOAuthApp.js +2 -0
- package/dist/generated/prisma/models/IntegrationOAuthState.d.ts +1131 -0
- package/dist/generated/prisma/models/IntegrationOAuthState.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationOAuthState.js +2 -0
- package/dist/generated/prisma/models/IntegrationPlatformCredential.d.ts +1237 -0
- package/dist/generated/prisma/models/IntegrationPlatformCredential.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationPlatformCredential.js +2 -0
- package/dist/generated/prisma/models/IntegrationPlatformFinding.d.ts +1652 -0
- package/dist/generated/prisma/models/IntegrationPlatformFinding.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationPlatformFinding.js +2 -0
- package/dist/generated/prisma/models/IntegrationProvider.d.ts +1300 -0
- package/dist/generated/prisma/models/IntegrationProvider.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationProvider.js +2 -0
- package/dist/generated/prisma/models/IntegrationResult.d.ts +1539 -0
- package/dist/generated/prisma/models/IntegrationResult.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationResult.js +2 -0
- package/dist/generated/prisma/models/IntegrationRun.d.ts +1596 -0
- package/dist/generated/prisma/models/IntegrationRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationRun.js +2 -0
- package/dist/generated/prisma/models/IntegrationSyncLog.d.ts +1716 -0
- package/dist/generated/prisma/models/IntegrationSyncLog.d.ts.map +1 -0
- package/dist/generated/prisma/models/IntegrationSyncLog.js +2 -0
- package/dist/generated/prisma/models/Invitation.d.ts +1404 -0
- package/dist/generated/prisma/models/Invitation.d.ts.map +1 -0
- package/dist/generated/prisma/models/Invitation.js +2 -0
- package/dist/generated/prisma/models/Jwks.d.ts +998 -0
- package/dist/generated/prisma/models/Jwks.d.ts.map +1 -0
- package/dist/generated/prisma/models/Jwks.js +2 -0
- package/dist/generated/prisma/models/KnowledgeBaseDocument.d.ts +1463 -0
- package/dist/generated/prisma/models/KnowledgeBaseDocument.d.ts.map +1 -0
- package/dist/generated/prisma/models/KnowledgeBaseDocument.js +2 -0
- package/dist/generated/prisma/models/Member.d.ts +5530 -0
- package/dist/generated/prisma/models/Member.d.ts.map +1 -0
- package/dist/generated/prisma/models/Member.js +2 -0
- package/dist/generated/prisma/models/Onboarding.d.ts +1376 -0
- package/dist/generated/prisma/models/Onboarding.d.ts.map +1 -0
- package/dist/generated/prisma/models/Onboarding.js +2 -0
- package/dist/generated/prisma/models/Organization.d.ts +14367 -0
- package/dist/generated/prisma/models/Organization.d.ts.map +1 -0
- package/dist/generated/prisma/models/Organization.js +2 -0
- package/dist/generated/prisma/models/OrganizationBilling.d.ts +1222 -0
- package/dist/generated/prisma/models/OrganizationBilling.d.ts.map +1 -0
- package/dist/generated/prisma/models/OrganizationBilling.js +2 -0
- package/dist/generated/prisma/models/OrganizationChart.d.ts +1248 -0
- package/dist/generated/prisma/models/OrganizationChart.d.ts.map +1 -0
- package/dist/generated/prisma/models/OrganizationChart.js +2 -0
- package/dist/generated/prisma/models/OrganizationRole.d.ts +1251 -0
- package/dist/generated/prisma/models/OrganizationRole.d.ts.map +1 -0
- package/dist/generated/prisma/models/OrganizationRole.js +2 -0
- package/dist/generated/prisma/models/PentestSubscription.d.ts +1497 -0
- package/dist/generated/prisma/models/PentestSubscription.d.ts.map +1 -0
- package/dist/generated/prisma/models/PentestSubscription.js +2 -0
- package/dist/generated/prisma/models/Policy.d.ts +3356 -0
- package/dist/generated/prisma/models/Policy.d.ts.map +1 -0
- package/dist/generated/prisma/models/Policy.js +2 -0
- package/dist/generated/prisma/models/PolicyVersion.d.ts +1619 -0
- package/dist/generated/prisma/models/PolicyVersion.d.ts.map +1 -0
- package/dist/generated/prisma/models/PolicyVersion.js +2 -0
- package/dist/generated/prisma/models/Questionnaire.d.ts +1808 -0
- package/dist/generated/prisma/models/Questionnaire.d.ts.map +1 -0
- package/dist/generated/prisma/models/Questionnaire.js +2 -0
- package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.d.ts +1422 -0
- package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.d.ts.map +1 -0
- package/dist/generated/prisma/models/QuestionnaireQuestionAnswer.js +2 -0
- package/dist/generated/prisma/models/RequirementMap.d.ts +1345 -0
- package/dist/generated/prisma/models/RequirementMap.d.ts.map +1 -0
- package/dist/generated/prisma/models/RequirementMap.js +2 -0
- package/dist/generated/prisma/models/Risk.d.ts +1975 -0
- package/dist/generated/prisma/models/Risk.d.ts.map +1 -0
- package/dist/generated/prisma/models/Risk.js +2 -0
- package/dist/generated/prisma/models/RoleNotificationSetting.d.ts +1391 -0
- package/dist/generated/prisma/models/RoleNotificationSetting.d.ts.map +1 -0
- package/dist/generated/prisma/models/RoleNotificationSetting.js +2 -0
- package/dist/generated/prisma/models/SOAAnswer.d.ts +1498 -0
- package/dist/generated/prisma/models/SOAAnswer.d.ts.map +1 -0
- package/dist/generated/prisma/models/SOAAnswer.js +2 -0
- package/dist/generated/prisma/models/SOADocument.d.ts +2272 -0
- package/dist/generated/prisma/models/SOADocument.d.ts.map +1 -0
- package/dist/generated/prisma/models/SOADocument.js +2 -0
- package/dist/generated/prisma/models/SOAFrameworkConfiguration.d.ts +1445 -0
- package/dist/generated/prisma/models/SOAFrameworkConfiguration.d.ts.map +1 -0
- package/dist/generated/prisma/models/SOAFrameworkConfiguration.js +2 -0
- package/dist/generated/prisma/models/Secret.d.ts +1321 -0
- package/dist/generated/prisma/models/Secret.d.ts.map +1 -0
- package/dist/generated/prisma/models/Secret.js +2 -0
- package/dist/generated/prisma/models/SecurityPenetrationTestRun.d.ts +1176 -0
- package/dist/generated/prisma/models/SecurityPenetrationTestRun.d.ts.map +1 -0
- package/dist/generated/prisma/models/SecurityPenetrationTestRun.js +2 -0
- package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.d.ts +1510 -0
- package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.d.ts.map +1 -0
- package/dist/generated/prisma/models/SecurityQuestionnaireManualAnswer.js +2 -0
- package/dist/generated/prisma/models/Session.d.ts +1351 -0
- package/dist/generated/prisma/models/Session.d.ts.map +1 -0
- package/dist/generated/prisma/models/Session.js +2 -0
- package/dist/generated/prisma/models/Task.d.ts +3980 -0
- package/dist/generated/prisma/models/Task.d.ts.map +1 -0
- package/dist/generated/prisma/models/Task.js +2 -0
- package/dist/generated/prisma/models/TaskItem.d.ts +1961 -0
- package/dist/generated/prisma/models/TaskItem.d.ts.map +1 -0
- package/dist/generated/prisma/models/TaskItem.js +2 -0
- package/dist/generated/prisma/models/Trust.d.ts +2242 -0
- package/dist/generated/prisma/models/Trust.d.ts.map +1 -0
- package/dist/generated/prisma/models/Trust.js +2 -0
- package/dist/generated/prisma/models/TrustAccessGrant.d.ts +1888 -0
- package/dist/generated/prisma/models/TrustAccessGrant.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustAccessGrant.js +2 -0
- package/dist/generated/prisma/models/TrustAccessRequest.d.ts +2103 -0
- package/dist/generated/prisma/models/TrustAccessRequest.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustAccessRequest.js +2 -0
- package/dist/generated/prisma/models/TrustCustomLink.d.ts +1354 -0
- package/dist/generated/prisma/models/TrustCustomLink.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustCustomLink.js +2 -0
- package/dist/generated/prisma/models/TrustDocument.d.ts +1281 -0
- package/dist/generated/prisma/models/TrustDocument.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustDocument.js +2 -0
- package/dist/generated/prisma/models/TrustNDAAgreement.d.ts +1877 -0
- package/dist/generated/prisma/models/TrustNDAAgreement.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustNDAAgreement.js +2 -0
- package/dist/generated/prisma/models/TrustResource.d.ts +1328 -0
- package/dist/generated/prisma/models/TrustResource.d.ts.map +1 -0
- package/dist/generated/prisma/models/TrustResource.js +2 -0
- package/dist/generated/prisma/models/User.d.ts +3070 -0
- package/dist/generated/prisma/models/User.d.ts.map +1 -0
- package/dist/generated/prisma/models/User.js +2 -0
- package/dist/generated/prisma/models/Vendor.d.ts +2307 -0
- package/dist/generated/prisma/models/Vendor.d.ts.map +1 -0
- package/dist/generated/prisma/models/Vendor.js +2 -0
- package/dist/generated/prisma/models/VendorContact.d.ts +1246 -0
- package/dist/generated/prisma/models/VendorContact.d.ts.map +1 -0
- package/dist/generated/prisma/models/VendorContact.js +2 -0
- package/dist/generated/prisma/models/Verification.d.ts +1026 -0
- package/dist/generated/prisma/models/Verification.d.ts.map +1 -0
- package/dist/generated/prisma/models/Verification.js +2 -0
- package/dist/generated/prisma/models.d.ts +82 -0
- package/dist/generated/prisma/models.d.ts.map +1 -0
- package/dist/generated/prisma/models.js +2 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -3
- package/dist/index.ts +1 -2
- package/dist/postinstall.js +1 -1
- package/dist/schema.prisma +455 -39
- package/package.json +56 -55
|
@@ -0,0 +1,1054 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model FrameworkEditorVideo
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type FrameworkEditorVideoModel = runtime.Types.Result.DefaultSelection<Prisma.$FrameworkEditorVideoPayload>;
|
|
8
|
+
export type AggregateFrameworkEditorVideo = {
|
|
9
|
+
_count: FrameworkEditorVideoCountAggregateOutputType | null;
|
|
10
|
+
_min: FrameworkEditorVideoMinAggregateOutputType | null;
|
|
11
|
+
_max: FrameworkEditorVideoMaxAggregateOutputType | null;
|
|
12
|
+
};
|
|
13
|
+
export type FrameworkEditorVideoMinAggregateOutputType = {
|
|
14
|
+
id: string | null;
|
|
15
|
+
title: string | null;
|
|
16
|
+
description: string | null;
|
|
17
|
+
youtubeId: string | null;
|
|
18
|
+
url: string | null;
|
|
19
|
+
createdAt: Date | null;
|
|
20
|
+
updatedAt: Date | null;
|
|
21
|
+
};
|
|
22
|
+
export type FrameworkEditorVideoMaxAggregateOutputType = {
|
|
23
|
+
id: string | null;
|
|
24
|
+
title: string | null;
|
|
25
|
+
description: string | null;
|
|
26
|
+
youtubeId: string | null;
|
|
27
|
+
url: string | null;
|
|
28
|
+
createdAt: Date | null;
|
|
29
|
+
updatedAt: Date | null;
|
|
30
|
+
};
|
|
31
|
+
export type FrameworkEditorVideoCountAggregateOutputType = {
|
|
32
|
+
id: number;
|
|
33
|
+
title: number;
|
|
34
|
+
description: number;
|
|
35
|
+
youtubeId: number;
|
|
36
|
+
url: number;
|
|
37
|
+
createdAt: number;
|
|
38
|
+
updatedAt: number;
|
|
39
|
+
_all: number;
|
|
40
|
+
};
|
|
41
|
+
export type FrameworkEditorVideoMinAggregateInputType = {
|
|
42
|
+
id?: true;
|
|
43
|
+
title?: true;
|
|
44
|
+
description?: true;
|
|
45
|
+
youtubeId?: true;
|
|
46
|
+
url?: true;
|
|
47
|
+
createdAt?: true;
|
|
48
|
+
updatedAt?: true;
|
|
49
|
+
};
|
|
50
|
+
export type FrameworkEditorVideoMaxAggregateInputType = {
|
|
51
|
+
id?: true;
|
|
52
|
+
title?: true;
|
|
53
|
+
description?: true;
|
|
54
|
+
youtubeId?: true;
|
|
55
|
+
url?: true;
|
|
56
|
+
createdAt?: true;
|
|
57
|
+
updatedAt?: true;
|
|
58
|
+
};
|
|
59
|
+
export type FrameworkEditorVideoCountAggregateInputType = {
|
|
60
|
+
id?: true;
|
|
61
|
+
title?: true;
|
|
62
|
+
description?: true;
|
|
63
|
+
youtubeId?: true;
|
|
64
|
+
url?: true;
|
|
65
|
+
createdAt?: true;
|
|
66
|
+
updatedAt?: true;
|
|
67
|
+
_all?: true;
|
|
68
|
+
};
|
|
69
|
+
export type FrameworkEditorVideoAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
70
|
+
/**
|
|
71
|
+
* Filter which FrameworkEditorVideo to aggregate.
|
|
72
|
+
*/
|
|
73
|
+
where?: Prisma.FrameworkEditorVideoWhereInput;
|
|
74
|
+
/**
|
|
75
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
76
|
+
*
|
|
77
|
+
* Determine the order of FrameworkEditorVideos to fetch.
|
|
78
|
+
*/
|
|
79
|
+
orderBy?: Prisma.FrameworkEditorVideoOrderByWithRelationInput | Prisma.FrameworkEditorVideoOrderByWithRelationInput[];
|
|
80
|
+
/**
|
|
81
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
82
|
+
*
|
|
83
|
+
* Sets the start position
|
|
84
|
+
*/
|
|
85
|
+
cursor?: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
86
|
+
/**
|
|
87
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
88
|
+
*
|
|
89
|
+
* Take `±n` FrameworkEditorVideos from the position of the cursor.
|
|
90
|
+
*/
|
|
91
|
+
take?: number;
|
|
92
|
+
/**
|
|
93
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
94
|
+
*
|
|
95
|
+
* Skip the first `n` FrameworkEditorVideos.
|
|
96
|
+
*/
|
|
97
|
+
skip?: number;
|
|
98
|
+
/**
|
|
99
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
100
|
+
*
|
|
101
|
+
* Count returned FrameworkEditorVideos
|
|
102
|
+
**/
|
|
103
|
+
_count?: true | FrameworkEditorVideoCountAggregateInputType;
|
|
104
|
+
/**
|
|
105
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
106
|
+
*
|
|
107
|
+
* Select which fields to find the minimum value
|
|
108
|
+
**/
|
|
109
|
+
_min?: FrameworkEditorVideoMinAggregateInputType;
|
|
110
|
+
/**
|
|
111
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
112
|
+
*
|
|
113
|
+
* Select which fields to find the maximum value
|
|
114
|
+
**/
|
|
115
|
+
_max?: FrameworkEditorVideoMaxAggregateInputType;
|
|
116
|
+
};
|
|
117
|
+
export type GetFrameworkEditorVideoAggregateType<T extends FrameworkEditorVideoAggregateArgs> = {
|
|
118
|
+
[P in keyof T & keyof AggregateFrameworkEditorVideo]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateFrameworkEditorVideo[P]> : Prisma.GetScalarType<T[P], AggregateFrameworkEditorVideo[P]>;
|
|
119
|
+
};
|
|
120
|
+
export type FrameworkEditorVideoGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
121
|
+
where?: Prisma.FrameworkEditorVideoWhereInput;
|
|
122
|
+
orderBy?: Prisma.FrameworkEditorVideoOrderByWithAggregationInput | Prisma.FrameworkEditorVideoOrderByWithAggregationInput[];
|
|
123
|
+
by: Prisma.FrameworkEditorVideoScalarFieldEnum[] | Prisma.FrameworkEditorVideoScalarFieldEnum;
|
|
124
|
+
having?: Prisma.FrameworkEditorVideoScalarWhereWithAggregatesInput;
|
|
125
|
+
take?: number;
|
|
126
|
+
skip?: number;
|
|
127
|
+
_count?: FrameworkEditorVideoCountAggregateInputType | true;
|
|
128
|
+
_min?: FrameworkEditorVideoMinAggregateInputType;
|
|
129
|
+
_max?: FrameworkEditorVideoMaxAggregateInputType;
|
|
130
|
+
};
|
|
131
|
+
export type FrameworkEditorVideoGroupByOutputType = {
|
|
132
|
+
id: string;
|
|
133
|
+
title: string;
|
|
134
|
+
description: string;
|
|
135
|
+
youtubeId: string;
|
|
136
|
+
url: string;
|
|
137
|
+
createdAt: Date;
|
|
138
|
+
updatedAt: Date;
|
|
139
|
+
_count: FrameworkEditorVideoCountAggregateOutputType | null;
|
|
140
|
+
_min: FrameworkEditorVideoMinAggregateOutputType | null;
|
|
141
|
+
_max: FrameworkEditorVideoMaxAggregateOutputType | null;
|
|
142
|
+
};
|
|
143
|
+
export type GetFrameworkEditorVideoGroupByPayload<T extends FrameworkEditorVideoGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<FrameworkEditorVideoGroupByOutputType, T['by']> & {
|
|
144
|
+
[P in ((keyof T) & (keyof FrameworkEditorVideoGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], FrameworkEditorVideoGroupByOutputType[P]> : Prisma.GetScalarType<T[P], FrameworkEditorVideoGroupByOutputType[P]>;
|
|
145
|
+
}>>;
|
|
146
|
+
export type FrameworkEditorVideoWhereInput = {
|
|
147
|
+
AND?: Prisma.FrameworkEditorVideoWhereInput | Prisma.FrameworkEditorVideoWhereInput[];
|
|
148
|
+
OR?: Prisma.FrameworkEditorVideoWhereInput[];
|
|
149
|
+
NOT?: Prisma.FrameworkEditorVideoWhereInput | Prisma.FrameworkEditorVideoWhereInput[];
|
|
150
|
+
id?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
151
|
+
title?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
152
|
+
description?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
153
|
+
youtubeId?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
154
|
+
url?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
155
|
+
createdAt?: Prisma.DateTimeFilter<"FrameworkEditorVideo"> | Date | string;
|
|
156
|
+
updatedAt?: Prisma.DateTimeFilter<"FrameworkEditorVideo"> | Date | string;
|
|
157
|
+
};
|
|
158
|
+
export type FrameworkEditorVideoOrderByWithRelationInput = {
|
|
159
|
+
id?: Prisma.SortOrder;
|
|
160
|
+
title?: Prisma.SortOrder;
|
|
161
|
+
description?: Prisma.SortOrder;
|
|
162
|
+
youtubeId?: Prisma.SortOrder;
|
|
163
|
+
url?: Prisma.SortOrder;
|
|
164
|
+
createdAt?: Prisma.SortOrder;
|
|
165
|
+
updatedAt?: Prisma.SortOrder;
|
|
166
|
+
};
|
|
167
|
+
export type FrameworkEditorVideoWhereUniqueInput = Prisma.AtLeast<{
|
|
168
|
+
id?: string;
|
|
169
|
+
AND?: Prisma.FrameworkEditorVideoWhereInput | Prisma.FrameworkEditorVideoWhereInput[];
|
|
170
|
+
OR?: Prisma.FrameworkEditorVideoWhereInput[];
|
|
171
|
+
NOT?: Prisma.FrameworkEditorVideoWhereInput | Prisma.FrameworkEditorVideoWhereInput[];
|
|
172
|
+
title?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
173
|
+
description?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
174
|
+
youtubeId?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
175
|
+
url?: Prisma.StringFilter<"FrameworkEditorVideo"> | string;
|
|
176
|
+
createdAt?: Prisma.DateTimeFilter<"FrameworkEditorVideo"> | Date | string;
|
|
177
|
+
updatedAt?: Prisma.DateTimeFilter<"FrameworkEditorVideo"> | Date | string;
|
|
178
|
+
}, "id">;
|
|
179
|
+
export type FrameworkEditorVideoOrderByWithAggregationInput = {
|
|
180
|
+
id?: Prisma.SortOrder;
|
|
181
|
+
title?: Prisma.SortOrder;
|
|
182
|
+
description?: Prisma.SortOrder;
|
|
183
|
+
youtubeId?: Prisma.SortOrder;
|
|
184
|
+
url?: Prisma.SortOrder;
|
|
185
|
+
createdAt?: Prisma.SortOrder;
|
|
186
|
+
updatedAt?: Prisma.SortOrder;
|
|
187
|
+
_count?: Prisma.FrameworkEditorVideoCountOrderByAggregateInput;
|
|
188
|
+
_max?: Prisma.FrameworkEditorVideoMaxOrderByAggregateInput;
|
|
189
|
+
_min?: Prisma.FrameworkEditorVideoMinOrderByAggregateInput;
|
|
190
|
+
};
|
|
191
|
+
export type FrameworkEditorVideoScalarWhereWithAggregatesInput = {
|
|
192
|
+
AND?: Prisma.FrameworkEditorVideoScalarWhereWithAggregatesInput | Prisma.FrameworkEditorVideoScalarWhereWithAggregatesInput[];
|
|
193
|
+
OR?: Prisma.FrameworkEditorVideoScalarWhereWithAggregatesInput[];
|
|
194
|
+
NOT?: Prisma.FrameworkEditorVideoScalarWhereWithAggregatesInput | Prisma.FrameworkEditorVideoScalarWhereWithAggregatesInput[];
|
|
195
|
+
id?: Prisma.StringWithAggregatesFilter<"FrameworkEditorVideo"> | string;
|
|
196
|
+
title?: Prisma.StringWithAggregatesFilter<"FrameworkEditorVideo"> | string;
|
|
197
|
+
description?: Prisma.StringWithAggregatesFilter<"FrameworkEditorVideo"> | string;
|
|
198
|
+
youtubeId?: Prisma.StringWithAggregatesFilter<"FrameworkEditorVideo"> | string;
|
|
199
|
+
url?: Prisma.StringWithAggregatesFilter<"FrameworkEditorVideo"> | string;
|
|
200
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"FrameworkEditorVideo"> | Date | string;
|
|
201
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"FrameworkEditorVideo"> | Date | string;
|
|
202
|
+
};
|
|
203
|
+
export type FrameworkEditorVideoCreateInput = {
|
|
204
|
+
id?: string;
|
|
205
|
+
title: string;
|
|
206
|
+
description: string;
|
|
207
|
+
youtubeId: string;
|
|
208
|
+
url: string;
|
|
209
|
+
createdAt?: Date | string;
|
|
210
|
+
updatedAt?: Date | string;
|
|
211
|
+
};
|
|
212
|
+
export type FrameworkEditorVideoUncheckedCreateInput = {
|
|
213
|
+
id?: string;
|
|
214
|
+
title: string;
|
|
215
|
+
description: string;
|
|
216
|
+
youtubeId: string;
|
|
217
|
+
url: string;
|
|
218
|
+
createdAt?: Date | string;
|
|
219
|
+
updatedAt?: Date | string;
|
|
220
|
+
};
|
|
221
|
+
export type FrameworkEditorVideoUpdateInput = {
|
|
222
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
223
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
224
|
+
description?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
225
|
+
youtubeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
226
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
227
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
228
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
229
|
+
};
|
|
230
|
+
export type FrameworkEditorVideoUncheckedUpdateInput = {
|
|
231
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
232
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
233
|
+
description?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
234
|
+
youtubeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
235
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
236
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
237
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
238
|
+
};
|
|
239
|
+
export type FrameworkEditorVideoCreateManyInput = {
|
|
240
|
+
id?: string;
|
|
241
|
+
title: string;
|
|
242
|
+
description: string;
|
|
243
|
+
youtubeId: string;
|
|
244
|
+
url: string;
|
|
245
|
+
createdAt?: Date | string;
|
|
246
|
+
updatedAt?: Date | string;
|
|
247
|
+
};
|
|
248
|
+
export type FrameworkEditorVideoUpdateManyMutationInput = {
|
|
249
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
250
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
251
|
+
description?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
252
|
+
youtubeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
253
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
254
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
255
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
256
|
+
};
|
|
257
|
+
export type FrameworkEditorVideoUncheckedUpdateManyInput = {
|
|
258
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
259
|
+
title?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
260
|
+
description?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
261
|
+
youtubeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
262
|
+
url?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
263
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
264
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
265
|
+
};
|
|
266
|
+
export type FrameworkEditorVideoCountOrderByAggregateInput = {
|
|
267
|
+
id?: Prisma.SortOrder;
|
|
268
|
+
title?: Prisma.SortOrder;
|
|
269
|
+
description?: Prisma.SortOrder;
|
|
270
|
+
youtubeId?: Prisma.SortOrder;
|
|
271
|
+
url?: Prisma.SortOrder;
|
|
272
|
+
createdAt?: Prisma.SortOrder;
|
|
273
|
+
updatedAt?: Prisma.SortOrder;
|
|
274
|
+
};
|
|
275
|
+
export type FrameworkEditorVideoMaxOrderByAggregateInput = {
|
|
276
|
+
id?: Prisma.SortOrder;
|
|
277
|
+
title?: Prisma.SortOrder;
|
|
278
|
+
description?: Prisma.SortOrder;
|
|
279
|
+
youtubeId?: Prisma.SortOrder;
|
|
280
|
+
url?: Prisma.SortOrder;
|
|
281
|
+
createdAt?: Prisma.SortOrder;
|
|
282
|
+
updatedAt?: Prisma.SortOrder;
|
|
283
|
+
};
|
|
284
|
+
export type FrameworkEditorVideoMinOrderByAggregateInput = {
|
|
285
|
+
id?: Prisma.SortOrder;
|
|
286
|
+
title?: Prisma.SortOrder;
|
|
287
|
+
description?: Prisma.SortOrder;
|
|
288
|
+
youtubeId?: Prisma.SortOrder;
|
|
289
|
+
url?: Prisma.SortOrder;
|
|
290
|
+
createdAt?: Prisma.SortOrder;
|
|
291
|
+
updatedAt?: Prisma.SortOrder;
|
|
292
|
+
};
|
|
293
|
+
export type FrameworkEditorVideoSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
294
|
+
id?: boolean;
|
|
295
|
+
title?: boolean;
|
|
296
|
+
description?: boolean;
|
|
297
|
+
youtubeId?: boolean;
|
|
298
|
+
url?: boolean;
|
|
299
|
+
createdAt?: boolean;
|
|
300
|
+
updatedAt?: boolean;
|
|
301
|
+
}, ExtArgs["result"]["frameworkEditorVideo"]>;
|
|
302
|
+
export type FrameworkEditorVideoSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
303
|
+
id?: boolean;
|
|
304
|
+
title?: boolean;
|
|
305
|
+
description?: boolean;
|
|
306
|
+
youtubeId?: boolean;
|
|
307
|
+
url?: boolean;
|
|
308
|
+
createdAt?: boolean;
|
|
309
|
+
updatedAt?: boolean;
|
|
310
|
+
}, ExtArgs["result"]["frameworkEditorVideo"]>;
|
|
311
|
+
export type FrameworkEditorVideoSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
312
|
+
id?: boolean;
|
|
313
|
+
title?: boolean;
|
|
314
|
+
description?: boolean;
|
|
315
|
+
youtubeId?: boolean;
|
|
316
|
+
url?: boolean;
|
|
317
|
+
createdAt?: boolean;
|
|
318
|
+
updatedAt?: boolean;
|
|
319
|
+
}, ExtArgs["result"]["frameworkEditorVideo"]>;
|
|
320
|
+
export type FrameworkEditorVideoSelectScalar = {
|
|
321
|
+
id?: boolean;
|
|
322
|
+
title?: boolean;
|
|
323
|
+
description?: boolean;
|
|
324
|
+
youtubeId?: boolean;
|
|
325
|
+
url?: boolean;
|
|
326
|
+
createdAt?: boolean;
|
|
327
|
+
updatedAt?: boolean;
|
|
328
|
+
};
|
|
329
|
+
export type FrameworkEditorVideoOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "title" | "description" | "youtubeId" | "url" | "createdAt" | "updatedAt", ExtArgs["result"]["frameworkEditorVideo"]>;
|
|
330
|
+
export type $FrameworkEditorVideoPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
331
|
+
name: "FrameworkEditorVideo";
|
|
332
|
+
objects: {};
|
|
333
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
334
|
+
id: string;
|
|
335
|
+
title: string;
|
|
336
|
+
description: string;
|
|
337
|
+
youtubeId: string;
|
|
338
|
+
url: string;
|
|
339
|
+
createdAt: Date;
|
|
340
|
+
updatedAt: Date;
|
|
341
|
+
}, ExtArgs["result"]["frameworkEditorVideo"]>;
|
|
342
|
+
composites: {};
|
|
343
|
+
};
|
|
344
|
+
export type FrameworkEditorVideoGetPayload<S extends boolean | null | undefined | FrameworkEditorVideoDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload, S>;
|
|
345
|
+
export type FrameworkEditorVideoCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<FrameworkEditorVideoFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
346
|
+
select?: FrameworkEditorVideoCountAggregateInputType | true;
|
|
347
|
+
};
|
|
348
|
+
export interface FrameworkEditorVideoDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
349
|
+
[K: symbol]: {
|
|
350
|
+
types: Prisma.TypeMap<ExtArgs>['model']['FrameworkEditorVideo'];
|
|
351
|
+
meta: {
|
|
352
|
+
name: 'FrameworkEditorVideo';
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
/**
|
|
356
|
+
* Find zero or one FrameworkEditorVideo that matches the filter.
|
|
357
|
+
* @param {FrameworkEditorVideoFindUniqueArgs} args - Arguments to find a FrameworkEditorVideo
|
|
358
|
+
* @example
|
|
359
|
+
* // Get one FrameworkEditorVideo
|
|
360
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.findUnique({
|
|
361
|
+
* where: {
|
|
362
|
+
* // ... provide filter here
|
|
363
|
+
* }
|
|
364
|
+
* })
|
|
365
|
+
*/
|
|
366
|
+
findUnique<T extends FrameworkEditorVideoFindUniqueArgs>(args: Prisma.SelectSubset<T, FrameworkEditorVideoFindUniqueArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorVideoClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
367
|
+
/**
|
|
368
|
+
* Find one FrameworkEditorVideo that matches the filter or throw an error with `error.code='P2025'`
|
|
369
|
+
* if no matches were found.
|
|
370
|
+
* @param {FrameworkEditorVideoFindUniqueOrThrowArgs} args - Arguments to find a FrameworkEditorVideo
|
|
371
|
+
* @example
|
|
372
|
+
* // Get one FrameworkEditorVideo
|
|
373
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.findUniqueOrThrow({
|
|
374
|
+
* where: {
|
|
375
|
+
* // ... provide filter here
|
|
376
|
+
* }
|
|
377
|
+
* })
|
|
378
|
+
*/
|
|
379
|
+
findUniqueOrThrow<T extends FrameworkEditorVideoFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, FrameworkEditorVideoFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorVideoClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
380
|
+
/**
|
|
381
|
+
* Find the first FrameworkEditorVideo that matches the filter.
|
|
382
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
383
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
384
|
+
* @param {FrameworkEditorVideoFindFirstArgs} args - Arguments to find a FrameworkEditorVideo
|
|
385
|
+
* @example
|
|
386
|
+
* // Get one FrameworkEditorVideo
|
|
387
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.findFirst({
|
|
388
|
+
* where: {
|
|
389
|
+
* // ... provide filter here
|
|
390
|
+
* }
|
|
391
|
+
* })
|
|
392
|
+
*/
|
|
393
|
+
findFirst<T extends FrameworkEditorVideoFindFirstArgs>(args?: Prisma.SelectSubset<T, FrameworkEditorVideoFindFirstArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorVideoClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
394
|
+
/**
|
|
395
|
+
* Find the first FrameworkEditorVideo that matches the filter or
|
|
396
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
397
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
398
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
399
|
+
* @param {FrameworkEditorVideoFindFirstOrThrowArgs} args - Arguments to find a FrameworkEditorVideo
|
|
400
|
+
* @example
|
|
401
|
+
* // Get one FrameworkEditorVideo
|
|
402
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.findFirstOrThrow({
|
|
403
|
+
* where: {
|
|
404
|
+
* // ... provide filter here
|
|
405
|
+
* }
|
|
406
|
+
* })
|
|
407
|
+
*/
|
|
408
|
+
findFirstOrThrow<T extends FrameworkEditorVideoFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, FrameworkEditorVideoFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorVideoClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
409
|
+
/**
|
|
410
|
+
* Find zero or more FrameworkEditorVideos that matches the filter.
|
|
411
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
412
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
413
|
+
* @param {FrameworkEditorVideoFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
414
|
+
* @example
|
|
415
|
+
* // Get all FrameworkEditorVideos
|
|
416
|
+
* const frameworkEditorVideos = await prisma.frameworkEditorVideo.findMany()
|
|
417
|
+
*
|
|
418
|
+
* // Get first 10 FrameworkEditorVideos
|
|
419
|
+
* const frameworkEditorVideos = await prisma.frameworkEditorVideo.findMany({ take: 10 })
|
|
420
|
+
*
|
|
421
|
+
* // Only select the `id`
|
|
422
|
+
* const frameworkEditorVideoWithIdOnly = await prisma.frameworkEditorVideo.findMany({ select: { id: true } })
|
|
423
|
+
*
|
|
424
|
+
*/
|
|
425
|
+
findMany<T extends FrameworkEditorVideoFindManyArgs>(args?: Prisma.SelectSubset<T, FrameworkEditorVideoFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
426
|
+
/**
|
|
427
|
+
* Create a FrameworkEditorVideo.
|
|
428
|
+
* @param {FrameworkEditorVideoCreateArgs} args - Arguments to create a FrameworkEditorVideo.
|
|
429
|
+
* @example
|
|
430
|
+
* // Create one FrameworkEditorVideo
|
|
431
|
+
* const FrameworkEditorVideo = await prisma.frameworkEditorVideo.create({
|
|
432
|
+
* data: {
|
|
433
|
+
* // ... data to create a FrameworkEditorVideo
|
|
434
|
+
* }
|
|
435
|
+
* })
|
|
436
|
+
*
|
|
437
|
+
*/
|
|
438
|
+
create<T extends FrameworkEditorVideoCreateArgs>(args: Prisma.SelectSubset<T, FrameworkEditorVideoCreateArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorVideoClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
439
|
+
/**
|
|
440
|
+
* Create many FrameworkEditorVideos.
|
|
441
|
+
* @param {FrameworkEditorVideoCreateManyArgs} args - Arguments to create many FrameworkEditorVideos.
|
|
442
|
+
* @example
|
|
443
|
+
* // Create many FrameworkEditorVideos
|
|
444
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.createMany({
|
|
445
|
+
* data: [
|
|
446
|
+
* // ... provide data here
|
|
447
|
+
* ]
|
|
448
|
+
* })
|
|
449
|
+
*
|
|
450
|
+
*/
|
|
451
|
+
createMany<T extends FrameworkEditorVideoCreateManyArgs>(args?: Prisma.SelectSubset<T, FrameworkEditorVideoCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
452
|
+
/**
|
|
453
|
+
* Create many FrameworkEditorVideos and returns the data saved in the database.
|
|
454
|
+
* @param {FrameworkEditorVideoCreateManyAndReturnArgs} args - Arguments to create many FrameworkEditorVideos.
|
|
455
|
+
* @example
|
|
456
|
+
* // Create many FrameworkEditorVideos
|
|
457
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.createManyAndReturn({
|
|
458
|
+
* data: [
|
|
459
|
+
* // ... provide data here
|
|
460
|
+
* ]
|
|
461
|
+
* })
|
|
462
|
+
*
|
|
463
|
+
* // Create many FrameworkEditorVideos and only return the `id`
|
|
464
|
+
* const frameworkEditorVideoWithIdOnly = await prisma.frameworkEditorVideo.createManyAndReturn({
|
|
465
|
+
* select: { id: true },
|
|
466
|
+
* data: [
|
|
467
|
+
* // ... provide data here
|
|
468
|
+
* ]
|
|
469
|
+
* })
|
|
470
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
471
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
472
|
+
*
|
|
473
|
+
*/
|
|
474
|
+
createManyAndReturn<T extends FrameworkEditorVideoCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, FrameworkEditorVideoCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
475
|
+
/**
|
|
476
|
+
* Delete a FrameworkEditorVideo.
|
|
477
|
+
* @param {FrameworkEditorVideoDeleteArgs} args - Arguments to delete one FrameworkEditorVideo.
|
|
478
|
+
* @example
|
|
479
|
+
* // Delete one FrameworkEditorVideo
|
|
480
|
+
* const FrameworkEditorVideo = await prisma.frameworkEditorVideo.delete({
|
|
481
|
+
* where: {
|
|
482
|
+
* // ... filter to delete one FrameworkEditorVideo
|
|
483
|
+
* }
|
|
484
|
+
* })
|
|
485
|
+
*
|
|
486
|
+
*/
|
|
487
|
+
delete<T extends FrameworkEditorVideoDeleteArgs>(args: Prisma.SelectSubset<T, FrameworkEditorVideoDeleteArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorVideoClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
488
|
+
/**
|
|
489
|
+
* Update one FrameworkEditorVideo.
|
|
490
|
+
* @param {FrameworkEditorVideoUpdateArgs} args - Arguments to update one FrameworkEditorVideo.
|
|
491
|
+
* @example
|
|
492
|
+
* // Update one FrameworkEditorVideo
|
|
493
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.update({
|
|
494
|
+
* where: {
|
|
495
|
+
* // ... provide filter here
|
|
496
|
+
* },
|
|
497
|
+
* data: {
|
|
498
|
+
* // ... provide data here
|
|
499
|
+
* }
|
|
500
|
+
* })
|
|
501
|
+
*
|
|
502
|
+
*/
|
|
503
|
+
update<T extends FrameworkEditorVideoUpdateArgs>(args: Prisma.SelectSubset<T, FrameworkEditorVideoUpdateArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorVideoClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
504
|
+
/**
|
|
505
|
+
* Delete zero or more FrameworkEditorVideos.
|
|
506
|
+
* @param {FrameworkEditorVideoDeleteManyArgs} args - Arguments to filter FrameworkEditorVideos to delete.
|
|
507
|
+
* @example
|
|
508
|
+
* // Delete a few FrameworkEditorVideos
|
|
509
|
+
* const { count } = await prisma.frameworkEditorVideo.deleteMany({
|
|
510
|
+
* where: {
|
|
511
|
+
* // ... provide filter here
|
|
512
|
+
* }
|
|
513
|
+
* })
|
|
514
|
+
*
|
|
515
|
+
*/
|
|
516
|
+
deleteMany<T extends FrameworkEditorVideoDeleteManyArgs>(args?: Prisma.SelectSubset<T, FrameworkEditorVideoDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
517
|
+
/**
|
|
518
|
+
* Update zero or more FrameworkEditorVideos.
|
|
519
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
520
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
521
|
+
* @param {FrameworkEditorVideoUpdateManyArgs} args - Arguments to update one or more rows.
|
|
522
|
+
* @example
|
|
523
|
+
* // Update many FrameworkEditorVideos
|
|
524
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.updateMany({
|
|
525
|
+
* where: {
|
|
526
|
+
* // ... provide filter here
|
|
527
|
+
* },
|
|
528
|
+
* data: {
|
|
529
|
+
* // ... provide data here
|
|
530
|
+
* }
|
|
531
|
+
* })
|
|
532
|
+
*
|
|
533
|
+
*/
|
|
534
|
+
updateMany<T extends FrameworkEditorVideoUpdateManyArgs>(args: Prisma.SelectSubset<T, FrameworkEditorVideoUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
535
|
+
/**
|
|
536
|
+
* Update zero or more FrameworkEditorVideos and returns the data updated in the database.
|
|
537
|
+
* @param {FrameworkEditorVideoUpdateManyAndReturnArgs} args - Arguments to update many FrameworkEditorVideos.
|
|
538
|
+
* @example
|
|
539
|
+
* // Update many FrameworkEditorVideos
|
|
540
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.updateManyAndReturn({
|
|
541
|
+
* where: {
|
|
542
|
+
* // ... provide filter here
|
|
543
|
+
* },
|
|
544
|
+
* data: [
|
|
545
|
+
* // ... provide data here
|
|
546
|
+
* ]
|
|
547
|
+
* })
|
|
548
|
+
*
|
|
549
|
+
* // Update zero or more FrameworkEditorVideos and only return the `id`
|
|
550
|
+
* const frameworkEditorVideoWithIdOnly = await prisma.frameworkEditorVideo.updateManyAndReturn({
|
|
551
|
+
* select: { id: true },
|
|
552
|
+
* where: {
|
|
553
|
+
* // ... provide filter here
|
|
554
|
+
* },
|
|
555
|
+
* data: [
|
|
556
|
+
* // ... provide data here
|
|
557
|
+
* ]
|
|
558
|
+
* })
|
|
559
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
560
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
561
|
+
*
|
|
562
|
+
*/
|
|
563
|
+
updateManyAndReturn<T extends FrameworkEditorVideoUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, FrameworkEditorVideoUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
564
|
+
/**
|
|
565
|
+
* Create or update one FrameworkEditorVideo.
|
|
566
|
+
* @param {FrameworkEditorVideoUpsertArgs} args - Arguments to update or create a FrameworkEditorVideo.
|
|
567
|
+
* @example
|
|
568
|
+
* // Update or create a FrameworkEditorVideo
|
|
569
|
+
* const frameworkEditorVideo = await prisma.frameworkEditorVideo.upsert({
|
|
570
|
+
* create: {
|
|
571
|
+
* // ... data to create a FrameworkEditorVideo
|
|
572
|
+
* },
|
|
573
|
+
* update: {
|
|
574
|
+
* // ... in case it already exists, update
|
|
575
|
+
* },
|
|
576
|
+
* where: {
|
|
577
|
+
* // ... the filter for the FrameworkEditorVideo we want to update
|
|
578
|
+
* }
|
|
579
|
+
* })
|
|
580
|
+
*/
|
|
581
|
+
upsert<T extends FrameworkEditorVideoUpsertArgs>(args: Prisma.SelectSubset<T, FrameworkEditorVideoUpsertArgs<ExtArgs>>): Prisma.Prisma__FrameworkEditorVideoClient<runtime.Types.Result.GetResult<Prisma.$FrameworkEditorVideoPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
582
|
+
/**
|
|
583
|
+
* Count the number of FrameworkEditorVideos.
|
|
584
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
585
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
586
|
+
* @param {FrameworkEditorVideoCountArgs} args - Arguments to filter FrameworkEditorVideos to count.
|
|
587
|
+
* @example
|
|
588
|
+
* // Count the number of FrameworkEditorVideos
|
|
589
|
+
* const count = await prisma.frameworkEditorVideo.count({
|
|
590
|
+
* where: {
|
|
591
|
+
* // ... the filter for the FrameworkEditorVideos we want to count
|
|
592
|
+
* }
|
|
593
|
+
* })
|
|
594
|
+
**/
|
|
595
|
+
count<T extends FrameworkEditorVideoCountArgs>(args?: Prisma.Subset<T, FrameworkEditorVideoCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], FrameworkEditorVideoCountAggregateOutputType> : number>;
|
|
596
|
+
/**
|
|
597
|
+
* Allows you to perform aggregations operations on a FrameworkEditorVideo.
|
|
598
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
599
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
600
|
+
* @param {FrameworkEditorVideoAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
601
|
+
* @example
|
|
602
|
+
* // Ordered by age ascending
|
|
603
|
+
* // Where email contains prisma.io
|
|
604
|
+
* // Limited to the 10 users
|
|
605
|
+
* const aggregations = await prisma.user.aggregate({
|
|
606
|
+
* _avg: {
|
|
607
|
+
* age: true,
|
|
608
|
+
* },
|
|
609
|
+
* where: {
|
|
610
|
+
* email: {
|
|
611
|
+
* contains: "prisma.io",
|
|
612
|
+
* },
|
|
613
|
+
* },
|
|
614
|
+
* orderBy: {
|
|
615
|
+
* age: "asc",
|
|
616
|
+
* },
|
|
617
|
+
* take: 10,
|
|
618
|
+
* })
|
|
619
|
+
**/
|
|
620
|
+
aggregate<T extends FrameworkEditorVideoAggregateArgs>(args: Prisma.Subset<T, FrameworkEditorVideoAggregateArgs>): Prisma.PrismaPromise<GetFrameworkEditorVideoAggregateType<T>>;
|
|
621
|
+
/**
|
|
622
|
+
* Group by FrameworkEditorVideo.
|
|
623
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
624
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
625
|
+
* @param {FrameworkEditorVideoGroupByArgs} args - Group by arguments.
|
|
626
|
+
* @example
|
|
627
|
+
* // Group by city, order by createdAt, get count
|
|
628
|
+
* const result = await prisma.user.groupBy({
|
|
629
|
+
* by: ['city', 'createdAt'],
|
|
630
|
+
* orderBy: {
|
|
631
|
+
* createdAt: true
|
|
632
|
+
* },
|
|
633
|
+
* _count: {
|
|
634
|
+
* _all: true
|
|
635
|
+
* },
|
|
636
|
+
* })
|
|
637
|
+
*
|
|
638
|
+
**/
|
|
639
|
+
groupBy<T extends FrameworkEditorVideoGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
640
|
+
orderBy: FrameworkEditorVideoGroupByArgs['orderBy'];
|
|
641
|
+
} : {
|
|
642
|
+
orderBy?: FrameworkEditorVideoGroupByArgs['orderBy'];
|
|
643
|
+
}, 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 ? {
|
|
644
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
645
|
+
Error,
|
|
646
|
+
'Field ',
|
|
647
|
+
P,
|
|
648
|
+
` in "having" needs to be provided in "by"`
|
|
649
|
+
];
|
|
650
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
651
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
652
|
+
}[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 ? {} : {
|
|
653
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
654
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
655
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
656
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, FrameworkEditorVideoGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetFrameworkEditorVideoGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
657
|
+
/**
|
|
658
|
+
* Fields of the FrameworkEditorVideo model
|
|
659
|
+
*/
|
|
660
|
+
readonly fields: FrameworkEditorVideoFieldRefs;
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* The delegate class that acts as a "Promise-like" for FrameworkEditorVideo.
|
|
664
|
+
* Why is this prefixed with `Prisma__`?
|
|
665
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
666
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
667
|
+
*/
|
|
668
|
+
export interface Prisma__FrameworkEditorVideoClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
669
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
670
|
+
/**
|
|
671
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
672
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
673
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
674
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
675
|
+
*/
|
|
676
|
+
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>;
|
|
677
|
+
/**
|
|
678
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
679
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
680
|
+
* @returns A Promise for the completion of the callback.
|
|
681
|
+
*/
|
|
682
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
683
|
+
/**
|
|
684
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
685
|
+
* resolved value cannot be modified from the callback.
|
|
686
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
687
|
+
* @returns A Promise for the completion of the callback.
|
|
688
|
+
*/
|
|
689
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
690
|
+
}
|
|
691
|
+
/**
|
|
692
|
+
* Fields of the FrameworkEditorVideo model
|
|
693
|
+
*/
|
|
694
|
+
export interface FrameworkEditorVideoFieldRefs {
|
|
695
|
+
readonly id: Prisma.FieldRef<"FrameworkEditorVideo", 'String'>;
|
|
696
|
+
readonly title: Prisma.FieldRef<"FrameworkEditorVideo", 'String'>;
|
|
697
|
+
readonly description: Prisma.FieldRef<"FrameworkEditorVideo", 'String'>;
|
|
698
|
+
readonly youtubeId: Prisma.FieldRef<"FrameworkEditorVideo", 'String'>;
|
|
699
|
+
readonly url: Prisma.FieldRef<"FrameworkEditorVideo", 'String'>;
|
|
700
|
+
readonly createdAt: Prisma.FieldRef<"FrameworkEditorVideo", 'DateTime'>;
|
|
701
|
+
readonly updatedAt: Prisma.FieldRef<"FrameworkEditorVideo", 'DateTime'>;
|
|
702
|
+
}
|
|
703
|
+
/**
|
|
704
|
+
* FrameworkEditorVideo findUnique
|
|
705
|
+
*/
|
|
706
|
+
export type FrameworkEditorVideoFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
707
|
+
/**
|
|
708
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
709
|
+
*/
|
|
710
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
711
|
+
/**
|
|
712
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
713
|
+
*/
|
|
714
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
715
|
+
/**
|
|
716
|
+
* Filter, which FrameworkEditorVideo to fetch.
|
|
717
|
+
*/
|
|
718
|
+
where: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
719
|
+
};
|
|
720
|
+
/**
|
|
721
|
+
* FrameworkEditorVideo findUniqueOrThrow
|
|
722
|
+
*/
|
|
723
|
+
export type FrameworkEditorVideoFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
724
|
+
/**
|
|
725
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
726
|
+
*/
|
|
727
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
728
|
+
/**
|
|
729
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
730
|
+
*/
|
|
731
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
732
|
+
/**
|
|
733
|
+
* Filter, which FrameworkEditorVideo to fetch.
|
|
734
|
+
*/
|
|
735
|
+
where: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
736
|
+
};
|
|
737
|
+
/**
|
|
738
|
+
* FrameworkEditorVideo findFirst
|
|
739
|
+
*/
|
|
740
|
+
export type FrameworkEditorVideoFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
741
|
+
/**
|
|
742
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
743
|
+
*/
|
|
744
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
745
|
+
/**
|
|
746
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
747
|
+
*/
|
|
748
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
749
|
+
/**
|
|
750
|
+
* Filter, which FrameworkEditorVideo to fetch.
|
|
751
|
+
*/
|
|
752
|
+
where?: Prisma.FrameworkEditorVideoWhereInput;
|
|
753
|
+
/**
|
|
754
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
755
|
+
*
|
|
756
|
+
* Determine the order of FrameworkEditorVideos to fetch.
|
|
757
|
+
*/
|
|
758
|
+
orderBy?: Prisma.FrameworkEditorVideoOrderByWithRelationInput | Prisma.FrameworkEditorVideoOrderByWithRelationInput[];
|
|
759
|
+
/**
|
|
760
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
761
|
+
*
|
|
762
|
+
* Sets the position for searching for FrameworkEditorVideos.
|
|
763
|
+
*/
|
|
764
|
+
cursor?: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
765
|
+
/**
|
|
766
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
767
|
+
*
|
|
768
|
+
* Take `±n` FrameworkEditorVideos from the position of the cursor.
|
|
769
|
+
*/
|
|
770
|
+
take?: number;
|
|
771
|
+
/**
|
|
772
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
773
|
+
*
|
|
774
|
+
* Skip the first `n` FrameworkEditorVideos.
|
|
775
|
+
*/
|
|
776
|
+
skip?: number;
|
|
777
|
+
/**
|
|
778
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
779
|
+
*
|
|
780
|
+
* Filter by unique combinations of FrameworkEditorVideos.
|
|
781
|
+
*/
|
|
782
|
+
distinct?: Prisma.FrameworkEditorVideoScalarFieldEnum | Prisma.FrameworkEditorVideoScalarFieldEnum[];
|
|
783
|
+
};
|
|
784
|
+
/**
|
|
785
|
+
* FrameworkEditorVideo findFirstOrThrow
|
|
786
|
+
*/
|
|
787
|
+
export type FrameworkEditorVideoFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
788
|
+
/**
|
|
789
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
790
|
+
*/
|
|
791
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
792
|
+
/**
|
|
793
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
794
|
+
*/
|
|
795
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
796
|
+
/**
|
|
797
|
+
* Filter, which FrameworkEditorVideo to fetch.
|
|
798
|
+
*/
|
|
799
|
+
where?: Prisma.FrameworkEditorVideoWhereInput;
|
|
800
|
+
/**
|
|
801
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
802
|
+
*
|
|
803
|
+
* Determine the order of FrameworkEditorVideos to fetch.
|
|
804
|
+
*/
|
|
805
|
+
orderBy?: Prisma.FrameworkEditorVideoOrderByWithRelationInput | Prisma.FrameworkEditorVideoOrderByWithRelationInput[];
|
|
806
|
+
/**
|
|
807
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
808
|
+
*
|
|
809
|
+
* Sets the position for searching for FrameworkEditorVideos.
|
|
810
|
+
*/
|
|
811
|
+
cursor?: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
812
|
+
/**
|
|
813
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
814
|
+
*
|
|
815
|
+
* Take `±n` FrameworkEditorVideos from the position of the cursor.
|
|
816
|
+
*/
|
|
817
|
+
take?: number;
|
|
818
|
+
/**
|
|
819
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
820
|
+
*
|
|
821
|
+
* Skip the first `n` FrameworkEditorVideos.
|
|
822
|
+
*/
|
|
823
|
+
skip?: number;
|
|
824
|
+
/**
|
|
825
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
826
|
+
*
|
|
827
|
+
* Filter by unique combinations of FrameworkEditorVideos.
|
|
828
|
+
*/
|
|
829
|
+
distinct?: Prisma.FrameworkEditorVideoScalarFieldEnum | Prisma.FrameworkEditorVideoScalarFieldEnum[];
|
|
830
|
+
};
|
|
831
|
+
/**
|
|
832
|
+
* FrameworkEditorVideo findMany
|
|
833
|
+
*/
|
|
834
|
+
export type FrameworkEditorVideoFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
835
|
+
/**
|
|
836
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
837
|
+
*/
|
|
838
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
839
|
+
/**
|
|
840
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
841
|
+
*/
|
|
842
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
843
|
+
/**
|
|
844
|
+
* Filter, which FrameworkEditorVideos to fetch.
|
|
845
|
+
*/
|
|
846
|
+
where?: Prisma.FrameworkEditorVideoWhereInput;
|
|
847
|
+
/**
|
|
848
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
849
|
+
*
|
|
850
|
+
* Determine the order of FrameworkEditorVideos to fetch.
|
|
851
|
+
*/
|
|
852
|
+
orderBy?: Prisma.FrameworkEditorVideoOrderByWithRelationInput | Prisma.FrameworkEditorVideoOrderByWithRelationInput[];
|
|
853
|
+
/**
|
|
854
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
855
|
+
*
|
|
856
|
+
* Sets the position for listing FrameworkEditorVideos.
|
|
857
|
+
*/
|
|
858
|
+
cursor?: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
859
|
+
/**
|
|
860
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
861
|
+
*
|
|
862
|
+
* Take `±n` FrameworkEditorVideos from the position of the cursor.
|
|
863
|
+
*/
|
|
864
|
+
take?: number;
|
|
865
|
+
/**
|
|
866
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
867
|
+
*
|
|
868
|
+
* Skip the first `n` FrameworkEditorVideos.
|
|
869
|
+
*/
|
|
870
|
+
skip?: number;
|
|
871
|
+
/**
|
|
872
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
873
|
+
*
|
|
874
|
+
* Filter by unique combinations of FrameworkEditorVideos.
|
|
875
|
+
*/
|
|
876
|
+
distinct?: Prisma.FrameworkEditorVideoScalarFieldEnum | Prisma.FrameworkEditorVideoScalarFieldEnum[];
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* FrameworkEditorVideo create
|
|
880
|
+
*/
|
|
881
|
+
export type FrameworkEditorVideoCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
882
|
+
/**
|
|
883
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
884
|
+
*/
|
|
885
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
886
|
+
/**
|
|
887
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
888
|
+
*/
|
|
889
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
890
|
+
/**
|
|
891
|
+
* The data needed to create a FrameworkEditorVideo.
|
|
892
|
+
*/
|
|
893
|
+
data: Prisma.XOR<Prisma.FrameworkEditorVideoCreateInput, Prisma.FrameworkEditorVideoUncheckedCreateInput>;
|
|
894
|
+
};
|
|
895
|
+
/**
|
|
896
|
+
* FrameworkEditorVideo createMany
|
|
897
|
+
*/
|
|
898
|
+
export type FrameworkEditorVideoCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
899
|
+
/**
|
|
900
|
+
* The data used to create many FrameworkEditorVideos.
|
|
901
|
+
*/
|
|
902
|
+
data: Prisma.FrameworkEditorVideoCreateManyInput | Prisma.FrameworkEditorVideoCreateManyInput[];
|
|
903
|
+
skipDuplicates?: boolean;
|
|
904
|
+
};
|
|
905
|
+
/**
|
|
906
|
+
* FrameworkEditorVideo createManyAndReturn
|
|
907
|
+
*/
|
|
908
|
+
export type FrameworkEditorVideoCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
909
|
+
/**
|
|
910
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
911
|
+
*/
|
|
912
|
+
select?: Prisma.FrameworkEditorVideoSelectCreateManyAndReturn<ExtArgs> | null;
|
|
913
|
+
/**
|
|
914
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
915
|
+
*/
|
|
916
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
917
|
+
/**
|
|
918
|
+
* The data used to create many FrameworkEditorVideos.
|
|
919
|
+
*/
|
|
920
|
+
data: Prisma.FrameworkEditorVideoCreateManyInput | Prisma.FrameworkEditorVideoCreateManyInput[];
|
|
921
|
+
skipDuplicates?: boolean;
|
|
922
|
+
};
|
|
923
|
+
/**
|
|
924
|
+
* FrameworkEditorVideo update
|
|
925
|
+
*/
|
|
926
|
+
export type FrameworkEditorVideoUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
927
|
+
/**
|
|
928
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
929
|
+
*/
|
|
930
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
931
|
+
/**
|
|
932
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
933
|
+
*/
|
|
934
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
935
|
+
/**
|
|
936
|
+
* The data needed to update a FrameworkEditorVideo.
|
|
937
|
+
*/
|
|
938
|
+
data: Prisma.XOR<Prisma.FrameworkEditorVideoUpdateInput, Prisma.FrameworkEditorVideoUncheckedUpdateInput>;
|
|
939
|
+
/**
|
|
940
|
+
* Choose, which FrameworkEditorVideo to update.
|
|
941
|
+
*/
|
|
942
|
+
where: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
943
|
+
};
|
|
944
|
+
/**
|
|
945
|
+
* FrameworkEditorVideo updateMany
|
|
946
|
+
*/
|
|
947
|
+
export type FrameworkEditorVideoUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
948
|
+
/**
|
|
949
|
+
* The data used to update FrameworkEditorVideos.
|
|
950
|
+
*/
|
|
951
|
+
data: Prisma.XOR<Prisma.FrameworkEditorVideoUpdateManyMutationInput, Prisma.FrameworkEditorVideoUncheckedUpdateManyInput>;
|
|
952
|
+
/**
|
|
953
|
+
* Filter which FrameworkEditorVideos to update
|
|
954
|
+
*/
|
|
955
|
+
where?: Prisma.FrameworkEditorVideoWhereInput;
|
|
956
|
+
/**
|
|
957
|
+
* Limit how many FrameworkEditorVideos to update.
|
|
958
|
+
*/
|
|
959
|
+
limit?: number;
|
|
960
|
+
};
|
|
961
|
+
/**
|
|
962
|
+
* FrameworkEditorVideo updateManyAndReturn
|
|
963
|
+
*/
|
|
964
|
+
export type FrameworkEditorVideoUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
965
|
+
/**
|
|
966
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
967
|
+
*/
|
|
968
|
+
select?: Prisma.FrameworkEditorVideoSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
969
|
+
/**
|
|
970
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
971
|
+
*/
|
|
972
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
973
|
+
/**
|
|
974
|
+
* The data used to update FrameworkEditorVideos.
|
|
975
|
+
*/
|
|
976
|
+
data: Prisma.XOR<Prisma.FrameworkEditorVideoUpdateManyMutationInput, Prisma.FrameworkEditorVideoUncheckedUpdateManyInput>;
|
|
977
|
+
/**
|
|
978
|
+
* Filter which FrameworkEditorVideos to update
|
|
979
|
+
*/
|
|
980
|
+
where?: Prisma.FrameworkEditorVideoWhereInput;
|
|
981
|
+
/**
|
|
982
|
+
* Limit how many FrameworkEditorVideos to update.
|
|
983
|
+
*/
|
|
984
|
+
limit?: number;
|
|
985
|
+
};
|
|
986
|
+
/**
|
|
987
|
+
* FrameworkEditorVideo upsert
|
|
988
|
+
*/
|
|
989
|
+
export type FrameworkEditorVideoUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
990
|
+
/**
|
|
991
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
992
|
+
*/
|
|
993
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
994
|
+
/**
|
|
995
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
996
|
+
*/
|
|
997
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
998
|
+
/**
|
|
999
|
+
* The filter to search for the FrameworkEditorVideo to update in case it exists.
|
|
1000
|
+
*/
|
|
1001
|
+
where: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
1002
|
+
/**
|
|
1003
|
+
* In case the FrameworkEditorVideo found by the `where` argument doesn't exist, create a new FrameworkEditorVideo with this data.
|
|
1004
|
+
*/
|
|
1005
|
+
create: Prisma.XOR<Prisma.FrameworkEditorVideoCreateInput, Prisma.FrameworkEditorVideoUncheckedCreateInput>;
|
|
1006
|
+
/**
|
|
1007
|
+
* In case the FrameworkEditorVideo was found with the provided `where` argument, update it with this data.
|
|
1008
|
+
*/
|
|
1009
|
+
update: Prisma.XOR<Prisma.FrameworkEditorVideoUpdateInput, Prisma.FrameworkEditorVideoUncheckedUpdateInput>;
|
|
1010
|
+
};
|
|
1011
|
+
/**
|
|
1012
|
+
* FrameworkEditorVideo delete
|
|
1013
|
+
*/
|
|
1014
|
+
export type FrameworkEditorVideoDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1015
|
+
/**
|
|
1016
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
1017
|
+
*/
|
|
1018
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
1019
|
+
/**
|
|
1020
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
1021
|
+
*/
|
|
1022
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
1023
|
+
/**
|
|
1024
|
+
* Filter which FrameworkEditorVideo to delete.
|
|
1025
|
+
*/
|
|
1026
|
+
where: Prisma.FrameworkEditorVideoWhereUniqueInput;
|
|
1027
|
+
};
|
|
1028
|
+
/**
|
|
1029
|
+
* FrameworkEditorVideo deleteMany
|
|
1030
|
+
*/
|
|
1031
|
+
export type FrameworkEditorVideoDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1032
|
+
/**
|
|
1033
|
+
* Filter which FrameworkEditorVideos to delete
|
|
1034
|
+
*/
|
|
1035
|
+
where?: Prisma.FrameworkEditorVideoWhereInput;
|
|
1036
|
+
/**
|
|
1037
|
+
* Limit how many FrameworkEditorVideos to delete.
|
|
1038
|
+
*/
|
|
1039
|
+
limit?: number;
|
|
1040
|
+
};
|
|
1041
|
+
/**
|
|
1042
|
+
* FrameworkEditorVideo without action
|
|
1043
|
+
*/
|
|
1044
|
+
export type FrameworkEditorVideoDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1045
|
+
/**
|
|
1046
|
+
* Select specific fields to fetch from the FrameworkEditorVideo
|
|
1047
|
+
*/
|
|
1048
|
+
select?: Prisma.FrameworkEditorVideoSelect<ExtArgs> | null;
|
|
1049
|
+
/**
|
|
1050
|
+
* Omit specific fields from the FrameworkEditorVideo
|
|
1051
|
+
*/
|
|
1052
|
+
omit?: Prisma.FrameworkEditorVideoOmit<ExtArgs> | null;
|
|
1053
|
+
};
|
|
1054
|
+
//# sourceMappingURL=FrameworkEditorVideo.d.ts.map
|