@uptiqai/integrations-sdk 1.5.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated-api.d.ts +6532 -2148
- package/dist/generated-api.d.ts.map +1 -1
- package/dist/generated-api.js +3423 -486
- package/dist/generated-api.js.map +1 -1
- package/dist/index.d.ts +711 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1382 -1
- package/dist/index.js.map +1 -1
- package/dist/response-type-map.d.ts.map +1 -1
- package/dist/response-type-map.js +638 -0
- package/dist/response-type-map.js.map +1 -1
- package/package.json +1 -1
package/dist/generated-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.getIntegrationsAPI = exports.AnthropicGenerateTextBodyMessagesItemRole = exports.AnthropicCreateStreamBodyMessagesItemRole = exports.GitlabListMergeRequestNotesBodyOrderBy = exports.GitlabListMergeRequestNotesBodySort = exports.GmailGetMessageBodyFormat = exports.GmailCreateLabelBodyLabelListVisibility = exports.GmailCreateLabelBodyMessageListVisibility = exports.GmailUpdateLabelBodyLabelListVisibility = exports.GmailUpdateLabelBodyMessageListVisibility = exports.GoogleDriveListFilesCorpora = void 0;
|
|
3
|
+
exports.GoogleGenerativeAIGenerateImageBodyAspectRatio = exports.GoogleGenerativeAICreateStreamBodyMessagesItemRole = exports.GoogleGenerativeAIImageGenerateImageBodyAspectRatio = exports.GoogleSheetsGetValuesBodyMajorDimension = exports.GoogleSheetsGetValuesBodyValueRenderOption = exports.GoogleSheetsUpdateValuesBodyValueInputOption = exports.GoogleSheetsAppendValuesBodyInsertDataOption = exports.GoogleSheetsAppendValuesBodyValueInputOption = exports.MicrosoftOnedriveUploadItemBodyConflictBehavior = exports.MicrosoftOnedriveUploadLargeItemBodyConflictBehavior = exports.MicrosoftOnedriveCreateFolderBodyConflictBehavior = exports.OpenaiGenerateTextBodyMessagesItemRole = exports.OpenaiCreateStreamBodyMessagesItemRole = exports.PlaidStartHostedLinkBodyHostedLinkDeliveryMethod = exports.RedtailUpdateContactBodyType = exports.RedtailCreateContactBodyType = exports.SocureRiskosReceiveWebhookBodyEventType = exports.WealthboxCreateContactBodyContactSource = exports.WealthboxCreateContactBodyContactType = exports.WealthboxCreateContactBodyEmailAddressesItemKind = exports.WealthboxCreateContactBodyGender = exports.WealthboxCreateContactBodyHouseholdTitle = exports.WealthboxCreateContactBodyInvestmentObjective = exports.WealthboxCreateContactBodyMaritalStatus = exports.WealthboxCreateContactBodyPhoneNumbersItemKind = exports.WealthboxCreateContactBodyRiskTolerance = exports.WealthboxCreateContactBodyStatus = exports.WealthboxCreateContactBodyStreetAddressesItemKind = exports.WealthboxCreateContactBodyTimeHorizon = exports.WealthboxCreateContactBodyType = exports.WealthboxCreateContactBodyWebsitesItemKind = exports.WealthboxUpdateContactBodyContactSource = exports.WealthboxUpdateContactBodyContactType = exports.WealthboxUpdateContactBodyEmailAddressesItemKind = exports.WealthboxUpdateContactBodyGender = exports.WealthboxUpdateContactBodyHouseholdTitle = exports.WealthboxUpdateContactBodyInvestmentObjective = exports.WealthboxUpdateContactBodyMaritalStatus = exports.WealthboxUpdateContactBodyPhoneNumbersItemKind = exports.WealthboxUpdateContactBodyRiskTolerance = exports.WealthboxUpdateContactBodyStatus = exports.WealthboxUpdateContactBodyStreetAddressesItemKind = exports.WealthboxUpdateContactBodyTimeHorizon = exports.WealthboxUpdateContactBodyType = exports.WealthboxUpdateContactBodyWebsitesItemKind = exports.WealthboxCreateTaskBodyPriority = exports.WealthboxUpdateTaskBodyPriority = exports.WealthboxCreateEventBodyState = exports.WealthboxUpdateEventBodyState = exports.WealthboxAddHouseholdMemberBodyTitle = void 0;
|
|
4
|
+
exports.getIntegrationsAPI = exports.AbrigoCreateProposedLienBodyLoanReferenceType = exports.AnthropicGenerateTextBodyMessagesItemRole = exports.AnthropicCreateStreamBodyMessagesItemRole = exports.GitlabListMergeRequestNotesBodyOrderBy = exports.GitlabListMergeRequestNotesBodySort = exports.GmailGetMessageBodyFormat = exports.GmailCreateLabelBodyLabelListVisibility = exports.GmailCreateLabelBodyMessageListVisibility = exports.GmailUpdateLabelBodyLabelListVisibility = exports.GmailUpdateLabelBodyMessageListVisibility = exports.GoogleDriveListFilesCorpora = exports.GoogleDriveGetFileBodyAlt = exports.GoogleDriveCreatePermissionBodyRole = exports.GoogleDriveCreatePermissionBodyType = exports.GoogleGenerativeAIGenerateTextBodyMessagesItemRole = void 0;
|
|
5
5
|
/**
|
|
6
6
|
* Generated by orval v7.1.0 🍺
|
|
7
7
|
* Do not edit manually.
|
|
@@ -269,6 +269,13 @@ exports.WealthboxCreateContactBodyContactSource = {
|
|
|
269
269
|
Other: 'Other',
|
|
270
270
|
};
|
|
271
271
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
272
|
+
exports.SocureRiskosReceiveWebhookBodyEventType = {
|
|
273
|
+
evaluation_completed: 'evaluation_completed',
|
|
274
|
+
evaluation_paused: 'evaluation_paused',
|
|
275
|
+
watchlist_match_found: 'watchlist_match_found',
|
|
276
|
+
watchlist_monitoring_alert: 'watchlist_monitoring_alert',
|
|
277
|
+
};
|
|
278
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
272
279
|
exports.RedtailCreateContactBodyType = {
|
|
273
280
|
Individual: 'Individual',
|
|
274
281
|
Business: 'Business',
|
|
@@ -302,6 +309,24 @@ exports.OpenaiGenerateTextBodyMessagesItemRole = {
|
|
|
302
309
|
system: 'system',
|
|
303
310
|
};
|
|
304
311
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
312
|
+
exports.MicrosoftOnedriveCreateFolderBodyConflictBehavior = {
|
|
313
|
+
rename: 'rename',
|
|
314
|
+
replace: 'replace',
|
|
315
|
+
fail: 'fail',
|
|
316
|
+
};
|
|
317
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
318
|
+
exports.MicrosoftOnedriveUploadLargeItemBodyConflictBehavior = {
|
|
319
|
+
rename: 'rename',
|
|
320
|
+
replace: 'replace',
|
|
321
|
+
fail: 'fail',
|
|
322
|
+
};
|
|
323
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
324
|
+
exports.MicrosoftOnedriveUploadItemBodyConflictBehavior = {
|
|
325
|
+
rename: 'rename',
|
|
326
|
+
replace: 'replace',
|
|
327
|
+
fail: 'fail',
|
|
328
|
+
};
|
|
329
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
305
330
|
exports.GoogleSheetsAppendValuesBodyValueInputOption = {
|
|
306
331
|
RAW: 'RAW',
|
|
307
332
|
USER_ENTERED: 'USER_ENTERED',
|
|
@@ -444,982 +469,3824 @@ exports.AnthropicGenerateTextBodyMessagesItemRole = {
|
|
|
444
469
|
assistant: 'assistant',
|
|
445
470
|
system: 'system',
|
|
446
471
|
};
|
|
472
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
473
|
+
exports.AbrigoCreateProposedLienBodyLoanReferenceType = {
|
|
474
|
+
proposed: 'proposed',
|
|
475
|
+
portfolio: 'portfolio',
|
|
476
|
+
};
|
|
447
477
|
const getIntegrationsAPI = () => {
|
|
448
478
|
/**
|
|
449
|
-
*
|
|
450
|
-
* @summary
|
|
479
|
+
* Calls Abrigo GET /v1/customers/crm-identifier/{crmIdentifier}. Returns the existing Abrigo customer or 404.
|
|
480
|
+
* @summary Find Customer by CRM Identifier
|
|
451
481
|
*/
|
|
452
|
-
const
|
|
453
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
482
|
+
const abrigoFindCustomerByCrmId = (abrigoFindCustomerByCrmIdBody) => {
|
|
483
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/find-by-crm-id`, method: 'POST',
|
|
454
484
|
headers: { 'Content-Type': 'application/json', },
|
|
455
|
-
data:
|
|
485
|
+
data: abrigoFindCustomerByCrmIdBody
|
|
456
486
|
});
|
|
457
487
|
};
|
|
458
488
|
/**
|
|
459
|
-
*
|
|
489
|
+
* Calls Abrigo POST /v1/customers. Body is the Abrigo customer payload.
|
|
490
|
+
* @summary Create Customer
|
|
460
491
|
*/
|
|
461
|
-
const
|
|
462
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
492
|
+
const abrigoCreateCustomer = (abrigoCreateCustomerBody) => {
|
|
493
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers`, method: 'POST',
|
|
463
494
|
headers: { 'Content-Type': 'application/json', },
|
|
464
|
-
data:
|
|
495
|
+
data: abrigoCreateCustomerBody
|
|
465
496
|
});
|
|
466
497
|
};
|
|
467
498
|
/**
|
|
468
|
-
*
|
|
469
|
-
* @summary
|
|
499
|
+
* Calls Abrigo POST /v1/customers/beneficial-owners. Note: Abrigo returns 400 when the BO is already linked; the caller treats that as success per its idempotency convention.
|
|
500
|
+
* @summary Link Beneficial Owner
|
|
470
501
|
*/
|
|
471
|
-
const
|
|
472
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
502
|
+
const abrigoLinkBeneficialOwner = (abrigoLinkBeneficialOwnerBody) => {
|
|
503
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/beneficial-owners`, method: 'POST',
|
|
473
504
|
headers: { 'Content-Type': 'application/json', },
|
|
474
|
-
data:
|
|
505
|
+
data: abrigoLinkBeneficialOwnerBody
|
|
475
506
|
});
|
|
476
507
|
};
|
|
477
508
|
/**
|
|
478
|
-
*
|
|
509
|
+
* Calls Abrigo GET /v1/proposed-loans/crm-identifier/{crmIdentifier}. Returns the existing Abrigo proposed loan or 404.
|
|
510
|
+
* @summary Find Proposed Loan by CRM Identifier
|
|
479
511
|
*/
|
|
480
|
-
const
|
|
481
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
512
|
+
const abrigoFindProposedLoanByCrmId = (abrigoFindProposedLoanByCrmIdBody) => {
|
|
513
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/find-by-crm-id`, method: 'POST',
|
|
482
514
|
headers: { 'Content-Type': 'application/json', },
|
|
483
|
-
data:
|
|
515
|
+
data: abrigoFindProposedLoanByCrmIdBody
|
|
484
516
|
});
|
|
485
517
|
};
|
|
486
518
|
/**
|
|
487
|
-
*
|
|
519
|
+
* Calls Abrigo POST /v1/proposed-loans. Body is the Abrigo proposed-loan payload.
|
|
520
|
+
* @summary Create Proposed Loan
|
|
488
521
|
*/
|
|
489
|
-
const
|
|
490
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
522
|
+
const abrigoCreateProposedLoan = (abrigoCreateProposedLoanBody) => {
|
|
523
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans`, method: 'POST',
|
|
491
524
|
headers: { 'Content-Type': 'application/json', },
|
|
492
|
-
data:
|
|
525
|
+
data: abrigoCreateProposedLoanBody
|
|
493
526
|
});
|
|
494
527
|
};
|
|
495
528
|
/**
|
|
496
|
-
*
|
|
529
|
+
* Calls Abrigo POST /v1/workflows/start. Body is the Abrigo workflow-start payload.
|
|
530
|
+
* @summary Start Workflow
|
|
497
531
|
*/
|
|
498
|
-
const
|
|
499
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
532
|
+
const abrigoStartWorkflow = (abrigoStartWorkflowBody) => {
|
|
533
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflows/start`, method: 'POST',
|
|
500
534
|
headers: { 'Content-Type': 'application/json', },
|
|
501
|
-
data:
|
|
535
|
+
data: abrigoStartWorkflowBody
|
|
502
536
|
});
|
|
503
537
|
};
|
|
504
538
|
/**
|
|
505
|
-
*
|
|
539
|
+
* Calls Abrigo POST /v1/collaterals. Required body fields: customerId, description. collateralCode is a tenant-configured string (NOT enumerated by Abrigo).
|
|
540
|
+
* @summary Create Collateral (step 1 of 2-step collateral-to-proposed-loan flow)
|
|
506
541
|
*/
|
|
507
|
-
const
|
|
508
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
542
|
+
const abrigoCreateCollateral = (abrigoCreateCollateralBody) => {
|
|
543
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals`, method: 'POST',
|
|
509
544
|
headers: { 'Content-Type': 'application/json', },
|
|
510
|
-
data:
|
|
545
|
+
data: abrigoCreateCollateralBody
|
|
511
546
|
});
|
|
512
547
|
};
|
|
513
548
|
/**
|
|
514
|
-
*
|
|
549
|
+
* Calls Abrigo POST /v1/proposed-liens. Required: collateralId. Link to proposed loan via loanReferenceLoanId + loanReferenceType="proposed". For external liens, supply lienHolder + lienAmount and omit loanReferenceLoanId.
|
|
550
|
+
* @summary Create Proposed Lien (step 2 of 2-step collateral-to-proposed-loan flow)
|
|
515
551
|
*/
|
|
516
|
-
const
|
|
517
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
552
|
+
const abrigoCreateProposedLien = (abrigoCreateProposedLienBody) => {
|
|
553
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-liens`, method: 'POST',
|
|
518
554
|
headers: { 'Content-Type': 'application/json', },
|
|
519
|
-
data:
|
|
555
|
+
data: abrigoCreateProposedLienBody
|
|
520
556
|
});
|
|
521
557
|
};
|
|
522
558
|
/**
|
|
523
|
-
* @summary
|
|
559
|
+
* @summary List Abrigo customers (paged)
|
|
524
560
|
*/
|
|
525
|
-
const
|
|
526
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
561
|
+
const abrigoListCustomers = (abrigoListCustomersBody) => {
|
|
562
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/list`, method: 'POST',
|
|
527
563
|
headers: { 'Content-Type': 'application/json', },
|
|
528
|
-
data:
|
|
564
|
+
data: abrigoListCustomersBody
|
|
529
565
|
});
|
|
530
566
|
};
|
|
531
567
|
/**
|
|
532
|
-
* @summary
|
|
568
|
+
* @summary Search Abrigo customers by criteria
|
|
533
569
|
*/
|
|
534
|
-
const
|
|
535
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
570
|
+
const abrigoSearchCustomers = (abrigoSearchCustomersBody) => {
|
|
571
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/search`, method: 'POST',
|
|
536
572
|
headers: { 'Content-Type': 'application/json', },
|
|
537
|
-
data:
|
|
573
|
+
data: abrigoSearchCustomersBody
|
|
538
574
|
});
|
|
539
575
|
};
|
|
540
576
|
/**
|
|
541
|
-
* @summary
|
|
577
|
+
* @summary Get an Abrigo customer by id
|
|
542
578
|
*/
|
|
543
|
-
const
|
|
544
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
579
|
+
const abrigoGetCustomerById = (abrigoGetCustomerByIdBody) => {
|
|
580
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/get-by-id`, method: 'POST',
|
|
545
581
|
headers: { 'Content-Type': 'application/json', },
|
|
546
|
-
data:
|
|
582
|
+
data: abrigoGetCustomerByIdBody
|
|
547
583
|
});
|
|
548
584
|
};
|
|
549
585
|
/**
|
|
550
|
-
* @summary
|
|
586
|
+
* @summary Update an Abrigo customer (PATCH /v1/customers/{id})
|
|
551
587
|
*/
|
|
552
|
-
const
|
|
553
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
588
|
+
const abrigoUpdateCustomer = (abrigoUpdateCustomerBody) => {
|
|
589
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/update`, method: 'POST',
|
|
554
590
|
headers: { 'Content-Type': 'application/json', },
|
|
555
|
-
data:
|
|
591
|
+
data: abrigoUpdateCustomerBody
|
|
556
592
|
});
|
|
557
593
|
};
|
|
558
594
|
/**
|
|
559
|
-
* @summary
|
|
595
|
+
* @summary Delete an Abrigo customer by id (destructive)
|
|
560
596
|
*/
|
|
561
|
-
const
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
if (awsS3UploadFileBody.userId !== undefined) {
|
|
566
|
-
formData.append('userId', awsS3UploadFileBody.userId);
|
|
567
|
-
}
|
|
568
|
-
return (0, http_client_1.customAxios)({ url: `/aws-s3/upload-file`, method: 'POST',
|
|
569
|
-
headers: { 'Content-Type': 'multipart/form-data', },
|
|
570
|
-
data: formData
|
|
597
|
+
const abrigoDeleteCustomer = (abrigoDeleteCustomerBody) => {
|
|
598
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/delete`, method: 'POST',
|
|
599
|
+
headers: { 'Content-Type': 'application/json', },
|
|
600
|
+
data: abrigoDeleteCustomerBody
|
|
571
601
|
});
|
|
572
602
|
};
|
|
573
603
|
/**
|
|
574
|
-
* @summary
|
|
604
|
+
* @summary List Abrigo beneficial owners (paged)
|
|
575
605
|
*/
|
|
576
|
-
const
|
|
577
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
606
|
+
const abrigoListBeneficialOwners = (abrigoListBeneficialOwnersBody) => {
|
|
607
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/beneficial-owners/list`, method: 'POST',
|
|
578
608
|
headers: { 'Content-Type': 'application/json', },
|
|
579
|
-
data:
|
|
609
|
+
data: abrigoListBeneficialOwnersBody
|
|
580
610
|
});
|
|
581
611
|
};
|
|
582
612
|
/**
|
|
583
|
-
* @summary
|
|
613
|
+
* @summary Get an Abrigo beneficial owner by id
|
|
584
614
|
*/
|
|
585
|
-
const
|
|
586
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
615
|
+
const abrigoGetBeneficialOwnerById = (abrigoGetBeneficialOwnerByIdBody) => {
|
|
616
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/beneficial-owners/get-by-id`, method: 'POST',
|
|
587
617
|
headers: { 'Content-Type': 'application/json', },
|
|
588
|
-
data:
|
|
618
|
+
data: abrigoGetBeneficialOwnerByIdBody
|
|
589
619
|
});
|
|
590
620
|
};
|
|
591
621
|
/**
|
|
592
|
-
* @summary
|
|
622
|
+
* @summary Update an Abrigo beneficial owner
|
|
593
623
|
*/
|
|
594
|
-
const
|
|
595
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
624
|
+
const abrigoUpdateBeneficialOwner = (abrigoUpdateBeneficialOwnerBody) => {
|
|
625
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/beneficial-owners/update`, method: 'POST',
|
|
596
626
|
headers: { 'Content-Type': 'application/json', },
|
|
597
|
-
data:
|
|
627
|
+
data: abrigoUpdateBeneficialOwnerBody
|
|
598
628
|
});
|
|
599
629
|
};
|
|
600
630
|
/**
|
|
601
|
-
* @summary
|
|
631
|
+
* @summary List Abrigo customer contacts (paged)
|
|
602
632
|
*/
|
|
603
|
-
const
|
|
604
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
633
|
+
const abrigoListCustomerContacts = (abrigoListCustomerContactsBody) => {
|
|
634
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customer-contacts/list`, method: 'POST',
|
|
605
635
|
headers: { 'Content-Type': 'application/json', },
|
|
606
|
-
data:
|
|
636
|
+
data: abrigoListCustomerContactsBody
|
|
607
637
|
});
|
|
608
638
|
};
|
|
609
639
|
/**
|
|
610
|
-
* @summary
|
|
640
|
+
* @summary Create an Abrigo customer contact
|
|
611
641
|
*/
|
|
612
|
-
const
|
|
613
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
642
|
+
const abrigoCreateCustomerContact = (abrigoCreateCustomerContactBody) => {
|
|
643
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customer-contacts`, method: 'POST',
|
|
614
644
|
headers: { 'Content-Type': 'application/json', },
|
|
615
|
-
data:
|
|
645
|
+
data: abrigoCreateCustomerContactBody
|
|
616
646
|
});
|
|
617
647
|
};
|
|
618
648
|
/**
|
|
619
|
-
* @summary
|
|
649
|
+
* @summary List Abrigo entities (paged)
|
|
620
650
|
*/
|
|
621
|
-
const
|
|
622
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
651
|
+
const abrigoListEntities = (abrigoListEntitiesBody) => {
|
|
652
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/entities/list`, method: 'POST',
|
|
623
653
|
headers: { 'Content-Type': 'application/json', },
|
|
624
|
-
data:
|
|
654
|
+
data: abrigoListEntitiesBody
|
|
625
655
|
});
|
|
626
656
|
};
|
|
627
657
|
/**
|
|
628
|
-
* @summary Get
|
|
658
|
+
* @summary Get an Abrigo entity by id
|
|
629
659
|
*/
|
|
630
|
-
const
|
|
631
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
660
|
+
const abrigoGetEntityById = (abrigoGetEntityByIdBody) => {
|
|
661
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/entities/get-by-id`, method: 'POST',
|
|
632
662
|
headers: { 'Content-Type': 'application/json', },
|
|
633
|
-
data:
|
|
663
|
+
data: abrigoGetEntityByIdBody
|
|
634
664
|
});
|
|
635
665
|
};
|
|
636
666
|
/**
|
|
637
|
-
* @summary
|
|
667
|
+
* @summary List Abrigo proposed loans (paged)
|
|
638
668
|
*/
|
|
639
|
-
const
|
|
640
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
669
|
+
const abrigoListProposedLoans = (abrigoListProposedLoansBody) => {
|
|
670
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/list`, method: 'POST',
|
|
641
671
|
headers: { 'Content-Type': 'application/json', },
|
|
642
|
-
data:
|
|
672
|
+
data: abrigoListProposedLoansBody
|
|
643
673
|
});
|
|
644
674
|
};
|
|
645
675
|
/**
|
|
646
|
-
* @summary
|
|
676
|
+
* @summary Get an Abrigo proposed loan by id
|
|
647
677
|
*/
|
|
648
|
-
const
|
|
649
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
678
|
+
const abrigoGetProposedLoanById = (abrigoGetProposedLoanByIdBody) => {
|
|
679
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/get-by-id`, method: 'POST',
|
|
650
680
|
headers: { 'Content-Type': 'application/json', },
|
|
651
|
-
data:
|
|
681
|
+
data: abrigoGetProposedLoanByIdBody
|
|
652
682
|
});
|
|
653
683
|
};
|
|
654
684
|
/**
|
|
655
|
-
* @summary
|
|
685
|
+
* @summary Update an Abrigo proposed loan (PATCH /v1/proposed-loans/{id})
|
|
656
686
|
*/
|
|
657
|
-
const
|
|
658
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
687
|
+
const abrigoUpdateProposedLoan = (abrigoUpdateProposedLoanBody) => {
|
|
688
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/update`, method: 'POST',
|
|
659
689
|
headers: { 'Content-Type': 'application/json', },
|
|
660
|
-
data:
|
|
690
|
+
data: abrigoUpdateProposedLoanBody
|
|
661
691
|
});
|
|
662
692
|
};
|
|
663
693
|
/**
|
|
664
|
-
* @summary
|
|
694
|
+
* @summary Delete an Abrigo proposed loan by id (destructive)
|
|
665
695
|
*/
|
|
666
|
-
const
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
if (azureBlobStorageUploadFileBody.userId !== undefined) {
|
|
671
|
-
formData.append('userId', azureBlobStorageUploadFileBody.userId);
|
|
672
|
-
}
|
|
673
|
-
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/upload-file`, method: 'POST',
|
|
674
|
-
headers: { 'Content-Type': 'multipart/form-data', },
|
|
675
|
-
data: formData
|
|
696
|
+
const abrigoDeleteProposedLoan = (abrigoDeleteProposedLoanBody) => {
|
|
697
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/delete`, method: 'POST',
|
|
698
|
+
headers: { 'Content-Type': 'application/json', },
|
|
699
|
+
data: abrigoDeleteProposedLoanBody
|
|
676
700
|
});
|
|
677
701
|
};
|
|
678
702
|
/**
|
|
679
|
-
* @summary
|
|
703
|
+
* @summary Update proposed loan status (PATCH /v1/proposed-loans/update-status)
|
|
680
704
|
*/
|
|
681
|
-
const
|
|
682
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
705
|
+
const abrigoUpdateProposedLoanStatus = (abrigoUpdateProposedLoanStatusBody) => {
|
|
706
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/update-status`, method: 'POST',
|
|
683
707
|
headers: { 'Content-Type': 'application/json', },
|
|
684
|
-
data:
|
|
708
|
+
data: abrigoUpdateProposedLoanStatusBody
|
|
685
709
|
});
|
|
686
710
|
};
|
|
687
711
|
/**
|
|
688
|
-
* @summary
|
|
712
|
+
* @summary Get proposed loan exposure (GET /v1/proposed-loans/{id}/loan-exposure)
|
|
689
713
|
*/
|
|
690
|
-
const
|
|
691
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
692
|
-
headers: { 'Content-Type': 'application/
|
|
693
|
-
data:
|
|
694
|
-
params
|
|
714
|
+
const abrigoGetProposedLoanExposure = (abrigoGetProposedLoanExposureBody) => {
|
|
715
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/get-exposure`, method: 'POST',
|
|
716
|
+
headers: { 'Content-Type': 'application/json', },
|
|
717
|
+
data: abrigoGetProposedLoanExposureBody
|
|
695
718
|
});
|
|
696
719
|
};
|
|
697
720
|
/**
|
|
698
|
-
*
|
|
699
|
-
* @summary Set GitLab OAuth app credentials for a user
|
|
721
|
+
* @summary List Abrigo loan applications (paged)
|
|
700
722
|
*/
|
|
701
|
-
const
|
|
702
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
723
|
+
const abrigoListLoanApplications = (abrigoListLoanApplicationsBody) => {
|
|
724
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications/list`, method: 'POST',
|
|
703
725
|
headers: { 'Content-Type': 'application/json', },
|
|
704
|
-
data:
|
|
726
|
+
data: abrigoListLoanApplicationsBody
|
|
705
727
|
});
|
|
706
728
|
};
|
|
707
729
|
/**
|
|
708
|
-
*
|
|
709
|
-
* @summary Initiate GitLab OAuth flow
|
|
730
|
+
* @summary Get an Abrigo loan application by id
|
|
710
731
|
*/
|
|
711
|
-
const
|
|
712
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
732
|
+
const abrigoGetLoanApplicationById = (abrigoGetLoanApplicationByIdBody) => {
|
|
733
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications/get-by-id`, method: 'POST',
|
|
713
734
|
headers: { 'Content-Type': 'application/json', },
|
|
714
|
-
data:
|
|
735
|
+
data: abrigoGetLoanApplicationByIdBody
|
|
715
736
|
});
|
|
716
737
|
};
|
|
717
738
|
/**
|
|
718
|
-
*
|
|
719
|
-
* @summary Handle GitLab OAuth callback
|
|
739
|
+
* @summary Create an Abrigo loan application (POST /v1/loan-applications)
|
|
720
740
|
*/
|
|
721
|
-
const
|
|
722
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
723
|
-
|
|
741
|
+
const abrigoCreateLoanApplication = (abrigoCreateLoanApplicationBody) => {
|
|
742
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications`, method: 'POST',
|
|
743
|
+
headers: { 'Content-Type': 'application/json', },
|
|
744
|
+
data: abrigoCreateLoanApplicationBody
|
|
724
745
|
});
|
|
725
746
|
};
|
|
726
747
|
/**
|
|
727
|
-
* @summary
|
|
748
|
+
* @summary Update an Abrigo loan application (PATCH /v1/loan-applications/{id})
|
|
728
749
|
*/
|
|
729
|
-
const
|
|
730
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
750
|
+
const abrigoUpdateLoanApplication = (abrigoUpdateLoanApplicationBody) => {
|
|
751
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications/update`, method: 'POST',
|
|
731
752
|
headers: { 'Content-Type': 'application/json', },
|
|
732
|
-
data:
|
|
753
|
+
data: abrigoUpdateLoanApplicationBody
|
|
733
754
|
});
|
|
734
755
|
};
|
|
735
756
|
/**
|
|
736
|
-
* @summary
|
|
757
|
+
* @summary Submit an Abrigo loan application by id (POST /v1/loan-applications/submit-by-id)
|
|
737
758
|
*/
|
|
738
|
-
const
|
|
739
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
759
|
+
const abrigoSubmitLoanApplication = (abrigoSubmitLoanApplicationBody) => {
|
|
760
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications/submit`, method: 'POST',
|
|
740
761
|
headers: { 'Content-Type': 'application/json', },
|
|
741
|
-
data:
|
|
762
|
+
data: abrigoSubmitLoanApplicationBody
|
|
742
763
|
});
|
|
743
764
|
};
|
|
744
765
|
/**
|
|
745
|
-
* @summary
|
|
766
|
+
* @summary List loan roles for a proposed loan (GET /v1/loan-roles/by-proposed-loan-id/{proposedLoanId})
|
|
746
767
|
*/
|
|
747
|
-
const
|
|
748
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
768
|
+
const abrigoListLoanRolesByProposedLoan = (abrigoListLoanRolesByProposedLoanBody) => {
|
|
769
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-roles/by-proposed-loan`, method: 'POST',
|
|
749
770
|
headers: { 'Content-Type': 'application/json', },
|
|
750
|
-
data:
|
|
771
|
+
data: abrigoListLoanRolesByProposedLoanBody
|
|
751
772
|
});
|
|
752
773
|
};
|
|
753
774
|
/**
|
|
754
|
-
* @summary
|
|
775
|
+
* @summary Create an Abrigo loan role (POST /v1/loan-roles)
|
|
755
776
|
*/
|
|
756
|
-
const
|
|
757
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
777
|
+
const abrigoCreateLoanRole = (abrigoCreateLoanRoleBody) => {
|
|
778
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-roles`, method: 'POST',
|
|
758
779
|
headers: { 'Content-Type': 'application/json', },
|
|
759
|
-
data:
|
|
780
|
+
data: abrigoCreateLoanRoleBody
|
|
760
781
|
});
|
|
761
782
|
};
|
|
762
783
|
/**
|
|
763
|
-
* @summary
|
|
784
|
+
* @summary Update an Abrigo loan role (PATCH /v1/loan-roles/{id})
|
|
764
785
|
*/
|
|
765
|
-
const
|
|
766
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
786
|
+
const abrigoUpdateLoanRole = (abrigoUpdateLoanRoleBody) => {
|
|
787
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-roles/update`, method: 'POST',
|
|
767
788
|
headers: { 'Content-Type': 'application/json', },
|
|
768
|
-
data:
|
|
789
|
+
data: abrigoUpdateLoanRoleBody
|
|
769
790
|
});
|
|
770
791
|
};
|
|
771
792
|
/**
|
|
772
|
-
* @summary
|
|
793
|
+
* @summary List Abrigo proposed products (reference catalog)
|
|
773
794
|
*/
|
|
774
|
-
const
|
|
775
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
795
|
+
const abrigoListProposedProducts = (abrigoListProposedProductsBody) => {
|
|
796
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-products/list`, method: 'POST',
|
|
776
797
|
headers: { 'Content-Type': 'application/json', },
|
|
777
|
-
data:
|
|
798
|
+
data: abrigoListProposedProductsBody
|
|
778
799
|
});
|
|
779
800
|
};
|
|
780
801
|
/**
|
|
781
|
-
* @summary
|
|
802
|
+
* @summary List Abrigo collaterals (paged)
|
|
782
803
|
*/
|
|
783
|
-
const
|
|
784
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
804
|
+
const abrigoListCollaterals = (abrigoListCollateralsBody) => {
|
|
805
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals/list`, method: 'POST',
|
|
785
806
|
headers: { 'Content-Type': 'application/json', },
|
|
786
|
-
data:
|
|
807
|
+
data: abrigoListCollateralsBody
|
|
787
808
|
});
|
|
788
809
|
};
|
|
789
810
|
/**
|
|
790
|
-
* @summary
|
|
811
|
+
* @summary Get an Abrigo collateral by id
|
|
791
812
|
*/
|
|
792
|
-
const
|
|
793
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
813
|
+
const abrigoGetCollateralById = (abrigoGetCollateralByIdBody) => {
|
|
814
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals/get-by-id`, method: 'POST',
|
|
794
815
|
headers: { 'Content-Type': 'application/json', },
|
|
795
|
-
data:
|
|
816
|
+
data: abrigoGetCollateralByIdBody
|
|
796
817
|
});
|
|
797
818
|
};
|
|
798
819
|
/**
|
|
799
|
-
* @summary
|
|
820
|
+
* @summary Update an Abrigo collateral (PATCH /v1/collaterals/{id})
|
|
800
821
|
*/
|
|
801
|
-
const
|
|
802
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
822
|
+
const abrigoUpdateCollateral = (abrigoUpdateCollateralBody) => {
|
|
823
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals/update`, method: 'POST',
|
|
803
824
|
headers: { 'Content-Type': 'application/json', },
|
|
804
|
-
data:
|
|
825
|
+
data: abrigoUpdateCollateralBody
|
|
805
826
|
});
|
|
806
827
|
};
|
|
807
828
|
/**
|
|
808
|
-
*
|
|
809
|
-
* @summary Start Gmail OAuth flow
|
|
829
|
+
* @summary Delete an Abrigo collateral by id (destructive)
|
|
810
830
|
*/
|
|
811
|
-
const
|
|
812
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
831
|
+
const abrigoDeleteCollateral = (abrigoDeleteCollateralBody) => {
|
|
832
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals/delete`, method: 'POST',
|
|
813
833
|
headers: { 'Content-Type': 'application/json', },
|
|
814
|
-
data:
|
|
834
|
+
data: abrigoDeleteCollateralBody
|
|
815
835
|
});
|
|
816
836
|
};
|
|
817
837
|
/**
|
|
818
|
-
*
|
|
819
|
-
* @summary Set Gmail OAuth app credentials for a user
|
|
838
|
+
* @summary List Abrigo liens (portfolio-side, paged)
|
|
820
839
|
*/
|
|
821
|
-
const
|
|
822
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
840
|
+
const abrigoListLiens = (abrigoListLiensBody) => {
|
|
841
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/liens/list`, method: 'POST',
|
|
823
842
|
headers: { 'Content-Type': 'application/json', },
|
|
824
|
-
data:
|
|
843
|
+
data: abrigoListLiensBody
|
|
825
844
|
});
|
|
826
845
|
};
|
|
827
846
|
/**
|
|
828
|
-
*
|
|
829
|
-
* @summary Handle Gmail OAuth callback
|
|
847
|
+
* @summary Get an Abrigo lien by id
|
|
830
848
|
*/
|
|
831
|
-
const
|
|
832
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
849
|
+
const abrigoGetLienById = (abrigoGetLienByIdBody) => {
|
|
850
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/liens/get-by-id`, method: 'POST',
|
|
851
|
+
headers: { 'Content-Type': 'application/json', },
|
|
852
|
+
data: abrigoGetLienByIdBody
|
|
833
853
|
});
|
|
834
854
|
};
|
|
835
855
|
/**
|
|
836
|
-
*
|
|
837
|
-
* @summary Send an email via Gmail
|
|
856
|
+
* @summary List Abrigo proposed liens (paged)
|
|
838
857
|
*/
|
|
839
|
-
const
|
|
840
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
858
|
+
const abrigoListProposedLiens = (abrigoListProposedLiensBody) => {
|
|
859
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-liens/list`, method: 'POST',
|
|
841
860
|
headers: { 'Content-Type': 'application/json', },
|
|
842
|
-
data:
|
|
861
|
+
data: abrigoListProposedLiensBody
|
|
843
862
|
});
|
|
844
863
|
};
|
|
845
864
|
/**
|
|
846
|
-
*
|
|
847
|
-
* @summary Search or list Gmail messages
|
|
865
|
+
* @summary List Abrigo portfolio loans (paged)
|
|
848
866
|
*/
|
|
849
|
-
const
|
|
850
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
867
|
+
const abrigoListPortfolioLoans = (abrigoListPortfolioLoansBody) => {
|
|
868
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/list`, method: 'POST',
|
|
851
869
|
headers: { 'Content-Type': 'application/json', },
|
|
852
|
-
data:
|
|
870
|
+
data: abrigoListPortfolioLoansBody
|
|
853
871
|
});
|
|
854
872
|
};
|
|
855
873
|
/**
|
|
856
|
-
*
|
|
857
|
-
* @summary Read a Gmail message
|
|
874
|
+
* @summary Get an Abrigo portfolio loan by id
|
|
858
875
|
*/
|
|
859
|
-
const
|
|
860
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
876
|
+
const abrigoGetPortfolioLoanById = (abrigoGetPortfolioLoanByIdBody) => {
|
|
877
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/get-by-id`, method: 'POST',
|
|
861
878
|
headers: { 'Content-Type': 'application/json', },
|
|
862
|
-
data:
|
|
879
|
+
data: abrigoGetPortfolioLoanByIdBody
|
|
863
880
|
});
|
|
864
881
|
};
|
|
865
882
|
/**
|
|
866
|
-
*
|
|
867
|
-
* @summary Create a Gmail draft
|
|
883
|
+
* @summary Update an Abrigo portfolio loan (PATCH /v1/portfolio-loans/{id})
|
|
868
884
|
*/
|
|
869
|
-
const
|
|
870
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
885
|
+
const abrigoUpdatePortfolioLoan = (abrigoUpdatePortfolioLoanBody) => {
|
|
886
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/update`, method: 'POST',
|
|
871
887
|
headers: { 'Content-Type': 'application/json', },
|
|
872
|
-
data:
|
|
888
|
+
data: abrigoUpdatePortfolioLoanBody
|
|
873
889
|
});
|
|
874
890
|
};
|
|
875
891
|
/**
|
|
876
|
-
*
|
|
877
|
-
* @summary List Gmail labels
|
|
892
|
+
* @summary List collaterals for a portfolio loan (GET /v1/portfolio-loans/{id}/collaterals)
|
|
878
893
|
*/
|
|
879
|
-
const
|
|
880
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
894
|
+
const abrigoGetPortfolioLoanCollaterals = (abrigoGetPortfolioLoanCollateralsBody) => {
|
|
895
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/get-collaterals`, method: 'POST',
|
|
881
896
|
headers: { 'Content-Type': 'application/json', },
|
|
882
|
-
data:
|
|
897
|
+
data: abrigoGetPortfolioLoanCollateralsBody
|
|
883
898
|
});
|
|
884
899
|
};
|
|
885
900
|
/**
|
|
886
|
-
*
|
|
887
|
-
* @summary Create a Gmail label
|
|
901
|
+
* @summary List past-due portfolio loans (GET /v1/portfolio-loans/past-due-loans)
|
|
888
902
|
*/
|
|
889
|
-
const
|
|
890
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
903
|
+
const abrigoListPastDueLoans = (abrigoListPastDueLoansBody) => {
|
|
904
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/past-due`, method: 'POST',
|
|
891
905
|
headers: { 'Content-Type': 'application/json', },
|
|
892
|
-
data:
|
|
906
|
+
data: abrigoListPastDueLoansBody
|
|
893
907
|
});
|
|
894
908
|
};
|
|
895
909
|
/**
|
|
896
|
-
*
|
|
897
|
-
* @summary Update a Gmail label
|
|
910
|
+
* @summary List maturing portfolio loans (GET /v1/portfolio-loans/maturing-loans)
|
|
898
911
|
*/
|
|
899
|
-
const
|
|
900
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
912
|
+
const abrigoListMaturingLoans = (abrigoListMaturingLoansBody) => {
|
|
913
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/maturing`, method: 'POST',
|
|
901
914
|
headers: { 'Content-Type': 'application/json', },
|
|
902
|
-
data:
|
|
915
|
+
data: abrigoListMaturingLoansBody
|
|
903
916
|
});
|
|
904
917
|
};
|
|
905
918
|
/**
|
|
906
|
-
*
|
|
907
|
-
* @summary Delete a Gmail label
|
|
919
|
+
* @summary List loan roles for a portfolio loan (GET /v1/loan-roles/by-portfolio-loan-Id/{portfolioLoanId})
|
|
908
920
|
*/
|
|
909
|
-
const
|
|
910
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
921
|
+
const abrigoListLoanRolesByPortfolioLoan = (abrigoListLoanRolesByPortfolioLoanBody) => {
|
|
922
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-roles/by-portfolio-loan`, method: 'POST',
|
|
911
923
|
headers: { 'Content-Type': 'application/json', },
|
|
912
|
-
data:
|
|
924
|
+
data: abrigoListLoanRolesByPortfolioLoanBody
|
|
913
925
|
});
|
|
914
926
|
};
|
|
915
927
|
/**
|
|
916
|
-
* @summary
|
|
928
|
+
* @summary List portfolio loans (basic information projection) (GET /v1/portfolio-loans/basic-information)
|
|
917
929
|
*/
|
|
918
|
-
const
|
|
919
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
930
|
+
const abrigoListPortfolioLoansBasic = (abrigoListPortfolioLoansBasicBody) => {
|
|
931
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/list-basic`, method: 'POST',
|
|
920
932
|
headers: { 'Content-Type': 'application/json', },
|
|
921
|
-
data:
|
|
933
|
+
data: abrigoListPortfolioLoansBasicBody
|
|
922
934
|
});
|
|
923
935
|
};
|
|
924
936
|
/**
|
|
925
|
-
* @summary
|
|
937
|
+
* @summary List Abrigo risk rating calculations (paged)
|
|
926
938
|
*/
|
|
927
|
-
const
|
|
928
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
939
|
+
const abrigoListRiskRatingCalculations = (abrigoListRiskRatingCalculationsBody) => {
|
|
940
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/risk-rating-calculations/list`, method: 'POST',
|
|
929
941
|
headers: { 'Content-Type': 'application/json', },
|
|
930
|
-
data:
|
|
942
|
+
data: abrigoListRiskRatingCalculationsBody
|
|
931
943
|
});
|
|
932
944
|
};
|
|
933
945
|
/**
|
|
934
|
-
* @summary
|
|
946
|
+
* @summary Get an Abrigo risk rating calculation by id
|
|
935
947
|
*/
|
|
936
|
-
const
|
|
937
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
948
|
+
const abrigoGetRiskRatingCalculationById = (abrigoGetRiskRatingCalculationByIdBody) => {
|
|
949
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/risk-rating-calculations/get-by-id`, method: 'POST',
|
|
938
950
|
headers: { 'Content-Type': 'application/json', },
|
|
939
|
-
data:
|
|
951
|
+
data: abrigoGetRiskRatingCalculationByIdBody
|
|
940
952
|
});
|
|
941
953
|
};
|
|
942
954
|
/**
|
|
943
|
-
* @summary
|
|
955
|
+
* @summary Approve a risk rating calculation (POST /v1/risk-rating-approvals/approve/{calculationId})
|
|
944
956
|
*/
|
|
945
|
-
const
|
|
957
|
+
const abrigoApproveRiskRating = (abrigoApproveRiskRatingBody) => {
|
|
958
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/risk-rating-approvals/approve`, method: 'POST',
|
|
959
|
+
headers: { 'Content-Type': 'application/json', },
|
|
960
|
+
data: abrigoApproveRiskRatingBody
|
|
961
|
+
});
|
|
962
|
+
};
|
|
963
|
+
/**
|
|
964
|
+
* @summary Decline a risk rating calculation (POST /v1/risk-rating-approvals/decline/{calculationId})
|
|
965
|
+
*/
|
|
966
|
+
const abrigoDeclineRiskRating = (abrigoDeclineRiskRatingBody) => {
|
|
967
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/risk-rating-approvals/decline`, method: 'POST',
|
|
968
|
+
headers: { 'Content-Type': 'application/json', },
|
|
969
|
+
data: abrigoDeclineRiskRatingBody
|
|
970
|
+
});
|
|
971
|
+
};
|
|
972
|
+
/**
|
|
973
|
+
* @summary List Abrigo policy exceptions (paged)
|
|
974
|
+
*/
|
|
975
|
+
const abrigoListPolicyExceptions = (abrigoListPolicyExceptionsBody) => {
|
|
976
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/policy-exceptions/list`, method: 'POST',
|
|
977
|
+
headers: { 'Content-Type': 'application/json', },
|
|
978
|
+
data: abrigoListPolicyExceptionsBody
|
|
979
|
+
});
|
|
980
|
+
};
|
|
981
|
+
/**
|
|
982
|
+
* @summary Create an Abrigo policy exception (POST /v1/policy-exceptions)
|
|
983
|
+
*/
|
|
984
|
+
const abrigoCreatePolicyException = (abrigoCreatePolicyExceptionBody) => {
|
|
985
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/policy-exceptions`, method: 'POST',
|
|
986
|
+
headers: { 'Content-Type': 'application/json', },
|
|
987
|
+
data: abrigoCreatePolicyExceptionBody
|
|
988
|
+
});
|
|
989
|
+
};
|
|
990
|
+
/**
|
|
991
|
+
* @summary List Abrigo policy exception types (reference)
|
|
992
|
+
*/
|
|
993
|
+
const abrigoListPolicyExceptionTypes = (abrigoListPolicyExceptionTypesBody) => {
|
|
994
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/policy-exception-types/list`, method: 'POST',
|
|
995
|
+
headers: { 'Content-Type': 'application/json', },
|
|
996
|
+
data: abrigoListPolicyExceptionTypesBody
|
|
997
|
+
});
|
|
998
|
+
};
|
|
999
|
+
/**
|
|
1000
|
+
* @summary List Abrigo policy exception statuses (reference)
|
|
1001
|
+
*/
|
|
1002
|
+
const abrigoListPolicyExceptionStatuses = (abrigoListPolicyExceptionStatusesBody) => {
|
|
1003
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/policy-exception-statuses/list`, method: 'POST',
|
|
1004
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1005
|
+
data: abrigoListPolicyExceptionStatusesBody
|
|
1006
|
+
});
|
|
1007
|
+
};
|
|
1008
|
+
/**
|
|
1009
|
+
* @summary List Abrigo workflows (paged)
|
|
1010
|
+
*/
|
|
1011
|
+
const abrigoListWorkflows = (abrigoListWorkflowsBody) => {
|
|
1012
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflows/list`, method: 'POST',
|
|
1013
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1014
|
+
data: abrigoListWorkflowsBody
|
|
1015
|
+
});
|
|
1016
|
+
};
|
|
1017
|
+
/**
|
|
1018
|
+
* @summary Get an Abrigo workflow by id
|
|
1019
|
+
*/
|
|
1020
|
+
const abrigoGetWorkflowById = (abrigoGetWorkflowByIdBody) => {
|
|
1021
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflows/get-by-id`, method: 'POST',
|
|
1022
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1023
|
+
data: abrigoGetWorkflowByIdBody
|
|
1024
|
+
});
|
|
1025
|
+
};
|
|
1026
|
+
/**
|
|
1027
|
+
* @summary Close an Abrigo workflow (POST /v1/workflows/{id}/close)
|
|
1028
|
+
*/
|
|
1029
|
+
const abrigoCloseWorkflow = (abrigoCloseWorkflowBody) => {
|
|
1030
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflows/close`, method: 'POST',
|
|
1031
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1032
|
+
data: abrigoCloseWorkflowBody
|
|
1033
|
+
});
|
|
1034
|
+
};
|
|
1035
|
+
/**
|
|
1036
|
+
* @summary List Abrigo workflow steps (paged)
|
|
1037
|
+
*/
|
|
1038
|
+
const abrigoListWorkflowSteps = (abrigoListWorkflowStepsBody) => {
|
|
1039
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflow-steps/list`, method: 'POST',
|
|
1040
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1041
|
+
data: abrigoListWorkflowStepsBody
|
|
1042
|
+
});
|
|
1043
|
+
};
|
|
1044
|
+
/**
|
|
1045
|
+
* @summary Get an Abrigo workflow step by id
|
|
1046
|
+
*/
|
|
1047
|
+
const abrigoGetWorkflowStepById = (abrigoGetWorkflowStepByIdBody) => {
|
|
1048
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflow-steps/get-by-id`, method: 'POST',
|
|
1049
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1050
|
+
data: abrigoGetWorkflowStepByIdBody
|
|
1051
|
+
});
|
|
1052
|
+
};
|
|
1053
|
+
/**
|
|
1054
|
+
* @summary Update workflow step status (POST /v1/workflow-steps/{id}/update-status)
|
|
1055
|
+
*/
|
|
1056
|
+
const abrigoUpdateWorkflowStepStatus = (abrigoUpdateWorkflowStepStatusBody) => {
|
|
1057
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflow-steps/update-status`, method: 'POST',
|
|
1058
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1059
|
+
data: abrigoUpdateWorkflowStepStatusBody
|
|
1060
|
+
});
|
|
1061
|
+
};
|
|
1062
|
+
/**
|
|
1063
|
+
* @summary Get the next step for a workflow (GET /v1/workflow-next-steps/{id})
|
|
1064
|
+
*/
|
|
1065
|
+
const abrigoGetWorkflowNextSteps = (abrigoGetWorkflowNextStepsBody) => {
|
|
1066
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflow-next-steps/get-by-workflow-id`, method: 'POST',
|
|
1067
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1068
|
+
data: abrigoGetWorkflowNextStepsBody
|
|
1069
|
+
});
|
|
1070
|
+
};
|
|
1071
|
+
/**
|
|
1072
|
+
* @summary List Abrigo ticklers (reminders/tasks, paged)
|
|
1073
|
+
*/
|
|
1074
|
+
const abrigoListTicklers = (abrigoListTicklersBody) => {
|
|
1075
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/ticklers/list`, method: 'POST',
|
|
1076
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1077
|
+
data: abrigoListTicklersBody
|
|
1078
|
+
});
|
|
1079
|
+
};
|
|
1080
|
+
/**
|
|
1081
|
+
* @summary Get an Abrigo tickler by id
|
|
1082
|
+
*/
|
|
1083
|
+
const abrigoGetTicklerById = (abrigoGetTicklerByIdBody) => {
|
|
1084
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/ticklers/get-by-id`, method: 'POST',
|
|
1085
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1086
|
+
data: abrigoGetTicklerByIdBody
|
|
1087
|
+
});
|
|
1088
|
+
};
|
|
1089
|
+
/**
|
|
1090
|
+
* @summary List Abrigo activities (audit/event log, paged)
|
|
1091
|
+
*/
|
|
1092
|
+
const abrigoListActivities = (abrigoListActivitiesBody) => {
|
|
1093
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/activities/list`, method: 'POST',
|
|
1094
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1095
|
+
data: abrigoListActivitiesBody
|
|
1096
|
+
});
|
|
1097
|
+
};
|
|
1098
|
+
/**
|
|
1099
|
+
* @summary Create an Abrigo activity (POST /v1/activities)
|
|
1100
|
+
*/
|
|
1101
|
+
const abrigoCreateActivity = (abrigoCreateActivityBody) => {
|
|
1102
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/activities`, method: 'POST',
|
|
1103
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1104
|
+
data: abrigoCreateActivityBody
|
|
1105
|
+
});
|
|
1106
|
+
};
|
|
1107
|
+
/**
|
|
1108
|
+
* @summary List Abrigo bank codes (reference)
|
|
1109
|
+
*/
|
|
1110
|
+
const abrigoListBankCodes = (abrigoListBankCodesBody) => {
|
|
1111
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/bank-codes/list`, method: 'POST',
|
|
1112
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1113
|
+
data: abrigoListBankCodesBody
|
|
1114
|
+
});
|
|
1115
|
+
};
|
|
1116
|
+
/**
|
|
1117
|
+
* @summary List Abrigo bank branches (reference)
|
|
1118
|
+
*/
|
|
1119
|
+
const abrigoListBankBranches = (abrigoListBankBranchesBody) => {
|
|
1120
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/bank-codes/branches/list`, method: 'POST',
|
|
1121
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1122
|
+
data: abrigoListBankBranchesBody
|
|
1123
|
+
});
|
|
1124
|
+
};
|
|
1125
|
+
/**
|
|
1126
|
+
* @summary List US states (reference)
|
|
1127
|
+
*/
|
|
1128
|
+
const abrigoListStates = (abrigoListStatesBody) => {
|
|
1129
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/states/list`, method: 'POST',
|
|
1130
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1131
|
+
data: abrigoListStatesBody
|
|
1132
|
+
});
|
|
1133
|
+
};
|
|
1134
|
+
/**
|
|
1135
|
+
* @summary Get a state by id (reference)
|
|
1136
|
+
*/
|
|
1137
|
+
const abrigoGetStateById = (abrigoGetStateByIdBody) => {
|
|
1138
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/states/get-by-id`, method: 'POST',
|
|
1139
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1140
|
+
data: abrigoGetStateByIdBody
|
|
1141
|
+
});
|
|
1142
|
+
};
|
|
1143
|
+
/**
|
|
1144
|
+
* @summary List Abrigo documents (paged)
|
|
1145
|
+
*/
|
|
1146
|
+
const abrigoListDocuments = (abrigoListDocumentsBody) => {
|
|
1147
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/documents/list`, method: 'POST',
|
|
1148
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1149
|
+
data: abrigoListDocumentsBody
|
|
1150
|
+
});
|
|
1151
|
+
};
|
|
1152
|
+
/**
|
|
1153
|
+
* @summary Get an Abrigo document by id (metadata only)
|
|
1154
|
+
*/
|
|
1155
|
+
const abrigoGetDocumentById = (abrigoGetDocumentByIdBody) => {
|
|
1156
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/documents/get-by-id`, method: 'POST',
|
|
1157
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1158
|
+
data: abrigoGetDocumentByIdBody
|
|
1159
|
+
});
|
|
1160
|
+
};
|
|
1161
|
+
/**
|
|
1162
|
+
* @summary Get an Abrigo document binary content (GET /v1/documents/{id}/content)
|
|
1163
|
+
*/
|
|
1164
|
+
const abrigoGetDocumentContent = (abrigoGetDocumentContentBody) => {
|
|
1165
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/documents/get-content`, method: 'POST',
|
|
1166
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1167
|
+
data: abrigoGetDocumentContentBody
|
|
1168
|
+
});
|
|
1169
|
+
};
|
|
1170
|
+
/**
|
|
1171
|
+
* @summary List Abrigo documents by their object association (loan, customer, etc.)
|
|
1172
|
+
*/
|
|
1173
|
+
const abrigoListDocumentsByObjectAssociation = (abrigoListDocumentsByObjectAssociationBody) => {
|
|
1174
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/documents/list-by-object-association`, method: 'POST',
|
|
1175
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1176
|
+
data: abrigoListDocumentsByObjectAssociationBody
|
|
1177
|
+
});
|
|
1178
|
+
};
|
|
1179
|
+
/**
|
|
1180
|
+
* Stores per-user Abrigo credentials for PerUser integration configs. Rejected when the Abrigo integration config is Shared.
|
|
1181
|
+
* @summary Store per-user Abrigo credentials
|
|
1182
|
+
*/
|
|
1183
|
+
const abrigoSetUserCredentials = (abrigoSetUserCredentialsBody) => {
|
|
1184
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/set-user-credentials`, method: 'POST',
|
|
1185
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1186
|
+
data: abrigoSetUserCredentialsBody
|
|
1187
|
+
});
|
|
1188
|
+
};
|
|
1189
|
+
/**
|
|
1190
|
+
* @summary Create a person entity for downstream KYC / OFAC orchestration
|
|
1191
|
+
*/
|
|
1192
|
+
const alloyCreatePersonEntity = (alloyCreatePersonEntityBody) => {
|
|
1193
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/persons/create`, method: 'POST',
|
|
1194
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1195
|
+
data: alloyCreatePersonEntityBody
|
|
1196
|
+
});
|
|
1197
|
+
};
|
|
1198
|
+
/**
|
|
1199
|
+
* @summary Retrieve a person entity by Alloy entity token
|
|
1200
|
+
*/
|
|
1201
|
+
const alloyGetPersonEntity = (alloyGetPersonEntityBody) => {
|
|
1202
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/persons/get`, method: 'POST',
|
|
1203
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1204
|
+
data: alloyGetPersonEntityBody
|
|
1205
|
+
});
|
|
1206
|
+
};
|
|
1207
|
+
/**
|
|
1208
|
+
* @summary Create a business entity for downstream KYB / OFAC orchestration
|
|
1209
|
+
*/
|
|
1210
|
+
const alloyCreateBusinessEntity = (alloyCreateBusinessEntityBody) => {
|
|
1211
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/businesses/create`, method: 'POST',
|
|
1212
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1213
|
+
data: alloyCreateBusinessEntityBody
|
|
1214
|
+
});
|
|
1215
|
+
};
|
|
1216
|
+
/**
|
|
1217
|
+
* @summary Retrieve a business entity by Alloy entity token
|
|
1218
|
+
*/
|
|
1219
|
+
const alloyGetBusinessEntity = (alloyGetBusinessEntityBody) => {
|
|
1220
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/businesses/get`, method: 'POST',
|
|
1221
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1222
|
+
data: alloyGetBusinessEntityBody
|
|
1223
|
+
});
|
|
1224
|
+
};
|
|
1225
|
+
/**
|
|
1226
|
+
* @summary Submit an entity through an Alloy Journey (primary KYC/KYB/OFAC call)
|
|
1227
|
+
*/
|
|
1228
|
+
const alloyCreateJourneyApplication = (alloyCreateJourneyApplicationBody) => {
|
|
1229
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/journeys/applications/create`, method: 'POST',
|
|
1230
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1231
|
+
data: alloyCreateJourneyApplicationBody
|
|
1232
|
+
});
|
|
1233
|
+
};
|
|
1234
|
+
/**
|
|
1235
|
+
* @summary Fetch the status / outcome of a Journey Application
|
|
1236
|
+
*/
|
|
1237
|
+
const alloyGetJourneyApplication = (alloyGetJourneyApplicationBody) => {
|
|
1238
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/journeys/applications/get`, method: 'POST',
|
|
1239
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1240
|
+
data: alloyGetJourneyApplicationBody
|
|
1241
|
+
});
|
|
1242
|
+
};
|
|
1243
|
+
/**
|
|
1244
|
+
* @summary Re-execute a previously-submitted Journey Application
|
|
1245
|
+
*/
|
|
1246
|
+
const alloyRerunJourneyApplication = (alloyRerunJourneyApplicationBody) => {
|
|
1247
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/journeys/applications/rerun`, method: 'POST',
|
|
1248
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1249
|
+
data: alloyRerunJourneyApplicationBody
|
|
1250
|
+
});
|
|
1251
|
+
};
|
|
1252
|
+
/**
|
|
1253
|
+
* @summary Record a manual review decision on a Journey Application
|
|
1254
|
+
*/
|
|
1255
|
+
const alloyReviewJourneyApplication = (alloyReviewJourneyApplicationBody) => {
|
|
1256
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/journeys/applications/review`, method: 'POST',
|
|
1257
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1258
|
+
data: alloyReviewJourneyApplicationBody
|
|
1259
|
+
});
|
|
1260
|
+
};
|
|
1261
|
+
/**
|
|
1262
|
+
* @summary Run a single Alloy evaluation (lower-level alternative to a Journey)
|
|
1263
|
+
*/
|
|
1264
|
+
const alloyRunEvaluation = (alloyRunEvaluationBody) => {
|
|
1265
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/evaluations/run`, method: 'POST',
|
|
1266
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1267
|
+
data: alloyRunEvaluationBody
|
|
1268
|
+
});
|
|
1269
|
+
};
|
|
1270
|
+
/**
|
|
1271
|
+
* @summary Attach or update a document on an entity by document token
|
|
1272
|
+
*/
|
|
1273
|
+
const alloyUploadDocument = (alloyUploadDocumentBody) => {
|
|
1274
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/documents/upload`, method: 'POST',
|
|
1275
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1276
|
+
data: alloyUploadDocumentBody
|
|
1277
|
+
});
|
|
1278
|
+
};
|
|
1279
|
+
/**
|
|
1280
|
+
* Stores per-user Alloy token+secret for PerUser integration configs. Rejected when the Alloy integration config is Shared.
|
|
1281
|
+
* @summary Store per-user Alloy credentials
|
|
1282
|
+
*/
|
|
1283
|
+
const alloySetUserCredentials = (alloySetUserCredentialsBody) => {
|
|
1284
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/set-user-credentials`, method: 'POST',
|
|
1285
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1286
|
+
data: alloySetUserCredentialsBody
|
|
1287
|
+
});
|
|
1288
|
+
};
|
|
1289
|
+
/**
|
|
1290
|
+
* Stores a generated app user Anthropic API key for PerUser integration configs.
|
|
1291
|
+
* @summary Store per-user Anthropic credentials
|
|
1292
|
+
*/
|
|
1293
|
+
const anthropicSetUserCredentials = (anthropicSetUserCredentialsBody) => {
|
|
1294
|
+
return (0, http_client_1.customAxios)({ url: `/anthropic/set-user-credentials`, method: 'POST',
|
|
1295
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1296
|
+
data: anthropicSetUserCredentialsBody
|
|
1297
|
+
});
|
|
1298
|
+
};
|
|
1299
|
+
/**
|
|
1300
|
+
* @summary Generate text with Anthropic
|
|
1301
|
+
*/
|
|
1302
|
+
const anthropicGenerateText = (anthropicGenerateTextBody) => {
|
|
1303
|
+
return (0, http_client_1.customAxios)({ url: `/anthropic/generate-text`, method: 'POST',
|
|
1304
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1305
|
+
data: anthropicGenerateTextBody
|
|
1306
|
+
});
|
|
1307
|
+
};
|
|
1308
|
+
/**
|
|
1309
|
+
* Creates a Server-Sent Events (SSE) stream that returns UI message chunks compatible with Vercel AI SDK clients.
|
|
1310
|
+
* @summary Stream text generation with Anthropic
|
|
1311
|
+
*/
|
|
1312
|
+
const anthropicCreateStream = (anthropicCreateStreamBody) => {
|
|
1313
|
+
return (0, http_client_1.customAxios)({ url: `/anthropic/create-stream`, method: 'POST',
|
|
1314
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1315
|
+
data: anthropicCreateStreamBody
|
|
1316
|
+
});
|
|
1317
|
+
};
|
|
1318
|
+
/**
|
|
1319
|
+
* @summary Store per-user AWS S3 credentials
|
|
1320
|
+
*/
|
|
1321
|
+
const awsS3SetUserCredentials = (awsS3SetUserCredentialsBody) => {
|
|
1322
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/set-user-credentials`, method: 'POST',
|
|
1323
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1324
|
+
data: awsS3SetUserCredentialsBody
|
|
1325
|
+
});
|
|
1326
|
+
};
|
|
1327
|
+
/**
|
|
1328
|
+
* @summary Upload data to storage
|
|
1329
|
+
*/
|
|
1330
|
+
const awsS3UploadData = (awsS3UploadDataBody) => {
|
|
1331
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/upload-data`, method: 'POST',
|
|
1332
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1333
|
+
data: awsS3UploadDataBody
|
|
1334
|
+
});
|
|
1335
|
+
};
|
|
1336
|
+
/**
|
|
1337
|
+
* @summary Delete a file from storage
|
|
1338
|
+
*/
|
|
1339
|
+
const awsS3DeleteFile = (awsS3DeleteFileBody) => {
|
|
1340
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/delete-file`, method: 'POST',
|
|
1341
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1342
|
+
data: awsS3DeleteFileBody
|
|
1343
|
+
});
|
|
1344
|
+
};
|
|
1345
|
+
/**
|
|
1346
|
+
* @summary Check if a document exists
|
|
1347
|
+
*/
|
|
1348
|
+
const awsS3DocumentExists = (awsS3DocumentExistsBody) => {
|
|
1349
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/document-exists`, method: 'POST',
|
|
1350
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1351
|
+
data: awsS3DocumentExistsBody
|
|
1352
|
+
});
|
|
1353
|
+
};
|
|
1354
|
+
/**
|
|
1355
|
+
* @summary Generate a signed URL for downloading
|
|
1356
|
+
*/
|
|
1357
|
+
const awsS3GenerateDownloadSignedUrl = (awsS3GenerateDownloadSignedUrlBody) => {
|
|
1358
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/generate-download-signed-url`, method: 'POST',
|
|
1359
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1360
|
+
data: awsS3GenerateDownloadSignedUrlBody
|
|
1361
|
+
});
|
|
1362
|
+
};
|
|
1363
|
+
/**
|
|
1364
|
+
* @summary Get file content as base64
|
|
1365
|
+
*/
|
|
1366
|
+
const awsS3GetData = (awsS3GetDataBody) => {
|
|
1367
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/get-data`, method: 'POST',
|
|
1368
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1369
|
+
data: awsS3GetDataBody
|
|
1370
|
+
});
|
|
1371
|
+
};
|
|
1372
|
+
/**
|
|
1373
|
+
* @summary Generate a signed URL for uploading
|
|
1374
|
+
*/
|
|
1375
|
+
const awsS3GenerateUploadSignedUrl = (awsS3GenerateUploadSignedUrlBody) => {
|
|
1376
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/generate-upload-signed-url`, method: 'POST',
|
|
1377
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1378
|
+
data: awsS3GenerateUploadSignedUrlBody
|
|
1379
|
+
});
|
|
1380
|
+
};
|
|
1381
|
+
/**
|
|
1382
|
+
* @summary Copy a file within storage
|
|
1383
|
+
*/
|
|
1384
|
+
const awsS3CopyFile = (awsS3CopyFileBody) => {
|
|
1385
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/copy-file`, method: 'POST',
|
|
1386
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1387
|
+
data: awsS3CopyFileBody
|
|
1388
|
+
});
|
|
1389
|
+
};
|
|
1390
|
+
/**
|
|
1391
|
+
* @summary Get file metadata (e.g. size)
|
|
1392
|
+
*/
|
|
1393
|
+
const awsS3GetFileMetadata = (awsS3GetFileMetadataBody) => {
|
|
1394
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/get-file-metadata`, method: 'POST',
|
|
1395
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1396
|
+
data: awsS3GetFileMetadataBody
|
|
1397
|
+
});
|
|
1398
|
+
};
|
|
1399
|
+
/**
|
|
1400
|
+
* @summary Upload a file via multipart/form-data
|
|
1401
|
+
*/
|
|
1402
|
+
const awsS3UploadFile = (awsS3UploadFileBody) => {
|
|
1403
|
+
const formData = new FormData();
|
|
1404
|
+
formData.append('file', awsS3UploadFileBody.file);
|
|
1405
|
+
formData.append('destinationKey', awsS3UploadFileBody.destinationKey);
|
|
1406
|
+
if (awsS3UploadFileBody.userId !== undefined) {
|
|
1407
|
+
formData.append('userId', awsS3UploadFileBody.userId);
|
|
1408
|
+
}
|
|
1409
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/upload-file`, method: 'POST',
|
|
1410
|
+
headers: { 'Content-Type': 'multipart/form-data', },
|
|
1411
|
+
data: formData
|
|
1412
|
+
});
|
|
1413
|
+
};
|
|
1414
|
+
/**
|
|
1415
|
+
* @summary Stream file content
|
|
1416
|
+
*/
|
|
1417
|
+
const awsS3CreateReadStream = (awsS3CreateReadStreamBody) => {
|
|
1418
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/create-read-stream`, method: 'POST',
|
|
1419
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1420
|
+
data: awsS3CreateReadStreamBody
|
|
1421
|
+
});
|
|
1422
|
+
};
|
|
1423
|
+
/**
|
|
1424
|
+
* @summary Store per-user Azure Blob Storage credentials
|
|
1425
|
+
*/
|
|
1426
|
+
const azureBlobStorageSetUserCredentials = (azureBlobStorageSetUserCredentialsBody) => {
|
|
1427
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/set-user-credentials`, method: 'POST',
|
|
1428
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1429
|
+
data: azureBlobStorageSetUserCredentialsBody
|
|
1430
|
+
});
|
|
1431
|
+
};
|
|
1432
|
+
/**
|
|
1433
|
+
* @summary Upload data to storage
|
|
1434
|
+
*/
|
|
1435
|
+
const azureBlobStorageUploadData = (azureBlobStorageUploadDataBody) => {
|
|
1436
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/upload-data`, method: 'POST',
|
|
1437
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1438
|
+
data: azureBlobStorageUploadDataBody
|
|
1439
|
+
});
|
|
1440
|
+
};
|
|
1441
|
+
/**
|
|
1442
|
+
* @summary Delete a file from storage
|
|
1443
|
+
*/
|
|
1444
|
+
const azureBlobStorageDeleteFile = (azureBlobStorageDeleteFileBody) => {
|
|
1445
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/delete-file`, method: 'POST',
|
|
1446
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1447
|
+
data: azureBlobStorageDeleteFileBody
|
|
1448
|
+
});
|
|
1449
|
+
};
|
|
1450
|
+
/**
|
|
1451
|
+
* @summary Check if a document exists
|
|
1452
|
+
*/
|
|
1453
|
+
const azureBlobStorageDocumentExists = (azureBlobStorageDocumentExistsBody) => {
|
|
1454
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/document-exists`, method: 'POST',
|
|
1455
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1456
|
+
data: azureBlobStorageDocumentExistsBody
|
|
1457
|
+
});
|
|
1458
|
+
};
|
|
1459
|
+
/**
|
|
1460
|
+
* @summary Generate a signed URL for downloading
|
|
1461
|
+
*/
|
|
1462
|
+
const azureBlobStorageGenerateDownloadSignedUrl = (azureBlobStorageGenerateDownloadSignedUrlBody) => {
|
|
1463
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/generate-download-signed-url`, method: 'POST',
|
|
1464
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1465
|
+
data: azureBlobStorageGenerateDownloadSignedUrlBody
|
|
1466
|
+
});
|
|
1467
|
+
};
|
|
1468
|
+
/**
|
|
1469
|
+
* @summary Get file content as base64
|
|
1470
|
+
*/
|
|
1471
|
+
const azureBlobStorageGetData = (azureBlobStorageGetDataBody) => {
|
|
1472
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/get-data`, method: 'POST',
|
|
1473
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1474
|
+
data: azureBlobStorageGetDataBody
|
|
1475
|
+
});
|
|
1476
|
+
};
|
|
1477
|
+
/**
|
|
1478
|
+
* @summary Generate a signed URL for uploading
|
|
1479
|
+
*/
|
|
1480
|
+
const azureBlobStorageGenerateUploadSignedUrl = (azureBlobStorageGenerateUploadSignedUrlBody) => {
|
|
1481
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/generate-upload-signed-url`, method: 'POST',
|
|
1482
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1483
|
+
data: azureBlobStorageGenerateUploadSignedUrlBody
|
|
1484
|
+
});
|
|
1485
|
+
};
|
|
1486
|
+
/**
|
|
1487
|
+
* @summary Copy a file within storage
|
|
1488
|
+
*/
|
|
1489
|
+
const azureBlobStorageCopyFile = (azureBlobStorageCopyFileBody) => {
|
|
1490
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/copy-file`, method: 'POST',
|
|
1491
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1492
|
+
data: azureBlobStorageCopyFileBody
|
|
1493
|
+
});
|
|
1494
|
+
};
|
|
1495
|
+
/**
|
|
1496
|
+
* @summary Get file metadata (e.g. size)
|
|
1497
|
+
*/
|
|
1498
|
+
const azureBlobStorageGetFileMetadata = (azureBlobStorageGetFileMetadataBody) => {
|
|
1499
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/get-file-metadata`, method: 'POST',
|
|
1500
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1501
|
+
data: azureBlobStorageGetFileMetadataBody
|
|
1502
|
+
});
|
|
1503
|
+
};
|
|
1504
|
+
/**
|
|
1505
|
+
* @summary Upload a file via multipart/form-data
|
|
1506
|
+
*/
|
|
1507
|
+
const azureBlobStorageUploadFile = (azureBlobStorageUploadFileBody) => {
|
|
1508
|
+
const formData = new FormData();
|
|
1509
|
+
formData.append('file', azureBlobStorageUploadFileBody.file);
|
|
1510
|
+
formData.append('destinationKey', azureBlobStorageUploadFileBody.destinationKey);
|
|
1511
|
+
if (azureBlobStorageUploadFileBody.userId !== undefined) {
|
|
1512
|
+
formData.append('userId', azureBlobStorageUploadFileBody.userId);
|
|
1513
|
+
}
|
|
1514
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/upload-file`, method: 'POST',
|
|
1515
|
+
headers: { 'Content-Type': 'multipart/form-data', },
|
|
1516
|
+
data: formData
|
|
1517
|
+
});
|
|
1518
|
+
};
|
|
1519
|
+
/**
|
|
1520
|
+
* @summary Stream file content
|
|
1521
|
+
*/
|
|
1522
|
+
const azureBlobStorageCreateReadStream = (azureBlobStorageCreateReadStreamBody) => {
|
|
1523
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/create-read-stream`, method: 'POST',
|
|
1524
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1525
|
+
data: azureBlobStorageCreateReadStreamBody
|
|
1526
|
+
});
|
|
1527
|
+
};
|
|
1528
|
+
/**
|
|
1529
|
+
* @summary Stream upload
|
|
1530
|
+
*/
|
|
1531
|
+
const azureBlobStorageCreateWriteStream = (azureBlobStorageCreateWriteStreamBody, params) => {
|
|
1532
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/create-write-stream`, method: 'POST',
|
|
1533
|
+
headers: { 'Content-Type': 'application/octet-stream', },
|
|
1534
|
+
data: azureBlobStorageCreateWriteStreamBody,
|
|
1535
|
+
params
|
|
1536
|
+
});
|
|
1537
|
+
};
|
|
1538
|
+
/**
|
|
1539
|
+
* @summary Get IBAN company search criteria
|
|
1540
|
+
*/
|
|
1541
|
+
const creditsafeComplianceBankMatchGetIbanCompanySearchCriteria = (creditsafeComplianceBankMatchGetIbanCompanySearchCriteriaBody) => {
|
|
1542
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/get-iban-company-search-criteria`, method: 'POST',
|
|
1543
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1544
|
+
data: creditsafeComplianceBankMatchGetIbanCompanySearchCriteriaBody
|
|
1545
|
+
});
|
|
1546
|
+
};
|
|
1547
|
+
/**
|
|
1548
|
+
* @summary Get BBAN company search criteria
|
|
1549
|
+
*/
|
|
1550
|
+
const creditsafeComplianceBankMatchGetBbanCompanySearchCriteria = (creditsafeComplianceBankMatchGetBbanCompanySearchCriteriaBody) => {
|
|
1551
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/get-bban-company-search-criteria`, method: 'POST',
|
|
1552
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1553
|
+
data: creditsafeComplianceBankMatchGetBbanCompanySearchCriteriaBody
|
|
1554
|
+
});
|
|
1555
|
+
};
|
|
1556
|
+
/**
|
|
1557
|
+
* @summary Validate a company bank account via IBAN
|
|
1558
|
+
*/
|
|
1559
|
+
const creditsafeComplianceBankMatchIbanCompanySearch = (creditsafeComplianceBankMatchIbanCompanySearchBody) => {
|
|
1560
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/iban-company-search`, method: 'POST',
|
|
1561
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1562
|
+
data: creditsafeComplianceBankMatchIbanCompanySearchBody
|
|
1563
|
+
});
|
|
1564
|
+
};
|
|
1565
|
+
/**
|
|
1566
|
+
* @summary Validate a company bank account via BBAN
|
|
1567
|
+
*/
|
|
1568
|
+
const creditsafeComplianceBankMatchBbanCompanySearch = (creditsafeComplianceBankMatchBbanCompanySearchBody) => {
|
|
1569
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/bban-company-search`, method: 'POST',
|
|
1570
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1571
|
+
data: creditsafeComplianceBankMatchBbanCompanySearchBody
|
|
1572
|
+
});
|
|
1573
|
+
};
|
|
1574
|
+
/**
|
|
1575
|
+
* @summary Get IBAN person search criteria
|
|
1576
|
+
*/
|
|
1577
|
+
const creditsafeComplianceBankMatchGetIbanPersonSearchCriteria = (creditsafeComplianceBankMatchGetIbanPersonSearchCriteriaBody) => {
|
|
1578
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/get-iban-person-search-criteria`, method: 'POST',
|
|
1579
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1580
|
+
data: creditsafeComplianceBankMatchGetIbanPersonSearchCriteriaBody
|
|
1581
|
+
});
|
|
1582
|
+
};
|
|
1583
|
+
/**
|
|
1584
|
+
* @summary Validate a personal bank account via IBAN (France only)
|
|
1585
|
+
*/
|
|
1586
|
+
const creditsafeComplianceBankMatchIbanPersonSearch = (creditsafeComplianceBankMatchIbanPersonSearchBody) => {
|
|
1587
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/iban-person-search`, method: 'POST',
|
|
1588
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1589
|
+
data: creditsafeComplianceBankMatchIbanPersonSearchBody
|
|
1590
|
+
});
|
|
1591
|
+
};
|
|
1592
|
+
/**
|
|
1593
|
+
* @summary Get country-risk details by country code
|
|
1594
|
+
*/
|
|
1595
|
+
const creditsafeComplianceCountryRiskGetCountryRisk = (creditsafeComplianceCountryRiskGetCountryRiskBody) => {
|
|
1596
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/country-risk/get-country-risk`, method: 'POST',
|
|
1597
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1598
|
+
data: creditsafeComplianceCountryRiskGetCountryRiskBody
|
|
1599
|
+
});
|
|
1600
|
+
};
|
|
1601
|
+
/**
|
|
1602
|
+
* @summary List KYC Protect profile types
|
|
1603
|
+
*/
|
|
1604
|
+
const creditsafeComplianceKycProtectListProfileTypes = (creditsafeComplianceKycProtectListProfileTypesBody) => {
|
|
1605
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-profile-types`, method: 'POST',
|
|
1606
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1607
|
+
data: creditsafeComplianceKycProtectListProfileTypesBody
|
|
1608
|
+
});
|
|
1609
|
+
};
|
|
1610
|
+
/**
|
|
1611
|
+
* @summary List KYC Protect currency codes
|
|
1612
|
+
*/
|
|
1613
|
+
const creditsafeComplianceKycProtectListCurrencyCodes = (creditsafeComplianceKycProtectListCurrencyCodesBody) => {
|
|
1614
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-currency-codes`, method: 'POST',
|
|
1615
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1616
|
+
data: creditsafeComplianceKycProtectListCurrencyCodesBody
|
|
1617
|
+
});
|
|
1618
|
+
};
|
|
1619
|
+
/**
|
|
1620
|
+
* @summary List KYC Protect country codes
|
|
1621
|
+
*/
|
|
1622
|
+
const creditsafeComplianceKycProtectListCountryCodes = (creditsafeComplianceKycProtectListCountryCodesBody) => {
|
|
1623
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-country-codes`, method: 'POST',
|
|
1624
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1625
|
+
data: creditsafeComplianceKycProtectListCountryCodesBody
|
|
1626
|
+
});
|
|
1627
|
+
};
|
|
1628
|
+
/**
|
|
1629
|
+
* @summary List KYC Protect sanction bodies
|
|
1630
|
+
*/
|
|
1631
|
+
const creditsafeComplianceKycProtectListSanctionBodies = (creditsafeComplianceKycProtectListSanctionBodiesBody) => {
|
|
1632
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-sanction-bodies`, method: 'POST',
|
|
1633
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1634
|
+
data: creditsafeComplianceKycProtectListSanctionBodiesBody
|
|
1635
|
+
});
|
|
1636
|
+
};
|
|
1637
|
+
/**
|
|
1638
|
+
* @summary List KYC Protect document types
|
|
1639
|
+
*/
|
|
1640
|
+
const creditsafeComplianceKycProtectListDocumentTypes = (creditsafeComplianceKycProtectListDocumentTypesBody) => {
|
|
1641
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-document-types`, method: 'POST',
|
|
1642
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1643
|
+
data: creditsafeComplianceKycProtectListDocumentTypesBody
|
|
1644
|
+
});
|
|
1645
|
+
};
|
|
1646
|
+
/**
|
|
1647
|
+
* @summary Get AML preferences
|
|
1648
|
+
*/
|
|
1649
|
+
const creditsafeComplianceKycProtectGetAmlPreferences = (creditsafeComplianceKycProtectGetAmlPreferencesBody) => {
|
|
1650
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-aml-preferences`, method: 'POST',
|
|
1651
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1652
|
+
data: creditsafeComplianceKycProtectGetAmlPreferencesBody
|
|
1653
|
+
});
|
|
1654
|
+
};
|
|
1655
|
+
/**
|
|
1656
|
+
* @summary Update AML preferences
|
|
1657
|
+
*/
|
|
1658
|
+
const creditsafeComplianceKycProtectUpdateAmlPreferences = (creditsafeComplianceKycProtectUpdateAmlPreferencesBody) => {
|
|
1659
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-aml-preferences`, method: 'POST',
|
|
1660
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1661
|
+
data: creditsafeComplianceKycProtectUpdateAmlPreferencesBody
|
|
1662
|
+
});
|
|
1663
|
+
};
|
|
1664
|
+
/**
|
|
1665
|
+
* @summary List KYC Protect audit logs
|
|
1666
|
+
*/
|
|
1667
|
+
const creditsafeComplianceKycProtectListAudits = (creditsafeComplianceKycProtectListAuditsBody) => {
|
|
1668
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-audits`, method: 'POST',
|
|
1669
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1670
|
+
data: creditsafeComplianceKycProtectListAuditsBody
|
|
1671
|
+
});
|
|
1672
|
+
};
|
|
1673
|
+
/**
|
|
1674
|
+
* @summary Create a KYC profile
|
|
1675
|
+
*/
|
|
1676
|
+
const creditsafeComplianceKycProtectCreateProfile = (creditsafeComplianceKycProtectCreateProfileBody) => {
|
|
1677
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-profile`, method: 'POST',
|
|
1678
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1679
|
+
data: creditsafeComplianceKycProtectCreateProfileBody
|
|
1680
|
+
});
|
|
1681
|
+
};
|
|
1682
|
+
/**
|
|
1683
|
+
* @summary List KYC profiles
|
|
1684
|
+
*/
|
|
1685
|
+
const creditsafeComplianceKycProtectListProfiles = (creditsafeComplianceKycProtectListProfilesBody) => {
|
|
1686
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-profiles`, method: 'POST',
|
|
1687
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1688
|
+
data: creditsafeComplianceKycProtectListProfilesBody
|
|
1689
|
+
});
|
|
1690
|
+
};
|
|
1691
|
+
/**
|
|
1692
|
+
* @summary Get a KYC profile by id
|
|
1693
|
+
*/
|
|
1694
|
+
const creditsafeComplianceKycProtectGetProfile = (creditsafeComplianceKycProtectGetProfileBody) => {
|
|
1695
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-profile`, method: 'POST',
|
|
1696
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1697
|
+
data: creditsafeComplianceKycProtectGetProfileBody
|
|
1698
|
+
});
|
|
1699
|
+
};
|
|
1700
|
+
/**
|
|
1701
|
+
* @summary Update a KYC profile
|
|
1702
|
+
*/
|
|
1703
|
+
const creditsafeComplianceKycProtectUpdateProfile = (creditsafeComplianceKycProtectUpdateProfileBody) => {
|
|
1704
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-profile`, method: 'POST',
|
|
1705
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1706
|
+
data: creditsafeComplianceKycProtectUpdateProfileBody
|
|
1707
|
+
});
|
|
1708
|
+
};
|
|
1709
|
+
/**
|
|
1710
|
+
* @summary Delete a KYC profile
|
|
1711
|
+
*/
|
|
1712
|
+
const creditsafeComplianceKycProtectDeleteProfile = (creditsafeComplianceKycProtectDeleteProfileBody) => {
|
|
1713
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/delete-profile`, method: 'POST',
|
|
1714
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1715
|
+
data: creditsafeComplianceKycProtectDeleteProfileBody
|
|
1716
|
+
});
|
|
1717
|
+
};
|
|
1718
|
+
/**
|
|
1719
|
+
* @summary Import business profiles in bulk
|
|
1720
|
+
*/
|
|
1721
|
+
const creditsafeComplianceKycProtectImportBusinessProfiles = (creditsafeComplianceKycProtectImportBusinessProfilesBody) => {
|
|
1722
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/import-business-profiles`, method: 'POST',
|
|
1723
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1724
|
+
data: creditsafeComplianceKycProtectImportBusinessProfilesBody
|
|
1725
|
+
});
|
|
1726
|
+
};
|
|
1727
|
+
/**
|
|
1728
|
+
* @summary Get profile business/individual details
|
|
1729
|
+
*/
|
|
1730
|
+
const creditsafeComplianceKycProtectGetProfileDetails = (creditsafeComplianceKycProtectGetProfileDetailsBody) => {
|
|
1731
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-profile-details`, method: 'POST',
|
|
1732
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1733
|
+
data: creditsafeComplianceKycProtectGetProfileDetailsBody
|
|
1734
|
+
});
|
|
1735
|
+
};
|
|
1736
|
+
/**
|
|
1737
|
+
* @summary Update profile details
|
|
1738
|
+
*/
|
|
1739
|
+
const creditsafeComplianceKycProtectUpdateProfileDetails = (creditsafeComplianceKycProtectUpdateProfileDetailsBody) => {
|
|
1740
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-profile-details`, method: 'POST',
|
|
1741
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1742
|
+
data: creditsafeComplianceKycProtectUpdateProfileDetailsBody
|
|
1743
|
+
});
|
|
1744
|
+
};
|
|
1745
|
+
/**
|
|
1746
|
+
* @summary List profile addresses
|
|
1747
|
+
*/
|
|
1748
|
+
const creditsafeComplianceKycProtectListProfileAddresses = (creditsafeComplianceKycProtectListProfileAddressesBody) => {
|
|
1749
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-profile-addresses`, method: 'POST',
|
|
1750
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1751
|
+
data: creditsafeComplianceKycProtectListProfileAddressesBody
|
|
1752
|
+
});
|
|
1753
|
+
};
|
|
1754
|
+
/**
|
|
1755
|
+
* @summary Add a profile address
|
|
1756
|
+
*/
|
|
1757
|
+
const creditsafeComplianceKycProtectCreateProfileAddress = (creditsafeComplianceKycProtectCreateProfileAddressBody) => {
|
|
1758
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-profile-address`, method: 'POST',
|
|
1759
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1760
|
+
data: creditsafeComplianceKycProtectCreateProfileAddressBody
|
|
1761
|
+
});
|
|
1762
|
+
};
|
|
1763
|
+
/**
|
|
1764
|
+
* @summary Add a key party to a profile
|
|
1765
|
+
*/
|
|
1766
|
+
const creditsafeComplianceKycProtectAddKeyParty = (creditsafeComplianceKycProtectAddKeyPartyBody) => {
|
|
1767
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/add-key-party`, method: 'POST',
|
|
1768
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1769
|
+
data: creditsafeComplianceKycProtectAddKeyPartyBody
|
|
1770
|
+
});
|
|
1771
|
+
};
|
|
1772
|
+
/**
|
|
1773
|
+
* @summary List key parties for a profile
|
|
1774
|
+
*/
|
|
1775
|
+
const creditsafeComplianceKycProtectListKeyParties = (creditsafeComplianceKycProtectListKeyPartiesBody) => {
|
|
1776
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-key-parties`, method: 'POST',
|
|
1777
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1778
|
+
data: creditsafeComplianceKycProtectListKeyPartiesBody
|
|
1779
|
+
});
|
|
1780
|
+
};
|
|
1781
|
+
/**
|
|
1782
|
+
* @summary Update key parties for a profile
|
|
1783
|
+
*/
|
|
1784
|
+
const creditsafeComplianceKycProtectUpdateKeyParties = (creditsafeComplianceKycProtectUpdateKeyPartiesBody) => {
|
|
1785
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-key-parties`, method: 'POST',
|
|
1786
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1787
|
+
data: creditsafeComplianceKycProtectUpdateKeyPartiesBody
|
|
1788
|
+
});
|
|
1789
|
+
};
|
|
1790
|
+
/**
|
|
1791
|
+
* @summary Remove key parties from a profile
|
|
1792
|
+
*/
|
|
1793
|
+
const creditsafeComplianceKycProtectRemoveKeyParties = (creditsafeComplianceKycProtectRemoveKeyPartiesBody) => {
|
|
1794
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/remove-key-parties`, method: 'POST',
|
|
1795
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1796
|
+
data: creditsafeComplianceKycProtectRemoveKeyPartiesBody
|
|
1797
|
+
});
|
|
1798
|
+
};
|
|
1799
|
+
/**
|
|
1800
|
+
* @summary Create an AML business screening
|
|
1801
|
+
*/
|
|
1802
|
+
const creditsafeComplianceKycProtectCreateBusinessSearch = (creditsafeComplianceKycProtectCreateBusinessSearchBody) => {
|
|
1803
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-business-search`, method: 'POST',
|
|
1804
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1805
|
+
data: creditsafeComplianceKycProtectCreateBusinessSearchBody
|
|
1806
|
+
});
|
|
1807
|
+
};
|
|
1808
|
+
/**
|
|
1809
|
+
* @summary List AML business screenings
|
|
1810
|
+
*/
|
|
1811
|
+
const creditsafeComplianceKycProtectListBusinessSearches = (creditsafeComplianceKycProtectListBusinessSearchesBody) => {
|
|
1812
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-business-searches`, method: 'POST',
|
|
1813
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1814
|
+
data: creditsafeComplianceKycProtectListBusinessSearchesBody
|
|
1815
|
+
});
|
|
1816
|
+
};
|
|
1817
|
+
/**
|
|
1818
|
+
* @summary Get an AML business screening by id
|
|
1819
|
+
*/
|
|
1820
|
+
const creditsafeComplianceKycProtectGetBusinessSearch = (creditsafeComplianceKycProtectGetBusinessSearchBody) => {
|
|
1821
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-business-search`, method: 'POST',
|
|
1822
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1823
|
+
data: creditsafeComplianceKycProtectGetBusinessSearchBody
|
|
1824
|
+
});
|
|
1825
|
+
};
|
|
1826
|
+
/**
|
|
1827
|
+
* @summary List hits for an AML business screening
|
|
1828
|
+
*/
|
|
1829
|
+
const creditsafeComplianceKycProtectListBusinessSearchHits = (creditsafeComplianceKycProtectListBusinessSearchHitsBody) => {
|
|
1830
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-business-search-hits`, method: 'POST',
|
|
1831
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1832
|
+
data: creditsafeComplianceKycProtectListBusinessSearchHitsBody
|
|
1833
|
+
});
|
|
1834
|
+
};
|
|
1835
|
+
/**
|
|
1836
|
+
* @summary Create an AML individual screening
|
|
1837
|
+
*/
|
|
1838
|
+
const creditsafeComplianceKycProtectCreateIndividualSearch = (creditsafeComplianceKycProtectCreateIndividualSearchBody) => {
|
|
1839
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-individual-search`, method: 'POST',
|
|
1840
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1841
|
+
data: creditsafeComplianceKycProtectCreateIndividualSearchBody
|
|
1842
|
+
});
|
|
1843
|
+
};
|
|
1844
|
+
/**
|
|
1845
|
+
* @summary List AML individual screenings
|
|
1846
|
+
*/
|
|
1847
|
+
const creditsafeComplianceKycProtectListIndividualSearches = (creditsafeComplianceKycProtectListIndividualSearchesBody) => {
|
|
1848
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-individual-searches`, method: 'POST',
|
|
1849
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1850
|
+
data: creditsafeComplianceKycProtectListIndividualSearchesBody
|
|
1851
|
+
});
|
|
1852
|
+
};
|
|
1853
|
+
/**
|
|
1854
|
+
* @summary Get an AML individual screening by id
|
|
1855
|
+
*/
|
|
1856
|
+
const creditsafeComplianceKycProtectGetIndividualSearch = (creditsafeComplianceKycProtectGetIndividualSearchBody) => {
|
|
1857
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-individual-search`, method: 'POST',
|
|
1858
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1859
|
+
data: creditsafeComplianceKycProtectGetIndividualSearchBody
|
|
1860
|
+
});
|
|
1861
|
+
};
|
|
1862
|
+
/**
|
|
1863
|
+
* @summary List hits for an AML individual screening
|
|
1864
|
+
*/
|
|
1865
|
+
const creditsafeComplianceKycProtectListIndividualSearchHits = (creditsafeComplianceKycProtectListIndividualSearchHitsBody) => {
|
|
1866
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-individual-search-hits`, method: 'POST',
|
|
1867
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1868
|
+
data: creditsafeComplianceKycProtectListIndividualSearchHitsBody
|
|
1869
|
+
});
|
|
1870
|
+
};
|
|
1871
|
+
/**
|
|
1872
|
+
* @summary Bulk AML screening for a profile
|
|
1873
|
+
*/
|
|
1874
|
+
const creditsafeComplianceKycProtectBulkAmlScreening = (creditsafeComplianceKycProtectBulkAmlScreeningBody) => {
|
|
1875
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/bulk-aml-screening`, method: 'POST',
|
|
1876
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1877
|
+
data: creditsafeComplianceKycProtectBulkAmlScreeningBody
|
|
1878
|
+
});
|
|
1879
|
+
};
|
|
1880
|
+
/**
|
|
1881
|
+
* @summary Create a monitoring schedule
|
|
1882
|
+
*/
|
|
1883
|
+
const creditsafeComplianceKycProtectCreateSchedule = (creditsafeComplianceKycProtectCreateScheduleBody) => {
|
|
1884
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-schedule`, method: 'POST',
|
|
1885
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1886
|
+
data: creditsafeComplianceKycProtectCreateScheduleBody
|
|
1887
|
+
});
|
|
1888
|
+
};
|
|
1889
|
+
/**
|
|
1890
|
+
* @summary List monitoring schedules
|
|
1891
|
+
*/
|
|
1892
|
+
const creditsafeComplianceKycProtectListSchedules = (creditsafeComplianceKycProtectListSchedulesBody) => {
|
|
1893
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-schedules`, method: 'POST',
|
|
1894
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1895
|
+
data: creditsafeComplianceKycProtectListSchedulesBody
|
|
1896
|
+
});
|
|
1897
|
+
};
|
|
1898
|
+
/**
|
|
1899
|
+
* @summary List monitoring AML alerts
|
|
1900
|
+
*/
|
|
1901
|
+
const creditsafeComplianceKycProtectListMonitoringAmlAlerts = (creditsafeComplianceKycProtectListMonitoringAmlAlertsBody) => {
|
|
1902
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-monitoring-aml-alerts`, method: 'POST',
|
|
1903
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1904
|
+
data: creditsafeComplianceKycProtectListMonitoringAmlAlertsBody
|
|
1905
|
+
});
|
|
1906
|
+
};
|
|
1907
|
+
/**
|
|
1908
|
+
* @summary Bulk add profiles to KYC monitoring
|
|
1909
|
+
*/
|
|
1910
|
+
const creditsafeComplianceKycProtectBulkAddMonitoringProfiles = (creditsafeComplianceKycProtectBulkAddMonitoringProfilesBody) => {
|
|
1911
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/bulk-add-monitoring-profiles`, method: 'POST',
|
|
1912
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1913
|
+
data: creditsafeComplianceKycProtectBulkAddMonitoringProfilesBody
|
|
1914
|
+
});
|
|
1915
|
+
};
|
|
1916
|
+
/**
|
|
1917
|
+
* @summary List KYC monitoring alerts for a profile
|
|
1918
|
+
*/
|
|
1919
|
+
const creditsafeComplianceKycProtectListKycMonitoringAlerts = (creditsafeComplianceKycProtectListKycMonitoringAlertsBody) => {
|
|
1920
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-kyc-monitoring-alerts`, method: 'POST',
|
|
1921
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1922
|
+
data: creditsafeComplianceKycProtectListKycMonitoringAlertsBody
|
|
1923
|
+
});
|
|
1924
|
+
};
|
|
1925
|
+
/**
|
|
1926
|
+
* @summary Update a KYC monitoring alert
|
|
1927
|
+
*/
|
|
1928
|
+
const creditsafeComplianceKycProtectUpdateKycMonitoringAlert = (creditsafeComplianceKycProtectUpdateKycMonitoringAlertBody) => {
|
|
1929
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-kyc-monitoring-alert`, method: 'POST',
|
|
1930
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1931
|
+
data: creditsafeComplianceKycProtectUpdateKycMonitoringAlertBody
|
|
1932
|
+
});
|
|
1933
|
+
};
|
|
1934
|
+
/**
|
|
1935
|
+
* @summary List async AML jobs
|
|
1936
|
+
*/
|
|
1937
|
+
const creditsafeComplianceKycProtectListAsyncAmlJobs = (creditsafeComplianceKycProtectListAsyncAmlJobsBody) => {
|
|
1938
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-async-aml-jobs`, method: 'POST',
|
|
1939
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1940
|
+
data: creditsafeComplianceKycProtectListAsyncAmlJobsBody
|
|
1941
|
+
});
|
|
1942
|
+
};
|
|
1943
|
+
/**
|
|
1944
|
+
* @summary Get an async AML job by id
|
|
1945
|
+
*/
|
|
1946
|
+
const creditsafeComplianceKycProtectGetAsyncAmlJob = (creditsafeComplianceKycProtectGetAsyncAmlJobBody) => {
|
|
1947
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-async-aml-job`, method: 'POST',
|
|
1948
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1949
|
+
data: creditsafeComplianceKycProtectGetAsyncAmlJobBody
|
|
1950
|
+
});
|
|
1951
|
+
};
|
|
1952
|
+
/**
|
|
1953
|
+
* @summary Upload a batch file
|
|
1954
|
+
*/
|
|
1955
|
+
const creditsafeComplianceKycProtectUploadBatchFile = (creditsafeComplianceKycProtectUploadBatchFileBody) => {
|
|
1956
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/upload-batch-file`, method: 'POST',
|
|
1957
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1958
|
+
data: creditsafeComplianceKycProtectUploadBatchFileBody
|
|
1959
|
+
});
|
|
1960
|
+
};
|
|
1961
|
+
/**
|
|
1962
|
+
* @summary Get a batch upload status by id
|
|
1963
|
+
*/
|
|
1964
|
+
const creditsafeComplianceKycProtectGetBatchUpload = (creditsafeComplianceKycProtectGetBatchUploadBody) => {
|
|
1965
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-batch-upload`, method: 'POST',
|
|
1966
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1967
|
+
data: creditsafeComplianceKycProtectGetBatchUploadBody
|
|
1968
|
+
});
|
|
1969
|
+
};
|
|
1970
|
+
/**
|
|
1971
|
+
* @summary Generate a KYC report
|
|
1972
|
+
*/
|
|
1973
|
+
const creditsafeComplianceKycProtectGenerateReport = (creditsafeComplianceKycProtectGenerateReportBody) => {
|
|
1974
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/generate-report`, method: 'POST',
|
|
1975
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1976
|
+
data: creditsafeComplianceKycProtectGenerateReportBody
|
|
1977
|
+
});
|
|
1978
|
+
};
|
|
1979
|
+
/**
|
|
1980
|
+
* @summary List KYC reports
|
|
1981
|
+
*/
|
|
1982
|
+
const creditsafeComplianceKycProtectListReports = (creditsafeComplianceKycProtectListReportsBody) => {
|
|
1983
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-reports`, method: 'POST',
|
|
1984
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1985
|
+
data: creditsafeComplianceKycProtectListReportsBody
|
|
1986
|
+
});
|
|
1987
|
+
};
|
|
1988
|
+
/**
|
|
1989
|
+
* @summary Get a KYC report by id
|
|
1990
|
+
*/
|
|
1991
|
+
const creditsafeComplianceKycProtectGetReport = (creditsafeComplianceKycProtectGetReportBody) => {
|
|
1992
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-report`, method: 'POST',
|
|
1993
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1994
|
+
data: creditsafeComplianceKycProtectGetReportBody
|
|
1995
|
+
});
|
|
1996
|
+
};
|
|
1997
|
+
/**
|
|
1998
|
+
* @summary Get compliance alerts by Connect company id
|
|
1999
|
+
*/
|
|
2000
|
+
const creditsafeComplianceKycProtectGetComplianceAlerts = (creditsafeComplianceKycProtectGetComplianceAlertsBody) => {
|
|
2001
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-compliance-alerts`, method: 'POST',
|
|
2002
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2003
|
+
data: creditsafeComplianceKycProtectGetComplianceAlertsBody
|
|
2004
|
+
});
|
|
2005
|
+
};
|
|
2006
|
+
/**
|
|
2007
|
+
* Stores per-user Creditsafe Compliance credentials for PerUser integration configs. Rejected when the Creditsafe Compliance integration config is Shared.
|
|
2008
|
+
* @summary Store per-user Creditsafe Compliance credentials
|
|
2009
|
+
*/
|
|
2010
|
+
const creditsafeComplianceSetUserCredentials = (creditsafeComplianceSetUserCredentialsBody) => {
|
|
2011
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/set-user-credentials`, method: 'POST',
|
|
2012
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2013
|
+
data: creditsafeComplianceSetUserCredentialsBody
|
|
2014
|
+
});
|
|
2015
|
+
};
|
|
2016
|
+
/**
|
|
2017
|
+
* @summary List available report languages for a country
|
|
2018
|
+
*/
|
|
2019
|
+
const creditsafeFeaturedCreditRiskListReportLanguagesByCountry = (creditsafeFeaturedCreditRiskListReportLanguagesByCountryBody) => {
|
|
2020
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/list-report-languages-by-country`, method: 'POST',
|
|
2021
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2022
|
+
data: creditsafeFeaturedCreditRiskListReportLanguagesByCountryBody
|
|
2023
|
+
});
|
|
2024
|
+
};
|
|
2025
|
+
/**
|
|
2026
|
+
* @summary Get company search parameter structure
|
|
2027
|
+
*/
|
|
2028
|
+
const creditsafeFeaturedCreditRiskGetCompanySearchCriteria = (creditsafeFeaturedCreditRiskGetCompanySearchCriteriaBody) => {
|
|
2029
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-company-search-criteria`, method: 'POST',
|
|
2030
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2031
|
+
data: creditsafeFeaturedCreditRiskGetCompanySearchCriteriaBody
|
|
2032
|
+
});
|
|
2033
|
+
};
|
|
2034
|
+
/**
|
|
2035
|
+
* @summary Get director/people search parameter structure
|
|
2036
|
+
*/
|
|
2037
|
+
const creditsafeFeaturedCreditRiskGetPeopleSearchCriteria = (creditsafeFeaturedCreditRiskGetPeopleSearchCriteriaBody) => {
|
|
2038
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-people-search-criteria`, method: 'POST',
|
|
2039
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2040
|
+
data: creditsafeFeaturedCreditRiskGetPeopleSearchCriteriaBody
|
|
2041
|
+
});
|
|
2042
|
+
};
|
|
2043
|
+
/**
|
|
2044
|
+
* @summary Get the company report schema for a country
|
|
2045
|
+
*/
|
|
2046
|
+
const creditsafeFeaturedCreditRiskGetCompanySchema = (creditsafeFeaturedCreditRiskGetCompanySchemaBody) => {
|
|
2047
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-company-schema`, method: 'POST',
|
|
2048
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2049
|
+
data: creditsafeFeaturedCreditRiskGetCompanySchemaBody
|
|
2050
|
+
});
|
|
2051
|
+
};
|
|
2052
|
+
/**
|
|
2053
|
+
* @summary Search the global Creditsafe company database
|
|
2054
|
+
*/
|
|
2055
|
+
const creditsafeFeaturedCreditRiskCompaniesSearch = (creditsafeFeaturedCreditRiskCompaniesSearchBody) => {
|
|
2056
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/companies-search`, method: 'POST',
|
|
2057
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2058
|
+
data: creditsafeFeaturedCreditRiskCompaniesSearchBody
|
|
2059
|
+
});
|
|
2060
|
+
};
|
|
2061
|
+
/**
|
|
2062
|
+
* @summary Get a company credit report by Connect id
|
|
2063
|
+
*/
|
|
2064
|
+
const creditsafeFeaturedCreditRiskGetCompany = (creditsafeFeaturedCreditRiskGetCompanyBody) => {
|
|
2065
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-company`, method: 'POST',
|
|
2066
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2067
|
+
data: creditsafeFeaturedCreditRiskGetCompanyBody
|
|
2068
|
+
});
|
|
2069
|
+
};
|
|
2070
|
+
/**
|
|
2071
|
+
* @summary Match and identify a company
|
|
2072
|
+
*/
|
|
2073
|
+
const creditsafeFeaturedCreditRiskCompaniesMatch = (creditsafeFeaturedCreditRiskCompaniesMatchBody) => {
|
|
2074
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/companies-match`, method: 'POST',
|
|
2075
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2076
|
+
data: creditsafeFeaturedCreditRiskCompaniesMatchBody
|
|
2077
|
+
});
|
|
2078
|
+
};
|
|
2079
|
+
/**
|
|
2080
|
+
* @summary Search for people and directors
|
|
2081
|
+
*/
|
|
2082
|
+
const creditsafeFeaturedCreditRiskPeopleSearch = (creditsafeFeaturedCreditRiskPeopleSearchBody) => {
|
|
2083
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/people-search`, method: 'POST',
|
|
2084
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2085
|
+
data: creditsafeFeaturedCreditRiskPeopleSearchBody
|
|
2086
|
+
});
|
|
2087
|
+
};
|
|
2088
|
+
/**
|
|
2089
|
+
* @summary Get a director report by id
|
|
2090
|
+
*/
|
|
2091
|
+
const creditsafeFeaturedCreditRiskGetPerson = (creditsafeFeaturedCreditRiskGetPersonBody) => {
|
|
2092
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-person`, method: 'POST',
|
|
2093
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2094
|
+
data: creditsafeFeaturedCreditRiskGetPersonBody
|
|
2095
|
+
});
|
|
2096
|
+
};
|
|
2097
|
+
/**
|
|
2098
|
+
* @summary Order or list official company filing documents
|
|
2099
|
+
*/
|
|
2100
|
+
const creditsafeFeaturedCreditRiskListCompanyImages = (creditsafeFeaturedCreditRiskListCompanyImagesBody) => {
|
|
2101
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/list-company-images`, method: 'POST',
|
|
2102
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2103
|
+
data: creditsafeFeaturedCreditRiskListCompanyImagesBody
|
|
2104
|
+
});
|
|
2105
|
+
};
|
|
2106
|
+
/**
|
|
2107
|
+
* @summary List available filing document types
|
|
2108
|
+
*/
|
|
2109
|
+
const creditsafeFeaturedCreditRiskListImageTypes = (creditsafeFeaturedCreditRiskListImageTypesBody) => {
|
|
2110
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/list-image-types`, method: 'POST',
|
|
2111
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2112
|
+
data: creditsafeFeaturedCreditRiskListImageTypesBody
|
|
2113
|
+
});
|
|
2114
|
+
};
|
|
2115
|
+
/**
|
|
2116
|
+
* @summary Download a company filing image (PDF)
|
|
2117
|
+
*/
|
|
2118
|
+
const creditsafeFeaturedCreditRiskDownloadImage = (creditsafeFeaturedCreditRiskDownloadImageBody) => {
|
|
2119
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/download-image`, method: 'POST',
|
|
2120
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2121
|
+
data: creditsafeFeaturedCreditRiskDownloadImageBody
|
|
2122
|
+
});
|
|
2123
|
+
};
|
|
2124
|
+
/**
|
|
2125
|
+
* @summary Create a fresh-investigation request
|
|
2126
|
+
*/
|
|
2127
|
+
const creditsafeFeaturedCreditRiskCreateFreshInvestigation = (creditsafeFeaturedCreditRiskCreateFreshInvestigationBody) => {
|
|
2128
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/create-fresh-investigation`, method: 'POST',
|
|
2129
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2130
|
+
data: creditsafeFeaturedCreditRiskCreateFreshInvestigationBody
|
|
2131
|
+
});
|
|
2132
|
+
};
|
|
2133
|
+
/**
|
|
2134
|
+
* @summary List fresh-investigation requests
|
|
2135
|
+
*/
|
|
2136
|
+
const creditsafeFeaturedCreditRiskListFreshInvestigations = (creditsafeFeaturedCreditRiskListFreshInvestigationsBody) => {
|
|
2137
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/list-fresh-investigations`, method: 'POST',
|
|
2138
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2139
|
+
data: creditsafeFeaturedCreditRiskListFreshInvestigationsBody
|
|
2140
|
+
});
|
|
2141
|
+
};
|
|
2142
|
+
/**
|
|
2143
|
+
* @summary Get a fresh-investigation by order id
|
|
2144
|
+
*/
|
|
2145
|
+
const creditsafeFeaturedCreditRiskGetFreshInvestigation = (creditsafeFeaturedCreditRiskGetFreshInvestigationBody) => {
|
|
2146
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-fresh-investigation`, method: 'POST',
|
|
2147
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2148
|
+
data: creditsafeFeaturedCreditRiskGetFreshInvestigationBody
|
|
2149
|
+
});
|
|
2150
|
+
};
|
|
2151
|
+
/**
|
|
2152
|
+
* @summary Cancel a fresh-investigation request
|
|
2153
|
+
*/
|
|
2154
|
+
const creditsafeFeaturedCreditRiskCancelFreshInvestigation = (creditsafeFeaturedCreditRiskCancelFreshInvestigationBody) => {
|
|
2155
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/cancel-fresh-investigation`, method: 'POST',
|
|
2156
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2157
|
+
data: creditsafeFeaturedCreditRiskCancelFreshInvestigationBody
|
|
2158
|
+
});
|
|
2159
|
+
};
|
|
2160
|
+
/**
|
|
2161
|
+
* @summary Update a fresh-investigation request
|
|
2162
|
+
*/
|
|
2163
|
+
const creditsafeFeaturedCreditRiskUpdateFreshInvestigation = (creditsafeFeaturedCreditRiskUpdateFreshInvestigationBody) => {
|
|
2164
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/update-fresh-investigation`, method: 'POST',
|
|
2165
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2166
|
+
data: creditsafeFeaturedCreditRiskUpdateFreshInvestigationBody
|
|
2167
|
+
});
|
|
2168
|
+
};
|
|
2169
|
+
/**
|
|
2170
|
+
* @summary Get monitoring user profile and permissions
|
|
2171
|
+
*/
|
|
2172
|
+
const creditsafeFeaturedGlobalMonitoringGetUserDetails = (creditsafeFeaturedGlobalMonitoringGetUserDetailsBody) => {
|
|
2173
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/get-user-details`, method: 'POST',
|
|
2174
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2175
|
+
data: creditsafeFeaturedGlobalMonitoringGetUserDetailsBody
|
|
2176
|
+
});
|
|
2177
|
+
};
|
|
2178
|
+
/**
|
|
2179
|
+
* @summary List monitoring portfolios
|
|
2180
|
+
*/
|
|
2181
|
+
const creditsafeFeaturedGlobalMonitoringListPortfolios = (creditsafeFeaturedGlobalMonitoringListPortfoliosBody) => {
|
|
2182
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-portfolios`, method: 'POST',
|
|
2183
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2184
|
+
data: creditsafeFeaturedGlobalMonitoringListPortfoliosBody
|
|
2185
|
+
});
|
|
2186
|
+
};
|
|
2187
|
+
/**
|
|
2188
|
+
* @summary Create a monitoring portfolio
|
|
2189
|
+
*/
|
|
2190
|
+
const creditsafeFeaturedGlobalMonitoringCreatePortfolio = (creditsafeFeaturedGlobalMonitoringCreatePortfolioBody) => {
|
|
2191
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/create-portfolio`, method: 'POST',
|
|
2192
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2193
|
+
data: creditsafeFeaturedGlobalMonitoringCreatePortfolioBody
|
|
2194
|
+
});
|
|
2195
|
+
};
|
|
2196
|
+
/**
|
|
2197
|
+
* @summary Import companies into a portfolio (bulk file)
|
|
2198
|
+
*/
|
|
2199
|
+
const creditsafeFeaturedGlobalMonitoringImportPortfolioCompanies = (creditsafeFeaturedGlobalMonitoringImportPortfolioCompaniesBody) => {
|
|
2200
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/import-portfolio-companies`, method: 'POST',
|
|
2201
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2202
|
+
data: creditsafeFeaturedGlobalMonitoringImportPortfolioCompaniesBody
|
|
2203
|
+
});
|
|
2204
|
+
};
|
|
2205
|
+
/**
|
|
2206
|
+
* @summary Synchronize portfolio companies
|
|
2207
|
+
*/
|
|
2208
|
+
const creditsafeFeaturedGlobalMonitoringSyncPortfolio = (creditsafeFeaturedGlobalMonitoringSyncPortfolioBody) => {
|
|
2209
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/sync-portfolio`, method: 'POST',
|
|
2210
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2211
|
+
data: creditsafeFeaturedGlobalMonitoringSyncPortfolioBody
|
|
2212
|
+
});
|
|
2213
|
+
};
|
|
2214
|
+
/**
|
|
2215
|
+
* @summary Get a monitoring portfolio by id
|
|
2216
|
+
*/
|
|
2217
|
+
const creditsafeFeaturedGlobalMonitoringGetPortfolio = (creditsafeFeaturedGlobalMonitoringGetPortfolioBody) => {
|
|
2218
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/get-portfolio`, method: 'POST',
|
|
2219
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2220
|
+
data: creditsafeFeaturedGlobalMonitoringGetPortfolioBody
|
|
2221
|
+
});
|
|
2222
|
+
};
|
|
2223
|
+
/**
|
|
2224
|
+
* @summary Delete a monitoring portfolio
|
|
2225
|
+
*/
|
|
2226
|
+
const creditsafeFeaturedGlobalMonitoringDeletePortfolio = (creditsafeFeaturedGlobalMonitoringDeletePortfolioBody) => {
|
|
2227
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/delete-portfolio`, method: 'POST',
|
|
2228
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2229
|
+
data: creditsafeFeaturedGlobalMonitoringDeletePortfolioBody
|
|
2230
|
+
});
|
|
2231
|
+
};
|
|
2232
|
+
/**
|
|
2233
|
+
* @summary Update a monitoring portfolio
|
|
2234
|
+
*/
|
|
2235
|
+
const creditsafeFeaturedGlobalMonitoringUpdatePortfolio = (creditsafeFeaturedGlobalMonitoringUpdatePortfolioBody) => {
|
|
2236
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/update-portfolio`, method: 'POST',
|
|
2237
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2238
|
+
data: creditsafeFeaturedGlobalMonitoringUpdatePortfolioBody
|
|
2239
|
+
});
|
|
2240
|
+
};
|
|
2241
|
+
/**
|
|
2242
|
+
* @summary List countries represented in a portfolio
|
|
2243
|
+
*/
|
|
2244
|
+
const creditsafeFeaturedGlobalMonitoringListPortfolioCountries = (creditsafeFeaturedGlobalMonitoringListPortfolioCountriesBody) => {
|
|
2245
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-portfolio-countries`, method: 'POST',
|
|
2246
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2247
|
+
data: creditsafeFeaturedGlobalMonitoringListPortfolioCountriesBody
|
|
2248
|
+
});
|
|
2249
|
+
};
|
|
2250
|
+
/**
|
|
2251
|
+
* @summary List companies in a portfolio
|
|
2252
|
+
*/
|
|
2253
|
+
const creditsafeFeaturedGlobalMonitoringListPortfolioCompanies = (creditsafeFeaturedGlobalMonitoringListPortfolioCompaniesBody) => {
|
|
2254
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-portfolio-companies`, method: 'POST',
|
|
2255
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2256
|
+
data: creditsafeFeaturedGlobalMonitoringListPortfolioCompaniesBody
|
|
2257
|
+
});
|
|
2258
|
+
};
|
|
2259
|
+
/**
|
|
2260
|
+
* @summary Add a company to a portfolio
|
|
2261
|
+
*/
|
|
2262
|
+
const creditsafeFeaturedGlobalMonitoringAddPortfolioCompany = (creditsafeFeaturedGlobalMonitoringAddPortfolioCompanyBody) => {
|
|
2263
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/add-portfolio-company`, method: 'POST',
|
|
2264
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2265
|
+
data: creditsafeFeaturedGlobalMonitoringAddPortfolioCompanyBody
|
|
2266
|
+
});
|
|
2267
|
+
};
|
|
2268
|
+
/**
|
|
2269
|
+
* @summary Get a portfolio company by id
|
|
2270
|
+
*/
|
|
2271
|
+
const creditsafeFeaturedGlobalMonitoringGetPortfolioCompany = (creditsafeFeaturedGlobalMonitoringGetPortfolioCompanyBody) => {
|
|
2272
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/get-portfolio-company`, method: 'POST',
|
|
2273
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2274
|
+
data: creditsafeFeaturedGlobalMonitoringGetPortfolioCompanyBody
|
|
2275
|
+
});
|
|
2276
|
+
};
|
|
2277
|
+
/**
|
|
2278
|
+
* @summary Remove a company from a portfolio
|
|
2279
|
+
*/
|
|
2280
|
+
const creditsafeFeaturedGlobalMonitoringRemovePortfolioCompany = (creditsafeFeaturedGlobalMonitoringRemovePortfolioCompanyBody) => {
|
|
2281
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/remove-portfolio-company`, method: 'POST',
|
|
2282
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2283
|
+
data: creditsafeFeaturedGlobalMonitoringRemovePortfolioCompanyBody
|
|
2284
|
+
});
|
|
2285
|
+
};
|
|
2286
|
+
/**
|
|
2287
|
+
* @summary Update portfolio company monitoring
|
|
2288
|
+
*/
|
|
2289
|
+
const creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompany = (creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompanyBody) => {
|
|
2290
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/update-portfolio-company`, method: 'POST',
|
|
2291
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2292
|
+
data: creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompanyBody
|
|
2293
|
+
});
|
|
2294
|
+
};
|
|
2295
|
+
/**
|
|
2296
|
+
* @summary List event rules for a portfolio
|
|
2297
|
+
*/
|
|
2298
|
+
const creditsafeFeaturedGlobalMonitoringListPortfolioEventRules = (creditsafeFeaturedGlobalMonitoringListPortfolioEventRulesBody) => {
|
|
2299
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-portfolio-event-rules`, method: 'POST',
|
|
2300
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2301
|
+
data: creditsafeFeaturedGlobalMonitoringListPortfolioEventRulesBody
|
|
2302
|
+
});
|
|
2303
|
+
};
|
|
2304
|
+
/**
|
|
2305
|
+
* @summary List change events for a monitored company
|
|
2306
|
+
*/
|
|
2307
|
+
const creditsafeFeaturedGlobalMonitoringListCompanyEvents = (creditsafeFeaturedGlobalMonitoringListCompanyEventsBody) => {
|
|
2308
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-company-events`, method: 'POST',
|
|
2309
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2310
|
+
data: creditsafeFeaturedGlobalMonitoringListCompanyEventsBody
|
|
2311
|
+
});
|
|
2312
|
+
};
|
|
2313
|
+
/**
|
|
2314
|
+
* @summary List all available monitoring event rules
|
|
2315
|
+
*/
|
|
2316
|
+
const creditsafeFeaturedGlobalMonitoringListEventRules = (creditsafeFeaturedGlobalMonitoringListEventRulesBody) => {
|
|
2317
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-event-rules`, method: 'POST',
|
|
2318
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2319
|
+
data: creditsafeFeaturedGlobalMonitoringListEventRulesBody
|
|
2320
|
+
});
|
|
2321
|
+
};
|
|
2322
|
+
/**
|
|
2323
|
+
* @summary List monitoring event rules by country code
|
|
2324
|
+
*/
|
|
2325
|
+
const creditsafeFeaturedGlobalMonitoringListEventRulesByCountry = (creditsafeFeaturedGlobalMonitoringListEventRulesByCountryBody) => {
|
|
2326
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-event-rules-by-country`, method: 'POST',
|
|
2327
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2328
|
+
data: creditsafeFeaturedGlobalMonitoringListEventRulesByCountryBody
|
|
2329
|
+
});
|
|
2330
|
+
};
|
|
2331
|
+
/**
|
|
2332
|
+
* @summary List triggered monitoring notification events
|
|
2333
|
+
*/
|
|
2334
|
+
const creditsafeFeaturedGlobalMonitoringListNotificationEvents = (creditsafeFeaturedGlobalMonitoringListNotificationEventsBody) => {
|
|
2335
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-notification-events`, method: 'POST',
|
|
2336
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2337
|
+
data: creditsafeFeaturedGlobalMonitoringListNotificationEventsBody
|
|
2338
|
+
});
|
|
2339
|
+
};
|
|
2340
|
+
/**
|
|
2341
|
+
* @summary List Decision Engine instances
|
|
2342
|
+
*/
|
|
2343
|
+
const creditsafeFeaturedCheckDecideListDecisionEngineInstances = (creditsafeFeaturedCheckDecideListDecisionEngineInstancesBody) => {
|
|
2344
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/list-decision-engine-instances`, method: 'POST',
|
|
2345
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2346
|
+
data: creditsafeFeaturedCheckDecideListDecisionEngineInstancesBody
|
|
2347
|
+
});
|
|
2348
|
+
};
|
|
2349
|
+
/**
|
|
2350
|
+
* @summary Get a Decision Engine instance by GUID
|
|
2351
|
+
*/
|
|
2352
|
+
const creditsafeFeaturedCheckDecideGetDecisionEngineInstance = (creditsafeFeaturedCheckDecideGetDecisionEngineInstanceBody) => {
|
|
2353
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-engine-instance`, method: 'POST',
|
|
2354
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2355
|
+
data: creditsafeFeaturedCheckDecideGetDecisionEngineInstanceBody
|
|
2356
|
+
});
|
|
2357
|
+
};
|
|
2358
|
+
/**
|
|
2359
|
+
* @summary Get current Decision Engine GUID
|
|
2360
|
+
*/
|
|
2361
|
+
const creditsafeFeaturedCheckDecideGetDecisionEngineGuid = (creditsafeFeaturedCheckDecideGetDecisionEngineGuidBody) => {
|
|
2362
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-engine-guid`, method: 'POST',
|
|
2363
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2364
|
+
data: creditsafeFeaturedCheckDecideGetDecisionEngineGuidBody
|
|
2365
|
+
});
|
|
2366
|
+
};
|
|
2367
|
+
/**
|
|
2368
|
+
* @summary Get user data fields for a Decision Engine template
|
|
2369
|
+
*/
|
|
2370
|
+
const creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFields = (creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFieldsBody) => {
|
|
2371
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-engine-user-data-fields`, method: 'POST',
|
|
2372
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2373
|
+
data: creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFieldsBody
|
|
2374
|
+
});
|
|
2375
|
+
};
|
|
2376
|
+
/**
|
|
2377
|
+
* @summary Execute a Decision Engine instance
|
|
2378
|
+
*/
|
|
2379
|
+
const creditsafeFeaturedCheckDecideExecuteDecisionEngine = (creditsafeFeaturedCheckDecideExecuteDecisionEngineBody) => {
|
|
2380
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/execute-decision-engine`, method: 'POST',
|
|
2381
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2382
|
+
data: creditsafeFeaturedCheckDecideExecuteDecisionEngineBody
|
|
2383
|
+
});
|
|
2384
|
+
};
|
|
2385
|
+
/**
|
|
2386
|
+
* @summary List Decision Engine usage logs
|
|
2387
|
+
*/
|
|
2388
|
+
const creditsafeFeaturedCheckDecideListDecisionEngineUsageLog = (creditsafeFeaturedCheckDecideListDecisionEngineUsageLogBody) => {
|
|
2389
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/list-decision-engine-usage-log`, method: 'POST',
|
|
2390
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2391
|
+
data: creditsafeFeaturedCheckDecideListDecisionEngineUsageLogBody
|
|
2392
|
+
});
|
|
2393
|
+
};
|
|
2394
|
+
/**
|
|
2395
|
+
* @summary Get a Decision Engine usage log entry
|
|
2396
|
+
*/
|
|
2397
|
+
const creditsafeFeaturedCheckDecideGetDecisionEngineUsageLog = (creditsafeFeaturedCheckDecideGetDecisionEngineUsageLogBody) => {
|
|
2398
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-engine-usage-log`, method: 'POST',
|
|
2399
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2400
|
+
data: creditsafeFeaturedCheckDecideGetDecisionEngineUsageLogBody
|
|
2401
|
+
});
|
|
2402
|
+
};
|
|
2403
|
+
/**
|
|
2404
|
+
* @summary Get a Decision Outcome by GUID
|
|
2405
|
+
*/
|
|
2406
|
+
const creditsafeFeaturedCheckDecideGetDecisionOutcome = (creditsafeFeaturedCheckDecideGetDecisionOutcomeBody) => {
|
|
2407
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-outcome`, method: 'POST',
|
|
2408
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2409
|
+
data: creditsafeFeaturedCheckDecideGetDecisionOutcomeBody
|
|
2410
|
+
});
|
|
2411
|
+
};
|
|
2412
|
+
/**
|
|
2413
|
+
* @summary Update a Decision Outcome
|
|
2414
|
+
*/
|
|
2415
|
+
const creditsafeFeaturedCheckDecideUpdateDecisionOutcome = (creditsafeFeaturedCheckDecideUpdateDecisionOutcomeBody) => {
|
|
2416
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/update-decision-outcome`, method: 'POST',
|
|
2417
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2418
|
+
data: creditsafeFeaturedCheckDecideUpdateDecisionOutcomeBody
|
|
2419
|
+
});
|
|
2420
|
+
};
|
|
2421
|
+
/**
|
|
2422
|
+
* @summary Get consumer search criteria
|
|
2423
|
+
*/
|
|
2424
|
+
const creditsafeFeaturedConsumerMiscGetConsumerSearchCriteria = (creditsafeFeaturedConsumerMiscGetConsumerSearchCriteriaBody) => {
|
|
2425
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/consumer-misc/get-consumer-search-criteria`, method: 'POST',
|
|
2426
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2427
|
+
data: creditsafeFeaturedConsumerMiscGetConsumerSearchCriteriaBody
|
|
2428
|
+
});
|
|
2429
|
+
};
|
|
2430
|
+
/**
|
|
2431
|
+
* @summary Search and order a consumer report
|
|
2432
|
+
*/
|
|
2433
|
+
const creditsafeFeaturedConsumerMiscConsumerSearch = (creditsafeFeaturedConsumerMiscConsumerSearchBody) => {
|
|
2434
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/consumer-misc/consumer-search`, method: 'POST',
|
|
2435
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2436
|
+
data: creditsafeFeaturedConsumerMiscConsumerSearchBody
|
|
2437
|
+
});
|
|
2438
|
+
};
|
|
2439
|
+
/**
|
|
2440
|
+
* @summary Get custom report data by country
|
|
2441
|
+
*/
|
|
2442
|
+
const creditsafeFeaturedConsumerMiscGetConsumerReportCustomData = (creditsafeFeaturedConsumerMiscGetConsumerReportCustomDataBody) => {
|
|
2443
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/consumer-misc/get-consumer-report-custom-data`, method: 'POST',
|
|
2444
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2445
|
+
data: creditsafeFeaturedConsumerMiscGetConsumerReportCustomDataBody
|
|
2446
|
+
});
|
|
2447
|
+
};
|
|
2448
|
+
/**
|
|
2449
|
+
* @summary Create a data cleaning job
|
|
2450
|
+
*/
|
|
2451
|
+
const creditsafeFeaturedDataCleaningCreateJob = (creditsafeFeaturedDataCleaningCreateJobBody) => {
|
|
2452
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/create-job`, method: 'POST',
|
|
2453
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2454
|
+
data: creditsafeFeaturedDataCleaningCreateJobBody
|
|
2455
|
+
});
|
|
2456
|
+
};
|
|
2457
|
+
/**
|
|
2458
|
+
* @summary List data cleaning jobs
|
|
2459
|
+
*/
|
|
2460
|
+
const creditsafeFeaturedDataCleaningListJobs = (creditsafeFeaturedDataCleaningListJobsBody) => {
|
|
2461
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/list-jobs`, method: 'POST',
|
|
2462
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2463
|
+
data: creditsafeFeaturedDataCleaningListJobsBody
|
|
2464
|
+
});
|
|
2465
|
+
};
|
|
2466
|
+
/**
|
|
2467
|
+
* @summary Get a data cleaning job by id
|
|
2468
|
+
*/
|
|
2469
|
+
const creditsafeFeaturedDataCleaningGetJob = (creditsafeFeaturedDataCleaningGetJobBody) => {
|
|
2470
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/get-job`, method: 'POST',
|
|
2471
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2472
|
+
data: creditsafeFeaturedDataCleaningGetJobBody
|
|
2473
|
+
});
|
|
2474
|
+
};
|
|
2475
|
+
/**
|
|
2476
|
+
* @summary Upload company data file to a job
|
|
2477
|
+
*/
|
|
2478
|
+
const creditsafeFeaturedDataCleaningUploadJobFile = (creditsafeFeaturedDataCleaningUploadJobFileBody) => {
|
|
2479
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/upload-job-file`, method: 'POST',
|
|
2480
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2481
|
+
data: creditsafeFeaturedDataCleaningUploadJobFileBody
|
|
2482
|
+
});
|
|
2483
|
+
};
|
|
2484
|
+
/**
|
|
2485
|
+
* @summary Configure field mappings for a job
|
|
2486
|
+
*/
|
|
2487
|
+
const creditsafeFeaturedDataCleaningSetJobMappings = (creditsafeFeaturedDataCleaningSetJobMappingsBody) => {
|
|
2488
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/set-job-mappings`, method: 'POST',
|
|
2489
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2490
|
+
data: creditsafeFeaturedDataCleaningSetJobMappingsBody
|
|
2491
|
+
});
|
|
2492
|
+
};
|
|
2493
|
+
/**
|
|
2494
|
+
* @summary Submit a data cleaning job for processing
|
|
2495
|
+
*/
|
|
2496
|
+
const creditsafeFeaturedDataCleaningSubmitJob = (creditsafeFeaturedDataCleaningSubmitJobBody) => {
|
|
2497
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/submit-job`, method: 'POST',
|
|
2498
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2499
|
+
data: creditsafeFeaturedDataCleaningSubmitJobBody
|
|
2500
|
+
});
|
|
2501
|
+
};
|
|
2502
|
+
/**
|
|
2503
|
+
* @summary Configure enrichment parameters for a job
|
|
2504
|
+
*/
|
|
2505
|
+
const creditsafeFeaturedDataCleaningSetJobEnrichments = (creditsafeFeaturedDataCleaningSetJobEnrichmentsBody) => {
|
|
2506
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/set-job-enrichments`, method: 'POST',
|
|
2507
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2508
|
+
data: creditsafeFeaturedDataCleaningSetJobEnrichmentsBody
|
|
2509
|
+
});
|
|
2510
|
+
};
|
|
2511
|
+
/**
|
|
2512
|
+
* @summary Initiate enrichment for a job
|
|
2513
|
+
*/
|
|
2514
|
+
const creditsafeFeaturedDataCleaningEnrichJob = (creditsafeFeaturedDataCleaningEnrichJobBody) => {
|
|
2515
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/enrich-job`, method: 'POST',
|
|
2516
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2517
|
+
data: creditsafeFeaturedDataCleaningEnrichJobBody
|
|
2518
|
+
});
|
|
2519
|
+
};
|
|
2520
|
+
/**
|
|
2521
|
+
* @summary Download enriched data file for a job
|
|
2522
|
+
*/
|
|
2523
|
+
const creditsafeFeaturedDataCleaningDownloadEnrichedFile = (creditsafeFeaturedDataCleaningDownloadEnrichedFileBody) => {
|
|
2524
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/download-enriched-file`, method: 'POST',
|
|
2525
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2526
|
+
data: creditsafeFeaturedDataCleaningDownloadEnrichedFileBody
|
|
2527
|
+
});
|
|
2528
|
+
};
|
|
2529
|
+
/**
|
|
2530
|
+
* @summary France: Bank match
|
|
2531
|
+
*/
|
|
2532
|
+
const creditsafeFeaturedLocalSolutionsFrBankMatch = (creditsafeFeaturedLocalSolutionsFrBankMatchBody) => {
|
|
2533
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/fr-bank-match`, method: 'POST',
|
|
2534
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2535
|
+
data: creditsafeFeaturedLocalSolutionsFrBankMatchBody
|
|
2536
|
+
});
|
|
2537
|
+
};
|
|
2538
|
+
/**
|
|
2539
|
+
* @summary France: Bank match audition
|
|
2540
|
+
*/
|
|
2541
|
+
const creditsafeFeaturedLocalSolutionsFrBankMatchAudition = (creditsafeFeaturedLocalSolutionsFrBankMatchAuditionBody) => {
|
|
2542
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/fr-bank-match-audition`, method: 'POST',
|
|
2543
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2544
|
+
data: creditsafeFeaturedLocalSolutionsFrBankMatchAuditionBody
|
|
2545
|
+
});
|
|
2546
|
+
};
|
|
2547
|
+
/**
|
|
2548
|
+
* @summary Germany: Get search criteria for non-limited companies
|
|
2549
|
+
*/
|
|
2550
|
+
const creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteria = (creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteriaBody) => {
|
|
2551
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/de-non-ltd-search-criteria`, method: 'POST',
|
|
2552
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2553
|
+
data: creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteriaBody
|
|
2554
|
+
});
|
|
2555
|
+
};
|
|
2556
|
+
/**
|
|
2557
|
+
* @summary Germany: Search non-limited companies
|
|
2558
|
+
*/
|
|
2559
|
+
const creditsafeFeaturedLocalSolutionsDeNonLtdSearch = (creditsafeFeaturedLocalSolutionsDeNonLtdSearchBody) => {
|
|
2560
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/de-non-ltd-search`, method: 'POST',
|
|
2561
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2562
|
+
data: creditsafeFeaturedLocalSolutionsDeNonLtdSearchBody
|
|
2563
|
+
});
|
|
2564
|
+
};
|
|
2565
|
+
/**
|
|
2566
|
+
* @summary Germany: Get a non-limited company report
|
|
2567
|
+
*/
|
|
2568
|
+
const creditsafeFeaturedLocalSolutionsDeNonLtdGet = (creditsafeFeaturedLocalSolutionsDeNonLtdGetBody) => {
|
|
2569
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/de-non-ltd-get`, method: 'POST',
|
|
2570
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2571
|
+
data: creditsafeFeaturedLocalSolutionsDeNonLtdGetBody
|
|
2572
|
+
});
|
|
2573
|
+
};
|
|
2574
|
+
/**
|
|
2575
|
+
* @summary Netherlands: KvK extract
|
|
2576
|
+
*/
|
|
2577
|
+
const creditsafeFeaturedLocalSolutionsNlKvkExtract = (creditsafeFeaturedLocalSolutionsNlKvkExtractBody) => {
|
|
2578
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/nl-kvk-extract`, method: 'POST',
|
|
2579
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2580
|
+
data: creditsafeFeaturedLocalSolutionsNlKvkExtractBody
|
|
2581
|
+
});
|
|
2582
|
+
};
|
|
2583
|
+
/**
|
|
2584
|
+
* @summary GB: Bank match
|
|
2585
|
+
*/
|
|
2586
|
+
const creditsafeFeaturedLocalSolutionsGbBankMatch = (creditsafeFeaturedLocalSolutionsGbBankMatchBody) => {
|
|
2587
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-match`, method: 'POST',
|
|
2588
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2589
|
+
data: creditsafeFeaturedLocalSolutionsGbBankMatchBody
|
|
2590
|
+
});
|
|
2591
|
+
};
|
|
2592
|
+
/**
|
|
2593
|
+
* @summary GB: Identity search
|
|
2594
|
+
*/
|
|
2595
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearch = (creditsafeFeaturedLocalSolutionsGbIdentitySearchBody) => {
|
|
2596
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search`, method: 'POST',
|
|
2597
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2598
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchBody
|
|
2599
|
+
});
|
|
2600
|
+
};
|
|
2601
|
+
/**
|
|
2602
|
+
* @summary GB: Update identity search
|
|
2603
|
+
*/
|
|
2604
|
+
const creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearch = (creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearchBody) => {
|
|
2605
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-update-identity-search`, method: 'POST',
|
|
2606
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2607
|
+
data: creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearchBody
|
|
2608
|
+
});
|
|
2609
|
+
};
|
|
2610
|
+
/**
|
|
2611
|
+
* @summary GB: List identity search history
|
|
2612
|
+
*/
|
|
2613
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchHistory = (creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryBody) => {
|
|
2614
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-history`, method: 'POST',
|
|
2615
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2616
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryBody
|
|
2617
|
+
});
|
|
2618
|
+
};
|
|
2619
|
+
/**
|
|
2620
|
+
* @summary GB: Get a specific identity search record
|
|
2621
|
+
*/
|
|
2622
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecord = (creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecordBody) => {
|
|
2623
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-history-record`, method: 'POST',
|
|
2624
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2625
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecordBody
|
|
2626
|
+
});
|
|
2627
|
+
};
|
|
2628
|
+
/**
|
|
2629
|
+
* @summary GB: Get input data for an identity search
|
|
2630
|
+
*/
|
|
2631
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInput = (creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInputBody) => {
|
|
2632
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-history-input`, method: 'POST',
|
|
2633
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2634
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInputBody
|
|
2635
|
+
});
|
|
2636
|
+
};
|
|
2637
|
+
/**
|
|
2638
|
+
* @summary GB: Update reference on an identity search
|
|
2639
|
+
*/
|
|
2640
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReference = (creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReferenceBody) => {
|
|
2641
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-history-reference`, method: 'POST',
|
|
2642
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2643
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReferenceBody
|
|
2644
|
+
});
|
|
2645
|
+
};
|
|
2646
|
+
/**
|
|
2647
|
+
* @summary GB: Revalidate an identity search
|
|
2648
|
+
*/
|
|
2649
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidation = (creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidationBody) => {
|
|
2650
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-revalidation`, method: 'POST',
|
|
2651
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2652
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidationBody
|
|
2653
|
+
});
|
|
2654
|
+
};
|
|
2655
|
+
/**
|
|
2656
|
+
* @summary GB: List identity search reason codes
|
|
2657
|
+
*/
|
|
2658
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchReasons = (creditsafeFeaturedLocalSolutionsGbIdentitySearchReasonsBody) => {
|
|
2659
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-reasons`, method: 'POST',
|
|
2660
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2661
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchReasonsBody
|
|
2662
|
+
});
|
|
2663
|
+
};
|
|
2664
|
+
/**
|
|
2665
|
+
* @summary GB: Bank verification search
|
|
2666
|
+
*/
|
|
2667
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationSearch = (creditsafeFeaturedLocalSolutionsGbBankVerificationSearchBody) => {
|
|
2668
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-search`, method: 'POST',
|
|
2669
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2670
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationSearchBody
|
|
2671
|
+
});
|
|
2672
|
+
};
|
|
2673
|
+
/**
|
|
2674
|
+
* @summary GB: Validate bank verification by id
|
|
2675
|
+
*/
|
|
2676
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationValidate = (creditsafeFeaturedLocalSolutionsGbBankVerificationValidateBody) => {
|
|
2677
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-validate`, method: 'POST',
|
|
2678
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2679
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationValidateBody
|
|
2680
|
+
});
|
|
2681
|
+
};
|
|
2682
|
+
/**
|
|
2683
|
+
* @summary GB: Look up bank sort code information
|
|
2684
|
+
*/
|
|
2685
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationSortcode = (creditsafeFeaturedLocalSolutionsGbBankVerificationSortcodeBody) => {
|
|
2686
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-sortcode`, method: 'POST',
|
|
2687
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2688
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationSortcodeBody
|
|
2689
|
+
});
|
|
2690
|
+
};
|
|
2691
|
+
/**
|
|
2692
|
+
* @summary GB: List bank verification history
|
|
2693
|
+
*/
|
|
2694
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationHistory = (creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryBody) => {
|
|
2695
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-history`, method: 'POST',
|
|
2696
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2697
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryBody
|
|
2698
|
+
});
|
|
2699
|
+
};
|
|
2700
|
+
/**
|
|
2701
|
+
* @summary GB: Get a bank verification history record
|
|
2702
|
+
*/
|
|
2703
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecord = (creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecordBody) => {
|
|
2704
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-history-record`, method: 'POST',
|
|
2705
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2706
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecordBody
|
|
2707
|
+
});
|
|
2708
|
+
};
|
|
2709
|
+
/**
|
|
2710
|
+
* @summary GB: Update reference on a bank verification record
|
|
2711
|
+
*/
|
|
2712
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReference = (creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReferenceBody) => {
|
|
2713
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-history-reference`, method: 'POST',
|
|
2714
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2715
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReferenceBody
|
|
2716
|
+
});
|
|
2717
|
+
};
|
|
2718
|
+
/**
|
|
2719
|
+
* @summary GB: CCDS finance agreement information
|
|
2720
|
+
*/
|
|
2721
|
+
const creditsafeFeaturedLocalSolutionsGbCcds = (creditsafeFeaturedLocalSolutionsGbCcdsBody) => {
|
|
2722
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-ccds`, method: 'POST',
|
|
2723
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2724
|
+
data: creditsafeFeaturedLocalSolutionsGbCcdsBody
|
|
2725
|
+
});
|
|
2726
|
+
};
|
|
2727
|
+
/**
|
|
2728
|
+
* @summary GB: Land registry information
|
|
2729
|
+
*/
|
|
2730
|
+
const creditsafeFeaturedLocalSolutionsGbLandRegistry = (creditsafeFeaturedLocalSolutionsGbLandRegistryBody) => {
|
|
2731
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-land-registry`, method: 'POST',
|
|
2732
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2733
|
+
data: creditsafeFeaturedLocalSolutionsGbLandRegistryBody
|
|
2734
|
+
});
|
|
2735
|
+
};
|
|
2736
|
+
/**
|
|
2737
|
+
* @summary GB: Verify company
|
|
2738
|
+
*/
|
|
2739
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyCompany = (creditsafeFeaturedLocalSolutionsGbVerifyCompanyBody) => {
|
|
2740
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-company`, method: 'POST',
|
|
2741
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2742
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyCompanyBody
|
|
2743
|
+
});
|
|
2744
|
+
};
|
|
2745
|
+
/**
|
|
2746
|
+
* @summary GB: List director direct reports
|
|
2747
|
+
*/
|
|
2748
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportList = (creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportListBody) => {
|
|
2749
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-director-report-list`, method: 'POST',
|
|
2750
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2751
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportListBody
|
|
2752
|
+
});
|
|
2753
|
+
};
|
|
2754
|
+
/**
|
|
2755
|
+
* @summary GB: Create a director direct report
|
|
2756
|
+
*/
|
|
2757
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreate = (creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreateBody) => {
|
|
2758
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-director-report-create`, method: 'POST',
|
|
2759
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2760
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreateBody
|
|
2761
|
+
});
|
|
2762
|
+
};
|
|
2763
|
+
/**
|
|
2764
|
+
* @summary GB: Individual summary report
|
|
2765
|
+
*/
|
|
2766
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummary = (creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummaryBody) => {
|
|
2767
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-individual-summary`, method: 'POST',
|
|
2768
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2769
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummaryBody
|
|
2770
|
+
});
|
|
2771
|
+
};
|
|
2772
|
+
/**
|
|
2773
|
+
* @summary GB: Individual full report
|
|
2774
|
+
*/
|
|
2775
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyIndividualFull = (creditsafeFeaturedLocalSolutionsGbVerifyIndividualFullBody) => {
|
|
2776
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-individual-full`, method: 'POST',
|
|
2777
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2778
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyIndividualFullBody
|
|
2779
|
+
});
|
|
2780
|
+
};
|
|
2781
|
+
/**
|
|
2782
|
+
* @summary US: Search support for companies not in the database
|
|
2783
|
+
*/
|
|
2784
|
+
const creditsafeFeaturedLocalSolutionsUsSearchSupport = (creditsafeFeaturedLocalSolutionsUsSearchSupportBody) => {
|
|
2785
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/us-search-support`, method: 'POST',
|
|
2786
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2787
|
+
data: creditsafeFeaturedLocalSolutionsUsSearchSupportBody
|
|
2788
|
+
});
|
|
2789
|
+
};
|
|
2790
|
+
/**
|
|
2791
|
+
* Stores per-user Creditsafe Featured credentials for PerUser integration configs. Rejected when the Creditsafe Featured integration config is Shared.
|
|
2792
|
+
* @summary Store per-user Creditsafe Featured credentials
|
|
2793
|
+
*/
|
|
2794
|
+
const creditsafeFeaturedSetUserCredentials = (creditsafeFeaturedSetUserCredentialsBody) => {
|
|
2795
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/set-user-credentials`, method: 'POST',
|
|
2796
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2797
|
+
data: creditsafeFeaturedSetUserCredentialsBody
|
|
2798
|
+
});
|
|
2799
|
+
};
|
|
2800
|
+
/**
|
|
2801
|
+
* @summary Pull consumer credit report from Equifax (EQF1001)
|
|
2802
|
+
*/
|
|
2803
|
+
const crsCreditApiPullConsumerCreditEquifax = (crsCreditApiPullConsumerCreditEquifaxBody) => {
|
|
2804
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/credit/equifax`, method: 'POST',
|
|
2805
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2806
|
+
data: crsCreditApiPullConsumerCreditEquifaxBody
|
|
2807
|
+
});
|
|
2808
|
+
};
|
|
2809
|
+
/**
|
|
2810
|
+
* @summary Pull consumer credit report from Experian (EXP1001)
|
|
2811
|
+
*/
|
|
2812
|
+
const crsCreditApiPullConsumerCreditExperian = (crsCreditApiPullConsumerCreditExperianBody) => {
|
|
2813
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/credit/experian`, method: 'POST',
|
|
2814
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2815
|
+
data: crsCreditApiPullConsumerCreditExperianBody
|
|
2816
|
+
});
|
|
2817
|
+
};
|
|
2818
|
+
/**
|
|
2819
|
+
* @summary Pull consumer credit report from TransUnion (TUC3002)
|
|
2820
|
+
*/
|
|
2821
|
+
const crsCreditApiPullConsumerCreditTransunion = (crsCreditApiPullConsumerCreditTransunionBody) => {
|
|
2822
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/credit/transunion`, method: 'POST',
|
|
2823
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2824
|
+
data: crsCreditApiPullConsumerCreditTransunionBody
|
|
2825
|
+
});
|
|
2826
|
+
};
|
|
2827
|
+
/**
|
|
2828
|
+
* @summary Pull business credit report from Experian Premier Profile (EXP2021)
|
|
2829
|
+
*/
|
|
2830
|
+
const crsCreditApiPullBusinessCreditExperian = (crsCreditApiPullBusinessCreditExperianBody) => {
|
|
2831
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/experian`, method: 'POST',
|
|
2832
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2833
|
+
data: crsCreditApiPullBusinessCreditExperianBody
|
|
2834
|
+
});
|
|
2835
|
+
};
|
|
2836
|
+
/**
|
|
2837
|
+
* @summary Pull business credit report from Equifax
|
|
2838
|
+
*/
|
|
2839
|
+
const crsCreditApiPullBusinessCreditEquifax = (crsCreditApiPullBusinessCreditEquifaxBody) => {
|
|
2840
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/equifax`, method: 'POST',
|
|
2841
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2842
|
+
data: crsCreditApiPullBusinessCreditEquifaxBody
|
|
2843
|
+
});
|
|
2844
|
+
};
|
|
2845
|
+
/**
|
|
2846
|
+
* @summary Verify a business via LexisNexis Business InstantID (LNR2002)
|
|
2847
|
+
*/
|
|
2848
|
+
const crsCreditApiVerifyBusinessInstantId = (crsCreditApiVerifyBusinessInstantIdBody) => {
|
|
2849
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/lexisnexis/business-instantid`, method: 'POST',
|
|
2850
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2851
|
+
data: crsCreditApiVerifyBusinessInstantIdBody
|
|
2852
|
+
});
|
|
2853
|
+
};
|
|
2854
|
+
/**
|
|
2855
|
+
* @summary Consumer KYC + fraud screening via Experian Precise ID
|
|
2856
|
+
*/
|
|
2857
|
+
const crsCreditApiKycPreciseId = (crsCreditApiKycPreciseIdBody) => {
|
|
2858
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/identity-fraud/experian/precise-id`, method: 'POST',
|
|
2859
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2860
|
+
data: crsCreditApiKycPreciseIdBody
|
|
2861
|
+
});
|
|
2862
|
+
};
|
|
2863
|
+
/**
|
|
2864
|
+
* @summary KYB via Experian Business Compliance Insight (EXP2006)
|
|
2865
|
+
*/
|
|
2866
|
+
const crsCreditApiKybBusinessComplianceInsight = (crsCreditApiKybBusinessComplianceInsightBody) => {
|
|
2867
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/experian/business-compliance-insight`, method: 'POST',
|
|
2868
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2869
|
+
data: crsCreditApiKybBusinessComplianceInsightBody
|
|
2870
|
+
});
|
|
2871
|
+
};
|
|
2872
|
+
/**
|
|
2873
|
+
* @summary Corporate linkage / beneficial owners via Experian Business Contacts (EXP2007)
|
|
2874
|
+
*/
|
|
2875
|
+
const crsCreditApiKybBusinessContacts = (crsCreditApiKybBusinessContactsBody) => {
|
|
2876
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/experian/business-contacts`, method: 'POST',
|
|
2877
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2878
|
+
data: crsCreditApiKybBusinessContactsBody
|
|
2879
|
+
});
|
|
2880
|
+
};
|
|
2881
|
+
/**
|
|
2882
|
+
* @summary Screen a single subject against LexisNexis OFAC watchlist
|
|
2883
|
+
*/
|
|
2884
|
+
const crsCreditApiOfacScreeningSingle = (crsCreditApiOfacScreeningSingleBody) => {
|
|
2885
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/public-records/lexisnexis/ofac`, method: 'POST',
|
|
2886
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2887
|
+
data: crsCreditApiOfacScreeningSingleBody
|
|
2888
|
+
});
|
|
2889
|
+
};
|
|
2890
|
+
/**
|
|
2891
|
+
* @summary Screen many subjects in one call against LexisNexis OFAC watchlist
|
|
2892
|
+
*/
|
|
2893
|
+
const crsCreditApiOfacScreeningBatch = (crsCreditApiOfacScreeningBatchBody) => {
|
|
2894
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/public-records/lexisnexis/ofac/batch`, method: 'POST',
|
|
2895
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2896
|
+
data: crsCreditApiOfacScreeningBatchBody
|
|
2897
|
+
});
|
|
2898
|
+
};
|
|
2899
|
+
/**
|
|
2900
|
+
* @summary Screen a subject against LexisNexis Global Watchlist
|
|
2901
|
+
*/
|
|
2902
|
+
const crsCreditApiGlobalWatchlistScreening = (crsCreditApiGlobalWatchlistScreeningBody) => {
|
|
2903
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/public-records/lexisnexis/global-watchlist`, method: 'POST',
|
|
2904
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2905
|
+
data: crsCreditApiGlobalWatchlistScreeningBody
|
|
2906
|
+
});
|
|
2907
|
+
};
|
|
2908
|
+
/**
|
|
2909
|
+
* @summary AML / PEP screening via LexisNexis Bridger Insight XG (LNR4201)
|
|
2910
|
+
*/
|
|
2911
|
+
const crsCreditApiBridgerXgScreening = (crsCreditApiBridgerXgScreeningBody) => {
|
|
2912
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/public-records/lexisnexis/bridger-xg`, method: 'POST',
|
|
2913
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2914
|
+
data: crsCreditApiBridgerXgScreeningBody
|
|
2915
|
+
});
|
|
2916
|
+
};
|
|
2917
|
+
/**
|
|
2918
|
+
* @summary Business OFAC / sanctions screening via Experian IST Watch (EXP2015)
|
|
2919
|
+
*/
|
|
2920
|
+
const crsCreditApiIstWatchScreening = (crsCreditApiIstWatchScreeningBody) => {
|
|
2921
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/experian/ist-watch`, method: 'POST',
|
|
2922
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2923
|
+
data: crsCreditApiIstWatchScreeningBody
|
|
2924
|
+
});
|
|
2925
|
+
};
|
|
2926
|
+
/**
|
|
2927
|
+
* Stores per-user CRS Credit API username+password for PerUser integration configs. Rejected when the CRS integration config is Shared.
|
|
2928
|
+
* @summary Store per-user CRS Credit API credentials
|
|
2929
|
+
*/
|
|
2930
|
+
const crsCreditApiSetUserCredentials = (crsCreditApiSetUserCredentialsBody) => {
|
|
2931
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/set-user-credentials`, method: 'POST',
|
|
2932
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2933
|
+
data: crsCreditApiSetUserCredentialsBody
|
|
2934
|
+
});
|
|
2935
|
+
};
|
|
2936
|
+
/**
|
|
2937
|
+
* Calls D&B Direct+ GET /v1/match/cleanseMatch and returns up to 25 ranked match candidates.
|
|
2938
|
+
* @summary Identity Resolution — Cleanse Match
|
|
2939
|
+
*/
|
|
2940
|
+
const dunAndBradstreetCleanseMatch = (dunAndBradstreetCleanseMatchBody) => {
|
|
2941
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/match/cleanse`, method: 'POST',
|
|
2942
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2943
|
+
data: dunAndBradstreetCleanseMatchBody
|
|
2944
|
+
});
|
|
2945
|
+
};
|
|
2946
|
+
/**
|
|
2947
|
+
* Calls D&B Direct+ GET /v1/match/cleanseMatchwithFraud. Same match-candidate shape as cleanseMatch with fraud risk signals appended per candidate.
|
|
2948
|
+
* @summary Identity Resolution — Cleanse Match with Fraud Risk Signals
|
|
2949
|
+
*/
|
|
2950
|
+
const dunAndBradstreetCleanseMatchWithFraud = (dunAndBradstreetCleanseMatchWithFraudBody) => {
|
|
2951
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/match/cleanse-with-fraud`, method: 'POST',
|
|
2952
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2953
|
+
data: dunAndBradstreetCleanseMatchWithFraudBody
|
|
2954
|
+
});
|
|
2955
|
+
};
|
|
2956
|
+
/**
|
|
2957
|
+
* Calls D&B Direct+ GET /v1/match/extendedMatch. Returns the best match AND the requested Data Block (productId + versionId + blockIDs) in a single response.
|
|
2958
|
+
* @summary Identity Resolution — Extended Match (Match + Append)
|
|
2959
|
+
*/
|
|
2960
|
+
const dunAndBradstreetExtendedMatch = (dunAndBradstreetExtendedMatchBody) => {
|
|
2961
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/match/extended`, method: 'POST',
|
|
2962
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2963
|
+
data: dunAndBradstreetExtendedMatchBody
|
|
2964
|
+
});
|
|
2965
|
+
};
|
|
2966
|
+
/**
|
|
2967
|
+
* Calls D&B Direct+ POST /v1/search/companyList. Filter by any combination of country, industry, revenue, ownership, etc. Returns up to 10,000 results.
|
|
2968
|
+
* @summary Search — Company List (criteria-based)
|
|
2969
|
+
*/
|
|
2970
|
+
const dunAndBradstreetSearchCompanyList = (dunAndBradstreetSearchCompanyListBody) => {
|
|
2971
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/search/company-list`, method: 'POST',
|
|
2972
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2973
|
+
data: dunAndBradstreetSearchCompanyListBody
|
|
2974
|
+
});
|
|
2975
|
+
};
|
|
2976
|
+
/**
|
|
2977
|
+
* Calls D&B Direct+ GET /v1/search/competitors. Returns up to 50 competitors for the supplied DUNS.
|
|
2978
|
+
* @summary Search — Competitors for a DUNS
|
|
2979
|
+
*/
|
|
2980
|
+
const dunAndBradstreetSearchCompetitors = (dunAndBradstreetSearchCompetitorsBody) => {
|
|
2981
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/search/competitors`, method: 'POST',
|
|
2982
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2983
|
+
data: dunAndBradstreetSearchCompetitorsBody
|
|
2984
|
+
});
|
|
2985
|
+
};
|
|
2986
|
+
/**
|
|
2987
|
+
* Stores per-user Dun & Bradstreet credentials for PerUser integration configs. Rejected when the Dun & Bradstreet integration config is Shared.
|
|
2988
|
+
* @summary Store per-user Dun & Bradstreet credentials
|
|
2989
|
+
*/
|
|
2990
|
+
const dunAndBradstreetSetUserCredentials = (dunAndBradstreetSetUserCredentialsBody) => {
|
|
2991
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/set-user-credentials`, method: 'POST',
|
|
2992
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2993
|
+
data: dunAndBradstreetSetUserCredentialsBody
|
|
2994
|
+
});
|
|
2995
|
+
};
|
|
2996
|
+
/**
|
|
2997
|
+
* @summary Advanced business search → BIN
|
|
2998
|
+
*/
|
|
2999
|
+
const experianBusinessSearchBusiness = (experianBusinessSearchBusinessBody) => {
|
|
3000
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/search`, method: 'POST',
|
|
3001
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3002
|
+
data: experianBusinessSearchBusinessBody
|
|
3003
|
+
});
|
|
3004
|
+
};
|
|
3005
|
+
/**
|
|
3006
|
+
* @summary Type-ahead business quick search
|
|
3007
|
+
*/
|
|
3008
|
+
const experianBusinessQuickSearchBusiness = (experianBusinessQuickSearchBusinessBody) => {
|
|
3009
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/quicksearch`, method: 'POST',
|
|
3010
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3011
|
+
data: experianBusinessQuickSearchBusinessBody
|
|
3012
|
+
});
|
|
3013
|
+
};
|
|
3014
|
+
/**
|
|
3015
|
+
* @summary Pull business identity headers for a BIN
|
|
3016
|
+
*/
|
|
3017
|
+
const experianBusinessGetBusinessHeaders = (experianBusinessGetBusinessHeadersBody) => {
|
|
3018
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/headers`, method: 'POST',
|
|
3019
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3020
|
+
data: experianBusinessGetBusinessHeadersBody
|
|
3021
|
+
});
|
|
3022
|
+
};
|
|
3023
|
+
/**
|
|
3024
|
+
* @summary Pull Intelliscore + FSR scores
|
|
3025
|
+
*/
|
|
3026
|
+
const experianBusinessGetBusinessScores = (experianBusinessGetBusinessScoresBody) => {
|
|
3027
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/scores`, method: 'POST',
|
|
3028
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3029
|
+
data: experianBusinessGetBusinessScoresBody
|
|
3030
|
+
});
|
|
3031
|
+
};
|
|
3032
|
+
/**
|
|
3033
|
+
* @summary Pull Premier Profile commercial credit report (JSON)
|
|
3034
|
+
*/
|
|
3035
|
+
const experianBusinessGetPremierProfileReport = (experianBusinessGetPremierProfileReportBody) => {
|
|
3036
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/reports/premierprofiles`, method: 'POST',
|
|
3037
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3038
|
+
data: experianBusinessGetPremierProfileReportBody
|
|
3039
|
+
});
|
|
3040
|
+
};
|
|
3041
|
+
/**
|
|
3042
|
+
* @summary Pull Intelliscore Plus report (score-only)
|
|
3043
|
+
*/
|
|
3044
|
+
const experianBusinessGetIntelliscoreReport = (experianBusinessGetIntelliscoreReportBody) => {
|
|
3045
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/reports/intelliscoreplus`, method: 'POST',
|
|
3046
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3047
|
+
data: experianBusinessGetIntelliscoreReportBody
|
|
3048
|
+
});
|
|
3049
|
+
};
|
|
3050
|
+
/**
|
|
3051
|
+
* @summary Risk Dashboards — scores + credit limit + DBT
|
|
3052
|
+
*/
|
|
3053
|
+
const experianBusinessGetRiskDashboards = (experianBusinessGetRiskDashboardsBody) => {
|
|
3054
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/riskdashboards`, method: 'POST',
|
|
3055
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3056
|
+
data: experianBusinessGetRiskDashboardsBody
|
|
3057
|
+
});
|
|
3058
|
+
};
|
|
3059
|
+
/**
|
|
3060
|
+
* @summary Credit Status — tradeline count, balance, DBT
|
|
3061
|
+
*/
|
|
3062
|
+
const experianBusinessGetCreditStatus = (experianBusinessGetCreditStatusBody) => {
|
|
3063
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/creditstatus`, method: 'POST',
|
|
3064
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3065
|
+
data: experianBusinessGetCreditStatusBody
|
|
3066
|
+
});
|
|
3067
|
+
};
|
|
3068
|
+
/**
|
|
3069
|
+
* @summary KYB — Business Compliance Insight
|
|
3070
|
+
*/
|
|
3071
|
+
const experianBusinessRunBusinessComplianceInsight = (experianBusinessRunBusinessComplianceInsightBody) => {
|
|
3072
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/bci`, method: 'POST',
|
|
3073
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3074
|
+
data: experianBusinessRunBusinessComplianceInsightBody
|
|
3075
|
+
});
|
|
3076
|
+
};
|
|
3077
|
+
/**
|
|
3078
|
+
* @summary Business contacts — beneficial owners / principals
|
|
3079
|
+
*/
|
|
3080
|
+
const experianBusinessGetBusinessContacts = (experianBusinessGetBusinessContactsBody) => {
|
|
3081
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/businesscontacts`, method: 'POST',
|
|
3082
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3083
|
+
data: experianBusinessGetBusinessContactsBody
|
|
3084
|
+
});
|
|
3085
|
+
};
|
|
3086
|
+
/**
|
|
3087
|
+
* @summary Corporate linkage / parent-subsidiary tree
|
|
3088
|
+
*/
|
|
3089
|
+
const experianBusinessGetCorporateLinkage = (experianBusinessGetCorporateLinkageBody) => {
|
|
3090
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/corporatelinkage`, method: 'POST',
|
|
3091
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3092
|
+
data: experianBusinessGetCorporateLinkageBody
|
|
3093
|
+
});
|
|
3094
|
+
};
|
|
3095
|
+
/**
|
|
3096
|
+
* @summary Secretary of State corporate registrations
|
|
3097
|
+
*/
|
|
3098
|
+
const experianBusinessGetCorporateRegistrations = (experianBusinessGetCorporateRegistrationsBody) => {
|
|
3099
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/corporateregistrations`, method: 'POST',
|
|
3100
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3101
|
+
data: experianBusinessGetCorporateRegistrationsBody
|
|
3102
|
+
});
|
|
3103
|
+
};
|
|
3104
|
+
/**
|
|
3105
|
+
* @summary IST Watch — OFAC + global watchlist screening
|
|
3106
|
+
*/
|
|
3107
|
+
const experianBusinessRunIstWatchScreening = (experianBusinessRunIstWatchScreeningBody) => {
|
|
3108
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/istwatch`, method: 'POST',
|
|
3109
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3110
|
+
data: experianBusinessRunIstWatchScreeningBody
|
|
3111
|
+
});
|
|
3112
|
+
};
|
|
3113
|
+
/**
|
|
3114
|
+
* @summary Fraud Shields — fraud indicators + possible OFAC match
|
|
3115
|
+
*/
|
|
3116
|
+
const experianBusinessRunFraudShieldsScreening = (experianBusinessRunFraudShieldsScreeningBody) => {
|
|
3117
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/fraudshields`, method: 'POST',
|
|
3118
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3119
|
+
data: experianBusinessRunFraudShieldsScreeningBody
|
|
3120
|
+
});
|
|
3121
|
+
};
|
|
3122
|
+
/**
|
|
3123
|
+
* Stores per-user Experian Business username + password for PerUser integration configs. Rejected when the Experian Business integration config is Shared.
|
|
3124
|
+
* @summary Store per-user Experian Business credentials
|
|
3125
|
+
*/
|
|
3126
|
+
const experianBusinessSetUserCredentials = (experianBusinessSetUserCredentialsBody) => {
|
|
3127
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/set-user-credentials`, method: 'POST',
|
|
3128
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3129
|
+
data: experianBusinessSetUserCredentialsBody
|
|
3130
|
+
});
|
|
3131
|
+
};
|
|
3132
|
+
/**
|
|
3133
|
+
* Stores clientId and clientSecret for PerUser GitLab configs without starting OAuth.
|
|
3134
|
+
* @summary Set GitLab OAuth app credentials for a user
|
|
3135
|
+
*/
|
|
3136
|
+
const gitlabSetUserCredentials = (gitlabSetUserCredentialsBody) => {
|
|
3137
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/auth/set-user-credentials`, method: 'POST',
|
|
3138
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3139
|
+
data: gitlabSetUserCredentialsBody
|
|
3140
|
+
});
|
|
3141
|
+
};
|
|
3142
|
+
/**
|
|
3143
|
+
* Returns the authorization URL for the user to complete the OAuth flow.
|
|
3144
|
+
* @summary Initiate GitLab OAuth flow
|
|
3145
|
+
*/
|
|
3146
|
+
const gitlabOauthInitiate = (gitlabOauthInitiateBody) => {
|
|
3147
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/oauth/initiate`, method: 'POST',
|
|
3148
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3149
|
+
data: gitlabOauthInitiateBody
|
|
3150
|
+
});
|
|
3151
|
+
};
|
|
3152
|
+
/**
|
|
3153
|
+
* Receives the OAuth callback from GitLab and stores user credentials.
|
|
3154
|
+
* @summary Handle GitLab OAuth callback
|
|
3155
|
+
*/
|
|
3156
|
+
const gitlabOauthCallback = (params) => {
|
|
3157
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/oauth/callback`, method: 'GET',
|
|
3158
|
+
params
|
|
3159
|
+
});
|
|
3160
|
+
};
|
|
3161
|
+
/**
|
|
3162
|
+
* @summary Get the current user
|
|
3163
|
+
*/
|
|
3164
|
+
const gitlabGetCurrentUser = (gitlabGetCurrentUserBody) => {
|
|
3165
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/user`, method: 'POST',
|
|
3166
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3167
|
+
data: gitlabGetCurrentUserBody
|
|
3168
|
+
});
|
|
3169
|
+
};
|
|
3170
|
+
/**
|
|
3171
|
+
* @summary List projects
|
|
3172
|
+
*/
|
|
3173
|
+
const gitlabListProjects = (gitlabListProjectsBody) => {
|
|
3174
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/projects/list`, method: 'POST',
|
|
3175
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3176
|
+
data: gitlabListProjectsBody
|
|
3177
|
+
});
|
|
3178
|
+
};
|
|
3179
|
+
/**
|
|
3180
|
+
* @summary Retrieve a project
|
|
3181
|
+
*/
|
|
3182
|
+
const gitlabGetProject = (gitlabGetProjectBody) => {
|
|
3183
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/projects/get`, method: 'POST',
|
|
3184
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3185
|
+
data: gitlabGetProjectBody
|
|
3186
|
+
});
|
|
3187
|
+
};
|
|
3188
|
+
/**
|
|
3189
|
+
* @summary List merge requests
|
|
3190
|
+
*/
|
|
3191
|
+
const gitlabListMergeRequests = (gitlabListMergeRequestsBody) => {
|
|
3192
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/merge-requests/list`, method: 'POST',
|
|
3193
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3194
|
+
data: gitlabListMergeRequestsBody
|
|
3195
|
+
});
|
|
3196
|
+
};
|
|
3197
|
+
/**
|
|
3198
|
+
* @summary Retrieve a merge request
|
|
3199
|
+
*/
|
|
3200
|
+
const gitlabGetMergeRequest = (gitlabGetMergeRequestBody) => {
|
|
3201
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/merge-requests/get`, method: 'POST',
|
|
3202
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3203
|
+
data: gitlabGetMergeRequestBody
|
|
3204
|
+
});
|
|
3205
|
+
};
|
|
3206
|
+
/**
|
|
3207
|
+
* @summary Retrieve merge request diffs
|
|
3208
|
+
*/
|
|
3209
|
+
const gitlabGetMergeRequestDiffs = (gitlabGetMergeRequestDiffsBody) => {
|
|
3210
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/merge-requests/diffs`, method: 'POST',
|
|
3211
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3212
|
+
data: gitlabGetMergeRequestDiffsBody
|
|
3213
|
+
});
|
|
3214
|
+
};
|
|
3215
|
+
/**
|
|
3216
|
+
* @summary Merge a merge request
|
|
3217
|
+
*/
|
|
3218
|
+
const gitlabMergeMergeRequest = (gitlabMergeMergeRequestBody) => {
|
|
3219
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/merge-requests/merge`, method: 'POST',
|
|
3220
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3221
|
+
data: gitlabMergeMergeRequestBody
|
|
3222
|
+
});
|
|
3223
|
+
};
|
|
3224
|
+
/**
|
|
3225
|
+
* @summary List merge request notes
|
|
3226
|
+
*/
|
|
3227
|
+
const gitlabListMergeRequestNotes = (gitlabListMergeRequestNotesBody) => {
|
|
3228
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/merge-requests/notes/list`, method: 'POST',
|
|
3229
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3230
|
+
data: gitlabListMergeRequestNotesBody
|
|
3231
|
+
});
|
|
3232
|
+
};
|
|
3233
|
+
/**
|
|
3234
|
+
* @summary Add a note to a merge request
|
|
3235
|
+
*/
|
|
3236
|
+
const gitlabCreateMergeRequestNote = (gitlabCreateMergeRequestNoteBody) => {
|
|
3237
|
+
return (0, http_client_1.customAxios)({ url: `/gitlab/merge-requests/notes`, method: 'POST',
|
|
3238
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3239
|
+
data: gitlabCreateMergeRequestNoteBody
|
|
3240
|
+
});
|
|
3241
|
+
};
|
|
3242
|
+
/**
|
|
3243
|
+
* Starts a Gmail OAuth connection. Shared configs use app-level credentials; PerUser configs require clientId/clientSecret in the request.
|
|
3244
|
+
* @summary Start Gmail OAuth flow
|
|
3245
|
+
*/
|
|
3246
|
+
const gmailAuthStart = (gmailAuthStartBody) => {
|
|
3247
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/auth/start`, method: 'POST',
|
|
3248
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3249
|
+
data: gmailAuthStartBody
|
|
3250
|
+
});
|
|
3251
|
+
};
|
|
3252
|
+
/**
|
|
3253
|
+
* Stores clientId and clientSecret for PerUser Gmail configs without starting OAuth.
|
|
3254
|
+
* @summary Set Gmail OAuth app credentials for a user
|
|
3255
|
+
*/
|
|
3256
|
+
const gmailSetUserCredentials = (gmailSetUserCredentialsBody) => {
|
|
3257
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/auth/set-user-credentials`, method: 'POST',
|
|
3258
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3259
|
+
data: gmailSetUserCredentialsBody
|
|
3260
|
+
});
|
|
3261
|
+
};
|
|
3262
|
+
/**
|
|
3263
|
+
* Unauthorized IntegrationHub-owned callback for Google OAuth completion.
|
|
3264
|
+
* @summary Handle Gmail OAuth callback
|
|
3265
|
+
*/
|
|
3266
|
+
const gmailOauthCallback = () => {
|
|
3267
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/oauth/callback`, method: 'GET'
|
|
3268
|
+
});
|
|
3269
|
+
};
|
|
3270
|
+
/**
|
|
3271
|
+
* Sends an email from the connected Gmail account.
|
|
3272
|
+
* @summary Send an email via Gmail
|
|
3273
|
+
*/
|
|
3274
|
+
const gmailSendEmail = (gmailSendEmailBody) => {
|
|
3275
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/messages/send`, method: 'POST',
|
|
3276
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3277
|
+
data: gmailSendEmailBody
|
|
3278
|
+
});
|
|
3279
|
+
};
|
|
3280
|
+
/**
|
|
3281
|
+
* Lists Gmail message ids using optional Gmail search query syntax and labels.
|
|
3282
|
+
* @summary Search or list Gmail messages
|
|
3283
|
+
*/
|
|
3284
|
+
const gmailListMessages = (gmailListMessagesBody) => {
|
|
3285
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/messages/list`, method: 'POST',
|
|
3286
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3287
|
+
data: gmailListMessagesBody
|
|
3288
|
+
});
|
|
3289
|
+
};
|
|
3290
|
+
/**
|
|
3291
|
+
* Reads a Gmail message by id.
|
|
3292
|
+
* @summary Read a Gmail message
|
|
3293
|
+
*/
|
|
3294
|
+
const gmailGetMessage = (gmailGetMessageBody) => {
|
|
3295
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/messages/get`, method: 'POST',
|
|
3296
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3297
|
+
data: gmailGetMessageBody
|
|
3298
|
+
});
|
|
3299
|
+
};
|
|
3300
|
+
/**
|
|
3301
|
+
* Creates a draft message in the connected Gmail account.
|
|
3302
|
+
* @summary Create a Gmail draft
|
|
3303
|
+
*/
|
|
3304
|
+
const gmailCreateDraft = (gmailCreateDraftBody) => {
|
|
3305
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/drafts/create`, method: 'POST',
|
|
3306
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3307
|
+
data: gmailCreateDraftBody
|
|
3308
|
+
});
|
|
3309
|
+
};
|
|
3310
|
+
/**
|
|
3311
|
+
* Lists system and user labels from the connected Gmail account.
|
|
3312
|
+
* @summary List Gmail labels
|
|
3313
|
+
*/
|
|
3314
|
+
const gmailListLabels = (gmailListLabelsBody) => {
|
|
3315
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/labels/list`, method: 'POST',
|
|
3316
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3317
|
+
data: gmailListLabelsBody
|
|
3318
|
+
});
|
|
3319
|
+
};
|
|
3320
|
+
/**
|
|
3321
|
+
* Creates a user label in the connected Gmail account.
|
|
3322
|
+
* @summary Create a Gmail label
|
|
3323
|
+
*/
|
|
3324
|
+
const gmailCreateLabel = (gmailCreateLabelBody) => {
|
|
3325
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/labels/create`, method: 'POST',
|
|
3326
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3327
|
+
data: gmailCreateLabelBody
|
|
3328
|
+
});
|
|
3329
|
+
};
|
|
3330
|
+
/**
|
|
3331
|
+
* Updates a Gmail user label.
|
|
3332
|
+
* @summary Update a Gmail label
|
|
3333
|
+
*/
|
|
3334
|
+
const gmailUpdateLabel = (gmailUpdateLabelBody) => {
|
|
3335
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/labels/update`, method: 'POST',
|
|
3336
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3337
|
+
data: gmailUpdateLabelBody
|
|
3338
|
+
});
|
|
3339
|
+
};
|
|
3340
|
+
/**
|
|
3341
|
+
* Deletes a Gmail user label.
|
|
3342
|
+
* @summary Delete a Gmail label
|
|
3343
|
+
*/
|
|
3344
|
+
const gmailDeleteLabel = (gmailDeleteLabelBody) => {
|
|
3345
|
+
return (0, http_client_1.customAxios)({ url: `/gmail/labels/delete`, method: 'POST',
|
|
3346
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3347
|
+
data: gmailDeleteLabelBody
|
|
3348
|
+
});
|
|
3349
|
+
};
|
|
3350
|
+
/**
|
|
3351
|
+
* @summary Store per-user Google Cloud Storage credentials
|
|
3352
|
+
*/
|
|
3353
|
+
const googleCloudStorageSetUserCredentials = (googleCloudStorageSetUserCredentialsBody) => {
|
|
3354
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/set-user-credentials`, method: 'POST',
|
|
3355
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3356
|
+
data: googleCloudStorageSetUserCredentialsBody
|
|
3357
|
+
});
|
|
3358
|
+
};
|
|
3359
|
+
/**
|
|
3360
|
+
* @summary Upload data to storage
|
|
3361
|
+
*/
|
|
3362
|
+
const googleCloudStorageUploadData = (googleCloudStorageUploadDataBody) => {
|
|
3363
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/upload-data`, method: 'POST',
|
|
3364
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3365
|
+
data: googleCloudStorageUploadDataBody
|
|
3366
|
+
});
|
|
3367
|
+
};
|
|
3368
|
+
/**
|
|
3369
|
+
* @summary Delete a file from storage
|
|
3370
|
+
*/
|
|
3371
|
+
const googleCloudStorageDeleteFile = (googleCloudStorageDeleteFileBody) => {
|
|
3372
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/delete-file`, method: 'POST',
|
|
3373
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3374
|
+
data: googleCloudStorageDeleteFileBody
|
|
3375
|
+
});
|
|
3376
|
+
};
|
|
3377
|
+
/**
|
|
3378
|
+
* @summary Check if a document exists
|
|
3379
|
+
*/
|
|
3380
|
+
const googleCloudStorageDocumentExists = (googleCloudStorageDocumentExistsBody) => {
|
|
946
3381
|
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/document-exists`, method: 'POST',
|
|
947
3382
|
headers: { 'Content-Type': 'application/json', },
|
|
948
|
-
data: googleCloudStorageDocumentExistsBody
|
|
3383
|
+
data: googleCloudStorageDocumentExistsBody
|
|
3384
|
+
});
|
|
3385
|
+
};
|
|
3386
|
+
/**
|
|
3387
|
+
* @summary Generate a signed URL for downloading
|
|
3388
|
+
*/
|
|
3389
|
+
const googleCloudStorageGenerateDownloadSignedUrl = (googleCloudStorageGenerateDownloadSignedUrlBody) => {
|
|
3390
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/generate-download-signed-url`, method: 'POST',
|
|
3391
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3392
|
+
data: googleCloudStorageGenerateDownloadSignedUrlBody
|
|
3393
|
+
});
|
|
3394
|
+
};
|
|
3395
|
+
/**
|
|
3396
|
+
* @summary Get file content as base64
|
|
3397
|
+
*/
|
|
3398
|
+
const googleCloudStorageGetData = (googleCloudStorageGetDataBody) => {
|
|
3399
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/get-data`, method: 'POST',
|
|
3400
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3401
|
+
data: googleCloudStorageGetDataBody
|
|
3402
|
+
});
|
|
3403
|
+
};
|
|
3404
|
+
/**
|
|
3405
|
+
* @summary Generate a signed URL for uploading
|
|
3406
|
+
*/
|
|
3407
|
+
const googleCloudStorageGenerateUploadSignedUrl = (googleCloudStorageGenerateUploadSignedUrlBody) => {
|
|
3408
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/generate-upload-signed-url`, method: 'POST',
|
|
3409
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3410
|
+
data: googleCloudStorageGenerateUploadSignedUrlBody
|
|
3411
|
+
});
|
|
3412
|
+
};
|
|
3413
|
+
/**
|
|
3414
|
+
* @summary Copy a file within storage
|
|
3415
|
+
*/
|
|
3416
|
+
const googleCloudStorageCopyFile = (googleCloudStorageCopyFileBody) => {
|
|
3417
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/copy-file`, method: 'POST',
|
|
3418
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3419
|
+
data: googleCloudStorageCopyFileBody
|
|
3420
|
+
});
|
|
3421
|
+
};
|
|
3422
|
+
/**
|
|
3423
|
+
* @summary Get file metadata (e.g. size)
|
|
3424
|
+
*/
|
|
3425
|
+
const googleCloudStorageGetFileMetadata = (googleCloudStorageGetFileMetadataBody) => {
|
|
3426
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/get-file-metadata`, method: 'POST',
|
|
3427
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3428
|
+
data: googleCloudStorageGetFileMetadataBody
|
|
3429
|
+
});
|
|
3430
|
+
};
|
|
3431
|
+
/**
|
|
3432
|
+
* @summary Upload a file via multipart/form-data
|
|
3433
|
+
*/
|
|
3434
|
+
const googleCloudStorageUploadFile = (googleCloudStorageUploadFileBody) => {
|
|
3435
|
+
const formData = new FormData();
|
|
3436
|
+
formData.append('file', googleCloudStorageUploadFileBody.file);
|
|
3437
|
+
formData.append('destinationKey', googleCloudStorageUploadFileBody.destinationKey);
|
|
3438
|
+
if (googleCloudStorageUploadFileBody.userId !== undefined) {
|
|
3439
|
+
formData.append('userId', googleCloudStorageUploadFileBody.userId);
|
|
3440
|
+
}
|
|
3441
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/upload-file`, method: 'POST',
|
|
3442
|
+
headers: { 'Content-Type': 'multipart/form-data', },
|
|
3443
|
+
data: formData
|
|
3444
|
+
});
|
|
3445
|
+
};
|
|
3446
|
+
/**
|
|
3447
|
+
* @summary Stream file content
|
|
3448
|
+
*/
|
|
3449
|
+
const googleCloudStorageCreateReadStream = (googleCloudStorageCreateReadStreamBody) => {
|
|
3450
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/create-read-stream`, method: 'POST',
|
|
3451
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3452
|
+
data: googleCloudStorageCreateReadStreamBody
|
|
3453
|
+
});
|
|
3454
|
+
};
|
|
3455
|
+
/**
|
|
3456
|
+
* @summary Stream upload
|
|
3457
|
+
*/
|
|
3458
|
+
const googleCloudStorageCreateWriteStream = (googleCloudStorageCreateWriteStreamBody, params) => {
|
|
3459
|
+
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/create-write-stream`, method: 'POST',
|
|
3460
|
+
headers: { 'Content-Type': 'application/octet-stream', },
|
|
3461
|
+
data: googleCloudStorageCreateWriteStreamBody,
|
|
3462
|
+
params
|
|
3463
|
+
});
|
|
3464
|
+
};
|
|
3465
|
+
/**
|
|
3466
|
+
* Starts a Google Docs OAuth connection. Shared configs use app-level credentials; PerUser configs require clientId/clientSecret in the request.
|
|
3467
|
+
* @summary Start Google Docs OAuth flow
|
|
3468
|
+
*/
|
|
3469
|
+
const googleDocsAuthStart = (googleDocsAuthStartBody) => {
|
|
3470
|
+
return (0, http_client_1.customAxios)({ url: `/google-docs/auth/start`, method: 'POST',
|
|
3471
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3472
|
+
data: googleDocsAuthStartBody
|
|
3473
|
+
});
|
|
3474
|
+
};
|
|
3475
|
+
/**
|
|
3476
|
+
* Stores clientId and clientSecret for PerUser Google Docs configs without starting OAuth.
|
|
3477
|
+
* @summary Set Google Docs OAuth app credentials for a user
|
|
3478
|
+
*/
|
|
3479
|
+
const googleDocsSetUserCredentials = (googleDocsSetUserCredentialsBody) => {
|
|
3480
|
+
return (0, http_client_1.customAxios)({ url: `/google-docs/auth/set-user-credentials`, method: 'POST',
|
|
3481
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3482
|
+
data: googleDocsSetUserCredentialsBody
|
|
3483
|
+
});
|
|
3484
|
+
};
|
|
3485
|
+
/**
|
|
3486
|
+
* Unauthorized IntegrationHub-owned callback for Google OAuth completion.
|
|
3487
|
+
* @summary Handle Google Docs OAuth callback
|
|
3488
|
+
*/
|
|
3489
|
+
const googleDocsOauthCallback = () => {
|
|
3490
|
+
return (0, http_client_1.customAxios)({ url: `/google-docs/oauth/callback`, method: 'GET'
|
|
3491
|
+
});
|
|
3492
|
+
};
|
|
3493
|
+
/**
|
|
3494
|
+
* Creates a new Google Docs document with a title.
|
|
3495
|
+
* @summary Create a Google Docs document
|
|
3496
|
+
*/
|
|
3497
|
+
const googleDocsCreateDocument = (googleDocsCreateDocumentBody) => {
|
|
3498
|
+
return (0, http_client_1.customAxios)({ url: `/google-docs/documents/create`, method: 'POST',
|
|
3499
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3500
|
+
data: googleDocsCreateDocumentBody
|
|
3501
|
+
});
|
|
3502
|
+
};
|
|
3503
|
+
/**
|
|
3504
|
+
* Reads the latest content and structure of a Google Docs document.
|
|
3505
|
+
* @summary Read a Google Docs document
|
|
3506
|
+
*/
|
|
3507
|
+
const googleDocsGetDocument = (googleDocsGetDocumentBody) => {
|
|
3508
|
+
return (0, http_client_1.customAxios)({ url: `/google-docs/documents/get`, method: 'POST',
|
|
3509
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3510
|
+
data: googleDocsGetDocumentBody
|
|
3511
|
+
});
|
|
3512
|
+
};
|
|
3513
|
+
/**
|
|
3514
|
+
* Applies one or more Google Docs API batchUpdate requests to a document.
|
|
3515
|
+
* @summary Edit a Google Docs document
|
|
3516
|
+
*/
|
|
3517
|
+
const googleDocsBatchUpdateDocument = (googleDocsBatchUpdateDocumentBody) => {
|
|
3518
|
+
return (0, http_client_1.customAxios)({ url: `/google-docs/documents/batch-update`, method: 'POST',
|
|
3519
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3520
|
+
data: googleDocsBatchUpdateDocumentBody
|
|
3521
|
+
});
|
|
3522
|
+
};
|
|
3523
|
+
/**
|
|
3524
|
+
* Returns a Google OAuth token for opening the Google Docs document picker.
|
|
3525
|
+
* @summary Select Google Docs documents
|
|
3526
|
+
*/
|
|
3527
|
+
const googleDocsSelectDocumentsLegacy = (googleDocsSelectDocumentsLegacyBody) => {
|
|
3528
|
+
return (0, http_client_1.customAxios)({ url: `/google-docs/documents/select`, method: 'POST',
|
|
3529
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3530
|
+
data: googleDocsSelectDocumentsLegacyBody
|
|
3531
|
+
});
|
|
3532
|
+
};
|
|
3533
|
+
/**
|
|
3534
|
+
* Returns a Google OAuth token for opening the Google Docs document picker.
|
|
3535
|
+
* @summary Select Google Docs documents
|
|
3536
|
+
*/
|
|
3537
|
+
const googleDocsSelectDocuments = (googleDocsSelectDocumentsBody) => {
|
|
3538
|
+
return (0, http_client_1.customAxios)({ url: `/google-docs/select-documents`, method: 'POST',
|
|
3539
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3540
|
+
data: googleDocsSelectDocumentsBody
|
|
3541
|
+
});
|
|
3542
|
+
};
|
|
3543
|
+
/**
|
|
3544
|
+
* @summary Start Google Drive OAuth flow
|
|
3545
|
+
*/
|
|
3546
|
+
const googleDriveAuthStart = (googleDriveAuthStartBody) => {
|
|
3547
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/auth/start`, method: 'POST',
|
|
3548
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3549
|
+
data: googleDriveAuthStartBody
|
|
3550
|
+
});
|
|
3551
|
+
};
|
|
3552
|
+
/**
|
|
3553
|
+
* Stores clientId and clientSecret for PerUser Google Drive configs without starting OAuth.
|
|
3554
|
+
* @summary Set Google Drive OAuth app credentials for a user
|
|
3555
|
+
*/
|
|
3556
|
+
const googleDriveSetUserCredentials = (googleDriveSetUserCredentialsBody) => {
|
|
3557
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/auth/set-user-credentials`, method: 'POST',
|
|
3558
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3559
|
+
data: googleDriveSetUserCredentialsBody
|
|
3560
|
+
});
|
|
3561
|
+
};
|
|
3562
|
+
/**
|
|
3563
|
+
* @summary Handle Google Drive OAuth callback
|
|
3564
|
+
*/
|
|
3565
|
+
const googleDriveOauthCallback = (params) => {
|
|
3566
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/oauth/callback`, method: 'GET',
|
|
3567
|
+
params
|
|
3568
|
+
});
|
|
3569
|
+
};
|
|
3570
|
+
const googleDriveCreateFile = (googleDriveCreateFileBody) => {
|
|
3571
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/files`, method: 'POST',
|
|
3572
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3573
|
+
data: googleDriveCreateFileBody
|
|
3574
|
+
});
|
|
3575
|
+
};
|
|
3576
|
+
const googleDriveListFiles = (params) => {
|
|
3577
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/files`, method: 'GET',
|
|
3578
|
+
params
|
|
3579
|
+
});
|
|
3580
|
+
};
|
|
3581
|
+
const googleDriveUpdateFile = (googleDriveUpdateFileBody) => {
|
|
3582
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/files`, method: 'PATCH',
|
|
3583
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3584
|
+
data: googleDriveUpdateFileBody
|
|
3585
|
+
});
|
|
3586
|
+
};
|
|
3587
|
+
const googleDriveDeleteFile = (googleDriveDeleteFileBody) => {
|
|
3588
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/files`, method: 'DELETE',
|
|
3589
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3590
|
+
data: googleDriveDeleteFileBody
|
|
3591
|
+
});
|
|
3592
|
+
};
|
|
3593
|
+
/**
|
|
3594
|
+
* Get Google Drive file metadata or content using fileId (or id) in the request body.
|
|
3595
|
+
* @summary Get a Google Drive file
|
|
3596
|
+
*/
|
|
3597
|
+
const googleDriveGetFile = (googleDriveGetFileBody) => {
|
|
3598
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/files/get`, method: 'POST',
|
|
3599
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3600
|
+
data: googleDriveGetFileBody
|
|
3601
|
+
});
|
|
3602
|
+
};
|
|
3603
|
+
const googleDriveCopyFile = (googleDriveCopyFileBody) => {
|
|
3604
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/files/copy`, method: 'POST',
|
|
3605
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3606
|
+
data: googleDriveCopyFileBody
|
|
3607
|
+
});
|
|
3608
|
+
};
|
|
3609
|
+
const googleDriveCreatePermission = (googleDriveCreatePermissionBody) => {
|
|
3610
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/permissions`, method: 'POST',
|
|
3611
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3612
|
+
data: googleDriveCreatePermissionBody
|
|
3613
|
+
});
|
|
3614
|
+
};
|
|
3615
|
+
const googleDriveDeletePermission = (googleDriveDeletePermissionBody) => {
|
|
3616
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/permissions`, method: 'DELETE',
|
|
3617
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3618
|
+
data: googleDriveDeletePermissionBody
|
|
3619
|
+
});
|
|
3620
|
+
};
|
|
3621
|
+
/**
|
|
3622
|
+
* List Google Drive file permissions using fileId (or id) in the request body.
|
|
3623
|
+
* @summary List Google Drive file permissions
|
|
3624
|
+
*/
|
|
3625
|
+
const googleDriveListPermissions = (googleDriveListPermissionsBody) => {
|
|
3626
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/permissions/list`, method: 'POST',
|
|
3627
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3628
|
+
data: googleDriveListPermissionsBody
|
|
3629
|
+
});
|
|
3630
|
+
};
|
|
3631
|
+
const googleDriveSelectDocuments = (googleDriveSelectDocumentsBody) => {
|
|
3632
|
+
return (0, http_client_1.customAxios)({ url: `/google-drive/select-documents`, method: 'POST',
|
|
3633
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3634
|
+
data: googleDriveSelectDocumentsBody
|
|
949
3635
|
});
|
|
950
3636
|
};
|
|
951
3637
|
/**
|
|
952
|
-
*
|
|
3638
|
+
* Stores a generated app user Google Gemini API key for PerUser integration configs.
|
|
3639
|
+
* @summary Store per-user Google Generative AI credentials
|
|
953
3640
|
*/
|
|
954
|
-
const
|
|
955
|
-
return (0, http_client_1.customAxios)({ url: `/google-
|
|
3641
|
+
const googleGenerativeAISetUserCredentials = (googleGenerativeAISetUserCredentialsBody) => {
|
|
3642
|
+
return (0, http_client_1.customAxios)({ url: `/google-generative-ai/set-user-credentials`, method: 'POST',
|
|
956
3643
|
headers: { 'Content-Type': 'application/json', },
|
|
957
|
-
data:
|
|
3644
|
+
data: googleGenerativeAISetUserCredentialsBody
|
|
958
3645
|
});
|
|
959
3646
|
};
|
|
960
3647
|
/**
|
|
961
|
-
* @summary
|
|
3648
|
+
* @summary Generate text with GoogleGenerativeAI
|
|
962
3649
|
*/
|
|
963
|
-
const
|
|
964
|
-
return (0, http_client_1.customAxios)({ url: `/google-
|
|
3650
|
+
const googleGenerativeAIGenerateText = (googleGenerativeAIGenerateTextBody) => {
|
|
3651
|
+
return (0, http_client_1.customAxios)({ url: `/google-generative-ai/generate-text`, method: 'POST',
|
|
965
3652
|
headers: { 'Content-Type': 'application/json', },
|
|
966
|
-
data:
|
|
3653
|
+
data: googleGenerativeAIGenerateTextBody
|
|
967
3654
|
});
|
|
968
3655
|
};
|
|
969
3656
|
/**
|
|
970
|
-
* @summary Generate
|
|
3657
|
+
* @summary Generate image with GoogleGenerativeAI
|
|
971
3658
|
*/
|
|
972
|
-
const
|
|
973
|
-
return (0, http_client_1.customAxios)({ url: `/google-
|
|
3659
|
+
const googleGenerativeAIGenerateImage = (googleGenerativeAIGenerateImageBody) => {
|
|
3660
|
+
return (0, http_client_1.customAxios)({ url: `/google-generative-ai/generate-image`, method: 'POST',
|
|
974
3661
|
headers: { 'Content-Type': 'application/json', },
|
|
975
|
-
data:
|
|
3662
|
+
data: googleGenerativeAIGenerateImageBody,
|
|
3663
|
+
responseType: 'blob'
|
|
976
3664
|
});
|
|
977
3665
|
};
|
|
978
3666
|
/**
|
|
979
|
-
*
|
|
3667
|
+
* Creates a Server-Sent Events (SSE) stream that returns UI message chunks compatible with Vercel AI SDK clients.
|
|
3668
|
+
* @summary Stream text generation with GoogleGenerativeAI
|
|
980
3669
|
*/
|
|
981
|
-
const
|
|
982
|
-
return (0, http_client_1.customAxios)({ url: `/google-
|
|
3670
|
+
const googleGenerativeAICreateStream = (googleGenerativeAICreateStreamBody) => {
|
|
3671
|
+
return (0, http_client_1.customAxios)({ url: `/google-generative-ai/create-stream`, method: 'POST',
|
|
983
3672
|
headers: { 'Content-Type': 'application/json', },
|
|
984
|
-
data:
|
|
3673
|
+
data: googleGenerativeAICreateStreamBody
|
|
985
3674
|
});
|
|
986
3675
|
};
|
|
987
3676
|
/**
|
|
988
|
-
* @summary
|
|
3677
|
+
* @summary Generate image with GoogleGenerativeAIImage
|
|
989
3678
|
*/
|
|
990
|
-
const
|
|
991
|
-
return (0, http_client_1.customAxios)({ url: `/google-
|
|
3679
|
+
const googleGenerativeAIImageGenerateImage = (googleGenerativeAIImageGenerateImageBody) => {
|
|
3680
|
+
return (0, http_client_1.customAxios)({ url: `/google-generative-ai-image/generate-image`, method: 'POST',
|
|
992
3681
|
headers: { 'Content-Type': 'application/json', },
|
|
993
|
-
data:
|
|
3682
|
+
data: googleGenerativeAIImageGenerateImageBody,
|
|
3683
|
+
responseType: 'blob'
|
|
994
3684
|
});
|
|
995
3685
|
};
|
|
996
3686
|
/**
|
|
997
|
-
*
|
|
3687
|
+
* Generate a Google OAuth authorization URL using the resolved integration config.
|
|
3688
|
+
* @summary Get Google OAuth authorization URL
|
|
998
3689
|
*/
|
|
999
|
-
const
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
if (googleCloudStorageUploadFileBody.userId !== undefined) {
|
|
1004
|
-
formData.append('userId', googleCloudStorageUploadFileBody.userId);
|
|
1005
|
-
}
|
|
1006
|
-
return (0, http_client_1.customAxios)({ url: `/google-cloud-storage/upload-file`, method: 'POST',
|
|
1007
|
-
headers: { 'Content-Type': 'multipart/form-data', },
|
|
1008
|
-
data: formData
|
|
3690
|
+
const googleOAuthGetAuthorizationUrl = (googleOAuthGetAuthorizationUrlBody) => {
|
|
3691
|
+
return (0, http_client_1.customAxios)({ url: `/google-oauth/get-authorization-url`, method: 'POST',
|
|
3692
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3693
|
+
data: googleOAuthGetAuthorizationUrlBody
|
|
1009
3694
|
});
|
|
1010
3695
|
};
|
|
1011
3696
|
/**
|
|
1012
|
-
*
|
|
3697
|
+
* Fetch the stored Google OAuth profile for an integration user.
|
|
3698
|
+
* @summary Get Google OAuth user profile
|
|
1013
3699
|
*/
|
|
1014
|
-
const
|
|
1015
|
-
return (0, http_client_1.customAxios)({ url: `/google-
|
|
3700
|
+
const googleOAuthGetUserProfile = (googleOAuthGetUserProfileBody) => {
|
|
3701
|
+
return (0, http_client_1.customAxios)({ url: `/google-oauth/get-user-profile`, method: 'POST',
|
|
1016
3702
|
headers: { 'Content-Type': 'application/json', },
|
|
1017
|
-
data:
|
|
3703
|
+
data: googleOAuthGetUserProfileBody
|
|
1018
3704
|
});
|
|
1019
3705
|
};
|
|
1020
3706
|
/**
|
|
1021
|
-
*
|
|
3707
|
+
* Public callback used by Google to complete browser-based Google login.
|
|
3708
|
+
* @summary Handle Google OAuth browser callback
|
|
1022
3709
|
*/
|
|
1023
|
-
const
|
|
1024
|
-
return (0, http_client_1.customAxios)({ url: `/google-
|
|
1025
|
-
|
|
1026
|
-
|
|
3710
|
+
const googleOAuthOauthCallback = () => {
|
|
3711
|
+
return (0, http_client_1.customAxios)({ url: `/google-oauth/oauth/callback`, method: 'GET'
|
|
3712
|
+
});
|
|
3713
|
+
};
|
|
3714
|
+
/**
|
|
3715
|
+
* Starts a Google Sheets OAuth connection. Shared configs use app-level credentials; PerUser configs require clientId/clientSecret in the request.
|
|
3716
|
+
* @summary Start Google Sheets OAuth flow
|
|
3717
|
+
*/
|
|
3718
|
+
const googleSheetsAuthStart = (googleSheetsAuthStartBody) => {
|
|
3719
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/auth/start`, method: 'POST',
|
|
3720
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3721
|
+
data: googleSheetsAuthStartBody
|
|
3722
|
+
});
|
|
3723
|
+
};
|
|
3724
|
+
/**
|
|
3725
|
+
* Stores clientId and clientSecret for PerUser Google Sheets configs without starting OAuth.
|
|
3726
|
+
* @summary Set Google Sheets OAuth app credentials for a user
|
|
3727
|
+
*/
|
|
3728
|
+
const googleSheetsSetUserCredentials = (googleSheetsSetUserCredentialsBody) => {
|
|
3729
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/auth/set-user-credentials`, method: 'POST',
|
|
3730
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3731
|
+
data: googleSheetsSetUserCredentialsBody
|
|
3732
|
+
});
|
|
3733
|
+
};
|
|
3734
|
+
/**
|
|
3735
|
+
* Unauthorized IntegrationHub-owned callback for Google OAuth completion.
|
|
3736
|
+
* @summary Handle Google Sheets OAuth callback
|
|
3737
|
+
*/
|
|
3738
|
+
const googleSheetsOauthCallback = () => {
|
|
3739
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/oauth/callback`, method: 'GET'
|
|
3740
|
+
});
|
|
3741
|
+
};
|
|
3742
|
+
/**
|
|
3743
|
+
* Creates a new spreadsheet with an optional title and initial tabs.
|
|
3744
|
+
* @summary Create a Google Sheets spreadsheet
|
|
3745
|
+
*/
|
|
3746
|
+
const googleSheetsCreateSpreadsheet = (googleSheetsCreateSpreadsheetBody) => {
|
|
3747
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/spreadsheets/create`, method: 'POST',
|
|
3748
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3749
|
+
data: googleSheetsCreateSpreadsheetBody
|
|
3750
|
+
});
|
|
3751
|
+
};
|
|
3752
|
+
/**
|
|
3753
|
+
* Reads cell values from a specified range using A1 or R1C1 notation.
|
|
3754
|
+
* @summary Read values from a Google Sheets spreadsheet
|
|
3755
|
+
*/
|
|
3756
|
+
const googleSheetsGetValues = (googleSheetsGetValuesBody) => {
|
|
3757
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/spreadsheets/values/get`, method: 'POST',
|
|
3758
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3759
|
+
data: googleSheetsGetValuesBody
|
|
3760
|
+
});
|
|
3761
|
+
};
|
|
3762
|
+
/**
|
|
3763
|
+
* Writes or overwrites cell values in a specified range.
|
|
3764
|
+
* @summary Update values in a Google Sheets spreadsheet
|
|
3765
|
+
*/
|
|
3766
|
+
const googleSheetsUpdateValues = (googleSheetsUpdateValuesBody) => {
|
|
3767
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/spreadsheets/values/update`, method: 'POST',
|
|
3768
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3769
|
+
data: googleSheetsUpdateValuesBody
|
|
3770
|
+
});
|
|
3771
|
+
};
|
|
3772
|
+
/**
|
|
3773
|
+
* Appends rows of data after the last row of existing data in a spreadsheet.
|
|
3774
|
+
* @summary Append rows to a Google Sheets spreadsheet
|
|
3775
|
+
*/
|
|
3776
|
+
const googleSheetsAppendValues = (googleSheetsAppendValuesBody) => {
|
|
3777
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/spreadsheets/values/append`, method: 'POST',
|
|
3778
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3779
|
+
data: googleSheetsAppendValuesBody
|
|
3780
|
+
});
|
|
3781
|
+
};
|
|
3782
|
+
/**
|
|
3783
|
+
* Applies one or more batch update requests such as adding tabs, formatting cells, or merging cells.
|
|
3784
|
+
* @summary Apply structural changes to a Google Sheets spreadsheet
|
|
3785
|
+
*/
|
|
3786
|
+
const googleSheetsBatchUpdate = (googleSheetsBatchUpdateBody) => {
|
|
3787
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/spreadsheets/batch-update`, method: 'POST',
|
|
3788
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3789
|
+
data: googleSheetsBatchUpdateBody
|
|
3790
|
+
});
|
|
3791
|
+
};
|
|
3792
|
+
/**
|
|
3793
|
+
* Returns a Google OAuth token for opening the Google Sheets spreadsheet picker.
|
|
3794
|
+
* @summary Select Google Sheets spreadsheets
|
|
3795
|
+
*/
|
|
3796
|
+
const googleSheetsSelectSpreadsheets = (googleSheetsSelectSpreadsheetsBody) => {
|
|
3797
|
+
return (0, http_client_1.customAxios)({ url: `/google-sheets/select-spreadsheets`, method: 'POST',
|
|
3798
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3799
|
+
data: googleSheetsSelectSpreadsheetsBody
|
|
3800
|
+
});
|
|
3801
|
+
};
|
|
3802
|
+
/**
|
|
3803
|
+
* Starts a Google Slides OAuth connection and returns the authorization URL.
|
|
3804
|
+
* @summary Start Google Slides OAuth flow
|
|
3805
|
+
*/
|
|
3806
|
+
const googleSlidesAuthStart = (googleSlidesAuthStartBody) => {
|
|
3807
|
+
return (0, http_client_1.customAxios)({ url: `/google-slides/auth/start`, method: 'POST',
|
|
3808
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3809
|
+
data: googleSlidesAuthStartBody
|
|
3810
|
+
});
|
|
3811
|
+
};
|
|
3812
|
+
/**
|
|
3813
|
+
* Stores clientId and clientSecret for PerUser Google Slides configs without starting OAuth.
|
|
3814
|
+
* @summary Set Google Slides OAuth app credentials for a user
|
|
3815
|
+
*/
|
|
3816
|
+
const googleSlidesSetUserCredentials = (googleSlidesSetUserCredentialsBody) => {
|
|
3817
|
+
return (0, http_client_1.customAxios)({ url: `/google-slides/auth/set-user-credentials`, method: 'POST',
|
|
3818
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3819
|
+
data: googleSlidesSetUserCredentialsBody
|
|
3820
|
+
});
|
|
3821
|
+
};
|
|
3822
|
+
/**
|
|
3823
|
+
* Unauthorized IntegrationHub-owned callback for Google OAuth completion.
|
|
3824
|
+
* @summary Handle Google Slides OAuth callback
|
|
3825
|
+
*/
|
|
3826
|
+
const googleSlidesOauthCallback = () => {
|
|
3827
|
+
return (0, http_client_1.customAxios)({ url: `/google-slides/oauth/callback`, method: 'GET'
|
|
3828
|
+
});
|
|
3829
|
+
};
|
|
3830
|
+
/**
|
|
3831
|
+
* Creates a new presentation in the connected Google account.
|
|
3832
|
+
* @summary Create a Google Slides presentation
|
|
3833
|
+
*/
|
|
3834
|
+
const googleSlidesCreatePresentation = (googleSlidesCreatePresentationBody) => {
|
|
3835
|
+
return (0, http_client_1.customAxios)({ url: `/google-slides/presentations/create`, method: 'POST',
|
|
3836
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3837
|
+
data: googleSlidesCreatePresentationBody
|
|
3838
|
+
});
|
|
3839
|
+
};
|
|
3840
|
+
/**
|
|
3841
|
+
* Retrieves a presentation — slides, layouts and page elements — by id.
|
|
3842
|
+
* @summary Get a Google Slides presentation
|
|
3843
|
+
*/
|
|
3844
|
+
const googleSlidesGetPresentation = (googleSlidesGetPresentationBody) => {
|
|
3845
|
+
return (0, http_client_1.customAxios)({ url: `/google-slides/presentations/get`, method: 'POST',
|
|
3846
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3847
|
+
data: googleSlidesGetPresentationBody
|
|
3848
|
+
});
|
|
3849
|
+
};
|
|
3850
|
+
/**
|
|
3851
|
+
* Applies a batch of edit requests (create slides, insert text, delete elements) to a presentation.
|
|
3852
|
+
* @summary Edit a Google Slides presentation
|
|
3853
|
+
*/
|
|
3854
|
+
const googleSlidesBatchUpdatePresentation = (googleSlidesBatchUpdatePresentationBody) => {
|
|
3855
|
+
return (0, http_client_1.customAxios)({ url: `/google-slides/presentations/batch-update`, method: 'POST',
|
|
3856
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3857
|
+
data: googleSlidesBatchUpdatePresentationBody
|
|
3858
|
+
});
|
|
3859
|
+
};
|
|
3860
|
+
/**
|
|
3861
|
+
* @summary Start Microsoft OneDrive OAuth flow
|
|
3862
|
+
*/
|
|
3863
|
+
const microsoftOnedriveAuthStart = (microsoftOnedriveAuthStartBody) => {
|
|
3864
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/auth/start`, method: 'POST',
|
|
3865
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3866
|
+
data: microsoftOnedriveAuthStartBody
|
|
3867
|
+
});
|
|
3868
|
+
};
|
|
3869
|
+
/**
|
|
3870
|
+
* @summary Set Microsoft OneDrive OAuth app credentials for a user
|
|
3871
|
+
*/
|
|
3872
|
+
const microsoftOnedriveSetUserCredentials = (microsoftOnedriveSetUserCredentialsBody) => {
|
|
3873
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/auth/set-user-credentials`, method: 'POST',
|
|
3874
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3875
|
+
data: microsoftOnedriveSetUserCredentialsBody
|
|
3876
|
+
});
|
|
3877
|
+
};
|
|
3878
|
+
/**
|
|
3879
|
+
* @summary Handle Microsoft OneDrive OAuth callback
|
|
3880
|
+
*/
|
|
3881
|
+
const microsoftOnedriveOauthCallback = (params) => {
|
|
3882
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/oauth/callback`, method: 'GET',
|
|
3883
|
+
params
|
|
3884
|
+
});
|
|
3885
|
+
};
|
|
3886
|
+
/**
|
|
3887
|
+
* @summary List OneDrive folder contents
|
|
3888
|
+
*/
|
|
3889
|
+
const microsoftOnedriveListItems = (params) => {
|
|
3890
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items`, method: 'GET',
|
|
1027
3891
|
params
|
|
1028
3892
|
});
|
|
1029
3893
|
};
|
|
1030
3894
|
/**
|
|
1031
|
-
*
|
|
1032
|
-
* @summary Start Google Docs OAuth flow
|
|
3895
|
+
* @summary Update OneDrive item
|
|
1033
3896
|
*/
|
|
1034
|
-
const
|
|
1035
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3897
|
+
const microsoftOnedriveUpdateItem = (microsoftOnedriveUpdateItemBody) => {
|
|
3898
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items`, method: 'PATCH',
|
|
1036
3899
|
headers: { 'Content-Type': 'application/json', },
|
|
1037
|
-
data:
|
|
3900
|
+
data: microsoftOnedriveUpdateItemBody
|
|
1038
3901
|
});
|
|
1039
3902
|
};
|
|
1040
3903
|
/**
|
|
1041
|
-
*
|
|
1042
|
-
* @summary Set Google Docs OAuth app credentials for a user
|
|
3904
|
+
* @summary Delete OneDrive item
|
|
1043
3905
|
*/
|
|
1044
|
-
const
|
|
1045
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3906
|
+
const microsoftOnedriveDeleteItem = (microsoftOnedriveDeleteItemBody) => {
|
|
3907
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items`, method: 'DELETE',
|
|
1046
3908
|
headers: { 'Content-Type': 'application/json', },
|
|
1047
|
-
data:
|
|
3909
|
+
data: microsoftOnedriveDeleteItemBody
|
|
1048
3910
|
});
|
|
1049
3911
|
};
|
|
1050
3912
|
/**
|
|
1051
|
-
*
|
|
1052
|
-
* @summary Handle Google Docs OAuth callback
|
|
3913
|
+
* @summary Get OneDrive item metadata
|
|
1053
3914
|
*/
|
|
1054
|
-
const
|
|
1055
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3915
|
+
const microsoftOnedriveGetItem = (microsoftOnedriveGetItemBody) => {
|
|
3916
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/get`, method: 'POST',
|
|
3917
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3918
|
+
data: microsoftOnedriveGetItemBody
|
|
1056
3919
|
});
|
|
1057
3920
|
};
|
|
1058
3921
|
/**
|
|
1059
|
-
*
|
|
1060
|
-
* @summary Create a Google Docs document
|
|
3922
|
+
* @summary Download OneDrive item content (signed URL)
|
|
1061
3923
|
*/
|
|
1062
|
-
const
|
|
1063
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3924
|
+
const microsoftOnedriveDownloadItem = (microsoftOnedriveDownloadItemBody) => {
|
|
3925
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/download`, method: 'POST',
|
|
1064
3926
|
headers: { 'Content-Type': 'application/json', },
|
|
1065
|
-
data:
|
|
3927
|
+
data: microsoftOnedriveDownloadItemBody
|
|
1066
3928
|
});
|
|
1067
3929
|
};
|
|
1068
3930
|
/**
|
|
1069
|
-
*
|
|
1070
|
-
* @summary Read a Google Docs document
|
|
3931
|
+
* @summary Upload OneDrive item (simple)
|
|
1071
3932
|
*/
|
|
1072
|
-
const
|
|
1073
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3933
|
+
const microsoftOnedriveUploadItem = (microsoftOnedriveUploadItemBody) => {
|
|
3934
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/upload`, method: 'POST',
|
|
1074
3935
|
headers: { 'Content-Type': 'application/json', },
|
|
1075
|
-
data:
|
|
3936
|
+
data: microsoftOnedriveUploadItemBody
|
|
1076
3937
|
});
|
|
1077
3938
|
};
|
|
1078
3939
|
/**
|
|
1079
|
-
*
|
|
1080
|
-
* @summary Edit a Google Docs document
|
|
3940
|
+
* @summary Upload large OneDrive item via upload session
|
|
1081
3941
|
*/
|
|
1082
|
-
const
|
|
1083
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3942
|
+
const microsoftOnedriveUploadLargeItem = (microsoftOnedriveUploadLargeItemBody) => {
|
|
3943
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/upload-large`, method: 'POST',
|
|
1084
3944
|
headers: { 'Content-Type': 'application/json', },
|
|
1085
|
-
data:
|
|
3945
|
+
data: microsoftOnedriveUploadLargeItemBody
|
|
1086
3946
|
});
|
|
1087
3947
|
};
|
|
1088
3948
|
/**
|
|
1089
|
-
*
|
|
1090
|
-
* @summary Select Google Docs documents
|
|
3949
|
+
* @summary Create OneDrive folder
|
|
1091
3950
|
*/
|
|
1092
|
-
const
|
|
1093
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3951
|
+
const microsoftOnedriveCreateFolder = (microsoftOnedriveCreateFolderBody) => {
|
|
3952
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/folders`, method: 'POST',
|
|
1094
3953
|
headers: { 'Content-Type': 'application/json', },
|
|
1095
|
-
data:
|
|
3954
|
+
data: microsoftOnedriveCreateFolderBody
|
|
1096
3955
|
});
|
|
1097
3956
|
};
|
|
1098
3957
|
/**
|
|
1099
|
-
*
|
|
1100
|
-
* @summary Select Google Docs documents
|
|
3958
|
+
* @summary Copy OneDrive item
|
|
1101
3959
|
*/
|
|
1102
|
-
const
|
|
1103
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3960
|
+
const microsoftOnedriveCopyItem = (microsoftOnedriveCopyItemBody) => {
|
|
3961
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/copy`, method: 'POST',
|
|
1104
3962
|
headers: { 'Content-Type': 'application/json', },
|
|
1105
|
-
data:
|
|
3963
|
+
data: microsoftOnedriveCopyItemBody
|
|
1106
3964
|
});
|
|
1107
3965
|
};
|
|
1108
3966
|
/**
|
|
1109
|
-
* @summary
|
|
3967
|
+
* @summary Search OneDrive items
|
|
1110
3968
|
*/
|
|
1111
|
-
const
|
|
1112
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
1113
|
-
|
|
1114
|
-
data: googleDriveAuthStartBody
|
|
3969
|
+
const microsoftOnedriveSearchItems = (params) => {
|
|
3970
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/search`, method: 'GET',
|
|
3971
|
+
params
|
|
1115
3972
|
});
|
|
1116
3973
|
};
|
|
1117
3974
|
/**
|
|
1118
|
-
*
|
|
1119
|
-
* @summary Set Google Drive OAuth app credentials for a user
|
|
3975
|
+
* @summary Start Microsoft Outlook OAuth flow
|
|
1120
3976
|
*/
|
|
1121
|
-
const
|
|
1122
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
3977
|
+
const microsoftOutlookAuthStart = (microsoftOutlookAuthStartBody) => {
|
|
3978
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/auth/start`, method: 'POST',
|
|
1123
3979
|
headers: { 'Content-Type': 'application/json', },
|
|
1124
|
-
data:
|
|
3980
|
+
data: microsoftOutlookAuthStartBody
|
|
1125
3981
|
});
|
|
1126
3982
|
};
|
|
1127
3983
|
/**
|
|
1128
|
-
* @summary
|
|
3984
|
+
* @summary Set Microsoft Outlook OAuth app credentials for a user
|
|
1129
3985
|
*/
|
|
1130
|
-
const
|
|
1131
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
1132
|
-
params
|
|
1133
|
-
});
|
|
1134
|
-
};
|
|
1135
|
-
const googleDriveCreateFile = (googleDriveCreateFileBody) => {
|
|
1136
|
-
return (0, http_client_1.customAxios)({ url: `/google-drive/files`, method: 'POST',
|
|
3986
|
+
const microsoftOutlookSetUserCredentials = (microsoftOutlookSetUserCredentialsBody) => {
|
|
3987
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/auth/set-user-credentials`, method: 'POST',
|
|
1137
3988
|
headers: { 'Content-Type': 'application/json', },
|
|
1138
|
-
data:
|
|
3989
|
+
data: microsoftOutlookSetUserCredentialsBody
|
|
1139
3990
|
});
|
|
1140
3991
|
};
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
3992
|
+
/**
|
|
3993
|
+
* @summary Handle Microsoft Outlook OAuth callback
|
|
3994
|
+
*/
|
|
3995
|
+
const microsoftOutlookOauthCallback = () => {
|
|
3996
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/oauth/callback`, method: 'GET'
|
|
1144
3997
|
});
|
|
1145
3998
|
};
|
|
1146
|
-
|
|
1147
|
-
|
|
3999
|
+
/**
|
|
4000
|
+
* GET /me/messages
|
|
4001
|
+
* @summary List messages
|
|
4002
|
+
*/
|
|
4003
|
+
const microsoftOutlookMessagesList = (microsoftOutlookMessagesListBody) => {
|
|
4004
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/list`, method: 'POST',
|
|
1148
4005
|
headers: { 'Content-Type': 'application/json', },
|
|
1149
|
-
data:
|
|
4006
|
+
data: microsoftOutlookMessagesListBody
|
|
1150
4007
|
});
|
|
1151
4008
|
};
|
|
1152
|
-
|
|
1153
|
-
|
|
4009
|
+
/**
|
|
4010
|
+
* GET /me/mailFolders
|
|
4011
|
+
* @summary List mail folders
|
|
4012
|
+
*/
|
|
4013
|
+
const microsoftOutlookMailFoldersList = (microsoftOutlookMailFoldersListBody) => {
|
|
4014
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/mail-folders/list`, method: 'POST',
|
|
1154
4015
|
headers: { 'Content-Type': 'application/json', },
|
|
1155
|
-
data:
|
|
4016
|
+
data: microsoftOutlookMailFoldersListBody
|
|
1156
4017
|
});
|
|
1157
4018
|
};
|
|
1158
4019
|
/**
|
|
1159
|
-
*
|
|
1160
|
-
* @summary
|
|
4020
|
+
* GET /me/mailFolders/{folder-id}/messages
|
|
4021
|
+
* @summary List messages in a folder
|
|
1161
4022
|
*/
|
|
1162
|
-
const
|
|
1163
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4023
|
+
const microsoftOutlookFolderMessagesList = (microsoftOutlookFolderMessagesListBody) => {
|
|
4024
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/mail-folders/messages/list`, method: 'POST',
|
|
1164
4025
|
headers: { 'Content-Type': 'application/json', },
|
|
1165
|
-
data:
|
|
4026
|
+
data: microsoftOutlookFolderMessagesListBody
|
|
1166
4027
|
});
|
|
1167
4028
|
};
|
|
1168
|
-
|
|
1169
|
-
|
|
4029
|
+
/**
|
|
4030
|
+
* GET /me/messages/{message-id}
|
|
4031
|
+
* @summary Get a message
|
|
4032
|
+
*/
|
|
4033
|
+
const microsoftOutlookMessagesGet = (microsoftOutlookMessagesGetBody) => {
|
|
4034
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/get`, method: 'POST',
|
|
1170
4035
|
headers: { 'Content-Type': 'application/json', },
|
|
1171
|
-
data:
|
|
4036
|
+
data: microsoftOutlookMessagesGetBody
|
|
1172
4037
|
});
|
|
1173
4038
|
};
|
|
1174
|
-
|
|
1175
|
-
|
|
4039
|
+
/**
|
|
4040
|
+
* GET /me/messages?$search='{query}'
|
|
4041
|
+
* @summary Search messages
|
|
4042
|
+
*/
|
|
4043
|
+
const microsoftOutlookMessagesSearch = (microsoftOutlookMessagesSearchBody) => {
|
|
4044
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/search`, method: 'POST',
|
|
1176
4045
|
headers: { 'Content-Type': 'application/json', },
|
|
1177
|
-
data:
|
|
4046
|
+
data: microsoftOutlookMessagesSearchBody
|
|
1178
4047
|
});
|
|
1179
4048
|
};
|
|
1180
|
-
|
|
1181
|
-
|
|
4049
|
+
/**
|
|
4050
|
+
* GET /me/messages/{message-id}/attachments
|
|
4051
|
+
* @summary List message attachments
|
|
4052
|
+
*/
|
|
4053
|
+
const microsoftOutlookAttachmentsList = (microsoftOutlookAttachmentsListBody) => {
|
|
4054
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/attachments/list`, method: 'POST',
|
|
1182
4055
|
headers: { 'Content-Type': 'application/json', },
|
|
1183
|
-
data:
|
|
4056
|
+
data: microsoftOutlookAttachmentsListBody
|
|
1184
4057
|
});
|
|
1185
4058
|
};
|
|
1186
4059
|
/**
|
|
1187
|
-
*
|
|
1188
|
-
* @summary
|
|
4060
|
+
* POST /me/sendMail
|
|
4061
|
+
* @summary Send mail
|
|
1189
4062
|
*/
|
|
1190
|
-
const
|
|
1191
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4063
|
+
const microsoftOutlookSendMail = (microsoftOutlookSendMailBody) => {
|
|
4064
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/send-mail`, method: 'POST',
|
|
1192
4065
|
headers: { 'Content-Type': 'application/json', },
|
|
1193
|
-
data:
|
|
4066
|
+
data: microsoftOutlookSendMailBody
|
|
1194
4067
|
});
|
|
1195
4068
|
};
|
|
1196
|
-
|
|
1197
|
-
|
|
4069
|
+
/**
|
|
4070
|
+
* POST /me/messages
|
|
4071
|
+
* @summary Create draft
|
|
4072
|
+
*/
|
|
4073
|
+
const microsoftOutlookMessagesCreate = (microsoftOutlookMessagesCreateBody) => {
|
|
4074
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/create`, method: 'POST',
|
|
1198
4075
|
headers: { 'Content-Type': 'application/json', },
|
|
1199
|
-
data:
|
|
4076
|
+
data: microsoftOutlookMessagesCreateBody
|
|
1200
4077
|
});
|
|
1201
4078
|
};
|
|
1202
4079
|
/**
|
|
1203
|
-
*
|
|
1204
|
-
* @summary
|
|
4080
|
+
* PATCH /me/messages/{message-id}
|
|
4081
|
+
* @summary Update draft
|
|
1205
4082
|
*/
|
|
1206
|
-
const
|
|
1207
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4083
|
+
const microsoftOutlookMessagesUpdate = (microsoftOutlookMessagesUpdateBody) => {
|
|
4084
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/update`, method: 'POST',
|
|
1208
4085
|
headers: { 'Content-Type': 'application/json', },
|
|
1209
|
-
data:
|
|
4086
|
+
data: microsoftOutlookMessagesUpdateBody
|
|
1210
4087
|
});
|
|
1211
4088
|
};
|
|
1212
4089
|
/**
|
|
1213
|
-
*
|
|
4090
|
+
* POST /me/messages/{message-id}/send
|
|
4091
|
+
* @summary Send draft
|
|
1214
4092
|
*/
|
|
1215
|
-
const
|
|
1216
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4093
|
+
const microsoftOutlookMessagesSend = (microsoftOutlookMessagesSendBody) => {
|
|
4094
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/send`, method: 'POST',
|
|
1217
4095
|
headers: { 'Content-Type': 'application/json', },
|
|
1218
|
-
data:
|
|
4096
|
+
data: microsoftOutlookMessagesSendBody
|
|
1219
4097
|
});
|
|
1220
4098
|
};
|
|
1221
4099
|
/**
|
|
1222
|
-
*
|
|
4100
|
+
* POST /me/messages/{message-id}/reply
|
|
4101
|
+
* @summary Reply to message
|
|
1223
4102
|
*/
|
|
1224
|
-
const
|
|
1225
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4103
|
+
const microsoftOutlookMessagesReply = (microsoftOutlookMessagesReplyBody) => {
|
|
4104
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/reply`, method: 'POST',
|
|
1226
4105
|
headers: { 'Content-Type': 'application/json', },
|
|
1227
|
-
data:
|
|
1228
|
-
responseType: 'blob'
|
|
4106
|
+
data: microsoftOutlookMessagesReplyBody
|
|
1229
4107
|
});
|
|
1230
4108
|
};
|
|
1231
4109
|
/**
|
|
1232
|
-
*
|
|
1233
|
-
* @summary
|
|
4110
|
+
* POST /me/messages/{message-id}/replyAll
|
|
4111
|
+
* @summary Reply all
|
|
1234
4112
|
*/
|
|
1235
|
-
const
|
|
1236
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4113
|
+
const microsoftOutlookMessagesReplyAll = (microsoftOutlookMessagesReplyAllBody) => {
|
|
4114
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/reply-all`, method: 'POST',
|
|
1237
4115
|
headers: { 'Content-Type': 'application/json', },
|
|
1238
|
-
data:
|
|
4116
|
+
data: microsoftOutlookMessagesReplyAllBody
|
|
1239
4117
|
});
|
|
1240
4118
|
};
|
|
1241
4119
|
/**
|
|
1242
|
-
*
|
|
4120
|
+
* POST /me/messages/{message-id}/forward
|
|
4121
|
+
* @summary Forward message
|
|
1243
4122
|
*/
|
|
1244
|
-
const
|
|
1245
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4123
|
+
const microsoftOutlookMessagesForward = (microsoftOutlookMessagesForwardBody) => {
|
|
4124
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/forward`, method: 'POST',
|
|
1246
4125
|
headers: { 'Content-Type': 'application/json', },
|
|
1247
|
-
data:
|
|
1248
|
-
responseType: 'blob'
|
|
4126
|
+
data: microsoftOutlookMessagesForwardBody
|
|
1249
4127
|
});
|
|
1250
4128
|
};
|
|
1251
4129
|
/**
|
|
1252
|
-
*
|
|
1253
|
-
* @summary
|
|
4130
|
+
* DELETE /me/messages/{message-id}
|
|
4131
|
+
* @summary Delete message
|
|
1254
4132
|
*/
|
|
1255
|
-
const
|
|
1256
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4133
|
+
const microsoftOutlookMessagesDelete = (microsoftOutlookMessagesDeleteBody) => {
|
|
4134
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/delete`, method: 'POST',
|
|
1257
4135
|
headers: { 'Content-Type': 'application/json', },
|
|
1258
|
-
data:
|
|
4136
|
+
data: microsoftOutlookMessagesDeleteBody
|
|
1259
4137
|
});
|
|
1260
4138
|
};
|
|
1261
4139
|
/**
|
|
1262
|
-
*
|
|
1263
|
-
* @summary
|
|
4140
|
+
* POST /me/messages/{message-id}/attachments
|
|
4141
|
+
* @summary Add attachment to draft
|
|
1264
4142
|
*/
|
|
1265
|
-
const
|
|
1266
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4143
|
+
const microsoftOutlookAttachmentsCreate = (microsoftOutlookAttachmentsCreateBody) => {
|
|
4144
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/attachments/create`, method: 'POST',
|
|
1267
4145
|
headers: { 'Content-Type': 'application/json', },
|
|
1268
|
-
data:
|
|
4146
|
+
data: microsoftOutlookAttachmentsCreateBody
|
|
1269
4147
|
});
|
|
1270
4148
|
};
|
|
1271
4149
|
/**
|
|
1272
|
-
*
|
|
1273
|
-
* @summary Handle Google OAuth browser callback
|
|
4150
|
+
* @summary Set Microsoft SharePoint OAuth app credentials for a user
|
|
1274
4151
|
*/
|
|
1275
|
-
const
|
|
1276
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4152
|
+
const microsoftSharepointSetUserCredentials = (microsoftSharepointSetUserCredentialsBody) => {
|
|
4153
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/auth/set-user-credentials`, method: 'POST',
|
|
4154
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4155
|
+
data: microsoftSharepointSetUserCredentialsBody
|
|
1277
4156
|
});
|
|
1278
4157
|
};
|
|
1279
4158
|
/**
|
|
1280
|
-
*
|
|
1281
|
-
* @summary Start Google Sheets OAuth flow
|
|
4159
|
+
* @summary Initiate Microsoft SharePoint OAuth
|
|
1282
4160
|
*/
|
|
1283
|
-
const
|
|
1284
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4161
|
+
const microsoftSharepointOauthInitiate = (microsoftSharepointOauthInitiateBody) => {
|
|
4162
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/oauth/initiate`, method: 'POST',
|
|
1285
4163
|
headers: { 'Content-Type': 'application/json', },
|
|
1286
|
-
data:
|
|
4164
|
+
data: microsoftSharepointOauthInitiateBody
|
|
1287
4165
|
});
|
|
1288
4166
|
};
|
|
1289
4167
|
/**
|
|
1290
|
-
*
|
|
1291
|
-
* @summary Set Google Sheets OAuth app credentials for a user
|
|
4168
|
+
* @summary Microsoft SharePoint OAuth callback
|
|
1292
4169
|
*/
|
|
1293
|
-
const
|
|
1294
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
1295
|
-
|
|
1296
|
-
data: googleSheetsSetUserCredentialsBody
|
|
4170
|
+
const microsoftSharepointOauthCallback = (params) => {
|
|
4171
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/oauth/callback`, method: 'GET',
|
|
4172
|
+
params
|
|
1297
4173
|
});
|
|
1298
4174
|
};
|
|
1299
4175
|
/**
|
|
1300
|
-
*
|
|
1301
|
-
* @summary Handle Google Sheets OAuth callback
|
|
4176
|
+
* @summary Get site by path — GET /sites/{hostname}:/{site-path}
|
|
1302
4177
|
*/
|
|
1303
|
-
const
|
|
1304
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4178
|
+
const microsoftSharepointGetSiteByPath = (microsoftSharepointGetSiteByPathBody) => {
|
|
4179
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/get-by-path`, method: 'POST',
|
|
4180
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4181
|
+
data: microsoftSharepointGetSiteByPathBody
|
|
1305
4182
|
});
|
|
1306
4183
|
};
|
|
1307
4184
|
/**
|
|
1308
|
-
*
|
|
1309
|
-
* @summary Create a Google Sheets spreadsheet
|
|
4185
|
+
* @summary Search sites — GET /sites?search={query}
|
|
1310
4186
|
*/
|
|
1311
|
-
const
|
|
1312
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4187
|
+
const microsoftSharepointSearchSites = (microsoftSharepointSearchSitesBody) => {
|
|
4188
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/search`, method: 'POST',
|
|
1313
4189
|
headers: { 'Content-Type': 'application/json', },
|
|
1314
|
-
data:
|
|
4190
|
+
data: microsoftSharepointSearchSitesBody
|
|
1315
4191
|
});
|
|
1316
4192
|
};
|
|
1317
4193
|
/**
|
|
1318
|
-
*
|
|
1319
|
-
* @summary Read values from a Google Sheets spreadsheet
|
|
4194
|
+
* @summary List drives — GET /sites/{site-id}/drives
|
|
1320
4195
|
*/
|
|
1321
|
-
const
|
|
1322
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4196
|
+
const microsoftSharepointListDrives = (microsoftSharepointListDrivesBody) => {
|
|
4197
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/drives/list`, method: 'POST',
|
|
1323
4198
|
headers: { 'Content-Type': 'application/json', },
|
|
1324
|
-
data:
|
|
4199
|
+
data: microsoftSharepointListDrivesBody
|
|
1325
4200
|
});
|
|
1326
4201
|
};
|
|
1327
4202
|
/**
|
|
1328
|
-
*
|
|
1329
|
-
* @summary Update values in a Google Sheets spreadsheet
|
|
4203
|
+
* @summary List drive item children — GET /drives/{drive-id}/items/{item-id}/children
|
|
1330
4204
|
*/
|
|
1331
|
-
const
|
|
1332
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4205
|
+
const microsoftSharepointListDriveItemChildren = (microsoftSharepointListDriveItemChildrenBody) => {
|
|
4206
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/drives/items/children/list`, method: 'POST',
|
|
1333
4207
|
headers: { 'Content-Type': 'application/json', },
|
|
1334
|
-
data:
|
|
4208
|
+
data: microsoftSharepointListDriveItemChildrenBody
|
|
1335
4209
|
});
|
|
1336
4210
|
};
|
|
1337
4211
|
/**
|
|
1338
|
-
*
|
|
1339
|
-
* @summary Append rows to a Google Sheets spreadsheet
|
|
4212
|
+
* @summary Download file content (signed URL) — GET /drives/{drive-id}/items/{item-id}/content
|
|
1340
4213
|
*/
|
|
1341
|
-
const
|
|
1342
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4214
|
+
const microsoftSharepointDownloadFileContent = (microsoftSharepointDownloadFileContentBody) => {
|
|
4215
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/drives/items/content/get`, method: 'POST',
|
|
1343
4216
|
headers: { 'Content-Type': 'application/json', },
|
|
1344
|
-
data:
|
|
4217
|
+
data: microsoftSharepointDownloadFileContentBody
|
|
1345
4218
|
});
|
|
1346
4219
|
};
|
|
1347
4220
|
/**
|
|
1348
|
-
*
|
|
1349
|
-
* @summary Apply structural changes to a Google Sheets spreadsheet
|
|
4221
|
+
* @summary Upload file — PUT /drives/{drive-id}/items/{parent-id}:/{filename}:/content
|
|
1350
4222
|
*/
|
|
1351
|
-
const
|
|
1352
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4223
|
+
const microsoftSharepointUploadFile = (microsoftSharepointUploadFileBody) => {
|
|
4224
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/drives/items/content/upload`, method: 'POST',
|
|
1353
4225
|
headers: { 'Content-Type': 'application/json', },
|
|
1354
|
-
data:
|
|
4226
|
+
data: microsoftSharepointUploadFileBody
|
|
1355
4227
|
});
|
|
1356
4228
|
};
|
|
1357
4229
|
/**
|
|
1358
|
-
*
|
|
1359
|
-
* @summary Select Google Sheets spreadsheets
|
|
4230
|
+
* @summary Delete file — DELETE /drives/{drive-id}/items/{item-id}
|
|
1360
4231
|
*/
|
|
1361
|
-
const
|
|
1362
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4232
|
+
const microsoftSharepointDeleteFile = (microsoftSharepointDeleteFileBody) => {
|
|
4233
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/drives/items/delete`, method: 'POST',
|
|
1363
4234
|
headers: { 'Content-Type': 'application/json', },
|
|
1364
|
-
data:
|
|
4235
|
+
data: microsoftSharepointDeleteFileBody
|
|
1365
4236
|
});
|
|
1366
4237
|
};
|
|
1367
4238
|
/**
|
|
1368
|
-
*
|
|
1369
|
-
* @summary Start Google Slides OAuth flow
|
|
4239
|
+
* @summary List lists — GET /sites/{site-id}/lists
|
|
1370
4240
|
*/
|
|
1371
|
-
const
|
|
1372
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4241
|
+
const microsoftSharepointListLists = (microsoftSharepointListListsBody) => {
|
|
4242
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/list`, method: 'POST',
|
|
1373
4243
|
headers: { 'Content-Type': 'application/json', },
|
|
1374
|
-
data:
|
|
4244
|
+
data: microsoftSharepointListListsBody
|
|
1375
4245
|
});
|
|
1376
4246
|
};
|
|
1377
4247
|
/**
|
|
1378
|
-
*
|
|
1379
|
-
* @summary Set Google Slides OAuth app credentials for a user
|
|
4248
|
+
* @summary Get list — GET /sites/{site-id}/lists/{list-id}
|
|
1380
4249
|
*/
|
|
1381
|
-
const
|
|
1382
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4250
|
+
const microsoftSharepointGetList = (microsoftSharepointGetListBody) => {
|
|
4251
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/get`, method: 'POST',
|
|
1383
4252
|
headers: { 'Content-Type': 'application/json', },
|
|
1384
|
-
data:
|
|
4253
|
+
data: microsoftSharepointGetListBody
|
|
1385
4254
|
});
|
|
1386
4255
|
};
|
|
1387
4256
|
/**
|
|
1388
|
-
*
|
|
1389
|
-
* @summary Handle Google Slides OAuth callback
|
|
4257
|
+
* @summary List list items — GET /sites/{site-id}/lists/{list-id}/items
|
|
1390
4258
|
*/
|
|
1391
|
-
const
|
|
1392
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4259
|
+
const microsoftSharepointListListItems = (microsoftSharepointListListItemsBody) => {
|
|
4260
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/items/list`, method: 'POST',
|
|
4261
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4262
|
+
data: microsoftSharepointListListItemsBody
|
|
1393
4263
|
});
|
|
1394
4264
|
};
|
|
1395
4265
|
/**
|
|
1396
|
-
*
|
|
1397
|
-
* @summary Create a Google Slides presentation
|
|
4266
|
+
* @summary Create list item — POST /sites/{site-id}/lists/{list-id}/items
|
|
1398
4267
|
*/
|
|
1399
|
-
const
|
|
1400
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4268
|
+
const microsoftSharepointCreateListItem = (microsoftSharepointCreateListItemBody) => {
|
|
4269
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/items/create`, method: 'POST',
|
|
1401
4270
|
headers: { 'Content-Type': 'application/json', },
|
|
1402
|
-
data:
|
|
4271
|
+
data: microsoftSharepointCreateListItemBody
|
|
1403
4272
|
});
|
|
1404
4273
|
};
|
|
1405
4274
|
/**
|
|
1406
|
-
*
|
|
1407
|
-
* @summary Get a Google Slides presentation
|
|
4275
|
+
* @summary Update list item — PATCH /sites/{site-id}/lists/{list-id}/items/{item-id}
|
|
1408
4276
|
*/
|
|
1409
|
-
const
|
|
1410
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4277
|
+
const microsoftSharepointUpdateListItem = (microsoftSharepointUpdateListItemBody) => {
|
|
4278
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/items/update`, method: 'POST',
|
|
1411
4279
|
headers: { 'Content-Type': 'application/json', },
|
|
1412
|
-
data:
|
|
4280
|
+
data: microsoftSharepointUpdateListItemBody
|
|
1413
4281
|
});
|
|
1414
4282
|
};
|
|
1415
4283
|
/**
|
|
1416
|
-
*
|
|
1417
|
-
* @summary Edit a Google Slides presentation
|
|
4284
|
+
* @summary Search content — POST /search/query
|
|
1418
4285
|
*/
|
|
1419
|
-
const
|
|
1420
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
4286
|
+
const microsoftSharepointSearchContent = (microsoftSharepointSearchContentBody) => {
|
|
4287
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/search/query`, method: 'POST',
|
|
1421
4288
|
headers: { 'Content-Type': 'application/json', },
|
|
1422
|
-
data:
|
|
4289
|
+
data: microsoftSharepointSearchContentBody
|
|
1423
4290
|
});
|
|
1424
4291
|
};
|
|
1425
4292
|
/**
|
|
@@ -2609,6 +5476,76 @@ const getIntegrationsAPI = () => {
|
|
|
2609
5476
|
data: resendSendEmailBody
|
|
2610
5477
|
});
|
|
2611
5478
|
};
|
|
5479
|
+
/**
|
|
5480
|
+
* Calls Socure RiskOS POST /api/evaluation with the tenant-configured `workflow` name. Supports both API-only (PII in `data`) and Hosted Flow (`data.custom.redirect_uri` — response carries a `redirect_uri` for the user to open, final decision via `evaluation_completed` webhook).
|
|
5481
|
+
* @summary Submit Evaluation
|
|
5482
|
+
*/
|
|
5483
|
+
const socureRiskosSubmitEvaluation = (socureRiskosSubmitEvaluationBody) => {
|
|
5484
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/evaluations/submit`, method: 'POST',
|
|
5485
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5486
|
+
data: socureRiskosSubmitEvaluationBody
|
|
5487
|
+
});
|
|
5488
|
+
};
|
|
5489
|
+
/**
|
|
5490
|
+
* Calls Socure RiskOS GET /api/evaluation/{evalId}. Re-fetches a prior decision payload.
|
|
5491
|
+
* @summary Get Evaluation Result
|
|
5492
|
+
*/
|
|
5493
|
+
const socureRiskosGetEvaluationResult = (socureRiskosGetEvaluationResultBody) => {
|
|
5494
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/evaluations/get`, method: 'POST',
|
|
5495
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5496
|
+
data: socureRiskosGetEvaluationResultBody
|
|
5497
|
+
});
|
|
5498
|
+
};
|
|
5499
|
+
/**
|
|
5500
|
+
* Calls Socure RiskOS POST /api/evaluation/{evalId}/watchlist-monitoring. Toggles ongoing PEP/sanctions monitoring on a subject from a previously completed evaluation.
|
|
5501
|
+
* @summary Enable Watchlist Monitoring
|
|
5502
|
+
*/
|
|
5503
|
+
const socureRiskosEnableWatchlistMonitoring = (socureRiskosEnableWatchlistMonitoringBody) => {
|
|
5504
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/evaluations/watchlist-monitoring`, method: 'POST',
|
|
5505
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5506
|
+
data: socureRiskosEnableWatchlistMonitoringBody
|
|
5507
|
+
});
|
|
5508
|
+
};
|
|
5509
|
+
/**
|
|
5510
|
+
* Calls Socure RiskOS POST /api/feedback. Body is forwarded verbatim to the RiskOS feedback API.
|
|
5511
|
+
* @summary Submit Outcome Feedback
|
|
5512
|
+
*/
|
|
5513
|
+
const socureRiskosSubmitOutcomeFeedback = (socureRiskosSubmitOutcomeFeedbackBody) => {
|
|
5514
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/feedback`, method: 'POST',
|
|
5515
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5516
|
+
data: socureRiskosSubmitOutcomeFeedbackBody
|
|
5517
|
+
});
|
|
5518
|
+
};
|
|
5519
|
+
/**
|
|
5520
|
+
* Calls Socure RiskOS GET /api/evaluation/{evalId}/documents. Returns the ZIP bytes base64-encoded with original content-type/disposition headers.
|
|
5521
|
+
* @summary Download Evaluation Documents
|
|
5522
|
+
*/
|
|
5523
|
+
const socureRiskosDownloadEvaluationDocuments = (socureRiskosDownloadEvaluationDocumentsBody) => {
|
|
5524
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/evaluations/documents`, method: 'POST',
|
|
5525
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5526
|
+
data: socureRiskosDownloadEvaluationDocumentsBody
|
|
5527
|
+
});
|
|
5528
|
+
};
|
|
5529
|
+
/**
|
|
5530
|
+
* Inbound webhook receiver. The admin configures this static URL in the Socure Developer Workbench. The tenant + integration config are resolved from the `metadata` object echoed back in the event payload (attached at evaluation/monitoring submission). RiskOS does not sign with HMAC; verification compares the inbound `Authorization: Bearer ...` header against the tenant-configured `webhookSharedSecret`.
|
|
5531
|
+
* @summary Receive Socure RiskOS webhook
|
|
5532
|
+
*/
|
|
5533
|
+
const socureRiskosReceiveWebhook = (socureRiskosReceiveWebhookBody) => {
|
|
5534
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/webhooks`, method: 'POST',
|
|
5535
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5536
|
+
data: socureRiskosReceiveWebhookBody
|
|
5537
|
+
});
|
|
5538
|
+
};
|
|
5539
|
+
/**
|
|
5540
|
+
* Stores per-user Socure RiskOS credentials for PerUser integration configs. Rejected when the Socure RiskOS integration config is Shared.
|
|
5541
|
+
* @summary Store per-user Socure RiskOS credentials
|
|
5542
|
+
*/
|
|
5543
|
+
const socureRiskosSetUserCredentials = (socureRiskosSetUserCredentialsBody) => {
|
|
5544
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/set-user-credentials`, method: 'POST',
|
|
5545
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5546
|
+
data: socureRiskosSetUserCredentialsBody
|
|
5547
|
+
});
|
|
5548
|
+
};
|
|
2612
5549
|
/**
|
|
2613
5550
|
* Stores Stripe API credentials for PerUser integration configs.
|
|
2614
5551
|
* @summary Store per-user Stripe credentials
|
|
@@ -3128,7 +6065,7 @@ const getIntegrationsAPI = () => {
|
|
|
3128
6065
|
data: wealthboxGetActivityBody
|
|
3129
6066
|
});
|
|
3130
6067
|
};
|
|
3131
|
-
return { anthropicSetUserCredentials, anthropicGenerateText, anthropicCreateStream, awsS3SetUserCredentials, awsS3UploadData, awsS3DeleteFile, awsS3DocumentExists, awsS3GenerateDownloadSignedUrl, awsS3GetData, awsS3GenerateUploadSignedUrl, awsS3CopyFile, awsS3GetFileMetadata, awsS3UploadFile, awsS3CreateReadStream, azureBlobStorageSetUserCredentials, azureBlobStorageUploadData, azureBlobStorageDeleteFile, azureBlobStorageDocumentExists, azureBlobStorageGenerateDownloadSignedUrl, azureBlobStorageGetData, azureBlobStorageGenerateUploadSignedUrl, azureBlobStorageCopyFile, azureBlobStorageGetFileMetadata, azureBlobStorageUploadFile, azureBlobStorageCreateReadStream, azureBlobStorageCreateWriteStream, gitlabSetUserCredentials, gitlabOauthInitiate, gitlabOauthCallback, gitlabGetCurrentUser, gitlabListProjects, gitlabGetProject, gitlabListMergeRequests, gitlabGetMergeRequest, gitlabGetMergeRequestDiffs, gitlabMergeMergeRequest, gitlabListMergeRequestNotes, gitlabCreateMergeRequestNote, gmailAuthStart, gmailSetUserCredentials, gmailOauthCallback, gmailSendEmail, gmailListMessages, gmailGetMessage, gmailCreateDraft, gmailListLabels, gmailCreateLabel, gmailUpdateLabel, gmailDeleteLabel, googleCloudStorageSetUserCredentials, googleCloudStorageUploadData, googleCloudStorageDeleteFile, googleCloudStorageDocumentExists, googleCloudStorageGenerateDownloadSignedUrl, googleCloudStorageGetData, googleCloudStorageGenerateUploadSignedUrl, googleCloudStorageCopyFile, googleCloudStorageGetFileMetadata, googleCloudStorageUploadFile, googleCloudStorageCreateReadStream, googleCloudStorageCreateWriteStream, googleDocsAuthStart, googleDocsSetUserCredentials, googleDocsOauthCallback, googleDocsCreateDocument, googleDocsGetDocument, googleDocsBatchUpdateDocument, googleDocsSelectDocumentsLegacy, googleDocsSelectDocuments, googleDriveAuthStart, googleDriveSetUserCredentials, googleDriveOauthCallback, googleDriveCreateFile, googleDriveListFiles, googleDriveUpdateFile, googleDriveDeleteFile, googleDriveGetFile, googleDriveCopyFile, googleDriveCreatePermission, googleDriveDeletePermission, googleDriveListPermissions, googleDriveSelectDocuments, googleGenerativeAISetUserCredentials, googleGenerativeAIGenerateText, googleGenerativeAIGenerateImage, googleGenerativeAICreateStream, googleGenerativeAIImageGenerateImage, googleOAuthGetAuthorizationUrl, googleOAuthGetUserProfile, googleOAuthOauthCallback, googleSheetsAuthStart, googleSheetsSetUserCredentials, googleSheetsOauthCallback, googleSheetsCreateSpreadsheet, googleSheetsGetValues, googleSheetsUpdateValues, googleSheetsAppendValues, googleSheetsBatchUpdate, googleSheetsSelectSpreadsheets, googleSlidesAuthStart, googleSlidesSetUserCredentials, googleSlidesOauthCallback, googleSlidesCreatePresentation, googleSlidesGetPresentation, googleSlidesBatchUpdatePresentation, jiraOauthInitiate, jiraSetUserCredentials, jiraOauthCallback, jiraCreateIssue, jiraSearchIssues, jiraGetIssue, jiraUpdateIssue, jiraAddComment, jiraListProjects, jiraListTransitions, jiraTransitionIssue, jiraListBoards, jiraListSprints, jiraCreateSprint, jiraUpdateSprint, jiraMoveIssuesToBacklog, jiraMoveIssuesToSprint, openaiSetUserCredentials, openaiGenerateText, openaiCreateStream, plaidStartHostedLink, plaidSetUserCredentials, plaidHostedLinkCallback, plaidGetAccounts, plaidGetAccountsBalance, plaidGetAuth, plaidTransactionsSync, plaidGetRecurringTransactions, plaidGetTransactions, plaidGetIdentity, plaidGetItem, plaidRemoveItem, plaidGetInstitutionById, plaidGetInvestmentHoldings, plaidGetInvestmentTransactions, plaidGetLiabilities, plaidCreateAssetReport, plaidGetAssetReport, plaidRefreshAssetReport, plaidGetAssetReportPdf, redtailSetUserCredentials, redtailAuthenticate, redtailGetFamilies, redtailGetContact, redtailGetContacts, redtailUpdateContact, redtailGetContactPersonalProfile, redtailGetContactAccounts, redtailGetAccountOwners, redtailGetAccountDetails, redtailGetActivities, redtailGetActivity, redtailCreateActivity, redtailUpdateActivity, redtailDeleteActivity, redtailCreateActivityNote, redtailDeleteActivityNote, redtailGetActivityNotes, redtailGetDatabaseUsers, redtailGetCategories, redtailGetActivityCodes, redtailGetNotes, redtailCreateContact, redtailDeleteContact, redtailGetContactAddresses, redtailGetContactAddress, redtailCreateContactAddress, redtailUpdateContactAddress, redtailDeleteContactAddress, redtailGetContactEmails, redtailGetContactEmail, redtailCreateContactEmail, redtailUpdateContactEmail, redtailDeleteContactEmail, redtailGetContactPhones, redtailGetContactPhone, redtailCreateContactPhone, redtailUpdateContactPhone, redtailDeleteContactPhone, redtailGetContactSocialMedias, redtailGetContactSocialMedia, redtailCreateContactSocialMedia, redtailUpdateContactSocialMedia, redtailDeleteContactSocialMedia, redtailGetContactUrls, redtailGetContactUrl, redtailCreateContactUrl, redtailUpdateContactUrl, redtailDeleteContactUrl, redtailGetContactNotes, redtailGetContactNote, redtailCreateContactNote, redtailDeleteContactNote, redtailGetContactAccount, redtailCreateContactAccount, redtailUpdateContactAccount, redtailDeleteContactAccount, redtailUpdateAccountDetails, redtailGetImportantInformation, redtailUpdateImportantInformation, redtailGetContactRole, redtailUpdateContactRole, redtailGetContactSam, redtailUpdateContactSam, redtailGetContactTax, redtailUpdateContactTax, redtailGetAccountTypes, redtailGetAccountTaxQualifiedTypes, redtailGetContactCategories, redtailGetContactStatuses, redtailGetSources, redtailGetContactSalutations, redtailGetServicingAdvisors, redtailGetWritingAdvisors, redtailGetDatabaseTeams, redtailGetActivityTemplates, redtailGetActivityTemplate, redtailGetNoteTemplates, redtailGetNoteTemplate, redtailCreateNoteComment, resendSetUserCredentials, resendSendEmail, stripeSetUserCredentials, stripeCreateCheckoutSession, stripeWebhook, twilioWhatsappSetUserCredentials, twilioWhatsappCreateMessage, wealthboxOauthInitiate, wealthboxSetUserCredentials, wealthboxOauthCallback, wealthboxGetContacts, wealthboxGetContact, wealthboxCreateContact, wealthboxUpdateContact, wealthboxDeleteContact, wealthboxGetTasks, wealthboxGetTask, wealthboxCreateTask, wealthboxUpdateTask, wealthboxDeleteTask, wealthboxGetEvents, wealthboxGetEvent, wealthboxCreateEvent, wealthboxUpdateEvent, wealthboxDeleteEvent, wealthboxGetOpportunities, wealthboxGetOpportunity, wealthboxCreateOpportunity, wealthboxUpdateOpportunity, wealthboxDeleteOpportunity, wealthboxGetNotes, wealthboxGetNote, wealthboxCreateNote, wealthboxUpdateNote, wealthboxGetProjects, wealthboxGetProject, wealthboxCreateProject, wealthboxUpdateProject, wealthboxDeleteProject, wealthboxGetWorkflows, wealthboxGetWorkflow, wealthboxCreateWorkflow, wealthboxDeleteWorkflow, wealthboxCompleteWorkflowStep, wealthboxRevertWorkflowStep, wealthboxAddHouseholdMember, wealthboxRemoveHouseholdMember, wealthboxGetUserGroups, wealthboxGetMe, wealthboxGetUsers, wealthboxGetTeams, wealthboxGetTags, wealthboxGetCustomFields, wealthboxGetCategoryMembers, wealthboxGetComments, wealthboxGetContactRoles, wealthboxGetWorkflowTemplates, wealthboxGetWorkflowTemplate, wealthboxGetActivity };
|
|
6068
|
+
return { abrigoFindCustomerByCrmId, abrigoCreateCustomer, abrigoLinkBeneficialOwner, abrigoFindProposedLoanByCrmId, abrigoCreateProposedLoan, abrigoStartWorkflow, abrigoCreateCollateral, abrigoCreateProposedLien, abrigoListCustomers, abrigoSearchCustomers, abrigoGetCustomerById, abrigoUpdateCustomer, abrigoDeleteCustomer, abrigoListBeneficialOwners, abrigoGetBeneficialOwnerById, abrigoUpdateBeneficialOwner, abrigoListCustomerContacts, abrigoCreateCustomerContact, abrigoListEntities, abrigoGetEntityById, abrigoListProposedLoans, abrigoGetProposedLoanById, abrigoUpdateProposedLoan, abrigoDeleteProposedLoan, abrigoUpdateProposedLoanStatus, abrigoGetProposedLoanExposure, abrigoListLoanApplications, abrigoGetLoanApplicationById, abrigoCreateLoanApplication, abrigoUpdateLoanApplication, abrigoSubmitLoanApplication, abrigoListLoanRolesByProposedLoan, abrigoCreateLoanRole, abrigoUpdateLoanRole, abrigoListProposedProducts, abrigoListCollaterals, abrigoGetCollateralById, abrigoUpdateCollateral, abrigoDeleteCollateral, abrigoListLiens, abrigoGetLienById, abrigoListProposedLiens, abrigoListPortfolioLoans, abrigoGetPortfolioLoanById, abrigoUpdatePortfolioLoan, abrigoGetPortfolioLoanCollaterals, abrigoListPastDueLoans, abrigoListMaturingLoans, abrigoListLoanRolesByPortfolioLoan, abrigoListPortfolioLoansBasic, abrigoListRiskRatingCalculations, abrigoGetRiskRatingCalculationById, abrigoApproveRiskRating, abrigoDeclineRiskRating, abrigoListPolicyExceptions, abrigoCreatePolicyException, abrigoListPolicyExceptionTypes, abrigoListPolicyExceptionStatuses, abrigoListWorkflows, abrigoGetWorkflowById, abrigoCloseWorkflow, abrigoListWorkflowSteps, abrigoGetWorkflowStepById, abrigoUpdateWorkflowStepStatus, abrigoGetWorkflowNextSteps, abrigoListTicklers, abrigoGetTicklerById, abrigoListActivities, abrigoCreateActivity, abrigoListBankCodes, abrigoListBankBranches, abrigoListStates, abrigoGetStateById, abrigoListDocuments, abrigoGetDocumentById, abrigoGetDocumentContent, abrigoListDocumentsByObjectAssociation, abrigoSetUserCredentials, alloyCreatePersonEntity, alloyGetPersonEntity, alloyCreateBusinessEntity, alloyGetBusinessEntity, alloyCreateJourneyApplication, alloyGetJourneyApplication, alloyRerunJourneyApplication, alloyReviewJourneyApplication, alloyRunEvaluation, alloyUploadDocument, alloySetUserCredentials, anthropicSetUserCredentials, anthropicGenerateText, anthropicCreateStream, awsS3SetUserCredentials, awsS3UploadData, awsS3DeleteFile, awsS3DocumentExists, awsS3GenerateDownloadSignedUrl, awsS3GetData, awsS3GenerateUploadSignedUrl, awsS3CopyFile, awsS3GetFileMetadata, awsS3UploadFile, awsS3CreateReadStream, azureBlobStorageSetUserCredentials, azureBlobStorageUploadData, azureBlobStorageDeleteFile, azureBlobStorageDocumentExists, azureBlobStorageGenerateDownloadSignedUrl, azureBlobStorageGetData, azureBlobStorageGenerateUploadSignedUrl, azureBlobStorageCopyFile, azureBlobStorageGetFileMetadata, azureBlobStorageUploadFile, azureBlobStorageCreateReadStream, azureBlobStorageCreateWriteStream, creditsafeComplianceBankMatchGetIbanCompanySearchCriteria, creditsafeComplianceBankMatchGetBbanCompanySearchCriteria, creditsafeComplianceBankMatchIbanCompanySearch, creditsafeComplianceBankMatchBbanCompanySearch, creditsafeComplianceBankMatchGetIbanPersonSearchCriteria, creditsafeComplianceBankMatchIbanPersonSearch, creditsafeComplianceCountryRiskGetCountryRisk, creditsafeComplianceKycProtectListProfileTypes, creditsafeComplianceKycProtectListCurrencyCodes, creditsafeComplianceKycProtectListCountryCodes, creditsafeComplianceKycProtectListSanctionBodies, creditsafeComplianceKycProtectListDocumentTypes, creditsafeComplianceKycProtectGetAmlPreferences, creditsafeComplianceKycProtectUpdateAmlPreferences, creditsafeComplianceKycProtectListAudits, creditsafeComplianceKycProtectCreateProfile, creditsafeComplianceKycProtectListProfiles, creditsafeComplianceKycProtectGetProfile, creditsafeComplianceKycProtectUpdateProfile, creditsafeComplianceKycProtectDeleteProfile, creditsafeComplianceKycProtectImportBusinessProfiles, creditsafeComplianceKycProtectGetProfileDetails, creditsafeComplianceKycProtectUpdateProfileDetails, creditsafeComplianceKycProtectListProfileAddresses, creditsafeComplianceKycProtectCreateProfileAddress, creditsafeComplianceKycProtectAddKeyParty, creditsafeComplianceKycProtectListKeyParties, creditsafeComplianceKycProtectUpdateKeyParties, creditsafeComplianceKycProtectRemoveKeyParties, creditsafeComplianceKycProtectCreateBusinessSearch, creditsafeComplianceKycProtectListBusinessSearches, creditsafeComplianceKycProtectGetBusinessSearch, creditsafeComplianceKycProtectListBusinessSearchHits, creditsafeComplianceKycProtectCreateIndividualSearch, creditsafeComplianceKycProtectListIndividualSearches, creditsafeComplianceKycProtectGetIndividualSearch, creditsafeComplianceKycProtectListIndividualSearchHits, creditsafeComplianceKycProtectBulkAmlScreening, creditsafeComplianceKycProtectCreateSchedule, creditsafeComplianceKycProtectListSchedules, creditsafeComplianceKycProtectListMonitoringAmlAlerts, creditsafeComplianceKycProtectBulkAddMonitoringProfiles, creditsafeComplianceKycProtectListKycMonitoringAlerts, creditsafeComplianceKycProtectUpdateKycMonitoringAlert, creditsafeComplianceKycProtectListAsyncAmlJobs, creditsafeComplianceKycProtectGetAsyncAmlJob, creditsafeComplianceKycProtectUploadBatchFile, creditsafeComplianceKycProtectGetBatchUpload, creditsafeComplianceKycProtectGenerateReport, creditsafeComplianceKycProtectListReports, creditsafeComplianceKycProtectGetReport, creditsafeComplianceKycProtectGetComplianceAlerts, creditsafeComplianceSetUserCredentials, creditsafeFeaturedCreditRiskListReportLanguagesByCountry, creditsafeFeaturedCreditRiskGetCompanySearchCriteria, creditsafeFeaturedCreditRiskGetPeopleSearchCriteria, creditsafeFeaturedCreditRiskGetCompanySchema, creditsafeFeaturedCreditRiskCompaniesSearch, creditsafeFeaturedCreditRiskGetCompany, creditsafeFeaturedCreditRiskCompaniesMatch, creditsafeFeaturedCreditRiskPeopleSearch, creditsafeFeaturedCreditRiskGetPerson, creditsafeFeaturedCreditRiskListCompanyImages, creditsafeFeaturedCreditRiskListImageTypes, creditsafeFeaturedCreditRiskDownloadImage, creditsafeFeaturedCreditRiskCreateFreshInvestigation, creditsafeFeaturedCreditRiskListFreshInvestigations, creditsafeFeaturedCreditRiskGetFreshInvestigation, creditsafeFeaturedCreditRiskCancelFreshInvestigation, creditsafeFeaturedCreditRiskUpdateFreshInvestigation, creditsafeFeaturedGlobalMonitoringGetUserDetails, creditsafeFeaturedGlobalMonitoringListPortfolios, creditsafeFeaturedGlobalMonitoringCreatePortfolio, creditsafeFeaturedGlobalMonitoringImportPortfolioCompanies, creditsafeFeaturedGlobalMonitoringSyncPortfolio, creditsafeFeaturedGlobalMonitoringGetPortfolio, creditsafeFeaturedGlobalMonitoringDeletePortfolio, creditsafeFeaturedGlobalMonitoringUpdatePortfolio, creditsafeFeaturedGlobalMonitoringListPortfolioCountries, creditsafeFeaturedGlobalMonitoringListPortfolioCompanies, creditsafeFeaturedGlobalMonitoringAddPortfolioCompany, creditsafeFeaturedGlobalMonitoringGetPortfolioCompany, creditsafeFeaturedGlobalMonitoringRemovePortfolioCompany, creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompany, creditsafeFeaturedGlobalMonitoringListPortfolioEventRules, creditsafeFeaturedGlobalMonitoringListCompanyEvents, creditsafeFeaturedGlobalMonitoringListEventRules, creditsafeFeaturedGlobalMonitoringListEventRulesByCountry, creditsafeFeaturedGlobalMonitoringListNotificationEvents, creditsafeFeaturedCheckDecideListDecisionEngineInstances, creditsafeFeaturedCheckDecideGetDecisionEngineInstance, creditsafeFeaturedCheckDecideGetDecisionEngineGuid, creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFields, creditsafeFeaturedCheckDecideExecuteDecisionEngine, creditsafeFeaturedCheckDecideListDecisionEngineUsageLog, creditsafeFeaturedCheckDecideGetDecisionEngineUsageLog, creditsafeFeaturedCheckDecideGetDecisionOutcome, creditsafeFeaturedCheckDecideUpdateDecisionOutcome, creditsafeFeaturedConsumerMiscGetConsumerSearchCriteria, creditsafeFeaturedConsumerMiscConsumerSearch, creditsafeFeaturedConsumerMiscGetConsumerReportCustomData, creditsafeFeaturedDataCleaningCreateJob, creditsafeFeaturedDataCleaningListJobs, creditsafeFeaturedDataCleaningGetJob, creditsafeFeaturedDataCleaningUploadJobFile, creditsafeFeaturedDataCleaningSetJobMappings, creditsafeFeaturedDataCleaningSubmitJob, creditsafeFeaturedDataCleaningSetJobEnrichments, creditsafeFeaturedDataCleaningEnrichJob, creditsafeFeaturedDataCleaningDownloadEnrichedFile, creditsafeFeaturedLocalSolutionsFrBankMatch, creditsafeFeaturedLocalSolutionsFrBankMatchAudition, creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteria, creditsafeFeaturedLocalSolutionsDeNonLtdSearch, creditsafeFeaturedLocalSolutionsDeNonLtdGet, creditsafeFeaturedLocalSolutionsNlKvkExtract, creditsafeFeaturedLocalSolutionsGbBankMatch, creditsafeFeaturedLocalSolutionsGbIdentitySearch, creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearch, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistory, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecord, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInput, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReference, creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidation, creditsafeFeaturedLocalSolutionsGbIdentitySearchReasons, creditsafeFeaturedLocalSolutionsGbBankVerificationSearch, creditsafeFeaturedLocalSolutionsGbBankVerificationValidate, creditsafeFeaturedLocalSolutionsGbBankVerificationSortcode, creditsafeFeaturedLocalSolutionsGbBankVerificationHistory, creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecord, creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReference, creditsafeFeaturedLocalSolutionsGbCcds, creditsafeFeaturedLocalSolutionsGbLandRegistry, creditsafeFeaturedLocalSolutionsGbVerifyCompany, creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportList, creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreate, creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummary, creditsafeFeaturedLocalSolutionsGbVerifyIndividualFull, creditsafeFeaturedLocalSolutionsUsSearchSupport, creditsafeFeaturedSetUserCredentials, crsCreditApiPullConsumerCreditEquifax, crsCreditApiPullConsumerCreditExperian, crsCreditApiPullConsumerCreditTransunion, crsCreditApiPullBusinessCreditExperian, crsCreditApiPullBusinessCreditEquifax, crsCreditApiVerifyBusinessInstantId, crsCreditApiKycPreciseId, crsCreditApiKybBusinessComplianceInsight, crsCreditApiKybBusinessContacts, crsCreditApiOfacScreeningSingle, crsCreditApiOfacScreeningBatch, crsCreditApiGlobalWatchlistScreening, crsCreditApiBridgerXgScreening, crsCreditApiIstWatchScreening, crsCreditApiSetUserCredentials, dunAndBradstreetCleanseMatch, dunAndBradstreetCleanseMatchWithFraud, dunAndBradstreetExtendedMatch, dunAndBradstreetSearchCompanyList, dunAndBradstreetSearchCompetitors, dunAndBradstreetSetUserCredentials, experianBusinessSearchBusiness, experianBusinessQuickSearchBusiness, experianBusinessGetBusinessHeaders, experianBusinessGetBusinessScores, experianBusinessGetPremierProfileReport, experianBusinessGetIntelliscoreReport, experianBusinessGetRiskDashboards, experianBusinessGetCreditStatus, experianBusinessRunBusinessComplianceInsight, experianBusinessGetBusinessContacts, experianBusinessGetCorporateLinkage, experianBusinessGetCorporateRegistrations, experianBusinessRunIstWatchScreening, experianBusinessRunFraudShieldsScreening, experianBusinessSetUserCredentials, gitlabSetUserCredentials, gitlabOauthInitiate, gitlabOauthCallback, gitlabGetCurrentUser, gitlabListProjects, gitlabGetProject, gitlabListMergeRequests, gitlabGetMergeRequest, gitlabGetMergeRequestDiffs, gitlabMergeMergeRequest, gitlabListMergeRequestNotes, gitlabCreateMergeRequestNote, gmailAuthStart, gmailSetUserCredentials, gmailOauthCallback, gmailSendEmail, gmailListMessages, gmailGetMessage, gmailCreateDraft, gmailListLabels, gmailCreateLabel, gmailUpdateLabel, gmailDeleteLabel, googleCloudStorageSetUserCredentials, googleCloudStorageUploadData, googleCloudStorageDeleteFile, googleCloudStorageDocumentExists, googleCloudStorageGenerateDownloadSignedUrl, googleCloudStorageGetData, googleCloudStorageGenerateUploadSignedUrl, googleCloudStorageCopyFile, googleCloudStorageGetFileMetadata, googleCloudStorageUploadFile, googleCloudStorageCreateReadStream, googleCloudStorageCreateWriteStream, googleDocsAuthStart, googleDocsSetUserCredentials, googleDocsOauthCallback, googleDocsCreateDocument, googleDocsGetDocument, googleDocsBatchUpdateDocument, googleDocsSelectDocumentsLegacy, googleDocsSelectDocuments, googleDriveAuthStart, googleDriveSetUserCredentials, googleDriveOauthCallback, googleDriveCreateFile, googleDriveListFiles, googleDriveUpdateFile, googleDriveDeleteFile, googleDriveGetFile, googleDriveCopyFile, googleDriveCreatePermission, googleDriveDeletePermission, googleDriveListPermissions, googleDriveSelectDocuments, googleGenerativeAISetUserCredentials, googleGenerativeAIGenerateText, googleGenerativeAIGenerateImage, googleGenerativeAICreateStream, googleGenerativeAIImageGenerateImage, googleOAuthGetAuthorizationUrl, googleOAuthGetUserProfile, googleOAuthOauthCallback, googleSheetsAuthStart, googleSheetsSetUserCredentials, googleSheetsOauthCallback, googleSheetsCreateSpreadsheet, googleSheetsGetValues, googleSheetsUpdateValues, googleSheetsAppendValues, googleSheetsBatchUpdate, googleSheetsSelectSpreadsheets, googleSlidesAuthStart, googleSlidesSetUserCredentials, googleSlidesOauthCallback, googleSlidesCreatePresentation, googleSlidesGetPresentation, googleSlidesBatchUpdatePresentation, microsoftOnedriveAuthStart, microsoftOnedriveSetUserCredentials, microsoftOnedriveOauthCallback, microsoftOnedriveListItems, microsoftOnedriveUpdateItem, microsoftOnedriveDeleteItem, microsoftOnedriveGetItem, microsoftOnedriveDownloadItem, microsoftOnedriveUploadItem, microsoftOnedriveUploadLargeItem, microsoftOnedriveCreateFolder, microsoftOnedriveCopyItem, microsoftOnedriveSearchItems, microsoftOutlookAuthStart, microsoftOutlookSetUserCredentials, microsoftOutlookOauthCallback, microsoftOutlookMessagesList, microsoftOutlookMailFoldersList, microsoftOutlookFolderMessagesList, microsoftOutlookMessagesGet, microsoftOutlookMessagesSearch, microsoftOutlookAttachmentsList, microsoftOutlookSendMail, microsoftOutlookMessagesCreate, microsoftOutlookMessagesUpdate, microsoftOutlookMessagesSend, microsoftOutlookMessagesReply, microsoftOutlookMessagesReplyAll, microsoftOutlookMessagesForward, microsoftOutlookMessagesDelete, microsoftOutlookAttachmentsCreate, microsoftSharepointSetUserCredentials, microsoftSharepointOauthInitiate, microsoftSharepointOauthCallback, microsoftSharepointGetSiteByPath, microsoftSharepointSearchSites, microsoftSharepointListDrives, microsoftSharepointListDriveItemChildren, microsoftSharepointDownloadFileContent, microsoftSharepointUploadFile, microsoftSharepointDeleteFile, microsoftSharepointListLists, microsoftSharepointGetList, microsoftSharepointListListItems, microsoftSharepointCreateListItem, microsoftSharepointUpdateListItem, microsoftSharepointSearchContent, jiraOauthInitiate, jiraSetUserCredentials, jiraOauthCallback, jiraCreateIssue, jiraSearchIssues, jiraGetIssue, jiraUpdateIssue, jiraAddComment, jiraListProjects, jiraListTransitions, jiraTransitionIssue, jiraListBoards, jiraListSprints, jiraCreateSprint, jiraUpdateSprint, jiraMoveIssuesToBacklog, jiraMoveIssuesToSprint, openaiSetUserCredentials, openaiGenerateText, openaiCreateStream, plaidStartHostedLink, plaidSetUserCredentials, plaidHostedLinkCallback, plaidGetAccounts, plaidGetAccountsBalance, plaidGetAuth, plaidTransactionsSync, plaidGetRecurringTransactions, plaidGetTransactions, plaidGetIdentity, plaidGetItem, plaidRemoveItem, plaidGetInstitutionById, plaidGetInvestmentHoldings, plaidGetInvestmentTransactions, plaidGetLiabilities, plaidCreateAssetReport, plaidGetAssetReport, plaidRefreshAssetReport, plaidGetAssetReportPdf, redtailSetUserCredentials, redtailAuthenticate, redtailGetFamilies, redtailGetContact, redtailGetContacts, redtailUpdateContact, redtailGetContactPersonalProfile, redtailGetContactAccounts, redtailGetAccountOwners, redtailGetAccountDetails, redtailGetActivities, redtailGetActivity, redtailCreateActivity, redtailUpdateActivity, redtailDeleteActivity, redtailCreateActivityNote, redtailDeleteActivityNote, redtailGetActivityNotes, redtailGetDatabaseUsers, redtailGetCategories, redtailGetActivityCodes, redtailGetNotes, redtailCreateContact, redtailDeleteContact, redtailGetContactAddresses, redtailGetContactAddress, redtailCreateContactAddress, redtailUpdateContactAddress, redtailDeleteContactAddress, redtailGetContactEmails, redtailGetContactEmail, redtailCreateContactEmail, redtailUpdateContactEmail, redtailDeleteContactEmail, redtailGetContactPhones, redtailGetContactPhone, redtailCreateContactPhone, redtailUpdateContactPhone, redtailDeleteContactPhone, redtailGetContactSocialMedias, redtailGetContactSocialMedia, redtailCreateContactSocialMedia, redtailUpdateContactSocialMedia, redtailDeleteContactSocialMedia, redtailGetContactUrls, redtailGetContactUrl, redtailCreateContactUrl, redtailUpdateContactUrl, redtailDeleteContactUrl, redtailGetContactNotes, redtailGetContactNote, redtailCreateContactNote, redtailDeleteContactNote, redtailGetContactAccount, redtailCreateContactAccount, redtailUpdateContactAccount, redtailDeleteContactAccount, redtailUpdateAccountDetails, redtailGetImportantInformation, redtailUpdateImportantInformation, redtailGetContactRole, redtailUpdateContactRole, redtailGetContactSam, redtailUpdateContactSam, redtailGetContactTax, redtailUpdateContactTax, redtailGetAccountTypes, redtailGetAccountTaxQualifiedTypes, redtailGetContactCategories, redtailGetContactStatuses, redtailGetSources, redtailGetContactSalutations, redtailGetServicingAdvisors, redtailGetWritingAdvisors, redtailGetDatabaseTeams, redtailGetActivityTemplates, redtailGetActivityTemplate, redtailGetNoteTemplates, redtailGetNoteTemplate, redtailCreateNoteComment, resendSetUserCredentials, resendSendEmail, socureRiskosSubmitEvaluation, socureRiskosGetEvaluationResult, socureRiskosEnableWatchlistMonitoring, socureRiskosSubmitOutcomeFeedback, socureRiskosDownloadEvaluationDocuments, socureRiskosReceiveWebhook, socureRiskosSetUserCredentials, stripeSetUserCredentials, stripeCreateCheckoutSession, stripeWebhook, twilioWhatsappSetUserCredentials, twilioWhatsappCreateMessage, wealthboxOauthInitiate, wealthboxSetUserCredentials, wealthboxOauthCallback, wealthboxGetContacts, wealthboxGetContact, wealthboxCreateContact, wealthboxUpdateContact, wealthboxDeleteContact, wealthboxGetTasks, wealthboxGetTask, wealthboxCreateTask, wealthboxUpdateTask, wealthboxDeleteTask, wealthboxGetEvents, wealthboxGetEvent, wealthboxCreateEvent, wealthboxUpdateEvent, wealthboxDeleteEvent, wealthboxGetOpportunities, wealthboxGetOpportunity, wealthboxCreateOpportunity, wealthboxUpdateOpportunity, wealthboxDeleteOpportunity, wealthboxGetNotes, wealthboxGetNote, wealthboxCreateNote, wealthboxUpdateNote, wealthboxGetProjects, wealthboxGetProject, wealthboxCreateProject, wealthboxUpdateProject, wealthboxDeleteProject, wealthboxGetWorkflows, wealthboxGetWorkflow, wealthboxCreateWorkflow, wealthboxDeleteWorkflow, wealthboxCompleteWorkflowStep, wealthboxRevertWorkflowStep, wealthboxAddHouseholdMember, wealthboxRemoveHouseholdMember, wealthboxGetUserGroups, wealthboxGetMe, wealthboxGetUsers, wealthboxGetTeams, wealthboxGetTags, wealthboxGetCustomFields, wealthboxGetCategoryMembers, wealthboxGetComments, wealthboxGetContactRoles, wealthboxGetWorkflowTemplates, wealthboxGetWorkflowTemplate, wealthboxGetActivity };
|
|
3132
6069
|
};
|
|
3133
6070
|
exports.getIntegrationsAPI = getIntegrationsAPI;
|
|
3134
6071
|
//# sourceMappingURL=generated-api.js.map
|