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