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