@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,1139 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model BrowserbaseContext
|
|
5
|
+
* Stores Browserbase context IDs for browser-based automation
|
|
6
|
+
* One context per organization - shared like a normal browser
|
|
7
|
+
*/
|
|
8
|
+
export type BrowserbaseContextModel = runtime.Types.Result.DefaultSelection<Prisma.$BrowserbaseContextPayload>;
|
|
9
|
+
export type AggregateBrowserbaseContext = {
|
|
10
|
+
_count: BrowserbaseContextCountAggregateOutputType | null;
|
|
11
|
+
_min: BrowserbaseContextMinAggregateOutputType | null;
|
|
12
|
+
_max: BrowserbaseContextMaxAggregateOutputType | null;
|
|
13
|
+
};
|
|
14
|
+
export type BrowserbaseContextMinAggregateOutputType = {
|
|
15
|
+
id: string | null;
|
|
16
|
+
organizationId: string | null;
|
|
17
|
+
contextId: string | null;
|
|
18
|
+
createdAt: Date | null;
|
|
19
|
+
updatedAt: Date | null;
|
|
20
|
+
};
|
|
21
|
+
export type BrowserbaseContextMaxAggregateOutputType = {
|
|
22
|
+
id: string | null;
|
|
23
|
+
organizationId: string | null;
|
|
24
|
+
contextId: string | null;
|
|
25
|
+
createdAt: Date | null;
|
|
26
|
+
updatedAt: Date | null;
|
|
27
|
+
};
|
|
28
|
+
export type BrowserbaseContextCountAggregateOutputType = {
|
|
29
|
+
id: number;
|
|
30
|
+
organizationId: number;
|
|
31
|
+
contextId: number;
|
|
32
|
+
createdAt: number;
|
|
33
|
+
updatedAt: number;
|
|
34
|
+
_all: number;
|
|
35
|
+
};
|
|
36
|
+
export type BrowserbaseContextMinAggregateInputType = {
|
|
37
|
+
id?: true;
|
|
38
|
+
organizationId?: true;
|
|
39
|
+
contextId?: true;
|
|
40
|
+
createdAt?: true;
|
|
41
|
+
updatedAt?: true;
|
|
42
|
+
};
|
|
43
|
+
export type BrowserbaseContextMaxAggregateInputType = {
|
|
44
|
+
id?: true;
|
|
45
|
+
organizationId?: true;
|
|
46
|
+
contextId?: true;
|
|
47
|
+
createdAt?: true;
|
|
48
|
+
updatedAt?: true;
|
|
49
|
+
};
|
|
50
|
+
export type BrowserbaseContextCountAggregateInputType = {
|
|
51
|
+
id?: true;
|
|
52
|
+
organizationId?: true;
|
|
53
|
+
contextId?: true;
|
|
54
|
+
createdAt?: true;
|
|
55
|
+
updatedAt?: true;
|
|
56
|
+
_all?: true;
|
|
57
|
+
};
|
|
58
|
+
export type BrowserbaseContextAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
59
|
+
/**
|
|
60
|
+
* Filter which BrowserbaseContext to aggregate.
|
|
61
|
+
*/
|
|
62
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
63
|
+
/**
|
|
64
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
65
|
+
*
|
|
66
|
+
* Determine the order of BrowserbaseContexts to fetch.
|
|
67
|
+
*/
|
|
68
|
+
orderBy?: Prisma.BrowserbaseContextOrderByWithRelationInput | Prisma.BrowserbaseContextOrderByWithRelationInput[];
|
|
69
|
+
/**
|
|
70
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
71
|
+
*
|
|
72
|
+
* Sets the start position
|
|
73
|
+
*/
|
|
74
|
+
cursor?: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
75
|
+
/**
|
|
76
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
77
|
+
*
|
|
78
|
+
* Take `±n` BrowserbaseContexts from the position of the cursor.
|
|
79
|
+
*/
|
|
80
|
+
take?: number;
|
|
81
|
+
/**
|
|
82
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
83
|
+
*
|
|
84
|
+
* Skip the first `n` BrowserbaseContexts.
|
|
85
|
+
*/
|
|
86
|
+
skip?: number;
|
|
87
|
+
/**
|
|
88
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
89
|
+
*
|
|
90
|
+
* Count returned BrowserbaseContexts
|
|
91
|
+
**/
|
|
92
|
+
_count?: true | BrowserbaseContextCountAggregateInputType;
|
|
93
|
+
/**
|
|
94
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
95
|
+
*
|
|
96
|
+
* Select which fields to find the minimum value
|
|
97
|
+
**/
|
|
98
|
+
_min?: BrowserbaseContextMinAggregateInputType;
|
|
99
|
+
/**
|
|
100
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
101
|
+
*
|
|
102
|
+
* Select which fields to find the maximum value
|
|
103
|
+
**/
|
|
104
|
+
_max?: BrowserbaseContextMaxAggregateInputType;
|
|
105
|
+
};
|
|
106
|
+
export type GetBrowserbaseContextAggregateType<T extends BrowserbaseContextAggregateArgs> = {
|
|
107
|
+
[P in keyof T & keyof AggregateBrowserbaseContext]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateBrowserbaseContext[P]> : Prisma.GetScalarType<T[P], AggregateBrowserbaseContext[P]>;
|
|
108
|
+
};
|
|
109
|
+
export type BrowserbaseContextGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
110
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
111
|
+
orderBy?: Prisma.BrowserbaseContextOrderByWithAggregationInput | Prisma.BrowserbaseContextOrderByWithAggregationInput[];
|
|
112
|
+
by: Prisma.BrowserbaseContextScalarFieldEnum[] | Prisma.BrowserbaseContextScalarFieldEnum;
|
|
113
|
+
having?: Prisma.BrowserbaseContextScalarWhereWithAggregatesInput;
|
|
114
|
+
take?: number;
|
|
115
|
+
skip?: number;
|
|
116
|
+
_count?: BrowserbaseContextCountAggregateInputType | true;
|
|
117
|
+
_min?: BrowserbaseContextMinAggregateInputType;
|
|
118
|
+
_max?: BrowserbaseContextMaxAggregateInputType;
|
|
119
|
+
};
|
|
120
|
+
export type BrowserbaseContextGroupByOutputType = {
|
|
121
|
+
id: string;
|
|
122
|
+
organizationId: string;
|
|
123
|
+
contextId: string;
|
|
124
|
+
createdAt: Date;
|
|
125
|
+
updatedAt: Date;
|
|
126
|
+
_count: BrowserbaseContextCountAggregateOutputType | null;
|
|
127
|
+
_min: BrowserbaseContextMinAggregateOutputType | null;
|
|
128
|
+
_max: BrowserbaseContextMaxAggregateOutputType | null;
|
|
129
|
+
};
|
|
130
|
+
export type GetBrowserbaseContextGroupByPayload<T extends BrowserbaseContextGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<BrowserbaseContextGroupByOutputType, T['by']> & {
|
|
131
|
+
[P in ((keyof T) & (keyof BrowserbaseContextGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], BrowserbaseContextGroupByOutputType[P]> : Prisma.GetScalarType<T[P], BrowserbaseContextGroupByOutputType[P]>;
|
|
132
|
+
}>>;
|
|
133
|
+
export type BrowserbaseContextWhereInput = {
|
|
134
|
+
AND?: Prisma.BrowserbaseContextWhereInput | Prisma.BrowserbaseContextWhereInput[];
|
|
135
|
+
OR?: Prisma.BrowserbaseContextWhereInput[];
|
|
136
|
+
NOT?: Prisma.BrowserbaseContextWhereInput | Prisma.BrowserbaseContextWhereInput[];
|
|
137
|
+
id?: Prisma.StringFilter<"BrowserbaseContext"> | string;
|
|
138
|
+
organizationId?: Prisma.StringFilter<"BrowserbaseContext"> | string;
|
|
139
|
+
contextId?: Prisma.StringFilter<"BrowserbaseContext"> | string;
|
|
140
|
+
createdAt?: Prisma.DateTimeFilter<"BrowserbaseContext"> | Date | string;
|
|
141
|
+
updatedAt?: Prisma.DateTimeFilter<"BrowserbaseContext"> | Date | string;
|
|
142
|
+
organization?: Prisma.XOR<Prisma.OrganizationScalarRelationFilter, Prisma.OrganizationWhereInput>;
|
|
143
|
+
};
|
|
144
|
+
export type BrowserbaseContextOrderByWithRelationInput = {
|
|
145
|
+
id?: Prisma.SortOrder;
|
|
146
|
+
organizationId?: Prisma.SortOrder;
|
|
147
|
+
contextId?: Prisma.SortOrder;
|
|
148
|
+
createdAt?: Prisma.SortOrder;
|
|
149
|
+
updatedAt?: Prisma.SortOrder;
|
|
150
|
+
organization?: Prisma.OrganizationOrderByWithRelationInput;
|
|
151
|
+
};
|
|
152
|
+
export type BrowserbaseContextWhereUniqueInput = Prisma.AtLeast<{
|
|
153
|
+
id?: string;
|
|
154
|
+
organizationId?: string;
|
|
155
|
+
AND?: Prisma.BrowserbaseContextWhereInput | Prisma.BrowserbaseContextWhereInput[];
|
|
156
|
+
OR?: Prisma.BrowserbaseContextWhereInput[];
|
|
157
|
+
NOT?: Prisma.BrowserbaseContextWhereInput | Prisma.BrowserbaseContextWhereInput[];
|
|
158
|
+
contextId?: Prisma.StringFilter<"BrowserbaseContext"> | string;
|
|
159
|
+
createdAt?: Prisma.DateTimeFilter<"BrowserbaseContext"> | Date | string;
|
|
160
|
+
updatedAt?: Prisma.DateTimeFilter<"BrowserbaseContext"> | Date | string;
|
|
161
|
+
organization?: Prisma.XOR<Prisma.OrganizationScalarRelationFilter, Prisma.OrganizationWhereInput>;
|
|
162
|
+
}, "id" | "organizationId">;
|
|
163
|
+
export type BrowserbaseContextOrderByWithAggregationInput = {
|
|
164
|
+
id?: Prisma.SortOrder;
|
|
165
|
+
organizationId?: Prisma.SortOrder;
|
|
166
|
+
contextId?: Prisma.SortOrder;
|
|
167
|
+
createdAt?: Prisma.SortOrder;
|
|
168
|
+
updatedAt?: Prisma.SortOrder;
|
|
169
|
+
_count?: Prisma.BrowserbaseContextCountOrderByAggregateInput;
|
|
170
|
+
_max?: Prisma.BrowserbaseContextMaxOrderByAggregateInput;
|
|
171
|
+
_min?: Prisma.BrowserbaseContextMinOrderByAggregateInput;
|
|
172
|
+
};
|
|
173
|
+
export type BrowserbaseContextScalarWhereWithAggregatesInput = {
|
|
174
|
+
AND?: Prisma.BrowserbaseContextScalarWhereWithAggregatesInput | Prisma.BrowserbaseContextScalarWhereWithAggregatesInput[];
|
|
175
|
+
OR?: Prisma.BrowserbaseContextScalarWhereWithAggregatesInput[];
|
|
176
|
+
NOT?: Prisma.BrowserbaseContextScalarWhereWithAggregatesInput | Prisma.BrowserbaseContextScalarWhereWithAggregatesInput[];
|
|
177
|
+
id?: Prisma.StringWithAggregatesFilter<"BrowserbaseContext"> | string;
|
|
178
|
+
organizationId?: Prisma.StringWithAggregatesFilter<"BrowserbaseContext"> | string;
|
|
179
|
+
contextId?: Prisma.StringWithAggregatesFilter<"BrowserbaseContext"> | string;
|
|
180
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"BrowserbaseContext"> | Date | string;
|
|
181
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"BrowserbaseContext"> | Date | string;
|
|
182
|
+
};
|
|
183
|
+
export type BrowserbaseContextCreateInput = {
|
|
184
|
+
id?: string;
|
|
185
|
+
contextId: string;
|
|
186
|
+
createdAt?: Date | string;
|
|
187
|
+
updatedAt?: Date | string;
|
|
188
|
+
organization: Prisma.OrganizationCreateNestedOneWithoutBrowserbaseContextInput;
|
|
189
|
+
};
|
|
190
|
+
export type BrowserbaseContextUncheckedCreateInput = {
|
|
191
|
+
id?: string;
|
|
192
|
+
organizationId: string;
|
|
193
|
+
contextId: string;
|
|
194
|
+
createdAt?: Date | string;
|
|
195
|
+
updatedAt?: Date | string;
|
|
196
|
+
};
|
|
197
|
+
export type BrowserbaseContextUpdateInput = {
|
|
198
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
199
|
+
contextId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
200
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
201
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
202
|
+
organization?: Prisma.OrganizationUpdateOneRequiredWithoutBrowserbaseContextNestedInput;
|
|
203
|
+
};
|
|
204
|
+
export type BrowserbaseContextUncheckedUpdateInput = {
|
|
205
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
206
|
+
organizationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
207
|
+
contextId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
208
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
209
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
210
|
+
};
|
|
211
|
+
export type BrowserbaseContextCreateManyInput = {
|
|
212
|
+
id?: string;
|
|
213
|
+
organizationId: string;
|
|
214
|
+
contextId: string;
|
|
215
|
+
createdAt?: Date | string;
|
|
216
|
+
updatedAt?: Date | string;
|
|
217
|
+
};
|
|
218
|
+
export type BrowserbaseContextUpdateManyMutationInput = {
|
|
219
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
220
|
+
contextId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
221
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
222
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
223
|
+
};
|
|
224
|
+
export type BrowserbaseContextUncheckedUpdateManyInput = {
|
|
225
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
226
|
+
organizationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
227
|
+
contextId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
228
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
229
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
230
|
+
};
|
|
231
|
+
export type BrowserbaseContextCountOrderByAggregateInput = {
|
|
232
|
+
id?: Prisma.SortOrder;
|
|
233
|
+
organizationId?: Prisma.SortOrder;
|
|
234
|
+
contextId?: Prisma.SortOrder;
|
|
235
|
+
createdAt?: Prisma.SortOrder;
|
|
236
|
+
updatedAt?: Prisma.SortOrder;
|
|
237
|
+
};
|
|
238
|
+
export type BrowserbaseContextMaxOrderByAggregateInput = {
|
|
239
|
+
id?: Prisma.SortOrder;
|
|
240
|
+
organizationId?: Prisma.SortOrder;
|
|
241
|
+
contextId?: Prisma.SortOrder;
|
|
242
|
+
createdAt?: Prisma.SortOrder;
|
|
243
|
+
updatedAt?: Prisma.SortOrder;
|
|
244
|
+
};
|
|
245
|
+
export type BrowserbaseContextMinOrderByAggregateInput = {
|
|
246
|
+
id?: Prisma.SortOrder;
|
|
247
|
+
organizationId?: Prisma.SortOrder;
|
|
248
|
+
contextId?: Prisma.SortOrder;
|
|
249
|
+
createdAt?: Prisma.SortOrder;
|
|
250
|
+
updatedAt?: Prisma.SortOrder;
|
|
251
|
+
};
|
|
252
|
+
export type BrowserbaseContextNullableScalarRelationFilter = {
|
|
253
|
+
is?: Prisma.BrowserbaseContextWhereInput | null;
|
|
254
|
+
isNot?: Prisma.BrowserbaseContextWhereInput | null;
|
|
255
|
+
};
|
|
256
|
+
export type BrowserbaseContextCreateNestedOneWithoutOrganizationInput = {
|
|
257
|
+
create?: Prisma.XOR<Prisma.BrowserbaseContextCreateWithoutOrganizationInput, Prisma.BrowserbaseContextUncheckedCreateWithoutOrganizationInput>;
|
|
258
|
+
connectOrCreate?: Prisma.BrowserbaseContextCreateOrConnectWithoutOrganizationInput;
|
|
259
|
+
connect?: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
260
|
+
};
|
|
261
|
+
export type BrowserbaseContextUncheckedCreateNestedOneWithoutOrganizationInput = {
|
|
262
|
+
create?: Prisma.XOR<Prisma.BrowserbaseContextCreateWithoutOrganizationInput, Prisma.BrowserbaseContextUncheckedCreateWithoutOrganizationInput>;
|
|
263
|
+
connectOrCreate?: Prisma.BrowserbaseContextCreateOrConnectWithoutOrganizationInput;
|
|
264
|
+
connect?: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
265
|
+
};
|
|
266
|
+
export type BrowserbaseContextUpdateOneWithoutOrganizationNestedInput = {
|
|
267
|
+
create?: Prisma.XOR<Prisma.BrowserbaseContextCreateWithoutOrganizationInput, Prisma.BrowserbaseContextUncheckedCreateWithoutOrganizationInput>;
|
|
268
|
+
connectOrCreate?: Prisma.BrowserbaseContextCreateOrConnectWithoutOrganizationInput;
|
|
269
|
+
upsert?: Prisma.BrowserbaseContextUpsertWithoutOrganizationInput;
|
|
270
|
+
disconnect?: Prisma.BrowserbaseContextWhereInput | boolean;
|
|
271
|
+
delete?: Prisma.BrowserbaseContextWhereInput | boolean;
|
|
272
|
+
connect?: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
273
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.BrowserbaseContextUpdateToOneWithWhereWithoutOrganizationInput, Prisma.BrowserbaseContextUpdateWithoutOrganizationInput>, Prisma.BrowserbaseContextUncheckedUpdateWithoutOrganizationInput>;
|
|
274
|
+
};
|
|
275
|
+
export type BrowserbaseContextUncheckedUpdateOneWithoutOrganizationNestedInput = {
|
|
276
|
+
create?: Prisma.XOR<Prisma.BrowserbaseContextCreateWithoutOrganizationInput, Prisma.BrowserbaseContextUncheckedCreateWithoutOrganizationInput>;
|
|
277
|
+
connectOrCreate?: Prisma.BrowserbaseContextCreateOrConnectWithoutOrganizationInput;
|
|
278
|
+
upsert?: Prisma.BrowserbaseContextUpsertWithoutOrganizationInput;
|
|
279
|
+
disconnect?: Prisma.BrowserbaseContextWhereInput | boolean;
|
|
280
|
+
delete?: Prisma.BrowserbaseContextWhereInput | boolean;
|
|
281
|
+
connect?: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
282
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.BrowserbaseContextUpdateToOneWithWhereWithoutOrganizationInput, Prisma.BrowserbaseContextUpdateWithoutOrganizationInput>, Prisma.BrowserbaseContextUncheckedUpdateWithoutOrganizationInput>;
|
|
283
|
+
};
|
|
284
|
+
export type BrowserbaseContextCreateWithoutOrganizationInput = {
|
|
285
|
+
id?: string;
|
|
286
|
+
contextId: string;
|
|
287
|
+
createdAt?: Date | string;
|
|
288
|
+
updatedAt?: Date | string;
|
|
289
|
+
};
|
|
290
|
+
export type BrowserbaseContextUncheckedCreateWithoutOrganizationInput = {
|
|
291
|
+
id?: string;
|
|
292
|
+
contextId: string;
|
|
293
|
+
createdAt?: Date | string;
|
|
294
|
+
updatedAt?: Date | string;
|
|
295
|
+
};
|
|
296
|
+
export type BrowserbaseContextCreateOrConnectWithoutOrganizationInput = {
|
|
297
|
+
where: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
298
|
+
create: Prisma.XOR<Prisma.BrowserbaseContextCreateWithoutOrganizationInput, Prisma.BrowserbaseContextUncheckedCreateWithoutOrganizationInput>;
|
|
299
|
+
};
|
|
300
|
+
export type BrowserbaseContextUpsertWithoutOrganizationInput = {
|
|
301
|
+
update: Prisma.XOR<Prisma.BrowserbaseContextUpdateWithoutOrganizationInput, Prisma.BrowserbaseContextUncheckedUpdateWithoutOrganizationInput>;
|
|
302
|
+
create: Prisma.XOR<Prisma.BrowserbaseContextCreateWithoutOrganizationInput, Prisma.BrowserbaseContextUncheckedCreateWithoutOrganizationInput>;
|
|
303
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
304
|
+
};
|
|
305
|
+
export type BrowserbaseContextUpdateToOneWithWhereWithoutOrganizationInput = {
|
|
306
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
307
|
+
data: Prisma.XOR<Prisma.BrowserbaseContextUpdateWithoutOrganizationInput, Prisma.BrowserbaseContextUncheckedUpdateWithoutOrganizationInput>;
|
|
308
|
+
};
|
|
309
|
+
export type BrowserbaseContextUpdateWithoutOrganizationInput = {
|
|
310
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
311
|
+
contextId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
312
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
313
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
314
|
+
};
|
|
315
|
+
export type BrowserbaseContextUncheckedUpdateWithoutOrganizationInput = {
|
|
316
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
317
|
+
contextId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
318
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
319
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
320
|
+
};
|
|
321
|
+
export type BrowserbaseContextSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
322
|
+
id?: boolean;
|
|
323
|
+
organizationId?: boolean;
|
|
324
|
+
contextId?: boolean;
|
|
325
|
+
createdAt?: boolean;
|
|
326
|
+
updatedAt?: boolean;
|
|
327
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
328
|
+
}, ExtArgs["result"]["browserbaseContext"]>;
|
|
329
|
+
export type BrowserbaseContextSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
330
|
+
id?: boolean;
|
|
331
|
+
organizationId?: boolean;
|
|
332
|
+
contextId?: boolean;
|
|
333
|
+
createdAt?: boolean;
|
|
334
|
+
updatedAt?: boolean;
|
|
335
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
336
|
+
}, ExtArgs["result"]["browserbaseContext"]>;
|
|
337
|
+
export type BrowserbaseContextSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
338
|
+
id?: boolean;
|
|
339
|
+
organizationId?: boolean;
|
|
340
|
+
contextId?: boolean;
|
|
341
|
+
createdAt?: boolean;
|
|
342
|
+
updatedAt?: boolean;
|
|
343
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
344
|
+
}, ExtArgs["result"]["browserbaseContext"]>;
|
|
345
|
+
export type BrowserbaseContextSelectScalar = {
|
|
346
|
+
id?: boolean;
|
|
347
|
+
organizationId?: boolean;
|
|
348
|
+
contextId?: boolean;
|
|
349
|
+
createdAt?: boolean;
|
|
350
|
+
updatedAt?: boolean;
|
|
351
|
+
};
|
|
352
|
+
export type BrowserbaseContextOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "organizationId" | "contextId" | "createdAt" | "updatedAt", ExtArgs["result"]["browserbaseContext"]>;
|
|
353
|
+
export type BrowserbaseContextInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
354
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
355
|
+
};
|
|
356
|
+
export type BrowserbaseContextIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
357
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
358
|
+
};
|
|
359
|
+
export type BrowserbaseContextIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
360
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
361
|
+
};
|
|
362
|
+
export type $BrowserbaseContextPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
363
|
+
name: "BrowserbaseContext";
|
|
364
|
+
objects: {
|
|
365
|
+
organization: Prisma.$OrganizationPayload<ExtArgs>;
|
|
366
|
+
};
|
|
367
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
368
|
+
id: string;
|
|
369
|
+
/**
|
|
370
|
+
* Organization that owns this browser context
|
|
371
|
+
*/
|
|
372
|
+
organizationId: string;
|
|
373
|
+
/**
|
|
374
|
+
* Browserbase context ID from their API
|
|
375
|
+
*/
|
|
376
|
+
contextId: string;
|
|
377
|
+
createdAt: Date;
|
|
378
|
+
updatedAt: Date;
|
|
379
|
+
}, ExtArgs["result"]["browserbaseContext"]>;
|
|
380
|
+
composites: {};
|
|
381
|
+
};
|
|
382
|
+
export type BrowserbaseContextGetPayload<S extends boolean | null | undefined | BrowserbaseContextDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload, S>;
|
|
383
|
+
export type BrowserbaseContextCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<BrowserbaseContextFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
384
|
+
select?: BrowserbaseContextCountAggregateInputType | true;
|
|
385
|
+
};
|
|
386
|
+
export interface BrowserbaseContextDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
387
|
+
[K: symbol]: {
|
|
388
|
+
types: Prisma.TypeMap<ExtArgs>['model']['BrowserbaseContext'];
|
|
389
|
+
meta: {
|
|
390
|
+
name: 'BrowserbaseContext';
|
|
391
|
+
};
|
|
392
|
+
};
|
|
393
|
+
/**
|
|
394
|
+
* Find zero or one BrowserbaseContext that matches the filter.
|
|
395
|
+
* @param {BrowserbaseContextFindUniqueArgs} args - Arguments to find a BrowserbaseContext
|
|
396
|
+
* @example
|
|
397
|
+
* // Get one BrowserbaseContext
|
|
398
|
+
* const browserbaseContext = await prisma.browserbaseContext.findUnique({
|
|
399
|
+
* where: {
|
|
400
|
+
* // ... provide filter here
|
|
401
|
+
* }
|
|
402
|
+
* })
|
|
403
|
+
*/
|
|
404
|
+
findUnique<T extends BrowserbaseContextFindUniqueArgs>(args: Prisma.SelectSubset<T, BrowserbaseContextFindUniqueArgs<ExtArgs>>): Prisma.Prisma__BrowserbaseContextClient<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
405
|
+
/**
|
|
406
|
+
* Find one BrowserbaseContext that matches the filter or throw an error with `error.code='P2025'`
|
|
407
|
+
* if no matches were found.
|
|
408
|
+
* @param {BrowserbaseContextFindUniqueOrThrowArgs} args - Arguments to find a BrowserbaseContext
|
|
409
|
+
* @example
|
|
410
|
+
* // Get one BrowserbaseContext
|
|
411
|
+
* const browserbaseContext = await prisma.browserbaseContext.findUniqueOrThrow({
|
|
412
|
+
* where: {
|
|
413
|
+
* // ... provide filter here
|
|
414
|
+
* }
|
|
415
|
+
* })
|
|
416
|
+
*/
|
|
417
|
+
findUniqueOrThrow<T extends BrowserbaseContextFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, BrowserbaseContextFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__BrowserbaseContextClient<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
418
|
+
/**
|
|
419
|
+
* Find the first BrowserbaseContext that matches the filter.
|
|
420
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
421
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
422
|
+
* @param {BrowserbaseContextFindFirstArgs} args - Arguments to find a BrowserbaseContext
|
|
423
|
+
* @example
|
|
424
|
+
* // Get one BrowserbaseContext
|
|
425
|
+
* const browserbaseContext = await prisma.browserbaseContext.findFirst({
|
|
426
|
+
* where: {
|
|
427
|
+
* // ... provide filter here
|
|
428
|
+
* }
|
|
429
|
+
* })
|
|
430
|
+
*/
|
|
431
|
+
findFirst<T extends BrowserbaseContextFindFirstArgs>(args?: Prisma.SelectSubset<T, BrowserbaseContextFindFirstArgs<ExtArgs>>): Prisma.Prisma__BrowserbaseContextClient<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
432
|
+
/**
|
|
433
|
+
* Find the first BrowserbaseContext that matches the filter or
|
|
434
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
435
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
436
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
437
|
+
* @param {BrowserbaseContextFindFirstOrThrowArgs} args - Arguments to find a BrowserbaseContext
|
|
438
|
+
* @example
|
|
439
|
+
* // Get one BrowserbaseContext
|
|
440
|
+
* const browserbaseContext = await prisma.browserbaseContext.findFirstOrThrow({
|
|
441
|
+
* where: {
|
|
442
|
+
* // ... provide filter here
|
|
443
|
+
* }
|
|
444
|
+
* })
|
|
445
|
+
*/
|
|
446
|
+
findFirstOrThrow<T extends BrowserbaseContextFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, BrowserbaseContextFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__BrowserbaseContextClient<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
447
|
+
/**
|
|
448
|
+
* Find zero or more BrowserbaseContexts that matches the filter.
|
|
449
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
450
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
451
|
+
* @param {BrowserbaseContextFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
452
|
+
* @example
|
|
453
|
+
* // Get all BrowserbaseContexts
|
|
454
|
+
* const browserbaseContexts = await prisma.browserbaseContext.findMany()
|
|
455
|
+
*
|
|
456
|
+
* // Get first 10 BrowserbaseContexts
|
|
457
|
+
* const browserbaseContexts = await prisma.browserbaseContext.findMany({ take: 10 })
|
|
458
|
+
*
|
|
459
|
+
* // Only select the `id`
|
|
460
|
+
* const browserbaseContextWithIdOnly = await prisma.browserbaseContext.findMany({ select: { id: true } })
|
|
461
|
+
*
|
|
462
|
+
*/
|
|
463
|
+
findMany<T extends BrowserbaseContextFindManyArgs>(args?: Prisma.SelectSubset<T, BrowserbaseContextFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
464
|
+
/**
|
|
465
|
+
* Create a BrowserbaseContext.
|
|
466
|
+
* @param {BrowserbaseContextCreateArgs} args - Arguments to create a BrowserbaseContext.
|
|
467
|
+
* @example
|
|
468
|
+
* // Create one BrowserbaseContext
|
|
469
|
+
* const BrowserbaseContext = await prisma.browserbaseContext.create({
|
|
470
|
+
* data: {
|
|
471
|
+
* // ... data to create a BrowserbaseContext
|
|
472
|
+
* }
|
|
473
|
+
* })
|
|
474
|
+
*
|
|
475
|
+
*/
|
|
476
|
+
create<T extends BrowserbaseContextCreateArgs>(args: Prisma.SelectSubset<T, BrowserbaseContextCreateArgs<ExtArgs>>): Prisma.Prisma__BrowserbaseContextClient<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
477
|
+
/**
|
|
478
|
+
* Create many BrowserbaseContexts.
|
|
479
|
+
* @param {BrowserbaseContextCreateManyArgs} args - Arguments to create many BrowserbaseContexts.
|
|
480
|
+
* @example
|
|
481
|
+
* // Create many BrowserbaseContexts
|
|
482
|
+
* const browserbaseContext = await prisma.browserbaseContext.createMany({
|
|
483
|
+
* data: [
|
|
484
|
+
* // ... provide data here
|
|
485
|
+
* ]
|
|
486
|
+
* })
|
|
487
|
+
*
|
|
488
|
+
*/
|
|
489
|
+
createMany<T extends BrowserbaseContextCreateManyArgs>(args?: Prisma.SelectSubset<T, BrowserbaseContextCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
490
|
+
/**
|
|
491
|
+
* Create many BrowserbaseContexts and returns the data saved in the database.
|
|
492
|
+
* @param {BrowserbaseContextCreateManyAndReturnArgs} args - Arguments to create many BrowserbaseContexts.
|
|
493
|
+
* @example
|
|
494
|
+
* // Create many BrowserbaseContexts
|
|
495
|
+
* const browserbaseContext = await prisma.browserbaseContext.createManyAndReturn({
|
|
496
|
+
* data: [
|
|
497
|
+
* // ... provide data here
|
|
498
|
+
* ]
|
|
499
|
+
* })
|
|
500
|
+
*
|
|
501
|
+
* // Create many BrowserbaseContexts and only return the `id`
|
|
502
|
+
* const browserbaseContextWithIdOnly = await prisma.browserbaseContext.createManyAndReturn({
|
|
503
|
+
* select: { id: true },
|
|
504
|
+
* data: [
|
|
505
|
+
* // ... provide data here
|
|
506
|
+
* ]
|
|
507
|
+
* })
|
|
508
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
509
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
510
|
+
*
|
|
511
|
+
*/
|
|
512
|
+
createManyAndReturn<T extends BrowserbaseContextCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, BrowserbaseContextCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
513
|
+
/**
|
|
514
|
+
* Delete a BrowserbaseContext.
|
|
515
|
+
* @param {BrowserbaseContextDeleteArgs} args - Arguments to delete one BrowserbaseContext.
|
|
516
|
+
* @example
|
|
517
|
+
* // Delete one BrowserbaseContext
|
|
518
|
+
* const BrowserbaseContext = await prisma.browserbaseContext.delete({
|
|
519
|
+
* where: {
|
|
520
|
+
* // ... filter to delete one BrowserbaseContext
|
|
521
|
+
* }
|
|
522
|
+
* })
|
|
523
|
+
*
|
|
524
|
+
*/
|
|
525
|
+
delete<T extends BrowserbaseContextDeleteArgs>(args: Prisma.SelectSubset<T, BrowserbaseContextDeleteArgs<ExtArgs>>): Prisma.Prisma__BrowserbaseContextClient<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
526
|
+
/**
|
|
527
|
+
* Update one BrowserbaseContext.
|
|
528
|
+
* @param {BrowserbaseContextUpdateArgs} args - Arguments to update one BrowserbaseContext.
|
|
529
|
+
* @example
|
|
530
|
+
* // Update one BrowserbaseContext
|
|
531
|
+
* const browserbaseContext = await prisma.browserbaseContext.update({
|
|
532
|
+
* where: {
|
|
533
|
+
* // ... provide filter here
|
|
534
|
+
* },
|
|
535
|
+
* data: {
|
|
536
|
+
* // ... provide data here
|
|
537
|
+
* }
|
|
538
|
+
* })
|
|
539
|
+
*
|
|
540
|
+
*/
|
|
541
|
+
update<T extends BrowserbaseContextUpdateArgs>(args: Prisma.SelectSubset<T, BrowserbaseContextUpdateArgs<ExtArgs>>): Prisma.Prisma__BrowserbaseContextClient<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
542
|
+
/**
|
|
543
|
+
* Delete zero or more BrowserbaseContexts.
|
|
544
|
+
* @param {BrowserbaseContextDeleteManyArgs} args - Arguments to filter BrowserbaseContexts to delete.
|
|
545
|
+
* @example
|
|
546
|
+
* // Delete a few BrowserbaseContexts
|
|
547
|
+
* const { count } = await prisma.browserbaseContext.deleteMany({
|
|
548
|
+
* where: {
|
|
549
|
+
* // ... provide filter here
|
|
550
|
+
* }
|
|
551
|
+
* })
|
|
552
|
+
*
|
|
553
|
+
*/
|
|
554
|
+
deleteMany<T extends BrowserbaseContextDeleteManyArgs>(args?: Prisma.SelectSubset<T, BrowserbaseContextDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
555
|
+
/**
|
|
556
|
+
* Update zero or more BrowserbaseContexts.
|
|
557
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
558
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
559
|
+
* @param {BrowserbaseContextUpdateManyArgs} args - Arguments to update one or more rows.
|
|
560
|
+
* @example
|
|
561
|
+
* // Update many BrowserbaseContexts
|
|
562
|
+
* const browserbaseContext = await prisma.browserbaseContext.updateMany({
|
|
563
|
+
* where: {
|
|
564
|
+
* // ... provide filter here
|
|
565
|
+
* },
|
|
566
|
+
* data: {
|
|
567
|
+
* // ... provide data here
|
|
568
|
+
* }
|
|
569
|
+
* })
|
|
570
|
+
*
|
|
571
|
+
*/
|
|
572
|
+
updateMany<T extends BrowserbaseContextUpdateManyArgs>(args: Prisma.SelectSubset<T, BrowserbaseContextUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
573
|
+
/**
|
|
574
|
+
* Update zero or more BrowserbaseContexts and returns the data updated in the database.
|
|
575
|
+
* @param {BrowserbaseContextUpdateManyAndReturnArgs} args - Arguments to update many BrowserbaseContexts.
|
|
576
|
+
* @example
|
|
577
|
+
* // Update many BrowserbaseContexts
|
|
578
|
+
* const browserbaseContext = await prisma.browserbaseContext.updateManyAndReturn({
|
|
579
|
+
* where: {
|
|
580
|
+
* // ... provide filter here
|
|
581
|
+
* },
|
|
582
|
+
* data: [
|
|
583
|
+
* // ... provide data here
|
|
584
|
+
* ]
|
|
585
|
+
* })
|
|
586
|
+
*
|
|
587
|
+
* // Update zero or more BrowserbaseContexts and only return the `id`
|
|
588
|
+
* const browserbaseContextWithIdOnly = await prisma.browserbaseContext.updateManyAndReturn({
|
|
589
|
+
* select: { id: true },
|
|
590
|
+
* where: {
|
|
591
|
+
* // ... provide filter here
|
|
592
|
+
* },
|
|
593
|
+
* data: [
|
|
594
|
+
* // ... provide data here
|
|
595
|
+
* ]
|
|
596
|
+
* })
|
|
597
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
598
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
599
|
+
*
|
|
600
|
+
*/
|
|
601
|
+
updateManyAndReturn<T extends BrowserbaseContextUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, BrowserbaseContextUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
602
|
+
/**
|
|
603
|
+
* Create or update one BrowserbaseContext.
|
|
604
|
+
* @param {BrowserbaseContextUpsertArgs} args - Arguments to update or create a BrowserbaseContext.
|
|
605
|
+
* @example
|
|
606
|
+
* // Update or create a BrowserbaseContext
|
|
607
|
+
* const browserbaseContext = await prisma.browserbaseContext.upsert({
|
|
608
|
+
* create: {
|
|
609
|
+
* // ... data to create a BrowserbaseContext
|
|
610
|
+
* },
|
|
611
|
+
* update: {
|
|
612
|
+
* // ... in case it already exists, update
|
|
613
|
+
* },
|
|
614
|
+
* where: {
|
|
615
|
+
* // ... the filter for the BrowserbaseContext we want to update
|
|
616
|
+
* }
|
|
617
|
+
* })
|
|
618
|
+
*/
|
|
619
|
+
upsert<T extends BrowserbaseContextUpsertArgs>(args: Prisma.SelectSubset<T, BrowserbaseContextUpsertArgs<ExtArgs>>): Prisma.Prisma__BrowserbaseContextClient<runtime.Types.Result.GetResult<Prisma.$BrowserbaseContextPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
620
|
+
/**
|
|
621
|
+
* Count the number of BrowserbaseContexts.
|
|
622
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
623
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
624
|
+
* @param {BrowserbaseContextCountArgs} args - Arguments to filter BrowserbaseContexts to count.
|
|
625
|
+
* @example
|
|
626
|
+
* // Count the number of BrowserbaseContexts
|
|
627
|
+
* const count = await prisma.browserbaseContext.count({
|
|
628
|
+
* where: {
|
|
629
|
+
* // ... the filter for the BrowserbaseContexts we want to count
|
|
630
|
+
* }
|
|
631
|
+
* })
|
|
632
|
+
**/
|
|
633
|
+
count<T extends BrowserbaseContextCountArgs>(args?: Prisma.Subset<T, BrowserbaseContextCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], BrowserbaseContextCountAggregateOutputType> : number>;
|
|
634
|
+
/**
|
|
635
|
+
* Allows you to perform aggregations operations on a BrowserbaseContext.
|
|
636
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
637
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
638
|
+
* @param {BrowserbaseContextAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
639
|
+
* @example
|
|
640
|
+
* // Ordered by age ascending
|
|
641
|
+
* // Where email contains prisma.io
|
|
642
|
+
* // Limited to the 10 users
|
|
643
|
+
* const aggregations = await prisma.user.aggregate({
|
|
644
|
+
* _avg: {
|
|
645
|
+
* age: true,
|
|
646
|
+
* },
|
|
647
|
+
* where: {
|
|
648
|
+
* email: {
|
|
649
|
+
* contains: "prisma.io",
|
|
650
|
+
* },
|
|
651
|
+
* },
|
|
652
|
+
* orderBy: {
|
|
653
|
+
* age: "asc",
|
|
654
|
+
* },
|
|
655
|
+
* take: 10,
|
|
656
|
+
* })
|
|
657
|
+
**/
|
|
658
|
+
aggregate<T extends BrowserbaseContextAggregateArgs>(args: Prisma.Subset<T, BrowserbaseContextAggregateArgs>): Prisma.PrismaPromise<GetBrowserbaseContextAggregateType<T>>;
|
|
659
|
+
/**
|
|
660
|
+
* Group by BrowserbaseContext.
|
|
661
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
662
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
663
|
+
* @param {BrowserbaseContextGroupByArgs} args - Group by arguments.
|
|
664
|
+
* @example
|
|
665
|
+
* // Group by city, order by createdAt, get count
|
|
666
|
+
* const result = await prisma.user.groupBy({
|
|
667
|
+
* by: ['city', 'createdAt'],
|
|
668
|
+
* orderBy: {
|
|
669
|
+
* createdAt: true
|
|
670
|
+
* },
|
|
671
|
+
* _count: {
|
|
672
|
+
* _all: true
|
|
673
|
+
* },
|
|
674
|
+
* })
|
|
675
|
+
*
|
|
676
|
+
**/
|
|
677
|
+
groupBy<T extends BrowserbaseContextGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
678
|
+
orderBy: BrowserbaseContextGroupByArgs['orderBy'];
|
|
679
|
+
} : {
|
|
680
|
+
orderBy?: BrowserbaseContextGroupByArgs['orderBy'];
|
|
681
|
+
}, 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 ? {
|
|
682
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
683
|
+
Error,
|
|
684
|
+
'Field ',
|
|
685
|
+
P,
|
|
686
|
+
` in "having" needs to be provided in "by"`
|
|
687
|
+
];
|
|
688
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
689
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
690
|
+
}[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 ? {} : {
|
|
691
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
692
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
693
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
694
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, BrowserbaseContextGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetBrowserbaseContextGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
695
|
+
/**
|
|
696
|
+
* Fields of the BrowserbaseContext model
|
|
697
|
+
*/
|
|
698
|
+
readonly fields: BrowserbaseContextFieldRefs;
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* The delegate class that acts as a "Promise-like" for BrowserbaseContext.
|
|
702
|
+
* Why is this prefixed with `Prisma__`?
|
|
703
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
704
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
705
|
+
*/
|
|
706
|
+
export interface Prisma__BrowserbaseContextClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
707
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
708
|
+
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>;
|
|
709
|
+
/**
|
|
710
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
711
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
712
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
713
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
714
|
+
*/
|
|
715
|
+
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>;
|
|
716
|
+
/**
|
|
717
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
718
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
719
|
+
* @returns A Promise for the completion of the callback.
|
|
720
|
+
*/
|
|
721
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
722
|
+
/**
|
|
723
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
724
|
+
* resolved value cannot be modified from the callback.
|
|
725
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
726
|
+
* @returns A Promise for the completion of the callback.
|
|
727
|
+
*/
|
|
728
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
729
|
+
}
|
|
730
|
+
/**
|
|
731
|
+
* Fields of the BrowserbaseContext model
|
|
732
|
+
*/
|
|
733
|
+
export interface BrowserbaseContextFieldRefs {
|
|
734
|
+
readonly id: Prisma.FieldRef<"BrowserbaseContext", 'String'>;
|
|
735
|
+
readonly organizationId: Prisma.FieldRef<"BrowserbaseContext", 'String'>;
|
|
736
|
+
readonly contextId: Prisma.FieldRef<"BrowserbaseContext", 'String'>;
|
|
737
|
+
readonly createdAt: Prisma.FieldRef<"BrowserbaseContext", 'DateTime'>;
|
|
738
|
+
readonly updatedAt: Prisma.FieldRef<"BrowserbaseContext", 'DateTime'>;
|
|
739
|
+
}
|
|
740
|
+
/**
|
|
741
|
+
* BrowserbaseContext findUnique
|
|
742
|
+
*/
|
|
743
|
+
export type BrowserbaseContextFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
744
|
+
/**
|
|
745
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
746
|
+
*/
|
|
747
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
748
|
+
/**
|
|
749
|
+
* Omit specific fields from the BrowserbaseContext
|
|
750
|
+
*/
|
|
751
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
752
|
+
/**
|
|
753
|
+
* Choose, which related nodes to fetch as well
|
|
754
|
+
*/
|
|
755
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
756
|
+
/**
|
|
757
|
+
* Filter, which BrowserbaseContext to fetch.
|
|
758
|
+
*/
|
|
759
|
+
where: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
760
|
+
};
|
|
761
|
+
/**
|
|
762
|
+
* BrowserbaseContext findUniqueOrThrow
|
|
763
|
+
*/
|
|
764
|
+
export type BrowserbaseContextFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
765
|
+
/**
|
|
766
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
767
|
+
*/
|
|
768
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
769
|
+
/**
|
|
770
|
+
* Omit specific fields from the BrowserbaseContext
|
|
771
|
+
*/
|
|
772
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
773
|
+
/**
|
|
774
|
+
* Choose, which related nodes to fetch as well
|
|
775
|
+
*/
|
|
776
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
777
|
+
/**
|
|
778
|
+
* Filter, which BrowserbaseContext to fetch.
|
|
779
|
+
*/
|
|
780
|
+
where: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
781
|
+
};
|
|
782
|
+
/**
|
|
783
|
+
* BrowserbaseContext findFirst
|
|
784
|
+
*/
|
|
785
|
+
export type BrowserbaseContextFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
786
|
+
/**
|
|
787
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
788
|
+
*/
|
|
789
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
790
|
+
/**
|
|
791
|
+
* Omit specific fields from the BrowserbaseContext
|
|
792
|
+
*/
|
|
793
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
794
|
+
/**
|
|
795
|
+
* Choose, which related nodes to fetch as well
|
|
796
|
+
*/
|
|
797
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
798
|
+
/**
|
|
799
|
+
* Filter, which BrowserbaseContext to fetch.
|
|
800
|
+
*/
|
|
801
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
802
|
+
/**
|
|
803
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
804
|
+
*
|
|
805
|
+
* Determine the order of BrowserbaseContexts to fetch.
|
|
806
|
+
*/
|
|
807
|
+
orderBy?: Prisma.BrowserbaseContextOrderByWithRelationInput | Prisma.BrowserbaseContextOrderByWithRelationInput[];
|
|
808
|
+
/**
|
|
809
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
810
|
+
*
|
|
811
|
+
* Sets the position for searching for BrowserbaseContexts.
|
|
812
|
+
*/
|
|
813
|
+
cursor?: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
814
|
+
/**
|
|
815
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
816
|
+
*
|
|
817
|
+
* Take `±n` BrowserbaseContexts from the position of the cursor.
|
|
818
|
+
*/
|
|
819
|
+
take?: number;
|
|
820
|
+
/**
|
|
821
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
822
|
+
*
|
|
823
|
+
* Skip the first `n` BrowserbaseContexts.
|
|
824
|
+
*/
|
|
825
|
+
skip?: number;
|
|
826
|
+
/**
|
|
827
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
828
|
+
*
|
|
829
|
+
* Filter by unique combinations of BrowserbaseContexts.
|
|
830
|
+
*/
|
|
831
|
+
distinct?: Prisma.BrowserbaseContextScalarFieldEnum | Prisma.BrowserbaseContextScalarFieldEnum[];
|
|
832
|
+
};
|
|
833
|
+
/**
|
|
834
|
+
* BrowserbaseContext findFirstOrThrow
|
|
835
|
+
*/
|
|
836
|
+
export type BrowserbaseContextFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
837
|
+
/**
|
|
838
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
839
|
+
*/
|
|
840
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
841
|
+
/**
|
|
842
|
+
* Omit specific fields from the BrowserbaseContext
|
|
843
|
+
*/
|
|
844
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
845
|
+
/**
|
|
846
|
+
* Choose, which related nodes to fetch as well
|
|
847
|
+
*/
|
|
848
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
849
|
+
/**
|
|
850
|
+
* Filter, which BrowserbaseContext to fetch.
|
|
851
|
+
*/
|
|
852
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
853
|
+
/**
|
|
854
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
855
|
+
*
|
|
856
|
+
* Determine the order of BrowserbaseContexts to fetch.
|
|
857
|
+
*/
|
|
858
|
+
orderBy?: Prisma.BrowserbaseContextOrderByWithRelationInput | Prisma.BrowserbaseContextOrderByWithRelationInput[];
|
|
859
|
+
/**
|
|
860
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
861
|
+
*
|
|
862
|
+
* Sets the position for searching for BrowserbaseContexts.
|
|
863
|
+
*/
|
|
864
|
+
cursor?: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
865
|
+
/**
|
|
866
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
867
|
+
*
|
|
868
|
+
* Take `±n` BrowserbaseContexts from the position of the cursor.
|
|
869
|
+
*/
|
|
870
|
+
take?: number;
|
|
871
|
+
/**
|
|
872
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
873
|
+
*
|
|
874
|
+
* Skip the first `n` BrowserbaseContexts.
|
|
875
|
+
*/
|
|
876
|
+
skip?: number;
|
|
877
|
+
/**
|
|
878
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
879
|
+
*
|
|
880
|
+
* Filter by unique combinations of BrowserbaseContexts.
|
|
881
|
+
*/
|
|
882
|
+
distinct?: Prisma.BrowserbaseContextScalarFieldEnum | Prisma.BrowserbaseContextScalarFieldEnum[];
|
|
883
|
+
};
|
|
884
|
+
/**
|
|
885
|
+
* BrowserbaseContext findMany
|
|
886
|
+
*/
|
|
887
|
+
export type BrowserbaseContextFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
888
|
+
/**
|
|
889
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
890
|
+
*/
|
|
891
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
892
|
+
/**
|
|
893
|
+
* Omit specific fields from the BrowserbaseContext
|
|
894
|
+
*/
|
|
895
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
896
|
+
/**
|
|
897
|
+
* Choose, which related nodes to fetch as well
|
|
898
|
+
*/
|
|
899
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
900
|
+
/**
|
|
901
|
+
* Filter, which BrowserbaseContexts to fetch.
|
|
902
|
+
*/
|
|
903
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
904
|
+
/**
|
|
905
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
906
|
+
*
|
|
907
|
+
* Determine the order of BrowserbaseContexts to fetch.
|
|
908
|
+
*/
|
|
909
|
+
orderBy?: Prisma.BrowserbaseContextOrderByWithRelationInput | Prisma.BrowserbaseContextOrderByWithRelationInput[];
|
|
910
|
+
/**
|
|
911
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
912
|
+
*
|
|
913
|
+
* Sets the position for listing BrowserbaseContexts.
|
|
914
|
+
*/
|
|
915
|
+
cursor?: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
916
|
+
/**
|
|
917
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
918
|
+
*
|
|
919
|
+
* Take `±n` BrowserbaseContexts from the position of the cursor.
|
|
920
|
+
*/
|
|
921
|
+
take?: number;
|
|
922
|
+
/**
|
|
923
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
924
|
+
*
|
|
925
|
+
* Skip the first `n` BrowserbaseContexts.
|
|
926
|
+
*/
|
|
927
|
+
skip?: number;
|
|
928
|
+
/**
|
|
929
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
930
|
+
*
|
|
931
|
+
* Filter by unique combinations of BrowserbaseContexts.
|
|
932
|
+
*/
|
|
933
|
+
distinct?: Prisma.BrowserbaseContextScalarFieldEnum | Prisma.BrowserbaseContextScalarFieldEnum[];
|
|
934
|
+
};
|
|
935
|
+
/**
|
|
936
|
+
* BrowserbaseContext create
|
|
937
|
+
*/
|
|
938
|
+
export type BrowserbaseContextCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
939
|
+
/**
|
|
940
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
941
|
+
*/
|
|
942
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
943
|
+
/**
|
|
944
|
+
* Omit specific fields from the BrowserbaseContext
|
|
945
|
+
*/
|
|
946
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
947
|
+
/**
|
|
948
|
+
* Choose, which related nodes to fetch as well
|
|
949
|
+
*/
|
|
950
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
951
|
+
/**
|
|
952
|
+
* The data needed to create a BrowserbaseContext.
|
|
953
|
+
*/
|
|
954
|
+
data: Prisma.XOR<Prisma.BrowserbaseContextCreateInput, Prisma.BrowserbaseContextUncheckedCreateInput>;
|
|
955
|
+
};
|
|
956
|
+
/**
|
|
957
|
+
* BrowserbaseContext createMany
|
|
958
|
+
*/
|
|
959
|
+
export type BrowserbaseContextCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
960
|
+
/**
|
|
961
|
+
* The data used to create many BrowserbaseContexts.
|
|
962
|
+
*/
|
|
963
|
+
data: Prisma.BrowserbaseContextCreateManyInput | Prisma.BrowserbaseContextCreateManyInput[];
|
|
964
|
+
skipDuplicates?: boolean;
|
|
965
|
+
};
|
|
966
|
+
/**
|
|
967
|
+
* BrowserbaseContext createManyAndReturn
|
|
968
|
+
*/
|
|
969
|
+
export type BrowserbaseContextCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
970
|
+
/**
|
|
971
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
972
|
+
*/
|
|
973
|
+
select?: Prisma.BrowserbaseContextSelectCreateManyAndReturn<ExtArgs> | null;
|
|
974
|
+
/**
|
|
975
|
+
* Omit specific fields from the BrowserbaseContext
|
|
976
|
+
*/
|
|
977
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
978
|
+
/**
|
|
979
|
+
* The data used to create many BrowserbaseContexts.
|
|
980
|
+
*/
|
|
981
|
+
data: Prisma.BrowserbaseContextCreateManyInput | Prisma.BrowserbaseContextCreateManyInput[];
|
|
982
|
+
skipDuplicates?: boolean;
|
|
983
|
+
/**
|
|
984
|
+
* Choose, which related nodes to fetch as well
|
|
985
|
+
*/
|
|
986
|
+
include?: Prisma.BrowserbaseContextIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
987
|
+
};
|
|
988
|
+
/**
|
|
989
|
+
* BrowserbaseContext update
|
|
990
|
+
*/
|
|
991
|
+
export type BrowserbaseContextUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
992
|
+
/**
|
|
993
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
994
|
+
*/
|
|
995
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
996
|
+
/**
|
|
997
|
+
* Omit specific fields from the BrowserbaseContext
|
|
998
|
+
*/
|
|
999
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
1000
|
+
/**
|
|
1001
|
+
* Choose, which related nodes to fetch as well
|
|
1002
|
+
*/
|
|
1003
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
1004
|
+
/**
|
|
1005
|
+
* The data needed to update a BrowserbaseContext.
|
|
1006
|
+
*/
|
|
1007
|
+
data: Prisma.XOR<Prisma.BrowserbaseContextUpdateInput, Prisma.BrowserbaseContextUncheckedUpdateInput>;
|
|
1008
|
+
/**
|
|
1009
|
+
* Choose, which BrowserbaseContext to update.
|
|
1010
|
+
*/
|
|
1011
|
+
where: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
1012
|
+
};
|
|
1013
|
+
/**
|
|
1014
|
+
* BrowserbaseContext updateMany
|
|
1015
|
+
*/
|
|
1016
|
+
export type BrowserbaseContextUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1017
|
+
/**
|
|
1018
|
+
* The data used to update BrowserbaseContexts.
|
|
1019
|
+
*/
|
|
1020
|
+
data: Prisma.XOR<Prisma.BrowserbaseContextUpdateManyMutationInput, Prisma.BrowserbaseContextUncheckedUpdateManyInput>;
|
|
1021
|
+
/**
|
|
1022
|
+
* Filter which BrowserbaseContexts to update
|
|
1023
|
+
*/
|
|
1024
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
1025
|
+
/**
|
|
1026
|
+
* Limit how many BrowserbaseContexts to update.
|
|
1027
|
+
*/
|
|
1028
|
+
limit?: number;
|
|
1029
|
+
};
|
|
1030
|
+
/**
|
|
1031
|
+
* BrowserbaseContext updateManyAndReturn
|
|
1032
|
+
*/
|
|
1033
|
+
export type BrowserbaseContextUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1034
|
+
/**
|
|
1035
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
1036
|
+
*/
|
|
1037
|
+
select?: Prisma.BrowserbaseContextSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1038
|
+
/**
|
|
1039
|
+
* Omit specific fields from the BrowserbaseContext
|
|
1040
|
+
*/
|
|
1041
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
1042
|
+
/**
|
|
1043
|
+
* The data used to update BrowserbaseContexts.
|
|
1044
|
+
*/
|
|
1045
|
+
data: Prisma.XOR<Prisma.BrowserbaseContextUpdateManyMutationInput, Prisma.BrowserbaseContextUncheckedUpdateManyInput>;
|
|
1046
|
+
/**
|
|
1047
|
+
* Filter which BrowserbaseContexts to update
|
|
1048
|
+
*/
|
|
1049
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
1050
|
+
/**
|
|
1051
|
+
* Limit how many BrowserbaseContexts to update.
|
|
1052
|
+
*/
|
|
1053
|
+
limit?: number;
|
|
1054
|
+
/**
|
|
1055
|
+
* Choose, which related nodes to fetch as well
|
|
1056
|
+
*/
|
|
1057
|
+
include?: Prisma.BrowserbaseContextIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1058
|
+
};
|
|
1059
|
+
/**
|
|
1060
|
+
* BrowserbaseContext upsert
|
|
1061
|
+
*/
|
|
1062
|
+
export type BrowserbaseContextUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1063
|
+
/**
|
|
1064
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
1065
|
+
*/
|
|
1066
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
1067
|
+
/**
|
|
1068
|
+
* Omit specific fields from the BrowserbaseContext
|
|
1069
|
+
*/
|
|
1070
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
1071
|
+
/**
|
|
1072
|
+
* Choose, which related nodes to fetch as well
|
|
1073
|
+
*/
|
|
1074
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
1075
|
+
/**
|
|
1076
|
+
* The filter to search for the BrowserbaseContext to update in case it exists.
|
|
1077
|
+
*/
|
|
1078
|
+
where: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
1079
|
+
/**
|
|
1080
|
+
* In case the BrowserbaseContext found by the `where` argument doesn't exist, create a new BrowserbaseContext with this data.
|
|
1081
|
+
*/
|
|
1082
|
+
create: Prisma.XOR<Prisma.BrowserbaseContextCreateInput, Prisma.BrowserbaseContextUncheckedCreateInput>;
|
|
1083
|
+
/**
|
|
1084
|
+
* In case the BrowserbaseContext was found with the provided `where` argument, update it with this data.
|
|
1085
|
+
*/
|
|
1086
|
+
update: Prisma.XOR<Prisma.BrowserbaseContextUpdateInput, Prisma.BrowserbaseContextUncheckedUpdateInput>;
|
|
1087
|
+
};
|
|
1088
|
+
/**
|
|
1089
|
+
* BrowserbaseContext delete
|
|
1090
|
+
*/
|
|
1091
|
+
export type BrowserbaseContextDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1092
|
+
/**
|
|
1093
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
1094
|
+
*/
|
|
1095
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
1096
|
+
/**
|
|
1097
|
+
* Omit specific fields from the BrowserbaseContext
|
|
1098
|
+
*/
|
|
1099
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
1100
|
+
/**
|
|
1101
|
+
* Choose, which related nodes to fetch as well
|
|
1102
|
+
*/
|
|
1103
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
1104
|
+
/**
|
|
1105
|
+
* Filter which BrowserbaseContext to delete.
|
|
1106
|
+
*/
|
|
1107
|
+
where: Prisma.BrowserbaseContextWhereUniqueInput;
|
|
1108
|
+
};
|
|
1109
|
+
/**
|
|
1110
|
+
* BrowserbaseContext deleteMany
|
|
1111
|
+
*/
|
|
1112
|
+
export type BrowserbaseContextDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1113
|
+
/**
|
|
1114
|
+
* Filter which BrowserbaseContexts to delete
|
|
1115
|
+
*/
|
|
1116
|
+
where?: Prisma.BrowserbaseContextWhereInput;
|
|
1117
|
+
/**
|
|
1118
|
+
* Limit how many BrowserbaseContexts to delete.
|
|
1119
|
+
*/
|
|
1120
|
+
limit?: number;
|
|
1121
|
+
};
|
|
1122
|
+
/**
|
|
1123
|
+
* BrowserbaseContext without action
|
|
1124
|
+
*/
|
|
1125
|
+
export type BrowserbaseContextDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1126
|
+
/**
|
|
1127
|
+
* Select specific fields to fetch from the BrowserbaseContext
|
|
1128
|
+
*/
|
|
1129
|
+
select?: Prisma.BrowserbaseContextSelect<ExtArgs> | null;
|
|
1130
|
+
/**
|
|
1131
|
+
* Omit specific fields from the BrowserbaseContext
|
|
1132
|
+
*/
|
|
1133
|
+
omit?: Prisma.BrowserbaseContextOmit<ExtArgs> | null;
|
|
1134
|
+
/**
|
|
1135
|
+
* Choose, which related nodes to fetch as well
|
|
1136
|
+
*/
|
|
1137
|
+
include?: Prisma.BrowserbaseContextInclude<ExtArgs> | null;
|
|
1138
|
+
};
|
|
1139
|
+
//# sourceMappingURL=BrowserbaseContext.d.ts.map
|