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