@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,1877 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as $Enums from "../enums.js";
|
|
3
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
4
|
+
/**
|
|
5
|
+
* Model TrustNDAAgreement
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export type TrustNDAAgreementModel = runtime.Types.Result.DefaultSelection<Prisma.$TrustNDAAgreementPayload>;
|
|
9
|
+
export type AggregateTrustNDAAgreement = {
|
|
10
|
+
_count: TrustNDAAgreementCountAggregateOutputType | null;
|
|
11
|
+
_min: TrustNDAAgreementMinAggregateOutputType | null;
|
|
12
|
+
_max: TrustNDAAgreementMaxAggregateOutputType | null;
|
|
13
|
+
};
|
|
14
|
+
export type TrustNDAAgreementMinAggregateOutputType = {
|
|
15
|
+
id: string | null;
|
|
16
|
+
organizationId: string | null;
|
|
17
|
+
accessRequestId: string | null;
|
|
18
|
+
grantId: string | null;
|
|
19
|
+
signerName: string | null;
|
|
20
|
+
signerEmail: string | null;
|
|
21
|
+
status: $Enums.TrustNDAStatus | null;
|
|
22
|
+
signToken: string | null;
|
|
23
|
+
signTokenExpiresAt: Date | null;
|
|
24
|
+
pdfTemplateKey: string | null;
|
|
25
|
+
pdfSignedKey: string | null;
|
|
26
|
+
signedAt: Date | null;
|
|
27
|
+
ipAddress: string | null;
|
|
28
|
+
userAgent: string | null;
|
|
29
|
+
createdAt: Date | null;
|
|
30
|
+
updatedAt: Date | null;
|
|
31
|
+
};
|
|
32
|
+
export type TrustNDAAgreementMaxAggregateOutputType = {
|
|
33
|
+
id: string | null;
|
|
34
|
+
organizationId: string | null;
|
|
35
|
+
accessRequestId: string | null;
|
|
36
|
+
grantId: string | null;
|
|
37
|
+
signerName: string | null;
|
|
38
|
+
signerEmail: string | null;
|
|
39
|
+
status: $Enums.TrustNDAStatus | null;
|
|
40
|
+
signToken: string | null;
|
|
41
|
+
signTokenExpiresAt: Date | null;
|
|
42
|
+
pdfTemplateKey: string | null;
|
|
43
|
+
pdfSignedKey: string | null;
|
|
44
|
+
signedAt: Date | null;
|
|
45
|
+
ipAddress: string | null;
|
|
46
|
+
userAgent: string | null;
|
|
47
|
+
createdAt: Date | null;
|
|
48
|
+
updatedAt: Date | null;
|
|
49
|
+
};
|
|
50
|
+
export type TrustNDAAgreementCountAggregateOutputType = {
|
|
51
|
+
id: number;
|
|
52
|
+
organizationId: number;
|
|
53
|
+
accessRequestId: number;
|
|
54
|
+
grantId: number;
|
|
55
|
+
signerName: number;
|
|
56
|
+
signerEmail: number;
|
|
57
|
+
status: number;
|
|
58
|
+
signToken: number;
|
|
59
|
+
signTokenExpiresAt: number;
|
|
60
|
+
pdfTemplateKey: number;
|
|
61
|
+
pdfSignedKey: number;
|
|
62
|
+
signedAt: number;
|
|
63
|
+
ipAddress: number;
|
|
64
|
+
userAgent: number;
|
|
65
|
+
createdAt: number;
|
|
66
|
+
updatedAt: number;
|
|
67
|
+
_all: number;
|
|
68
|
+
};
|
|
69
|
+
export type TrustNDAAgreementMinAggregateInputType = {
|
|
70
|
+
id?: true;
|
|
71
|
+
organizationId?: true;
|
|
72
|
+
accessRequestId?: true;
|
|
73
|
+
grantId?: true;
|
|
74
|
+
signerName?: true;
|
|
75
|
+
signerEmail?: true;
|
|
76
|
+
status?: true;
|
|
77
|
+
signToken?: true;
|
|
78
|
+
signTokenExpiresAt?: true;
|
|
79
|
+
pdfTemplateKey?: true;
|
|
80
|
+
pdfSignedKey?: true;
|
|
81
|
+
signedAt?: true;
|
|
82
|
+
ipAddress?: true;
|
|
83
|
+
userAgent?: true;
|
|
84
|
+
createdAt?: true;
|
|
85
|
+
updatedAt?: true;
|
|
86
|
+
};
|
|
87
|
+
export type TrustNDAAgreementMaxAggregateInputType = {
|
|
88
|
+
id?: true;
|
|
89
|
+
organizationId?: true;
|
|
90
|
+
accessRequestId?: true;
|
|
91
|
+
grantId?: true;
|
|
92
|
+
signerName?: true;
|
|
93
|
+
signerEmail?: true;
|
|
94
|
+
status?: true;
|
|
95
|
+
signToken?: true;
|
|
96
|
+
signTokenExpiresAt?: true;
|
|
97
|
+
pdfTemplateKey?: true;
|
|
98
|
+
pdfSignedKey?: true;
|
|
99
|
+
signedAt?: true;
|
|
100
|
+
ipAddress?: true;
|
|
101
|
+
userAgent?: true;
|
|
102
|
+
createdAt?: true;
|
|
103
|
+
updatedAt?: true;
|
|
104
|
+
};
|
|
105
|
+
export type TrustNDAAgreementCountAggregateInputType = {
|
|
106
|
+
id?: true;
|
|
107
|
+
organizationId?: true;
|
|
108
|
+
accessRequestId?: true;
|
|
109
|
+
grantId?: true;
|
|
110
|
+
signerName?: true;
|
|
111
|
+
signerEmail?: true;
|
|
112
|
+
status?: true;
|
|
113
|
+
signToken?: true;
|
|
114
|
+
signTokenExpiresAt?: true;
|
|
115
|
+
pdfTemplateKey?: true;
|
|
116
|
+
pdfSignedKey?: true;
|
|
117
|
+
signedAt?: true;
|
|
118
|
+
ipAddress?: true;
|
|
119
|
+
userAgent?: true;
|
|
120
|
+
createdAt?: true;
|
|
121
|
+
updatedAt?: true;
|
|
122
|
+
_all?: true;
|
|
123
|
+
};
|
|
124
|
+
export type TrustNDAAgreementAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
125
|
+
/**
|
|
126
|
+
* Filter which TrustNDAAgreement to aggregate.
|
|
127
|
+
*/
|
|
128
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
129
|
+
/**
|
|
130
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
131
|
+
*
|
|
132
|
+
* Determine the order of TrustNDAAgreements to fetch.
|
|
133
|
+
*/
|
|
134
|
+
orderBy?: Prisma.TrustNDAAgreementOrderByWithRelationInput | Prisma.TrustNDAAgreementOrderByWithRelationInput[];
|
|
135
|
+
/**
|
|
136
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
137
|
+
*
|
|
138
|
+
* Sets the start position
|
|
139
|
+
*/
|
|
140
|
+
cursor?: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
141
|
+
/**
|
|
142
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
143
|
+
*
|
|
144
|
+
* Take `±n` TrustNDAAgreements from the position of the cursor.
|
|
145
|
+
*/
|
|
146
|
+
take?: number;
|
|
147
|
+
/**
|
|
148
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
149
|
+
*
|
|
150
|
+
* Skip the first `n` TrustNDAAgreements.
|
|
151
|
+
*/
|
|
152
|
+
skip?: number;
|
|
153
|
+
/**
|
|
154
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
155
|
+
*
|
|
156
|
+
* Count returned TrustNDAAgreements
|
|
157
|
+
**/
|
|
158
|
+
_count?: true | TrustNDAAgreementCountAggregateInputType;
|
|
159
|
+
/**
|
|
160
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
161
|
+
*
|
|
162
|
+
* Select which fields to find the minimum value
|
|
163
|
+
**/
|
|
164
|
+
_min?: TrustNDAAgreementMinAggregateInputType;
|
|
165
|
+
/**
|
|
166
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
167
|
+
*
|
|
168
|
+
* Select which fields to find the maximum value
|
|
169
|
+
**/
|
|
170
|
+
_max?: TrustNDAAgreementMaxAggregateInputType;
|
|
171
|
+
};
|
|
172
|
+
export type GetTrustNDAAgreementAggregateType<T extends TrustNDAAgreementAggregateArgs> = {
|
|
173
|
+
[P in keyof T & keyof AggregateTrustNDAAgreement]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateTrustNDAAgreement[P]> : Prisma.GetScalarType<T[P], AggregateTrustNDAAgreement[P]>;
|
|
174
|
+
};
|
|
175
|
+
export type TrustNDAAgreementGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
176
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
177
|
+
orderBy?: Prisma.TrustNDAAgreementOrderByWithAggregationInput | Prisma.TrustNDAAgreementOrderByWithAggregationInput[];
|
|
178
|
+
by: Prisma.TrustNDAAgreementScalarFieldEnum[] | Prisma.TrustNDAAgreementScalarFieldEnum;
|
|
179
|
+
having?: Prisma.TrustNDAAgreementScalarWhereWithAggregatesInput;
|
|
180
|
+
take?: number;
|
|
181
|
+
skip?: number;
|
|
182
|
+
_count?: TrustNDAAgreementCountAggregateInputType | true;
|
|
183
|
+
_min?: TrustNDAAgreementMinAggregateInputType;
|
|
184
|
+
_max?: TrustNDAAgreementMaxAggregateInputType;
|
|
185
|
+
};
|
|
186
|
+
export type TrustNDAAgreementGroupByOutputType = {
|
|
187
|
+
id: string;
|
|
188
|
+
organizationId: string;
|
|
189
|
+
accessRequestId: string;
|
|
190
|
+
grantId: string | null;
|
|
191
|
+
signerName: string | null;
|
|
192
|
+
signerEmail: string | null;
|
|
193
|
+
status: $Enums.TrustNDAStatus;
|
|
194
|
+
signToken: string;
|
|
195
|
+
signTokenExpiresAt: Date;
|
|
196
|
+
pdfTemplateKey: string | null;
|
|
197
|
+
pdfSignedKey: string | null;
|
|
198
|
+
signedAt: Date | null;
|
|
199
|
+
ipAddress: string | null;
|
|
200
|
+
userAgent: string | null;
|
|
201
|
+
createdAt: Date;
|
|
202
|
+
updatedAt: Date;
|
|
203
|
+
_count: TrustNDAAgreementCountAggregateOutputType | null;
|
|
204
|
+
_min: TrustNDAAgreementMinAggregateOutputType | null;
|
|
205
|
+
_max: TrustNDAAgreementMaxAggregateOutputType | null;
|
|
206
|
+
};
|
|
207
|
+
export type GetTrustNDAAgreementGroupByPayload<T extends TrustNDAAgreementGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<TrustNDAAgreementGroupByOutputType, T['by']> & {
|
|
208
|
+
[P in ((keyof T) & (keyof TrustNDAAgreementGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], TrustNDAAgreementGroupByOutputType[P]> : Prisma.GetScalarType<T[P], TrustNDAAgreementGroupByOutputType[P]>;
|
|
209
|
+
}>>;
|
|
210
|
+
export type TrustNDAAgreementWhereInput = {
|
|
211
|
+
AND?: Prisma.TrustNDAAgreementWhereInput | Prisma.TrustNDAAgreementWhereInput[];
|
|
212
|
+
OR?: Prisma.TrustNDAAgreementWhereInput[];
|
|
213
|
+
NOT?: Prisma.TrustNDAAgreementWhereInput | Prisma.TrustNDAAgreementWhereInput[];
|
|
214
|
+
id?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
215
|
+
organizationId?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
216
|
+
accessRequestId?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
217
|
+
grantId?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
218
|
+
signerName?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
219
|
+
signerEmail?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
220
|
+
status?: Prisma.EnumTrustNDAStatusFilter<"TrustNDAAgreement"> | $Enums.TrustNDAStatus;
|
|
221
|
+
signToken?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
222
|
+
signTokenExpiresAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
223
|
+
pdfTemplateKey?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
224
|
+
pdfSignedKey?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
225
|
+
signedAt?: Prisma.DateTimeNullableFilter<"TrustNDAAgreement"> | Date | string | null;
|
|
226
|
+
ipAddress?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
227
|
+
userAgent?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
228
|
+
createdAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
229
|
+
updatedAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
230
|
+
organization?: Prisma.XOR<Prisma.OrganizationScalarRelationFilter, Prisma.OrganizationWhereInput>;
|
|
231
|
+
accessRequest?: Prisma.XOR<Prisma.TrustAccessRequestScalarRelationFilter, Prisma.TrustAccessRequestWhereInput>;
|
|
232
|
+
grant?: Prisma.XOR<Prisma.TrustAccessGrantNullableScalarRelationFilter, Prisma.TrustAccessGrantWhereInput> | null;
|
|
233
|
+
};
|
|
234
|
+
export type TrustNDAAgreementOrderByWithRelationInput = {
|
|
235
|
+
id?: Prisma.SortOrder;
|
|
236
|
+
organizationId?: Prisma.SortOrder;
|
|
237
|
+
accessRequestId?: Prisma.SortOrder;
|
|
238
|
+
grantId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
239
|
+
signerName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
240
|
+
signerEmail?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
241
|
+
status?: Prisma.SortOrder;
|
|
242
|
+
signToken?: Prisma.SortOrder;
|
|
243
|
+
signTokenExpiresAt?: Prisma.SortOrder;
|
|
244
|
+
pdfTemplateKey?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
245
|
+
pdfSignedKey?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
246
|
+
signedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
247
|
+
ipAddress?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
248
|
+
userAgent?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
249
|
+
createdAt?: Prisma.SortOrder;
|
|
250
|
+
updatedAt?: Prisma.SortOrder;
|
|
251
|
+
organization?: Prisma.OrganizationOrderByWithRelationInput;
|
|
252
|
+
accessRequest?: Prisma.TrustAccessRequestOrderByWithRelationInput;
|
|
253
|
+
grant?: Prisma.TrustAccessGrantOrderByWithRelationInput;
|
|
254
|
+
};
|
|
255
|
+
export type TrustNDAAgreementWhereUniqueInput = Prisma.AtLeast<{
|
|
256
|
+
id?: string;
|
|
257
|
+
grantId?: string;
|
|
258
|
+
signToken?: string;
|
|
259
|
+
AND?: Prisma.TrustNDAAgreementWhereInput | Prisma.TrustNDAAgreementWhereInput[];
|
|
260
|
+
OR?: Prisma.TrustNDAAgreementWhereInput[];
|
|
261
|
+
NOT?: Prisma.TrustNDAAgreementWhereInput | Prisma.TrustNDAAgreementWhereInput[];
|
|
262
|
+
organizationId?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
263
|
+
accessRequestId?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
264
|
+
signerName?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
265
|
+
signerEmail?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
266
|
+
status?: Prisma.EnumTrustNDAStatusFilter<"TrustNDAAgreement"> | $Enums.TrustNDAStatus;
|
|
267
|
+
signTokenExpiresAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
268
|
+
pdfTemplateKey?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
269
|
+
pdfSignedKey?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
270
|
+
signedAt?: Prisma.DateTimeNullableFilter<"TrustNDAAgreement"> | Date | string | null;
|
|
271
|
+
ipAddress?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
272
|
+
userAgent?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
273
|
+
createdAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
274
|
+
updatedAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
275
|
+
organization?: Prisma.XOR<Prisma.OrganizationScalarRelationFilter, Prisma.OrganizationWhereInput>;
|
|
276
|
+
accessRequest?: Prisma.XOR<Prisma.TrustAccessRequestScalarRelationFilter, Prisma.TrustAccessRequestWhereInput>;
|
|
277
|
+
grant?: Prisma.XOR<Prisma.TrustAccessGrantNullableScalarRelationFilter, Prisma.TrustAccessGrantWhereInput> | null;
|
|
278
|
+
}, "id" | "grantId" | "signToken">;
|
|
279
|
+
export type TrustNDAAgreementOrderByWithAggregationInput = {
|
|
280
|
+
id?: Prisma.SortOrder;
|
|
281
|
+
organizationId?: Prisma.SortOrder;
|
|
282
|
+
accessRequestId?: Prisma.SortOrder;
|
|
283
|
+
grantId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
284
|
+
signerName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
285
|
+
signerEmail?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
286
|
+
status?: Prisma.SortOrder;
|
|
287
|
+
signToken?: Prisma.SortOrder;
|
|
288
|
+
signTokenExpiresAt?: Prisma.SortOrder;
|
|
289
|
+
pdfTemplateKey?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
290
|
+
pdfSignedKey?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
291
|
+
signedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
292
|
+
ipAddress?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
293
|
+
userAgent?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
294
|
+
createdAt?: Prisma.SortOrder;
|
|
295
|
+
updatedAt?: Prisma.SortOrder;
|
|
296
|
+
_count?: Prisma.TrustNDAAgreementCountOrderByAggregateInput;
|
|
297
|
+
_max?: Prisma.TrustNDAAgreementMaxOrderByAggregateInput;
|
|
298
|
+
_min?: Prisma.TrustNDAAgreementMinOrderByAggregateInput;
|
|
299
|
+
};
|
|
300
|
+
export type TrustNDAAgreementScalarWhereWithAggregatesInput = {
|
|
301
|
+
AND?: Prisma.TrustNDAAgreementScalarWhereWithAggregatesInput | Prisma.TrustNDAAgreementScalarWhereWithAggregatesInput[];
|
|
302
|
+
OR?: Prisma.TrustNDAAgreementScalarWhereWithAggregatesInput[];
|
|
303
|
+
NOT?: Prisma.TrustNDAAgreementScalarWhereWithAggregatesInput | Prisma.TrustNDAAgreementScalarWhereWithAggregatesInput[];
|
|
304
|
+
id?: Prisma.StringWithAggregatesFilter<"TrustNDAAgreement"> | string;
|
|
305
|
+
organizationId?: Prisma.StringWithAggregatesFilter<"TrustNDAAgreement"> | string;
|
|
306
|
+
accessRequestId?: Prisma.StringWithAggregatesFilter<"TrustNDAAgreement"> | string;
|
|
307
|
+
grantId?: Prisma.StringNullableWithAggregatesFilter<"TrustNDAAgreement"> | string | null;
|
|
308
|
+
signerName?: Prisma.StringNullableWithAggregatesFilter<"TrustNDAAgreement"> | string | null;
|
|
309
|
+
signerEmail?: Prisma.StringNullableWithAggregatesFilter<"TrustNDAAgreement"> | string | null;
|
|
310
|
+
status?: Prisma.EnumTrustNDAStatusWithAggregatesFilter<"TrustNDAAgreement"> | $Enums.TrustNDAStatus;
|
|
311
|
+
signToken?: Prisma.StringWithAggregatesFilter<"TrustNDAAgreement"> | string;
|
|
312
|
+
signTokenExpiresAt?: Prisma.DateTimeWithAggregatesFilter<"TrustNDAAgreement"> | Date | string;
|
|
313
|
+
pdfTemplateKey?: Prisma.StringNullableWithAggregatesFilter<"TrustNDAAgreement"> | string | null;
|
|
314
|
+
pdfSignedKey?: Prisma.StringNullableWithAggregatesFilter<"TrustNDAAgreement"> | string | null;
|
|
315
|
+
signedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"TrustNDAAgreement"> | Date | string | null;
|
|
316
|
+
ipAddress?: Prisma.StringNullableWithAggregatesFilter<"TrustNDAAgreement"> | string | null;
|
|
317
|
+
userAgent?: Prisma.StringNullableWithAggregatesFilter<"TrustNDAAgreement"> | string | null;
|
|
318
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"TrustNDAAgreement"> | Date | string;
|
|
319
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"TrustNDAAgreement"> | Date | string;
|
|
320
|
+
};
|
|
321
|
+
export type TrustNDAAgreementCreateInput = {
|
|
322
|
+
id?: string;
|
|
323
|
+
signerName?: string | null;
|
|
324
|
+
signerEmail?: string | null;
|
|
325
|
+
status?: $Enums.TrustNDAStatus;
|
|
326
|
+
signToken: string;
|
|
327
|
+
signTokenExpiresAt: Date | string;
|
|
328
|
+
pdfTemplateKey?: string | null;
|
|
329
|
+
pdfSignedKey?: string | null;
|
|
330
|
+
signedAt?: Date | string | null;
|
|
331
|
+
ipAddress?: string | null;
|
|
332
|
+
userAgent?: string | null;
|
|
333
|
+
createdAt?: Date | string;
|
|
334
|
+
updatedAt?: Date | string;
|
|
335
|
+
organization: Prisma.OrganizationCreateNestedOneWithoutTrustNdaAgreementsInput;
|
|
336
|
+
accessRequest: Prisma.TrustAccessRequestCreateNestedOneWithoutNdaAgreementsInput;
|
|
337
|
+
grant?: Prisma.TrustAccessGrantCreateNestedOneWithoutNdaAgreementInput;
|
|
338
|
+
};
|
|
339
|
+
export type TrustNDAAgreementUncheckedCreateInput = {
|
|
340
|
+
id?: string;
|
|
341
|
+
organizationId: string;
|
|
342
|
+
accessRequestId: string;
|
|
343
|
+
grantId?: string | null;
|
|
344
|
+
signerName?: string | null;
|
|
345
|
+
signerEmail?: string | null;
|
|
346
|
+
status?: $Enums.TrustNDAStatus;
|
|
347
|
+
signToken: string;
|
|
348
|
+
signTokenExpiresAt: Date | string;
|
|
349
|
+
pdfTemplateKey?: string | null;
|
|
350
|
+
pdfSignedKey?: string | null;
|
|
351
|
+
signedAt?: Date | string | null;
|
|
352
|
+
ipAddress?: string | null;
|
|
353
|
+
userAgent?: string | null;
|
|
354
|
+
createdAt?: Date | string;
|
|
355
|
+
updatedAt?: Date | string;
|
|
356
|
+
};
|
|
357
|
+
export type TrustNDAAgreementUpdateInput = {
|
|
358
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
359
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
360
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
361
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
362
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
363
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
364
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
365
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
366
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
367
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
368
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
369
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
370
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
371
|
+
organization?: Prisma.OrganizationUpdateOneRequiredWithoutTrustNdaAgreementsNestedInput;
|
|
372
|
+
accessRequest?: Prisma.TrustAccessRequestUpdateOneRequiredWithoutNdaAgreementsNestedInput;
|
|
373
|
+
grant?: Prisma.TrustAccessGrantUpdateOneWithoutNdaAgreementNestedInput;
|
|
374
|
+
};
|
|
375
|
+
export type TrustNDAAgreementUncheckedUpdateInput = {
|
|
376
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
377
|
+
organizationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
378
|
+
accessRequestId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
379
|
+
grantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
380
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
381
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
382
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
383
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
384
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
385
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
386
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
387
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
388
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
389
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
390
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
391
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
392
|
+
};
|
|
393
|
+
export type TrustNDAAgreementCreateManyInput = {
|
|
394
|
+
id?: string;
|
|
395
|
+
organizationId: string;
|
|
396
|
+
accessRequestId: string;
|
|
397
|
+
grantId?: string | null;
|
|
398
|
+
signerName?: string | null;
|
|
399
|
+
signerEmail?: string | null;
|
|
400
|
+
status?: $Enums.TrustNDAStatus;
|
|
401
|
+
signToken: string;
|
|
402
|
+
signTokenExpiresAt: Date | string;
|
|
403
|
+
pdfTemplateKey?: string | null;
|
|
404
|
+
pdfSignedKey?: string | null;
|
|
405
|
+
signedAt?: Date | string | null;
|
|
406
|
+
ipAddress?: string | null;
|
|
407
|
+
userAgent?: string | null;
|
|
408
|
+
createdAt?: Date | string;
|
|
409
|
+
updatedAt?: Date | string;
|
|
410
|
+
};
|
|
411
|
+
export type TrustNDAAgreementUpdateManyMutationInput = {
|
|
412
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
413
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
414
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
415
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
416
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
417
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
418
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
419
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
420
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
421
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
422
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
423
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
424
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
425
|
+
};
|
|
426
|
+
export type TrustNDAAgreementUncheckedUpdateManyInput = {
|
|
427
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
428
|
+
organizationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
429
|
+
accessRequestId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
430
|
+
grantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
431
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
432
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
433
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
434
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
435
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
436
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
437
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
438
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
439
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
440
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
441
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
442
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
443
|
+
};
|
|
444
|
+
export type TrustNDAAgreementListRelationFilter = {
|
|
445
|
+
every?: Prisma.TrustNDAAgreementWhereInput;
|
|
446
|
+
some?: Prisma.TrustNDAAgreementWhereInput;
|
|
447
|
+
none?: Prisma.TrustNDAAgreementWhereInput;
|
|
448
|
+
};
|
|
449
|
+
export type TrustNDAAgreementOrderByRelationAggregateInput = {
|
|
450
|
+
_count?: Prisma.SortOrder;
|
|
451
|
+
};
|
|
452
|
+
export type TrustNDAAgreementNullableScalarRelationFilter = {
|
|
453
|
+
is?: Prisma.TrustNDAAgreementWhereInput | null;
|
|
454
|
+
isNot?: Prisma.TrustNDAAgreementWhereInput | null;
|
|
455
|
+
};
|
|
456
|
+
export type TrustNDAAgreementCountOrderByAggregateInput = {
|
|
457
|
+
id?: Prisma.SortOrder;
|
|
458
|
+
organizationId?: Prisma.SortOrder;
|
|
459
|
+
accessRequestId?: Prisma.SortOrder;
|
|
460
|
+
grantId?: Prisma.SortOrder;
|
|
461
|
+
signerName?: Prisma.SortOrder;
|
|
462
|
+
signerEmail?: Prisma.SortOrder;
|
|
463
|
+
status?: Prisma.SortOrder;
|
|
464
|
+
signToken?: Prisma.SortOrder;
|
|
465
|
+
signTokenExpiresAt?: Prisma.SortOrder;
|
|
466
|
+
pdfTemplateKey?: Prisma.SortOrder;
|
|
467
|
+
pdfSignedKey?: Prisma.SortOrder;
|
|
468
|
+
signedAt?: Prisma.SortOrder;
|
|
469
|
+
ipAddress?: Prisma.SortOrder;
|
|
470
|
+
userAgent?: Prisma.SortOrder;
|
|
471
|
+
createdAt?: Prisma.SortOrder;
|
|
472
|
+
updatedAt?: Prisma.SortOrder;
|
|
473
|
+
};
|
|
474
|
+
export type TrustNDAAgreementMaxOrderByAggregateInput = {
|
|
475
|
+
id?: Prisma.SortOrder;
|
|
476
|
+
organizationId?: Prisma.SortOrder;
|
|
477
|
+
accessRequestId?: Prisma.SortOrder;
|
|
478
|
+
grantId?: Prisma.SortOrder;
|
|
479
|
+
signerName?: Prisma.SortOrder;
|
|
480
|
+
signerEmail?: Prisma.SortOrder;
|
|
481
|
+
status?: Prisma.SortOrder;
|
|
482
|
+
signToken?: Prisma.SortOrder;
|
|
483
|
+
signTokenExpiresAt?: Prisma.SortOrder;
|
|
484
|
+
pdfTemplateKey?: Prisma.SortOrder;
|
|
485
|
+
pdfSignedKey?: Prisma.SortOrder;
|
|
486
|
+
signedAt?: Prisma.SortOrder;
|
|
487
|
+
ipAddress?: Prisma.SortOrder;
|
|
488
|
+
userAgent?: Prisma.SortOrder;
|
|
489
|
+
createdAt?: Prisma.SortOrder;
|
|
490
|
+
updatedAt?: Prisma.SortOrder;
|
|
491
|
+
};
|
|
492
|
+
export type TrustNDAAgreementMinOrderByAggregateInput = {
|
|
493
|
+
id?: Prisma.SortOrder;
|
|
494
|
+
organizationId?: Prisma.SortOrder;
|
|
495
|
+
accessRequestId?: Prisma.SortOrder;
|
|
496
|
+
grantId?: Prisma.SortOrder;
|
|
497
|
+
signerName?: Prisma.SortOrder;
|
|
498
|
+
signerEmail?: Prisma.SortOrder;
|
|
499
|
+
status?: Prisma.SortOrder;
|
|
500
|
+
signToken?: Prisma.SortOrder;
|
|
501
|
+
signTokenExpiresAt?: Prisma.SortOrder;
|
|
502
|
+
pdfTemplateKey?: Prisma.SortOrder;
|
|
503
|
+
pdfSignedKey?: Prisma.SortOrder;
|
|
504
|
+
signedAt?: Prisma.SortOrder;
|
|
505
|
+
ipAddress?: Prisma.SortOrder;
|
|
506
|
+
userAgent?: Prisma.SortOrder;
|
|
507
|
+
createdAt?: Prisma.SortOrder;
|
|
508
|
+
updatedAt?: Prisma.SortOrder;
|
|
509
|
+
};
|
|
510
|
+
export type TrustNDAAgreementCreateNestedManyWithoutOrganizationInput = {
|
|
511
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutOrganizationInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput> | Prisma.TrustNDAAgreementCreateWithoutOrganizationInput[] | Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput[];
|
|
512
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutOrganizationInput | Prisma.TrustNDAAgreementCreateOrConnectWithoutOrganizationInput[];
|
|
513
|
+
createMany?: Prisma.TrustNDAAgreementCreateManyOrganizationInputEnvelope;
|
|
514
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
515
|
+
};
|
|
516
|
+
export type TrustNDAAgreementUncheckedCreateNestedManyWithoutOrganizationInput = {
|
|
517
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutOrganizationInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput> | Prisma.TrustNDAAgreementCreateWithoutOrganizationInput[] | Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput[];
|
|
518
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutOrganizationInput | Prisma.TrustNDAAgreementCreateOrConnectWithoutOrganizationInput[];
|
|
519
|
+
createMany?: Prisma.TrustNDAAgreementCreateManyOrganizationInputEnvelope;
|
|
520
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
521
|
+
};
|
|
522
|
+
export type TrustNDAAgreementUpdateManyWithoutOrganizationNestedInput = {
|
|
523
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutOrganizationInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput> | Prisma.TrustNDAAgreementCreateWithoutOrganizationInput[] | Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput[];
|
|
524
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutOrganizationInput | Prisma.TrustNDAAgreementCreateOrConnectWithoutOrganizationInput[];
|
|
525
|
+
upsert?: Prisma.TrustNDAAgreementUpsertWithWhereUniqueWithoutOrganizationInput | Prisma.TrustNDAAgreementUpsertWithWhereUniqueWithoutOrganizationInput[];
|
|
526
|
+
createMany?: Prisma.TrustNDAAgreementCreateManyOrganizationInputEnvelope;
|
|
527
|
+
set?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
528
|
+
disconnect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
529
|
+
delete?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
530
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
531
|
+
update?: Prisma.TrustNDAAgreementUpdateWithWhereUniqueWithoutOrganizationInput | Prisma.TrustNDAAgreementUpdateWithWhereUniqueWithoutOrganizationInput[];
|
|
532
|
+
updateMany?: Prisma.TrustNDAAgreementUpdateManyWithWhereWithoutOrganizationInput | Prisma.TrustNDAAgreementUpdateManyWithWhereWithoutOrganizationInput[];
|
|
533
|
+
deleteMany?: Prisma.TrustNDAAgreementScalarWhereInput | Prisma.TrustNDAAgreementScalarWhereInput[];
|
|
534
|
+
};
|
|
535
|
+
export type TrustNDAAgreementUncheckedUpdateManyWithoutOrganizationNestedInput = {
|
|
536
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutOrganizationInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput> | Prisma.TrustNDAAgreementCreateWithoutOrganizationInput[] | Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput[];
|
|
537
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutOrganizationInput | Prisma.TrustNDAAgreementCreateOrConnectWithoutOrganizationInput[];
|
|
538
|
+
upsert?: Prisma.TrustNDAAgreementUpsertWithWhereUniqueWithoutOrganizationInput | Prisma.TrustNDAAgreementUpsertWithWhereUniqueWithoutOrganizationInput[];
|
|
539
|
+
createMany?: Prisma.TrustNDAAgreementCreateManyOrganizationInputEnvelope;
|
|
540
|
+
set?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
541
|
+
disconnect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
542
|
+
delete?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
543
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
544
|
+
update?: Prisma.TrustNDAAgreementUpdateWithWhereUniqueWithoutOrganizationInput | Prisma.TrustNDAAgreementUpdateWithWhereUniqueWithoutOrganizationInput[];
|
|
545
|
+
updateMany?: Prisma.TrustNDAAgreementUpdateManyWithWhereWithoutOrganizationInput | Prisma.TrustNDAAgreementUpdateManyWithWhereWithoutOrganizationInput[];
|
|
546
|
+
deleteMany?: Prisma.TrustNDAAgreementScalarWhereInput | Prisma.TrustNDAAgreementScalarWhereInput[];
|
|
547
|
+
};
|
|
548
|
+
export type TrustNDAAgreementCreateNestedManyWithoutAccessRequestInput = {
|
|
549
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput> | Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput[] | Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput[];
|
|
550
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput | Prisma.TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput[];
|
|
551
|
+
createMany?: Prisma.TrustNDAAgreementCreateManyAccessRequestInputEnvelope;
|
|
552
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
553
|
+
};
|
|
554
|
+
export type TrustNDAAgreementUncheckedCreateNestedManyWithoutAccessRequestInput = {
|
|
555
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput> | Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput[] | Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput[];
|
|
556
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput | Prisma.TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput[];
|
|
557
|
+
createMany?: Prisma.TrustNDAAgreementCreateManyAccessRequestInputEnvelope;
|
|
558
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
559
|
+
};
|
|
560
|
+
export type TrustNDAAgreementUpdateManyWithoutAccessRequestNestedInput = {
|
|
561
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput> | Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput[] | Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput[];
|
|
562
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput | Prisma.TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput[];
|
|
563
|
+
upsert?: Prisma.TrustNDAAgreementUpsertWithWhereUniqueWithoutAccessRequestInput | Prisma.TrustNDAAgreementUpsertWithWhereUniqueWithoutAccessRequestInput[];
|
|
564
|
+
createMany?: Prisma.TrustNDAAgreementCreateManyAccessRequestInputEnvelope;
|
|
565
|
+
set?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
566
|
+
disconnect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
567
|
+
delete?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
568
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
569
|
+
update?: Prisma.TrustNDAAgreementUpdateWithWhereUniqueWithoutAccessRequestInput | Prisma.TrustNDAAgreementUpdateWithWhereUniqueWithoutAccessRequestInput[];
|
|
570
|
+
updateMany?: Prisma.TrustNDAAgreementUpdateManyWithWhereWithoutAccessRequestInput | Prisma.TrustNDAAgreementUpdateManyWithWhereWithoutAccessRequestInput[];
|
|
571
|
+
deleteMany?: Prisma.TrustNDAAgreementScalarWhereInput | Prisma.TrustNDAAgreementScalarWhereInput[];
|
|
572
|
+
};
|
|
573
|
+
export type TrustNDAAgreementUncheckedUpdateManyWithoutAccessRequestNestedInput = {
|
|
574
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput> | Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput[] | Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput[];
|
|
575
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput | Prisma.TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput[];
|
|
576
|
+
upsert?: Prisma.TrustNDAAgreementUpsertWithWhereUniqueWithoutAccessRequestInput | Prisma.TrustNDAAgreementUpsertWithWhereUniqueWithoutAccessRequestInput[];
|
|
577
|
+
createMany?: Prisma.TrustNDAAgreementCreateManyAccessRequestInputEnvelope;
|
|
578
|
+
set?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
579
|
+
disconnect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
580
|
+
delete?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
581
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput | Prisma.TrustNDAAgreementWhereUniqueInput[];
|
|
582
|
+
update?: Prisma.TrustNDAAgreementUpdateWithWhereUniqueWithoutAccessRequestInput | Prisma.TrustNDAAgreementUpdateWithWhereUniqueWithoutAccessRequestInput[];
|
|
583
|
+
updateMany?: Prisma.TrustNDAAgreementUpdateManyWithWhereWithoutAccessRequestInput | Prisma.TrustNDAAgreementUpdateManyWithWhereWithoutAccessRequestInput[];
|
|
584
|
+
deleteMany?: Prisma.TrustNDAAgreementScalarWhereInput | Prisma.TrustNDAAgreementScalarWhereInput[];
|
|
585
|
+
};
|
|
586
|
+
export type TrustNDAAgreementCreateNestedOneWithoutGrantInput = {
|
|
587
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutGrantInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutGrantInput>;
|
|
588
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutGrantInput;
|
|
589
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
590
|
+
};
|
|
591
|
+
export type TrustNDAAgreementUncheckedCreateNestedOneWithoutGrantInput = {
|
|
592
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutGrantInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutGrantInput>;
|
|
593
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutGrantInput;
|
|
594
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
595
|
+
};
|
|
596
|
+
export type TrustNDAAgreementUpdateOneWithoutGrantNestedInput = {
|
|
597
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutGrantInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutGrantInput>;
|
|
598
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutGrantInput;
|
|
599
|
+
upsert?: Prisma.TrustNDAAgreementUpsertWithoutGrantInput;
|
|
600
|
+
disconnect?: Prisma.TrustNDAAgreementWhereInput | boolean;
|
|
601
|
+
delete?: Prisma.TrustNDAAgreementWhereInput | boolean;
|
|
602
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
603
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TrustNDAAgreementUpdateToOneWithWhereWithoutGrantInput, Prisma.TrustNDAAgreementUpdateWithoutGrantInput>, Prisma.TrustNDAAgreementUncheckedUpdateWithoutGrantInput>;
|
|
604
|
+
};
|
|
605
|
+
export type TrustNDAAgreementUncheckedUpdateOneWithoutGrantNestedInput = {
|
|
606
|
+
create?: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutGrantInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutGrantInput>;
|
|
607
|
+
connectOrCreate?: Prisma.TrustNDAAgreementCreateOrConnectWithoutGrantInput;
|
|
608
|
+
upsert?: Prisma.TrustNDAAgreementUpsertWithoutGrantInput;
|
|
609
|
+
disconnect?: Prisma.TrustNDAAgreementWhereInput | boolean;
|
|
610
|
+
delete?: Prisma.TrustNDAAgreementWhereInput | boolean;
|
|
611
|
+
connect?: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
612
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TrustNDAAgreementUpdateToOneWithWhereWithoutGrantInput, Prisma.TrustNDAAgreementUpdateWithoutGrantInput>, Prisma.TrustNDAAgreementUncheckedUpdateWithoutGrantInput>;
|
|
613
|
+
};
|
|
614
|
+
export type EnumTrustNDAStatusFieldUpdateOperationsInput = {
|
|
615
|
+
set?: $Enums.TrustNDAStatus;
|
|
616
|
+
};
|
|
617
|
+
export type TrustNDAAgreementCreateWithoutOrganizationInput = {
|
|
618
|
+
id?: string;
|
|
619
|
+
signerName?: string | null;
|
|
620
|
+
signerEmail?: string | null;
|
|
621
|
+
status?: $Enums.TrustNDAStatus;
|
|
622
|
+
signToken: string;
|
|
623
|
+
signTokenExpiresAt: Date | string;
|
|
624
|
+
pdfTemplateKey?: string | null;
|
|
625
|
+
pdfSignedKey?: string | null;
|
|
626
|
+
signedAt?: Date | string | null;
|
|
627
|
+
ipAddress?: string | null;
|
|
628
|
+
userAgent?: string | null;
|
|
629
|
+
createdAt?: Date | string;
|
|
630
|
+
updatedAt?: Date | string;
|
|
631
|
+
accessRequest: Prisma.TrustAccessRequestCreateNestedOneWithoutNdaAgreementsInput;
|
|
632
|
+
grant?: Prisma.TrustAccessGrantCreateNestedOneWithoutNdaAgreementInput;
|
|
633
|
+
};
|
|
634
|
+
export type TrustNDAAgreementUncheckedCreateWithoutOrganizationInput = {
|
|
635
|
+
id?: string;
|
|
636
|
+
accessRequestId: string;
|
|
637
|
+
grantId?: string | null;
|
|
638
|
+
signerName?: string | null;
|
|
639
|
+
signerEmail?: string | null;
|
|
640
|
+
status?: $Enums.TrustNDAStatus;
|
|
641
|
+
signToken: string;
|
|
642
|
+
signTokenExpiresAt: Date | string;
|
|
643
|
+
pdfTemplateKey?: string | null;
|
|
644
|
+
pdfSignedKey?: string | null;
|
|
645
|
+
signedAt?: Date | string | null;
|
|
646
|
+
ipAddress?: string | null;
|
|
647
|
+
userAgent?: string | null;
|
|
648
|
+
createdAt?: Date | string;
|
|
649
|
+
updatedAt?: Date | string;
|
|
650
|
+
};
|
|
651
|
+
export type TrustNDAAgreementCreateOrConnectWithoutOrganizationInput = {
|
|
652
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
653
|
+
create: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutOrganizationInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput>;
|
|
654
|
+
};
|
|
655
|
+
export type TrustNDAAgreementCreateManyOrganizationInputEnvelope = {
|
|
656
|
+
data: Prisma.TrustNDAAgreementCreateManyOrganizationInput | Prisma.TrustNDAAgreementCreateManyOrganizationInput[];
|
|
657
|
+
skipDuplicates?: boolean;
|
|
658
|
+
};
|
|
659
|
+
export type TrustNDAAgreementUpsertWithWhereUniqueWithoutOrganizationInput = {
|
|
660
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
661
|
+
update: Prisma.XOR<Prisma.TrustNDAAgreementUpdateWithoutOrganizationInput, Prisma.TrustNDAAgreementUncheckedUpdateWithoutOrganizationInput>;
|
|
662
|
+
create: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutOrganizationInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutOrganizationInput>;
|
|
663
|
+
};
|
|
664
|
+
export type TrustNDAAgreementUpdateWithWhereUniqueWithoutOrganizationInput = {
|
|
665
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
666
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementUpdateWithoutOrganizationInput, Prisma.TrustNDAAgreementUncheckedUpdateWithoutOrganizationInput>;
|
|
667
|
+
};
|
|
668
|
+
export type TrustNDAAgreementUpdateManyWithWhereWithoutOrganizationInput = {
|
|
669
|
+
where: Prisma.TrustNDAAgreementScalarWhereInput;
|
|
670
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementUpdateManyMutationInput, Prisma.TrustNDAAgreementUncheckedUpdateManyWithoutOrganizationInput>;
|
|
671
|
+
};
|
|
672
|
+
export type TrustNDAAgreementScalarWhereInput = {
|
|
673
|
+
AND?: Prisma.TrustNDAAgreementScalarWhereInput | Prisma.TrustNDAAgreementScalarWhereInput[];
|
|
674
|
+
OR?: Prisma.TrustNDAAgreementScalarWhereInput[];
|
|
675
|
+
NOT?: Prisma.TrustNDAAgreementScalarWhereInput | Prisma.TrustNDAAgreementScalarWhereInput[];
|
|
676
|
+
id?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
677
|
+
organizationId?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
678
|
+
accessRequestId?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
679
|
+
grantId?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
680
|
+
signerName?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
681
|
+
signerEmail?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
682
|
+
status?: Prisma.EnumTrustNDAStatusFilter<"TrustNDAAgreement"> | $Enums.TrustNDAStatus;
|
|
683
|
+
signToken?: Prisma.StringFilter<"TrustNDAAgreement"> | string;
|
|
684
|
+
signTokenExpiresAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
685
|
+
pdfTemplateKey?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
686
|
+
pdfSignedKey?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
687
|
+
signedAt?: Prisma.DateTimeNullableFilter<"TrustNDAAgreement"> | Date | string | null;
|
|
688
|
+
ipAddress?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
689
|
+
userAgent?: Prisma.StringNullableFilter<"TrustNDAAgreement"> | string | null;
|
|
690
|
+
createdAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
691
|
+
updatedAt?: Prisma.DateTimeFilter<"TrustNDAAgreement"> | Date | string;
|
|
692
|
+
};
|
|
693
|
+
export type TrustNDAAgreementCreateWithoutAccessRequestInput = {
|
|
694
|
+
id?: string;
|
|
695
|
+
signerName?: string | null;
|
|
696
|
+
signerEmail?: string | null;
|
|
697
|
+
status?: $Enums.TrustNDAStatus;
|
|
698
|
+
signToken: string;
|
|
699
|
+
signTokenExpiresAt: Date | string;
|
|
700
|
+
pdfTemplateKey?: string | null;
|
|
701
|
+
pdfSignedKey?: string | null;
|
|
702
|
+
signedAt?: Date | string | null;
|
|
703
|
+
ipAddress?: string | null;
|
|
704
|
+
userAgent?: string | null;
|
|
705
|
+
createdAt?: Date | string;
|
|
706
|
+
updatedAt?: Date | string;
|
|
707
|
+
organization: Prisma.OrganizationCreateNestedOneWithoutTrustNdaAgreementsInput;
|
|
708
|
+
grant?: Prisma.TrustAccessGrantCreateNestedOneWithoutNdaAgreementInput;
|
|
709
|
+
};
|
|
710
|
+
export type TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput = {
|
|
711
|
+
id?: string;
|
|
712
|
+
organizationId: string;
|
|
713
|
+
grantId?: string | null;
|
|
714
|
+
signerName?: string | null;
|
|
715
|
+
signerEmail?: string | null;
|
|
716
|
+
status?: $Enums.TrustNDAStatus;
|
|
717
|
+
signToken: string;
|
|
718
|
+
signTokenExpiresAt: Date | string;
|
|
719
|
+
pdfTemplateKey?: string | null;
|
|
720
|
+
pdfSignedKey?: string | null;
|
|
721
|
+
signedAt?: Date | string | null;
|
|
722
|
+
ipAddress?: string | null;
|
|
723
|
+
userAgent?: string | null;
|
|
724
|
+
createdAt?: Date | string;
|
|
725
|
+
updatedAt?: Date | string;
|
|
726
|
+
};
|
|
727
|
+
export type TrustNDAAgreementCreateOrConnectWithoutAccessRequestInput = {
|
|
728
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
729
|
+
create: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput>;
|
|
730
|
+
};
|
|
731
|
+
export type TrustNDAAgreementCreateManyAccessRequestInputEnvelope = {
|
|
732
|
+
data: Prisma.TrustNDAAgreementCreateManyAccessRequestInput | Prisma.TrustNDAAgreementCreateManyAccessRequestInput[];
|
|
733
|
+
skipDuplicates?: boolean;
|
|
734
|
+
};
|
|
735
|
+
export type TrustNDAAgreementUpsertWithWhereUniqueWithoutAccessRequestInput = {
|
|
736
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
737
|
+
update: Prisma.XOR<Prisma.TrustNDAAgreementUpdateWithoutAccessRequestInput, Prisma.TrustNDAAgreementUncheckedUpdateWithoutAccessRequestInput>;
|
|
738
|
+
create: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutAccessRequestInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutAccessRequestInput>;
|
|
739
|
+
};
|
|
740
|
+
export type TrustNDAAgreementUpdateWithWhereUniqueWithoutAccessRequestInput = {
|
|
741
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
742
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementUpdateWithoutAccessRequestInput, Prisma.TrustNDAAgreementUncheckedUpdateWithoutAccessRequestInput>;
|
|
743
|
+
};
|
|
744
|
+
export type TrustNDAAgreementUpdateManyWithWhereWithoutAccessRequestInput = {
|
|
745
|
+
where: Prisma.TrustNDAAgreementScalarWhereInput;
|
|
746
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementUpdateManyMutationInput, Prisma.TrustNDAAgreementUncheckedUpdateManyWithoutAccessRequestInput>;
|
|
747
|
+
};
|
|
748
|
+
export type TrustNDAAgreementCreateWithoutGrantInput = {
|
|
749
|
+
id?: string;
|
|
750
|
+
signerName?: string | null;
|
|
751
|
+
signerEmail?: string | null;
|
|
752
|
+
status?: $Enums.TrustNDAStatus;
|
|
753
|
+
signToken: string;
|
|
754
|
+
signTokenExpiresAt: Date | string;
|
|
755
|
+
pdfTemplateKey?: string | null;
|
|
756
|
+
pdfSignedKey?: string | null;
|
|
757
|
+
signedAt?: Date | string | null;
|
|
758
|
+
ipAddress?: string | null;
|
|
759
|
+
userAgent?: string | null;
|
|
760
|
+
createdAt?: Date | string;
|
|
761
|
+
updatedAt?: Date | string;
|
|
762
|
+
organization: Prisma.OrganizationCreateNestedOneWithoutTrustNdaAgreementsInput;
|
|
763
|
+
accessRequest: Prisma.TrustAccessRequestCreateNestedOneWithoutNdaAgreementsInput;
|
|
764
|
+
};
|
|
765
|
+
export type TrustNDAAgreementUncheckedCreateWithoutGrantInput = {
|
|
766
|
+
id?: string;
|
|
767
|
+
organizationId: string;
|
|
768
|
+
accessRequestId: string;
|
|
769
|
+
signerName?: string | null;
|
|
770
|
+
signerEmail?: string | null;
|
|
771
|
+
status?: $Enums.TrustNDAStatus;
|
|
772
|
+
signToken: string;
|
|
773
|
+
signTokenExpiresAt: Date | string;
|
|
774
|
+
pdfTemplateKey?: string | null;
|
|
775
|
+
pdfSignedKey?: string | null;
|
|
776
|
+
signedAt?: Date | string | null;
|
|
777
|
+
ipAddress?: string | null;
|
|
778
|
+
userAgent?: string | null;
|
|
779
|
+
createdAt?: Date | string;
|
|
780
|
+
updatedAt?: Date | string;
|
|
781
|
+
};
|
|
782
|
+
export type TrustNDAAgreementCreateOrConnectWithoutGrantInput = {
|
|
783
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
784
|
+
create: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutGrantInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutGrantInput>;
|
|
785
|
+
};
|
|
786
|
+
export type TrustNDAAgreementUpsertWithoutGrantInput = {
|
|
787
|
+
update: Prisma.XOR<Prisma.TrustNDAAgreementUpdateWithoutGrantInput, Prisma.TrustNDAAgreementUncheckedUpdateWithoutGrantInput>;
|
|
788
|
+
create: Prisma.XOR<Prisma.TrustNDAAgreementCreateWithoutGrantInput, Prisma.TrustNDAAgreementUncheckedCreateWithoutGrantInput>;
|
|
789
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
790
|
+
};
|
|
791
|
+
export type TrustNDAAgreementUpdateToOneWithWhereWithoutGrantInput = {
|
|
792
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
793
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementUpdateWithoutGrantInput, Prisma.TrustNDAAgreementUncheckedUpdateWithoutGrantInput>;
|
|
794
|
+
};
|
|
795
|
+
export type TrustNDAAgreementUpdateWithoutGrantInput = {
|
|
796
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
797
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
798
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
799
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
800
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
801
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
802
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
803
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
804
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
805
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
806
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
807
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
808
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
809
|
+
organization?: Prisma.OrganizationUpdateOneRequiredWithoutTrustNdaAgreementsNestedInput;
|
|
810
|
+
accessRequest?: Prisma.TrustAccessRequestUpdateOneRequiredWithoutNdaAgreementsNestedInput;
|
|
811
|
+
};
|
|
812
|
+
export type TrustNDAAgreementUncheckedUpdateWithoutGrantInput = {
|
|
813
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
814
|
+
organizationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
815
|
+
accessRequestId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
816
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
817
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
818
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
819
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
820
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
821
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
822
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
823
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
824
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
825
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
826
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
827
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
828
|
+
};
|
|
829
|
+
export type TrustNDAAgreementCreateManyOrganizationInput = {
|
|
830
|
+
id?: string;
|
|
831
|
+
accessRequestId: string;
|
|
832
|
+
grantId?: string | null;
|
|
833
|
+
signerName?: string | null;
|
|
834
|
+
signerEmail?: string | null;
|
|
835
|
+
status?: $Enums.TrustNDAStatus;
|
|
836
|
+
signToken: string;
|
|
837
|
+
signTokenExpiresAt: Date | string;
|
|
838
|
+
pdfTemplateKey?: string | null;
|
|
839
|
+
pdfSignedKey?: string | null;
|
|
840
|
+
signedAt?: Date | string | null;
|
|
841
|
+
ipAddress?: string | null;
|
|
842
|
+
userAgent?: string | null;
|
|
843
|
+
createdAt?: Date | string;
|
|
844
|
+
updatedAt?: Date | string;
|
|
845
|
+
};
|
|
846
|
+
export type TrustNDAAgreementUpdateWithoutOrganizationInput = {
|
|
847
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
848
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
849
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
850
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
851
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
852
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
853
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
854
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
855
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
856
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
857
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
858
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
859
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
860
|
+
accessRequest?: Prisma.TrustAccessRequestUpdateOneRequiredWithoutNdaAgreementsNestedInput;
|
|
861
|
+
grant?: Prisma.TrustAccessGrantUpdateOneWithoutNdaAgreementNestedInput;
|
|
862
|
+
};
|
|
863
|
+
export type TrustNDAAgreementUncheckedUpdateWithoutOrganizationInput = {
|
|
864
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
865
|
+
accessRequestId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
866
|
+
grantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
867
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
868
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
869
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
870
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
871
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
872
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
873
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
874
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
875
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
876
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
877
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
878
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
879
|
+
};
|
|
880
|
+
export type TrustNDAAgreementUncheckedUpdateManyWithoutOrganizationInput = {
|
|
881
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
882
|
+
accessRequestId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
883
|
+
grantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
884
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
885
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
886
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
887
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
888
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
889
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
890
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
891
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
892
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
893
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
894
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
895
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
896
|
+
};
|
|
897
|
+
export type TrustNDAAgreementCreateManyAccessRequestInput = {
|
|
898
|
+
id?: string;
|
|
899
|
+
organizationId: string;
|
|
900
|
+
grantId?: string | null;
|
|
901
|
+
signerName?: string | null;
|
|
902
|
+
signerEmail?: string | null;
|
|
903
|
+
status?: $Enums.TrustNDAStatus;
|
|
904
|
+
signToken: string;
|
|
905
|
+
signTokenExpiresAt: Date | string;
|
|
906
|
+
pdfTemplateKey?: string | null;
|
|
907
|
+
pdfSignedKey?: string | null;
|
|
908
|
+
signedAt?: Date | string | null;
|
|
909
|
+
ipAddress?: string | null;
|
|
910
|
+
userAgent?: string | null;
|
|
911
|
+
createdAt?: Date | string;
|
|
912
|
+
updatedAt?: Date | string;
|
|
913
|
+
};
|
|
914
|
+
export type TrustNDAAgreementUpdateWithoutAccessRequestInput = {
|
|
915
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
916
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
917
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
918
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
919
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
920
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
921
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
922
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
923
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
924
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
925
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
926
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
927
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
928
|
+
organization?: Prisma.OrganizationUpdateOneRequiredWithoutTrustNdaAgreementsNestedInput;
|
|
929
|
+
grant?: Prisma.TrustAccessGrantUpdateOneWithoutNdaAgreementNestedInput;
|
|
930
|
+
};
|
|
931
|
+
export type TrustNDAAgreementUncheckedUpdateWithoutAccessRequestInput = {
|
|
932
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
933
|
+
organizationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
934
|
+
grantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
935
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
936
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
937
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
938
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
939
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
940
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
941
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
942
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
943
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
944
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
945
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
946
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
947
|
+
};
|
|
948
|
+
export type TrustNDAAgreementUncheckedUpdateManyWithoutAccessRequestInput = {
|
|
949
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
950
|
+
organizationId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
951
|
+
grantId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
952
|
+
signerName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
953
|
+
signerEmail?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
954
|
+
status?: Prisma.EnumTrustNDAStatusFieldUpdateOperationsInput | $Enums.TrustNDAStatus;
|
|
955
|
+
signToken?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
956
|
+
signTokenExpiresAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
957
|
+
pdfTemplateKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
958
|
+
pdfSignedKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
959
|
+
signedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
960
|
+
ipAddress?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
961
|
+
userAgent?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
962
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
963
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
964
|
+
};
|
|
965
|
+
export type TrustNDAAgreementSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
966
|
+
id?: boolean;
|
|
967
|
+
organizationId?: boolean;
|
|
968
|
+
accessRequestId?: boolean;
|
|
969
|
+
grantId?: boolean;
|
|
970
|
+
signerName?: boolean;
|
|
971
|
+
signerEmail?: boolean;
|
|
972
|
+
status?: boolean;
|
|
973
|
+
signToken?: boolean;
|
|
974
|
+
signTokenExpiresAt?: boolean;
|
|
975
|
+
pdfTemplateKey?: boolean;
|
|
976
|
+
pdfSignedKey?: boolean;
|
|
977
|
+
signedAt?: boolean;
|
|
978
|
+
ipAddress?: boolean;
|
|
979
|
+
userAgent?: boolean;
|
|
980
|
+
createdAt?: boolean;
|
|
981
|
+
updatedAt?: boolean;
|
|
982
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
983
|
+
accessRequest?: boolean | Prisma.TrustAccessRequestDefaultArgs<ExtArgs>;
|
|
984
|
+
grant?: boolean | Prisma.TrustNDAAgreement$grantArgs<ExtArgs>;
|
|
985
|
+
}, ExtArgs["result"]["trustNDAAgreement"]>;
|
|
986
|
+
export type TrustNDAAgreementSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
987
|
+
id?: boolean;
|
|
988
|
+
organizationId?: boolean;
|
|
989
|
+
accessRequestId?: boolean;
|
|
990
|
+
grantId?: boolean;
|
|
991
|
+
signerName?: boolean;
|
|
992
|
+
signerEmail?: boolean;
|
|
993
|
+
status?: boolean;
|
|
994
|
+
signToken?: boolean;
|
|
995
|
+
signTokenExpiresAt?: boolean;
|
|
996
|
+
pdfTemplateKey?: boolean;
|
|
997
|
+
pdfSignedKey?: boolean;
|
|
998
|
+
signedAt?: boolean;
|
|
999
|
+
ipAddress?: boolean;
|
|
1000
|
+
userAgent?: boolean;
|
|
1001
|
+
createdAt?: boolean;
|
|
1002
|
+
updatedAt?: boolean;
|
|
1003
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
1004
|
+
accessRequest?: boolean | Prisma.TrustAccessRequestDefaultArgs<ExtArgs>;
|
|
1005
|
+
grant?: boolean | Prisma.TrustNDAAgreement$grantArgs<ExtArgs>;
|
|
1006
|
+
}, ExtArgs["result"]["trustNDAAgreement"]>;
|
|
1007
|
+
export type TrustNDAAgreementSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1008
|
+
id?: boolean;
|
|
1009
|
+
organizationId?: boolean;
|
|
1010
|
+
accessRequestId?: boolean;
|
|
1011
|
+
grantId?: boolean;
|
|
1012
|
+
signerName?: boolean;
|
|
1013
|
+
signerEmail?: boolean;
|
|
1014
|
+
status?: boolean;
|
|
1015
|
+
signToken?: boolean;
|
|
1016
|
+
signTokenExpiresAt?: boolean;
|
|
1017
|
+
pdfTemplateKey?: boolean;
|
|
1018
|
+
pdfSignedKey?: boolean;
|
|
1019
|
+
signedAt?: boolean;
|
|
1020
|
+
ipAddress?: boolean;
|
|
1021
|
+
userAgent?: boolean;
|
|
1022
|
+
createdAt?: boolean;
|
|
1023
|
+
updatedAt?: boolean;
|
|
1024
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
1025
|
+
accessRequest?: boolean | Prisma.TrustAccessRequestDefaultArgs<ExtArgs>;
|
|
1026
|
+
grant?: boolean | Prisma.TrustNDAAgreement$grantArgs<ExtArgs>;
|
|
1027
|
+
}, ExtArgs["result"]["trustNDAAgreement"]>;
|
|
1028
|
+
export type TrustNDAAgreementSelectScalar = {
|
|
1029
|
+
id?: boolean;
|
|
1030
|
+
organizationId?: boolean;
|
|
1031
|
+
accessRequestId?: boolean;
|
|
1032
|
+
grantId?: boolean;
|
|
1033
|
+
signerName?: boolean;
|
|
1034
|
+
signerEmail?: boolean;
|
|
1035
|
+
status?: boolean;
|
|
1036
|
+
signToken?: boolean;
|
|
1037
|
+
signTokenExpiresAt?: boolean;
|
|
1038
|
+
pdfTemplateKey?: boolean;
|
|
1039
|
+
pdfSignedKey?: boolean;
|
|
1040
|
+
signedAt?: boolean;
|
|
1041
|
+
ipAddress?: boolean;
|
|
1042
|
+
userAgent?: boolean;
|
|
1043
|
+
createdAt?: boolean;
|
|
1044
|
+
updatedAt?: boolean;
|
|
1045
|
+
};
|
|
1046
|
+
export type TrustNDAAgreementOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "organizationId" | "accessRequestId" | "grantId" | "signerName" | "signerEmail" | "status" | "signToken" | "signTokenExpiresAt" | "pdfTemplateKey" | "pdfSignedKey" | "signedAt" | "ipAddress" | "userAgent" | "createdAt" | "updatedAt", ExtArgs["result"]["trustNDAAgreement"]>;
|
|
1047
|
+
export type TrustNDAAgreementInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1048
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
1049
|
+
accessRequest?: boolean | Prisma.TrustAccessRequestDefaultArgs<ExtArgs>;
|
|
1050
|
+
grant?: boolean | Prisma.TrustNDAAgreement$grantArgs<ExtArgs>;
|
|
1051
|
+
};
|
|
1052
|
+
export type TrustNDAAgreementIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1053
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
1054
|
+
accessRequest?: boolean | Prisma.TrustAccessRequestDefaultArgs<ExtArgs>;
|
|
1055
|
+
grant?: boolean | Prisma.TrustNDAAgreement$grantArgs<ExtArgs>;
|
|
1056
|
+
};
|
|
1057
|
+
export type TrustNDAAgreementIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1058
|
+
organization?: boolean | Prisma.OrganizationDefaultArgs<ExtArgs>;
|
|
1059
|
+
accessRequest?: boolean | Prisma.TrustAccessRequestDefaultArgs<ExtArgs>;
|
|
1060
|
+
grant?: boolean | Prisma.TrustNDAAgreement$grantArgs<ExtArgs>;
|
|
1061
|
+
};
|
|
1062
|
+
export type $TrustNDAAgreementPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1063
|
+
name: "TrustNDAAgreement";
|
|
1064
|
+
objects: {
|
|
1065
|
+
organization: Prisma.$OrganizationPayload<ExtArgs>;
|
|
1066
|
+
accessRequest: Prisma.$TrustAccessRequestPayload<ExtArgs>;
|
|
1067
|
+
grant: Prisma.$TrustAccessGrantPayload<ExtArgs> | null;
|
|
1068
|
+
};
|
|
1069
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1070
|
+
id: string;
|
|
1071
|
+
organizationId: string;
|
|
1072
|
+
accessRequestId: string;
|
|
1073
|
+
grantId: string | null;
|
|
1074
|
+
signerName: string | null;
|
|
1075
|
+
signerEmail: string | null;
|
|
1076
|
+
status: $Enums.TrustNDAStatus;
|
|
1077
|
+
signToken: string;
|
|
1078
|
+
signTokenExpiresAt: Date;
|
|
1079
|
+
pdfTemplateKey: string | null;
|
|
1080
|
+
pdfSignedKey: string | null;
|
|
1081
|
+
signedAt: Date | null;
|
|
1082
|
+
ipAddress: string | null;
|
|
1083
|
+
userAgent: string | null;
|
|
1084
|
+
createdAt: Date;
|
|
1085
|
+
updatedAt: Date;
|
|
1086
|
+
}, ExtArgs["result"]["trustNDAAgreement"]>;
|
|
1087
|
+
composites: {};
|
|
1088
|
+
};
|
|
1089
|
+
export type TrustNDAAgreementGetPayload<S extends boolean | null | undefined | TrustNDAAgreementDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload, S>;
|
|
1090
|
+
export type TrustNDAAgreementCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<TrustNDAAgreementFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1091
|
+
select?: TrustNDAAgreementCountAggregateInputType | true;
|
|
1092
|
+
};
|
|
1093
|
+
export interface TrustNDAAgreementDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1094
|
+
[K: symbol]: {
|
|
1095
|
+
types: Prisma.TypeMap<ExtArgs>['model']['TrustNDAAgreement'];
|
|
1096
|
+
meta: {
|
|
1097
|
+
name: 'TrustNDAAgreement';
|
|
1098
|
+
};
|
|
1099
|
+
};
|
|
1100
|
+
/**
|
|
1101
|
+
* Find zero or one TrustNDAAgreement that matches the filter.
|
|
1102
|
+
* @param {TrustNDAAgreementFindUniqueArgs} args - Arguments to find a TrustNDAAgreement
|
|
1103
|
+
* @example
|
|
1104
|
+
* // Get one TrustNDAAgreement
|
|
1105
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.findUnique({
|
|
1106
|
+
* where: {
|
|
1107
|
+
* // ... provide filter here
|
|
1108
|
+
* }
|
|
1109
|
+
* })
|
|
1110
|
+
*/
|
|
1111
|
+
findUnique<T extends TrustNDAAgreementFindUniqueArgs>(args: Prisma.SelectSubset<T, TrustNDAAgreementFindUniqueArgs<ExtArgs>>): Prisma.Prisma__TrustNDAAgreementClient<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1112
|
+
/**
|
|
1113
|
+
* Find one TrustNDAAgreement that matches the filter or throw an error with `error.code='P2025'`
|
|
1114
|
+
* if no matches were found.
|
|
1115
|
+
* @param {TrustNDAAgreementFindUniqueOrThrowArgs} args - Arguments to find a TrustNDAAgreement
|
|
1116
|
+
* @example
|
|
1117
|
+
* // Get one TrustNDAAgreement
|
|
1118
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.findUniqueOrThrow({
|
|
1119
|
+
* where: {
|
|
1120
|
+
* // ... provide filter here
|
|
1121
|
+
* }
|
|
1122
|
+
* })
|
|
1123
|
+
*/
|
|
1124
|
+
findUniqueOrThrow<T extends TrustNDAAgreementFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, TrustNDAAgreementFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__TrustNDAAgreementClient<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1125
|
+
/**
|
|
1126
|
+
* Find the first TrustNDAAgreement that matches the filter.
|
|
1127
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1128
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1129
|
+
* @param {TrustNDAAgreementFindFirstArgs} args - Arguments to find a TrustNDAAgreement
|
|
1130
|
+
* @example
|
|
1131
|
+
* // Get one TrustNDAAgreement
|
|
1132
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.findFirst({
|
|
1133
|
+
* where: {
|
|
1134
|
+
* // ... provide filter here
|
|
1135
|
+
* }
|
|
1136
|
+
* })
|
|
1137
|
+
*/
|
|
1138
|
+
findFirst<T extends TrustNDAAgreementFindFirstArgs>(args?: Prisma.SelectSubset<T, TrustNDAAgreementFindFirstArgs<ExtArgs>>): Prisma.Prisma__TrustNDAAgreementClient<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1139
|
+
/**
|
|
1140
|
+
* Find the first TrustNDAAgreement that matches the filter or
|
|
1141
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1142
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1143
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1144
|
+
* @param {TrustNDAAgreementFindFirstOrThrowArgs} args - Arguments to find a TrustNDAAgreement
|
|
1145
|
+
* @example
|
|
1146
|
+
* // Get one TrustNDAAgreement
|
|
1147
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.findFirstOrThrow({
|
|
1148
|
+
* where: {
|
|
1149
|
+
* // ... provide filter here
|
|
1150
|
+
* }
|
|
1151
|
+
* })
|
|
1152
|
+
*/
|
|
1153
|
+
findFirstOrThrow<T extends TrustNDAAgreementFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, TrustNDAAgreementFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__TrustNDAAgreementClient<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1154
|
+
/**
|
|
1155
|
+
* Find zero or more TrustNDAAgreements that matches the filter.
|
|
1156
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1157
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1158
|
+
* @param {TrustNDAAgreementFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1159
|
+
* @example
|
|
1160
|
+
* // Get all TrustNDAAgreements
|
|
1161
|
+
* const trustNDAAgreements = await prisma.trustNDAAgreement.findMany()
|
|
1162
|
+
*
|
|
1163
|
+
* // Get first 10 TrustNDAAgreements
|
|
1164
|
+
* const trustNDAAgreements = await prisma.trustNDAAgreement.findMany({ take: 10 })
|
|
1165
|
+
*
|
|
1166
|
+
* // Only select the `id`
|
|
1167
|
+
* const trustNDAAgreementWithIdOnly = await prisma.trustNDAAgreement.findMany({ select: { id: true } })
|
|
1168
|
+
*
|
|
1169
|
+
*/
|
|
1170
|
+
findMany<T extends TrustNDAAgreementFindManyArgs>(args?: Prisma.SelectSubset<T, TrustNDAAgreementFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Create a TrustNDAAgreement.
|
|
1173
|
+
* @param {TrustNDAAgreementCreateArgs} args - Arguments to create a TrustNDAAgreement.
|
|
1174
|
+
* @example
|
|
1175
|
+
* // Create one TrustNDAAgreement
|
|
1176
|
+
* const TrustNDAAgreement = await prisma.trustNDAAgreement.create({
|
|
1177
|
+
* data: {
|
|
1178
|
+
* // ... data to create a TrustNDAAgreement
|
|
1179
|
+
* }
|
|
1180
|
+
* })
|
|
1181
|
+
*
|
|
1182
|
+
*/
|
|
1183
|
+
create<T extends TrustNDAAgreementCreateArgs>(args: Prisma.SelectSubset<T, TrustNDAAgreementCreateArgs<ExtArgs>>): Prisma.Prisma__TrustNDAAgreementClient<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1184
|
+
/**
|
|
1185
|
+
* Create many TrustNDAAgreements.
|
|
1186
|
+
* @param {TrustNDAAgreementCreateManyArgs} args - Arguments to create many TrustNDAAgreements.
|
|
1187
|
+
* @example
|
|
1188
|
+
* // Create many TrustNDAAgreements
|
|
1189
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.createMany({
|
|
1190
|
+
* data: [
|
|
1191
|
+
* // ... provide data here
|
|
1192
|
+
* ]
|
|
1193
|
+
* })
|
|
1194
|
+
*
|
|
1195
|
+
*/
|
|
1196
|
+
createMany<T extends TrustNDAAgreementCreateManyArgs>(args?: Prisma.SelectSubset<T, TrustNDAAgreementCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1197
|
+
/**
|
|
1198
|
+
* Create many TrustNDAAgreements and returns the data saved in the database.
|
|
1199
|
+
* @param {TrustNDAAgreementCreateManyAndReturnArgs} args - Arguments to create many TrustNDAAgreements.
|
|
1200
|
+
* @example
|
|
1201
|
+
* // Create many TrustNDAAgreements
|
|
1202
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.createManyAndReturn({
|
|
1203
|
+
* data: [
|
|
1204
|
+
* // ... provide data here
|
|
1205
|
+
* ]
|
|
1206
|
+
* })
|
|
1207
|
+
*
|
|
1208
|
+
* // Create many TrustNDAAgreements and only return the `id`
|
|
1209
|
+
* const trustNDAAgreementWithIdOnly = await prisma.trustNDAAgreement.createManyAndReturn({
|
|
1210
|
+
* select: { id: true },
|
|
1211
|
+
* data: [
|
|
1212
|
+
* // ... provide data here
|
|
1213
|
+
* ]
|
|
1214
|
+
* })
|
|
1215
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1216
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1217
|
+
*
|
|
1218
|
+
*/
|
|
1219
|
+
createManyAndReturn<T extends TrustNDAAgreementCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, TrustNDAAgreementCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
1220
|
+
/**
|
|
1221
|
+
* Delete a TrustNDAAgreement.
|
|
1222
|
+
* @param {TrustNDAAgreementDeleteArgs} args - Arguments to delete one TrustNDAAgreement.
|
|
1223
|
+
* @example
|
|
1224
|
+
* // Delete one TrustNDAAgreement
|
|
1225
|
+
* const TrustNDAAgreement = await prisma.trustNDAAgreement.delete({
|
|
1226
|
+
* where: {
|
|
1227
|
+
* // ... filter to delete one TrustNDAAgreement
|
|
1228
|
+
* }
|
|
1229
|
+
* })
|
|
1230
|
+
*
|
|
1231
|
+
*/
|
|
1232
|
+
delete<T extends TrustNDAAgreementDeleteArgs>(args: Prisma.SelectSubset<T, TrustNDAAgreementDeleteArgs<ExtArgs>>): Prisma.Prisma__TrustNDAAgreementClient<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1233
|
+
/**
|
|
1234
|
+
* Update one TrustNDAAgreement.
|
|
1235
|
+
* @param {TrustNDAAgreementUpdateArgs} args - Arguments to update one TrustNDAAgreement.
|
|
1236
|
+
* @example
|
|
1237
|
+
* // Update one TrustNDAAgreement
|
|
1238
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.update({
|
|
1239
|
+
* where: {
|
|
1240
|
+
* // ... provide filter here
|
|
1241
|
+
* },
|
|
1242
|
+
* data: {
|
|
1243
|
+
* // ... provide data here
|
|
1244
|
+
* }
|
|
1245
|
+
* })
|
|
1246
|
+
*
|
|
1247
|
+
*/
|
|
1248
|
+
update<T extends TrustNDAAgreementUpdateArgs>(args: Prisma.SelectSubset<T, TrustNDAAgreementUpdateArgs<ExtArgs>>): Prisma.Prisma__TrustNDAAgreementClient<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1249
|
+
/**
|
|
1250
|
+
* Delete zero or more TrustNDAAgreements.
|
|
1251
|
+
* @param {TrustNDAAgreementDeleteManyArgs} args - Arguments to filter TrustNDAAgreements to delete.
|
|
1252
|
+
* @example
|
|
1253
|
+
* // Delete a few TrustNDAAgreements
|
|
1254
|
+
* const { count } = await prisma.trustNDAAgreement.deleteMany({
|
|
1255
|
+
* where: {
|
|
1256
|
+
* // ... provide filter here
|
|
1257
|
+
* }
|
|
1258
|
+
* })
|
|
1259
|
+
*
|
|
1260
|
+
*/
|
|
1261
|
+
deleteMany<T extends TrustNDAAgreementDeleteManyArgs>(args?: Prisma.SelectSubset<T, TrustNDAAgreementDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1262
|
+
/**
|
|
1263
|
+
* Update zero or more TrustNDAAgreements.
|
|
1264
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1265
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1266
|
+
* @param {TrustNDAAgreementUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1267
|
+
* @example
|
|
1268
|
+
* // Update many TrustNDAAgreements
|
|
1269
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.updateMany({
|
|
1270
|
+
* where: {
|
|
1271
|
+
* // ... provide filter here
|
|
1272
|
+
* },
|
|
1273
|
+
* data: {
|
|
1274
|
+
* // ... provide data here
|
|
1275
|
+
* }
|
|
1276
|
+
* })
|
|
1277
|
+
*
|
|
1278
|
+
*/
|
|
1279
|
+
updateMany<T extends TrustNDAAgreementUpdateManyArgs>(args: Prisma.SelectSubset<T, TrustNDAAgreementUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1280
|
+
/**
|
|
1281
|
+
* Update zero or more TrustNDAAgreements and returns the data updated in the database.
|
|
1282
|
+
* @param {TrustNDAAgreementUpdateManyAndReturnArgs} args - Arguments to update many TrustNDAAgreements.
|
|
1283
|
+
* @example
|
|
1284
|
+
* // Update many TrustNDAAgreements
|
|
1285
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.updateManyAndReturn({
|
|
1286
|
+
* where: {
|
|
1287
|
+
* // ... provide filter here
|
|
1288
|
+
* },
|
|
1289
|
+
* data: [
|
|
1290
|
+
* // ... provide data here
|
|
1291
|
+
* ]
|
|
1292
|
+
* })
|
|
1293
|
+
*
|
|
1294
|
+
* // Update zero or more TrustNDAAgreements and only return the `id`
|
|
1295
|
+
* const trustNDAAgreementWithIdOnly = await prisma.trustNDAAgreement.updateManyAndReturn({
|
|
1296
|
+
* select: { id: true },
|
|
1297
|
+
* where: {
|
|
1298
|
+
* // ... provide filter here
|
|
1299
|
+
* },
|
|
1300
|
+
* data: [
|
|
1301
|
+
* // ... provide data here
|
|
1302
|
+
* ]
|
|
1303
|
+
* })
|
|
1304
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1305
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1306
|
+
*
|
|
1307
|
+
*/
|
|
1308
|
+
updateManyAndReturn<T extends TrustNDAAgreementUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, TrustNDAAgreementUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1309
|
+
/**
|
|
1310
|
+
* Create or update one TrustNDAAgreement.
|
|
1311
|
+
* @param {TrustNDAAgreementUpsertArgs} args - Arguments to update or create a TrustNDAAgreement.
|
|
1312
|
+
* @example
|
|
1313
|
+
* // Update or create a TrustNDAAgreement
|
|
1314
|
+
* const trustNDAAgreement = await prisma.trustNDAAgreement.upsert({
|
|
1315
|
+
* create: {
|
|
1316
|
+
* // ... data to create a TrustNDAAgreement
|
|
1317
|
+
* },
|
|
1318
|
+
* update: {
|
|
1319
|
+
* // ... in case it already exists, update
|
|
1320
|
+
* },
|
|
1321
|
+
* where: {
|
|
1322
|
+
* // ... the filter for the TrustNDAAgreement we want to update
|
|
1323
|
+
* }
|
|
1324
|
+
* })
|
|
1325
|
+
*/
|
|
1326
|
+
upsert<T extends TrustNDAAgreementUpsertArgs>(args: Prisma.SelectSubset<T, TrustNDAAgreementUpsertArgs<ExtArgs>>): Prisma.Prisma__TrustNDAAgreementClient<runtime.Types.Result.GetResult<Prisma.$TrustNDAAgreementPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Count the number of TrustNDAAgreements.
|
|
1329
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1330
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1331
|
+
* @param {TrustNDAAgreementCountArgs} args - Arguments to filter TrustNDAAgreements to count.
|
|
1332
|
+
* @example
|
|
1333
|
+
* // Count the number of TrustNDAAgreements
|
|
1334
|
+
* const count = await prisma.trustNDAAgreement.count({
|
|
1335
|
+
* where: {
|
|
1336
|
+
* // ... the filter for the TrustNDAAgreements we want to count
|
|
1337
|
+
* }
|
|
1338
|
+
* })
|
|
1339
|
+
**/
|
|
1340
|
+
count<T extends TrustNDAAgreementCountArgs>(args?: Prisma.Subset<T, TrustNDAAgreementCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], TrustNDAAgreementCountAggregateOutputType> : number>;
|
|
1341
|
+
/**
|
|
1342
|
+
* Allows you to perform aggregations operations on a TrustNDAAgreement.
|
|
1343
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1344
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1345
|
+
* @param {TrustNDAAgreementAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1346
|
+
* @example
|
|
1347
|
+
* // Ordered by age ascending
|
|
1348
|
+
* // Where email contains prisma.io
|
|
1349
|
+
* // Limited to the 10 users
|
|
1350
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1351
|
+
* _avg: {
|
|
1352
|
+
* age: true,
|
|
1353
|
+
* },
|
|
1354
|
+
* where: {
|
|
1355
|
+
* email: {
|
|
1356
|
+
* contains: "prisma.io",
|
|
1357
|
+
* },
|
|
1358
|
+
* },
|
|
1359
|
+
* orderBy: {
|
|
1360
|
+
* age: "asc",
|
|
1361
|
+
* },
|
|
1362
|
+
* take: 10,
|
|
1363
|
+
* })
|
|
1364
|
+
**/
|
|
1365
|
+
aggregate<T extends TrustNDAAgreementAggregateArgs>(args: Prisma.Subset<T, TrustNDAAgreementAggregateArgs>): Prisma.PrismaPromise<GetTrustNDAAgreementAggregateType<T>>;
|
|
1366
|
+
/**
|
|
1367
|
+
* Group by TrustNDAAgreement.
|
|
1368
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1369
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1370
|
+
* @param {TrustNDAAgreementGroupByArgs} args - Group by arguments.
|
|
1371
|
+
* @example
|
|
1372
|
+
* // Group by city, order by createdAt, get count
|
|
1373
|
+
* const result = await prisma.user.groupBy({
|
|
1374
|
+
* by: ['city', 'createdAt'],
|
|
1375
|
+
* orderBy: {
|
|
1376
|
+
* createdAt: true
|
|
1377
|
+
* },
|
|
1378
|
+
* _count: {
|
|
1379
|
+
* _all: true
|
|
1380
|
+
* },
|
|
1381
|
+
* })
|
|
1382
|
+
*
|
|
1383
|
+
**/
|
|
1384
|
+
groupBy<T extends TrustNDAAgreementGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1385
|
+
orderBy: TrustNDAAgreementGroupByArgs['orderBy'];
|
|
1386
|
+
} : {
|
|
1387
|
+
orderBy?: TrustNDAAgreementGroupByArgs['orderBy'];
|
|
1388
|
+
}, 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 ? {
|
|
1389
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1390
|
+
Error,
|
|
1391
|
+
'Field ',
|
|
1392
|
+
P,
|
|
1393
|
+
` in "having" needs to be provided in "by"`
|
|
1394
|
+
];
|
|
1395
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1396
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1397
|
+
}[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 ? {} : {
|
|
1398
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1399
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1400
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1401
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, TrustNDAAgreementGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetTrustNDAAgreementGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1402
|
+
/**
|
|
1403
|
+
* Fields of the TrustNDAAgreement model
|
|
1404
|
+
*/
|
|
1405
|
+
readonly fields: TrustNDAAgreementFieldRefs;
|
|
1406
|
+
}
|
|
1407
|
+
/**
|
|
1408
|
+
* The delegate class that acts as a "Promise-like" for TrustNDAAgreement.
|
|
1409
|
+
* Why is this prefixed with `Prisma__`?
|
|
1410
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1411
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1412
|
+
*/
|
|
1413
|
+
export interface Prisma__TrustNDAAgreementClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1414
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1415
|
+
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>;
|
|
1416
|
+
accessRequest<T extends Prisma.TrustAccessRequestDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.TrustAccessRequestDefaultArgs<ExtArgs>>): Prisma.Prisma__TrustAccessRequestClient<runtime.Types.Result.GetResult<Prisma.$TrustAccessRequestPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1417
|
+
grant<T extends Prisma.TrustNDAAgreement$grantArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.TrustNDAAgreement$grantArgs<ExtArgs>>): Prisma.Prisma__TrustAccessGrantClient<runtime.Types.Result.GetResult<Prisma.$TrustAccessGrantPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1418
|
+
/**
|
|
1419
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1420
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1421
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1422
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1423
|
+
*/
|
|
1424
|
+
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>;
|
|
1425
|
+
/**
|
|
1426
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1427
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1428
|
+
* @returns A Promise for the completion of the callback.
|
|
1429
|
+
*/
|
|
1430
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1431
|
+
/**
|
|
1432
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1433
|
+
* resolved value cannot be modified from the callback.
|
|
1434
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1435
|
+
* @returns A Promise for the completion of the callback.
|
|
1436
|
+
*/
|
|
1437
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1438
|
+
}
|
|
1439
|
+
/**
|
|
1440
|
+
* Fields of the TrustNDAAgreement model
|
|
1441
|
+
*/
|
|
1442
|
+
export interface TrustNDAAgreementFieldRefs {
|
|
1443
|
+
readonly id: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1444
|
+
readonly organizationId: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1445
|
+
readonly accessRequestId: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1446
|
+
readonly grantId: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1447
|
+
readonly signerName: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1448
|
+
readonly signerEmail: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1449
|
+
readonly status: Prisma.FieldRef<"TrustNDAAgreement", 'TrustNDAStatus'>;
|
|
1450
|
+
readonly signToken: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1451
|
+
readonly signTokenExpiresAt: Prisma.FieldRef<"TrustNDAAgreement", 'DateTime'>;
|
|
1452
|
+
readonly pdfTemplateKey: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1453
|
+
readonly pdfSignedKey: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1454
|
+
readonly signedAt: Prisma.FieldRef<"TrustNDAAgreement", 'DateTime'>;
|
|
1455
|
+
readonly ipAddress: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1456
|
+
readonly userAgent: Prisma.FieldRef<"TrustNDAAgreement", 'String'>;
|
|
1457
|
+
readonly createdAt: Prisma.FieldRef<"TrustNDAAgreement", 'DateTime'>;
|
|
1458
|
+
readonly updatedAt: Prisma.FieldRef<"TrustNDAAgreement", 'DateTime'>;
|
|
1459
|
+
}
|
|
1460
|
+
/**
|
|
1461
|
+
* TrustNDAAgreement findUnique
|
|
1462
|
+
*/
|
|
1463
|
+
export type TrustNDAAgreementFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1464
|
+
/**
|
|
1465
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1466
|
+
*/
|
|
1467
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1468
|
+
/**
|
|
1469
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1470
|
+
*/
|
|
1471
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1472
|
+
/**
|
|
1473
|
+
* Choose, which related nodes to fetch as well
|
|
1474
|
+
*/
|
|
1475
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1476
|
+
/**
|
|
1477
|
+
* Filter, which TrustNDAAgreement to fetch.
|
|
1478
|
+
*/
|
|
1479
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
1480
|
+
};
|
|
1481
|
+
/**
|
|
1482
|
+
* TrustNDAAgreement findUniqueOrThrow
|
|
1483
|
+
*/
|
|
1484
|
+
export type TrustNDAAgreementFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1485
|
+
/**
|
|
1486
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1487
|
+
*/
|
|
1488
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1489
|
+
/**
|
|
1490
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1491
|
+
*/
|
|
1492
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1493
|
+
/**
|
|
1494
|
+
* Choose, which related nodes to fetch as well
|
|
1495
|
+
*/
|
|
1496
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1497
|
+
/**
|
|
1498
|
+
* Filter, which TrustNDAAgreement to fetch.
|
|
1499
|
+
*/
|
|
1500
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
1501
|
+
};
|
|
1502
|
+
/**
|
|
1503
|
+
* TrustNDAAgreement findFirst
|
|
1504
|
+
*/
|
|
1505
|
+
export type TrustNDAAgreementFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1506
|
+
/**
|
|
1507
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1508
|
+
*/
|
|
1509
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1510
|
+
/**
|
|
1511
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1512
|
+
*/
|
|
1513
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1514
|
+
/**
|
|
1515
|
+
* Choose, which related nodes to fetch as well
|
|
1516
|
+
*/
|
|
1517
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1518
|
+
/**
|
|
1519
|
+
* Filter, which TrustNDAAgreement to fetch.
|
|
1520
|
+
*/
|
|
1521
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
1522
|
+
/**
|
|
1523
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1524
|
+
*
|
|
1525
|
+
* Determine the order of TrustNDAAgreements to fetch.
|
|
1526
|
+
*/
|
|
1527
|
+
orderBy?: Prisma.TrustNDAAgreementOrderByWithRelationInput | Prisma.TrustNDAAgreementOrderByWithRelationInput[];
|
|
1528
|
+
/**
|
|
1529
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1530
|
+
*
|
|
1531
|
+
* Sets the position for searching for TrustNDAAgreements.
|
|
1532
|
+
*/
|
|
1533
|
+
cursor?: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
1534
|
+
/**
|
|
1535
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1536
|
+
*
|
|
1537
|
+
* Take `±n` TrustNDAAgreements from the position of the cursor.
|
|
1538
|
+
*/
|
|
1539
|
+
take?: number;
|
|
1540
|
+
/**
|
|
1541
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1542
|
+
*
|
|
1543
|
+
* Skip the first `n` TrustNDAAgreements.
|
|
1544
|
+
*/
|
|
1545
|
+
skip?: number;
|
|
1546
|
+
/**
|
|
1547
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1548
|
+
*
|
|
1549
|
+
* Filter by unique combinations of TrustNDAAgreements.
|
|
1550
|
+
*/
|
|
1551
|
+
distinct?: Prisma.TrustNDAAgreementScalarFieldEnum | Prisma.TrustNDAAgreementScalarFieldEnum[];
|
|
1552
|
+
};
|
|
1553
|
+
/**
|
|
1554
|
+
* TrustNDAAgreement findFirstOrThrow
|
|
1555
|
+
*/
|
|
1556
|
+
export type TrustNDAAgreementFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1557
|
+
/**
|
|
1558
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1559
|
+
*/
|
|
1560
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1561
|
+
/**
|
|
1562
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1563
|
+
*/
|
|
1564
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1565
|
+
/**
|
|
1566
|
+
* Choose, which related nodes to fetch as well
|
|
1567
|
+
*/
|
|
1568
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1569
|
+
/**
|
|
1570
|
+
* Filter, which TrustNDAAgreement to fetch.
|
|
1571
|
+
*/
|
|
1572
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
1573
|
+
/**
|
|
1574
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1575
|
+
*
|
|
1576
|
+
* Determine the order of TrustNDAAgreements to fetch.
|
|
1577
|
+
*/
|
|
1578
|
+
orderBy?: Prisma.TrustNDAAgreementOrderByWithRelationInput | Prisma.TrustNDAAgreementOrderByWithRelationInput[];
|
|
1579
|
+
/**
|
|
1580
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1581
|
+
*
|
|
1582
|
+
* Sets the position for searching for TrustNDAAgreements.
|
|
1583
|
+
*/
|
|
1584
|
+
cursor?: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
1585
|
+
/**
|
|
1586
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1587
|
+
*
|
|
1588
|
+
* Take `±n` TrustNDAAgreements from the position of the cursor.
|
|
1589
|
+
*/
|
|
1590
|
+
take?: number;
|
|
1591
|
+
/**
|
|
1592
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1593
|
+
*
|
|
1594
|
+
* Skip the first `n` TrustNDAAgreements.
|
|
1595
|
+
*/
|
|
1596
|
+
skip?: number;
|
|
1597
|
+
/**
|
|
1598
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1599
|
+
*
|
|
1600
|
+
* Filter by unique combinations of TrustNDAAgreements.
|
|
1601
|
+
*/
|
|
1602
|
+
distinct?: Prisma.TrustNDAAgreementScalarFieldEnum | Prisma.TrustNDAAgreementScalarFieldEnum[];
|
|
1603
|
+
};
|
|
1604
|
+
/**
|
|
1605
|
+
* TrustNDAAgreement findMany
|
|
1606
|
+
*/
|
|
1607
|
+
export type TrustNDAAgreementFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1608
|
+
/**
|
|
1609
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1610
|
+
*/
|
|
1611
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1612
|
+
/**
|
|
1613
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1614
|
+
*/
|
|
1615
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1616
|
+
/**
|
|
1617
|
+
* Choose, which related nodes to fetch as well
|
|
1618
|
+
*/
|
|
1619
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1620
|
+
/**
|
|
1621
|
+
* Filter, which TrustNDAAgreements to fetch.
|
|
1622
|
+
*/
|
|
1623
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
1624
|
+
/**
|
|
1625
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1626
|
+
*
|
|
1627
|
+
* Determine the order of TrustNDAAgreements to fetch.
|
|
1628
|
+
*/
|
|
1629
|
+
orderBy?: Prisma.TrustNDAAgreementOrderByWithRelationInput | Prisma.TrustNDAAgreementOrderByWithRelationInput[];
|
|
1630
|
+
/**
|
|
1631
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1632
|
+
*
|
|
1633
|
+
* Sets the position for listing TrustNDAAgreements.
|
|
1634
|
+
*/
|
|
1635
|
+
cursor?: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
1636
|
+
/**
|
|
1637
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1638
|
+
*
|
|
1639
|
+
* Take `±n` TrustNDAAgreements from the position of the cursor.
|
|
1640
|
+
*/
|
|
1641
|
+
take?: number;
|
|
1642
|
+
/**
|
|
1643
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1644
|
+
*
|
|
1645
|
+
* Skip the first `n` TrustNDAAgreements.
|
|
1646
|
+
*/
|
|
1647
|
+
skip?: number;
|
|
1648
|
+
/**
|
|
1649
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1650
|
+
*
|
|
1651
|
+
* Filter by unique combinations of TrustNDAAgreements.
|
|
1652
|
+
*/
|
|
1653
|
+
distinct?: Prisma.TrustNDAAgreementScalarFieldEnum | Prisma.TrustNDAAgreementScalarFieldEnum[];
|
|
1654
|
+
};
|
|
1655
|
+
/**
|
|
1656
|
+
* TrustNDAAgreement create
|
|
1657
|
+
*/
|
|
1658
|
+
export type TrustNDAAgreementCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1659
|
+
/**
|
|
1660
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1661
|
+
*/
|
|
1662
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1663
|
+
/**
|
|
1664
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1665
|
+
*/
|
|
1666
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1667
|
+
/**
|
|
1668
|
+
* Choose, which related nodes to fetch as well
|
|
1669
|
+
*/
|
|
1670
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1671
|
+
/**
|
|
1672
|
+
* The data needed to create a TrustNDAAgreement.
|
|
1673
|
+
*/
|
|
1674
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementCreateInput, Prisma.TrustNDAAgreementUncheckedCreateInput>;
|
|
1675
|
+
};
|
|
1676
|
+
/**
|
|
1677
|
+
* TrustNDAAgreement createMany
|
|
1678
|
+
*/
|
|
1679
|
+
export type TrustNDAAgreementCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1680
|
+
/**
|
|
1681
|
+
* The data used to create many TrustNDAAgreements.
|
|
1682
|
+
*/
|
|
1683
|
+
data: Prisma.TrustNDAAgreementCreateManyInput | Prisma.TrustNDAAgreementCreateManyInput[];
|
|
1684
|
+
skipDuplicates?: boolean;
|
|
1685
|
+
};
|
|
1686
|
+
/**
|
|
1687
|
+
* TrustNDAAgreement createManyAndReturn
|
|
1688
|
+
*/
|
|
1689
|
+
export type TrustNDAAgreementCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1690
|
+
/**
|
|
1691
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1692
|
+
*/
|
|
1693
|
+
select?: Prisma.TrustNDAAgreementSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1694
|
+
/**
|
|
1695
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1696
|
+
*/
|
|
1697
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1698
|
+
/**
|
|
1699
|
+
* The data used to create many TrustNDAAgreements.
|
|
1700
|
+
*/
|
|
1701
|
+
data: Prisma.TrustNDAAgreementCreateManyInput | Prisma.TrustNDAAgreementCreateManyInput[];
|
|
1702
|
+
skipDuplicates?: boolean;
|
|
1703
|
+
/**
|
|
1704
|
+
* Choose, which related nodes to fetch as well
|
|
1705
|
+
*/
|
|
1706
|
+
include?: Prisma.TrustNDAAgreementIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1707
|
+
};
|
|
1708
|
+
/**
|
|
1709
|
+
* TrustNDAAgreement update
|
|
1710
|
+
*/
|
|
1711
|
+
export type TrustNDAAgreementUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1712
|
+
/**
|
|
1713
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1714
|
+
*/
|
|
1715
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1716
|
+
/**
|
|
1717
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1718
|
+
*/
|
|
1719
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1720
|
+
/**
|
|
1721
|
+
* Choose, which related nodes to fetch as well
|
|
1722
|
+
*/
|
|
1723
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1724
|
+
/**
|
|
1725
|
+
* The data needed to update a TrustNDAAgreement.
|
|
1726
|
+
*/
|
|
1727
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementUpdateInput, Prisma.TrustNDAAgreementUncheckedUpdateInput>;
|
|
1728
|
+
/**
|
|
1729
|
+
* Choose, which TrustNDAAgreement to update.
|
|
1730
|
+
*/
|
|
1731
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
1732
|
+
};
|
|
1733
|
+
/**
|
|
1734
|
+
* TrustNDAAgreement updateMany
|
|
1735
|
+
*/
|
|
1736
|
+
export type TrustNDAAgreementUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1737
|
+
/**
|
|
1738
|
+
* The data used to update TrustNDAAgreements.
|
|
1739
|
+
*/
|
|
1740
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementUpdateManyMutationInput, Prisma.TrustNDAAgreementUncheckedUpdateManyInput>;
|
|
1741
|
+
/**
|
|
1742
|
+
* Filter which TrustNDAAgreements to update
|
|
1743
|
+
*/
|
|
1744
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
1745
|
+
/**
|
|
1746
|
+
* Limit how many TrustNDAAgreements to update.
|
|
1747
|
+
*/
|
|
1748
|
+
limit?: number;
|
|
1749
|
+
};
|
|
1750
|
+
/**
|
|
1751
|
+
* TrustNDAAgreement updateManyAndReturn
|
|
1752
|
+
*/
|
|
1753
|
+
export type TrustNDAAgreementUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1754
|
+
/**
|
|
1755
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1756
|
+
*/
|
|
1757
|
+
select?: Prisma.TrustNDAAgreementSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1758
|
+
/**
|
|
1759
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1760
|
+
*/
|
|
1761
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1762
|
+
/**
|
|
1763
|
+
* The data used to update TrustNDAAgreements.
|
|
1764
|
+
*/
|
|
1765
|
+
data: Prisma.XOR<Prisma.TrustNDAAgreementUpdateManyMutationInput, Prisma.TrustNDAAgreementUncheckedUpdateManyInput>;
|
|
1766
|
+
/**
|
|
1767
|
+
* Filter which TrustNDAAgreements to update
|
|
1768
|
+
*/
|
|
1769
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
1770
|
+
/**
|
|
1771
|
+
* Limit how many TrustNDAAgreements to update.
|
|
1772
|
+
*/
|
|
1773
|
+
limit?: number;
|
|
1774
|
+
/**
|
|
1775
|
+
* Choose, which related nodes to fetch as well
|
|
1776
|
+
*/
|
|
1777
|
+
include?: Prisma.TrustNDAAgreementIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1778
|
+
};
|
|
1779
|
+
/**
|
|
1780
|
+
* TrustNDAAgreement upsert
|
|
1781
|
+
*/
|
|
1782
|
+
export type TrustNDAAgreementUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1783
|
+
/**
|
|
1784
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1785
|
+
*/
|
|
1786
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1787
|
+
/**
|
|
1788
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1789
|
+
*/
|
|
1790
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1791
|
+
/**
|
|
1792
|
+
* Choose, which related nodes to fetch as well
|
|
1793
|
+
*/
|
|
1794
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1795
|
+
/**
|
|
1796
|
+
* The filter to search for the TrustNDAAgreement to update in case it exists.
|
|
1797
|
+
*/
|
|
1798
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
1799
|
+
/**
|
|
1800
|
+
* In case the TrustNDAAgreement found by the `where` argument doesn't exist, create a new TrustNDAAgreement with this data.
|
|
1801
|
+
*/
|
|
1802
|
+
create: Prisma.XOR<Prisma.TrustNDAAgreementCreateInput, Prisma.TrustNDAAgreementUncheckedCreateInput>;
|
|
1803
|
+
/**
|
|
1804
|
+
* In case the TrustNDAAgreement was found with the provided `where` argument, update it with this data.
|
|
1805
|
+
*/
|
|
1806
|
+
update: Prisma.XOR<Prisma.TrustNDAAgreementUpdateInput, Prisma.TrustNDAAgreementUncheckedUpdateInput>;
|
|
1807
|
+
};
|
|
1808
|
+
/**
|
|
1809
|
+
* TrustNDAAgreement delete
|
|
1810
|
+
*/
|
|
1811
|
+
export type TrustNDAAgreementDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1812
|
+
/**
|
|
1813
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1814
|
+
*/
|
|
1815
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1816
|
+
/**
|
|
1817
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1818
|
+
*/
|
|
1819
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1820
|
+
/**
|
|
1821
|
+
* Choose, which related nodes to fetch as well
|
|
1822
|
+
*/
|
|
1823
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1824
|
+
/**
|
|
1825
|
+
* Filter which TrustNDAAgreement to delete.
|
|
1826
|
+
*/
|
|
1827
|
+
where: Prisma.TrustNDAAgreementWhereUniqueInput;
|
|
1828
|
+
};
|
|
1829
|
+
/**
|
|
1830
|
+
* TrustNDAAgreement deleteMany
|
|
1831
|
+
*/
|
|
1832
|
+
export type TrustNDAAgreementDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1833
|
+
/**
|
|
1834
|
+
* Filter which TrustNDAAgreements to delete
|
|
1835
|
+
*/
|
|
1836
|
+
where?: Prisma.TrustNDAAgreementWhereInput;
|
|
1837
|
+
/**
|
|
1838
|
+
* Limit how many TrustNDAAgreements to delete.
|
|
1839
|
+
*/
|
|
1840
|
+
limit?: number;
|
|
1841
|
+
};
|
|
1842
|
+
/**
|
|
1843
|
+
* TrustNDAAgreement.grant
|
|
1844
|
+
*/
|
|
1845
|
+
export type TrustNDAAgreement$grantArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1846
|
+
/**
|
|
1847
|
+
* Select specific fields to fetch from the TrustAccessGrant
|
|
1848
|
+
*/
|
|
1849
|
+
select?: Prisma.TrustAccessGrantSelect<ExtArgs> | null;
|
|
1850
|
+
/**
|
|
1851
|
+
* Omit specific fields from the TrustAccessGrant
|
|
1852
|
+
*/
|
|
1853
|
+
omit?: Prisma.TrustAccessGrantOmit<ExtArgs> | null;
|
|
1854
|
+
/**
|
|
1855
|
+
* Choose, which related nodes to fetch as well
|
|
1856
|
+
*/
|
|
1857
|
+
include?: Prisma.TrustAccessGrantInclude<ExtArgs> | null;
|
|
1858
|
+
where?: Prisma.TrustAccessGrantWhereInput;
|
|
1859
|
+
};
|
|
1860
|
+
/**
|
|
1861
|
+
* TrustNDAAgreement without action
|
|
1862
|
+
*/
|
|
1863
|
+
export type TrustNDAAgreementDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1864
|
+
/**
|
|
1865
|
+
* Select specific fields to fetch from the TrustNDAAgreement
|
|
1866
|
+
*/
|
|
1867
|
+
select?: Prisma.TrustNDAAgreementSelect<ExtArgs> | null;
|
|
1868
|
+
/**
|
|
1869
|
+
* Omit specific fields from the TrustNDAAgreement
|
|
1870
|
+
*/
|
|
1871
|
+
omit?: Prisma.TrustNDAAgreementOmit<ExtArgs> | null;
|
|
1872
|
+
/**
|
|
1873
|
+
* Choose, which related nodes to fetch as well
|
|
1874
|
+
*/
|
|
1875
|
+
include?: Prisma.TrustNDAAgreementInclude<ExtArgs> | null;
|
|
1876
|
+
};
|
|
1877
|
+
//# sourceMappingURL=TrustNDAAgreement.d.ts.map
|