@createiq/backend 1.0.19 → 1.0.21
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/client/sdk.gen.ts +93 -76
- package/client/types.gen.ts +253 -234
- package/dist/index.cjs +68 -54
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +257 -231
- package/dist/index.d.ts +257 -231
- package/dist/index.js +61 -48
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -603,6 +603,7 @@ type DocumentErrorResponseDto = {
|
|
|
603
603
|
message: string;
|
|
604
604
|
documentCauses?: Array<MajorChangeSummaryDto>;
|
|
605
605
|
};
|
|
606
|
+
type AuditReportType = 'audit_log_report' | 'comments_log_report';
|
|
606
607
|
type UserForPickerDto = {
|
|
607
608
|
role: string;
|
|
608
609
|
profileColour: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
|
|
@@ -1696,7 +1697,7 @@ type SignatureExistsDto_RequiredSignaturePageDto = {
|
|
|
1696
1697
|
exists: boolean;
|
|
1697
1698
|
sigPageId: string;
|
|
1698
1699
|
};
|
|
1699
|
-
type EmailTemplate = 'userInvite' | 'accountInvite' | 'negotiationCreateAccountInvite' | 'negotiationOneLinkInvite' | 'registerSSOUser' | 'approversRemoved' | 'approversFixed' | 'userTaggedInComment' | 'userTaggedInApprovalComment' | 'forwardInvite' | 'forgottenPassword' | 'unregisteredUserForgottenPassword' | 'negotiationInvite' | 'notifyDraft' | 'supportAccessConfirmation' | 'negotiationInviteApproverOrAdmin' | 'negotiationInviteNamedWhereNoEntity' | 'negotiationInviteNamedWhereNoUser' | 'negotiationInviteEntityManagement' | 'negotiationStarted' | 'negotiationUpdate' | 'negotiationGroupInvite' | 'negotiationGroupCreateAccountInvite' | 'negotiationGroupInviteApproverOrAdmin' | 'negotiationGroupInviteNamedWhereNoEntity' | 'negotiationGroupInviteEntityManagement' | 'negotiationGroupInviteNamedWhereNoUser' | 'negotiationGroupUpdate' | 'negotiationGroupDissolved' | 'chaserEmail' | 'sSOExpiresSoon' | 'sSOExpiresImminently' | 'finalDocumentRejected' | 'finalDocumentApproved' | 'finalApprovalRequired' | 'contactSMForNewApprovalRequired' | 'electionApprovalRequired' | 'documentApprovalReminder' | 'electionApprovalReminder' | 'electionApprovalResponsesReceived' | 'confirmAgreedForm' | 'executionAgreed' | 'negotiationComplete' | 'revertToAmending' | 'executionCpPagesUploaded' | 'inviteExistingUserAdvisorAccount' | 'inviteExistingUserNonAdvisorAccount' | 'inviteNewUserAdvisorAccount' | 'inviteNewUserNonAdvisorAccount' | 'inviteNewAccount' | 'advisorRequestRejected' | 'advisorRequestAccepted' | 'notifyBreakingChange' | 'auxiliaryDocumentUploaded' | 'negotiationExtendedWorkflowStage1ConfirmTemplate' | 'noContent' | 'negotiationUnsubscribe' | 'negotiationReport' | 'notifyCounterpartyUnsubscribed' | 'dailyNotificationDigest' | 'existingApproverReplaced';
|
|
1700
|
+
type EmailTemplate = 'userInvite' | 'accountInvite' | 'negotiationCreateAccountInvite' | 'negotiationOneLinkInvite' | 'registerSSOUser' | 'approversRemoved' | 'approversFixed' | 'userTaggedInComment' | 'userTaggedInApprovalComment' | 'forwardInvite' | 'forgottenPassword' | 'unregisteredUserForgottenPassword' | 'negotiationInvite' | 'notifyDraft' | 'supportAccessConfirmation' | 'negotiationInviteApproverOrAdmin' | 'negotiationInviteNamedWhereNoEntity' | 'negotiationInviteNamedWhereNoUser' | 'negotiationInviteEntityManagement' | 'negotiationStarted' | 'negotiationUpdate' | 'negotiationGroupInvite' | 'negotiationGroupCreateAccountInvite' | 'negotiationGroupInviteApproverOrAdmin' | 'negotiationGroupInviteNamedWhereNoEntity' | 'negotiationGroupInviteEntityManagement' | 'negotiationGroupInviteNamedWhereNoUser' | 'negotiationGroupUpdate' | 'negotiationGroupDissolved' | 'chaserEmail' | 'sSOExpiresSoon' | 'sSOExpiresImminently' | 'finalDocumentRejected' | 'finalDocumentApproved' | 'finalApprovalRequired' | 'contactSMForNewApprovalRequired' | 'electionApprovalRequired' | 'documentApprovalReminder' | 'electionApprovalReminder' | 'electionApprovalResponsesReceived' | 'confirmAgreedForm' | 'executionAgreed' | 'negotiationComplete' | 'revertToAmending' | 'executionCpPagesUploaded' | 'inviteExistingUserAdvisorAccount' | 'inviteExistingUserNonAdvisorAccount' | 'inviteNewUserAdvisorAccount' | 'inviteNewUserNonAdvisorAccount' | 'inviteNewAccount' | 'advisorRequestRejected' | 'advisorRequestAccepted' | 'notifyBreakingChange' | 'auxiliaryDocumentUploaded' | 'negotiationExtendedWorkflowStage1ConfirmTemplate' | 'noContent' | 'negotiationUnsubscribe' | 'negotiationReport' | 'auditReport' | 'notifyCounterpartyUnsubscribed' | 'dailyNotificationDigest' | 'existingApproverReplaced';
|
|
1700
1701
|
type PartyRelativeRef = 'our' | 'counterparty';
|
|
1701
1702
|
type PresetOrderKey = 'name' | 'documentType' | 'status' | 'dateCreated';
|
|
1702
1703
|
type BulkSetDto = {
|
|
@@ -3764,22 +3765,21 @@ type UpdateSelectedElections_Responses = {
|
|
|
3764
3765
|
200: ExtractionResultDto;
|
|
3765
3766
|
};
|
|
3766
3767
|
type UpdateSelectedElections_Response = UpdateSelectedElections_Responses[keyof UpdateSelectedElections_Responses];
|
|
3767
|
-
type
|
|
3768
|
+
type GenerateAuditTrailForAccountAsExcel_Data = {
|
|
3768
3769
|
body?: never;
|
|
3769
3770
|
path?: never;
|
|
3770
3771
|
query: {
|
|
3771
3772
|
includeSubAccountEvents: boolean;
|
|
3772
|
-
yearMonths
|
|
3773
|
+
yearMonths?: Array<string>;
|
|
3773
3774
|
};
|
|
3774
3775
|
url: '/api/v1/account/audit_trail/xlsx';
|
|
3775
3776
|
};
|
|
3776
|
-
type
|
|
3777
|
+
type GenerateAuditTrailForAccountAsExcel_Responses = {
|
|
3777
3778
|
/**
|
|
3778
|
-
*
|
|
3779
|
+
* The report was generated and the email was sent
|
|
3779
3780
|
*/
|
|
3780
|
-
|
|
3781
|
+
202: unknown;
|
|
3781
3782
|
};
|
|
3782
|
-
type AuditTrailForAccountAsExcel_Response = AuditTrailForAccountAsExcel_Responses[keyof AuditTrailForAccountAsExcel_Responses];
|
|
3783
3783
|
type PresetEditAnswers_Data = {
|
|
3784
3784
|
body: PartyAnswersDto;
|
|
3785
3785
|
path: {
|
|
@@ -4227,6 +4227,32 @@ type NegotiationForkHistory_Responses = {
|
|
|
4227
4227
|
200: Array<NegotiationSingleDto>;
|
|
4228
4228
|
};
|
|
4229
4229
|
type NegotiationForkHistory_Response = NegotiationForkHistory_Responses[keyof NegotiationForkHistory_Responses];
|
|
4230
|
+
type MoveEntity_Data = {
|
|
4231
|
+
body: MoveEntityDto;
|
|
4232
|
+
path: {
|
|
4233
|
+
entityId: string;
|
|
4234
|
+
subAccountId: string;
|
|
4235
|
+
};
|
|
4236
|
+
query?: never;
|
|
4237
|
+
url: '/api/v1/subAccounts/{subAccountId}/entity/{entityId}/move';
|
|
4238
|
+
};
|
|
4239
|
+
type MoveEntity_Errors = {
|
|
4240
|
+
/**
|
|
4241
|
+
* Entity could not be found on the Sub-Account
|
|
4242
|
+
*/
|
|
4243
|
+
404: unknown;
|
|
4244
|
+
/**
|
|
4245
|
+
* Entity cannot be moved from and to the same Sub-Account
|
|
4246
|
+
*/
|
|
4247
|
+
419: unknown;
|
|
4248
|
+
};
|
|
4249
|
+
type MoveEntity_Responses = {
|
|
4250
|
+
/**
|
|
4251
|
+
* Entity successfully moved
|
|
4252
|
+
*/
|
|
4253
|
+
200: RemovedUsersDto;
|
|
4254
|
+
};
|
|
4255
|
+
type MoveEntity_Response = MoveEntity_Responses[keyof MoveEntity_Responses];
|
|
4230
4256
|
type ListEntities_Data = {
|
|
4231
4257
|
body?: never;
|
|
4232
4258
|
path?: never;
|
|
@@ -4306,10 +4332,127 @@ type SetElectionApproval_Responses = {
|
|
|
4306
4332
|
200: NegotiationSingleDto;
|
|
4307
4333
|
};
|
|
4308
4334
|
type SetElectionApproval_Response = SetElectionApproval_Responses[keyof SetElectionApproval_Responses];
|
|
4309
|
-
type
|
|
4335
|
+
type DeleteApprovalComment_Data = {
|
|
4310
4336
|
body?: never;
|
|
4311
4337
|
path: {
|
|
4312
4338
|
subAccountId: string;
|
|
4339
|
+
negotiationId: string;
|
|
4340
|
+
approvalCommentId: string;
|
|
4341
|
+
};
|
|
4342
|
+
query?: never;
|
|
4343
|
+
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comment/{approvalCommentId}';
|
|
4344
|
+
};
|
|
4345
|
+
type DeleteApprovalComment_Errors = {
|
|
4346
|
+
/**
|
|
4347
|
+
* Action not permitted (user does not have permission)
|
|
4348
|
+
*/
|
|
4349
|
+
403: unknown;
|
|
4350
|
+
};
|
|
4351
|
+
type DeleteApprovalComment_Responses = {
|
|
4352
|
+
/**
|
|
4353
|
+
* The deleted comment
|
|
4354
|
+
*/
|
|
4355
|
+
200: unknown;
|
|
4356
|
+
};
|
|
4357
|
+
type EditApprovalComment_Data = {
|
|
4358
|
+
body: UpdateCommentDto;
|
|
4359
|
+
path: {
|
|
4360
|
+
subAccountId: string;
|
|
4361
|
+
negotiationId: string;
|
|
4362
|
+
approvalCommentId: string;
|
|
4363
|
+
};
|
|
4364
|
+
query?: never;
|
|
4365
|
+
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comment/{approvalCommentId}';
|
|
4366
|
+
};
|
|
4367
|
+
type EditApprovalComment_Errors = {
|
|
4368
|
+
/**
|
|
4369
|
+
* Comment value is empty
|
|
4370
|
+
*/
|
|
4371
|
+
403: unknown;
|
|
4372
|
+
};
|
|
4373
|
+
type EditApprovalComment_Responses = {
|
|
4374
|
+
/**
|
|
4375
|
+
* The updated comment
|
|
4376
|
+
*/
|
|
4377
|
+
200: ApprovalCommentDto;
|
|
4378
|
+
};
|
|
4379
|
+
type EditApprovalComment_Response = EditApprovalComment_Responses[keyof EditApprovalComment_Responses];
|
|
4380
|
+
type DeleteExternalAttachment_Data = {
|
|
4381
|
+
body?: never;
|
|
4382
|
+
path: {
|
|
4383
|
+
subAccountId: string;
|
|
4384
|
+
negotiationId: string;
|
|
4385
|
+
fileName: string;
|
|
4386
|
+
};
|
|
4387
|
+
query?: never;
|
|
4388
|
+
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment/{fileName}';
|
|
4389
|
+
};
|
|
4390
|
+
type DeleteExternalAttachment_Responses = {
|
|
4391
|
+
/**
|
|
4392
|
+
* The invite attachment was deleted successfully. Returns all invite attachments
|
|
4393
|
+
*/
|
|
4394
|
+
200: AttachmentsExistsDto;
|
|
4395
|
+
};
|
|
4396
|
+
type DeleteExternalAttachment_Response = DeleteExternalAttachment_Responses[keyof DeleteExternalAttachment_Responses];
|
|
4397
|
+
type GetExternalAttachment_Data = {
|
|
4398
|
+
body?: never;
|
|
4399
|
+
path: {
|
|
4400
|
+
subAccountId: string;
|
|
4401
|
+
negotiationId: string;
|
|
4402
|
+
fileName: string;
|
|
4403
|
+
};
|
|
4404
|
+
query?: never;
|
|
4405
|
+
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment/{fileName}';
|
|
4406
|
+
};
|
|
4407
|
+
type GetExternalAttachment_Errors = {
|
|
4408
|
+
/**
|
|
4409
|
+
* Missing document
|
|
4410
|
+
*/
|
|
4411
|
+
404: unknown;
|
|
4412
|
+
};
|
|
4413
|
+
type GetExternalAttachment_Responses = {
|
|
4414
|
+
/**
|
|
4415
|
+
* The uploaded invite attachment
|
|
4416
|
+
*/
|
|
4417
|
+
200: Blob | File;
|
|
4418
|
+
};
|
|
4419
|
+
type GetExternalAttachment_Response = GetExternalAttachment_Responses[keyof GetExternalAttachment_Responses];
|
|
4420
|
+
type ListPotentialNegotiationAdvisors_Data = {
|
|
4421
|
+
body?: never;
|
|
4422
|
+
path: {
|
|
4423
|
+
subAccountId: string;
|
|
4424
|
+
negotiationId: string;
|
|
4425
|
+
};
|
|
4426
|
+
query?: never;
|
|
4427
|
+
url: '/api/v1/advisor/subAccounts/{subAccountId}/negotiations/{negotiationId}/potentialAdvisors';
|
|
4428
|
+
};
|
|
4429
|
+
type ListPotentialNegotiationAdvisors_Responses = {
|
|
4430
|
+
/**
|
|
4431
|
+
* A list of all advisors that can be given access to the specified negotiation
|
|
4432
|
+
*/
|
|
4433
|
+
200: Array<PotentialAdvisorSummaryDto>;
|
|
4434
|
+
};
|
|
4435
|
+
type ListPotentialNegotiationAdvisors_Response = ListPotentialNegotiationAdvisors_Responses[keyof ListPotentialNegotiationAdvisors_Responses];
|
|
4436
|
+
type GetAccessibleNegotiation_Data = {
|
|
4437
|
+
body?: never;
|
|
4438
|
+
path: {
|
|
4439
|
+
negotiationId: string;
|
|
4440
|
+
};
|
|
4441
|
+
query?: never;
|
|
4442
|
+
url: '/api/v1/negotiations/{negotiationId}';
|
|
4443
|
+
};
|
|
4444
|
+
type GetAccessibleNegotiation_Responses = {
|
|
4445
|
+
/**
|
|
4446
|
+
* A negotiation
|
|
4447
|
+
*/
|
|
4448
|
+
200: Array<NegotiationSingleDto>;
|
|
4449
|
+
};
|
|
4450
|
+
type GetAccessibleNegotiation_Response = GetAccessibleNegotiation_Responses[keyof GetAccessibleNegotiation_Responses];
|
|
4451
|
+
type GenerateNegotiationsReport_Data = {
|
|
4452
|
+
body?: never;
|
|
4453
|
+
path: {
|
|
4454
|
+
subAccountId: string;
|
|
4455
|
+
fileType: string;
|
|
4313
4456
|
};
|
|
4314
4457
|
query: {
|
|
4315
4458
|
/**
|
|
@@ -4481,157 +4624,14 @@ type DownloadDashboardReportAsExcel_Data = {
|
|
|
4481
4624
|
*/
|
|
4482
4625
|
missingApprovers?: boolean;
|
|
4483
4626
|
};
|
|
4484
|
-
url: '/api/v1/subAccounts/{subAccountId}/negotiations/
|
|
4485
|
-
};
|
|
4486
|
-
type DownloadDashboardReportAsExcel_Responses = {
|
|
4487
|
-
/**
|
|
4488
|
-
* A list of negotiations in XLSX formatted data
|
|
4489
|
-
*/
|
|
4490
|
-
200: Blob | File;
|
|
4491
|
-
};
|
|
4492
|
-
type DownloadDashboardReportAsExcel_Response = DownloadDashboardReportAsExcel_Responses[keyof DownloadDashboardReportAsExcel_Responses];
|
|
4493
|
-
type MoveEntity_Data = {
|
|
4494
|
-
body: MoveEntityDto;
|
|
4495
|
-
path: {
|
|
4496
|
-
entityId: string;
|
|
4497
|
-
subAccountId: string;
|
|
4498
|
-
};
|
|
4499
|
-
query?: never;
|
|
4500
|
-
url: '/api/v1/subAccounts/{subAccountId}/entity/{entityId}/move';
|
|
4627
|
+
url: '/api/v1/subAccounts/{subAccountId}/negotiations/report/{fileType}';
|
|
4501
4628
|
};
|
|
4502
|
-
type
|
|
4629
|
+
type GenerateNegotiationsReport_Responses = {
|
|
4503
4630
|
/**
|
|
4504
|
-
*
|
|
4631
|
+
* The report was generated and the email was sent
|
|
4505
4632
|
*/
|
|
4506
|
-
|
|
4507
|
-
/**
|
|
4508
|
-
* Entity cannot be moved from and to the same Sub-Account
|
|
4509
|
-
*/
|
|
4510
|
-
419: unknown;
|
|
4511
|
-
};
|
|
4512
|
-
type MoveEntity_Responses = {
|
|
4513
|
-
/**
|
|
4514
|
-
* Entity successfully moved
|
|
4515
|
-
*/
|
|
4516
|
-
200: RemovedUsersDto;
|
|
4633
|
+
202: unknown;
|
|
4517
4634
|
};
|
|
4518
|
-
type MoveEntity_Response = MoveEntity_Responses[keyof MoveEntity_Responses];
|
|
4519
|
-
type DeleteApprovalComment_Data = {
|
|
4520
|
-
body?: never;
|
|
4521
|
-
path: {
|
|
4522
|
-
subAccountId: string;
|
|
4523
|
-
negotiationId: string;
|
|
4524
|
-
approvalCommentId: string;
|
|
4525
|
-
};
|
|
4526
|
-
query?: never;
|
|
4527
|
-
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comment/{approvalCommentId}';
|
|
4528
|
-
};
|
|
4529
|
-
type DeleteApprovalComment_Errors = {
|
|
4530
|
-
/**
|
|
4531
|
-
* Action not permitted (user does not have permission)
|
|
4532
|
-
*/
|
|
4533
|
-
403: unknown;
|
|
4534
|
-
};
|
|
4535
|
-
type DeleteApprovalComment_Responses = {
|
|
4536
|
-
/**
|
|
4537
|
-
* The deleted comment
|
|
4538
|
-
*/
|
|
4539
|
-
200: unknown;
|
|
4540
|
-
};
|
|
4541
|
-
type EditApprovalComment_Data = {
|
|
4542
|
-
body: UpdateCommentDto;
|
|
4543
|
-
path: {
|
|
4544
|
-
subAccountId: string;
|
|
4545
|
-
negotiationId: string;
|
|
4546
|
-
approvalCommentId: string;
|
|
4547
|
-
};
|
|
4548
|
-
query?: never;
|
|
4549
|
-
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/approvals/comment/{approvalCommentId}';
|
|
4550
|
-
};
|
|
4551
|
-
type EditApprovalComment_Errors = {
|
|
4552
|
-
/**
|
|
4553
|
-
* Comment value is empty
|
|
4554
|
-
*/
|
|
4555
|
-
403: unknown;
|
|
4556
|
-
};
|
|
4557
|
-
type EditApprovalComment_Responses = {
|
|
4558
|
-
/**
|
|
4559
|
-
* The updated comment
|
|
4560
|
-
*/
|
|
4561
|
-
200: ApprovalCommentDto;
|
|
4562
|
-
};
|
|
4563
|
-
type EditApprovalComment_Response = EditApprovalComment_Responses[keyof EditApprovalComment_Responses];
|
|
4564
|
-
type DeleteExternalAttachment_Data = {
|
|
4565
|
-
body?: never;
|
|
4566
|
-
path: {
|
|
4567
|
-
subAccountId: string;
|
|
4568
|
-
negotiationId: string;
|
|
4569
|
-
fileName: string;
|
|
4570
|
-
};
|
|
4571
|
-
query?: never;
|
|
4572
|
-
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment/{fileName}';
|
|
4573
|
-
};
|
|
4574
|
-
type DeleteExternalAttachment_Responses = {
|
|
4575
|
-
/**
|
|
4576
|
-
* The invite attachment was deleted successfully. Returns all invite attachments
|
|
4577
|
-
*/
|
|
4578
|
-
200: AttachmentsExistsDto;
|
|
4579
|
-
};
|
|
4580
|
-
type DeleteExternalAttachment_Response = DeleteExternalAttachment_Responses[keyof DeleteExternalAttachment_Responses];
|
|
4581
|
-
type GetExternalAttachment_Data = {
|
|
4582
|
-
body?: never;
|
|
4583
|
-
path: {
|
|
4584
|
-
subAccountId: string;
|
|
4585
|
-
negotiationId: string;
|
|
4586
|
-
fileName: string;
|
|
4587
|
-
};
|
|
4588
|
-
query?: never;
|
|
4589
|
-
url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/attachment/{fileName}';
|
|
4590
|
-
};
|
|
4591
|
-
type GetExternalAttachment_Errors = {
|
|
4592
|
-
/**
|
|
4593
|
-
* Missing document
|
|
4594
|
-
*/
|
|
4595
|
-
404: unknown;
|
|
4596
|
-
};
|
|
4597
|
-
type GetExternalAttachment_Responses = {
|
|
4598
|
-
/**
|
|
4599
|
-
* The uploaded invite attachment
|
|
4600
|
-
*/
|
|
4601
|
-
200: Blob | File;
|
|
4602
|
-
};
|
|
4603
|
-
type GetExternalAttachment_Response = GetExternalAttachment_Responses[keyof GetExternalAttachment_Responses];
|
|
4604
|
-
type ListPotentialNegotiationAdvisors_Data = {
|
|
4605
|
-
body?: never;
|
|
4606
|
-
path: {
|
|
4607
|
-
subAccountId: string;
|
|
4608
|
-
negotiationId: string;
|
|
4609
|
-
};
|
|
4610
|
-
query?: never;
|
|
4611
|
-
url: '/api/v1/advisor/subAccounts/{subAccountId}/negotiations/{negotiationId}/potentialAdvisors';
|
|
4612
|
-
};
|
|
4613
|
-
type ListPotentialNegotiationAdvisors_Responses = {
|
|
4614
|
-
/**
|
|
4615
|
-
* A list of all advisors that can be given access to the specified negotiation
|
|
4616
|
-
*/
|
|
4617
|
-
200: Array<PotentialAdvisorSummaryDto>;
|
|
4618
|
-
};
|
|
4619
|
-
type ListPotentialNegotiationAdvisors_Response = ListPotentialNegotiationAdvisors_Responses[keyof ListPotentialNegotiationAdvisors_Responses];
|
|
4620
|
-
type GetAccessibleNegotiation_Data = {
|
|
4621
|
-
body?: never;
|
|
4622
|
-
path: {
|
|
4623
|
-
negotiationId: string;
|
|
4624
|
-
};
|
|
4625
|
-
query?: never;
|
|
4626
|
-
url: '/api/v1/negotiations/{negotiationId}';
|
|
4627
|
-
};
|
|
4628
|
-
type GetAccessibleNegotiation_Responses = {
|
|
4629
|
-
/**
|
|
4630
|
-
* A negotiation
|
|
4631
|
-
*/
|
|
4632
|
-
200: Array<NegotiationSingleDto>;
|
|
4633
|
-
};
|
|
4634
|
-
type GetAccessibleNegotiation_Response = GetAccessibleNegotiation_Responses[keyof GetAccessibleNegotiation_Responses];
|
|
4635
4635
|
type ForkNegotiation_Data = {
|
|
4636
4636
|
body?: never;
|
|
4637
4637
|
path: {
|
|
@@ -5507,7 +5507,7 @@ type GetDownloadExecutedNegotiationsAsExcel_Responses = {
|
|
|
5507
5507
|
200: Blob | File;
|
|
5508
5508
|
};
|
|
5509
5509
|
type GetDownloadExecutedNegotiationsAsExcel_Response = GetDownloadExecutedNegotiationsAsExcel_Responses[keyof GetDownloadExecutedNegotiationsAsExcel_Responses];
|
|
5510
|
-
type
|
|
5510
|
+
type GenerateExecutedNegotiationsReportAsExcel_Data = {
|
|
5511
5511
|
body?: ReportGenerationRequestDto;
|
|
5512
5512
|
path: {
|
|
5513
5513
|
subAccountId: string;
|
|
@@ -5515,19 +5515,18 @@ type DownloadExecutedNegotiationsAsExcel_Data = {
|
|
|
5515
5515
|
query?: never;
|
|
5516
5516
|
url: '/api/v1/subAccounts/{subAccountId}/executed_negotiations/xlsx';
|
|
5517
5517
|
};
|
|
5518
|
-
type
|
|
5518
|
+
type GenerateExecutedNegotiationsReportAsExcel_Errors = {
|
|
5519
5519
|
/**
|
|
5520
5520
|
* Negotiation not found
|
|
5521
5521
|
*/
|
|
5522
5522
|
404: unknown;
|
|
5523
5523
|
};
|
|
5524
|
-
type
|
|
5524
|
+
type GenerateExecutedNegotiationsReportAsExcel_Responses = {
|
|
5525
5525
|
/**
|
|
5526
|
-
*
|
|
5526
|
+
* The report was generated and the email was sent
|
|
5527
5527
|
*/
|
|
5528
|
-
|
|
5528
|
+
202: unknown;
|
|
5529
5529
|
};
|
|
5530
|
-
type DownloadExecutedNegotiationsAsExcel_Response = DownloadExecutedNegotiationsAsExcel_Responses[keyof DownloadExecutedNegotiationsAsExcel_Responses];
|
|
5531
5530
|
type DeleteSignedSignaturePageForParty_Data = {
|
|
5532
5531
|
body?: never;
|
|
5533
5532
|
path: {
|
|
@@ -6650,22 +6649,6 @@ type GetPartyAnswers_Responses = {
|
|
|
6650
6649
|
200: VersionedPartyAnswersDto;
|
|
6651
6650
|
};
|
|
6652
6651
|
type GetPartyAnswers_Response = GetPartyAnswers_Responses[keyof GetPartyAnswers_Responses];
|
|
6653
|
-
type GetNegotiationsGroup_Data = {
|
|
6654
|
-
body?: never;
|
|
6655
|
-
path: {
|
|
6656
|
-
subAccountId: string;
|
|
6657
|
-
negotiationGroupId: string;
|
|
6658
|
-
};
|
|
6659
|
-
query?: never;
|
|
6660
|
-
url: '/api/v1/subAccounts/{subAccountId}/negotiationGroups/{negotiationGroupId}/negotiations';
|
|
6661
|
-
};
|
|
6662
|
-
type GetNegotiationsGroup_Responses = {
|
|
6663
|
-
/**
|
|
6664
|
-
* A negotiation group
|
|
6665
|
-
*/
|
|
6666
|
-
200: NegotiationsGroupDto;
|
|
6667
|
-
};
|
|
6668
|
-
type GetNegotiationsGroup_Response = GetNegotiationsGroup_Responses[keyof GetNegotiationsGroup_Responses];
|
|
6669
6652
|
type DeletePreset_Data = {
|
|
6670
6653
|
body?: never;
|
|
6671
6654
|
path: {
|
|
@@ -6710,6 +6693,52 @@ type CreatePresetAuditTrailJson_Responses = {
|
|
|
6710
6693
|
200: PresetAuditEventsDto;
|
|
6711
6694
|
};
|
|
6712
6695
|
type CreatePresetAuditTrailJson_Response = CreatePresetAuditTrailJson_Responses[keyof CreatePresetAuditTrailJson_Responses];
|
|
6696
|
+
type GetPotentialUsers_Data = {
|
|
6697
|
+
body?: never;
|
|
6698
|
+
path: {
|
|
6699
|
+
subAccountId: string;
|
|
6700
|
+
};
|
|
6701
|
+
query?: {
|
|
6702
|
+
/**
|
|
6703
|
+
* Include super managers (who are in all Sub-Accounts) in the response
|
|
6704
|
+
*/
|
|
6705
|
+
includeSuperManagers?: boolean;
|
|
6706
|
+
/**
|
|
6707
|
+
* Include advisors in the response
|
|
6708
|
+
*/
|
|
6709
|
+
includeAdvisors?: boolean;
|
|
6710
|
+
};
|
|
6711
|
+
url: '/api/v1/subaccount/{subAccountId}/potentialUsers';
|
|
6712
|
+
};
|
|
6713
|
+
type GetPotentialUsers_Errors = {
|
|
6714
|
+
/**
|
|
6715
|
+
* Sub-account not found
|
|
6716
|
+
*/
|
|
6717
|
+
404: unknown;
|
|
6718
|
+
};
|
|
6719
|
+
type GetPotentialUsers_Responses = {
|
|
6720
|
+
/**
|
|
6721
|
+
* List all of the potential users of the specified subaccount
|
|
6722
|
+
*/
|
|
6723
|
+
200: UserListForPickerDto;
|
|
6724
|
+
};
|
|
6725
|
+
type GetPotentialUsers_Response = GetPotentialUsers_Responses[keyof GetPotentialUsers_Responses];
|
|
6726
|
+
type GetNegotiationsGroup_Data = {
|
|
6727
|
+
body?: never;
|
|
6728
|
+
path: {
|
|
6729
|
+
subAccountId: string;
|
|
6730
|
+
negotiationGroupId: string;
|
|
6731
|
+
};
|
|
6732
|
+
query?: never;
|
|
6733
|
+
url: '/api/v1/subAccounts/{subAccountId}/negotiationGroups/{negotiationGroupId}/negotiations';
|
|
6734
|
+
};
|
|
6735
|
+
type GetNegotiationsGroup_Responses = {
|
|
6736
|
+
/**
|
|
6737
|
+
* A negotiation group
|
|
6738
|
+
*/
|
|
6739
|
+
200: NegotiationsGroupDto;
|
|
6740
|
+
};
|
|
6741
|
+
type GetNegotiationsGroup_Response = GetNegotiationsGroup_Responses[keyof GetNegotiationsGroup_Responses];
|
|
6713
6742
|
type ConsentCodeCallback_Data = {
|
|
6714
6743
|
body?: never;
|
|
6715
6744
|
path?: never;
|
|
@@ -6892,23 +6921,23 @@ type AssignUser_Responses = {
|
|
|
6892
6921
|
200: NegotiationSingleDto;
|
|
6893
6922
|
};
|
|
6894
6923
|
type AssignUser_Response = AssignUser_Responses[keyof AssignUser_Responses];
|
|
6895
|
-
type
|
|
6924
|
+
type GenerateCommentsReport_Data = {
|
|
6896
6925
|
body?: never;
|
|
6897
6926
|
path: {
|
|
6898
6927
|
subAccountId: string;
|
|
6899
6928
|
};
|
|
6900
6929
|
query?: {
|
|
6901
6930
|
yearMonths?: Array<string>;
|
|
6931
|
+
timeZone?: string;
|
|
6902
6932
|
};
|
|
6903
6933
|
url: '/api/v1/subAccounts/{subAccountId}/comments/xlsx';
|
|
6904
6934
|
};
|
|
6905
|
-
type
|
|
6935
|
+
type GenerateCommentsReport_Responses = {
|
|
6906
6936
|
/**
|
|
6907
|
-
*
|
|
6937
|
+
* The report was generated and the email was sent
|
|
6908
6938
|
*/
|
|
6909
|
-
|
|
6939
|
+
202: unknown;
|
|
6910
6940
|
};
|
|
6911
|
-
type GetAllNegotiationCommentsForSubAccount_Response = GetAllNegotiationCommentsForSubAccount_Responses[keyof GetAllNegotiationCommentsForSubAccount_Responses];
|
|
6912
6941
|
type GetExtractionResults_Data = {
|
|
6913
6942
|
body?: never;
|
|
6914
6943
|
path: {
|
|
@@ -7580,23 +7609,22 @@ type SetExternalAttachment_Responses = {
|
|
|
7580
7609
|
201: AttachmentsExistsDto;
|
|
7581
7610
|
};
|
|
7582
7611
|
type SetExternalAttachment_Response = SetExternalAttachment_Responses[keyof SetExternalAttachment_Responses];
|
|
7583
|
-
type
|
|
7612
|
+
type GenerateAuditTrailForSubAccountAsExcel_Data = {
|
|
7584
7613
|
body?: never;
|
|
7585
7614
|
path: {
|
|
7586
7615
|
subAccountId: string;
|
|
7587
7616
|
};
|
|
7588
|
-
query
|
|
7589
|
-
yearMonths
|
|
7617
|
+
query?: {
|
|
7618
|
+
yearMonths?: Array<string>;
|
|
7590
7619
|
};
|
|
7591
7620
|
url: '/api/v1/subAccounts/{subAccountId}/audit_trail/xlsx';
|
|
7592
7621
|
};
|
|
7593
|
-
type
|
|
7622
|
+
type GenerateAuditTrailForSubAccountAsExcel_Responses = {
|
|
7594
7623
|
/**
|
|
7595
|
-
*
|
|
7624
|
+
* The report was generated and the email was sent
|
|
7596
7625
|
*/
|
|
7597
|
-
|
|
7626
|
+
202: unknown;
|
|
7598
7627
|
};
|
|
7599
|
-
type AuditTrailForSubAccountAsExcel_Response = AuditTrailForSubAccountAsExcel_Responses[keyof AuditTrailForSubAccountAsExcel_Responses];
|
|
7600
7628
|
type ValidateDraftReceiverEmails_Data = {
|
|
7601
7629
|
body: Array<DraftReceiverEmailsDto>;
|
|
7602
7630
|
path: {
|
|
@@ -8607,7 +8635,7 @@ type GetDownloadActiveNegotiationsReportAsExcel_Responses = {
|
|
|
8607
8635
|
200: Blob | File;
|
|
8608
8636
|
};
|
|
8609
8637
|
type GetDownloadActiveNegotiationsReportAsExcel_Response = GetDownloadActiveNegotiationsReportAsExcel_Responses[keyof GetDownloadActiveNegotiationsReportAsExcel_Responses];
|
|
8610
|
-
type
|
|
8638
|
+
type GenerateActiveNegotiationsReportAsExcel_Data = {
|
|
8611
8639
|
body?: ReportGenerationRequestDto;
|
|
8612
8640
|
path: {
|
|
8613
8641
|
subAccountId: string;
|
|
@@ -8615,19 +8643,12 @@ type DownloadActiveNegotiationsReportAsExcel_Data = {
|
|
|
8615
8643
|
query?: never;
|
|
8616
8644
|
url: '/api/v1/subAccounts/{subAccountId}/negotiations/analytics/xlsx';
|
|
8617
8645
|
};
|
|
8618
|
-
type
|
|
8646
|
+
type GenerateActiveNegotiationsReportAsExcel_Responses = {
|
|
8619
8647
|
/**
|
|
8620
|
-
*
|
|
8648
|
+
* The report was generated and the email was sent
|
|
8621
8649
|
*/
|
|
8622
|
-
|
|
8623
|
-
};
|
|
8624
|
-
type DownloadActiveNegotiationsReportAsExcel_Responses = {
|
|
8625
|
-
/**
|
|
8626
|
-
* XLSX formatted data
|
|
8627
|
-
*/
|
|
8628
|
-
200: Blob | File;
|
|
8650
|
+
202: unknown;
|
|
8629
8651
|
};
|
|
8630
|
-
type DownloadActiveNegotiationsReportAsExcel_Response = DownloadActiveNegotiationsReportAsExcel_Responses[keyof DownloadActiveNegotiationsReportAsExcel_Responses];
|
|
8631
8652
|
type SetCounterparties_Data = {
|
|
8632
8653
|
body: Array<CounterpartyWithReferenceIdDto>;
|
|
8633
8654
|
path: {
|
|
@@ -9664,10 +9685,10 @@ declare const getSecurityContext: <ThrowOnError extends boolean = false>(options
|
|
|
9664
9685
|
*/
|
|
9665
9686
|
declare const updateSelectedElections: <ThrowOnError extends boolean = false>(options: Options<UpdateSelectedElections_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ExtractionResultDto, unknown, ThrowOnError>;
|
|
9666
9687
|
/**
|
|
9667
|
-
*
|
|
9668
|
-
*
|
|
9688
|
+
* Generate the audit trail for an account as XLSX and send the download email
|
|
9689
|
+
* Generate the audit trail for an account as XLSX and send the download email.
|
|
9669
9690
|
*/
|
|
9670
|
-
declare const
|
|
9691
|
+
declare const generateAuditTrailForAccountAsExcel: <ThrowOnError extends boolean = false>(options: Options<GenerateAuditTrailForAccountAsExcel_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<unknown, unknown, ThrowOnError>;
|
|
9671
9692
|
/**
|
|
9672
9693
|
* Update the answers for a preset
|
|
9673
9694
|
* Update the answers for a preset.
|
|
@@ -9768,6 +9789,11 @@ declare const markEventsAsViewed: <ThrowOnError extends boolean = false>(options
|
|
|
9768
9789
|
* Shows the full restatement history for this negotiation starting at the original and ending with the most recent restatement.
|
|
9769
9790
|
*/
|
|
9770
9791
|
declare const negotiationForkHistory: <ThrowOnError extends boolean = false>(options: Options<NegotiationForkHistory_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<NegotiationSingleDto[], unknown, ThrowOnError>;
|
|
9792
|
+
/**
|
|
9793
|
+
* Move an entity from one Sub-Account to another
|
|
9794
|
+
* Move an entity (and it's associated negotiations) from one Sub-Account to another.
|
|
9795
|
+
*/
|
|
9796
|
+
declare const moveEntity: <ThrowOnError extends boolean = false>(options: Options<MoveEntity_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RemovedUsersDto, unknown, ThrowOnError>;
|
|
9771
9797
|
/**
|
|
9772
9798
|
* View a list of all entities assigned to Sub-Accounts, account-wide
|
|
9773
9799
|
* View a list of all entities assigned to Sub-Accounts, account-wide.
|
|
@@ -9788,16 +9814,6 @@ declare const setFinalApproval: <ThrowOnError extends boolean = false>(options:
|
|
|
9788
9814
|
* Update the approval rules for an election.
|
|
9789
9815
|
*/
|
|
9790
9816
|
declare const setElectionApproval: <ThrowOnError extends boolean = false>(options: Options<SetElectionApproval_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<NegotiationSingleDto, unknown, ThrowOnError>;
|
|
9791
|
-
/**
|
|
9792
|
-
* List negotiations in a Sub-Account and return the result as a report
|
|
9793
|
-
* List negotiations in a Sub-Account and return the result as a report.
|
|
9794
|
-
*/
|
|
9795
|
-
declare const downloadDashboardReportAsExcel: <ThrowOnError extends boolean = false>(options: Options<DownloadDashboardReportAsExcel_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Blob | File, unknown, ThrowOnError>;
|
|
9796
|
-
/**
|
|
9797
|
-
* Move an entity from one Sub-Account to another
|
|
9798
|
-
* Move an entity (and it's associated negotiations) from one Sub-Account to another.
|
|
9799
|
-
*/
|
|
9800
|
-
declare const moveEntity: <ThrowOnError extends boolean = false>(options: Options<MoveEntity_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RemovedUsersDto, unknown, ThrowOnError>;
|
|
9801
9817
|
/**
|
|
9802
9818
|
* Delete an approval comment
|
|
9803
9819
|
* Delete an approval comment.
|
|
@@ -9828,6 +9844,11 @@ declare const listPotentialNegotiationAdvisors: <ThrowOnError extends boolean =
|
|
|
9828
9844
|
* View a negotiation, if you have access to it. Searches all of your Sub-Accounts.
|
|
9829
9845
|
*/
|
|
9830
9846
|
declare const getAccessibleNegotiation: <ThrowOnError extends boolean = false>(options: Options<GetAccessibleNegotiation_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<NegotiationSingleDto[], unknown, ThrowOnError>;
|
|
9847
|
+
/**
|
|
9848
|
+
* Generate negotiations report in a Sub-Account and send the download email
|
|
9849
|
+
* Generate negotiations report in a Sub-Account and send the download email.
|
|
9850
|
+
*/
|
|
9851
|
+
declare const generateNegotiationsReport: <ThrowOnError extends boolean = false>(options: Options<GenerateNegotiationsReport_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<unknown, unknown, ThrowOnError>;
|
|
9831
9852
|
/**
|
|
9832
9853
|
* Restate an existing executed negotiation
|
|
9833
9854
|
* Starts a new negotiation where all elections are prefilled from the specified negotiation. Once the new negotiation is executed, the documents produced will indicate that they restate the original documents. In order to restate a negotiation it must be executed, the document must support restatement and there must not be any other sequential restatements for this negotiation. Any subsequent restatement should be made from the the latest executed restatement.
|
|
@@ -10024,10 +10045,10 @@ declare const updateMetadata: <ThrowOnError extends boolean = false>(options: Op
|
|
|
10024
10045
|
*/
|
|
10025
10046
|
declare const getDownloadExecutedNegotiationsAsExcel: <ThrowOnError extends boolean = false>(options: Options<GetDownloadExecutedNegotiationsAsExcel_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Blob | File, unknown, ThrowOnError>;
|
|
10026
10047
|
/**
|
|
10027
|
-
*
|
|
10028
|
-
*
|
|
10048
|
+
* Generate report for all executed negotiations in a Sub-Account and send the download email
|
|
10049
|
+
* Generate report for all executed negotiations in a Sub-Account and send the download email.
|
|
10029
10050
|
*/
|
|
10030
|
-
declare const
|
|
10051
|
+
declare const generateExecutedNegotiationsReportAsExcel: <ThrowOnError extends boolean = false>(options: Options<GenerateExecutedNegotiationsReportAsExcel_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<unknown, unknown, ThrowOnError>;
|
|
10031
10052
|
/**
|
|
10032
10053
|
* Delete a signed signature page for a specific party
|
|
10033
10054
|
* Delete a signed signature page for a specific party.
|
|
@@ -10258,11 +10279,6 @@ declare const listDocuments: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
10258
10279
|
* View all answers for the major version numbers of the negotiation in a Sub-Account.
|
|
10259
10280
|
*/
|
|
10260
10281
|
declare const getPartyAnswers: <ThrowOnError extends boolean = false>(options: Options<GetPartyAnswers_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<VersionedPartyAnswersDto, unknown, ThrowOnError>;
|
|
10261
|
-
/**
|
|
10262
|
-
* View a negotiation group, and the negotiations within it
|
|
10263
|
-
* View a negotiation group, and the negotiations within it.
|
|
10264
|
-
*/
|
|
10265
|
-
declare const getNegotiationsGroup: <ThrowOnError extends boolean = false>(options: Options<GetNegotiationsGroup_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<NegotiationsGroupDto, unknown, ThrowOnError>;
|
|
10266
10282
|
/**
|
|
10267
10283
|
* Delete a preset
|
|
10268
10284
|
* Delete a preset.
|
|
@@ -10278,6 +10294,16 @@ declare const getPreset: <ThrowOnError extends boolean = false>(options: Options
|
|
|
10278
10294
|
* Download the audit trail for a preset as JSON.
|
|
10279
10295
|
*/
|
|
10280
10296
|
declare const createPresetAuditTrailJson: <ThrowOnError extends boolean = false>(options: Options<CreatePresetAuditTrailJson_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<PresetAuditEventsDto, unknown, ThrowOnError>;
|
|
10297
|
+
/**
|
|
10298
|
+
* View a list of users in the account that is the parent of the specified Sub-Account.
|
|
10299
|
+
* View a list of users in the account that is the parent of the specified Sub-Account.
|
|
10300
|
+
*/
|
|
10301
|
+
declare const getPotentialUsers: <ThrowOnError extends boolean = false>(options: Options<GetPotentialUsers_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UserListForPickerDto, unknown, ThrowOnError>;
|
|
10302
|
+
/**
|
|
10303
|
+
* View a negotiation group, and the negotiations within it
|
|
10304
|
+
* View a negotiation group, and the negotiations within it.
|
|
10305
|
+
*/
|
|
10306
|
+
declare const getNegotiationsGroup: <ThrowOnError extends boolean = false>(options: Options<GetNegotiationsGroup_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<NegotiationsGroupDto, unknown, ThrowOnError>;
|
|
10281
10307
|
/**
|
|
10282
10308
|
* Endpoint used for callback from DocuSign
|
|
10283
10309
|
* Connect CIQ account with DocuSign.
|
|
@@ -10324,10 +10350,10 @@ declare const downloadPreset: <ThrowOnError extends boolean = false>(options: Op
|
|
|
10324
10350
|
*/
|
|
10325
10351
|
declare const assignUser: <ThrowOnError extends boolean = false>(options: Options<AssignUser_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<NegotiationSingleDto, unknown, ThrowOnError>;
|
|
10326
10352
|
/**
|
|
10327
|
-
*
|
|
10328
|
-
*
|
|
10353
|
+
* Generate excel report containing comments for all negotiations that belongs to the Sub-Account and send the download email
|
|
10354
|
+
* Generate excel report containing comments for all negotiations that belongs to the Sub-Account and send the download email.
|
|
10329
10355
|
*/
|
|
10330
|
-
declare const
|
|
10356
|
+
declare const generateCommentsReport: <ThrowOnError extends boolean = false>(options: Options<GenerateCommentsReport_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<unknown, unknown, ThrowOnError>;
|
|
10331
10357
|
/**
|
|
10332
10358
|
* Get the current extraction status and results
|
|
10333
10359
|
* Get the current extraction status and results.
|
|
@@ -10434,10 +10460,10 @@ declare const setExternalAttachments: <ThrowOnError extends boolean = false>(opt
|
|
|
10434
10460
|
*/
|
|
10435
10461
|
declare const setExternalAttachment: <ThrowOnError extends boolean = false>(options: Options<SetExternalAttachment_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<AttachmentsExistsDto, unknown, ThrowOnError>;
|
|
10436
10462
|
/**
|
|
10437
|
-
*
|
|
10438
|
-
*
|
|
10463
|
+
* Generate the audit trail for a Sub-Account as XLSX and send the download email
|
|
10464
|
+
* Generate the audit trail for a Sub-Account as XLSX and send the download email.
|
|
10439
10465
|
*/
|
|
10440
|
-
declare const
|
|
10466
|
+
declare const generateAuditTrailForSubAccountAsExcel: <ThrowOnError extends boolean = false>(options: Options<GenerateAuditTrailForSubAccountAsExcel_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<unknown, unknown, ThrowOnError>;
|
|
10441
10467
|
/**
|
|
10442
10468
|
* Validates sets of proposed receiver email addresses to be used in bulk creation
|
|
10443
10469
|
* Validates sets of proposed receiver email addresses to be used in bulk creation.
|
|
@@ -10661,10 +10687,10 @@ declare const checkSignedExecutedVersion: <ThrowOnError extends boolean = false>
|
|
|
10661
10687
|
*/
|
|
10662
10688
|
declare const getDownloadActiveNegotiationsReportAsExcel: <ThrowOnError extends boolean = false>(options: Options<GetDownloadActiveNegotiationsReportAsExcel_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<Blob | File, unknown, ThrowOnError>;
|
|
10663
10689
|
/**
|
|
10664
|
-
*
|
|
10665
|
-
*
|
|
10690
|
+
* Generate the election analytics report for all negotiations for a Sub-Account and send the download email
|
|
10691
|
+
* Generate the election analytics report for all negotiations for a Sub-Account and send the download email.
|
|
10666
10692
|
*/
|
|
10667
|
-
declare const
|
|
10693
|
+
declare const generateActiveNegotiationsReportAsExcel: <ThrowOnError extends boolean = false>(options: Options<GenerateActiveNegotiationsReportAsExcel_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<unknown, unknown, ThrowOnError>;
|
|
10668
10694
|
/**
|
|
10669
10695
|
* Set one or more counterparties for a negotiation
|
|
10670
10696
|
* Set one or more counterparties for a negotiation.
|
|
@@ -10881,4 +10907,4 @@ declare const getTimelineActivity: <ThrowOnError extends boolean = false>(option
|
|
|
10881
10907
|
*/
|
|
10882
10908
|
declare const getProfile: <ThrowOnError extends boolean = false>(options?: Options<GetProfile_Data, ThrowOnError>) => _hey_api_client_fetch.RequestResult<UserProfileDto, unknown, ThrowOnError>;
|
|
10883
10909
|
|
|
10884
|
-
export { type AcceptAllCounterpartyPositions_Data, type AcceptAllCounterpartyPositions_Errors, type AcceptAllCounterpartyPositions_Response, type AcceptAllCounterpartyPositions_Responses, type AcceptAllCustodianTemplatePositions_Data, type AcceptAllCustodianTemplatePositions_Errors, type AcceptAllCustodianTemplatePositions_Response, type AcceptAllCustodianTemplatePositions_Responses, type AcceptAllPositionsFromFork_Data, type AcceptAllPositionsFromFork_Errors, type AcceptAllPositionsFromFork_Response, type AcceptAllPositionsFromFork_Responses, type AcceptAllPositionsFromPreviousVersion_Data, type AcceptAllPositionsFromPreviousVersion_Errors, type AcceptAllPositionsFromPreviousVersion_Response, type AcceptAllPositionsFromPreviousVersion_Responses, type AcceptAllPresetPositions_Data, type AcceptAllPresetPositions_Errors, type AcceptAllPresetPositions_Response, type AcceptAllPresetPositions_Responses, type AcceptCounterpartyPosition_Data, type AcceptCounterpartyPosition_Errors, type AcceptCounterpartyPosition_Response, type AcceptCounterpartyPosition_Responses, type AcceptInviteDto, type AcceptNestedAnswersCounterpartyPosition_Data, type AcceptNestedAnswersCounterpartyPosition_Errors, type AcceptNestedAnswersCounterpartyPosition_Response, type AcceptNestedAnswersCounterpartyPosition_Responses, type AcceptedRelationshipDto, type AccessTokenDto, type AccessWindowDto, type AccountAndSubAccountsDto, type AccountAvailableActionsDto, type AccountContextDto, type AccountIdAndNameDto, type AccountIntegrationDataDto, type AccountInviteByNakhodaDto, type AccountNameDto, type AccountSettingsDto, type AccountStatisticsDto, type AccountSummaryFlatDto, type AccountSummaryWithSubAccountsDto, type AccountSummary_Data, type AccountSummary_Errors, type AccountSummary_Response, type AccountSummary_Responses, type AccountWithAddedDomainsDto, type ActiveOrPendingUserDto, type ActiveOrPendingUserForNakhodaAdminDto, type ActiveUserDto, type ActiveUserStatisticsDto, type ActivityTimelineSummaryDto, type AddApprovalComment_Data, type AddApprovalComment_Errors, type AddApprovalComment_Response, type AddApprovalComment_Responses, type AddComment_Data, type AddComment_Response, type AddComment_Responses, type AddElectionApproval_Data, type AddElectionApproval_Errors, type AddElectionApproval_Response, type AddElectionApproval_Responses, type AddElectionRejection_Data, type AddElectionRejection_Errors, type AddElectionRejection_Response, type AddElectionRejection_Responses, type AddOptionalCommentDto, type AddWatchers_Data, type AddWatchers_Errors, type AddWatchers_Response, type AddWatchers_Responses, type AdminAccountDetailDto, type AdminAccountWithEntitiesDto, type AdminApiUserSummaryDto, type AdminPendingAccountDto, type AdminRevertNegotiationStateDto, type AdminUpdateEmailPreferencesDto, type AdvisorAccountRelationshipDto, type AdvisorAccountRelationshipsDto, type AdvisorNegotiationRequestDto, type AdvisorOrClient, type AdvisorRelationshipExpandedDto, type AdvisorRelationshipSummaryDto, type AdvisorRequestInboundStatsDto, type AdvisorRequestStatus, type AdvisorRequestSummaryDto, type AdvisorUserDto, type AdvisorWithShareSettingDto, type AllowlistOrDenylist, type AmendDefaultsDto, type AnalyticsEventType, type AnnouncementDto, type AnnouncementsDto, type AnonymousApproverDto, type AnswersSummariesDto, type ApiUserSummaryDto, type ApplyExtractedAnswers_Data, type ApplyExtractedAnswers_Errors, type ApplyExtractedAnswers_Response, type ApplyExtractedAnswers_Responses, type ApprovalCommentAvailableActionsDto, type ApprovalCommentDto, type ApprovalCommentRequestDto, type ApprovalCommentUserDto, type ApprovalCommentsAvailableActionsDto, type ApprovalCommentsDto, type ApprovalCountStatisticsDto, type ApprovalDecisionsWithSubmittedValuesDto, type ApprovalDto, type ApprovalHistoryDto, type ApprovalRoundDto, type ApprovalRoundType, type ApprovalRuleChangesDto, type ApprovalStatus, type ApprovalType, type ApproveFinalDocument_Data, type ApproveFinalDocument_Errors, type ApproveFinalDocument_Responses, type ApproverDto, type ApproverInRulesDto, type ApproverRemovalReason, type ApproversWithQuorumDto, type AssignEntity_Data, type AssignEntity_Errors, type AssignEntity_Response, type AssignEntity_Responses, type AssignToMe_Data, type AssignToMe_Errors, type AssignToMe_Response, type AssignToMe_Responses, type AssignUser_Data, type AssignUser_Errors, type AssignUser_Response, type AssignUser_Responses, type AttachmentsExistsDto, type AttachmentsExistsDto_ExistingAttachmentDto, type AuditEventCauseDto, type AuditEventDto, type AuditEventEffectDto, type AuditTrailFiltersDto, type AuditTrailFilters_Data, type AuditTrailFilters_Response, type AuditTrailFilters_Responses, type AuditTrailForAccountAsExcel_Data, type AuditTrailForAccountAsExcel_Response, type AuditTrailForAccountAsExcel_Responses, type AuditTrailForAccountAsJson_Data, type AuditTrailForAccountAsJson_Response, type AuditTrailForAccountAsJson_Responses, type AuditTrailForSubAccountAsExcel_Data, type AuditTrailForSubAccountAsExcel_Response, type AuditTrailForSubAccountAsExcel_Responses, type AuditTrailForSubAccountAsJson_Data, type AuditTrailForSubAccountAsJson_Response, type AuditTrailForSubAccountAsJson_Responses, type AuthEndpointsDto, type AuthEndpointsResponseDto, type AuthPing_Data, type AuthPing_Errors, type AuthPing_Responses, type AuthServerResponseDto, type AuthnSuccessResponseDto, type AuxiliaryDocumentExistsDto, type AvailableChannelsDto, type AvailableUserForAdvisingDto, type BillableEventType, type BreakingChanges_Data, type BreakingChanges_Response, type BreakingChanges_Responses, type BrokenApproversSummaryDto, type BulkDraftCounterpartyOptionsDto, type BulkSetDto, type BulkSetJobCountDto, type BulkSetWithAttachmentsDto, type BulkSetsCountsDto, type BulkSetsJobCount_Data, type BulkSetsJobCount_Response, type BulkSetsJobCount_Responses, type CDMOutputDto, type CalendricalFrequency, type CancelExtraction_Data, type CancelExtraction_Errors, type CancelExtraction_Response, type CancelExtraction_Responses, type CancelJobCountDto, type CancelNegotiationsDto, type CancelNegotiationsJobCount_Data, type CancelNegotiationsJobCount_Response, type CancelNegotiationsJobCount_Responses, type CancelNegotiations_Data, type CancelNegotiations_Response, type CancelNegotiations_Responses, type Cancel_Data, type Cancel_Errors, type Cancel_Response, type Cancel_Responses, type CancelledByDto, type CausesDto, type ChangePasswordRequestDto, type ChangeSigningModeDto, type ChangeSigningMode_Data, type ChangeSigningMode_Errors, type ChangeSigningMode_Response, type ChangeSigningMode_Responses, type ChannelType, type ChaserEmailInfoDto, type CheckAuxiliaryDocument_Data, type CheckAuxiliaryDocument_Errors, type CheckAuxiliaryDocument_Response, type CheckAuxiliaryDocument_Responses, type CheckForBrokenApprovers_Data, type CheckForBrokenApprovers_Response, type CheckForBrokenApprovers_Responses, type CheckOfflineNegotiatedDocument_Data, type CheckOfflineNegotiatedDocument_Errors, type CheckOfflineNegotiatedDocument_Response, type CheckOfflineNegotiatedDocument_Responses, type CheckSignedExecutedVersion_Data, type CheckSignedExecutedVersion_Errors, type CheckSignedExecutedVersion_Response, type CheckSignedExecutedVersion_Responses, type CheckSignedSignaturePagePdf_Data, type CheckSignedSignaturePagePdf_Errors, type CheckSignedSignaturePagePdf_Response, type CheckSignedSignaturePagePdf_Responses, type ClientOptions, type ClientSubAccountContextDto, type ClonePreset_Data, type ClonePreset_Errors, type ClonePreset_Response, type ClonePreset_Responses, type CommentDto, type CompletedExtractionResultDto, type ComponentAnswerDto, type ComponentAnswerDto_DataEditor, type ComponentAnswerDto_Multiple, type ComponentAnswerDto_NestedAnswers, type ComponentAnswerDto_RepeatingGroup, type ComponentAnswerDto_RepeatingGroupElement, type ComponentAnswerDto_Single, type ComponentAnswerDto_Tabular, type ComponentDto, type ComponentIdDto, type ConfirmExecutionVersion_Data, type ConfirmExecutionVersion_Errors, type ConfirmExecutionVersion_Response, type ConfirmExecutionVersion_Responses, type Confirm_Data, type Confirm_Errors, type Confirm_Response, type Confirm_Responses, type ConsentCodeCallback_Data, type ContactForNewApprover_Data, type ContactForNewApprover_Errors, type ContactForNewApprover_Responses, type ContextAvailableActionsDto, type CounterpartyDto, type CounterpartyWithReferenceIdDto, type CreateApiUserRequest, type CreateApiUserResponse, type CreateAuditTrailJson_Data, type CreateAuditTrailJson_Response, type CreateAuditTrailJson_Responses, type CreateAuditTrailPdf_Data, type CreateAuditTrailPdf_Response, type CreateAuditTrailPdf_Responses, type CreateAuditTrailXlsx_Data, type CreateAuditTrailXlsx_Response, type CreateAuditTrailXlsx_Responses, type CreateBulkSetDto, type CreateBulkSetItemDto, type CreateBulkSetResponseDto, type CreateBulkSet_Data, type CreateBulkSet_Response, type CreateBulkSet_Responses, type CreateDocumentMetadataDto, type CreateGroup_Data, type CreateGroup_Response, type CreateGroup_Responses, type CreateNegotiationGroupDto, type CreateNegotiationRequestDto, type CreateNegotiation_Data, type CreateNegotiation_Errors, type CreateNegotiation_Response, type CreateNegotiation_Responses, type CreatePresetAuditTrailJson_Data, type CreatePresetAuditTrailJson_Response, type CreatePresetAuditTrailJson_Responses, type CreatePresetAuditTrailXlsx_Data, type CreatePresetAuditTrailXlsx_Response, type CreatePresetAuditTrailXlsx_Responses, type CreatePresetRequestDto, type CreatePreset_Data, type CreatePreset_Errors, type CreatePreset_Response, type CreatePreset_Responses, type CreateSignaturePagePdf_Data, type CreateSignaturePagePdf_Response, type CreateSignaturePagePdf_Responses, type CreateSigningPack_Data, type CreateSigningPack_Response, type CreateSigningPack_Responses, type CreateSubAccountRequestDto, type CreateSubAccountResponseDto, type DeleteApprovalComment_Data, type DeleteApprovalComment_Errors, type DeleteApprovalComment_Responses, type DeleteAuxiliaryDocument_Data, type DeleteAuxiliaryDocument_Response, type DeleteAuxiliaryDocument_Responses, type DeleteBulkSetAttachment_Data, type DeleteBulkSetAttachment_Response, type DeleteBulkSetAttachment_Responses, type DeleteComment_Data, type DeleteComment_Response, type DeleteComment_Responses, type DeleteCoverNote_Data, type DeleteCoverNote_Response, type DeleteCoverNote_Responses, type DeleteDocumentDraftingNote_Data, type DeleteDocumentDraftingNote_Errors, type DeleteDocumentDraftingNote_Responses, type DeleteDocumentElectionDraftingNote_Data, type DeleteDocumentElectionDraftingNote_Errors, type DeleteDocumentElectionDraftingNote_Responses, type DeleteDraftingNotesDocument_Data, type DeleteDraftingNotesDocument_Responses, type DeleteEntity_Data, type DeleteEntity_Errors, type DeleteEntity_Response, type DeleteEntity_Responses, type DeleteExecutionAttachment_Data, type DeleteExecutionAttachment_Response, type DeleteExecutionAttachment_Responses, type DeleteExternalAttachment_Data, type DeleteExternalAttachment_Response, type DeleteExternalAttachment_Responses, type DeleteGeneralCoverNote_Data, type DeleteGeneralCoverNote_Errors, type DeleteGeneralCoverNote_Response, type DeleteGeneralCoverNote_Responses, type DeleteOfflineNegotiatedDocument_Data, type DeleteOfflineNegotiatedDocument_Response, type DeleteOfflineNegotiatedDocument_Responses, type DeletePreset_Data, type DeletePreset_Responses, type DeleteSignedExecutedVersion_Data, type DeleteSignedExecutedVersion_Errors, type DeleteSignedExecutedVersion_Response, type DeleteSignedExecutedVersion_Responses, type DeleteSignedSignaturePageForParty_Data, type DeleteSignedSignaturePageForParty_Responses, type DetailedEntityDto, type DetailedInputValidationErrorDto, type DocumentAvailability, type DocumentAvailableActions, type DocumentDisclaimerDto, type DocumentDraftingNoteDto, type DocumentDto, type DocumentErrorResponseDto, type DocumentFilter, type DocumentIdAndVersionDto, type DocumentIdWithDraftingNotesFlagDto, type DocumentListAvailableActionsDto, type DocumentListDto, type DocumentListItemDto, type DocumentOrderKey, type DocumentPackAccess, type DocumentPackAllowlistDto, type DocumentPackDto, type DocumentPackState, type DocumentPackWithDocumentsDto, type DocumentPackWithDocumentsWithUsageDto, type DocumentPublisherDisclaimerDto, type DocumentPublisherDocumentDisclaimerDto, type DocumentPublisherDto, type DocumentPublisherPackDisclaimerDto, type DocumentPublisherSummaryDto, type DocumentPublisherWithPackDto, type DocumentPublisherWithPackWithUsageDto, type DocumentRenderTemplate_Data, type DocumentRenderTemplate_Errors, type DocumentRenderTemplate_Response, type DocumentRenderTemplate_Responses, type DocumentSchemaChangesDto, type DocumentState, type DocumentVersionCreatedResponse, type DocumentVersionsSummaryDto, type DocumentVersionsSummaryDto_DocumentVersionSummaryDto, type DocumentVersionsWithMajorChangesDto, type DocumentVersionsWithMajorChangesDto_DocumentGroupDto, type DocumentVersionsWithMajorChangesDto_DocumentVersionFlagsDto, type DocumentVersionsWithMajorChangesDto_MajorChangesFlagDto, type DocumentWithPackDto, type DocumentWithUsageDto, type DocumentsFilter_Data, type DocumentsFilter_Errors, type DocumentsFilter_Response, type DocumentsFilter_Responses, type DownloadActiveNegotiationsReportAsExcel_Data, type DownloadActiveNegotiationsReportAsExcel_Errors, type DownloadActiveNegotiationsReportAsExcel_Response, type DownloadActiveNegotiationsReportAsExcel_Responses, type DownloadDashboardReportAsExcel_Data, type DownloadDashboardReportAsExcel_Response, type DownloadDashboardReportAsExcel_Responses, type DownloadExecutedNegotiationsAsExcel_Data, type DownloadExecutedNegotiationsAsExcel_Errors, type DownloadExecutedNegotiationsAsExcel_Response, type DownloadExecutedNegotiationsAsExcel_Responses, type DownloadNegotiation_Data, type DownloadNegotiation_Response, type DownloadNegotiation_Responses, type DownloadPostExecutionPack_Data, type DownloadPostExecutionPack_Response, type DownloadPostExecutionPack_Responses, type DownloadPreExecutionCounterpartyNegotiation_Data, type DownloadPreExecutionCounterpartyNegotiation_Response, type DownloadPreExecutionCounterpartyNegotiation_Responses, type DownloadPreset_Data, type DownloadPreset_Response, type DownloadPreset_Responses, type DownloadTemplateForVersionRequestDto, type DownloadTemplateRequestDto, type DraftEmailDto, type DraftReceiverEmailValidationDto, type DraftReceiverEmailsDto, type DraftingNoteDto, type DraftingNoteTextDto, type DraftingNotesDto, type ESignAccountStatus, type ESignAccountStatusDto, type ESignNegotiationSessionStatus, type ESignNegotiationStatusDto, type ESignSessionStatusDto, type EditAnswers_Data, type EditAnswers_Errors, type EditAnswers_Response, type EditAnswers_Responses, type EditApprovalComment_Data, type EditApprovalComment_Errors, type EditApprovalComment_Response, type EditApprovalComment_Responses, type EditDefaultAnswers_Data, type EditDefaultAnswers_Errors, type EditDefaultAnswers_Response, type EditDefaultAnswers_Responses, type ElectionAnswerDto, type ElectionAnswerDto_Components, type ElectionAnswerDto_TextAmendment, type ElectionAnswerSummaryDto, type ElectionAnswerTypeDto, type ElectionApprovalCountsDto, type ElectionDto, type ElectionSampleConfigurationDto, type ElectionValueSimilarityScoreDto, type ElectionsDto, type EmailPreferenceDto, type EmailPreferencesDto, type EmailPreferences_Data, type EmailPreferences_Response, type EmailPreferences_Responses, type EmailTemplate, type EmailWithErrorDto, type EntityDto, type EntityIdDto, type EntityMetadataDto, type EntityMoveErrorResponseDto, type ErrorResponse, type ErrorResponseDto, type ExecutedNegotiationSummaryDto, type ExecutedNegotiationSummaryDto_AccountMetadataDto, type ExecutedNegotiationSummaryDto_EventByDto, type ExecutedNegotiationSummaryDto_HistoryDto, type ExecutedNegotiationSummaryDto_PartyDto, type ExecutedVersionExistsDto, type ExtendWindow_Data, type ExtendWindow_Errors, type ExtendWindow_Response, type ExtendWindow_Responses, type ExternalPartyDto, type ExternalSystemStatisticsDto, type ExtractedFieldMetadataDto, type ExtractionFeedbackDto, type ExtractionResultDto, type ExtractionResultSummaryDto, type ExtractionResultType, type ExtractionResultWithPreviewDto, type FailedExtractionResultDto, type FeatureDto, type FileExtractionResultDto, type FileExtractionResultSummaryDto, type FilterResultDto, type FilterResultsDto, type FixApprovalRulesDto, type FixApprovalRules_Data, type FixApprovalRules_Response, type FixApprovalRules_Responses, type ForgottenPasswordRequestDto, type ForkNegotiation_Data, type ForkNegotiation_Errors, type ForkNegotiation_Response, type ForkNegotiation_Responses, type FormSubmissionErrorResponseDto, type FormSubmissionResponseDto, type FormSubmissionSuccessResponseDto, type ForwardAccountInviteDto, type GenerateAndMaybeSendEnvelope_Data, type GenerateAndMaybeSendEnvelope_Errors, type GenerateAndMaybeSendEnvelope_Responses, type GenerateNegotiationDocumentDto, type GenerateNegotiationDocumentJobResponseDto, type GetAccessibleNegotiation_Data, type GetAccessibleNegotiation_Response, type GetAccessibleNegotiation_Responses, type GetAccountRelationshipSummaries_Data, type GetAccountRelationshipSummaries_Errors, type GetAccountRelationshipSummaries_Response, type GetAccountRelationshipSummaries_Responses, type GetAllNegotiationCommentsForSubAccount_Data, type GetAllNegotiationCommentsForSubAccount_Response, type GetAllNegotiationCommentsForSubAccount_Responses, type GetAllVersions_Data, type GetAllVersions_Errors, type GetAllVersions_Response, type GetAllVersions_Responses, type GetAmendDefaults_Data, type GetAmendDefaults_Errors, type GetAmendDefaults_Response, type GetAmendDefaults_Responses, type GetAnnotatedOfflineNegotiatedDocument_Data, type GetAnnotatedOfflineNegotiatedDocument_Errors, type GetAnnotatedOfflineNegotiatedDocument_Response, type GetAnnotatedOfflineNegotiatedDocument_Responses, type GetApprovalComments_Data, type GetApprovalComments_Errors, type GetApprovalComments_Response, type GetApprovalComments_Responses, type GetApprovalHistory_Data, type GetApprovalHistory_Response, type GetApprovalHistory_Responses, type GetApprovalRound_Data, type GetApprovalRound_Response, type GetApprovalRound_Responses, type GetAsCdm_Data, type GetAsCdm_Errors, type GetAsCdm_Response, type GetAsCdm_Responses, type GetAuxiliaryDocument_Data, type GetAuxiliaryDocument_Errors, type GetAuxiliaryDocument_Response, type GetAuxiliaryDocument_Responses, type GetBulkSetAttachment_Data, type GetBulkSetAttachment_Response, type GetBulkSetAttachment_Responses, type GetBulkSet_Data, type GetBulkSet_Response, type GetBulkSet_Responses, type GetChannelTimeline_Data, type GetChannelTimeline_Errors, type GetChannelTimeline_Responses, type GetCommentSummary_Data, type GetCommentSummary_Errors, type GetCommentSummary_Responses, type GetComments_Data, type GetComments_Errors, type GetComments_Responses, type GetCompanyByEntityId_Data, type GetCompanyByEntityId_Errors, type GetCompanyByEntityId_Response, type GetCompanyByEntityId_Responses, type GetDocumentSchema_Data, type GetDocumentSchema_Errors, type GetDocumentSchema_Response, type GetDocumentSchema_Responses, type GetDocument_Data, type GetDocument_Errors, type GetDocument_Response, type GetDocument_Responses, type GetDownloadActiveNegotiationsReportAsExcel_Data, type GetDownloadActiveNegotiationsReportAsExcel_Errors, type GetDownloadActiveNegotiationsReportAsExcel_Response, type GetDownloadActiveNegotiationsReportAsExcel_Responses, type GetDownloadExecutedNegotiationsAsExcel_Data, type GetDownloadExecutedNegotiationsAsExcel_Errors, type GetDownloadExecutedNegotiationsAsExcel_Response, type GetDownloadExecutedNegotiationsAsExcel_Responses, type GetDraftingNotesDocument_Data, type GetDraftingNotesDocument_Response, type GetDraftingNotesDocument_Responses, type GetDraftingNotes_Data, type GetDraftingNotes_Response, type GetDraftingNotes_Responses, type GetElectionAnswer_Data, type GetElectionAnswer_Errors, type GetElectionAnswer_Response, type GetElectionAnswer_Responses, type GetExecutedNegotiationSummary_Data, type GetExecutedNegotiationSummary_Errors, type GetExecutedNegotiationSummary_Response, type GetExecutedNegotiationSummary_Responses, type GetExecutionAttachment_Data, type GetExecutionAttachment_Errors, type GetExecutionAttachment_Response, type GetExecutionAttachment_Responses, type GetExternalAttachment_Data, type GetExternalAttachment_Errors, type GetExternalAttachment_Response, type GetExternalAttachment_Responses, type GetExtractionResults_Data, type GetExtractionResults_Errors, type GetExtractionResults_Response, type GetExtractionResults_Responses, type GetGroupNames_Data, type GetGroupNames_Response, type GetGroupNames_Responses, type GetLatestDocumentSchema_Data, type GetLatestDocumentSchema_Errors, type GetLatestDocumentSchema_Response, type GetLatestDocumentSchema_Responses, type GetLegacyStatistics_Data, type GetLegacyStatistics_Errors, type GetLegacyStatistics_Response, type GetLegacyStatistics_Responses, type GetMajorVersions_Data, type GetMajorVersions_Errors, type GetMajorVersions_Response, type GetMajorVersions_Responses, type GetMultipleNestedAnswers_Data, type GetMultipleNestedAnswers_Errors, type GetMultipleNestedAnswers_Response, type GetMultipleNestedAnswers_Responses, type GetNegotiationDeltasDto, type GetNegotiationDeltas_Data, type GetNegotiationDeltas_Responses, type GetNegotiationDraftingNotes_Data, type GetNegotiationDraftingNotes_Response, type GetNegotiationDraftingNotes_Responses, type GetNegotiationESignStatus_Data, type GetNegotiationESignStatus_Response, type GetNegotiationESignStatus_Responses, type GetNegotiationFilesSummary_Data, type GetNegotiationFilesSummary_Errors, type GetNegotiationFilesSummary_Response, type GetNegotiationFilesSummary_Responses, type GetNegotiation_Data, type GetNegotiation_Response, type GetNegotiation_Responses, type GetNegotiationsGroup_Data, type GetNegotiationsGroup_Response, type GetNegotiationsGroup_Responses, type GetNestedAnswers_Data, type GetNestedAnswers_Errors, type GetNestedAnswers_Response, type GetNestedAnswers_Responses, type GetOfflineNegotiatedDocumentAnnotations_Data, type GetOfflineNegotiatedDocumentAnnotations_Errors, type GetOfflineNegotiatedDocumentAnnotations_Response, type GetOfflineNegotiatedDocumentAnnotations_Responses, type GetOfflineNegotiatedDocument_Data, type GetOfflineNegotiatedDocument_Errors, type GetOfflineNegotiatedDocument_Response, type GetOfflineNegotiatedDocument_Responses, type GetOriginalAnswersForForkNegotiation_Data, type GetOriginalAnswersForForkNegotiation_Errors, type GetOriginalAnswersForForkNegotiation_Response, type GetOriginalAnswersForForkNegotiation_Responses, type GetOtherPartyAnswers_Data, type GetOtherPartyAnswers_Errors, type GetOtherPartyAnswers_Response, type GetOtherPartyAnswers_Responses, type GetPartyAnswers_Data, type GetPartyAnswers_Errors, type GetPartyAnswers_Response, type GetPartyAnswers_Responses, type GetPreset_Data, type GetPreset_Response, type GetPreset_Responses, type GetPreviousActiveUsers_Data, type GetPreviousActiveUsers_Errors, type GetPreviousActiveUsers_Response, type GetPreviousActiveUsers_Responses, type GetPreviousMajorVersionsNestedAnswerElections_Data, type GetPreviousMajorVersionsNestedAnswerElections_Errors, type GetPreviousMajorVersionsNestedAnswerElections_Response, type GetPreviousMajorVersionsNestedAnswerElections_Responses, type GetPreviousMajorVersionsNestedAnswerIds_Data, type GetPreviousMajorVersionsNestedAnswerIds_Errors, type GetPreviousMajorVersionsNestedAnswerIds_Response, type GetPreviousMajorVersionsNestedAnswerIds_Responses, type GetProfile_Data, type GetProfile_Response, type GetProfile_Responses, type GetSecurityContext_Data, type GetSecurityContext_Response, type GetSecurityContext_Responses, type GetSettings_Data, type GetSettings_Errors, type GetSettings_Response, type GetSettings_Responses, type GetSignedExecutedVersion_Data, type GetSignedExecutedVersion_Errors, type GetSignedExecutedVersion_Response, type GetSignedExecutedVersion_Responses, type GetSignedSignaturePagePdf_Data, type GetSignedSignaturePagePdf_Errors, type GetSignedSignaturePagePdf_Response, type GetSignedSignaturePagePdf_Responses, type GetSsoConfig_Data, type GetSsoConfig_Response, type GetSsoConfig_Responses, type GetStatisticsOverview_Data, type GetStatisticsOverview_Errors, type GetStatisticsOverview_Response, type GetStatisticsOverview_Responses, type GetStatistics_Data, type GetStatistics_Errors, type GetStatistics_Response, type GetStatistics_Responses, type GetSubAccount_Data, type GetSubAccount_Responses, type GetSubscribedPublishers_Data, type GetSubscribedPublishers_Response, type GetSubscribedPublishers_Responses, type GetTimelineActivity_Data, type GetTimelineActivity_Errors, type GetTimelineActivity_Responses, type GetTimeline_Data, type GetTimeline_Errors, type GetTimeline_Responses, type GetUserStatistics_Data, type GetUserStatistics_Errors, type GetUserStatistics_Response, type GetUserStatistics_Responses, type GetUsersForPicker_Data, type GetUsersForPicker_Errors, type GetUsersForPicker_Response, type GetUsersForPicker_Responses, type GetUsers_Data, type GetUsers_Errors, type GetUsers_Response, type GetUsers_Responses, type GetWatchers_Data, type GetWatchers_Errors, type GetWatchers_Response, type GetWatchers_Responses, type GetWindow_Data, type GetWindow_Errors, type GetWindow_Response, type GetWindow_Responses, type GrantAllNegotiationsAccess_Data, type GrantAllNegotiationsAccess_Response, type GrantAllNegotiationsAccess_Responses, type GrantNegotiationsAccess_Data, type GrantNegotiationsAccess_Response, type GrantNegotiationsAccess_Responses, type GrantPresetsAccess_Data, type GrantPresetsAccess_Response, type GrantPresetsAccess_Responses, type GrantWindow_Data, type GrantWindow_Errors, type GrantWindow_Response, type GrantWindow_Responses, type InitialAnswers_Data, type InitialAnswers_Errors, type InitialAnswers_Response, type InitialAnswers_Responses, type InitiatorDto, type InvitationCodeDto, type InvitationDocumentDetailsDto, type IssuesContextDto, type JobStatus, type LegacyNegotiationStateGroup, type LegacyNegotiationStatisticsDto, type LegacySidedNegotiationCountsDto, type LegalEntityAvailableActionsDto, type LegalEntityDto, type ListAdvisorsForWorkspace_Data, type ListAdvisorsForWorkspace_Response, type ListAdvisorsForWorkspace_Responses, type ListAllPresetsForSubAccountV1_Data, type ListAllPresetsForSubAccountV1_Response, type ListAllPresetsForSubAccountV1_Responses, type ListAllPresetsForSubAccountV2_Data, type ListAllPresetsForSubAccountV2_Response, type ListAllPresetsForSubAccountV2_Responses, type ListBulkSets_Data, type ListBulkSets_Responses, type ListDocumentsVersionsSummary_Data, type ListDocumentsVersionsSummary_Response, type ListDocumentsVersionsSummary_Responses, type ListDocumentsWithPagination_Data, type ListDocumentsWithPagination_Response, type ListDocumentsWithPagination_Responses, type ListDocuments_Data, type ListDocuments_Response, type ListDocuments_Responses, type ListEntities_Data, type ListEntities_Response, type ListEntities_Responses, type ListExecutionAttachments_Data, type ListExecutionAttachments_Errors, type ListExecutionAttachments_Response, type ListExecutionAttachments_Responses, type ListExternalAttachments_Data, type ListExternalAttachments_Errors, type ListExternalAttachments_Response, type ListExternalAttachments_Responses, type ListNegotiations_Data, type ListNegotiations_Response, type ListNegotiations_Responses, type ListPotentialNegotiationAdvisors_Data, type ListPotentialNegotiationAdvisors_Response, type ListPotentialNegotiationAdvisors_Responses, type ListPotentialPresetAdvisors_Data, type ListPotentialPresetAdvisors_Response, type ListPotentialPresetAdvisors_Responses, type ListPresets_Data, type ListPresets_Response, type ListPresets_Responses, type ListRecentExtractions_Data, type ListRecentExtractions_Response, type ListRecentExtractions_Responses, type ListSubAccounts_Data, type ListSubAccounts_Responses, type LoginType, type MajorChangeSummaryDto, type MajorMinorDto, type MarkActivityEventsAsViewed_Data, type MarkActivityEventsAsViewed_Errors, type MarkActivityEventsAsViewed_Responses, type MarkApprovalCommentsAsReadRequestDto, type MarkApprovalCommentsAsViewed_Data, type MarkApprovalCommentsAsViewed_Errors, type MarkApprovalCommentsAsViewed_Responses, type MarkAsFinal_Data, type MarkAsFinal_Errors, type MarkAsFinal_Response, type MarkAsFinal_Responses, type MarkAsOffline_Data, type MarkAsOffline_Errors, type MarkAsOffline_Response, type MarkAsOffline_Responses, type MarkCommentEventsAsViewed_Data, type MarkCommentEventsAsViewed_Errors, type MarkCommentEventsAsViewed_Responses, type MarkEventAsReadRequestDto, type MarkEventsAsViewed_Data, type MarkEventsAsViewed_Errors, type MarkEventsAsViewed_Responses, type MarkNotificationsAsReadAndActionedDto, type ModifySSOConfigDto, type MoveEntityDto, type MoveEntity_Data, type MoveEntity_Errors, type MoveEntity_Response, type MoveEntity_Responses, type NamedApproverDto, type NegotiationAction, type NegotiationAdvisorSummaryDto, type NegotiationAnswersDto, type NegotiationAuditEventsDto, type NegotiationAuditTrailEventDto, type NegotiationAvailableActionsDto, type NegotiationCountStatisticsDto, type NegotiationCustomFieldsDto, type NegotiationDatesDto, type NegotiationDeltaDto, type NegotiationEntityFiltersDto, type NegotiationEstablishedPartyDto, type NegotiationFileAvailableActionDto, type NegotiationFileDto_AuxiliaryDocumentDto, type NegotiationFileDto_ExecutionDocumentDto, type NegotiationFileDto_ExternalAttachmentDto, type NegotiationFileDto_SignatureFileDto, type NegotiationFilesSummaryDto, type NegotiationFilter, type NegotiationFilter_AccessibleToAdvisor_AccessibleToAdvisorValue, type NegotiationFilter_ApprovalType_ApprovalTypeValue, type NegotiationFilter_IsForkedOrFork_IsForkedOrForkValue, type NegotiationFilter_IsOffline_IsOfflineValue, type NegotiationFilter_IsTriparty_IsTripartyValue, type NegotiationFilter_MissingApprovers_MissingApproversValue, type NegotiationFilter_OlderThanPeriod_OlderThanPeriodValue, type NegotiationFilter_RequiresApproval_RequiresApprovalValue, type NegotiationFilter_Status_StatusValue, type NegotiationForkHistory_Data, type NegotiationForkHistory_Errors, type NegotiationForkHistory_Response, type NegotiationForkHistory_Responses, type NegotiationGetDocumentSchema_Data, type NegotiationGetDocumentSchema_Errors, type NegotiationGetDocumentSchema_Response, type NegotiationGetDocumentSchema_Responses, type NegotiationGroupDto, type NegotiationGroupIdAndNameDto, type NegotiationGroupIdDto, type NegotiationHealth, type NegotiationIdWithCounterpartyDto, type NegotiationJobErrorDto, type NegotiationJobLockType, type NegotiationJobStatus, type NegotiationListDto, type NegotiationListMetadataDto, type NegotiationOrderKey, type NegotiationParentDto, type NegotiationPartyDto, type NegotiationRenderTemplate_Data, type NegotiationRenderTemplate_Errors, type NegotiationRenderTemplate_Response, type NegotiationRenderTemplate_Responses, type NegotiationReportType, type NegotiationRequester, type NegotiationSearchDto, type NegotiationSendForApproval_Data, type NegotiationSendForApproval_Errors, type NegotiationSendForApproval_Response, type NegotiationSendForApproval_Responses, type NegotiationSingleDto, type NegotiationStateGroup, type NegotiationStateType, type NegotiationStatusLabel, type NegotiationStubbedPartyDto, type NegotiationSummaryAvailableActionsDto, type NegotiationSummaryDto, type NegotiationUIFilterCountsDto, type NegotiationUIState, type NegotiationUpgradeChangesDto, type NegotiationVersionDetailsDto, type NegotiationWatcherDto, type NegotiationWatchersDto, type NegotiationWithTimelineAndPreviewDto, type NegotiationWithTimelinePreviewAndMultipleNestedAnswersDto, type NegotiationWithTimelinePreviewAndNestedAnswersDto, type NegotiationsFilter_Data, type NegotiationsFilter_Errors, type NegotiationsFilter_Response, type NegotiationsFilter_Responses, type NegotiationsGroupDto, type NestedAnswerPartyElectionsDto, type NestedAnswerPartyElectionsForVersionDto, type NestedAnswersSummariesWithAnswersDto, type NestedAnswersSummariesWithPresetAnswersDto, type NestedAnswersSummaryDto, type NestedPartyAnswersDto, type NoteType, type NotificationCategory, type NotificationChannel, type NotificationContextDto, type NotificationListDto, type NotificationSearchType, type NotificationSenderDto, type NotificationSubscriptionStatusDto, type NotificationTypeDto, type NotifyOfDraft_Data, type NotifyOfDraft_Errors, type NotifyOfDraft_Responses, type ObtainConsent_Data, type OfflineNegotiatedDocumentExistsDto, type OfflineNegotiatedDocumentExistsDto_OfflineNegotiatedDocumentAvailableActionsDto, type OneLinkAuthRequestDto, type OneLinkInvitationDetailsDto, type OneLinkInvitationNegotiationDetailsDto, type Options, type OrderDirection, type OverrideApproveFinalDocument_Data, type OverrideApproveFinalDocument_Errors, type OverrideApproveFinalDocument_Responses, type OverrideElectionApproval_Data, type OverrideElectionApproval_Errors, type OverrideElectionApproval_Response, type OverrideElectionApproval_Responses, type OverrideElectionRejection_Data, type OverrideElectionRejection_Errors, type OverrideElectionRejection_Response, type OverrideElectionRejection_Responses, type OverrideRejectFinalDocument_Data, type OverrideRejectFinalDocument_Errors, type OverrideRejectFinalDocument_Responses, type OwnerEntityDto, type PagingMetaDto, type PartyAnswersDto, type PartyElectionDto, type PartyElectionNestedAnswersDto, type PartyElectionNestedAnswersForVersionDto, type PartyNestedAnswersIdsDto, type PartyRelativeRef, type PartyThatCanUploadExecutedVersion, type PatchEmailPreferences_Data, type PatchEmailPreferences_Responses, type PendingAccountRequestDto, type PendingApprovalCountsDto, type PendingOrActiveAdvisorDto, type PersonNameDto, type PlatformStatisticsDto, type PopulateStatisticsRequestDto, type PotentialAdvisorSummaryDto, type PresetApproverDto, type PresetAuditEventDto, type PresetAuditEventsDto, type PresetAvailableActionsDto, type PresetDto, type PresetEditAnswers_Data, type PresetEditAnswers_Errors, type PresetEditAnswers_Response, type PresetEditAnswers_Responses, type PresetEventHistoryDto, type PresetEventHistoryDto_EventByDto, type PresetGetDocumentSchema_Data, type PresetGetDocumentSchema_Errors, type PresetGetDocumentSchema_Response, type PresetGetDocumentSchema_Responses, type PresetGetMultipleNestedAnswers_Data, type PresetGetMultipleNestedAnswers_Errors, type PresetGetMultipleNestedAnswers_Response, type PresetGetMultipleNestedAnswers_Responses, type PresetGetNestedAnswers_Data, type PresetGetNestedAnswers_Errors, type PresetGetNestedAnswers_Response, type PresetGetNestedAnswers_Responses, type PresetHealth, type PresetHealthIssue, type PresetMetadataDto, type PresetOrderKey, type PresetRenderTemplate_Data, type PresetRenderTemplate_Errors, type PresetRenderTemplate_Response, type PresetRenderTemplate_Responses, type PresetResultsDto, type PresetSelectionDto, type PresetSendForApproval_Data, type PresetSendForApproval_Errors, type PresetSendForApproval_Response, type PresetSendForApproval_Responses, type PresetSetElectionApproval_Data, type PresetSetElectionApproval_Errors, type PresetSetElectionApproval_Response, type PresetSetElectionApproval_Responses, type PresetSetFinalApproval_Data, type PresetSetFinalApproval_Errors, type PresetSetFinalApproval_Response, type PresetSetFinalApproval_Responses, type PresetSetMultipleNestedAnswers_Data, type PresetSetMultipleNestedAnswers_Errors, type PresetSetMultipleNestedAnswers_Response, type PresetSetMultipleNestedAnswers_Responses, type PresetSetNestedAnswers_Data, type PresetSetNestedAnswers_Errors, type PresetSetNestedAnswers_Response, type PresetSetNestedAnswers_Responses, type PresetSingleDto, type PresetSingleWithPreviewAndMultipleNestedAnswersDto, type PresetSingleWithPreviewAndNestedAnswersDto, type PresetSingleWithPreviewDto, type PresetSummaryDto, type PresetSwapParties_Data, type PresetSwapParties_Errors, type PresetSwapParties_Response, type PresetSwapParties_Responses, type ProcessingExtractionResultDto, type ProxiedAuthnRequestDto, type PublicAccountSearchResultsDto, type PublisherSummaries_Data, type PublisherSummaries_Response, type PublisherSummaries_Responses, type QueryExecutionResponseDto, type QueueGenerateNegotiationDocumentJob_Data, type QueueGenerateNegotiationDocumentJob_Response, type QueueGenerateNegotiationDocumentJob_Responses, type RawResultSetDto, type ReceiverDto, type ReceiverUserDto, type RegistrationInvitationDto, type RejectFinalDocument_Data, type RejectFinalDocument_Errors, type RejectFinalDocument_Responses, type RejectInviteDto, type ReleaseNotesDto, type RemoveWatchers_Data, type RemoveWatchers_Errors, type RemoveWatchers_Response, type RemoveWatchers_Responses, type RemovedUsersDto, type RenameExecutionAttachment_Data, type RenameExecutionAttachment_Errors, type RenameExecutionAttachment_Response, type RenameExecutionAttachment_Responses, type RenderTemplateDto, type RenderedTemplateDto, type RenderedTemplateDto_RenderedTemplatePageDto, type ReportGenerationRequestDto, type ResetUserAnswers_Data, type ResetUserAnswers_Errors, type ResetUserAnswers_Response, type ResetUserAnswers_Responses, type RestrictionsDto, type Retract_Data, type Retract_Errors, type Retract_Response, type Retract_Responses, type RevertToAmending_Data, type RevertToAmending_Errors, type RevertToAmending_Response, type RevertToAmending_Responses, type RevokeNegotiationsAccess_Data, type RevokeNegotiationsAccess_Response, type RevokeNegotiationsAccess_Responses, type RevokePresetsAccess_Data, type RevokePresetsAccess_Response, type RevokePresetsAccess_Responses, type RevokeWindow_Data, type RevokeWindow_Responses, type SSOConfigDto, type SampleValueConfigurationDto, type ScheduleExtraction_Data, type ScheduleExtraction_Errors, type ScheduleExtraction_Response, type ScheduleExtraction_Responses, type SchemaAvailableAsCDMDto, type SchemaAvailableAsCdm_Data, type SchemaAvailableAsCdm_Errors, type SchemaAvailableAsCdm_Response, type SchemaAvailableAsCdm_Responses, type SchemaDto, type SchemaRestriction, type SchemaSampleConfigurationDto, type SchemaUpgradeReleaseNotesDto, type SearchContext, type SearchEntity_Data, type SearchEntity_Response, type SearchEntity_Responses, type SecurityContextDto, type SelectedElectionsRequestDto, type SendAdvisorPresetRequestDto, type SendAdvisorRequestDto, type SendBulkSetToCounterpartiesInitial_Data, type SendBulkSetToCounterpartiesInitial_Response, type SendBulkSetToCounterpartiesInitial_Responses, type SendChaserEmail_Data, type SendChaserEmail_Errors, type SendChaserEmail_Responses, type SendDocumentApprovalReminder_Data, type SendDocumentApprovalReminder_Errors, type SendDocumentApprovalReminder_Responses, type SendElectionApprovalReminder_Data, type SendElectionApprovalReminder_Errors, type SendElectionApprovalReminder_Responses, type SendGroupToCounterpartyRequestDto, type SendGroupToCounterpartyResponseDto, type SendGroupToCounterpartyResponseDto_SendGroupToCounterpartyResultDto, type SendGroupToCounterparty_Data, type SendGroupToCounterparty_Errors, type SendGroupToCounterparty_Response, type SendGroupToCounterparty_Responses, type SendToCounterPartyInitialDto, type SendToCounterpartyInitial_Data, type SendToCounterpartyInitial_Errors, type SendToCounterpartyInitial_Response, type SendToCounterpartyInitial_Responses, type SendToCounterparty_Data, type SendToCounterparty_Errors, type SendToCounterparty_Response, type SendToCounterparty_Responses, type SetApprovalRulesDto, type SetAuxiliaryDocument_Data, type SetAuxiliaryDocument_Errors, type SetAuxiliaryDocument_Response, type SetAuxiliaryDocument_Responses, type SetBulkSetAttachments_Data, type SetBulkSetAttachments_Errors, type SetBulkSetAttachments_Response, type SetBulkSetAttachments_Responses, type SetCounterparties_Data, type SetCounterparties_Errors, type SetCounterparties_Response, type SetCounterparties_Responses, type SetElectionApproval_Data, type SetElectionApproval_Errors, type SetElectionApproval_Response, type SetElectionApproval_Responses, type SetExecutionAttachment_Data, type SetExecutionAttachment_Errors, type SetExecutionAttachment_Response, type SetExecutionAttachment_Responses, type SetExecutionAttachments_Data, type SetExecutionAttachments_Errors, type SetExecutionAttachments_Response, type SetExecutionAttachments_Responses, type SetExternalAttachment_Data, type SetExternalAttachment_Errors, type SetExternalAttachment_Response, type SetExternalAttachment_Responses, type SetExternalAttachments_Data, type SetExternalAttachments_Errors, type SetExternalAttachments_Response, type SetExternalAttachments_Responses, type SetFeatureDto, type SetFinalApproval_Data, type SetFinalApproval_Response, type SetFinalApproval_Responses, type SetGeneralCoverNote_Data, type SetGeneralCoverNote_Errors, type SetGeneralCoverNote_Response, type SetGeneralCoverNote_Responses, type SetMultipleNestedAnswers_Data, type SetMultipleNestedAnswers_Errors, type SetMultipleNestedAnswers_Response, type SetMultipleNestedAnswers_Responses, type SetNestedAnswers_Data, type SetNestedAnswers_Errors, type SetNestedAnswers_Response, type SetNestedAnswers_Responses, type SetOfflineNegotiatedDocument_Data, type SetOfflineNegotiatedDocument_Errors, type SetOfflineNegotiatedDocument_Response, type SetOfflineNegotiatedDocument_Responses, type SetOwnerEntity_Data, type SetOwnerEntity_Errors, type SetOwnerEntity_Response, type SetOwnerEntity_Responses, type SetPreset_Data, type SetPreset_Errors, type SetPreset_Response, type SetPreset_Responses, type SetReceiverEntity_Data, type SetReceiverEntity_Errors, type SetReceiverEntity_Response, type SetReceiverEntity_Responses, type SetSignedExecutedVersion_Data, type SetSignedExecutedVersion_Errors, type SetSignedExecutedVersion_Response, type SetSignedExecutedVersion_Responses, type SetSignedSignaturePageForParty_Data, type SetSignedSignaturePageForParty_Response, type SetSignedSignaturePageForParty_Responses, type SharedSubAccountIdDto, type SharedSubAccountIdWithNegotiationsDto, type SidedExecutionAttachmentsExistsDto, type SidedExecutionAttachmentsExistsDto_SidedExistingExecutionAttachmentAvailableActionsDto, type SidedExecutionAttachmentsExistsDto_SidedExistingExecutionAttachmentDto, type SidedNegotiationCountsDto, type SignatureExistsDto, type SignatureExistsDto_RequiredSignaturePageDto, type SignaturePagePartyNegotiationRole, type SignatureStateDto, type SignedJsonPayloadDto, type SigningMode, type SingleRecipientNotificationDto, type StaleNegotiationBucketDto, type StructuredExtractionResultDto, type SubAccountComplexStatisticsDto, type SubAccountContextDto, type SubAccountContextStatisticsDto, type SubAccountDto, type SubAccountIdAndNameDto, type SubAccountIdNameShareSettingsDto, type SubAccountIdWithNameDto, type SubAccountRelationshipDto, type SubAccountRequestDto, type SubAccountStatisticsDto, type SubAccountStatisticsOverviewResponseDto, type SubAccountSummaryDto, type SubAccountWithIdAndNameDto, type SubAccountWithIdAndOptionalNameDto, type SuggestGroupName_Data, type SuggestGroupName_Response, type SuggestGroupName_Responses, type SupportAccessClientDto, type SupportSessionCreationRequestDto, type SupportSessionCreationResponseDto, type SwapParties_Data, type SwapParties_Errors, type SwapParties_Response, type SwapParties_Responses, type SyncNewApproverDto, type SyncNewApprover_Data, type SyncNewApprover_Responses, type TeamWorkloadStatisticsDto, type TemplateExtractionScoreDto, type TemplateSettingsDto, type TemplateSettingsDto_TemplatePageSettingsDto, type TemplateSettingsDto_TemplateStylesDto, type TextSimilarityScoreDto, type TextValidationFormat, type TimelineEventAvailableActionsDto, type TimelineEventDto, type TimelineEventType, type TimelineEventUserDto, type ToggleFavouriteConfirmedTemplateDto, type UIPartyPosition, type UnreadNotificationCountsDto, type UnreservedElectionsDto, type UnstructuredExtractionResultDto, type UnstructuredExtractionResultsWithAnnotationsDto, type UnsubscribeRequestDto, type Unsubscribe_Data, type Unsubscribe_Errors, type Unsubscribe_Responses, type UpdateAccountNameDto, type UpdateAttachDocx_Data, type UpdateAttachDocx_Response, type UpdateAttachDocx_Responses, type UpdateCommentDto, type UpdateComment_Data, type UpdateComment_Response, type UpdateComment_Responses, type UpdateCoverNote_Data, type UpdateCoverNote_Response, type UpdateCoverNote_Responses, type UpdateCustomFields_Data, type UpdateCustomFields_Errors, type UpdateCustomFields_Response, type UpdateCustomFields_Responses, type UpdateDocumentDraftingNoteDto, type UpdateDocumentDraftingNote_Data, type UpdateDocumentDraftingNote_Errors, type UpdateDocumentDraftingNote_Response, type UpdateDocumentDraftingNote_Responses, type UpdateDocumentDto, type UpdateDocumentElectionDraftingNote_Data, type UpdateDocumentElectionDraftingNote_Errors, type UpdateDocumentElectionDraftingNote_Response, type UpdateDocumentElectionDraftingNote_Responses, type UpdateDocumentStateDto, type UpdateDraftingNotes_Data, type UpdateDraftingNotes_Errors, type UpdateDraftingNotes_Response, type UpdateDraftingNotes_Responses, type UpdateExtractionFeedback_Data, type UpdateExtractionFeedback_Errors, type UpdateExtractionFeedback_Response, type UpdateExtractionFeedback_Responses, type UpdateGroupMembers_Data, type UpdateGroupMembers_Errors, type UpdateGroupMembers_Responses, type UpdateGroupName_Data, type UpdateGroupName_Errors, type UpdateGroupName_Responses, type UpdateIsAdvisorDto, type UpdateLogoUrlDto, type UpdateMetadata_Data, type UpdateMetadata_Errors, type UpdateMetadata_Response, type UpdateMetadata_Responses, type UpdateNegotiationGroupMembersDto, type UpdateNegotiationGroupNameDto, type UpdateNegotiationsToMatchDto, type UpdateNegotiationsToMatch_Data, type UpdateNegotiationsToMatch_Errors, type UpdateNegotiationsToMatch_Responses, type UpdateSelectedElections_Data, type UpdateSelectedElections_Errors, type UpdateSelectedElections_Response, type UpdateSelectedElections_Responses, type UpdateSubAccountRequestDto, type UpdateSubAccount_Data, type UpdateSubAccount_Errors, type UpdateSubAccount_Responses, type UpdateUserAnswers_Data, type UpdateUserAnswers_Errors, type UpdateUserAnswers_Response, type UpdateUserAnswers_Responses, type UpdateUserFlagsDto, type UpdateUserProfileDto, type UpdateUserRoleDto, type UpgradePresetSchema_Data, type UpgradePresetSchema_Errors, type UpgradePresetSchema_Response, type UpgradePresetSchema_Responses, type UpgradeSchema_Data, type UpgradeSchema_Response, type UpgradeSchema_Responses, type UploadedFileNameWithNegotiationDto, type UpsertDocumentPackDto, type UpsertDocumentPublisherDto, type UsageStatisticsDto, type UseForgottenPasswordCodeRequestDto, type UserAccountDto, type UserDto, type UserFlagsDto, type UserForPickerDto, type UserGroupDto, type UserGroupIdDto, type UserGroupNameDto, type UserId, type UserIdDto, type UserInviteDto, type UserListForPickerDto, type UserNegotiationStatisticsDto, type UserProfileColour, type UserProfileDto, type UserStatisticsDto, type UserWithRoleDto, type UsersWithNegotiationAccess_Data, type UsersWithNegotiationAccess_Response, type UsersWithNegotiationAccess_Responses, type ValidInvitationResponseDto, type ValidateDraftReceiverEmails_Data, type ValidateDraftReceiverEmails_Response, type ValidateDraftReceiverEmails_Responses, type ValidateEntities_Data, type ValidateEntities_Response, type ValidateEntities_Responses, type ValidatedEntitiesDto, type ValidatedEntityDto, type ValidatedSchemaDto, type ValidatedSchemaErrorDto, type VerifyMinioDto, type Version_Data, type Version_Responses, type VersionedPartyAnswersDto, type VirusScanServiceStatusDto_Status, type VoidESignEnvelopeForNegotiation_Data, type VoidESignEnvelopeForNegotiation_Errors, type VoidESignEnvelopeForNegotiation_Responses, type WorkflowType, type ZuvaExtractionResultDto, type ZuvaFieldDto, acceptAllCounterpartyPositions, acceptAllCustodianTemplatePositions, acceptAllPositionsFromFork, acceptAllPositionsFromPreviousVersion, acceptAllPresetPositions, acceptCounterpartyPosition, acceptNestedAnswersCounterpartyPosition, accountSummary, addApprovalComment, addComment, addElectionApproval, addElectionRejection, addWatchers, applyExtractedAnswers, approveFinalDocument, assignEntity, assignToMe, assignUser, auditTrailFilters, auditTrailForAccountAsExcel, auditTrailForAccountAsJson, auditTrailForSubAccountAsExcel, auditTrailForSubAccountAsJson, authPing, breakingChanges, bulkSetsJobCount, cancel, cancelExtraction, cancelNegotiations, cancelNegotiationsJobCount, changeSigningMode, checkAuxiliaryDocument, checkForBrokenApprovers, checkOfflineNegotiatedDocument, checkSignedExecutedVersion, checkSignedSignaturePagePdf, clonePreset, confirm, confirmExecutionVersion, consentCodeCallback, contactForNewApprover, createAuditTrailJson, createAuditTrailPdf, createAuditTrailXlsx, createBulkSet, createGroup, createNegotiation, createPreset, createPresetAuditTrailJson, createPresetAuditTrailXlsx, createSignaturePagePdf, createSigningPack, deleteApprovalComment, deleteAuxiliaryDocument, deleteBulkSetAttachment, deleteComment, deleteCoverNote, deleteDocumentDraftingNote, deleteDocumentElectionDraftingNote, deleteDraftingNotesDocument, deleteEntity, deleteExecutionAttachment, deleteExternalAttachment, deleteGeneralCoverNote, deleteOfflineNegotiatedDocument, deletePreset, deleteSignedExecutedVersion, deleteSignedSignaturePageForParty, documentRenderTemplate, documentsFilter, downloadActiveNegotiationsReportAsExcel, downloadDashboardReportAsExcel, downloadExecutedNegotiationsAsExcel, downloadNegotiation, downloadPostExecutionPack, downloadPreExecutionCounterpartyNegotiation, downloadPreset, editAnswers, editApprovalComment, editDefaultAnswers, emailPreferences, extendWindow, fixApprovalRules, forkNegotiation, generateAndMaybeSendEnvelope, getAccessibleNegotiation, getAccountRelationshipSummaries, getAllNegotiationCommentsForSubAccount, getAllVersions, getAmendDefaults, getAnnotatedOfflineNegotiatedDocument, getApprovalComments, getApprovalHistory, getApprovalRound, getAsCdm, getAuxiliaryDocument, getBulkSet, getBulkSetAttachment, getChannelTimeline, getCommentSummary, getComments, getCompanyByEntityId, getDocument, getDocumentSchema, getDownloadActiveNegotiationsReportAsExcel, getDownloadExecutedNegotiationsAsExcel, getDraftingNotes, getDraftingNotesDocument, getElectionAnswer, getExecutedNegotiationSummary, getExecutionAttachment, getExternalAttachment, getExtractionResults, getGroupNames, getLatestDocumentSchema, getLegacyStatistics, getMajorVersions, getMultipleNestedAnswers, getNegotiation, getNegotiationDeltas, getNegotiationDraftingNotes, getNegotiationESignStatus, getNegotiationFilesSummary, getNegotiationsGroup, getNestedAnswers, getOfflineNegotiatedDocument, getOfflineNegotiatedDocumentAnnotations, getOriginalAnswersForForkNegotiation, getOtherPartyAnswers, getPartyAnswers, getPreset, getPreviousActiveUsers, getPreviousMajorVersionsNestedAnswerElections, getPreviousMajorVersionsNestedAnswerIds, getProfile, getSecurityContext, getSettings, getSignedExecutedVersion, getSignedSignaturePagePdf, getSsoConfig, getStatistics, getStatisticsOverview, getSubAccount, getSubscribedPublishers, getTimeline, getTimelineActivity, getUserStatistics, getUsers, getUsersForPicker, getWatchers, getWindow, grantAllNegotiationsAccess, grantNegotiationsAccess, grantPresetsAccess, grantWindow, initialAnswers, listAdvisorsForWorkspace, listAllPresetsForSubAccountV1, listAllPresetsForSubAccountV2, listBulkSets, listDocuments, listDocumentsVersionsSummary, listDocumentsWithPagination, listEntities, listExecutionAttachments, listExternalAttachments, listNegotiations, listPotentialNegotiationAdvisors, listPotentialPresetAdvisors, listPresets, listRecentExtractions, listSubAccounts, markActivityEventsAsViewed, markApprovalCommentsAsViewed, markAsFinal, markAsOffline, markCommentEventsAsViewed, markEventsAsViewed, moveEntity, negotiationForkHistory, negotiationGetDocumentSchema, negotiationRenderTemplate, negotiationSendForApproval, negotiationsFilter, notifyOfDraft, obtainConsent, overrideApproveFinalDocument, overrideElectionApproval, overrideElectionRejection, overrideRejectFinalDocument, patchEmailPreferences, presetEditAnswers, presetGetDocumentSchema, presetGetMultipleNestedAnswers, presetGetNestedAnswers, presetRenderTemplate, presetSendForApproval, presetSetElectionApproval, presetSetFinalApproval, presetSetMultipleNestedAnswers, presetSetNestedAnswers, presetSwapParties, publisherSummaries, queueGenerateNegotiationDocumentJob, rejectFinalDocument, removeWatchers, renameExecutionAttachment, resetUserAnswers, retract, revertToAmending, revokeNegotiationsAccess, revokePresetsAccess, revokeWindow, scheduleExtraction, schemaAvailableAsCdm, searchEntity, sendBulkSetToCounterpartiesInitial, sendChaserEmail, sendDocumentApprovalReminder, sendElectionApprovalReminder, sendGroupToCounterparty, sendToCounterparty, sendToCounterpartyInitial, setAuxiliaryDocument, setBulkSetAttachments, setCounterparties, setElectionApproval, setExecutionAttachment, setExecutionAttachments, setExternalAttachment, setExternalAttachments, setFinalApproval, setGeneralCoverNote, setMultipleNestedAnswers, setNestedAnswers, setOfflineNegotiatedDocument, setOwnerEntity, setPreset, setReceiverEntity, setSignedExecutedVersion, setSignedSignaturePageForParty, suggestGroupName, swapParties, syncNewApprover, unsubscribe, updateAttachDocx, updateComment, updateCoverNote, updateCustomFields, updateDocumentDraftingNote, updateDocumentElectionDraftingNote, updateDraftingNotes, updateExtractionFeedback, updateGroupMembers, updateGroupName, updateMetadata, updateNegotiationsToMatch, updateSelectedElections, updateSubAccount, updateUserAnswers, upgradePresetSchema, upgradeSchema, usersWithNegotiationAccess, validateDraftReceiverEmails, validateEntities, version, voidESignEnvelopeForNegotiation };
|
|
10910
|
+
export { type AcceptAllCounterpartyPositions_Data, type AcceptAllCounterpartyPositions_Errors, type AcceptAllCounterpartyPositions_Response, type AcceptAllCounterpartyPositions_Responses, type AcceptAllCustodianTemplatePositions_Data, type AcceptAllCustodianTemplatePositions_Errors, type AcceptAllCustodianTemplatePositions_Response, type AcceptAllCustodianTemplatePositions_Responses, type AcceptAllPositionsFromFork_Data, type AcceptAllPositionsFromFork_Errors, type AcceptAllPositionsFromFork_Response, type AcceptAllPositionsFromFork_Responses, type AcceptAllPositionsFromPreviousVersion_Data, type AcceptAllPositionsFromPreviousVersion_Errors, type AcceptAllPositionsFromPreviousVersion_Response, type AcceptAllPositionsFromPreviousVersion_Responses, type AcceptAllPresetPositions_Data, type AcceptAllPresetPositions_Errors, type AcceptAllPresetPositions_Response, type AcceptAllPresetPositions_Responses, type AcceptCounterpartyPosition_Data, type AcceptCounterpartyPosition_Errors, type AcceptCounterpartyPosition_Response, type AcceptCounterpartyPosition_Responses, type AcceptInviteDto, type AcceptNestedAnswersCounterpartyPosition_Data, type AcceptNestedAnswersCounterpartyPosition_Errors, type AcceptNestedAnswersCounterpartyPosition_Response, type AcceptNestedAnswersCounterpartyPosition_Responses, type AcceptedRelationshipDto, type AccessTokenDto, type AccessWindowDto, type AccountAndSubAccountsDto, type AccountAvailableActionsDto, type AccountContextDto, type AccountIdAndNameDto, type AccountIntegrationDataDto, type AccountInviteByNakhodaDto, type AccountNameDto, type AccountSettingsDto, type AccountStatisticsDto, type AccountSummaryFlatDto, type AccountSummaryWithSubAccountsDto, type AccountSummary_Data, type AccountSummary_Errors, type AccountSummary_Response, type AccountSummary_Responses, type AccountWithAddedDomainsDto, type ActiveOrPendingUserDto, type ActiveOrPendingUserForNakhodaAdminDto, type ActiveUserDto, type ActiveUserStatisticsDto, type ActivityTimelineSummaryDto, type AddApprovalComment_Data, type AddApprovalComment_Errors, type AddApprovalComment_Response, type AddApprovalComment_Responses, type AddComment_Data, type AddComment_Response, type AddComment_Responses, type AddElectionApproval_Data, type AddElectionApproval_Errors, type AddElectionApproval_Response, type AddElectionApproval_Responses, type AddElectionRejection_Data, type AddElectionRejection_Errors, type AddElectionRejection_Response, type AddElectionRejection_Responses, type AddOptionalCommentDto, type AddWatchers_Data, type AddWatchers_Errors, type AddWatchers_Response, type AddWatchers_Responses, type AdminAccountDetailDto, type AdminAccountWithEntitiesDto, type AdminApiUserSummaryDto, type AdminPendingAccountDto, type AdminRevertNegotiationStateDto, type AdminUpdateEmailPreferencesDto, type AdvisorAccountRelationshipDto, type AdvisorAccountRelationshipsDto, type AdvisorNegotiationRequestDto, type AdvisorOrClient, type AdvisorRelationshipExpandedDto, type AdvisorRelationshipSummaryDto, type AdvisorRequestInboundStatsDto, type AdvisorRequestStatus, type AdvisorRequestSummaryDto, type AdvisorUserDto, type AdvisorWithShareSettingDto, type AllowlistOrDenylist, type AmendDefaultsDto, type AnalyticsEventType, type AnnouncementDto, type AnnouncementsDto, type AnonymousApproverDto, type AnswersSummariesDto, type ApiUserSummaryDto, type ApplyExtractedAnswers_Data, type ApplyExtractedAnswers_Errors, type ApplyExtractedAnswers_Response, type ApplyExtractedAnswers_Responses, type ApprovalCommentAvailableActionsDto, type ApprovalCommentDto, type ApprovalCommentRequestDto, type ApprovalCommentUserDto, type ApprovalCommentsAvailableActionsDto, type ApprovalCommentsDto, type ApprovalCountStatisticsDto, type ApprovalDecisionsWithSubmittedValuesDto, type ApprovalDto, type ApprovalHistoryDto, type ApprovalRoundDto, type ApprovalRoundType, type ApprovalRuleChangesDto, type ApprovalStatus, type ApprovalType, type ApproveFinalDocument_Data, type ApproveFinalDocument_Errors, type ApproveFinalDocument_Responses, type ApproverDto, type ApproverInRulesDto, type ApproverRemovalReason, type ApproversWithQuorumDto, type AssignEntity_Data, type AssignEntity_Errors, type AssignEntity_Response, type AssignEntity_Responses, type AssignToMe_Data, type AssignToMe_Errors, type AssignToMe_Response, type AssignToMe_Responses, type AssignUser_Data, type AssignUser_Errors, type AssignUser_Response, type AssignUser_Responses, type AttachmentsExistsDto, type AttachmentsExistsDto_ExistingAttachmentDto, type AuditEventCauseDto, type AuditEventDto, type AuditEventEffectDto, type AuditReportType, type AuditTrailFiltersDto, type AuditTrailFilters_Data, type AuditTrailFilters_Response, type AuditTrailFilters_Responses, type AuditTrailForAccountAsJson_Data, type AuditTrailForAccountAsJson_Response, type AuditTrailForAccountAsJson_Responses, type AuditTrailForSubAccountAsJson_Data, type AuditTrailForSubAccountAsJson_Response, type AuditTrailForSubAccountAsJson_Responses, type AuthEndpointsDto, type AuthEndpointsResponseDto, type AuthPing_Data, type AuthPing_Errors, type AuthPing_Responses, type AuthServerResponseDto, type AuthnSuccessResponseDto, type AuxiliaryDocumentExistsDto, type AvailableChannelsDto, type AvailableUserForAdvisingDto, type BillableEventType, type BreakingChanges_Data, type BreakingChanges_Response, type BreakingChanges_Responses, type BrokenApproversSummaryDto, type BulkDraftCounterpartyOptionsDto, type BulkSetDto, type BulkSetJobCountDto, type BulkSetWithAttachmentsDto, type BulkSetsCountsDto, type BulkSetsJobCount_Data, type BulkSetsJobCount_Response, type BulkSetsJobCount_Responses, type CDMOutputDto, type CalendricalFrequency, type CancelExtraction_Data, type CancelExtraction_Errors, type CancelExtraction_Response, type CancelExtraction_Responses, type CancelJobCountDto, type CancelNegotiationsDto, type CancelNegotiationsJobCount_Data, type CancelNegotiationsJobCount_Response, type CancelNegotiationsJobCount_Responses, type CancelNegotiations_Data, type CancelNegotiations_Response, type CancelNegotiations_Responses, type Cancel_Data, type Cancel_Errors, type Cancel_Response, type Cancel_Responses, type CancelledByDto, type CausesDto, type ChangePasswordRequestDto, type ChangeSigningModeDto, type ChangeSigningMode_Data, type ChangeSigningMode_Errors, type ChangeSigningMode_Response, type ChangeSigningMode_Responses, type ChannelType, type ChaserEmailInfoDto, type CheckAuxiliaryDocument_Data, type CheckAuxiliaryDocument_Errors, type CheckAuxiliaryDocument_Response, type CheckAuxiliaryDocument_Responses, type CheckForBrokenApprovers_Data, type CheckForBrokenApprovers_Response, type CheckForBrokenApprovers_Responses, type CheckOfflineNegotiatedDocument_Data, type CheckOfflineNegotiatedDocument_Errors, type CheckOfflineNegotiatedDocument_Response, type CheckOfflineNegotiatedDocument_Responses, type CheckSignedExecutedVersion_Data, type CheckSignedExecutedVersion_Errors, type CheckSignedExecutedVersion_Response, type CheckSignedExecutedVersion_Responses, type CheckSignedSignaturePagePdf_Data, type CheckSignedSignaturePagePdf_Errors, type CheckSignedSignaturePagePdf_Response, type CheckSignedSignaturePagePdf_Responses, type ClientOptions, type ClientSubAccountContextDto, type ClonePreset_Data, type ClonePreset_Errors, type ClonePreset_Response, type ClonePreset_Responses, type CommentDto, type CompletedExtractionResultDto, type ComponentAnswerDto, type ComponentAnswerDto_DataEditor, type ComponentAnswerDto_Multiple, type ComponentAnswerDto_NestedAnswers, type ComponentAnswerDto_RepeatingGroup, type ComponentAnswerDto_RepeatingGroupElement, type ComponentAnswerDto_Single, type ComponentAnswerDto_Tabular, type ComponentDto, type ComponentIdDto, type ConfirmExecutionVersion_Data, type ConfirmExecutionVersion_Errors, type ConfirmExecutionVersion_Response, type ConfirmExecutionVersion_Responses, type Confirm_Data, type Confirm_Errors, type Confirm_Response, type Confirm_Responses, type ConsentCodeCallback_Data, type ContactForNewApprover_Data, type ContactForNewApprover_Errors, type ContactForNewApprover_Responses, type ContextAvailableActionsDto, type CounterpartyDto, type CounterpartyWithReferenceIdDto, type CreateApiUserRequest, type CreateApiUserResponse, type CreateAuditTrailJson_Data, type CreateAuditTrailJson_Response, type CreateAuditTrailJson_Responses, type CreateAuditTrailPdf_Data, type CreateAuditTrailPdf_Response, type CreateAuditTrailPdf_Responses, type CreateAuditTrailXlsx_Data, type CreateAuditTrailXlsx_Response, type CreateAuditTrailXlsx_Responses, type CreateBulkSetDto, type CreateBulkSetItemDto, type CreateBulkSetResponseDto, type CreateBulkSet_Data, type CreateBulkSet_Response, type CreateBulkSet_Responses, type CreateDocumentMetadataDto, type CreateGroup_Data, type CreateGroup_Response, type CreateGroup_Responses, type CreateNegotiationGroupDto, type CreateNegotiationRequestDto, type CreateNegotiation_Data, type CreateNegotiation_Errors, type CreateNegotiation_Response, type CreateNegotiation_Responses, type CreatePresetAuditTrailJson_Data, type CreatePresetAuditTrailJson_Response, type CreatePresetAuditTrailJson_Responses, type CreatePresetAuditTrailXlsx_Data, type CreatePresetAuditTrailXlsx_Response, type CreatePresetAuditTrailXlsx_Responses, type CreatePresetRequestDto, type CreatePreset_Data, type CreatePreset_Errors, type CreatePreset_Response, type CreatePreset_Responses, type CreateSignaturePagePdf_Data, type CreateSignaturePagePdf_Response, type CreateSignaturePagePdf_Responses, type CreateSigningPack_Data, type CreateSigningPack_Response, type CreateSigningPack_Responses, type CreateSubAccountRequestDto, type CreateSubAccountResponseDto, type DeleteApprovalComment_Data, type DeleteApprovalComment_Errors, type DeleteApprovalComment_Responses, type DeleteAuxiliaryDocument_Data, type DeleteAuxiliaryDocument_Response, type DeleteAuxiliaryDocument_Responses, type DeleteBulkSetAttachment_Data, type DeleteBulkSetAttachment_Response, type DeleteBulkSetAttachment_Responses, type DeleteComment_Data, type DeleteComment_Response, type DeleteComment_Responses, type DeleteCoverNote_Data, type DeleteCoverNote_Response, type DeleteCoverNote_Responses, type DeleteDocumentDraftingNote_Data, type DeleteDocumentDraftingNote_Errors, type DeleteDocumentDraftingNote_Responses, type DeleteDocumentElectionDraftingNote_Data, type DeleteDocumentElectionDraftingNote_Errors, type DeleteDocumentElectionDraftingNote_Responses, type DeleteDraftingNotesDocument_Data, type DeleteDraftingNotesDocument_Responses, type DeleteEntity_Data, type DeleteEntity_Errors, type DeleteEntity_Response, type DeleteEntity_Responses, type DeleteExecutionAttachment_Data, type DeleteExecutionAttachment_Response, type DeleteExecutionAttachment_Responses, type DeleteExternalAttachment_Data, type DeleteExternalAttachment_Response, type DeleteExternalAttachment_Responses, type DeleteGeneralCoverNote_Data, type DeleteGeneralCoverNote_Errors, type DeleteGeneralCoverNote_Response, type DeleteGeneralCoverNote_Responses, type DeleteOfflineNegotiatedDocument_Data, type DeleteOfflineNegotiatedDocument_Response, type DeleteOfflineNegotiatedDocument_Responses, type DeletePreset_Data, type DeletePreset_Responses, type DeleteSignedExecutedVersion_Data, type DeleteSignedExecutedVersion_Errors, type DeleteSignedExecutedVersion_Response, type DeleteSignedExecutedVersion_Responses, type DeleteSignedSignaturePageForParty_Data, type DeleteSignedSignaturePageForParty_Responses, type DetailedEntityDto, type DetailedInputValidationErrorDto, type DocumentAvailability, type DocumentAvailableActions, type DocumentDisclaimerDto, type DocumentDraftingNoteDto, type DocumentDto, type DocumentErrorResponseDto, type DocumentFilter, type DocumentIdAndVersionDto, type DocumentIdWithDraftingNotesFlagDto, type DocumentListAvailableActionsDto, type DocumentListDto, type DocumentListItemDto, type DocumentOrderKey, type DocumentPackAccess, type DocumentPackAllowlistDto, type DocumentPackDto, type DocumentPackState, type DocumentPackWithDocumentsDto, type DocumentPackWithDocumentsWithUsageDto, type DocumentPublisherDisclaimerDto, type DocumentPublisherDocumentDisclaimerDto, type DocumentPublisherDto, type DocumentPublisherPackDisclaimerDto, type DocumentPublisherSummaryDto, type DocumentPublisherWithPackDto, type DocumentPublisherWithPackWithUsageDto, type DocumentRenderTemplate_Data, type DocumentRenderTemplate_Errors, type DocumentRenderTemplate_Response, type DocumentRenderTemplate_Responses, type DocumentSchemaChangesDto, type DocumentState, type DocumentVersionCreatedResponse, type DocumentVersionsSummaryDto, type DocumentVersionsSummaryDto_DocumentVersionSummaryDto, type DocumentVersionsWithMajorChangesDto, type DocumentVersionsWithMajorChangesDto_DocumentGroupDto, type DocumentVersionsWithMajorChangesDto_DocumentVersionFlagsDto, type DocumentVersionsWithMajorChangesDto_MajorChangesFlagDto, type DocumentWithPackDto, type DocumentWithUsageDto, type DocumentsFilter_Data, type DocumentsFilter_Errors, type DocumentsFilter_Response, type DocumentsFilter_Responses, type DownloadNegotiation_Data, type DownloadNegotiation_Response, type DownloadNegotiation_Responses, type DownloadPostExecutionPack_Data, type DownloadPostExecutionPack_Response, type DownloadPostExecutionPack_Responses, type DownloadPreExecutionCounterpartyNegotiation_Data, type DownloadPreExecutionCounterpartyNegotiation_Response, type DownloadPreExecutionCounterpartyNegotiation_Responses, type DownloadPreset_Data, type DownloadPreset_Response, type DownloadPreset_Responses, type DownloadTemplateForVersionRequestDto, type DownloadTemplateRequestDto, type DraftEmailDto, type DraftReceiverEmailValidationDto, type DraftReceiverEmailsDto, type DraftingNoteDto, type DraftingNoteTextDto, type DraftingNotesDto, type ESignAccountStatus, type ESignAccountStatusDto, type ESignNegotiationSessionStatus, type ESignNegotiationStatusDto, type ESignSessionStatusDto, type EditAnswers_Data, type EditAnswers_Errors, type EditAnswers_Response, type EditAnswers_Responses, type EditApprovalComment_Data, type EditApprovalComment_Errors, type EditApprovalComment_Response, type EditApprovalComment_Responses, type EditDefaultAnswers_Data, type EditDefaultAnswers_Errors, type EditDefaultAnswers_Response, type EditDefaultAnswers_Responses, type ElectionAnswerDto, type ElectionAnswerDto_Components, type ElectionAnswerDto_TextAmendment, type ElectionAnswerSummaryDto, type ElectionAnswerTypeDto, type ElectionApprovalCountsDto, type ElectionDto, type ElectionSampleConfigurationDto, type ElectionValueSimilarityScoreDto, type ElectionsDto, type EmailPreferenceDto, type EmailPreferencesDto, type EmailPreferences_Data, type EmailPreferences_Response, type EmailPreferences_Responses, type EmailTemplate, type EmailWithErrorDto, type EntityDto, type EntityIdDto, type EntityMetadataDto, type EntityMoveErrorResponseDto, type ErrorResponse, type ErrorResponseDto, type ExecutedNegotiationSummaryDto, type ExecutedNegotiationSummaryDto_AccountMetadataDto, type ExecutedNegotiationSummaryDto_EventByDto, type ExecutedNegotiationSummaryDto_HistoryDto, type ExecutedNegotiationSummaryDto_PartyDto, type ExecutedVersionExistsDto, type ExtendWindow_Data, type ExtendWindow_Errors, type ExtendWindow_Response, type ExtendWindow_Responses, type ExternalPartyDto, type ExternalSystemStatisticsDto, type ExtractedFieldMetadataDto, type ExtractionFeedbackDto, type ExtractionResultDto, type ExtractionResultSummaryDto, type ExtractionResultType, type ExtractionResultWithPreviewDto, type FailedExtractionResultDto, type FeatureDto, type FileExtractionResultDto, type FileExtractionResultSummaryDto, type FilterResultDto, type FilterResultsDto, type FixApprovalRulesDto, type FixApprovalRules_Data, type FixApprovalRules_Response, type FixApprovalRules_Responses, type ForgottenPasswordRequestDto, type ForkNegotiation_Data, type ForkNegotiation_Errors, type ForkNegotiation_Response, type ForkNegotiation_Responses, type FormSubmissionErrorResponseDto, type FormSubmissionResponseDto, type FormSubmissionSuccessResponseDto, type ForwardAccountInviteDto, type GenerateActiveNegotiationsReportAsExcel_Data, type GenerateActiveNegotiationsReportAsExcel_Responses, type GenerateAndMaybeSendEnvelope_Data, type GenerateAndMaybeSendEnvelope_Errors, type GenerateAndMaybeSendEnvelope_Responses, type GenerateAuditTrailForAccountAsExcel_Data, type GenerateAuditTrailForAccountAsExcel_Responses, type GenerateAuditTrailForSubAccountAsExcel_Data, type GenerateAuditTrailForSubAccountAsExcel_Responses, type GenerateCommentsReport_Data, type GenerateCommentsReport_Responses, type GenerateExecutedNegotiationsReportAsExcel_Data, type GenerateExecutedNegotiationsReportAsExcel_Errors, type GenerateExecutedNegotiationsReportAsExcel_Responses, type GenerateNegotiationDocumentDto, type GenerateNegotiationDocumentJobResponseDto, type GenerateNegotiationsReport_Data, type GenerateNegotiationsReport_Responses, type GetAccessibleNegotiation_Data, type GetAccessibleNegotiation_Response, type GetAccessibleNegotiation_Responses, type GetAccountRelationshipSummaries_Data, type GetAccountRelationshipSummaries_Errors, type GetAccountRelationshipSummaries_Response, type GetAccountRelationshipSummaries_Responses, type GetAllVersions_Data, type GetAllVersions_Errors, type GetAllVersions_Response, type GetAllVersions_Responses, type GetAmendDefaults_Data, type GetAmendDefaults_Errors, type GetAmendDefaults_Response, type GetAmendDefaults_Responses, type GetAnnotatedOfflineNegotiatedDocument_Data, type GetAnnotatedOfflineNegotiatedDocument_Errors, type GetAnnotatedOfflineNegotiatedDocument_Response, type GetAnnotatedOfflineNegotiatedDocument_Responses, type GetApprovalComments_Data, type GetApprovalComments_Errors, type GetApprovalComments_Response, type GetApprovalComments_Responses, type GetApprovalHistory_Data, type GetApprovalHistory_Response, type GetApprovalHistory_Responses, type GetApprovalRound_Data, type GetApprovalRound_Response, type GetApprovalRound_Responses, type GetAsCdm_Data, type GetAsCdm_Errors, type GetAsCdm_Response, type GetAsCdm_Responses, type GetAuxiliaryDocument_Data, type GetAuxiliaryDocument_Errors, type GetAuxiliaryDocument_Response, type GetAuxiliaryDocument_Responses, type GetBulkSetAttachment_Data, type GetBulkSetAttachment_Response, type GetBulkSetAttachment_Responses, type GetBulkSet_Data, type GetBulkSet_Response, type GetBulkSet_Responses, type GetChannelTimeline_Data, type GetChannelTimeline_Errors, type GetChannelTimeline_Responses, type GetCommentSummary_Data, type GetCommentSummary_Errors, type GetCommentSummary_Responses, type GetComments_Data, type GetComments_Errors, type GetComments_Responses, type GetCompanyByEntityId_Data, type GetCompanyByEntityId_Errors, type GetCompanyByEntityId_Response, type GetCompanyByEntityId_Responses, type GetDocumentSchema_Data, type GetDocumentSchema_Errors, type GetDocumentSchema_Response, type GetDocumentSchema_Responses, type GetDocument_Data, type GetDocument_Errors, type GetDocument_Response, type GetDocument_Responses, type GetDownloadActiveNegotiationsReportAsExcel_Data, type GetDownloadActiveNegotiationsReportAsExcel_Errors, type GetDownloadActiveNegotiationsReportAsExcel_Response, type GetDownloadActiveNegotiationsReportAsExcel_Responses, type GetDownloadExecutedNegotiationsAsExcel_Data, type GetDownloadExecutedNegotiationsAsExcel_Errors, type GetDownloadExecutedNegotiationsAsExcel_Response, type GetDownloadExecutedNegotiationsAsExcel_Responses, type GetDraftingNotesDocument_Data, type GetDraftingNotesDocument_Response, type GetDraftingNotesDocument_Responses, type GetDraftingNotes_Data, type GetDraftingNotes_Response, type GetDraftingNotes_Responses, type GetElectionAnswer_Data, type GetElectionAnswer_Errors, type GetElectionAnswer_Response, type GetElectionAnswer_Responses, type GetExecutedNegotiationSummary_Data, type GetExecutedNegotiationSummary_Errors, type GetExecutedNegotiationSummary_Response, type GetExecutedNegotiationSummary_Responses, type GetExecutionAttachment_Data, type GetExecutionAttachment_Errors, type GetExecutionAttachment_Response, type GetExecutionAttachment_Responses, type GetExternalAttachment_Data, type GetExternalAttachment_Errors, type GetExternalAttachment_Response, type GetExternalAttachment_Responses, type GetExtractionResults_Data, type GetExtractionResults_Errors, type GetExtractionResults_Response, type GetExtractionResults_Responses, type GetGroupNames_Data, type GetGroupNames_Response, type GetGroupNames_Responses, type GetLatestDocumentSchema_Data, type GetLatestDocumentSchema_Errors, type GetLatestDocumentSchema_Response, type GetLatestDocumentSchema_Responses, type GetLegacyStatistics_Data, type GetLegacyStatistics_Errors, type GetLegacyStatistics_Response, type GetLegacyStatistics_Responses, type GetMajorVersions_Data, type GetMajorVersions_Errors, type GetMajorVersions_Response, type GetMajorVersions_Responses, type GetMultipleNestedAnswers_Data, type GetMultipleNestedAnswers_Errors, type GetMultipleNestedAnswers_Response, type GetMultipleNestedAnswers_Responses, type GetNegotiationDeltasDto, type GetNegotiationDeltas_Data, type GetNegotiationDeltas_Responses, type GetNegotiationDraftingNotes_Data, type GetNegotiationDraftingNotes_Response, type GetNegotiationDraftingNotes_Responses, type GetNegotiationESignStatus_Data, type GetNegotiationESignStatus_Response, type GetNegotiationESignStatus_Responses, type GetNegotiationFilesSummary_Data, type GetNegotiationFilesSummary_Errors, type GetNegotiationFilesSummary_Response, type GetNegotiationFilesSummary_Responses, type GetNegotiation_Data, type GetNegotiation_Response, type GetNegotiation_Responses, type GetNegotiationsGroup_Data, type GetNegotiationsGroup_Response, type GetNegotiationsGroup_Responses, type GetNestedAnswers_Data, type GetNestedAnswers_Errors, type GetNestedAnswers_Response, type GetNestedAnswers_Responses, type GetOfflineNegotiatedDocumentAnnotations_Data, type GetOfflineNegotiatedDocumentAnnotations_Errors, type GetOfflineNegotiatedDocumentAnnotations_Response, type GetOfflineNegotiatedDocumentAnnotations_Responses, type GetOfflineNegotiatedDocument_Data, type GetOfflineNegotiatedDocument_Errors, type GetOfflineNegotiatedDocument_Response, type GetOfflineNegotiatedDocument_Responses, type GetOriginalAnswersForForkNegotiation_Data, type GetOriginalAnswersForForkNegotiation_Errors, type GetOriginalAnswersForForkNegotiation_Response, type GetOriginalAnswersForForkNegotiation_Responses, type GetOtherPartyAnswers_Data, type GetOtherPartyAnswers_Errors, type GetOtherPartyAnswers_Response, type GetOtherPartyAnswers_Responses, type GetPartyAnswers_Data, type GetPartyAnswers_Errors, type GetPartyAnswers_Response, type GetPartyAnswers_Responses, type GetPotentialUsers_Data, type GetPotentialUsers_Errors, type GetPotentialUsers_Response, type GetPotentialUsers_Responses, type GetPreset_Data, type GetPreset_Response, type GetPreset_Responses, type GetPreviousActiveUsers_Data, type GetPreviousActiveUsers_Errors, type GetPreviousActiveUsers_Response, type GetPreviousActiveUsers_Responses, type GetPreviousMajorVersionsNestedAnswerElections_Data, type GetPreviousMajorVersionsNestedAnswerElections_Errors, type GetPreviousMajorVersionsNestedAnswerElections_Response, type GetPreviousMajorVersionsNestedAnswerElections_Responses, type GetPreviousMajorVersionsNestedAnswerIds_Data, type GetPreviousMajorVersionsNestedAnswerIds_Errors, type GetPreviousMajorVersionsNestedAnswerIds_Response, type GetPreviousMajorVersionsNestedAnswerIds_Responses, type GetProfile_Data, type GetProfile_Response, type GetProfile_Responses, type GetSecurityContext_Data, type GetSecurityContext_Response, type GetSecurityContext_Responses, type GetSettings_Data, type GetSettings_Errors, type GetSettings_Response, type GetSettings_Responses, type GetSignedExecutedVersion_Data, type GetSignedExecutedVersion_Errors, type GetSignedExecutedVersion_Response, type GetSignedExecutedVersion_Responses, type GetSignedSignaturePagePdf_Data, type GetSignedSignaturePagePdf_Errors, type GetSignedSignaturePagePdf_Response, type GetSignedSignaturePagePdf_Responses, type GetSsoConfig_Data, type GetSsoConfig_Response, type GetSsoConfig_Responses, type GetStatisticsOverview_Data, type GetStatisticsOverview_Errors, type GetStatisticsOverview_Response, type GetStatisticsOverview_Responses, type GetStatistics_Data, type GetStatistics_Errors, type GetStatistics_Response, type GetStatistics_Responses, type GetSubAccount_Data, type GetSubAccount_Responses, type GetSubscribedPublishers_Data, type GetSubscribedPublishers_Response, type GetSubscribedPublishers_Responses, type GetTimelineActivity_Data, type GetTimelineActivity_Errors, type GetTimelineActivity_Responses, type GetTimeline_Data, type GetTimeline_Errors, type GetTimeline_Responses, type GetUserStatistics_Data, type GetUserStatistics_Errors, type GetUserStatistics_Response, type GetUserStatistics_Responses, type GetUsersForPicker_Data, type GetUsersForPicker_Errors, type GetUsersForPicker_Response, type GetUsersForPicker_Responses, type GetUsers_Data, type GetUsers_Errors, type GetUsers_Response, type GetUsers_Responses, type GetWatchers_Data, type GetWatchers_Errors, type GetWatchers_Response, type GetWatchers_Responses, type GetWindow_Data, type GetWindow_Errors, type GetWindow_Response, type GetWindow_Responses, type GrantAllNegotiationsAccess_Data, type GrantAllNegotiationsAccess_Response, type GrantAllNegotiationsAccess_Responses, type GrantNegotiationsAccess_Data, type GrantNegotiationsAccess_Response, type GrantNegotiationsAccess_Responses, type GrantPresetsAccess_Data, type GrantPresetsAccess_Response, type GrantPresetsAccess_Responses, type GrantWindow_Data, type GrantWindow_Errors, type GrantWindow_Response, type GrantWindow_Responses, type InitialAnswers_Data, type InitialAnswers_Errors, type InitialAnswers_Response, type InitialAnswers_Responses, type InitiatorDto, type InvitationCodeDto, type InvitationDocumentDetailsDto, type IssuesContextDto, type JobStatus, type LegacyNegotiationStateGroup, type LegacyNegotiationStatisticsDto, type LegacySidedNegotiationCountsDto, type LegalEntityAvailableActionsDto, type LegalEntityDto, type ListAdvisorsForWorkspace_Data, type ListAdvisorsForWorkspace_Response, type ListAdvisorsForWorkspace_Responses, type ListAllPresetsForSubAccountV1_Data, type ListAllPresetsForSubAccountV1_Response, type ListAllPresetsForSubAccountV1_Responses, type ListAllPresetsForSubAccountV2_Data, type ListAllPresetsForSubAccountV2_Response, type ListAllPresetsForSubAccountV2_Responses, type ListBulkSets_Data, type ListBulkSets_Responses, type ListDocumentsVersionsSummary_Data, type ListDocumentsVersionsSummary_Response, type ListDocumentsVersionsSummary_Responses, type ListDocumentsWithPagination_Data, type ListDocumentsWithPagination_Response, type ListDocumentsWithPagination_Responses, type ListDocuments_Data, type ListDocuments_Response, type ListDocuments_Responses, type ListEntities_Data, type ListEntities_Response, type ListEntities_Responses, type ListExecutionAttachments_Data, type ListExecutionAttachments_Errors, type ListExecutionAttachments_Response, type ListExecutionAttachments_Responses, type ListExternalAttachments_Data, type ListExternalAttachments_Errors, type ListExternalAttachments_Response, type ListExternalAttachments_Responses, type ListNegotiations_Data, type ListNegotiations_Response, type ListNegotiations_Responses, type ListPotentialNegotiationAdvisors_Data, type ListPotentialNegotiationAdvisors_Response, type ListPotentialNegotiationAdvisors_Responses, type ListPotentialPresetAdvisors_Data, type ListPotentialPresetAdvisors_Response, type ListPotentialPresetAdvisors_Responses, type ListPresets_Data, type ListPresets_Response, type ListPresets_Responses, type ListRecentExtractions_Data, type ListRecentExtractions_Response, type ListRecentExtractions_Responses, type ListSubAccounts_Data, type ListSubAccounts_Responses, type LoginType, type MajorChangeSummaryDto, type MajorMinorDto, type MarkActivityEventsAsViewed_Data, type MarkActivityEventsAsViewed_Errors, type MarkActivityEventsAsViewed_Responses, type MarkApprovalCommentsAsReadRequestDto, type MarkApprovalCommentsAsViewed_Data, type MarkApprovalCommentsAsViewed_Errors, type MarkApprovalCommentsAsViewed_Responses, type MarkAsFinal_Data, type MarkAsFinal_Errors, type MarkAsFinal_Response, type MarkAsFinal_Responses, type MarkAsOffline_Data, type MarkAsOffline_Errors, type MarkAsOffline_Response, type MarkAsOffline_Responses, type MarkCommentEventsAsViewed_Data, type MarkCommentEventsAsViewed_Errors, type MarkCommentEventsAsViewed_Responses, type MarkEventAsReadRequestDto, type MarkEventsAsViewed_Data, type MarkEventsAsViewed_Errors, type MarkEventsAsViewed_Responses, type MarkNotificationsAsReadAndActionedDto, type ModifySSOConfigDto, type MoveEntityDto, type MoveEntity_Data, type MoveEntity_Errors, type MoveEntity_Response, type MoveEntity_Responses, type NamedApproverDto, type NegotiationAction, type NegotiationAdvisorSummaryDto, type NegotiationAnswersDto, type NegotiationAuditEventsDto, type NegotiationAuditTrailEventDto, type NegotiationAvailableActionsDto, type NegotiationCountStatisticsDto, type NegotiationCustomFieldsDto, type NegotiationDatesDto, type NegotiationDeltaDto, type NegotiationEntityFiltersDto, type NegotiationEstablishedPartyDto, type NegotiationFileAvailableActionDto, type NegotiationFileDto_AuxiliaryDocumentDto, type NegotiationFileDto_ExecutionDocumentDto, type NegotiationFileDto_ExternalAttachmentDto, type NegotiationFileDto_SignatureFileDto, type NegotiationFilesSummaryDto, type NegotiationFilter, type NegotiationFilter_AccessibleToAdvisor_AccessibleToAdvisorValue, type NegotiationFilter_ApprovalType_ApprovalTypeValue, type NegotiationFilter_IsForkedOrFork_IsForkedOrForkValue, type NegotiationFilter_IsOffline_IsOfflineValue, type NegotiationFilter_IsTriparty_IsTripartyValue, type NegotiationFilter_MissingApprovers_MissingApproversValue, type NegotiationFilter_OlderThanPeriod_OlderThanPeriodValue, type NegotiationFilter_RequiresApproval_RequiresApprovalValue, type NegotiationFilter_Status_StatusValue, type NegotiationForkHistory_Data, type NegotiationForkHistory_Errors, type NegotiationForkHistory_Response, type NegotiationForkHistory_Responses, type NegotiationGetDocumentSchema_Data, type NegotiationGetDocumentSchema_Errors, type NegotiationGetDocumentSchema_Response, type NegotiationGetDocumentSchema_Responses, type NegotiationGroupDto, type NegotiationGroupIdAndNameDto, type NegotiationGroupIdDto, type NegotiationHealth, type NegotiationIdWithCounterpartyDto, type NegotiationJobErrorDto, type NegotiationJobLockType, type NegotiationJobStatus, type NegotiationListDto, type NegotiationListMetadataDto, type NegotiationOrderKey, type NegotiationParentDto, type NegotiationPartyDto, type NegotiationRenderTemplate_Data, type NegotiationRenderTemplate_Errors, type NegotiationRenderTemplate_Response, type NegotiationRenderTemplate_Responses, type NegotiationReportType, type NegotiationRequester, type NegotiationSearchDto, type NegotiationSendForApproval_Data, type NegotiationSendForApproval_Errors, type NegotiationSendForApproval_Response, type NegotiationSendForApproval_Responses, type NegotiationSingleDto, type NegotiationStateGroup, type NegotiationStateType, type NegotiationStatusLabel, type NegotiationStubbedPartyDto, type NegotiationSummaryAvailableActionsDto, type NegotiationSummaryDto, type NegotiationUIFilterCountsDto, type NegotiationUIState, type NegotiationUpgradeChangesDto, type NegotiationVersionDetailsDto, type NegotiationWatcherDto, type NegotiationWatchersDto, type NegotiationWithTimelineAndPreviewDto, type NegotiationWithTimelinePreviewAndMultipleNestedAnswersDto, type NegotiationWithTimelinePreviewAndNestedAnswersDto, type NegotiationsFilter_Data, type NegotiationsFilter_Errors, type NegotiationsFilter_Response, type NegotiationsFilter_Responses, type NegotiationsGroupDto, type NestedAnswerPartyElectionsDto, type NestedAnswerPartyElectionsForVersionDto, type NestedAnswersSummariesWithAnswersDto, type NestedAnswersSummariesWithPresetAnswersDto, type NestedAnswersSummaryDto, type NestedPartyAnswersDto, type NoteType, type NotificationCategory, type NotificationChannel, type NotificationContextDto, type NotificationListDto, type NotificationSearchType, type NotificationSenderDto, type NotificationSubscriptionStatusDto, type NotificationTypeDto, type NotifyOfDraft_Data, type NotifyOfDraft_Errors, type NotifyOfDraft_Responses, type ObtainConsent_Data, type OfflineNegotiatedDocumentExistsDto, type OfflineNegotiatedDocumentExistsDto_OfflineNegotiatedDocumentAvailableActionsDto, type OneLinkAuthRequestDto, type OneLinkInvitationDetailsDto, type OneLinkInvitationNegotiationDetailsDto, type Options, type OrderDirection, type OverrideApproveFinalDocument_Data, type OverrideApproveFinalDocument_Errors, type OverrideApproveFinalDocument_Responses, type OverrideElectionApproval_Data, type OverrideElectionApproval_Errors, type OverrideElectionApproval_Response, type OverrideElectionApproval_Responses, type OverrideElectionRejection_Data, type OverrideElectionRejection_Errors, type OverrideElectionRejection_Response, type OverrideElectionRejection_Responses, type OverrideRejectFinalDocument_Data, type OverrideRejectFinalDocument_Errors, type OverrideRejectFinalDocument_Responses, type OwnerEntityDto, type PagingMetaDto, type PartyAnswersDto, type PartyElectionDto, type PartyElectionNestedAnswersDto, type PartyElectionNestedAnswersForVersionDto, type PartyNestedAnswersIdsDto, type PartyRelativeRef, type PartyThatCanUploadExecutedVersion, type PatchEmailPreferences_Data, type PatchEmailPreferences_Responses, type PendingAccountRequestDto, type PendingApprovalCountsDto, type PendingOrActiveAdvisorDto, type PersonNameDto, type PlatformStatisticsDto, type PopulateStatisticsRequestDto, type PotentialAdvisorSummaryDto, type PresetApproverDto, type PresetAuditEventDto, type PresetAuditEventsDto, type PresetAvailableActionsDto, type PresetDto, type PresetEditAnswers_Data, type PresetEditAnswers_Errors, type PresetEditAnswers_Response, type PresetEditAnswers_Responses, type PresetEventHistoryDto, type PresetEventHistoryDto_EventByDto, type PresetGetDocumentSchema_Data, type PresetGetDocumentSchema_Errors, type PresetGetDocumentSchema_Response, type PresetGetDocumentSchema_Responses, type PresetGetMultipleNestedAnswers_Data, type PresetGetMultipleNestedAnswers_Errors, type PresetGetMultipleNestedAnswers_Response, type PresetGetMultipleNestedAnswers_Responses, type PresetGetNestedAnswers_Data, type PresetGetNestedAnswers_Errors, type PresetGetNestedAnswers_Response, type PresetGetNestedAnswers_Responses, type PresetHealth, type PresetHealthIssue, type PresetMetadataDto, type PresetOrderKey, type PresetRenderTemplate_Data, type PresetRenderTemplate_Errors, type PresetRenderTemplate_Response, type PresetRenderTemplate_Responses, type PresetResultsDto, type PresetSelectionDto, type PresetSendForApproval_Data, type PresetSendForApproval_Errors, type PresetSendForApproval_Response, type PresetSendForApproval_Responses, type PresetSetElectionApproval_Data, type PresetSetElectionApproval_Errors, type PresetSetElectionApproval_Response, type PresetSetElectionApproval_Responses, type PresetSetFinalApproval_Data, type PresetSetFinalApproval_Errors, type PresetSetFinalApproval_Response, type PresetSetFinalApproval_Responses, type PresetSetMultipleNestedAnswers_Data, type PresetSetMultipleNestedAnswers_Errors, type PresetSetMultipleNestedAnswers_Response, type PresetSetMultipleNestedAnswers_Responses, type PresetSetNestedAnswers_Data, type PresetSetNestedAnswers_Errors, type PresetSetNestedAnswers_Response, type PresetSetNestedAnswers_Responses, type PresetSingleDto, type PresetSingleWithPreviewAndMultipleNestedAnswersDto, type PresetSingleWithPreviewAndNestedAnswersDto, type PresetSingleWithPreviewDto, type PresetSummaryDto, type PresetSwapParties_Data, type PresetSwapParties_Errors, type PresetSwapParties_Response, type PresetSwapParties_Responses, type ProcessingExtractionResultDto, type ProxiedAuthnRequestDto, type PublicAccountSearchResultsDto, type PublisherSummaries_Data, type PublisherSummaries_Response, type PublisherSummaries_Responses, type QueryExecutionResponseDto, type QueueGenerateNegotiationDocumentJob_Data, type QueueGenerateNegotiationDocumentJob_Response, type QueueGenerateNegotiationDocumentJob_Responses, type RawResultSetDto, type ReceiverDto, type ReceiverUserDto, type RegistrationInvitationDto, type RejectFinalDocument_Data, type RejectFinalDocument_Errors, type RejectFinalDocument_Responses, type RejectInviteDto, type ReleaseNotesDto, type RemoveWatchers_Data, type RemoveWatchers_Errors, type RemoveWatchers_Response, type RemoveWatchers_Responses, type RemovedUsersDto, type RenameExecutionAttachment_Data, type RenameExecutionAttachment_Errors, type RenameExecutionAttachment_Response, type RenameExecutionAttachment_Responses, type RenderTemplateDto, type RenderedTemplateDto, type RenderedTemplateDto_RenderedTemplatePageDto, type ReportGenerationRequestDto, type ResetUserAnswers_Data, type ResetUserAnswers_Errors, type ResetUserAnswers_Response, type ResetUserAnswers_Responses, type RestrictionsDto, type Retract_Data, type Retract_Errors, type Retract_Response, type Retract_Responses, type RevertToAmending_Data, type RevertToAmending_Errors, type RevertToAmending_Response, type RevertToAmending_Responses, type RevokeNegotiationsAccess_Data, type RevokeNegotiationsAccess_Response, type RevokeNegotiationsAccess_Responses, type RevokePresetsAccess_Data, type RevokePresetsAccess_Response, type RevokePresetsAccess_Responses, type RevokeWindow_Data, type RevokeWindow_Responses, type SSOConfigDto, type SampleValueConfigurationDto, type ScheduleExtraction_Data, type ScheduleExtraction_Errors, type ScheduleExtraction_Response, type ScheduleExtraction_Responses, type SchemaAvailableAsCDMDto, type SchemaAvailableAsCdm_Data, type SchemaAvailableAsCdm_Errors, type SchemaAvailableAsCdm_Response, type SchemaAvailableAsCdm_Responses, type SchemaDto, type SchemaRestriction, type SchemaSampleConfigurationDto, type SchemaUpgradeReleaseNotesDto, type SearchContext, type SearchEntity_Data, type SearchEntity_Response, type SearchEntity_Responses, type SecurityContextDto, type SelectedElectionsRequestDto, type SendAdvisorPresetRequestDto, type SendAdvisorRequestDto, type SendBulkSetToCounterpartiesInitial_Data, type SendBulkSetToCounterpartiesInitial_Response, type SendBulkSetToCounterpartiesInitial_Responses, type SendChaserEmail_Data, type SendChaserEmail_Errors, type SendChaserEmail_Responses, type SendDocumentApprovalReminder_Data, type SendDocumentApprovalReminder_Errors, type SendDocumentApprovalReminder_Responses, type SendElectionApprovalReminder_Data, type SendElectionApprovalReminder_Errors, type SendElectionApprovalReminder_Responses, type SendGroupToCounterpartyRequestDto, type SendGroupToCounterpartyResponseDto, type SendGroupToCounterpartyResponseDto_SendGroupToCounterpartyResultDto, type SendGroupToCounterparty_Data, type SendGroupToCounterparty_Errors, type SendGroupToCounterparty_Response, type SendGroupToCounterparty_Responses, type SendToCounterPartyInitialDto, type SendToCounterpartyInitial_Data, type SendToCounterpartyInitial_Errors, type SendToCounterpartyInitial_Response, type SendToCounterpartyInitial_Responses, type SendToCounterparty_Data, type SendToCounterparty_Errors, type SendToCounterparty_Response, type SendToCounterparty_Responses, type SetApprovalRulesDto, type SetAuxiliaryDocument_Data, type SetAuxiliaryDocument_Errors, type SetAuxiliaryDocument_Response, type SetAuxiliaryDocument_Responses, type SetBulkSetAttachments_Data, type SetBulkSetAttachments_Errors, type SetBulkSetAttachments_Response, type SetBulkSetAttachments_Responses, type SetCounterparties_Data, type SetCounterparties_Errors, type SetCounterparties_Response, type SetCounterparties_Responses, type SetElectionApproval_Data, type SetElectionApproval_Errors, type SetElectionApproval_Response, type SetElectionApproval_Responses, type SetExecutionAttachment_Data, type SetExecutionAttachment_Errors, type SetExecutionAttachment_Response, type SetExecutionAttachment_Responses, type SetExecutionAttachments_Data, type SetExecutionAttachments_Errors, type SetExecutionAttachments_Response, type SetExecutionAttachments_Responses, type SetExternalAttachment_Data, type SetExternalAttachment_Errors, type SetExternalAttachment_Response, type SetExternalAttachment_Responses, type SetExternalAttachments_Data, type SetExternalAttachments_Errors, type SetExternalAttachments_Response, type SetExternalAttachments_Responses, type SetFeatureDto, type SetFinalApproval_Data, type SetFinalApproval_Response, type SetFinalApproval_Responses, type SetGeneralCoverNote_Data, type SetGeneralCoverNote_Errors, type SetGeneralCoverNote_Response, type SetGeneralCoverNote_Responses, type SetMultipleNestedAnswers_Data, type SetMultipleNestedAnswers_Errors, type SetMultipleNestedAnswers_Response, type SetMultipleNestedAnswers_Responses, type SetNestedAnswers_Data, type SetNestedAnswers_Errors, type SetNestedAnswers_Response, type SetNestedAnswers_Responses, type SetOfflineNegotiatedDocument_Data, type SetOfflineNegotiatedDocument_Errors, type SetOfflineNegotiatedDocument_Response, type SetOfflineNegotiatedDocument_Responses, type SetOwnerEntity_Data, type SetOwnerEntity_Errors, type SetOwnerEntity_Response, type SetOwnerEntity_Responses, type SetPreset_Data, type SetPreset_Errors, type SetPreset_Response, type SetPreset_Responses, type SetReceiverEntity_Data, type SetReceiverEntity_Errors, type SetReceiverEntity_Response, type SetReceiverEntity_Responses, type SetSignedExecutedVersion_Data, type SetSignedExecutedVersion_Errors, type SetSignedExecutedVersion_Response, type SetSignedExecutedVersion_Responses, type SetSignedSignaturePageForParty_Data, type SetSignedSignaturePageForParty_Response, type SetSignedSignaturePageForParty_Responses, type SharedSubAccountIdDto, type SharedSubAccountIdWithNegotiationsDto, type SidedExecutionAttachmentsExistsDto, type SidedExecutionAttachmentsExistsDto_SidedExistingExecutionAttachmentAvailableActionsDto, type SidedExecutionAttachmentsExistsDto_SidedExistingExecutionAttachmentDto, type SidedNegotiationCountsDto, type SignatureExistsDto, type SignatureExistsDto_RequiredSignaturePageDto, type SignaturePagePartyNegotiationRole, type SignatureStateDto, type SignedJsonPayloadDto, type SigningMode, type SingleRecipientNotificationDto, type StaleNegotiationBucketDto, type StructuredExtractionResultDto, type SubAccountComplexStatisticsDto, type SubAccountContextDto, type SubAccountContextStatisticsDto, type SubAccountDto, type SubAccountIdAndNameDto, type SubAccountIdNameShareSettingsDto, type SubAccountIdWithNameDto, type SubAccountRelationshipDto, type SubAccountRequestDto, type SubAccountStatisticsDto, type SubAccountStatisticsOverviewResponseDto, type SubAccountSummaryDto, type SubAccountWithIdAndNameDto, type SubAccountWithIdAndOptionalNameDto, type SuggestGroupName_Data, type SuggestGroupName_Response, type SuggestGroupName_Responses, type SupportAccessClientDto, type SupportSessionCreationRequestDto, type SupportSessionCreationResponseDto, type SwapParties_Data, type SwapParties_Errors, type SwapParties_Response, type SwapParties_Responses, type SyncNewApproverDto, type SyncNewApprover_Data, type SyncNewApprover_Responses, type TeamWorkloadStatisticsDto, type TemplateExtractionScoreDto, type TemplateSettingsDto, type TemplateSettingsDto_TemplatePageSettingsDto, type TemplateSettingsDto_TemplateStylesDto, type TextSimilarityScoreDto, type TextValidationFormat, type TimelineEventAvailableActionsDto, type TimelineEventDto, type TimelineEventType, type TimelineEventUserDto, type ToggleFavouriteConfirmedTemplateDto, type UIPartyPosition, type UnreadNotificationCountsDto, type UnreservedElectionsDto, type UnstructuredExtractionResultDto, type UnstructuredExtractionResultsWithAnnotationsDto, type UnsubscribeRequestDto, type Unsubscribe_Data, type Unsubscribe_Errors, type Unsubscribe_Responses, type UpdateAccountNameDto, type UpdateAttachDocx_Data, type UpdateAttachDocx_Response, type UpdateAttachDocx_Responses, type UpdateCommentDto, type UpdateComment_Data, type UpdateComment_Response, type UpdateComment_Responses, type UpdateCoverNote_Data, type UpdateCoverNote_Response, type UpdateCoverNote_Responses, type UpdateCustomFields_Data, type UpdateCustomFields_Errors, type UpdateCustomFields_Response, type UpdateCustomFields_Responses, type UpdateDocumentDraftingNoteDto, type UpdateDocumentDraftingNote_Data, type UpdateDocumentDraftingNote_Errors, type UpdateDocumentDraftingNote_Response, type UpdateDocumentDraftingNote_Responses, type UpdateDocumentDto, type UpdateDocumentElectionDraftingNote_Data, type UpdateDocumentElectionDraftingNote_Errors, type UpdateDocumentElectionDraftingNote_Response, type UpdateDocumentElectionDraftingNote_Responses, type UpdateDocumentStateDto, type UpdateDraftingNotes_Data, type UpdateDraftingNotes_Errors, type UpdateDraftingNotes_Response, type UpdateDraftingNotes_Responses, type UpdateExtractionFeedback_Data, type UpdateExtractionFeedback_Errors, type UpdateExtractionFeedback_Response, type UpdateExtractionFeedback_Responses, type UpdateGroupMembers_Data, type UpdateGroupMembers_Errors, type UpdateGroupMembers_Responses, type UpdateGroupName_Data, type UpdateGroupName_Errors, type UpdateGroupName_Responses, type UpdateIsAdvisorDto, type UpdateLogoUrlDto, type UpdateMetadata_Data, type UpdateMetadata_Errors, type UpdateMetadata_Response, type UpdateMetadata_Responses, type UpdateNegotiationGroupMembersDto, type UpdateNegotiationGroupNameDto, type UpdateNegotiationsToMatchDto, type UpdateNegotiationsToMatch_Data, type UpdateNegotiationsToMatch_Errors, type UpdateNegotiationsToMatch_Responses, type UpdateSelectedElections_Data, type UpdateSelectedElections_Errors, type UpdateSelectedElections_Response, type UpdateSelectedElections_Responses, type UpdateSubAccountRequestDto, type UpdateSubAccount_Data, type UpdateSubAccount_Errors, type UpdateSubAccount_Responses, type UpdateUserAnswers_Data, type UpdateUserAnswers_Errors, type UpdateUserAnswers_Response, type UpdateUserAnswers_Responses, type UpdateUserFlagsDto, type UpdateUserProfileDto, type UpdateUserRoleDto, type UpgradePresetSchema_Data, type UpgradePresetSchema_Errors, type UpgradePresetSchema_Response, type UpgradePresetSchema_Responses, type UpgradeSchema_Data, type UpgradeSchema_Response, type UpgradeSchema_Responses, type UploadedFileNameWithNegotiationDto, type UpsertDocumentPackDto, type UpsertDocumentPublisherDto, type UsageStatisticsDto, type UseForgottenPasswordCodeRequestDto, type UserAccountDto, type UserDto, type UserFlagsDto, type UserForPickerDto, type UserGroupDto, type UserGroupIdDto, type UserGroupNameDto, type UserId, type UserIdDto, type UserInviteDto, type UserListForPickerDto, type UserNegotiationStatisticsDto, type UserProfileColour, type UserProfileDto, type UserStatisticsDto, type UserWithRoleDto, type UsersWithNegotiationAccess_Data, type UsersWithNegotiationAccess_Response, type UsersWithNegotiationAccess_Responses, type ValidInvitationResponseDto, type ValidateDraftReceiverEmails_Data, type ValidateDraftReceiverEmails_Response, type ValidateDraftReceiverEmails_Responses, type ValidateEntities_Data, type ValidateEntities_Response, type ValidateEntities_Responses, type ValidatedEntitiesDto, type ValidatedEntityDto, type ValidatedSchemaDto, type ValidatedSchemaErrorDto, type VerifyMinioDto, type Version_Data, type Version_Responses, type VersionedPartyAnswersDto, type VirusScanServiceStatusDto_Status, type VoidESignEnvelopeForNegotiation_Data, type VoidESignEnvelopeForNegotiation_Errors, type VoidESignEnvelopeForNegotiation_Responses, type WorkflowType, type ZuvaExtractionResultDto, type ZuvaFieldDto, acceptAllCounterpartyPositions, acceptAllCustodianTemplatePositions, acceptAllPositionsFromFork, acceptAllPositionsFromPreviousVersion, acceptAllPresetPositions, acceptCounterpartyPosition, acceptNestedAnswersCounterpartyPosition, accountSummary, addApprovalComment, addComment, addElectionApproval, addElectionRejection, addWatchers, applyExtractedAnswers, approveFinalDocument, assignEntity, assignToMe, assignUser, auditTrailFilters, auditTrailForAccountAsJson, auditTrailForSubAccountAsJson, authPing, breakingChanges, bulkSetsJobCount, cancel, cancelExtraction, cancelNegotiations, cancelNegotiationsJobCount, changeSigningMode, checkAuxiliaryDocument, checkForBrokenApprovers, checkOfflineNegotiatedDocument, checkSignedExecutedVersion, checkSignedSignaturePagePdf, clonePreset, confirm, confirmExecutionVersion, consentCodeCallback, contactForNewApprover, createAuditTrailJson, createAuditTrailPdf, createAuditTrailXlsx, createBulkSet, createGroup, createNegotiation, createPreset, createPresetAuditTrailJson, createPresetAuditTrailXlsx, createSignaturePagePdf, createSigningPack, deleteApprovalComment, deleteAuxiliaryDocument, deleteBulkSetAttachment, deleteComment, deleteCoverNote, deleteDocumentDraftingNote, deleteDocumentElectionDraftingNote, deleteDraftingNotesDocument, deleteEntity, deleteExecutionAttachment, deleteExternalAttachment, deleteGeneralCoverNote, deleteOfflineNegotiatedDocument, deletePreset, deleteSignedExecutedVersion, deleteSignedSignaturePageForParty, documentRenderTemplate, documentsFilter, downloadNegotiation, downloadPostExecutionPack, downloadPreExecutionCounterpartyNegotiation, downloadPreset, editAnswers, editApprovalComment, editDefaultAnswers, emailPreferences, extendWindow, fixApprovalRules, forkNegotiation, generateActiveNegotiationsReportAsExcel, generateAndMaybeSendEnvelope, generateAuditTrailForAccountAsExcel, generateAuditTrailForSubAccountAsExcel, generateCommentsReport, generateExecutedNegotiationsReportAsExcel, generateNegotiationsReport, getAccessibleNegotiation, getAccountRelationshipSummaries, getAllVersions, getAmendDefaults, getAnnotatedOfflineNegotiatedDocument, getApprovalComments, getApprovalHistory, getApprovalRound, getAsCdm, getAuxiliaryDocument, getBulkSet, getBulkSetAttachment, getChannelTimeline, getCommentSummary, getComments, getCompanyByEntityId, getDocument, getDocumentSchema, getDownloadActiveNegotiationsReportAsExcel, getDownloadExecutedNegotiationsAsExcel, getDraftingNotes, getDraftingNotesDocument, getElectionAnswer, getExecutedNegotiationSummary, getExecutionAttachment, getExternalAttachment, getExtractionResults, getGroupNames, getLatestDocumentSchema, getLegacyStatistics, getMajorVersions, getMultipleNestedAnswers, getNegotiation, getNegotiationDeltas, getNegotiationDraftingNotes, getNegotiationESignStatus, getNegotiationFilesSummary, getNegotiationsGroup, getNestedAnswers, getOfflineNegotiatedDocument, getOfflineNegotiatedDocumentAnnotations, getOriginalAnswersForForkNegotiation, getOtherPartyAnswers, getPartyAnswers, getPotentialUsers, getPreset, getPreviousActiveUsers, getPreviousMajorVersionsNestedAnswerElections, getPreviousMajorVersionsNestedAnswerIds, getProfile, getSecurityContext, getSettings, getSignedExecutedVersion, getSignedSignaturePagePdf, getSsoConfig, getStatistics, getStatisticsOverview, getSubAccount, getSubscribedPublishers, getTimeline, getTimelineActivity, getUserStatistics, getUsers, getUsersForPicker, getWatchers, getWindow, grantAllNegotiationsAccess, grantNegotiationsAccess, grantPresetsAccess, grantWindow, initialAnswers, listAdvisorsForWorkspace, listAllPresetsForSubAccountV1, listAllPresetsForSubAccountV2, listBulkSets, listDocuments, listDocumentsVersionsSummary, listDocumentsWithPagination, listEntities, listExecutionAttachments, listExternalAttachments, listNegotiations, listPotentialNegotiationAdvisors, listPotentialPresetAdvisors, listPresets, listRecentExtractions, listSubAccounts, markActivityEventsAsViewed, markApprovalCommentsAsViewed, markAsFinal, markAsOffline, markCommentEventsAsViewed, markEventsAsViewed, moveEntity, negotiationForkHistory, negotiationGetDocumentSchema, negotiationRenderTemplate, negotiationSendForApproval, negotiationsFilter, notifyOfDraft, obtainConsent, overrideApproveFinalDocument, overrideElectionApproval, overrideElectionRejection, overrideRejectFinalDocument, patchEmailPreferences, presetEditAnswers, presetGetDocumentSchema, presetGetMultipleNestedAnswers, presetGetNestedAnswers, presetRenderTemplate, presetSendForApproval, presetSetElectionApproval, presetSetFinalApproval, presetSetMultipleNestedAnswers, presetSetNestedAnswers, presetSwapParties, publisherSummaries, queueGenerateNegotiationDocumentJob, rejectFinalDocument, removeWatchers, renameExecutionAttachment, resetUserAnswers, retract, revertToAmending, revokeNegotiationsAccess, revokePresetsAccess, revokeWindow, scheduleExtraction, schemaAvailableAsCdm, searchEntity, sendBulkSetToCounterpartiesInitial, sendChaserEmail, sendDocumentApprovalReminder, sendElectionApprovalReminder, sendGroupToCounterparty, sendToCounterparty, sendToCounterpartyInitial, setAuxiliaryDocument, setBulkSetAttachments, setCounterparties, setElectionApproval, setExecutionAttachment, setExecutionAttachments, setExternalAttachment, setExternalAttachments, setFinalApproval, setGeneralCoverNote, setMultipleNestedAnswers, setNestedAnswers, setOfflineNegotiatedDocument, setOwnerEntity, setPreset, setReceiverEntity, setSignedExecutedVersion, setSignedSignaturePageForParty, suggestGroupName, swapParties, syncNewApprover, unsubscribe, updateAttachDocx, updateComment, updateCoverNote, updateCustomFields, updateDocumentDraftingNote, updateDocumentElectionDraftingNote, updateDraftingNotes, updateExtractionFeedback, updateGroupMembers, updateGroupName, updateMetadata, updateNegotiationsToMatch, updateSelectedElections, updateSubAccount, updateUserAnswers, upgradePresetSchema, upgradeSchema, usersWithNegotiationAccess, validateDraftReceiverEmails, validateEntities, version, voidESignEnvelopeForNegotiation };
|