@uptiqai/integrations-sdk 1.5.0 → 1.6.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 +4396 -881
- package/dist/generated-api.d.ts.map +1 -1
- package/dist/generated-api.js +2612 -125
- package/dist/generated-api.js.map +1 -1
- package/dist/index.d.ts +601 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1169 -1
- package/dist/index.js.map +1 -1
- package/dist/response-type-map.d.ts.map +1 -1
- package/dist/response-type-map.js +544 -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.GoogleDriveCreatePermissionBodyRole = exports.GoogleDriveCreatePermissionBodyType = exports.GoogleGenerativeAIGenerateTextBodyMessagesItemRole = exports.GoogleGenerativeAIGenerateImageBodyAspectRatio = exports.GoogleGenerativeAICreateStreamBodyMessagesItemRole = exports.GoogleGenerativeAIImageGenerateImageBodyAspectRatio = exports.GoogleSheetsGetValuesBodyMajorDimension = exports.GoogleSheetsGetValuesBodyValueRenderOption = exports.GoogleSheetsUpdateValuesBodyValueInputOption = exports.GoogleSheetsAppendValuesBodyInsertDataOption = exports.GoogleSheetsAppendValuesBodyValueInputOption = 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 = 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',
|
|
@@ -444,254 +451,2664 @@ exports.AnthropicGenerateTextBodyMessagesItemRole = {
|
|
|
444
451
|
assistant: 'assistant',
|
|
445
452
|
system: 'system',
|
|
446
453
|
};
|
|
454
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
455
|
+
exports.AbrigoCreateProposedLienBodyLoanReferenceType = {
|
|
456
|
+
proposed: 'proposed',
|
|
457
|
+
portfolio: 'portfolio',
|
|
458
|
+
};
|
|
447
459
|
const getIntegrationsAPI = () => {
|
|
448
460
|
/**
|
|
449
|
-
*
|
|
450
|
-
* @summary
|
|
461
|
+
* Calls Abrigo GET /v1/customers/crm-identifier/{crmIdentifier}. Returns the existing Abrigo customer or 404.
|
|
462
|
+
* @summary Find Customer by CRM Identifier
|
|
463
|
+
*/
|
|
464
|
+
const abrigoFindCustomerByCrmId = (abrigoFindCustomerByCrmIdBody) => {
|
|
465
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/find-by-crm-id`, method: 'POST',
|
|
466
|
+
headers: { 'Content-Type': 'application/json', },
|
|
467
|
+
data: abrigoFindCustomerByCrmIdBody
|
|
468
|
+
});
|
|
469
|
+
};
|
|
470
|
+
/**
|
|
471
|
+
* Calls Abrigo POST /v1/customers. Body is the Abrigo customer payload.
|
|
472
|
+
* @summary Create Customer
|
|
473
|
+
*/
|
|
474
|
+
const abrigoCreateCustomer = (abrigoCreateCustomerBody) => {
|
|
475
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers`, method: 'POST',
|
|
476
|
+
headers: { 'Content-Type': 'application/json', },
|
|
477
|
+
data: abrigoCreateCustomerBody
|
|
478
|
+
});
|
|
479
|
+
};
|
|
480
|
+
/**
|
|
481
|
+
* 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.
|
|
482
|
+
* @summary Link Beneficial Owner
|
|
483
|
+
*/
|
|
484
|
+
const abrigoLinkBeneficialOwner = (abrigoLinkBeneficialOwnerBody) => {
|
|
485
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/beneficial-owners`, method: 'POST',
|
|
486
|
+
headers: { 'Content-Type': 'application/json', },
|
|
487
|
+
data: abrigoLinkBeneficialOwnerBody
|
|
488
|
+
});
|
|
489
|
+
};
|
|
490
|
+
/**
|
|
491
|
+
* Calls Abrigo GET /v1/proposed-loans/crm-identifier/{crmIdentifier}. Returns the existing Abrigo proposed loan or 404.
|
|
492
|
+
* @summary Find Proposed Loan by CRM Identifier
|
|
493
|
+
*/
|
|
494
|
+
const abrigoFindProposedLoanByCrmId = (abrigoFindProposedLoanByCrmIdBody) => {
|
|
495
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/find-by-crm-id`, method: 'POST',
|
|
496
|
+
headers: { 'Content-Type': 'application/json', },
|
|
497
|
+
data: abrigoFindProposedLoanByCrmIdBody
|
|
498
|
+
});
|
|
499
|
+
};
|
|
500
|
+
/**
|
|
501
|
+
* Calls Abrigo POST /v1/proposed-loans. Body is the Abrigo proposed-loan payload.
|
|
502
|
+
* @summary Create Proposed Loan
|
|
503
|
+
*/
|
|
504
|
+
const abrigoCreateProposedLoan = (abrigoCreateProposedLoanBody) => {
|
|
505
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans`, method: 'POST',
|
|
506
|
+
headers: { 'Content-Type': 'application/json', },
|
|
507
|
+
data: abrigoCreateProposedLoanBody
|
|
508
|
+
});
|
|
509
|
+
};
|
|
510
|
+
/**
|
|
511
|
+
* Calls Abrigo POST /v1/workflows/start. Body is the Abrigo workflow-start payload.
|
|
512
|
+
* @summary Start Workflow
|
|
513
|
+
*/
|
|
514
|
+
const abrigoStartWorkflow = (abrigoStartWorkflowBody) => {
|
|
515
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflows/start`, method: 'POST',
|
|
516
|
+
headers: { 'Content-Type': 'application/json', },
|
|
517
|
+
data: abrigoStartWorkflowBody
|
|
518
|
+
});
|
|
519
|
+
};
|
|
520
|
+
/**
|
|
521
|
+
* Calls Abrigo POST /v1/collaterals. Required body fields: customerId, description. collateralCode is a tenant-configured string (NOT enumerated by Abrigo).
|
|
522
|
+
* @summary Create Collateral (step 1 of 2-step collateral-to-proposed-loan flow)
|
|
523
|
+
*/
|
|
524
|
+
const abrigoCreateCollateral = (abrigoCreateCollateralBody) => {
|
|
525
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals`, method: 'POST',
|
|
526
|
+
headers: { 'Content-Type': 'application/json', },
|
|
527
|
+
data: abrigoCreateCollateralBody
|
|
528
|
+
});
|
|
529
|
+
};
|
|
530
|
+
/**
|
|
531
|
+
* 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.
|
|
532
|
+
* @summary Create Proposed Lien (step 2 of 2-step collateral-to-proposed-loan flow)
|
|
533
|
+
*/
|
|
534
|
+
const abrigoCreateProposedLien = (abrigoCreateProposedLienBody) => {
|
|
535
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-liens`, method: 'POST',
|
|
536
|
+
headers: { 'Content-Type': 'application/json', },
|
|
537
|
+
data: abrigoCreateProposedLienBody
|
|
538
|
+
});
|
|
539
|
+
};
|
|
540
|
+
/**
|
|
541
|
+
* @summary List Abrigo customers (paged)
|
|
542
|
+
*/
|
|
543
|
+
const abrigoListCustomers = (abrigoListCustomersBody) => {
|
|
544
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/list`, method: 'POST',
|
|
545
|
+
headers: { 'Content-Type': 'application/json', },
|
|
546
|
+
data: abrigoListCustomersBody
|
|
547
|
+
});
|
|
548
|
+
};
|
|
549
|
+
/**
|
|
550
|
+
* @summary Search Abrigo customers by criteria
|
|
551
|
+
*/
|
|
552
|
+
const abrigoSearchCustomers = (abrigoSearchCustomersBody) => {
|
|
553
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/search`, method: 'POST',
|
|
554
|
+
headers: { 'Content-Type': 'application/json', },
|
|
555
|
+
data: abrigoSearchCustomersBody
|
|
556
|
+
});
|
|
557
|
+
};
|
|
558
|
+
/**
|
|
559
|
+
* @summary Get an Abrigo customer by id
|
|
560
|
+
*/
|
|
561
|
+
const abrigoGetCustomerById = (abrigoGetCustomerByIdBody) => {
|
|
562
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/get-by-id`, method: 'POST',
|
|
563
|
+
headers: { 'Content-Type': 'application/json', },
|
|
564
|
+
data: abrigoGetCustomerByIdBody
|
|
565
|
+
});
|
|
566
|
+
};
|
|
567
|
+
/**
|
|
568
|
+
* @summary Update an Abrigo customer (PATCH /v1/customers/{id})
|
|
569
|
+
*/
|
|
570
|
+
const abrigoUpdateCustomer = (abrigoUpdateCustomerBody) => {
|
|
571
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/update`, method: 'POST',
|
|
572
|
+
headers: { 'Content-Type': 'application/json', },
|
|
573
|
+
data: abrigoUpdateCustomerBody
|
|
574
|
+
});
|
|
575
|
+
};
|
|
576
|
+
/**
|
|
577
|
+
* @summary Delete an Abrigo customer by id (destructive)
|
|
578
|
+
*/
|
|
579
|
+
const abrigoDeleteCustomer = (abrigoDeleteCustomerBody) => {
|
|
580
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customers/delete`, method: 'POST',
|
|
581
|
+
headers: { 'Content-Type': 'application/json', },
|
|
582
|
+
data: abrigoDeleteCustomerBody
|
|
583
|
+
});
|
|
584
|
+
};
|
|
585
|
+
/**
|
|
586
|
+
* @summary List Abrigo beneficial owners (paged)
|
|
587
|
+
*/
|
|
588
|
+
const abrigoListBeneficialOwners = (abrigoListBeneficialOwnersBody) => {
|
|
589
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/beneficial-owners/list`, method: 'POST',
|
|
590
|
+
headers: { 'Content-Type': 'application/json', },
|
|
591
|
+
data: abrigoListBeneficialOwnersBody
|
|
592
|
+
});
|
|
593
|
+
};
|
|
594
|
+
/**
|
|
595
|
+
* @summary Get an Abrigo beneficial owner by id
|
|
596
|
+
*/
|
|
597
|
+
const abrigoGetBeneficialOwnerById = (abrigoGetBeneficialOwnerByIdBody) => {
|
|
598
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/beneficial-owners/get-by-id`, method: 'POST',
|
|
599
|
+
headers: { 'Content-Type': 'application/json', },
|
|
600
|
+
data: abrigoGetBeneficialOwnerByIdBody
|
|
601
|
+
});
|
|
602
|
+
};
|
|
603
|
+
/**
|
|
604
|
+
* @summary Update an Abrigo beneficial owner
|
|
605
|
+
*/
|
|
606
|
+
const abrigoUpdateBeneficialOwner = (abrigoUpdateBeneficialOwnerBody) => {
|
|
607
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/beneficial-owners/update`, method: 'POST',
|
|
608
|
+
headers: { 'Content-Type': 'application/json', },
|
|
609
|
+
data: abrigoUpdateBeneficialOwnerBody
|
|
610
|
+
});
|
|
611
|
+
};
|
|
612
|
+
/**
|
|
613
|
+
* @summary List Abrigo customer contacts (paged)
|
|
614
|
+
*/
|
|
615
|
+
const abrigoListCustomerContacts = (abrigoListCustomerContactsBody) => {
|
|
616
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customer-contacts/list`, method: 'POST',
|
|
617
|
+
headers: { 'Content-Type': 'application/json', },
|
|
618
|
+
data: abrigoListCustomerContactsBody
|
|
619
|
+
});
|
|
620
|
+
};
|
|
621
|
+
/**
|
|
622
|
+
* @summary Create an Abrigo customer contact
|
|
623
|
+
*/
|
|
624
|
+
const abrigoCreateCustomerContact = (abrigoCreateCustomerContactBody) => {
|
|
625
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/customer-contacts`, method: 'POST',
|
|
626
|
+
headers: { 'Content-Type': 'application/json', },
|
|
627
|
+
data: abrigoCreateCustomerContactBody
|
|
628
|
+
});
|
|
629
|
+
};
|
|
630
|
+
/**
|
|
631
|
+
* @summary List Abrigo entities (paged)
|
|
632
|
+
*/
|
|
633
|
+
const abrigoListEntities = (abrigoListEntitiesBody) => {
|
|
634
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/entities/list`, method: 'POST',
|
|
635
|
+
headers: { 'Content-Type': 'application/json', },
|
|
636
|
+
data: abrigoListEntitiesBody
|
|
637
|
+
});
|
|
638
|
+
};
|
|
639
|
+
/**
|
|
640
|
+
* @summary Get an Abrigo entity by id
|
|
641
|
+
*/
|
|
642
|
+
const abrigoGetEntityById = (abrigoGetEntityByIdBody) => {
|
|
643
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/entities/get-by-id`, method: 'POST',
|
|
644
|
+
headers: { 'Content-Type': 'application/json', },
|
|
645
|
+
data: abrigoGetEntityByIdBody
|
|
646
|
+
});
|
|
647
|
+
};
|
|
648
|
+
/**
|
|
649
|
+
* @summary List Abrigo proposed loans (paged)
|
|
650
|
+
*/
|
|
651
|
+
const abrigoListProposedLoans = (abrigoListProposedLoansBody) => {
|
|
652
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/list`, method: 'POST',
|
|
653
|
+
headers: { 'Content-Type': 'application/json', },
|
|
654
|
+
data: abrigoListProposedLoansBody
|
|
655
|
+
});
|
|
656
|
+
};
|
|
657
|
+
/**
|
|
658
|
+
* @summary Get an Abrigo proposed loan by id
|
|
659
|
+
*/
|
|
660
|
+
const abrigoGetProposedLoanById = (abrigoGetProposedLoanByIdBody) => {
|
|
661
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/get-by-id`, method: 'POST',
|
|
662
|
+
headers: { 'Content-Type': 'application/json', },
|
|
663
|
+
data: abrigoGetProposedLoanByIdBody
|
|
664
|
+
});
|
|
665
|
+
};
|
|
666
|
+
/**
|
|
667
|
+
* @summary Update an Abrigo proposed loan (PATCH /v1/proposed-loans/{id})
|
|
668
|
+
*/
|
|
669
|
+
const abrigoUpdateProposedLoan = (abrigoUpdateProposedLoanBody) => {
|
|
670
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/update`, method: 'POST',
|
|
671
|
+
headers: { 'Content-Type': 'application/json', },
|
|
672
|
+
data: abrigoUpdateProposedLoanBody
|
|
673
|
+
});
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
* @summary Delete an Abrigo proposed loan by id (destructive)
|
|
677
|
+
*/
|
|
678
|
+
const abrigoDeleteProposedLoan = (abrigoDeleteProposedLoanBody) => {
|
|
679
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/delete`, method: 'POST',
|
|
680
|
+
headers: { 'Content-Type': 'application/json', },
|
|
681
|
+
data: abrigoDeleteProposedLoanBody
|
|
682
|
+
});
|
|
683
|
+
};
|
|
684
|
+
/**
|
|
685
|
+
* @summary Update proposed loan status (PATCH /v1/proposed-loans/update-status)
|
|
686
|
+
*/
|
|
687
|
+
const abrigoUpdateProposedLoanStatus = (abrigoUpdateProposedLoanStatusBody) => {
|
|
688
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/update-status`, method: 'POST',
|
|
689
|
+
headers: { 'Content-Type': 'application/json', },
|
|
690
|
+
data: abrigoUpdateProposedLoanStatusBody
|
|
691
|
+
});
|
|
692
|
+
};
|
|
693
|
+
/**
|
|
694
|
+
* @summary Get proposed loan exposure (GET /v1/proposed-loans/{id}/loan-exposure)
|
|
695
|
+
*/
|
|
696
|
+
const abrigoGetProposedLoanExposure = (abrigoGetProposedLoanExposureBody) => {
|
|
697
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-loans/get-exposure`, method: 'POST',
|
|
698
|
+
headers: { 'Content-Type': 'application/json', },
|
|
699
|
+
data: abrigoGetProposedLoanExposureBody
|
|
700
|
+
});
|
|
701
|
+
};
|
|
702
|
+
/**
|
|
703
|
+
* @summary List Abrigo loan applications (paged)
|
|
704
|
+
*/
|
|
705
|
+
const abrigoListLoanApplications = (abrigoListLoanApplicationsBody) => {
|
|
706
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications/list`, method: 'POST',
|
|
707
|
+
headers: { 'Content-Type': 'application/json', },
|
|
708
|
+
data: abrigoListLoanApplicationsBody
|
|
709
|
+
});
|
|
710
|
+
};
|
|
711
|
+
/**
|
|
712
|
+
* @summary Get an Abrigo loan application by id
|
|
713
|
+
*/
|
|
714
|
+
const abrigoGetLoanApplicationById = (abrigoGetLoanApplicationByIdBody) => {
|
|
715
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications/get-by-id`, method: 'POST',
|
|
716
|
+
headers: { 'Content-Type': 'application/json', },
|
|
717
|
+
data: abrigoGetLoanApplicationByIdBody
|
|
718
|
+
});
|
|
719
|
+
};
|
|
720
|
+
/**
|
|
721
|
+
* @summary Create an Abrigo loan application (POST /v1/loan-applications)
|
|
722
|
+
*/
|
|
723
|
+
const abrigoCreateLoanApplication = (abrigoCreateLoanApplicationBody) => {
|
|
724
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications`, method: 'POST',
|
|
725
|
+
headers: { 'Content-Type': 'application/json', },
|
|
726
|
+
data: abrigoCreateLoanApplicationBody
|
|
727
|
+
});
|
|
728
|
+
};
|
|
729
|
+
/**
|
|
730
|
+
* @summary Update an Abrigo loan application (PATCH /v1/loan-applications/{id})
|
|
731
|
+
*/
|
|
732
|
+
const abrigoUpdateLoanApplication = (abrigoUpdateLoanApplicationBody) => {
|
|
733
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications/update`, method: 'POST',
|
|
734
|
+
headers: { 'Content-Type': 'application/json', },
|
|
735
|
+
data: abrigoUpdateLoanApplicationBody
|
|
736
|
+
});
|
|
737
|
+
};
|
|
738
|
+
/**
|
|
739
|
+
* @summary Submit an Abrigo loan application by id (POST /v1/loan-applications/submit-by-id)
|
|
740
|
+
*/
|
|
741
|
+
const abrigoSubmitLoanApplication = (abrigoSubmitLoanApplicationBody) => {
|
|
742
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-applications/submit`, method: 'POST',
|
|
743
|
+
headers: { 'Content-Type': 'application/json', },
|
|
744
|
+
data: abrigoSubmitLoanApplicationBody
|
|
745
|
+
});
|
|
746
|
+
};
|
|
747
|
+
/**
|
|
748
|
+
* @summary List loan roles for a proposed loan (GET /v1/loan-roles/by-proposed-loan-id/{proposedLoanId})
|
|
749
|
+
*/
|
|
750
|
+
const abrigoListLoanRolesByProposedLoan = (abrigoListLoanRolesByProposedLoanBody) => {
|
|
751
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-roles/by-proposed-loan`, method: 'POST',
|
|
752
|
+
headers: { 'Content-Type': 'application/json', },
|
|
753
|
+
data: abrigoListLoanRolesByProposedLoanBody
|
|
754
|
+
});
|
|
755
|
+
};
|
|
756
|
+
/**
|
|
757
|
+
* @summary Create an Abrigo loan role (POST /v1/loan-roles)
|
|
758
|
+
*/
|
|
759
|
+
const abrigoCreateLoanRole = (abrigoCreateLoanRoleBody) => {
|
|
760
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-roles`, method: 'POST',
|
|
761
|
+
headers: { 'Content-Type': 'application/json', },
|
|
762
|
+
data: abrigoCreateLoanRoleBody
|
|
763
|
+
});
|
|
764
|
+
};
|
|
765
|
+
/**
|
|
766
|
+
* @summary Update an Abrigo loan role (PATCH /v1/loan-roles/{id})
|
|
767
|
+
*/
|
|
768
|
+
const abrigoUpdateLoanRole = (abrigoUpdateLoanRoleBody) => {
|
|
769
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-roles/update`, method: 'POST',
|
|
770
|
+
headers: { 'Content-Type': 'application/json', },
|
|
771
|
+
data: abrigoUpdateLoanRoleBody
|
|
772
|
+
});
|
|
773
|
+
};
|
|
774
|
+
/**
|
|
775
|
+
* @summary List Abrigo proposed products (reference catalog)
|
|
776
|
+
*/
|
|
777
|
+
const abrigoListProposedProducts = (abrigoListProposedProductsBody) => {
|
|
778
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-products/list`, method: 'POST',
|
|
779
|
+
headers: { 'Content-Type': 'application/json', },
|
|
780
|
+
data: abrigoListProposedProductsBody
|
|
781
|
+
});
|
|
782
|
+
};
|
|
783
|
+
/**
|
|
784
|
+
* @summary List Abrigo collaterals (paged)
|
|
785
|
+
*/
|
|
786
|
+
const abrigoListCollaterals = (abrigoListCollateralsBody) => {
|
|
787
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals/list`, method: 'POST',
|
|
788
|
+
headers: { 'Content-Type': 'application/json', },
|
|
789
|
+
data: abrigoListCollateralsBody
|
|
790
|
+
});
|
|
791
|
+
};
|
|
792
|
+
/**
|
|
793
|
+
* @summary Get an Abrigo collateral by id
|
|
794
|
+
*/
|
|
795
|
+
const abrigoGetCollateralById = (abrigoGetCollateralByIdBody) => {
|
|
796
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals/get-by-id`, method: 'POST',
|
|
797
|
+
headers: { 'Content-Type': 'application/json', },
|
|
798
|
+
data: abrigoGetCollateralByIdBody
|
|
799
|
+
});
|
|
800
|
+
};
|
|
801
|
+
/**
|
|
802
|
+
* @summary Update an Abrigo collateral (PATCH /v1/collaterals/{id})
|
|
803
|
+
*/
|
|
804
|
+
const abrigoUpdateCollateral = (abrigoUpdateCollateralBody) => {
|
|
805
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals/update`, method: 'POST',
|
|
806
|
+
headers: { 'Content-Type': 'application/json', },
|
|
807
|
+
data: abrigoUpdateCollateralBody
|
|
808
|
+
});
|
|
809
|
+
};
|
|
810
|
+
/**
|
|
811
|
+
* @summary Delete an Abrigo collateral by id (destructive)
|
|
812
|
+
*/
|
|
813
|
+
const abrigoDeleteCollateral = (abrigoDeleteCollateralBody) => {
|
|
814
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/collaterals/delete`, method: 'POST',
|
|
815
|
+
headers: { 'Content-Type': 'application/json', },
|
|
816
|
+
data: abrigoDeleteCollateralBody
|
|
817
|
+
});
|
|
818
|
+
};
|
|
819
|
+
/**
|
|
820
|
+
* @summary List Abrigo liens (portfolio-side, paged)
|
|
821
|
+
*/
|
|
822
|
+
const abrigoListLiens = (abrigoListLiensBody) => {
|
|
823
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/liens/list`, method: 'POST',
|
|
824
|
+
headers: { 'Content-Type': 'application/json', },
|
|
825
|
+
data: abrigoListLiensBody
|
|
826
|
+
});
|
|
827
|
+
};
|
|
828
|
+
/**
|
|
829
|
+
* @summary Get an Abrigo lien by id
|
|
830
|
+
*/
|
|
831
|
+
const abrigoGetLienById = (abrigoGetLienByIdBody) => {
|
|
832
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/liens/get-by-id`, method: 'POST',
|
|
833
|
+
headers: { 'Content-Type': 'application/json', },
|
|
834
|
+
data: abrigoGetLienByIdBody
|
|
835
|
+
});
|
|
836
|
+
};
|
|
837
|
+
/**
|
|
838
|
+
* @summary List Abrigo proposed liens (paged)
|
|
839
|
+
*/
|
|
840
|
+
const abrigoListProposedLiens = (abrigoListProposedLiensBody) => {
|
|
841
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/proposed-liens/list`, method: 'POST',
|
|
842
|
+
headers: { 'Content-Type': 'application/json', },
|
|
843
|
+
data: abrigoListProposedLiensBody
|
|
844
|
+
});
|
|
845
|
+
};
|
|
846
|
+
/**
|
|
847
|
+
* @summary List Abrigo portfolio loans (paged)
|
|
848
|
+
*/
|
|
849
|
+
const abrigoListPortfolioLoans = (abrigoListPortfolioLoansBody) => {
|
|
850
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/list`, method: 'POST',
|
|
851
|
+
headers: { 'Content-Type': 'application/json', },
|
|
852
|
+
data: abrigoListPortfolioLoansBody
|
|
853
|
+
});
|
|
854
|
+
};
|
|
855
|
+
/**
|
|
856
|
+
* @summary Get an Abrigo portfolio loan by id
|
|
857
|
+
*/
|
|
858
|
+
const abrigoGetPortfolioLoanById = (abrigoGetPortfolioLoanByIdBody) => {
|
|
859
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/get-by-id`, method: 'POST',
|
|
860
|
+
headers: { 'Content-Type': 'application/json', },
|
|
861
|
+
data: abrigoGetPortfolioLoanByIdBody
|
|
862
|
+
});
|
|
863
|
+
};
|
|
864
|
+
/**
|
|
865
|
+
* @summary Update an Abrigo portfolio loan (PATCH /v1/portfolio-loans/{id})
|
|
866
|
+
*/
|
|
867
|
+
const abrigoUpdatePortfolioLoan = (abrigoUpdatePortfolioLoanBody) => {
|
|
868
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/update`, method: 'POST',
|
|
869
|
+
headers: { 'Content-Type': 'application/json', },
|
|
870
|
+
data: abrigoUpdatePortfolioLoanBody
|
|
871
|
+
});
|
|
872
|
+
};
|
|
873
|
+
/**
|
|
874
|
+
* @summary List collaterals for a portfolio loan (GET /v1/portfolio-loans/{id}/collaterals)
|
|
875
|
+
*/
|
|
876
|
+
const abrigoGetPortfolioLoanCollaterals = (abrigoGetPortfolioLoanCollateralsBody) => {
|
|
877
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/get-collaterals`, method: 'POST',
|
|
878
|
+
headers: { 'Content-Type': 'application/json', },
|
|
879
|
+
data: abrigoGetPortfolioLoanCollateralsBody
|
|
880
|
+
});
|
|
881
|
+
};
|
|
882
|
+
/**
|
|
883
|
+
* @summary List past-due portfolio loans (GET /v1/portfolio-loans/past-due-loans)
|
|
884
|
+
*/
|
|
885
|
+
const abrigoListPastDueLoans = (abrigoListPastDueLoansBody) => {
|
|
886
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/past-due`, method: 'POST',
|
|
887
|
+
headers: { 'Content-Type': 'application/json', },
|
|
888
|
+
data: abrigoListPastDueLoansBody
|
|
889
|
+
});
|
|
890
|
+
};
|
|
891
|
+
/**
|
|
892
|
+
* @summary List maturing portfolio loans (GET /v1/portfolio-loans/maturing-loans)
|
|
893
|
+
*/
|
|
894
|
+
const abrigoListMaturingLoans = (abrigoListMaturingLoansBody) => {
|
|
895
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/maturing`, method: 'POST',
|
|
896
|
+
headers: { 'Content-Type': 'application/json', },
|
|
897
|
+
data: abrigoListMaturingLoansBody
|
|
898
|
+
});
|
|
899
|
+
};
|
|
900
|
+
/**
|
|
901
|
+
* @summary List loan roles for a portfolio loan (GET /v1/loan-roles/by-portfolio-loan-Id/{portfolioLoanId})
|
|
902
|
+
*/
|
|
903
|
+
const abrigoListLoanRolesByPortfolioLoan = (abrigoListLoanRolesByPortfolioLoanBody) => {
|
|
904
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/loan-roles/by-portfolio-loan`, method: 'POST',
|
|
905
|
+
headers: { 'Content-Type': 'application/json', },
|
|
906
|
+
data: abrigoListLoanRolesByPortfolioLoanBody
|
|
907
|
+
});
|
|
908
|
+
};
|
|
909
|
+
/**
|
|
910
|
+
* @summary List portfolio loans (basic information projection) (GET /v1/portfolio-loans/basic-information)
|
|
911
|
+
*/
|
|
912
|
+
const abrigoListPortfolioLoansBasic = (abrigoListPortfolioLoansBasicBody) => {
|
|
913
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/portfolio-loans/list-basic`, method: 'POST',
|
|
914
|
+
headers: { 'Content-Type': 'application/json', },
|
|
915
|
+
data: abrigoListPortfolioLoansBasicBody
|
|
916
|
+
});
|
|
917
|
+
};
|
|
918
|
+
/**
|
|
919
|
+
* @summary List Abrigo risk rating calculations (paged)
|
|
920
|
+
*/
|
|
921
|
+
const abrigoListRiskRatingCalculations = (abrigoListRiskRatingCalculationsBody) => {
|
|
922
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/risk-rating-calculations/list`, method: 'POST',
|
|
923
|
+
headers: { 'Content-Type': 'application/json', },
|
|
924
|
+
data: abrigoListRiskRatingCalculationsBody
|
|
925
|
+
});
|
|
926
|
+
};
|
|
927
|
+
/**
|
|
928
|
+
* @summary Get an Abrigo risk rating calculation by id
|
|
929
|
+
*/
|
|
930
|
+
const abrigoGetRiskRatingCalculationById = (abrigoGetRiskRatingCalculationByIdBody) => {
|
|
931
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/risk-rating-calculations/get-by-id`, method: 'POST',
|
|
932
|
+
headers: { 'Content-Type': 'application/json', },
|
|
933
|
+
data: abrigoGetRiskRatingCalculationByIdBody
|
|
934
|
+
});
|
|
935
|
+
};
|
|
936
|
+
/**
|
|
937
|
+
* @summary Approve a risk rating calculation (POST /v1/risk-rating-approvals/approve/{calculationId})
|
|
938
|
+
*/
|
|
939
|
+
const abrigoApproveRiskRating = (abrigoApproveRiskRatingBody) => {
|
|
940
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/risk-rating-approvals/approve`, method: 'POST',
|
|
941
|
+
headers: { 'Content-Type': 'application/json', },
|
|
942
|
+
data: abrigoApproveRiskRatingBody
|
|
943
|
+
});
|
|
944
|
+
};
|
|
945
|
+
/**
|
|
946
|
+
* @summary Decline a risk rating calculation (POST /v1/risk-rating-approvals/decline/{calculationId})
|
|
947
|
+
*/
|
|
948
|
+
const abrigoDeclineRiskRating = (abrigoDeclineRiskRatingBody) => {
|
|
949
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/risk-rating-approvals/decline`, method: 'POST',
|
|
950
|
+
headers: { 'Content-Type': 'application/json', },
|
|
951
|
+
data: abrigoDeclineRiskRatingBody
|
|
952
|
+
});
|
|
953
|
+
};
|
|
954
|
+
/**
|
|
955
|
+
* @summary List Abrigo policy exceptions (paged)
|
|
956
|
+
*/
|
|
957
|
+
const abrigoListPolicyExceptions = (abrigoListPolicyExceptionsBody) => {
|
|
958
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/policy-exceptions/list`, method: 'POST',
|
|
959
|
+
headers: { 'Content-Type': 'application/json', },
|
|
960
|
+
data: abrigoListPolicyExceptionsBody
|
|
961
|
+
});
|
|
962
|
+
};
|
|
963
|
+
/**
|
|
964
|
+
* @summary Create an Abrigo policy exception (POST /v1/policy-exceptions)
|
|
965
|
+
*/
|
|
966
|
+
const abrigoCreatePolicyException = (abrigoCreatePolicyExceptionBody) => {
|
|
967
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/policy-exceptions`, method: 'POST',
|
|
968
|
+
headers: { 'Content-Type': 'application/json', },
|
|
969
|
+
data: abrigoCreatePolicyExceptionBody
|
|
970
|
+
});
|
|
971
|
+
};
|
|
972
|
+
/**
|
|
973
|
+
* @summary List Abrigo policy exception types (reference)
|
|
974
|
+
*/
|
|
975
|
+
const abrigoListPolicyExceptionTypes = (abrigoListPolicyExceptionTypesBody) => {
|
|
976
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/policy-exception-types/list`, method: 'POST',
|
|
977
|
+
headers: { 'Content-Type': 'application/json', },
|
|
978
|
+
data: abrigoListPolicyExceptionTypesBody
|
|
979
|
+
});
|
|
980
|
+
};
|
|
981
|
+
/**
|
|
982
|
+
* @summary List Abrigo policy exception statuses (reference)
|
|
983
|
+
*/
|
|
984
|
+
const abrigoListPolicyExceptionStatuses = (abrigoListPolicyExceptionStatusesBody) => {
|
|
985
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/policy-exception-statuses/list`, method: 'POST',
|
|
986
|
+
headers: { 'Content-Type': 'application/json', },
|
|
987
|
+
data: abrigoListPolicyExceptionStatusesBody
|
|
988
|
+
});
|
|
989
|
+
};
|
|
990
|
+
/**
|
|
991
|
+
* @summary List Abrigo workflows (paged)
|
|
992
|
+
*/
|
|
993
|
+
const abrigoListWorkflows = (abrigoListWorkflowsBody) => {
|
|
994
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflows/list`, method: 'POST',
|
|
995
|
+
headers: { 'Content-Type': 'application/json', },
|
|
996
|
+
data: abrigoListWorkflowsBody
|
|
997
|
+
});
|
|
998
|
+
};
|
|
999
|
+
/**
|
|
1000
|
+
* @summary Get an Abrigo workflow by id
|
|
1001
|
+
*/
|
|
1002
|
+
const abrigoGetWorkflowById = (abrigoGetWorkflowByIdBody) => {
|
|
1003
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflows/get-by-id`, method: 'POST',
|
|
1004
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1005
|
+
data: abrigoGetWorkflowByIdBody
|
|
1006
|
+
});
|
|
1007
|
+
};
|
|
1008
|
+
/**
|
|
1009
|
+
* @summary Close an Abrigo workflow (POST /v1/workflows/{id}/close)
|
|
1010
|
+
*/
|
|
1011
|
+
const abrigoCloseWorkflow = (abrigoCloseWorkflowBody) => {
|
|
1012
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflows/close`, method: 'POST',
|
|
1013
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1014
|
+
data: abrigoCloseWorkflowBody
|
|
1015
|
+
});
|
|
1016
|
+
};
|
|
1017
|
+
/**
|
|
1018
|
+
* @summary List Abrigo workflow steps (paged)
|
|
1019
|
+
*/
|
|
1020
|
+
const abrigoListWorkflowSteps = (abrigoListWorkflowStepsBody) => {
|
|
1021
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflow-steps/list`, method: 'POST',
|
|
1022
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1023
|
+
data: abrigoListWorkflowStepsBody
|
|
1024
|
+
});
|
|
1025
|
+
};
|
|
1026
|
+
/**
|
|
1027
|
+
* @summary Get an Abrigo workflow step by id
|
|
1028
|
+
*/
|
|
1029
|
+
const abrigoGetWorkflowStepById = (abrigoGetWorkflowStepByIdBody) => {
|
|
1030
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflow-steps/get-by-id`, method: 'POST',
|
|
1031
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1032
|
+
data: abrigoGetWorkflowStepByIdBody
|
|
1033
|
+
});
|
|
1034
|
+
};
|
|
1035
|
+
/**
|
|
1036
|
+
* @summary Update workflow step status (POST /v1/workflow-steps/{id}/update-status)
|
|
1037
|
+
*/
|
|
1038
|
+
const abrigoUpdateWorkflowStepStatus = (abrigoUpdateWorkflowStepStatusBody) => {
|
|
1039
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflow-steps/update-status`, method: 'POST',
|
|
1040
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1041
|
+
data: abrigoUpdateWorkflowStepStatusBody
|
|
1042
|
+
});
|
|
1043
|
+
};
|
|
1044
|
+
/**
|
|
1045
|
+
* @summary Get the next step for a workflow (GET /v1/workflow-next-steps/{id})
|
|
1046
|
+
*/
|
|
1047
|
+
const abrigoGetWorkflowNextSteps = (abrigoGetWorkflowNextStepsBody) => {
|
|
1048
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/workflow-next-steps/get-by-workflow-id`, method: 'POST',
|
|
1049
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1050
|
+
data: abrigoGetWorkflowNextStepsBody
|
|
1051
|
+
});
|
|
1052
|
+
};
|
|
1053
|
+
/**
|
|
1054
|
+
* @summary List Abrigo ticklers (reminders/tasks, paged)
|
|
1055
|
+
*/
|
|
1056
|
+
const abrigoListTicklers = (abrigoListTicklersBody) => {
|
|
1057
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/ticklers/list`, method: 'POST',
|
|
1058
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1059
|
+
data: abrigoListTicklersBody
|
|
1060
|
+
});
|
|
1061
|
+
};
|
|
1062
|
+
/**
|
|
1063
|
+
* @summary Get an Abrigo tickler by id
|
|
1064
|
+
*/
|
|
1065
|
+
const abrigoGetTicklerById = (abrigoGetTicklerByIdBody) => {
|
|
1066
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/ticklers/get-by-id`, method: 'POST',
|
|
1067
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1068
|
+
data: abrigoGetTicklerByIdBody
|
|
1069
|
+
});
|
|
1070
|
+
};
|
|
1071
|
+
/**
|
|
1072
|
+
* @summary List Abrigo activities (audit/event log, paged)
|
|
1073
|
+
*/
|
|
1074
|
+
const abrigoListActivities = (abrigoListActivitiesBody) => {
|
|
1075
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/activities/list`, method: 'POST',
|
|
1076
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1077
|
+
data: abrigoListActivitiesBody
|
|
1078
|
+
});
|
|
1079
|
+
};
|
|
1080
|
+
/**
|
|
1081
|
+
* @summary Create an Abrigo activity (POST /v1/activities)
|
|
1082
|
+
*/
|
|
1083
|
+
const abrigoCreateActivity = (abrigoCreateActivityBody) => {
|
|
1084
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/activities`, method: 'POST',
|
|
1085
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1086
|
+
data: abrigoCreateActivityBody
|
|
1087
|
+
});
|
|
1088
|
+
};
|
|
1089
|
+
/**
|
|
1090
|
+
* @summary List Abrigo bank codes (reference)
|
|
1091
|
+
*/
|
|
1092
|
+
const abrigoListBankCodes = (abrigoListBankCodesBody) => {
|
|
1093
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/bank-codes/list`, method: 'POST',
|
|
1094
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1095
|
+
data: abrigoListBankCodesBody
|
|
1096
|
+
});
|
|
1097
|
+
};
|
|
1098
|
+
/**
|
|
1099
|
+
* @summary List Abrigo bank branches (reference)
|
|
1100
|
+
*/
|
|
1101
|
+
const abrigoListBankBranches = (abrigoListBankBranchesBody) => {
|
|
1102
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/bank-codes/branches/list`, method: 'POST',
|
|
1103
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1104
|
+
data: abrigoListBankBranchesBody
|
|
1105
|
+
});
|
|
1106
|
+
};
|
|
1107
|
+
/**
|
|
1108
|
+
* @summary List US states (reference)
|
|
1109
|
+
*/
|
|
1110
|
+
const abrigoListStates = (abrigoListStatesBody) => {
|
|
1111
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/states/list`, method: 'POST',
|
|
1112
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1113
|
+
data: abrigoListStatesBody
|
|
1114
|
+
});
|
|
1115
|
+
};
|
|
1116
|
+
/**
|
|
1117
|
+
* @summary Get a state by id (reference)
|
|
1118
|
+
*/
|
|
1119
|
+
const abrigoGetStateById = (abrigoGetStateByIdBody) => {
|
|
1120
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/states/get-by-id`, method: 'POST',
|
|
1121
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1122
|
+
data: abrigoGetStateByIdBody
|
|
1123
|
+
});
|
|
1124
|
+
};
|
|
1125
|
+
/**
|
|
1126
|
+
* @summary List Abrigo documents (paged)
|
|
1127
|
+
*/
|
|
1128
|
+
const abrigoListDocuments = (abrigoListDocumentsBody) => {
|
|
1129
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/documents/list`, method: 'POST',
|
|
1130
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1131
|
+
data: abrigoListDocumentsBody
|
|
1132
|
+
});
|
|
1133
|
+
};
|
|
1134
|
+
/**
|
|
1135
|
+
* @summary Get an Abrigo document by id (metadata only)
|
|
1136
|
+
*/
|
|
1137
|
+
const abrigoGetDocumentById = (abrigoGetDocumentByIdBody) => {
|
|
1138
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/documents/get-by-id`, method: 'POST',
|
|
1139
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1140
|
+
data: abrigoGetDocumentByIdBody
|
|
1141
|
+
});
|
|
1142
|
+
};
|
|
1143
|
+
/**
|
|
1144
|
+
* @summary Get an Abrigo document binary content (GET /v1/documents/{id}/content)
|
|
1145
|
+
*/
|
|
1146
|
+
const abrigoGetDocumentContent = (abrigoGetDocumentContentBody) => {
|
|
1147
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/documents/get-content`, method: 'POST',
|
|
1148
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1149
|
+
data: abrigoGetDocumentContentBody
|
|
1150
|
+
});
|
|
1151
|
+
};
|
|
1152
|
+
/**
|
|
1153
|
+
* @summary List Abrigo documents by their object association (loan, customer, etc.)
|
|
1154
|
+
*/
|
|
1155
|
+
const abrigoListDocumentsByObjectAssociation = (abrigoListDocumentsByObjectAssociationBody) => {
|
|
1156
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/documents/list-by-object-association`, method: 'POST',
|
|
1157
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1158
|
+
data: abrigoListDocumentsByObjectAssociationBody
|
|
1159
|
+
});
|
|
1160
|
+
};
|
|
1161
|
+
/**
|
|
1162
|
+
* Stores per-user Abrigo credentials for PerUser integration configs. Rejected when the Abrigo integration config is Shared.
|
|
1163
|
+
* @summary Store per-user Abrigo credentials
|
|
1164
|
+
*/
|
|
1165
|
+
const abrigoSetUserCredentials = (abrigoSetUserCredentialsBody) => {
|
|
1166
|
+
return (0, http_client_1.customAxios)({ url: `/abrigo/set-user-credentials`, method: 'POST',
|
|
1167
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1168
|
+
data: abrigoSetUserCredentialsBody
|
|
1169
|
+
});
|
|
1170
|
+
};
|
|
1171
|
+
/**
|
|
1172
|
+
* @summary Create a person entity for downstream KYC / OFAC orchestration
|
|
1173
|
+
*/
|
|
1174
|
+
const alloyCreatePersonEntity = (alloyCreatePersonEntityBody) => {
|
|
1175
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/persons/create`, method: 'POST',
|
|
1176
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1177
|
+
data: alloyCreatePersonEntityBody
|
|
1178
|
+
});
|
|
1179
|
+
};
|
|
1180
|
+
/**
|
|
1181
|
+
* @summary Retrieve a person entity by Alloy entity token
|
|
1182
|
+
*/
|
|
1183
|
+
const alloyGetPersonEntity = (alloyGetPersonEntityBody) => {
|
|
1184
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/persons/get`, method: 'POST',
|
|
1185
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1186
|
+
data: alloyGetPersonEntityBody
|
|
1187
|
+
});
|
|
1188
|
+
};
|
|
1189
|
+
/**
|
|
1190
|
+
* @summary Create a business entity for downstream KYB / OFAC orchestration
|
|
1191
|
+
*/
|
|
1192
|
+
const alloyCreateBusinessEntity = (alloyCreateBusinessEntityBody) => {
|
|
1193
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/businesses/create`, method: 'POST',
|
|
1194
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1195
|
+
data: alloyCreateBusinessEntityBody
|
|
1196
|
+
});
|
|
1197
|
+
};
|
|
1198
|
+
/**
|
|
1199
|
+
* @summary Retrieve a business entity by Alloy entity token
|
|
1200
|
+
*/
|
|
1201
|
+
const alloyGetBusinessEntity = (alloyGetBusinessEntityBody) => {
|
|
1202
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/businesses/get`, method: 'POST',
|
|
1203
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1204
|
+
data: alloyGetBusinessEntityBody
|
|
1205
|
+
});
|
|
1206
|
+
};
|
|
1207
|
+
/**
|
|
1208
|
+
* @summary Submit an entity through an Alloy Journey (primary KYC/KYB/OFAC call)
|
|
1209
|
+
*/
|
|
1210
|
+
const alloyCreateJourneyApplication = (alloyCreateJourneyApplicationBody) => {
|
|
1211
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/journeys/applications/create`, method: 'POST',
|
|
1212
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1213
|
+
data: alloyCreateJourneyApplicationBody
|
|
1214
|
+
});
|
|
1215
|
+
};
|
|
1216
|
+
/**
|
|
1217
|
+
* @summary Fetch the status / outcome of a Journey Application
|
|
1218
|
+
*/
|
|
1219
|
+
const alloyGetJourneyApplication = (alloyGetJourneyApplicationBody) => {
|
|
1220
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/journeys/applications/get`, method: 'POST',
|
|
1221
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1222
|
+
data: alloyGetJourneyApplicationBody
|
|
1223
|
+
});
|
|
1224
|
+
};
|
|
1225
|
+
/**
|
|
1226
|
+
* @summary Re-execute a previously-submitted Journey Application
|
|
1227
|
+
*/
|
|
1228
|
+
const alloyRerunJourneyApplication = (alloyRerunJourneyApplicationBody) => {
|
|
1229
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/journeys/applications/rerun`, method: 'POST',
|
|
1230
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1231
|
+
data: alloyRerunJourneyApplicationBody
|
|
1232
|
+
});
|
|
1233
|
+
};
|
|
1234
|
+
/**
|
|
1235
|
+
* @summary Record a manual review decision on a Journey Application
|
|
1236
|
+
*/
|
|
1237
|
+
const alloyReviewJourneyApplication = (alloyReviewJourneyApplicationBody) => {
|
|
1238
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/journeys/applications/review`, method: 'POST',
|
|
1239
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1240
|
+
data: alloyReviewJourneyApplicationBody
|
|
1241
|
+
});
|
|
1242
|
+
};
|
|
1243
|
+
/**
|
|
1244
|
+
* @summary Run a single Alloy evaluation (lower-level alternative to a Journey)
|
|
1245
|
+
*/
|
|
1246
|
+
const alloyRunEvaluation = (alloyRunEvaluationBody) => {
|
|
1247
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/evaluations/run`, method: 'POST',
|
|
1248
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1249
|
+
data: alloyRunEvaluationBody
|
|
1250
|
+
});
|
|
1251
|
+
};
|
|
1252
|
+
/**
|
|
1253
|
+
* @summary Attach or update a document on an entity by document token
|
|
1254
|
+
*/
|
|
1255
|
+
const alloyUploadDocument = (alloyUploadDocumentBody) => {
|
|
1256
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/entities/documents/upload`, method: 'POST',
|
|
1257
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1258
|
+
data: alloyUploadDocumentBody
|
|
1259
|
+
});
|
|
1260
|
+
};
|
|
1261
|
+
/**
|
|
1262
|
+
* Stores per-user Alloy token+secret for PerUser integration configs. Rejected when the Alloy integration config is Shared.
|
|
1263
|
+
* @summary Store per-user Alloy credentials
|
|
1264
|
+
*/
|
|
1265
|
+
const alloySetUserCredentials = (alloySetUserCredentialsBody) => {
|
|
1266
|
+
return (0, http_client_1.customAxios)({ url: `/alloy/set-user-credentials`, method: 'POST',
|
|
1267
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1268
|
+
data: alloySetUserCredentialsBody
|
|
1269
|
+
});
|
|
1270
|
+
};
|
|
1271
|
+
/**
|
|
1272
|
+
* Stores a generated app user Anthropic API key for PerUser integration configs.
|
|
1273
|
+
* @summary Store per-user Anthropic credentials
|
|
1274
|
+
*/
|
|
1275
|
+
const anthropicSetUserCredentials = (anthropicSetUserCredentialsBody) => {
|
|
1276
|
+
return (0, http_client_1.customAxios)({ url: `/anthropic/set-user-credentials`, method: 'POST',
|
|
1277
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1278
|
+
data: anthropicSetUserCredentialsBody
|
|
1279
|
+
});
|
|
1280
|
+
};
|
|
1281
|
+
/**
|
|
1282
|
+
* @summary Generate text with Anthropic
|
|
1283
|
+
*/
|
|
1284
|
+
const anthropicGenerateText = (anthropicGenerateTextBody) => {
|
|
1285
|
+
return (0, http_client_1.customAxios)({ url: `/anthropic/generate-text`, method: 'POST',
|
|
1286
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1287
|
+
data: anthropicGenerateTextBody
|
|
1288
|
+
});
|
|
1289
|
+
};
|
|
1290
|
+
/**
|
|
1291
|
+
* Creates a Server-Sent Events (SSE) stream that returns UI message chunks compatible with Vercel AI SDK clients.
|
|
1292
|
+
* @summary Stream text generation with Anthropic
|
|
1293
|
+
*/
|
|
1294
|
+
const anthropicCreateStream = (anthropicCreateStreamBody) => {
|
|
1295
|
+
return (0, http_client_1.customAxios)({ url: `/anthropic/create-stream`, method: 'POST',
|
|
1296
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1297
|
+
data: anthropicCreateStreamBody
|
|
1298
|
+
});
|
|
1299
|
+
};
|
|
1300
|
+
/**
|
|
1301
|
+
* @summary Store per-user AWS S3 credentials
|
|
1302
|
+
*/
|
|
1303
|
+
const awsS3SetUserCredentials = (awsS3SetUserCredentialsBody) => {
|
|
1304
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/set-user-credentials`, method: 'POST',
|
|
1305
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1306
|
+
data: awsS3SetUserCredentialsBody
|
|
1307
|
+
});
|
|
1308
|
+
};
|
|
1309
|
+
/**
|
|
1310
|
+
* @summary Upload data to storage
|
|
1311
|
+
*/
|
|
1312
|
+
const awsS3UploadData = (awsS3UploadDataBody) => {
|
|
1313
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/upload-data`, method: 'POST',
|
|
1314
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1315
|
+
data: awsS3UploadDataBody
|
|
1316
|
+
});
|
|
1317
|
+
};
|
|
1318
|
+
/**
|
|
1319
|
+
* @summary Delete a file from storage
|
|
1320
|
+
*/
|
|
1321
|
+
const awsS3DeleteFile = (awsS3DeleteFileBody) => {
|
|
1322
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/delete-file`, method: 'POST',
|
|
1323
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1324
|
+
data: awsS3DeleteFileBody
|
|
1325
|
+
});
|
|
1326
|
+
};
|
|
1327
|
+
/**
|
|
1328
|
+
* @summary Check if a document exists
|
|
1329
|
+
*/
|
|
1330
|
+
const awsS3DocumentExists = (awsS3DocumentExistsBody) => {
|
|
1331
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/document-exists`, method: 'POST',
|
|
1332
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1333
|
+
data: awsS3DocumentExistsBody
|
|
1334
|
+
});
|
|
1335
|
+
};
|
|
1336
|
+
/**
|
|
1337
|
+
* @summary Generate a signed URL for downloading
|
|
1338
|
+
*/
|
|
1339
|
+
const awsS3GenerateDownloadSignedUrl = (awsS3GenerateDownloadSignedUrlBody) => {
|
|
1340
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/generate-download-signed-url`, method: 'POST',
|
|
1341
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1342
|
+
data: awsS3GenerateDownloadSignedUrlBody
|
|
1343
|
+
});
|
|
1344
|
+
};
|
|
1345
|
+
/**
|
|
1346
|
+
* @summary Get file content as base64
|
|
1347
|
+
*/
|
|
1348
|
+
const awsS3GetData = (awsS3GetDataBody) => {
|
|
1349
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/get-data`, method: 'POST',
|
|
1350
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1351
|
+
data: awsS3GetDataBody
|
|
1352
|
+
});
|
|
1353
|
+
};
|
|
1354
|
+
/**
|
|
1355
|
+
* @summary Generate a signed URL for uploading
|
|
1356
|
+
*/
|
|
1357
|
+
const awsS3GenerateUploadSignedUrl = (awsS3GenerateUploadSignedUrlBody) => {
|
|
1358
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/generate-upload-signed-url`, method: 'POST',
|
|
1359
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1360
|
+
data: awsS3GenerateUploadSignedUrlBody
|
|
1361
|
+
});
|
|
1362
|
+
};
|
|
1363
|
+
/**
|
|
1364
|
+
* @summary Copy a file within storage
|
|
1365
|
+
*/
|
|
1366
|
+
const awsS3CopyFile = (awsS3CopyFileBody) => {
|
|
1367
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/copy-file`, method: 'POST',
|
|
1368
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1369
|
+
data: awsS3CopyFileBody
|
|
1370
|
+
});
|
|
1371
|
+
};
|
|
1372
|
+
/**
|
|
1373
|
+
* @summary Get file metadata (e.g. size)
|
|
1374
|
+
*/
|
|
1375
|
+
const awsS3GetFileMetadata = (awsS3GetFileMetadataBody) => {
|
|
1376
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/get-file-metadata`, method: 'POST',
|
|
1377
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1378
|
+
data: awsS3GetFileMetadataBody
|
|
1379
|
+
});
|
|
1380
|
+
};
|
|
1381
|
+
/**
|
|
1382
|
+
* @summary Upload a file via multipart/form-data
|
|
1383
|
+
*/
|
|
1384
|
+
const awsS3UploadFile = (awsS3UploadFileBody) => {
|
|
1385
|
+
const formData = new FormData();
|
|
1386
|
+
formData.append('file', awsS3UploadFileBody.file);
|
|
1387
|
+
formData.append('destinationKey', awsS3UploadFileBody.destinationKey);
|
|
1388
|
+
if (awsS3UploadFileBody.userId !== undefined) {
|
|
1389
|
+
formData.append('userId', awsS3UploadFileBody.userId);
|
|
1390
|
+
}
|
|
1391
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/upload-file`, method: 'POST',
|
|
1392
|
+
headers: { 'Content-Type': 'multipart/form-data', },
|
|
1393
|
+
data: formData
|
|
1394
|
+
});
|
|
1395
|
+
};
|
|
1396
|
+
/**
|
|
1397
|
+
* @summary Stream file content
|
|
1398
|
+
*/
|
|
1399
|
+
const awsS3CreateReadStream = (awsS3CreateReadStreamBody) => {
|
|
1400
|
+
return (0, http_client_1.customAxios)({ url: `/aws-s3/create-read-stream`, method: 'POST',
|
|
1401
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1402
|
+
data: awsS3CreateReadStreamBody
|
|
1403
|
+
});
|
|
1404
|
+
};
|
|
1405
|
+
/**
|
|
1406
|
+
* @summary Store per-user Azure Blob Storage credentials
|
|
1407
|
+
*/
|
|
1408
|
+
const azureBlobStorageSetUserCredentials = (azureBlobStorageSetUserCredentialsBody) => {
|
|
1409
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/set-user-credentials`, method: 'POST',
|
|
1410
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1411
|
+
data: azureBlobStorageSetUserCredentialsBody
|
|
1412
|
+
});
|
|
1413
|
+
};
|
|
1414
|
+
/**
|
|
1415
|
+
* @summary Upload data to storage
|
|
1416
|
+
*/
|
|
1417
|
+
const azureBlobStorageUploadData = (azureBlobStorageUploadDataBody) => {
|
|
1418
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/upload-data`, method: 'POST',
|
|
1419
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1420
|
+
data: azureBlobStorageUploadDataBody
|
|
1421
|
+
});
|
|
1422
|
+
};
|
|
1423
|
+
/**
|
|
1424
|
+
* @summary Delete a file from storage
|
|
1425
|
+
*/
|
|
1426
|
+
const azureBlobStorageDeleteFile = (azureBlobStorageDeleteFileBody) => {
|
|
1427
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/delete-file`, method: 'POST',
|
|
1428
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1429
|
+
data: azureBlobStorageDeleteFileBody
|
|
1430
|
+
});
|
|
1431
|
+
};
|
|
1432
|
+
/**
|
|
1433
|
+
* @summary Check if a document exists
|
|
1434
|
+
*/
|
|
1435
|
+
const azureBlobStorageDocumentExists = (azureBlobStorageDocumentExistsBody) => {
|
|
1436
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/document-exists`, method: 'POST',
|
|
1437
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1438
|
+
data: azureBlobStorageDocumentExistsBody
|
|
1439
|
+
});
|
|
1440
|
+
};
|
|
1441
|
+
/**
|
|
1442
|
+
* @summary Generate a signed URL for downloading
|
|
1443
|
+
*/
|
|
1444
|
+
const azureBlobStorageGenerateDownloadSignedUrl = (azureBlobStorageGenerateDownloadSignedUrlBody) => {
|
|
1445
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/generate-download-signed-url`, method: 'POST',
|
|
1446
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1447
|
+
data: azureBlobStorageGenerateDownloadSignedUrlBody
|
|
1448
|
+
});
|
|
1449
|
+
};
|
|
1450
|
+
/**
|
|
1451
|
+
* @summary Get file content as base64
|
|
1452
|
+
*/
|
|
1453
|
+
const azureBlobStorageGetData = (azureBlobStorageGetDataBody) => {
|
|
1454
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/get-data`, method: 'POST',
|
|
1455
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1456
|
+
data: azureBlobStorageGetDataBody
|
|
1457
|
+
});
|
|
1458
|
+
};
|
|
1459
|
+
/**
|
|
1460
|
+
* @summary Generate a signed URL for uploading
|
|
1461
|
+
*/
|
|
1462
|
+
const azureBlobStorageGenerateUploadSignedUrl = (azureBlobStorageGenerateUploadSignedUrlBody) => {
|
|
1463
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/generate-upload-signed-url`, method: 'POST',
|
|
1464
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1465
|
+
data: azureBlobStorageGenerateUploadSignedUrlBody
|
|
1466
|
+
});
|
|
1467
|
+
};
|
|
1468
|
+
/**
|
|
1469
|
+
* @summary Copy a file within storage
|
|
1470
|
+
*/
|
|
1471
|
+
const azureBlobStorageCopyFile = (azureBlobStorageCopyFileBody) => {
|
|
1472
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/copy-file`, method: 'POST',
|
|
1473
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1474
|
+
data: azureBlobStorageCopyFileBody
|
|
1475
|
+
});
|
|
1476
|
+
};
|
|
1477
|
+
/**
|
|
1478
|
+
* @summary Get file metadata (e.g. size)
|
|
1479
|
+
*/
|
|
1480
|
+
const azureBlobStorageGetFileMetadata = (azureBlobStorageGetFileMetadataBody) => {
|
|
1481
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/get-file-metadata`, method: 'POST',
|
|
1482
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1483
|
+
data: azureBlobStorageGetFileMetadataBody
|
|
1484
|
+
});
|
|
1485
|
+
};
|
|
1486
|
+
/**
|
|
1487
|
+
* @summary Upload a file via multipart/form-data
|
|
1488
|
+
*/
|
|
1489
|
+
const azureBlobStorageUploadFile = (azureBlobStorageUploadFileBody) => {
|
|
1490
|
+
const formData = new FormData();
|
|
1491
|
+
formData.append('file', azureBlobStorageUploadFileBody.file);
|
|
1492
|
+
formData.append('destinationKey', azureBlobStorageUploadFileBody.destinationKey);
|
|
1493
|
+
if (azureBlobStorageUploadFileBody.userId !== undefined) {
|
|
1494
|
+
formData.append('userId', azureBlobStorageUploadFileBody.userId);
|
|
1495
|
+
}
|
|
1496
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/upload-file`, method: 'POST',
|
|
1497
|
+
headers: { 'Content-Type': 'multipart/form-data', },
|
|
1498
|
+
data: formData
|
|
1499
|
+
});
|
|
1500
|
+
};
|
|
1501
|
+
/**
|
|
1502
|
+
* @summary Stream file content
|
|
1503
|
+
*/
|
|
1504
|
+
const azureBlobStorageCreateReadStream = (azureBlobStorageCreateReadStreamBody) => {
|
|
1505
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/create-read-stream`, method: 'POST',
|
|
1506
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1507
|
+
data: azureBlobStorageCreateReadStreamBody
|
|
1508
|
+
});
|
|
1509
|
+
};
|
|
1510
|
+
/**
|
|
1511
|
+
* @summary Stream upload
|
|
1512
|
+
*/
|
|
1513
|
+
const azureBlobStorageCreateWriteStream = (azureBlobStorageCreateWriteStreamBody, params) => {
|
|
1514
|
+
return (0, http_client_1.customAxios)({ url: `/azure-blob-storage/create-write-stream`, method: 'POST',
|
|
1515
|
+
headers: { 'Content-Type': 'application/octet-stream', },
|
|
1516
|
+
data: azureBlobStorageCreateWriteStreamBody,
|
|
1517
|
+
params
|
|
1518
|
+
});
|
|
1519
|
+
};
|
|
1520
|
+
/**
|
|
1521
|
+
* @summary Get IBAN company search criteria
|
|
1522
|
+
*/
|
|
1523
|
+
const creditsafeComplianceBankMatchGetIbanCompanySearchCriteria = (creditsafeComplianceBankMatchGetIbanCompanySearchCriteriaBody) => {
|
|
1524
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/get-iban-company-search-criteria`, method: 'POST',
|
|
1525
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1526
|
+
data: creditsafeComplianceBankMatchGetIbanCompanySearchCriteriaBody
|
|
1527
|
+
});
|
|
1528
|
+
};
|
|
1529
|
+
/**
|
|
1530
|
+
* @summary Get BBAN company search criteria
|
|
1531
|
+
*/
|
|
1532
|
+
const creditsafeComplianceBankMatchGetBbanCompanySearchCriteria = (creditsafeComplianceBankMatchGetBbanCompanySearchCriteriaBody) => {
|
|
1533
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/get-bban-company-search-criteria`, method: 'POST',
|
|
1534
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1535
|
+
data: creditsafeComplianceBankMatchGetBbanCompanySearchCriteriaBody
|
|
1536
|
+
});
|
|
1537
|
+
};
|
|
1538
|
+
/**
|
|
1539
|
+
* @summary Validate a company bank account via IBAN
|
|
1540
|
+
*/
|
|
1541
|
+
const creditsafeComplianceBankMatchIbanCompanySearch = (creditsafeComplianceBankMatchIbanCompanySearchBody) => {
|
|
1542
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/iban-company-search`, method: 'POST',
|
|
1543
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1544
|
+
data: creditsafeComplianceBankMatchIbanCompanySearchBody
|
|
1545
|
+
});
|
|
1546
|
+
};
|
|
1547
|
+
/**
|
|
1548
|
+
* @summary Validate a company bank account via BBAN
|
|
1549
|
+
*/
|
|
1550
|
+
const creditsafeComplianceBankMatchBbanCompanySearch = (creditsafeComplianceBankMatchBbanCompanySearchBody) => {
|
|
1551
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/bban-company-search`, method: 'POST',
|
|
1552
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1553
|
+
data: creditsafeComplianceBankMatchBbanCompanySearchBody
|
|
1554
|
+
});
|
|
1555
|
+
};
|
|
1556
|
+
/**
|
|
1557
|
+
* @summary Get IBAN person search criteria
|
|
1558
|
+
*/
|
|
1559
|
+
const creditsafeComplianceBankMatchGetIbanPersonSearchCriteria = (creditsafeComplianceBankMatchGetIbanPersonSearchCriteriaBody) => {
|
|
1560
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/get-iban-person-search-criteria`, method: 'POST',
|
|
1561
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1562
|
+
data: creditsafeComplianceBankMatchGetIbanPersonSearchCriteriaBody
|
|
1563
|
+
});
|
|
1564
|
+
};
|
|
1565
|
+
/**
|
|
1566
|
+
* @summary Validate a personal bank account via IBAN (France only)
|
|
1567
|
+
*/
|
|
1568
|
+
const creditsafeComplianceBankMatchIbanPersonSearch = (creditsafeComplianceBankMatchIbanPersonSearchBody) => {
|
|
1569
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/bank-match/iban-person-search`, method: 'POST',
|
|
1570
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1571
|
+
data: creditsafeComplianceBankMatchIbanPersonSearchBody
|
|
1572
|
+
});
|
|
1573
|
+
};
|
|
1574
|
+
/**
|
|
1575
|
+
* @summary Get country-risk details by country code
|
|
1576
|
+
*/
|
|
1577
|
+
const creditsafeComplianceCountryRiskGetCountryRisk = (creditsafeComplianceCountryRiskGetCountryRiskBody) => {
|
|
1578
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/country-risk/get-country-risk`, method: 'POST',
|
|
1579
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1580
|
+
data: creditsafeComplianceCountryRiskGetCountryRiskBody
|
|
1581
|
+
});
|
|
1582
|
+
};
|
|
1583
|
+
/**
|
|
1584
|
+
* @summary List KYC Protect profile types
|
|
1585
|
+
*/
|
|
1586
|
+
const creditsafeComplianceKycProtectListProfileTypes = (creditsafeComplianceKycProtectListProfileTypesBody) => {
|
|
1587
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-profile-types`, method: 'POST',
|
|
1588
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1589
|
+
data: creditsafeComplianceKycProtectListProfileTypesBody
|
|
1590
|
+
});
|
|
1591
|
+
};
|
|
1592
|
+
/**
|
|
1593
|
+
* @summary List KYC Protect currency codes
|
|
1594
|
+
*/
|
|
1595
|
+
const creditsafeComplianceKycProtectListCurrencyCodes = (creditsafeComplianceKycProtectListCurrencyCodesBody) => {
|
|
1596
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-currency-codes`, method: 'POST',
|
|
1597
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1598
|
+
data: creditsafeComplianceKycProtectListCurrencyCodesBody
|
|
1599
|
+
});
|
|
1600
|
+
};
|
|
1601
|
+
/**
|
|
1602
|
+
* @summary List KYC Protect country codes
|
|
1603
|
+
*/
|
|
1604
|
+
const creditsafeComplianceKycProtectListCountryCodes = (creditsafeComplianceKycProtectListCountryCodesBody) => {
|
|
1605
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-country-codes`, method: 'POST',
|
|
1606
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1607
|
+
data: creditsafeComplianceKycProtectListCountryCodesBody
|
|
1608
|
+
});
|
|
1609
|
+
};
|
|
1610
|
+
/**
|
|
1611
|
+
* @summary List KYC Protect sanction bodies
|
|
1612
|
+
*/
|
|
1613
|
+
const creditsafeComplianceKycProtectListSanctionBodies = (creditsafeComplianceKycProtectListSanctionBodiesBody) => {
|
|
1614
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-sanction-bodies`, method: 'POST',
|
|
1615
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1616
|
+
data: creditsafeComplianceKycProtectListSanctionBodiesBody
|
|
1617
|
+
});
|
|
1618
|
+
};
|
|
1619
|
+
/**
|
|
1620
|
+
* @summary List KYC Protect document types
|
|
1621
|
+
*/
|
|
1622
|
+
const creditsafeComplianceKycProtectListDocumentTypes = (creditsafeComplianceKycProtectListDocumentTypesBody) => {
|
|
1623
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-document-types`, method: 'POST',
|
|
1624
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1625
|
+
data: creditsafeComplianceKycProtectListDocumentTypesBody
|
|
1626
|
+
});
|
|
1627
|
+
};
|
|
1628
|
+
/**
|
|
1629
|
+
* @summary Get AML preferences
|
|
1630
|
+
*/
|
|
1631
|
+
const creditsafeComplianceKycProtectGetAmlPreferences = (creditsafeComplianceKycProtectGetAmlPreferencesBody) => {
|
|
1632
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-aml-preferences`, method: 'POST',
|
|
1633
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1634
|
+
data: creditsafeComplianceKycProtectGetAmlPreferencesBody
|
|
1635
|
+
});
|
|
1636
|
+
};
|
|
1637
|
+
/**
|
|
1638
|
+
* @summary Update AML preferences
|
|
1639
|
+
*/
|
|
1640
|
+
const creditsafeComplianceKycProtectUpdateAmlPreferences = (creditsafeComplianceKycProtectUpdateAmlPreferencesBody) => {
|
|
1641
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-aml-preferences`, method: 'POST',
|
|
1642
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1643
|
+
data: creditsafeComplianceKycProtectUpdateAmlPreferencesBody
|
|
1644
|
+
});
|
|
1645
|
+
};
|
|
1646
|
+
/**
|
|
1647
|
+
* @summary List KYC Protect audit logs
|
|
1648
|
+
*/
|
|
1649
|
+
const creditsafeComplianceKycProtectListAudits = (creditsafeComplianceKycProtectListAuditsBody) => {
|
|
1650
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-audits`, method: 'POST',
|
|
1651
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1652
|
+
data: creditsafeComplianceKycProtectListAuditsBody
|
|
1653
|
+
});
|
|
1654
|
+
};
|
|
1655
|
+
/**
|
|
1656
|
+
* @summary Create a KYC profile
|
|
1657
|
+
*/
|
|
1658
|
+
const creditsafeComplianceKycProtectCreateProfile = (creditsafeComplianceKycProtectCreateProfileBody) => {
|
|
1659
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-profile`, method: 'POST',
|
|
1660
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1661
|
+
data: creditsafeComplianceKycProtectCreateProfileBody
|
|
1662
|
+
});
|
|
1663
|
+
};
|
|
1664
|
+
/**
|
|
1665
|
+
* @summary List KYC profiles
|
|
1666
|
+
*/
|
|
1667
|
+
const creditsafeComplianceKycProtectListProfiles = (creditsafeComplianceKycProtectListProfilesBody) => {
|
|
1668
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-profiles`, method: 'POST',
|
|
1669
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1670
|
+
data: creditsafeComplianceKycProtectListProfilesBody
|
|
1671
|
+
});
|
|
1672
|
+
};
|
|
1673
|
+
/**
|
|
1674
|
+
* @summary Get a KYC profile by id
|
|
1675
|
+
*/
|
|
1676
|
+
const creditsafeComplianceKycProtectGetProfile = (creditsafeComplianceKycProtectGetProfileBody) => {
|
|
1677
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-profile`, method: 'POST',
|
|
1678
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1679
|
+
data: creditsafeComplianceKycProtectGetProfileBody
|
|
1680
|
+
});
|
|
1681
|
+
};
|
|
1682
|
+
/**
|
|
1683
|
+
* @summary Update a KYC profile
|
|
1684
|
+
*/
|
|
1685
|
+
const creditsafeComplianceKycProtectUpdateProfile = (creditsafeComplianceKycProtectUpdateProfileBody) => {
|
|
1686
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-profile`, method: 'POST',
|
|
1687
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1688
|
+
data: creditsafeComplianceKycProtectUpdateProfileBody
|
|
1689
|
+
});
|
|
1690
|
+
};
|
|
1691
|
+
/**
|
|
1692
|
+
* @summary Delete a KYC profile
|
|
1693
|
+
*/
|
|
1694
|
+
const creditsafeComplianceKycProtectDeleteProfile = (creditsafeComplianceKycProtectDeleteProfileBody) => {
|
|
1695
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/delete-profile`, method: 'POST',
|
|
1696
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1697
|
+
data: creditsafeComplianceKycProtectDeleteProfileBody
|
|
1698
|
+
});
|
|
1699
|
+
};
|
|
1700
|
+
/**
|
|
1701
|
+
* @summary Import business profiles in bulk
|
|
1702
|
+
*/
|
|
1703
|
+
const creditsafeComplianceKycProtectImportBusinessProfiles = (creditsafeComplianceKycProtectImportBusinessProfilesBody) => {
|
|
1704
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/import-business-profiles`, method: 'POST',
|
|
1705
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1706
|
+
data: creditsafeComplianceKycProtectImportBusinessProfilesBody
|
|
1707
|
+
});
|
|
1708
|
+
};
|
|
1709
|
+
/**
|
|
1710
|
+
* @summary Get profile business/individual details
|
|
1711
|
+
*/
|
|
1712
|
+
const creditsafeComplianceKycProtectGetProfileDetails = (creditsafeComplianceKycProtectGetProfileDetailsBody) => {
|
|
1713
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-profile-details`, method: 'POST',
|
|
1714
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1715
|
+
data: creditsafeComplianceKycProtectGetProfileDetailsBody
|
|
1716
|
+
});
|
|
1717
|
+
};
|
|
1718
|
+
/**
|
|
1719
|
+
* @summary Update profile details
|
|
1720
|
+
*/
|
|
1721
|
+
const creditsafeComplianceKycProtectUpdateProfileDetails = (creditsafeComplianceKycProtectUpdateProfileDetailsBody) => {
|
|
1722
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-profile-details`, method: 'POST',
|
|
1723
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1724
|
+
data: creditsafeComplianceKycProtectUpdateProfileDetailsBody
|
|
1725
|
+
});
|
|
1726
|
+
};
|
|
1727
|
+
/**
|
|
1728
|
+
* @summary List profile addresses
|
|
1729
|
+
*/
|
|
1730
|
+
const creditsafeComplianceKycProtectListProfileAddresses = (creditsafeComplianceKycProtectListProfileAddressesBody) => {
|
|
1731
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-profile-addresses`, method: 'POST',
|
|
1732
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1733
|
+
data: creditsafeComplianceKycProtectListProfileAddressesBody
|
|
1734
|
+
});
|
|
1735
|
+
};
|
|
1736
|
+
/**
|
|
1737
|
+
* @summary Add a profile address
|
|
1738
|
+
*/
|
|
1739
|
+
const creditsafeComplianceKycProtectCreateProfileAddress = (creditsafeComplianceKycProtectCreateProfileAddressBody) => {
|
|
1740
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-profile-address`, method: 'POST',
|
|
1741
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1742
|
+
data: creditsafeComplianceKycProtectCreateProfileAddressBody
|
|
1743
|
+
});
|
|
1744
|
+
};
|
|
1745
|
+
/**
|
|
1746
|
+
* @summary Add a key party to a profile
|
|
1747
|
+
*/
|
|
1748
|
+
const creditsafeComplianceKycProtectAddKeyParty = (creditsafeComplianceKycProtectAddKeyPartyBody) => {
|
|
1749
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/add-key-party`, method: 'POST',
|
|
1750
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1751
|
+
data: creditsafeComplianceKycProtectAddKeyPartyBody
|
|
1752
|
+
});
|
|
1753
|
+
};
|
|
1754
|
+
/**
|
|
1755
|
+
* @summary List key parties for a profile
|
|
1756
|
+
*/
|
|
1757
|
+
const creditsafeComplianceKycProtectListKeyParties = (creditsafeComplianceKycProtectListKeyPartiesBody) => {
|
|
1758
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-key-parties`, method: 'POST',
|
|
1759
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1760
|
+
data: creditsafeComplianceKycProtectListKeyPartiesBody
|
|
1761
|
+
});
|
|
1762
|
+
};
|
|
1763
|
+
/**
|
|
1764
|
+
* @summary Update key parties for a profile
|
|
1765
|
+
*/
|
|
1766
|
+
const creditsafeComplianceKycProtectUpdateKeyParties = (creditsafeComplianceKycProtectUpdateKeyPartiesBody) => {
|
|
1767
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-key-parties`, method: 'POST',
|
|
1768
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1769
|
+
data: creditsafeComplianceKycProtectUpdateKeyPartiesBody
|
|
1770
|
+
});
|
|
1771
|
+
};
|
|
1772
|
+
/**
|
|
1773
|
+
* @summary Remove key parties from a profile
|
|
1774
|
+
*/
|
|
1775
|
+
const creditsafeComplianceKycProtectRemoveKeyParties = (creditsafeComplianceKycProtectRemoveKeyPartiesBody) => {
|
|
1776
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/remove-key-parties`, method: 'POST',
|
|
1777
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1778
|
+
data: creditsafeComplianceKycProtectRemoveKeyPartiesBody
|
|
1779
|
+
});
|
|
1780
|
+
};
|
|
1781
|
+
/**
|
|
1782
|
+
* @summary Create an AML business screening
|
|
1783
|
+
*/
|
|
1784
|
+
const creditsafeComplianceKycProtectCreateBusinessSearch = (creditsafeComplianceKycProtectCreateBusinessSearchBody) => {
|
|
1785
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-business-search`, method: 'POST',
|
|
1786
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1787
|
+
data: creditsafeComplianceKycProtectCreateBusinessSearchBody
|
|
1788
|
+
});
|
|
1789
|
+
};
|
|
1790
|
+
/**
|
|
1791
|
+
* @summary List AML business screenings
|
|
1792
|
+
*/
|
|
1793
|
+
const creditsafeComplianceKycProtectListBusinessSearches = (creditsafeComplianceKycProtectListBusinessSearchesBody) => {
|
|
1794
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-business-searches`, method: 'POST',
|
|
1795
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1796
|
+
data: creditsafeComplianceKycProtectListBusinessSearchesBody
|
|
1797
|
+
});
|
|
1798
|
+
};
|
|
1799
|
+
/**
|
|
1800
|
+
* @summary Get an AML business screening by id
|
|
1801
|
+
*/
|
|
1802
|
+
const creditsafeComplianceKycProtectGetBusinessSearch = (creditsafeComplianceKycProtectGetBusinessSearchBody) => {
|
|
1803
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-business-search`, method: 'POST',
|
|
1804
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1805
|
+
data: creditsafeComplianceKycProtectGetBusinessSearchBody
|
|
1806
|
+
});
|
|
1807
|
+
};
|
|
1808
|
+
/**
|
|
1809
|
+
* @summary List hits for an AML business screening
|
|
1810
|
+
*/
|
|
1811
|
+
const creditsafeComplianceKycProtectListBusinessSearchHits = (creditsafeComplianceKycProtectListBusinessSearchHitsBody) => {
|
|
1812
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-business-search-hits`, method: 'POST',
|
|
1813
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1814
|
+
data: creditsafeComplianceKycProtectListBusinessSearchHitsBody
|
|
1815
|
+
});
|
|
1816
|
+
};
|
|
1817
|
+
/**
|
|
1818
|
+
* @summary Create an AML individual screening
|
|
1819
|
+
*/
|
|
1820
|
+
const creditsafeComplianceKycProtectCreateIndividualSearch = (creditsafeComplianceKycProtectCreateIndividualSearchBody) => {
|
|
1821
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-individual-search`, method: 'POST',
|
|
1822
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1823
|
+
data: creditsafeComplianceKycProtectCreateIndividualSearchBody
|
|
1824
|
+
});
|
|
1825
|
+
};
|
|
1826
|
+
/**
|
|
1827
|
+
* @summary List AML individual screenings
|
|
1828
|
+
*/
|
|
1829
|
+
const creditsafeComplianceKycProtectListIndividualSearches = (creditsafeComplianceKycProtectListIndividualSearchesBody) => {
|
|
1830
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-individual-searches`, method: 'POST',
|
|
1831
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1832
|
+
data: creditsafeComplianceKycProtectListIndividualSearchesBody
|
|
1833
|
+
});
|
|
1834
|
+
};
|
|
1835
|
+
/**
|
|
1836
|
+
* @summary Get an AML individual screening by id
|
|
1837
|
+
*/
|
|
1838
|
+
const creditsafeComplianceKycProtectGetIndividualSearch = (creditsafeComplianceKycProtectGetIndividualSearchBody) => {
|
|
1839
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-individual-search`, method: 'POST',
|
|
1840
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1841
|
+
data: creditsafeComplianceKycProtectGetIndividualSearchBody
|
|
1842
|
+
});
|
|
1843
|
+
};
|
|
1844
|
+
/**
|
|
1845
|
+
* @summary List hits for an AML individual screening
|
|
1846
|
+
*/
|
|
1847
|
+
const creditsafeComplianceKycProtectListIndividualSearchHits = (creditsafeComplianceKycProtectListIndividualSearchHitsBody) => {
|
|
1848
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-individual-search-hits`, method: 'POST',
|
|
1849
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1850
|
+
data: creditsafeComplianceKycProtectListIndividualSearchHitsBody
|
|
1851
|
+
});
|
|
1852
|
+
};
|
|
1853
|
+
/**
|
|
1854
|
+
* @summary Bulk AML screening for a profile
|
|
1855
|
+
*/
|
|
1856
|
+
const creditsafeComplianceKycProtectBulkAmlScreening = (creditsafeComplianceKycProtectBulkAmlScreeningBody) => {
|
|
1857
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/bulk-aml-screening`, method: 'POST',
|
|
1858
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1859
|
+
data: creditsafeComplianceKycProtectBulkAmlScreeningBody
|
|
1860
|
+
});
|
|
1861
|
+
};
|
|
1862
|
+
/**
|
|
1863
|
+
* @summary Create a monitoring schedule
|
|
1864
|
+
*/
|
|
1865
|
+
const creditsafeComplianceKycProtectCreateSchedule = (creditsafeComplianceKycProtectCreateScheduleBody) => {
|
|
1866
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/create-schedule`, method: 'POST',
|
|
1867
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1868
|
+
data: creditsafeComplianceKycProtectCreateScheduleBody
|
|
1869
|
+
});
|
|
1870
|
+
};
|
|
1871
|
+
/**
|
|
1872
|
+
* @summary List monitoring schedules
|
|
1873
|
+
*/
|
|
1874
|
+
const creditsafeComplianceKycProtectListSchedules = (creditsafeComplianceKycProtectListSchedulesBody) => {
|
|
1875
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-schedules`, method: 'POST',
|
|
1876
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1877
|
+
data: creditsafeComplianceKycProtectListSchedulesBody
|
|
1878
|
+
});
|
|
1879
|
+
};
|
|
1880
|
+
/**
|
|
1881
|
+
* @summary List monitoring AML alerts
|
|
1882
|
+
*/
|
|
1883
|
+
const creditsafeComplianceKycProtectListMonitoringAmlAlerts = (creditsafeComplianceKycProtectListMonitoringAmlAlertsBody) => {
|
|
1884
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-monitoring-aml-alerts`, method: 'POST',
|
|
1885
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1886
|
+
data: creditsafeComplianceKycProtectListMonitoringAmlAlertsBody
|
|
1887
|
+
});
|
|
1888
|
+
};
|
|
1889
|
+
/**
|
|
1890
|
+
* @summary Bulk add profiles to KYC monitoring
|
|
1891
|
+
*/
|
|
1892
|
+
const creditsafeComplianceKycProtectBulkAddMonitoringProfiles = (creditsafeComplianceKycProtectBulkAddMonitoringProfilesBody) => {
|
|
1893
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/bulk-add-monitoring-profiles`, method: 'POST',
|
|
1894
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1895
|
+
data: creditsafeComplianceKycProtectBulkAddMonitoringProfilesBody
|
|
1896
|
+
});
|
|
1897
|
+
};
|
|
1898
|
+
/**
|
|
1899
|
+
* @summary List KYC monitoring alerts for a profile
|
|
1900
|
+
*/
|
|
1901
|
+
const creditsafeComplianceKycProtectListKycMonitoringAlerts = (creditsafeComplianceKycProtectListKycMonitoringAlertsBody) => {
|
|
1902
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-kyc-monitoring-alerts`, method: 'POST',
|
|
1903
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1904
|
+
data: creditsafeComplianceKycProtectListKycMonitoringAlertsBody
|
|
1905
|
+
});
|
|
1906
|
+
};
|
|
1907
|
+
/**
|
|
1908
|
+
* @summary Update a KYC monitoring alert
|
|
1909
|
+
*/
|
|
1910
|
+
const creditsafeComplianceKycProtectUpdateKycMonitoringAlert = (creditsafeComplianceKycProtectUpdateKycMonitoringAlertBody) => {
|
|
1911
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/update-kyc-monitoring-alert`, method: 'POST',
|
|
1912
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1913
|
+
data: creditsafeComplianceKycProtectUpdateKycMonitoringAlertBody
|
|
1914
|
+
});
|
|
1915
|
+
};
|
|
1916
|
+
/**
|
|
1917
|
+
* @summary List async AML jobs
|
|
1918
|
+
*/
|
|
1919
|
+
const creditsafeComplianceKycProtectListAsyncAmlJobs = (creditsafeComplianceKycProtectListAsyncAmlJobsBody) => {
|
|
1920
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-async-aml-jobs`, method: 'POST',
|
|
1921
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1922
|
+
data: creditsafeComplianceKycProtectListAsyncAmlJobsBody
|
|
1923
|
+
});
|
|
1924
|
+
};
|
|
1925
|
+
/**
|
|
1926
|
+
* @summary Get an async AML job by id
|
|
1927
|
+
*/
|
|
1928
|
+
const creditsafeComplianceKycProtectGetAsyncAmlJob = (creditsafeComplianceKycProtectGetAsyncAmlJobBody) => {
|
|
1929
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-async-aml-job`, method: 'POST',
|
|
1930
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1931
|
+
data: creditsafeComplianceKycProtectGetAsyncAmlJobBody
|
|
1932
|
+
});
|
|
1933
|
+
};
|
|
1934
|
+
/**
|
|
1935
|
+
* @summary Upload a batch file
|
|
1936
|
+
*/
|
|
1937
|
+
const creditsafeComplianceKycProtectUploadBatchFile = (creditsafeComplianceKycProtectUploadBatchFileBody) => {
|
|
1938
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/upload-batch-file`, method: 'POST',
|
|
1939
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1940
|
+
data: creditsafeComplianceKycProtectUploadBatchFileBody
|
|
1941
|
+
});
|
|
1942
|
+
};
|
|
1943
|
+
/**
|
|
1944
|
+
* @summary Get a batch upload status by id
|
|
1945
|
+
*/
|
|
1946
|
+
const creditsafeComplianceKycProtectGetBatchUpload = (creditsafeComplianceKycProtectGetBatchUploadBody) => {
|
|
1947
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-batch-upload`, method: 'POST',
|
|
1948
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1949
|
+
data: creditsafeComplianceKycProtectGetBatchUploadBody
|
|
1950
|
+
});
|
|
1951
|
+
};
|
|
1952
|
+
/**
|
|
1953
|
+
* @summary Generate a KYC report
|
|
1954
|
+
*/
|
|
1955
|
+
const creditsafeComplianceKycProtectGenerateReport = (creditsafeComplianceKycProtectGenerateReportBody) => {
|
|
1956
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/generate-report`, method: 'POST',
|
|
1957
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1958
|
+
data: creditsafeComplianceKycProtectGenerateReportBody
|
|
1959
|
+
});
|
|
1960
|
+
};
|
|
1961
|
+
/**
|
|
1962
|
+
* @summary List KYC reports
|
|
1963
|
+
*/
|
|
1964
|
+
const creditsafeComplianceKycProtectListReports = (creditsafeComplianceKycProtectListReportsBody) => {
|
|
1965
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/list-reports`, method: 'POST',
|
|
1966
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1967
|
+
data: creditsafeComplianceKycProtectListReportsBody
|
|
1968
|
+
});
|
|
1969
|
+
};
|
|
1970
|
+
/**
|
|
1971
|
+
* @summary Get a KYC report by id
|
|
1972
|
+
*/
|
|
1973
|
+
const creditsafeComplianceKycProtectGetReport = (creditsafeComplianceKycProtectGetReportBody) => {
|
|
1974
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-report`, method: 'POST',
|
|
1975
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1976
|
+
data: creditsafeComplianceKycProtectGetReportBody
|
|
1977
|
+
});
|
|
1978
|
+
};
|
|
1979
|
+
/**
|
|
1980
|
+
* @summary Get compliance alerts by Connect company id
|
|
1981
|
+
*/
|
|
1982
|
+
const creditsafeComplianceKycProtectGetComplianceAlerts = (creditsafeComplianceKycProtectGetComplianceAlertsBody) => {
|
|
1983
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/kyc-protect/get-compliance-alerts`, method: 'POST',
|
|
1984
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1985
|
+
data: creditsafeComplianceKycProtectGetComplianceAlertsBody
|
|
1986
|
+
});
|
|
1987
|
+
};
|
|
1988
|
+
/**
|
|
1989
|
+
* Stores per-user Creditsafe Compliance credentials for PerUser integration configs. Rejected when the Creditsafe Compliance integration config is Shared.
|
|
1990
|
+
* @summary Store per-user Creditsafe Compliance credentials
|
|
1991
|
+
*/
|
|
1992
|
+
const creditsafeComplianceSetUserCredentials = (creditsafeComplianceSetUserCredentialsBody) => {
|
|
1993
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-compliance/set-user-credentials`, method: 'POST',
|
|
1994
|
+
headers: { 'Content-Type': 'application/json', },
|
|
1995
|
+
data: creditsafeComplianceSetUserCredentialsBody
|
|
1996
|
+
});
|
|
1997
|
+
};
|
|
1998
|
+
/**
|
|
1999
|
+
* @summary List available report languages for a country
|
|
2000
|
+
*/
|
|
2001
|
+
const creditsafeFeaturedCreditRiskListReportLanguagesByCountry = (creditsafeFeaturedCreditRiskListReportLanguagesByCountryBody) => {
|
|
2002
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/list-report-languages-by-country`, method: 'POST',
|
|
2003
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2004
|
+
data: creditsafeFeaturedCreditRiskListReportLanguagesByCountryBody
|
|
2005
|
+
});
|
|
2006
|
+
};
|
|
2007
|
+
/**
|
|
2008
|
+
* @summary Get company search parameter structure
|
|
2009
|
+
*/
|
|
2010
|
+
const creditsafeFeaturedCreditRiskGetCompanySearchCriteria = (creditsafeFeaturedCreditRiskGetCompanySearchCriteriaBody) => {
|
|
2011
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-company-search-criteria`, method: 'POST',
|
|
2012
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2013
|
+
data: creditsafeFeaturedCreditRiskGetCompanySearchCriteriaBody
|
|
2014
|
+
});
|
|
2015
|
+
};
|
|
2016
|
+
/**
|
|
2017
|
+
* @summary Get director/people search parameter structure
|
|
2018
|
+
*/
|
|
2019
|
+
const creditsafeFeaturedCreditRiskGetPeopleSearchCriteria = (creditsafeFeaturedCreditRiskGetPeopleSearchCriteriaBody) => {
|
|
2020
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-people-search-criteria`, method: 'POST',
|
|
2021
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2022
|
+
data: creditsafeFeaturedCreditRiskGetPeopleSearchCriteriaBody
|
|
2023
|
+
});
|
|
2024
|
+
};
|
|
2025
|
+
/**
|
|
2026
|
+
* @summary Get the company report schema for a country
|
|
2027
|
+
*/
|
|
2028
|
+
const creditsafeFeaturedCreditRiskGetCompanySchema = (creditsafeFeaturedCreditRiskGetCompanySchemaBody) => {
|
|
2029
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-company-schema`, method: 'POST',
|
|
2030
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2031
|
+
data: creditsafeFeaturedCreditRiskGetCompanySchemaBody
|
|
2032
|
+
});
|
|
2033
|
+
};
|
|
2034
|
+
/**
|
|
2035
|
+
* @summary Search the global Creditsafe company database
|
|
2036
|
+
*/
|
|
2037
|
+
const creditsafeFeaturedCreditRiskCompaniesSearch = (creditsafeFeaturedCreditRiskCompaniesSearchBody) => {
|
|
2038
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/companies-search`, method: 'POST',
|
|
2039
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2040
|
+
data: creditsafeFeaturedCreditRiskCompaniesSearchBody
|
|
2041
|
+
});
|
|
2042
|
+
};
|
|
2043
|
+
/**
|
|
2044
|
+
* @summary Get a company credit report by Connect id
|
|
2045
|
+
*/
|
|
2046
|
+
const creditsafeFeaturedCreditRiskGetCompany = (creditsafeFeaturedCreditRiskGetCompanyBody) => {
|
|
2047
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-company`, method: 'POST',
|
|
2048
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2049
|
+
data: creditsafeFeaturedCreditRiskGetCompanyBody
|
|
2050
|
+
});
|
|
2051
|
+
};
|
|
2052
|
+
/**
|
|
2053
|
+
* @summary Match and identify a company
|
|
2054
|
+
*/
|
|
2055
|
+
const creditsafeFeaturedCreditRiskCompaniesMatch = (creditsafeFeaturedCreditRiskCompaniesMatchBody) => {
|
|
2056
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/companies-match`, method: 'POST',
|
|
2057
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2058
|
+
data: creditsafeFeaturedCreditRiskCompaniesMatchBody
|
|
2059
|
+
});
|
|
2060
|
+
};
|
|
2061
|
+
/**
|
|
2062
|
+
* @summary Search for people and directors
|
|
2063
|
+
*/
|
|
2064
|
+
const creditsafeFeaturedCreditRiskPeopleSearch = (creditsafeFeaturedCreditRiskPeopleSearchBody) => {
|
|
2065
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/people-search`, method: 'POST',
|
|
2066
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2067
|
+
data: creditsafeFeaturedCreditRiskPeopleSearchBody
|
|
2068
|
+
});
|
|
2069
|
+
};
|
|
2070
|
+
/**
|
|
2071
|
+
* @summary Get a director report by id
|
|
2072
|
+
*/
|
|
2073
|
+
const creditsafeFeaturedCreditRiskGetPerson = (creditsafeFeaturedCreditRiskGetPersonBody) => {
|
|
2074
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-person`, method: 'POST',
|
|
2075
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2076
|
+
data: creditsafeFeaturedCreditRiskGetPersonBody
|
|
2077
|
+
});
|
|
2078
|
+
};
|
|
2079
|
+
/**
|
|
2080
|
+
* @summary Order or list official company filing documents
|
|
2081
|
+
*/
|
|
2082
|
+
const creditsafeFeaturedCreditRiskListCompanyImages = (creditsafeFeaturedCreditRiskListCompanyImagesBody) => {
|
|
2083
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/list-company-images`, method: 'POST',
|
|
2084
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2085
|
+
data: creditsafeFeaturedCreditRiskListCompanyImagesBody
|
|
2086
|
+
});
|
|
2087
|
+
};
|
|
2088
|
+
/**
|
|
2089
|
+
* @summary List available filing document types
|
|
2090
|
+
*/
|
|
2091
|
+
const creditsafeFeaturedCreditRiskListImageTypes = (creditsafeFeaturedCreditRiskListImageTypesBody) => {
|
|
2092
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/list-image-types`, method: 'POST',
|
|
2093
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2094
|
+
data: creditsafeFeaturedCreditRiskListImageTypesBody
|
|
2095
|
+
});
|
|
2096
|
+
};
|
|
2097
|
+
/**
|
|
2098
|
+
* @summary Download a company filing image (PDF)
|
|
2099
|
+
*/
|
|
2100
|
+
const creditsafeFeaturedCreditRiskDownloadImage = (creditsafeFeaturedCreditRiskDownloadImageBody) => {
|
|
2101
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/download-image`, method: 'POST',
|
|
2102
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2103
|
+
data: creditsafeFeaturedCreditRiskDownloadImageBody
|
|
2104
|
+
});
|
|
2105
|
+
};
|
|
2106
|
+
/**
|
|
2107
|
+
* @summary Create a fresh-investigation request
|
|
2108
|
+
*/
|
|
2109
|
+
const creditsafeFeaturedCreditRiskCreateFreshInvestigation = (creditsafeFeaturedCreditRiskCreateFreshInvestigationBody) => {
|
|
2110
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/create-fresh-investigation`, method: 'POST',
|
|
2111
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2112
|
+
data: creditsafeFeaturedCreditRiskCreateFreshInvestigationBody
|
|
2113
|
+
});
|
|
2114
|
+
};
|
|
2115
|
+
/**
|
|
2116
|
+
* @summary List fresh-investigation requests
|
|
2117
|
+
*/
|
|
2118
|
+
const creditsafeFeaturedCreditRiskListFreshInvestigations = (creditsafeFeaturedCreditRiskListFreshInvestigationsBody) => {
|
|
2119
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/list-fresh-investigations`, method: 'POST',
|
|
2120
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2121
|
+
data: creditsafeFeaturedCreditRiskListFreshInvestigationsBody
|
|
2122
|
+
});
|
|
2123
|
+
};
|
|
2124
|
+
/**
|
|
2125
|
+
* @summary Get a fresh-investigation by order id
|
|
2126
|
+
*/
|
|
2127
|
+
const creditsafeFeaturedCreditRiskGetFreshInvestigation = (creditsafeFeaturedCreditRiskGetFreshInvestigationBody) => {
|
|
2128
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/get-fresh-investigation`, method: 'POST',
|
|
2129
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2130
|
+
data: creditsafeFeaturedCreditRiskGetFreshInvestigationBody
|
|
2131
|
+
});
|
|
2132
|
+
};
|
|
2133
|
+
/**
|
|
2134
|
+
* @summary Cancel a fresh-investigation request
|
|
2135
|
+
*/
|
|
2136
|
+
const creditsafeFeaturedCreditRiskCancelFreshInvestigation = (creditsafeFeaturedCreditRiskCancelFreshInvestigationBody) => {
|
|
2137
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/cancel-fresh-investigation`, method: 'POST',
|
|
2138
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2139
|
+
data: creditsafeFeaturedCreditRiskCancelFreshInvestigationBody
|
|
2140
|
+
});
|
|
2141
|
+
};
|
|
2142
|
+
/**
|
|
2143
|
+
* @summary Update a fresh-investigation request
|
|
2144
|
+
*/
|
|
2145
|
+
const creditsafeFeaturedCreditRiskUpdateFreshInvestigation = (creditsafeFeaturedCreditRiskUpdateFreshInvestigationBody) => {
|
|
2146
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/credit-risk/update-fresh-investigation`, method: 'POST',
|
|
2147
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2148
|
+
data: creditsafeFeaturedCreditRiskUpdateFreshInvestigationBody
|
|
2149
|
+
});
|
|
2150
|
+
};
|
|
2151
|
+
/**
|
|
2152
|
+
* @summary Get monitoring user profile and permissions
|
|
2153
|
+
*/
|
|
2154
|
+
const creditsafeFeaturedGlobalMonitoringGetUserDetails = (creditsafeFeaturedGlobalMonitoringGetUserDetailsBody) => {
|
|
2155
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/get-user-details`, method: 'POST',
|
|
2156
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2157
|
+
data: creditsafeFeaturedGlobalMonitoringGetUserDetailsBody
|
|
2158
|
+
});
|
|
2159
|
+
};
|
|
2160
|
+
/**
|
|
2161
|
+
* @summary List monitoring portfolios
|
|
2162
|
+
*/
|
|
2163
|
+
const creditsafeFeaturedGlobalMonitoringListPortfolios = (creditsafeFeaturedGlobalMonitoringListPortfoliosBody) => {
|
|
2164
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-portfolios`, method: 'POST',
|
|
2165
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2166
|
+
data: creditsafeFeaturedGlobalMonitoringListPortfoliosBody
|
|
2167
|
+
});
|
|
2168
|
+
};
|
|
2169
|
+
/**
|
|
2170
|
+
* @summary Create a monitoring portfolio
|
|
2171
|
+
*/
|
|
2172
|
+
const creditsafeFeaturedGlobalMonitoringCreatePortfolio = (creditsafeFeaturedGlobalMonitoringCreatePortfolioBody) => {
|
|
2173
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/create-portfolio`, method: 'POST',
|
|
2174
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2175
|
+
data: creditsafeFeaturedGlobalMonitoringCreatePortfolioBody
|
|
2176
|
+
});
|
|
2177
|
+
};
|
|
2178
|
+
/**
|
|
2179
|
+
* @summary Import companies into a portfolio (bulk file)
|
|
2180
|
+
*/
|
|
2181
|
+
const creditsafeFeaturedGlobalMonitoringImportPortfolioCompanies = (creditsafeFeaturedGlobalMonitoringImportPortfolioCompaniesBody) => {
|
|
2182
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/import-portfolio-companies`, method: 'POST',
|
|
2183
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2184
|
+
data: creditsafeFeaturedGlobalMonitoringImportPortfolioCompaniesBody
|
|
2185
|
+
});
|
|
2186
|
+
};
|
|
2187
|
+
/**
|
|
2188
|
+
* @summary Synchronize portfolio companies
|
|
2189
|
+
*/
|
|
2190
|
+
const creditsafeFeaturedGlobalMonitoringSyncPortfolio = (creditsafeFeaturedGlobalMonitoringSyncPortfolioBody) => {
|
|
2191
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/sync-portfolio`, method: 'POST',
|
|
2192
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2193
|
+
data: creditsafeFeaturedGlobalMonitoringSyncPortfolioBody
|
|
2194
|
+
});
|
|
2195
|
+
};
|
|
2196
|
+
/**
|
|
2197
|
+
* @summary Get a monitoring portfolio by id
|
|
2198
|
+
*/
|
|
2199
|
+
const creditsafeFeaturedGlobalMonitoringGetPortfolio = (creditsafeFeaturedGlobalMonitoringGetPortfolioBody) => {
|
|
2200
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/get-portfolio`, method: 'POST',
|
|
2201
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2202
|
+
data: creditsafeFeaturedGlobalMonitoringGetPortfolioBody
|
|
2203
|
+
});
|
|
2204
|
+
};
|
|
2205
|
+
/**
|
|
2206
|
+
* @summary Delete a monitoring portfolio
|
|
2207
|
+
*/
|
|
2208
|
+
const creditsafeFeaturedGlobalMonitoringDeletePortfolio = (creditsafeFeaturedGlobalMonitoringDeletePortfolioBody) => {
|
|
2209
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/delete-portfolio`, method: 'POST',
|
|
2210
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2211
|
+
data: creditsafeFeaturedGlobalMonitoringDeletePortfolioBody
|
|
2212
|
+
});
|
|
2213
|
+
};
|
|
2214
|
+
/**
|
|
2215
|
+
* @summary Update a monitoring portfolio
|
|
2216
|
+
*/
|
|
2217
|
+
const creditsafeFeaturedGlobalMonitoringUpdatePortfolio = (creditsafeFeaturedGlobalMonitoringUpdatePortfolioBody) => {
|
|
2218
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/update-portfolio`, method: 'POST',
|
|
2219
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2220
|
+
data: creditsafeFeaturedGlobalMonitoringUpdatePortfolioBody
|
|
2221
|
+
});
|
|
2222
|
+
};
|
|
2223
|
+
/**
|
|
2224
|
+
* @summary List countries represented in a portfolio
|
|
2225
|
+
*/
|
|
2226
|
+
const creditsafeFeaturedGlobalMonitoringListPortfolioCountries = (creditsafeFeaturedGlobalMonitoringListPortfolioCountriesBody) => {
|
|
2227
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-portfolio-countries`, method: 'POST',
|
|
2228
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2229
|
+
data: creditsafeFeaturedGlobalMonitoringListPortfolioCountriesBody
|
|
2230
|
+
});
|
|
2231
|
+
};
|
|
2232
|
+
/**
|
|
2233
|
+
* @summary List companies in a portfolio
|
|
2234
|
+
*/
|
|
2235
|
+
const creditsafeFeaturedGlobalMonitoringListPortfolioCompanies = (creditsafeFeaturedGlobalMonitoringListPortfolioCompaniesBody) => {
|
|
2236
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-portfolio-companies`, method: 'POST',
|
|
2237
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2238
|
+
data: creditsafeFeaturedGlobalMonitoringListPortfolioCompaniesBody
|
|
2239
|
+
});
|
|
2240
|
+
};
|
|
2241
|
+
/**
|
|
2242
|
+
* @summary Add a company to a portfolio
|
|
2243
|
+
*/
|
|
2244
|
+
const creditsafeFeaturedGlobalMonitoringAddPortfolioCompany = (creditsafeFeaturedGlobalMonitoringAddPortfolioCompanyBody) => {
|
|
2245
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/add-portfolio-company`, method: 'POST',
|
|
2246
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2247
|
+
data: creditsafeFeaturedGlobalMonitoringAddPortfolioCompanyBody
|
|
2248
|
+
});
|
|
2249
|
+
};
|
|
2250
|
+
/**
|
|
2251
|
+
* @summary Get a portfolio company by id
|
|
2252
|
+
*/
|
|
2253
|
+
const creditsafeFeaturedGlobalMonitoringGetPortfolioCompany = (creditsafeFeaturedGlobalMonitoringGetPortfolioCompanyBody) => {
|
|
2254
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/get-portfolio-company`, method: 'POST',
|
|
2255
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2256
|
+
data: creditsafeFeaturedGlobalMonitoringGetPortfolioCompanyBody
|
|
2257
|
+
});
|
|
2258
|
+
};
|
|
2259
|
+
/**
|
|
2260
|
+
* @summary Remove a company from a portfolio
|
|
2261
|
+
*/
|
|
2262
|
+
const creditsafeFeaturedGlobalMonitoringRemovePortfolioCompany = (creditsafeFeaturedGlobalMonitoringRemovePortfolioCompanyBody) => {
|
|
2263
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/remove-portfolio-company`, method: 'POST',
|
|
2264
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2265
|
+
data: creditsafeFeaturedGlobalMonitoringRemovePortfolioCompanyBody
|
|
2266
|
+
});
|
|
2267
|
+
};
|
|
2268
|
+
/**
|
|
2269
|
+
* @summary Update portfolio company monitoring
|
|
2270
|
+
*/
|
|
2271
|
+
const creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompany = (creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompanyBody) => {
|
|
2272
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/update-portfolio-company`, method: 'POST',
|
|
2273
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2274
|
+
data: creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompanyBody
|
|
2275
|
+
});
|
|
2276
|
+
};
|
|
2277
|
+
/**
|
|
2278
|
+
* @summary List event rules for a portfolio
|
|
2279
|
+
*/
|
|
2280
|
+
const creditsafeFeaturedGlobalMonitoringListPortfolioEventRules = (creditsafeFeaturedGlobalMonitoringListPortfolioEventRulesBody) => {
|
|
2281
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-portfolio-event-rules`, method: 'POST',
|
|
2282
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2283
|
+
data: creditsafeFeaturedGlobalMonitoringListPortfolioEventRulesBody
|
|
2284
|
+
});
|
|
2285
|
+
};
|
|
2286
|
+
/**
|
|
2287
|
+
* @summary List change events for a monitored company
|
|
2288
|
+
*/
|
|
2289
|
+
const creditsafeFeaturedGlobalMonitoringListCompanyEvents = (creditsafeFeaturedGlobalMonitoringListCompanyEventsBody) => {
|
|
2290
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-company-events`, method: 'POST',
|
|
2291
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2292
|
+
data: creditsafeFeaturedGlobalMonitoringListCompanyEventsBody
|
|
2293
|
+
});
|
|
2294
|
+
};
|
|
2295
|
+
/**
|
|
2296
|
+
* @summary List all available monitoring event rules
|
|
2297
|
+
*/
|
|
2298
|
+
const creditsafeFeaturedGlobalMonitoringListEventRules = (creditsafeFeaturedGlobalMonitoringListEventRulesBody) => {
|
|
2299
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-event-rules`, method: 'POST',
|
|
2300
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2301
|
+
data: creditsafeFeaturedGlobalMonitoringListEventRulesBody
|
|
2302
|
+
});
|
|
2303
|
+
};
|
|
2304
|
+
/**
|
|
2305
|
+
* @summary List monitoring event rules by country code
|
|
2306
|
+
*/
|
|
2307
|
+
const creditsafeFeaturedGlobalMonitoringListEventRulesByCountry = (creditsafeFeaturedGlobalMonitoringListEventRulesByCountryBody) => {
|
|
2308
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-event-rules-by-country`, method: 'POST',
|
|
2309
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2310
|
+
data: creditsafeFeaturedGlobalMonitoringListEventRulesByCountryBody
|
|
2311
|
+
});
|
|
2312
|
+
};
|
|
2313
|
+
/**
|
|
2314
|
+
* @summary List triggered monitoring notification events
|
|
2315
|
+
*/
|
|
2316
|
+
const creditsafeFeaturedGlobalMonitoringListNotificationEvents = (creditsafeFeaturedGlobalMonitoringListNotificationEventsBody) => {
|
|
2317
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/global-monitoring/list-notification-events`, method: 'POST',
|
|
2318
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2319
|
+
data: creditsafeFeaturedGlobalMonitoringListNotificationEventsBody
|
|
2320
|
+
});
|
|
2321
|
+
};
|
|
2322
|
+
/**
|
|
2323
|
+
* @summary List Decision Engine instances
|
|
2324
|
+
*/
|
|
2325
|
+
const creditsafeFeaturedCheckDecideListDecisionEngineInstances = (creditsafeFeaturedCheckDecideListDecisionEngineInstancesBody) => {
|
|
2326
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/list-decision-engine-instances`, method: 'POST',
|
|
2327
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2328
|
+
data: creditsafeFeaturedCheckDecideListDecisionEngineInstancesBody
|
|
2329
|
+
});
|
|
2330
|
+
};
|
|
2331
|
+
/**
|
|
2332
|
+
* @summary Get a Decision Engine instance by GUID
|
|
2333
|
+
*/
|
|
2334
|
+
const creditsafeFeaturedCheckDecideGetDecisionEngineInstance = (creditsafeFeaturedCheckDecideGetDecisionEngineInstanceBody) => {
|
|
2335
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-engine-instance`, method: 'POST',
|
|
2336
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2337
|
+
data: creditsafeFeaturedCheckDecideGetDecisionEngineInstanceBody
|
|
2338
|
+
});
|
|
2339
|
+
};
|
|
2340
|
+
/**
|
|
2341
|
+
* @summary Get current Decision Engine GUID
|
|
2342
|
+
*/
|
|
2343
|
+
const creditsafeFeaturedCheckDecideGetDecisionEngineGuid = (creditsafeFeaturedCheckDecideGetDecisionEngineGuidBody) => {
|
|
2344
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-engine-guid`, method: 'POST',
|
|
2345
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2346
|
+
data: creditsafeFeaturedCheckDecideGetDecisionEngineGuidBody
|
|
2347
|
+
});
|
|
2348
|
+
};
|
|
2349
|
+
/**
|
|
2350
|
+
* @summary Get user data fields for a Decision Engine template
|
|
2351
|
+
*/
|
|
2352
|
+
const creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFields = (creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFieldsBody) => {
|
|
2353
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-engine-user-data-fields`, method: 'POST',
|
|
2354
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2355
|
+
data: creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFieldsBody
|
|
2356
|
+
});
|
|
2357
|
+
};
|
|
2358
|
+
/**
|
|
2359
|
+
* @summary Execute a Decision Engine instance
|
|
2360
|
+
*/
|
|
2361
|
+
const creditsafeFeaturedCheckDecideExecuteDecisionEngine = (creditsafeFeaturedCheckDecideExecuteDecisionEngineBody) => {
|
|
2362
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/execute-decision-engine`, method: 'POST',
|
|
2363
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2364
|
+
data: creditsafeFeaturedCheckDecideExecuteDecisionEngineBody
|
|
2365
|
+
});
|
|
2366
|
+
};
|
|
2367
|
+
/**
|
|
2368
|
+
* @summary List Decision Engine usage logs
|
|
2369
|
+
*/
|
|
2370
|
+
const creditsafeFeaturedCheckDecideListDecisionEngineUsageLog = (creditsafeFeaturedCheckDecideListDecisionEngineUsageLogBody) => {
|
|
2371
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/list-decision-engine-usage-log`, method: 'POST',
|
|
2372
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2373
|
+
data: creditsafeFeaturedCheckDecideListDecisionEngineUsageLogBody
|
|
2374
|
+
});
|
|
2375
|
+
};
|
|
2376
|
+
/**
|
|
2377
|
+
* @summary Get a Decision Engine usage log entry
|
|
2378
|
+
*/
|
|
2379
|
+
const creditsafeFeaturedCheckDecideGetDecisionEngineUsageLog = (creditsafeFeaturedCheckDecideGetDecisionEngineUsageLogBody) => {
|
|
2380
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-engine-usage-log`, method: 'POST',
|
|
2381
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2382
|
+
data: creditsafeFeaturedCheckDecideGetDecisionEngineUsageLogBody
|
|
2383
|
+
});
|
|
2384
|
+
};
|
|
2385
|
+
/**
|
|
2386
|
+
* @summary Get a Decision Outcome by GUID
|
|
2387
|
+
*/
|
|
2388
|
+
const creditsafeFeaturedCheckDecideGetDecisionOutcome = (creditsafeFeaturedCheckDecideGetDecisionOutcomeBody) => {
|
|
2389
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/get-decision-outcome`, method: 'POST',
|
|
2390
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2391
|
+
data: creditsafeFeaturedCheckDecideGetDecisionOutcomeBody
|
|
2392
|
+
});
|
|
2393
|
+
};
|
|
2394
|
+
/**
|
|
2395
|
+
* @summary Update a Decision Outcome
|
|
2396
|
+
*/
|
|
2397
|
+
const creditsafeFeaturedCheckDecideUpdateDecisionOutcome = (creditsafeFeaturedCheckDecideUpdateDecisionOutcomeBody) => {
|
|
2398
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/check-decide/update-decision-outcome`, method: 'POST',
|
|
2399
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2400
|
+
data: creditsafeFeaturedCheckDecideUpdateDecisionOutcomeBody
|
|
2401
|
+
});
|
|
2402
|
+
};
|
|
2403
|
+
/**
|
|
2404
|
+
* @summary Get consumer search criteria
|
|
2405
|
+
*/
|
|
2406
|
+
const creditsafeFeaturedConsumerMiscGetConsumerSearchCriteria = (creditsafeFeaturedConsumerMiscGetConsumerSearchCriteriaBody) => {
|
|
2407
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/consumer-misc/get-consumer-search-criteria`, method: 'POST',
|
|
2408
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2409
|
+
data: creditsafeFeaturedConsumerMiscGetConsumerSearchCriteriaBody
|
|
2410
|
+
});
|
|
2411
|
+
};
|
|
2412
|
+
/**
|
|
2413
|
+
* @summary Search and order a consumer report
|
|
2414
|
+
*/
|
|
2415
|
+
const creditsafeFeaturedConsumerMiscConsumerSearch = (creditsafeFeaturedConsumerMiscConsumerSearchBody) => {
|
|
2416
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/consumer-misc/consumer-search`, method: 'POST',
|
|
2417
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2418
|
+
data: creditsafeFeaturedConsumerMiscConsumerSearchBody
|
|
2419
|
+
});
|
|
2420
|
+
};
|
|
2421
|
+
/**
|
|
2422
|
+
* @summary Get custom report data by country
|
|
2423
|
+
*/
|
|
2424
|
+
const creditsafeFeaturedConsumerMiscGetConsumerReportCustomData = (creditsafeFeaturedConsumerMiscGetConsumerReportCustomDataBody) => {
|
|
2425
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/consumer-misc/get-consumer-report-custom-data`, method: 'POST',
|
|
2426
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2427
|
+
data: creditsafeFeaturedConsumerMiscGetConsumerReportCustomDataBody
|
|
2428
|
+
});
|
|
2429
|
+
};
|
|
2430
|
+
/**
|
|
2431
|
+
* @summary Create a data cleaning job
|
|
2432
|
+
*/
|
|
2433
|
+
const creditsafeFeaturedDataCleaningCreateJob = (creditsafeFeaturedDataCleaningCreateJobBody) => {
|
|
2434
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/create-job`, method: 'POST',
|
|
2435
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2436
|
+
data: creditsafeFeaturedDataCleaningCreateJobBody
|
|
2437
|
+
});
|
|
2438
|
+
};
|
|
2439
|
+
/**
|
|
2440
|
+
* @summary List data cleaning jobs
|
|
2441
|
+
*/
|
|
2442
|
+
const creditsafeFeaturedDataCleaningListJobs = (creditsafeFeaturedDataCleaningListJobsBody) => {
|
|
2443
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/list-jobs`, method: 'POST',
|
|
2444
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2445
|
+
data: creditsafeFeaturedDataCleaningListJobsBody
|
|
2446
|
+
});
|
|
2447
|
+
};
|
|
2448
|
+
/**
|
|
2449
|
+
* @summary Get a data cleaning job by id
|
|
2450
|
+
*/
|
|
2451
|
+
const creditsafeFeaturedDataCleaningGetJob = (creditsafeFeaturedDataCleaningGetJobBody) => {
|
|
2452
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/get-job`, method: 'POST',
|
|
2453
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2454
|
+
data: creditsafeFeaturedDataCleaningGetJobBody
|
|
2455
|
+
});
|
|
2456
|
+
};
|
|
2457
|
+
/**
|
|
2458
|
+
* @summary Upload company data file to a job
|
|
2459
|
+
*/
|
|
2460
|
+
const creditsafeFeaturedDataCleaningUploadJobFile = (creditsafeFeaturedDataCleaningUploadJobFileBody) => {
|
|
2461
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/upload-job-file`, method: 'POST',
|
|
2462
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2463
|
+
data: creditsafeFeaturedDataCleaningUploadJobFileBody
|
|
2464
|
+
});
|
|
2465
|
+
};
|
|
2466
|
+
/**
|
|
2467
|
+
* @summary Configure field mappings for a job
|
|
2468
|
+
*/
|
|
2469
|
+
const creditsafeFeaturedDataCleaningSetJobMappings = (creditsafeFeaturedDataCleaningSetJobMappingsBody) => {
|
|
2470
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/set-job-mappings`, method: 'POST',
|
|
2471
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2472
|
+
data: creditsafeFeaturedDataCleaningSetJobMappingsBody
|
|
2473
|
+
});
|
|
2474
|
+
};
|
|
2475
|
+
/**
|
|
2476
|
+
* @summary Submit a data cleaning job for processing
|
|
2477
|
+
*/
|
|
2478
|
+
const creditsafeFeaturedDataCleaningSubmitJob = (creditsafeFeaturedDataCleaningSubmitJobBody) => {
|
|
2479
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/submit-job`, method: 'POST',
|
|
2480
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2481
|
+
data: creditsafeFeaturedDataCleaningSubmitJobBody
|
|
2482
|
+
});
|
|
2483
|
+
};
|
|
2484
|
+
/**
|
|
2485
|
+
* @summary Configure enrichment parameters for a job
|
|
2486
|
+
*/
|
|
2487
|
+
const creditsafeFeaturedDataCleaningSetJobEnrichments = (creditsafeFeaturedDataCleaningSetJobEnrichmentsBody) => {
|
|
2488
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/set-job-enrichments`, method: 'POST',
|
|
2489
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2490
|
+
data: creditsafeFeaturedDataCleaningSetJobEnrichmentsBody
|
|
2491
|
+
});
|
|
2492
|
+
};
|
|
2493
|
+
/**
|
|
2494
|
+
* @summary Initiate enrichment for a job
|
|
2495
|
+
*/
|
|
2496
|
+
const creditsafeFeaturedDataCleaningEnrichJob = (creditsafeFeaturedDataCleaningEnrichJobBody) => {
|
|
2497
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/enrich-job`, method: 'POST',
|
|
2498
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2499
|
+
data: creditsafeFeaturedDataCleaningEnrichJobBody
|
|
2500
|
+
});
|
|
2501
|
+
};
|
|
2502
|
+
/**
|
|
2503
|
+
* @summary Download enriched data file for a job
|
|
2504
|
+
*/
|
|
2505
|
+
const creditsafeFeaturedDataCleaningDownloadEnrichedFile = (creditsafeFeaturedDataCleaningDownloadEnrichedFileBody) => {
|
|
2506
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/data-cleaning/download-enriched-file`, method: 'POST',
|
|
2507
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2508
|
+
data: creditsafeFeaturedDataCleaningDownloadEnrichedFileBody
|
|
2509
|
+
});
|
|
2510
|
+
};
|
|
2511
|
+
/**
|
|
2512
|
+
* @summary France: Bank match
|
|
2513
|
+
*/
|
|
2514
|
+
const creditsafeFeaturedLocalSolutionsFrBankMatch = (creditsafeFeaturedLocalSolutionsFrBankMatchBody) => {
|
|
2515
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/fr-bank-match`, method: 'POST',
|
|
2516
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2517
|
+
data: creditsafeFeaturedLocalSolutionsFrBankMatchBody
|
|
2518
|
+
});
|
|
2519
|
+
};
|
|
2520
|
+
/**
|
|
2521
|
+
* @summary France: Bank match audition
|
|
2522
|
+
*/
|
|
2523
|
+
const creditsafeFeaturedLocalSolutionsFrBankMatchAudition = (creditsafeFeaturedLocalSolutionsFrBankMatchAuditionBody) => {
|
|
2524
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/fr-bank-match-audition`, method: 'POST',
|
|
2525
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2526
|
+
data: creditsafeFeaturedLocalSolutionsFrBankMatchAuditionBody
|
|
2527
|
+
});
|
|
2528
|
+
};
|
|
2529
|
+
/**
|
|
2530
|
+
* @summary Germany: Get search criteria for non-limited companies
|
|
2531
|
+
*/
|
|
2532
|
+
const creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteria = (creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteriaBody) => {
|
|
2533
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/de-non-ltd-search-criteria`, method: 'POST',
|
|
2534
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2535
|
+
data: creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteriaBody
|
|
2536
|
+
});
|
|
2537
|
+
};
|
|
2538
|
+
/**
|
|
2539
|
+
* @summary Germany: Search non-limited companies
|
|
2540
|
+
*/
|
|
2541
|
+
const creditsafeFeaturedLocalSolutionsDeNonLtdSearch = (creditsafeFeaturedLocalSolutionsDeNonLtdSearchBody) => {
|
|
2542
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/de-non-ltd-search`, method: 'POST',
|
|
2543
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2544
|
+
data: creditsafeFeaturedLocalSolutionsDeNonLtdSearchBody
|
|
2545
|
+
});
|
|
2546
|
+
};
|
|
2547
|
+
/**
|
|
2548
|
+
* @summary Germany: Get a non-limited company report
|
|
2549
|
+
*/
|
|
2550
|
+
const creditsafeFeaturedLocalSolutionsDeNonLtdGet = (creditsafeFeaturedLocalSolutionsDeNonLtdGetBody) => {
|
|
2551
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/de-non-ltd-get`, method: 'POST',
|
|
2552
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2553
|
+
data: creditsafeFeaturedLocalSolutionsDeNonLtdGetBody
|
|
2554
|
+
});
|
|
2555
|
+
};
|
|
2556
|
+
/**
|
|
2557
|
+
* @summary Netherlands: KvK extract
|
|
2558
|
+
*/
|
|
2559
|
+
const creditsafeFeaturedLocalSolutionsNlKvkExtract = (creditsafeFeaturedLocalSolutionsNlKvkExtractBody) => {
|
|
2560
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/nl-kvk-extract`, method: 'POST',
|
|
2561
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2562
|
+
data: creditsafeFeaturedLocalSolutionsNlKvkExtractBody
|
|
2563
|
+
});
|
|
2564
|
+
};
|
|
2565
|
+
/**
|
|
2566
|
+
* @summary GB: Bank match
|
|
2567
|
+
*/
|
|
2568
|
+
const creditsafeFeaturedLocalSolutionsGbBankMatch = (creditsafeFeaturedLocalSolutionsGbBankMatchBody) => {
|
|
2569
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-match`, method: 'POST',
|
|
2570
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2571
|
+
data: creditsafeFeaturedLocalSolutionsGbBankMatchBody
|
|
2572
|
+
});
|
|
2573
|
+
};
|
|
2574
|
+
/**
|
|
2575
|
+
* @summary GB: Identity search
|
|
2576
|
+
*/
|
|
2577
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearch = (creditsafeFeaturedLocalSolutionsGbIdentitySearchBody) => {
|
|
2578
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search`, method: 'POST',
|
|
2579
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2580
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchBody
|
|
2581
|
+
});
|
|
2582
|
+
};
|
|
2583
|
+
/**
|
|
2584
|
+
* @summary GB: Update identity search
|
|
2585
|
+
*/
|
|
2586
|
+
const creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearch = (creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearchBody) => {
|
|
2587
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-update-identity-search`, method: 'POST',
|
|
2588
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2589
|
+
data: creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearchBody
|
|
2590
|
+
});
|
|
2591
|
+
};
|
|
2592
|
+
/**
|
|
2593
|
+
* @summary GB: List identity search history
|
|
2594
|
+
*/
|
|
2595
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchHistory = (creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryBody) => {
|
|
2596
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-history`, method: 'POST',
|
|
2597
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2598
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryBody
|
|
2599
|
+
});
|
|
2600
|
+
};
|
|
2601
|
+
/**
|
|
2602
|
+
* @summary GB: Get a specific identity search record
|
|
2603
|
+
*/
|
|
2604
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecord = (creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecordBody) => {
|
|
2605
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-history-record`, method: 'POST',
|
|
2606
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2607
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecordBody
|
|
2608
|
+
});
|
|
2609
|
+
};
|
|
2610
|
+
/**
|
|
2611
|
+
* @summary GB: Get input data for an identity search
|
|
2612
|
+
*/
|
|
2613
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInput = (creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInputBody) => {
|
|
2614
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-history-input`, method: 'POST',
|
|
2615
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2616
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInputBody
|
|
2617
|
+
});
|
|
2618
|
+
};
|
|
2619
|
+
/**
|
|
2620
|
+
* @summary GB: Update reference on an identity search
|
|
2621
|
+
*/
|
|
2622
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReference = (creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReferenceBody) => {
|
|
2623
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-history-reference`, method: 'POST',
|
|
2624
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2625
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReferenceBody
|
|
2626
|
+
});
|
|
2627
|
+
};
|
|
2628
|
+
/**
|
|
2629
|
+
* @summary GB: Revalidate an identity search
|
|
2630
|
+
*/
|
|
2631
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidation = (creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidationBody) => {
|
|
2632
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-revalidation`, method: 'POST',
|
|
2633
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2634
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidationBody
|
|
2635
|
+
});
|
|
2636
|
+
};
|
|
2637
|
+
/**
|
|
2638
|
+
* @summary GB: List identity search reason codes
|
|
2639
|
+
*/
|
|
2640
|
+
const creditsafeFeaturedLocalSolutionsGbIdentitySearchReasons = (creditsafeFeaturedLocalSolutionsGbIdentitySearchReasonsBody) => {
|
|
2641
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-identity-search-reasons`, method: 'POST',
|
|
2642
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2643
|
+
data: creditsafeFeaturedLocalSolutionsGbIdentitySearchReasonsBody
|
|
2644
|
+
});
|
|
2645
|
+
};
|
|
2646
|
+
/**
|
|
2647
|
+
* @summary GB: Bank verification search
|
|
2648
|
+
*/
|
|
2649
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationSearch = (creditsafeFeaturedLocalSolutionsGbBankVerificationSearchBody) => {
|
|
2650
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-search`, method: 'POST',
|
|
2651
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2652
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationSearchBody
|
|
2653
|
+
});
|
|
2654
|
+
};
|
|
2655
|
+
/**
|
|
2656
|
+
* @summary GB: Validate bank verification by id
|
|
2657
|
+
*/
|
|
2658
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationValidate = (creditsafeFeaturedLocalSolutionsGbBankVerificationValidateBody) => {
|
|
2659
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-validate`, method: 'POST',
|
|
2660
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2661
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationValidateBody
|
|
2662
|
+
});
|
|
2663
|
+
};
|
|
2664
|
+
/**
|
|
2665
|
+
* @summary GB: Look up bank sort code information
|
|
2666
|
+
*/
|
|
2667
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationSortcode = (creditsafeFeaturedLocalSolutionsGbBankVerificationSortcodeBody) => {
|
|
2668
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-sortcode`, method: 'POST',
|
|
2669
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2670
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationSortcodeBody
|
|
2671
|
+
});
|
|
2672
|
+
};
|
|
2673
|
+
/**
|
|
2674
|
+
* @summary GB: List bank verification history
|
|
2675
|
+
*/
|
|
2676
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationHistory = (creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryBody) => {
|
|
2677
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-history`, method: 'POST',
|
|
2678
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2679
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryBody
|
|
2680
|
+
});
|
|
2681
|
+
};
|
|
2682
|
+
/**
|
|
2683
|
+
* @summary GB: Get a bank verification history record
|
|
2684
|
+
*/
|
|
2685
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecord = (creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecordBody) => {
|
|
2686
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-history-record`, method: 'POST',
|
|
2687
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2688
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecordBody
|
|
2689
|
+
});
|
|
2690
|
+
};
|
|
2691
|
+
/**
|
|
2692
|
+
* @summary GB: Update reference on a bank verification record
|
|
2693
|
+
*/
|
|
2694
|
+
const creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReference = (creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReferenceBody) => {
|
|
2695
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-bank-verification-history-reference`, method: 'POST',
|
|
2696
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2697
|
+
data: creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReferenceBody
|
|
2698
|
+
});
|
|
2699
|
+
};
|
|
2700
|
+
/**
|
|
2701
|
+
* @summary GB: CCDS finance agreement information
|
|
451
2702
|
*/
|
|
452
|
-
const
|
|
453
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2703
|
+
const creditsafeFeaturedLocalSolutionsGbCcds = (creditsafeFeaturedLocalSolutionsGbCcdsBody) => {
|
|
2704
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-ccds`, method: 'POST',
|
|
454
2705
|
headers: { 'Content-Type': 'application/json', },
|
|
455
|
-
data:
|
|
2706
|
+
data: creditsafeFeaturedLocalSolutionsGbCcdsBody
|
|
456
2707
|
});
|
|
457
2708
|
};
|
|
458
2709
|
/**
|
|
459
|
-
* @summary
|
|
2710
|
+
* @summary GB: Land registry information
|
|
460
2711
|
*/
|
|
461
|
-
const
|
|
462
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2712
|
+
const creditsafeFeaturedLocalSolutionsGbLandRegistry = (creditsafeFeaturedLocalSolutionsGbLandRegistryBody) => {
|
|
2713
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-land-registry`, method: 'POST',
|
|
463
2714
|
headers: { 'Content-Type': 'application/json', },
|
|
464
|
-
data:
|
|
2715
|
+
data: creditsafeFeaturedLocalSolutionsGbLandRegistryBody
|
|
465
2716
|
});
|
|
466
2717
|
};
|
|
467
2718
|
/**
|
|
468
|
-
*
|
|
469
|
-
* @summary Stream text generation with Anthropic
|
|
2719
|
+
* @summary GB: Verify company
|
|
470
2720
|
*/
|
|
471
|
-
const
|
|
472
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2721
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyCompany = (creditsafeFeaturedLocalSolutionsGbVerifyCompanyBody) => {
|
|
2722
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-company`, method: 'POST',
|
|
473
2723
|
headers: { 'Content-Type': 'application/json', },
|
|
474
|
-
data:
|
|
2724
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyCompanyBody
|
|
475
2725
|
});
|
|
476
2726
|
};
|
|
477
2727
|
/**
|
|
478
|
-
* @summary
|
|
2728
|
+
* @summary GB: List director direct reports
|
|
479
2729
|
*/
|
|
480
|
-
const
|
|
481
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2730
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportList = (creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportListBody) => {
|
|
2731
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-director-report-list`, method: 'POST',
|
|
482
2732
|
headers: { 'Content-Type': 'application/json', },
|
|
483
|
-
data:
|
|
2733
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportListBody
|
|
484
2734
|
});
|
|
485
2735
|
};
|
|
486
2736
|
/**
|
|
487
|
-
* @summary
|
|
2737
|
+
* @summary GB: Create a director direct report
|
|
488
2738
|
*/
|
|
489
|
-
const
|
|
490
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2739
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreate = (creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreateBody) => {
|
|
2740
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-director-report-create`, method: 'POST',
|
|
491
2741
|
headers: { 'Content-Type': 'application/json', },
|
|
492
|
-
data:
|
|
2742
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreateBody
|
|
493
2743
|
});
|
|
494
2744
|
};
|
|
495
2745
|
/**
|
|
496
|
-
* @summary
|
|
2746
|
+
* @summary GB: Individual summary report
|
|
497
2747
|
*/
|
|
498
|
-
const
|
|
499
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2748
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummary = (creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummaryBody) => {
|
|
2749
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-individual-summary`, method: 'POST',
|
|
500
2750
|
headers: { 'Content-Type': 'application/json', },
|
|
501
|
-
data:
|
|
2751
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummaryBody
|
|
502
2752
|
});
|
|
503
2753
|
};
|
|
504
2754
|
/**
|
|
505
|
-
* @summary
|
|
2755
|
+
* @summary GB: Individual full report
|
|
506
2756
|
*/
|
|
507
|
-
const
|
|
508
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2757
|
+
const creditsafeFeaturedLocalSolutionsGbVerifyIndividualFull = (creditsafeFeaturedLocalSolutionsGbVerifyIndividualFullBody) => {
|
|
2758
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/gb-verify-individual-full`, method: 'POST',
|
|
509
2759
|
headers: { 'Content-Type': 'application/json', },
|
|
510
|
-
data:
|
|
2760
|
+
data: creditsafeFeaturedLocalSolutionsGbVerifyIndividualFullBody
|
|
511
2761
|
});
|
|
512
2762
|
};
|
|
513
2763
|
/**
|
|
514
|
-
* @summary
|
|
2764
|
+
* @summary US: Search support for companies not in the database
|
|
515
2765
|
*/
|
|
516
|
-
const
|
|
517
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2766
|
+
const creditsafeFeaturedLocalSolutionsUsSearchSupport = (creditsafeFeaturedLocalSolutionsUsSearchSupportBody) => {
|
|
2767
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/local-solutions/us-search-support`, method: 'POST',
|
|
518
2768
|
headers: { 'Content-Type': 'application/json', },
|
|
519
|
-
data:
|
|
2769
|
+
data: creditsafeFeaturedLocalSolutionsUsSearchSupportBody
|
|
520
2770
|
});
|
|
521
2771
|
};
|
|
522
2772
|
/**
|
|
523
|
-
*
|
|
2773
|
+
* Stores per-user Creditsafe Featured credentials for PerUser integration configs. Rejected when the Creditsafe Featured integration config is Shared.
|
|
2774
|
+
* @summary Store per-user Creditsafe Featured credentials
|
|
524
2775
|
*/
|
|
525
|
-
const
|
|
526
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2776
|
+
const creditsafeFeaturedSetUserCredentials = (creditsafeFeaturedSetUserCredentialsBody) => {
|
|
2777
|
+
return (0, http_client_1.customAxios)({ url: `/creditsafe-featured/set-user-credentials`, method: 'POST',
|
|
527
2778
|
headers: { 'Content-Type': 'application/json', },
|
|
528
|
-
data:
|
|
2779
|
+
data: creditsafeFeaturedSetUserCredentialsBody
|
|
529
2780
|
});
|
|
530
2781
|
};
|
|
531
2782
|
/**
|
|
532
|
-
* @summary
|
|
2783
|
+
* @summary Pull consumer credit report from Equifax (EQF1001)
|
|
533
2784
|
*/
|
|
534
|
-
const
|
|
535
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2785
|
+
const crsCreditApiPullConsumerCreditEquifax = (crsCreditApiPullConsumerCreditEquifaxBody) => {
|
|
2786
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/credit/equifax`, method: 'POST',
|
|
536
2787
|
headers: { 'Content-Type': 'application/json', },
|
|
537
|
-
data:
|
|
2788
|
+
data: crsCreditApiPullConsumerCreditEquifaxBody
|
|
538
2789
|
});
|
|
539
2790
|
};
|
|
540
2791
|
/**
|
|
541
|
-
* @summary
|
|
2792
|
+
* @summary Pull consumer credit report from Experian (EXP1001)
|
|
542
2793
|
*/
|
|
543
|
-
const
|
|
544
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2794
|
+
const crsCreditApiPullConsumerCreditExperian = (crsCreditApiPullConsumerCreditExperianBody) => {
|
|
2795
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/credit/experian`, method: 'POST',
|
|
545
2796
|
headers: { 'Content-Type': 'application/json', },
|
|
546
|
-
data:
|
|
2797
|
+
data: crsCreditApiPullConsumerCreditExperianBody
|
|
547
2798
|
});
|
|
548
2799
|
};
|
|
549
2800
|
/**
|
|
550
|
-
* @summary
|
|
2801
|
+
* @summary Pull consumer credit report from TransUnion (TUC3002)
|
|
551
2802
|
*/
|
|
552
|
-
const
|
|
553
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2803
|
+
const crsCreditApiPullConsumerCreditTransunion = (crsCreditApiPullConsumerCreditTransunionBody) => {
|
|
2804
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/credit/transunion`, method: 'POST',
|
|
554
2805
|
headers: { 'Content-Type': 'application/json', },
|
|
555
|
-
data:
|
|
2806
|
+
data: crsCreditApiPullConsumerCreditTransunionBody
|
|
556
2807
|
});
|
|
557
2808
|
};
|
|
558
2809
|
/**
|
|
559
|
-
* @summary
|
|
2810
|
+
* @summary Pull business credit report from Experian Premier Profile (EXP2021)
|
|
560
2811
|
*/
|
|
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
|
|
2812
|
+
const crsCreditApiPullBusinessCreditExperian = (crsCreditApiPullBusinessCreditExperianBody) => {
|
|
2813
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/experian`, method: 'POST',
|
|
2814
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2815
|
+
data: crsCreditApiPullBusinessCreditExperianBody
|
|
571
2816
|
});
|
|
572
2817
|
};
|
|
573
2818
|
/**
|
|
574
|
-
* @summary
|
|
2819
|
+
* @summary Pull business credit report from Equifax
|
|
575
2820
|
*/
|
|
576
|
-
const
|
|
577
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2821
|
+
const crsCreditApiPullBusinessCreditEquifax = (crsCreditApiPullBusinessCreditEquifaxBody) => {
|
|
2822
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/equifax`, method: 'POST',
|
|
578
2823
|
headers: { 'Content-Type': 'application/json', },
|
|
579
|
-
data:
|
|
2824
|
+
data: crsCreditApiPullBusinessCreditEquifaxBody
|
|
580
2825
|
});
|
|
581
2826
|
};
|
|
582
2827
|
/**
|
|
583
|
-
* @summary
|
|
2828
|
+
* @summary Verify a business via LexisNexis Business InstantID (LNR2002)
|
|
584
2829
|
*/
|
|
585
|
-
const
|
|
586
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2830
|
+
const crsCreditApiVerifyBusinessInstantId = (crsCreditApiVerifyBusinessInstantIdBody) => {
|
|
2831
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/lexisnexis/business-instantid`, method: 'POST',
|
|
587
2832
|
headers: { 'Content-Type': 'application/json', },
|
|
588
|
-
data:
|
|
2833
|
+
data: crsCreditApiVerifyBusinessInstantIdBody
|
|
589
2834
|
});
|
|
590
2835
|
};
|
|
591
2836
|
/**
|
|
592
|
-
* @summary
|
|
2837
|
+
* @summary Consumer KYC + fraud screening via Experian Precise ID
|
|
593
2838
|
*/
|
|
594
|
-
const
|
|
595
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2839
|
+
const crsCreditApiKycPreciseId = (crsCreditApiKycPreciseIdBody) => {
|
|
2840
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/identity-fraud/experian/precise-id`, method: 'POST',
|
|
596
2841
|
headers: { 'Content-Type': 'application/json', },
|
|
597
|
-
data:
|
|
2842
|
+
data: crsCreditApiKycPreciseIdBody
|
|
598
2843
|
});
|
|
599
2844
|
};
|
|
600
2845
|
/**
|
|
601
|
-
* @summary
|
|
2846
|
+
* @summary KYB via Experian Business Compliance Insight (EXP2006)
|
|
602
2847
|
*/
|
|
603
|
-
const
|
|
604
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2848
|
+
const crsCreditApiKybBusinessComplianceInsight = (crsCreditApiKybBusinessComplianceInsightBody) => {
|
|
2849
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/experian/business-compliance-insight`, method: 'POST',
|
|
605
2850
|
headers: { 'Content-Type': 'application/json', },
|
|
606
|
-
data:
|
|
2851
|
+
data: crsCreditApiKybBusinessComplianceInsightBody
|
|
607
2852
|
});
|
|
608
2853
|
};
|
|
609
2854
|
/**
|
|
610
|
-
* @summary
|
|
2855
|
+
* @summary Corporate linkage / beneficial owners via Experian Business Contacts (EXP2007)
|
|
611
2856
|
*/
|
|
612
|
-
const
|
|
613
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2857
|
+
const crsCreditApiKybBusinessContacts = (crsCreditApiKybBusinessContactsBody) => {
|
|
2858
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/experian/business-contacts`, method: 'POST',
|
|
614
2859
|
headers: { 'Content-Type': 'application/json', },
|
|
615
|
-
data:
|
|
2860
|
+
data: crsCreditApiKybBusinessContactsBody
|
|
616
2861
|
});
|
|
617
2862
|
};
|
|
618
2863
|
/**
|
|
619
|
-
* @summary
|
|
2864
|
+
* @summary Screen a single subject against LexisNexis OFAC watchlist
|
|
620
2865
|
*/
|
|
621
|
-
const
|
|
622
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2866
|
+
const crsCreditApiOfacScreeningSingle = (crsCreditApiOfacScreeningSingleBody) => {
|
|
2867
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/public-records/lexisnexis/ofac`, method: 'POST',
|
|
623
2868
|
headers: { 'Content-Type': 'application/json', },
|
|
624
|
-
data:
|
|
2869
|
+
data: crsCreditApiOfacScreeningSingleBody
|
|
625
2870
|
});
|
|
626
2871
|
};
|
|
627
2872
|
/**
|
|
628
|
-
* @summary
|
|
2873
|
+
* @summary Screen many subjects in one call against LexisNexis OFAC watchlist
|
|
629
2874
|
*/
|
|
630
|
-
const
|
|
631
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2875
|
+
const crsCreditApiOfacScreeningBatch = (crsCreditApiOfacScreeningBatchBody) => {
|
|
2876
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/public-records/lexisnexis/ofac/batch`, method: 'POST',
|
|
632
2877
|
headers: { 'Content-Type': 'application/json', },
|
|
633
|
-
data:
|
|
2878
|
+
data: crsCreditApiOfacScreeningBatchBody
|
|
634
2879
|
});
|
|
635
2880
|
};
|
|
636
2881
|
/**
|
|
637
|
-
* @summary
|
|
2882
|
+
* @summary Screen a subject against LexisNexis Global Watchlist
|
|
638
2883
|
*/
|
|
639
|
-
const
|
|
640
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2884
|
+
const crsCreditApiGlobalWatchlistScreening = (crsCreditApiGlobalWatchlistScreeningBody) => {
|
|
2885
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/public-records/lexisnexis/global-watchlist`, method: 'POST',
|
|
641
2886
|
headers: { 'Content-Type': 'application/json', },
|
|
642
|
-
data:
|
|
2887
|
+
data: crsCreditApiGlobalWatchlistScreeningBody
|
|
643
2888
|
});
|
|
644
2889
|
};
|
|
645
2890
|
/**
|
|
646
|
-
* @summary
|
|
2891
|
+
* @summary AML / PEP screening via LexisNexis Bridger Insight XG (LNR4201)
|
|
647
2892
|
*/
|
|
648
|
-
const
|
|
649
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2893
|
+
const crsCreditApiBridgerXgScreening = (crsCreditApiBridgerXgScreeningBody) => {
|
|
2894
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/public-records/lexisnexis/bridger-xg`, method: 'POST',
|
|
650
2895
|
headers: { 'Content-Type': 'application/json', },
|
|
651
|
-
data:
|
|
2896
|
+
data: crsCreditApiBridgerXgScreeningBody
|
|
652
2897
|
});
|
|
653
2898
|
};
|
|
654
2899
|
/**
|
|
655
|
-
* @summary
|
|
2900
|
+
* @summary Business OFAC / sanctions screening via Experian IST Watch (EXP2015)
|
|
656
2901
|
*/
|
|
657
|
-
const
|
|
658
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2902
|
+
const crsCreditApiIstWatchScreening = (crsCreditApiIstWatchScreeningBody) => {
|
|
2903
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/business-credit/experian/ist-watch`, method: 'POST',
|
|
659
2904
|
headers: { 'Content-Type': 'application/json', },
|
|
660
|
-
data:
|
|
2905
|
+
data: crsCreditApiIstWatchScreeningBody
|
|
661
2906
|
});
|
|
662
2907
|
};
|
|
663
2908
|
/**
|
|
664
|
-
*
|
|
2909
|
+
* Stores per-user CRS Credit API username+password for PerUser integration configs. Rejected when the CRS integration config is Shared.
|
|
2910
|
+
* @summary Store per-user CRS Credit API credentials
|
|
665
2911
|
*/
|
|
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
|
|
2912
|
+
const crsCreditApiSetUserCredentials = (crsCreditApiSetUserCredentialsBody) => {
|
|
2913
|
+
return (0, http_client_1.customAxios)({ url: `/crs-credit-api/set-user-credentials`, method: 'POST',
|
|
2914
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2915
|
+
data: crsCreditApiSetUserCredentialsBody
|
|
676
2916
|
});
|
|
677
2917
|
};
|
|
678
2918
|
/**
|
|
679
|
-
*
|
|
2919
|
+
* Calls D&B Direct+ GET /v1/match/cleanseMatch and returns up to 25 ranked match candidates.
|
|
2920
|
+
* @summary Identity Resolution — Cleanse Match
|
|
680
2921
|
*/
|
|
681
|
-
const
|
|
682
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
2922
|
+
const dunAndBradstreetCleanseMatch = (dunAndBradstreetCleanseMatchBody) => {
|
|
2923
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/match/cleanse`, method: 'POST',
|
|
683
2924
|
headers: { 'Content-Type': 'application/json', },
|
|
684
|
-
data:
|
|
2925
|
+
data: dunAndBradstreetCleanseMatchBody
|
|
685
2926
|
});
|
|
686
2927
|
};
|
|
687
2928
|
/**
|
|
688
|
-
*
|
|
2929
|
+
* Calls D&B Direct+ GET /v1/match/cleanseMatchwithFraud. Same match-candidate shape as cleanseMatch with fraud risk signals appended per candidate.
|
|
2930
|
+
* @summary Identity Resolution — Cleanse Match with Fraud Risk Signals
|
|
689
2931
|
*/
|
|
690
|
-
const
|
|
691
|
-
return (0, http_client_1.customAxios)({ url: `/
|
|
692
|
-
headers: { 'Content-Type': 'application/
|
|
693
|
-
data:
|
|
694
|
-
|
|
2932
|
+
const dunAndBradstreetCleanseMatchWithFraud = (dunAndBradstreetCleanseMatchWithFraudBody) => {
|
|
2933
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/match/cleanse-with-fraud`, method: 'POST',
|
|
2934
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2935
|
+
data: dunAndBradstreetCleanseMatchWithFraudBody
|
|
2936
|
+
});
|
|
2937
|
+
};
|
|
2938
|
+
/**
|
|
2939
|
+
* Calls D&B Direct+ GET /v1/match/extendedMatch. Returns the best match AND the requested Data Block (productId + versionId + blockIDs) in a single response.
|
|
2940
|
+
* @summary Identity Resolution — Extended Match (Match + Append)
|
|
2941
|
+
*/
|
|
2942
|
+
const dunAndBradstreetExtendedMatch = (dunAndBradstreetExtendedMatchBody) => {
|
|
2943
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/match/extended`, method: 'POST',
|
|
2944
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2945
|
+
data: dunAndBradstreetExtendedMatchBody
|
|
2946
|
+
});
|
|
2947
|
+
};
|
|
2948
|
+
/**
|
|
2949
|
+
* Calls D&B Direct+ POST /v1/search/companyList. Filter by any combination of country, industry, revenue, ownership, etc. Returns up to 10,000 results.
|
|
2950
|
+
* @summary Search — Company List (criteria-based)
|
|
2951
|
+
*/
|
|
2952
|
+
const dunAndBradstreetSearchCompanyList = (dunAndBradstreetSearchCompanyListBody) => {
|
|
2953
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/search/company-list`, method: 'POST',
|
|
2954
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2955
|
+
data: dunAndBradstreetSearchCompanyListBody
|
|
2956
|
+
});
|
|
2957
|
+
};
|
|
2958
|
+
/**
|
|
2959
|
+
* Calls D&B Direct+ GET /v1/search/competitors. Returns up to 50 competitors for the supplied DUNS.
|
|
2960
|
+
* @summary Search — Competitors for a DUNS
|
|
2961
|
+
*/
|
|
2962
|
+
const dunAndBradstreetSearchCompetitors = (dunAndBradstreetSearchCompetitorsBody) => {
|
|
2963
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/search/competitors`, method: 'POST',
|
|
2964
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2965
|
+
data: dunAndBradstreetSearchCompetitorsBody
|
|
2966
|
+
});
|
|
2967
|
+
};
|
|
2968
|
+
/**
|
|
2969
|
+
* Stores per-user Dun & Bradstreet credentials for PerUser integration configs. Rejected when the Dun & Bradstreet integration config is Shared.
|
|
2970
|
+
* @summary Store per-user Dun & Bradstreet credentials
|
|
2971
|
+
*/
|
|
2972
|
+
const dunAndBradstreetSetUserCredentials = (dunAndBradstreetSetUserCredentialsBody) => {
|
|
2973
|
+
return (0, http_client_1.customAxios)({ url: `/dun-and-bradstreet/set-user-credentials`, method: 'POST',
|
|
2974
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2975
|
+
data: dunAndBradstreetSetUserCredentialsBody
|
|
2976
|
+
});
|
|
2977
|
+
};
|
|
2978
|
+
/**
|
|
2979
|
+
* @summary Advanced business search → BIN
|
|
2980
|
+
*/
|
|
2981
|
+
const experianBusinessSearchBusiness = (experianBusinessSearchBusinessBody) => {
|
|
2982
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/search`, method: 'POST',
|
|
2983
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2984
|
+
data: experianBusinessSearchBusinessBody
|
|
2985
|
+
});
|
|
2986
|
+
};
|
|
2987
|
+
/**
|
|
2988
|
+
* @summary Type-ahead business quick search
|
|
2989
|
+
*/
|
|
2990
|
+
const experianBusinessQuickSearchBusiness = (experianBusinessQuickSearchBusinessBody) => {
|
|
2991
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/quicksearch`, method: 'POST',
|
|
2992
|
+
headers: { 'Content-Type': 'application/json', },
|
|
2993
|
+
data: experianBusinessQuickSearchBusinessBody
|
|
2994
|
+
});
|
|
2995
|
+
};
|
|
2996
|
+
/**
|
|
2997
|
+
* @summary Pull business identity headers for a BIN
|
|
2998
|
+
*/
|
|
2999
|
+
const experianBusinessGetBusinessHeaders = (experianBusinessGetBusinessHeadersBody) => {
|
|
3000
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/headers`, method: 'POST',
|
|
3001
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3002
|
+
data: experianBusinessGetBusinessHeadersBody
|
|
3003
|
+
});
|
|
3004
|
+
};
|
|
3005
|
+
/**
|
|
3006
|
+
* @summary Pull Intelliscore + FSR scores
|
|
3007
|
+
*/
|
|
3008
|
+
const experianBusinessGetBusinessScores = (experianBusinessGetBusinessScoresBody) => {
|
|
3009
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/scores`, method: 'POST',
|
|
3010
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3011
|
+
data: experianBusinessGetBusinessScoresBody
|
|
3012
|
+
});
|
|
3013
|
+
};
|
|
3014
|
+
/**
|
|
3015
|
+
* @summary Pull Premier Profile commercial credit report (JSON)
|
|
3016
|
+
*/
|
|
3017
|
+
const experianBusinessGetPremierProfileReport = (experianBusinessGetPremierProfileReportBody) => {
|
|
3018
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/reports/premierprofiles`, method: 'POST',
|
|
3019
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3020
|
+
data: experianBusinessGetPremierProfileReportBody
|
|
3021
|
+
});
|
|
3022
|
+
};
|
|
3023
|
+
/**
|
|
3024
|
+
* @summary Pull Intelliscore Plus report (score-only)
|
|
3025
|
+
*/
|
|
3026
|
+
const experianBusinessGetIntelliscoreReport = (experianBusinessGetIntelliscoreReportBody) => {
|
|
3027
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/reports/intelliscoreplus`, method: 'POST',
|
|
3028
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3029
|
+
data: experianBusinessGetIntelliscoreReportBody
|
|
3030
|
+
});
|
|
3031
|
+
};
|
|
3032
|
+
/**
|
|
3033
|
+
* @summary Risk Dashboards — scores + credit limit + DBT
|
|
3034
|
+
*/
|
|
3035
|
+
const experianBusinessGetRiskDashboards = (experianBusinessGetRiskDashboardsBody) => {
|
|
3036
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/riskdashboards`, method: 'POST',
|
|
3037
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3038
|
+
data: experianBusinessGetRiskDashboardsBody
|
|
3039
|
+
});
|
|
3040
|
+
};
|
|
3041
|
+
/**
|
|
3042
|
+
* @summary Credit Status — tradeline count, balance, DBT
|
|
3043
|
+
*/
|
|
3044
|
+
const experianBusinessGetCreditStatus = (experianBusinessGetCreditStatusBody) => {
|
|
3045
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/creditstatus`, method: 'POST',
|
|
3046
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3047
|
+
data: experianBusinessGetCreditStatusBody
|
|
3048
|
+
});
|
|
3049
|
+
};
|
|
3050
|
+
/**
|
|
3051
|
+
* @summary KYB — Business Compliance Insight
|
|
3052
|
+
*/
|
|
3053
|
+
const experianBusinessRunBusinessComplianceInsight = (experianBusinessRunBusinessComplianceInsightBody) => {
|
|
3054
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/bci`, method: 'POST',
|
|
3055
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3056
|
+
data: experianBusinessRunBusinessComplianceInsightBody
|
|
3057
|
+
});
|
|
3058
|
+
};
|
|
3059
|
+
/**
|
|
3060
|
+
* @summary Business contacts — beneficial owners / principals
|
|
3061
|
+
*/
|
|
3062
|
+
const experianBusinessGetBusinessContacts = (experianBusinessGetBusinessContactsBody) => {
|
|
3063
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/businesscontacts`, method: 'POST',
|
|
3064
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3065
|
+
data: experianBusinessGetBusinessContactsBody
|
|
3066
|
+
});
|
|
3067
|
+
};
|
|
3068
|
+
/**
|
|
3069
|
+
* @summary Corporate linkage / parent-subsidiary tree
|
|
3070
|
+
*/
|
|
3071
|
+
const experianBusinessGetCorporateLinkage = (experianBusinessGetCorporateLinkageBody) => {
|
|
3072
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/corporatelinkage`, method: 'POST',
|
|
3073
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3074
|
+
data: experianBusinessGetCorporateLinkageBody
|
|
3075
|
+
});
|
|
3076
|
+
};
|
|
3077
|
+
/**
|
|
3078
|
+
* @summary Secretary of State corporate registrations
|
|
3079
|
+
*/
|
|
3080
|
+
const experianBusinessGetCorporateRegistrations = (experianBusinessGetCorporateRegistrationsBody) => {
|
|
3081
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/corporateregistrations`, method: 'POST',
|
|
3082
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3083
|
+
data: experianBusinessGetCorporateRegistrationsBody
|
|
3084
|
+
});
|
|
3085
|
+
};
|
|
3086
|
+
/**
|
|
3087
|
+
* @summary IST Watch — OFAC + global watchlist screening
|
|
3088
|
+
*/
|
|
3089
|
+
const experianBusinessRunIstWatchScreening = (experianBusinessRunIstWatchScreeningBody) => {
|
|
3090
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/istwatch`, method: 'POST',
|
|
3091
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3092
|
+
data: experianBusinessRunIstWatchScreeningBody
|
|
3093
|
+
});
|
|
3094
|
+
};
|
|
3095
|
+
/**
|
|
3096
|
+
* @summary Fraud Shields — fraud indicators + possible OFAC match
|
|
3097
|
+
*/
|
|
3098
|
+
const experianBusinessRunFraudShieldsScreening = (experianBusinessRunFraudShieldsScreeningBody) => {
|
|
3099
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/v1/fraudshields`, method: 'POST',
|
|
3100
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3101
|
+
data: experianBusinessRunFraudShieldsScreeningBody
|
|
3102
|
+
});
|
|
3103
|
+
};
|
|
3104
|
+
/**
|
|
3105
|
+
* Stores per-user Experian Business username + password for PerUser integration configs. Rejected when the Experian Business integration config is Shared.
|
|
3106
|
+
* @summary Store per-user Experian Business credentials
|
|
3107
|
+
*/
|
|
3108
|
+
const experianBusinessSetUserCredentials = (experianBusinessSetUserCredentialsBody) => {
|
|
3109
|
+
return (0, http_client_1.customAxios)({ url: `/experian-business/set-user-credentials`, method: 'POST',
|
|
3110
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3111
|
+
data: experianBusinessSetUserCredentialsBody
|
|
695
3112
|
});
|
|
696
3113
|
};
|
|
697
3114
|
/**
|
|
@@ -2609,6 +5026,76 @@ const getIntegrationsAPI = () => {
|
|
|
2609
5026
|
data: resendSendEmailBody
|
|
2610
5027
|
});
|
|
2611
5028
|
};
|
|
5029
|
+
/**
|
|
5030
|
+
* 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).
|
|
5031
|
+
* @summary Submit Evaluation
|
|
5032
|
+
*/
|
|
5033
|
+
const socureRiskosSubmitEvaluation = (socureRiskosSubmitEvaluationBody) => {
|
|
5034
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/evaluations/submit`, method: 'POST',
|
|
5035
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5036
|
+
data: socureRiskosSubmitEvaluationBody
|
|
5037
|
+
});
|
|
5038
|
+
};
|
|
5039
|
+
/**
|
|
5040
|
+
* Calls Socure RiskOS GET /api/evaluation/{evalId}. Re-fetches a prior decision payload.
|
|
5041
|
+
* @summary Get Evaluation Result
|
|
5042
|
+
*/
|
|
5043
|
+
const socureRiskosGetEvaluationResult = (socureRiskosGetEvaluationResultBody) => {
|
|
5044
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/evaluations/get`, method: 'POST',
|
|
5045
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5046
|
+
data: socureRiskosGetEvaluationResultBody
|
|
5047
|
+
});
|
|
5048
|
+
};
|
|
5049
|
+
/**
|
|
5050
|
+
* Calls Socure RiskOS POST /api/evaluation/{evalId}/watchlist-monitoring. Toggles ongoing PEP/sanctions monitoring on a subject from a previously completed evaluation.
|
|
5051
|
+
* @summary Enable Watchlist Monitoring
|
|
5052
|
+
*/
|
|
5053
|
+
const socureRiskosEnableWatchlistMonitoring = (socureRiskosEnableWatchlistMonitoringBody) => {
|
|
5054
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/evaluations/watchlist-monitoring`, method: 'POST',
|
|
5055
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5056
|
+
data: socureRiskosEnableWatchlistMonitoringBody
|
|
5057
|
+
});
|
|
5058
|
+
};
|
|
5059
|
+
/**
|
|
5060
|
+
* Calls Socure RiskOS POST /api/feedback. Body is forwarded verbatim to the RiskOS feedback API.
|
|
5061
|
+
* @summary Submit Outcome Feedback
|
|
5062
|
+
*/
|
|
5063
|
+
const socureRiskosSubmitOutcomeFeedback = (socureRiskosSubmitOutcomeFeedbackBody) => {
|
|
5064
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/feedback`, method: 'POST',
|
|
5065
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5066
|
+
data: socureRiskosSubmitOutcomeFeedbackBody
|
|
5067
|
+
});
|
|
5068
|
+
};
|
|
5069
|
+
/**
|
|
5070
|
+
* Calls Socure RiskOS GET /api/evaluation/{evalId}/documents. Returns the ZIP bytes base64-encoded with original content-type/disposition headers.
|
|
5071
|
+
* @summary Download Evaluation Documents
|
|
5072
|
+
*/
|
|
5073
|
+
const socureRiskosDownloadEvaluationDocuments = (socureRiskosDownloadEvaluationDocumentsBody) => {
|
|
5074
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/evaluations/documents`, method: 'POST',
|
|
5075
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5076
|
+
data: socureRiskosDownloadEvaluationDocumentsBody
|
|
5077
|
+
});
|
|
5078
|
+
};
|
|
5079
|
+
/**
|
|
5080
|
+
* 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`.
|
|
5081
|
+
* @summary Receive Socure RiskOS webhook
|
|
5082
|
+
*/
|
|
5083
|
+
const socureRiskosReceiveWebhook = (socureRiskosReceiveWebhookBody) => {
|
|
5084
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/webhooks`, method: 'POST',
|
|
5085
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5086
|
+
data: socureRiskosReceiveWebhookBody
|
|
5087
|
+
});
|
|
5088
|
+
};
|
|
5089
|
+
/**
|
|
5090
|
+
* Stores per-user Socure RiskOS credentials for PerUser integration configs. Rejected when the Socure RiskOS integration config is Shared.
|
|
5091
|
+
* @summary Store per-user Socure RiskOS credentials
|
|
5092
|
+
*/
|
|
5093
|
+
const socureRiskosSetUserCredentials = (socureRiskosSetUserCredentialsBody) => {
|
|
5094
|
+
return (0, http_client_1.customAxios)({ url: `/socure-riskos/set-user-credentials`, method: 'POST',
|
|
5095
|
+
headers: { 'Content-Type': 'application/json', },
|
|
5096
|
+
data: socureRiskosSetUserCredentialsBody
|
|
5097
|
+
});
|
|
5098
|
+
};
|
|
2612
5099
|
/**
|
|
2613
5100
|
* Stores Stripe API credentials for PerUser integration configs.
|
|
2614
5101
|
* @summary Store per-user Stripe credentials
|
|
@@ -3128,7 +5615,7 @@ const getIntegrationsAPI = () => {
|
|
|
3128
5615
|
data: wealthboxGetActivityBody
|
|
3129
5616
|
});
|
|
3130
5617
|
};
|
|
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 };
|
|
5618
|
+
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, 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
5619
|
};
|
|
3133
5620
|
exports.getIntegrationsAPI = getIntegrationsAPI;
|
|
3134
5621
|
//# sourceMappingURL=generated-api.js.map
|