@corsa-labs/sdk 4.22.0 → 4.24.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/index.d.ts +23 -0
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/models/AlertDto.d.ts +34 -0
- package/dist/models/AlertDto.js +16 -0
- package/dist/models/AlertDto.js.map +1 -1
- package/dist/models/BulkAssignAlertDto.d.ts +10 -0
- package/dist/models/BulkAssignAlertDto.js +3 -0
- package/dist/models/BulkAssignAlertDto.js.map +1 -0
- package/dist/models/BulkAssignAlertResponseDto.d.ts +28 -0
- package/dist/models/BulkAssignAlertResponseDto.js +3 -0
- package/dist/models/BulkAssignAlertResponseDto.js.map +1 -0
- package/dist/models/BulkAssignCaseDto.d.ts +10 -0
- package/dist/models/BulkAssignCaseDto.js +3 -0
- package/dist/models/BulkAssignCaseDto.js.map +1 -0
- package/dist/models/BulkAssignCaseResponseDto.d.ts +28 -0
- package/dist/models/BulkAssignCaseResponseDto.js +3 -0
- package/dist/models/BulkAssignCaseResponseDto.js.map +1 -0
- package/dist/models/BulkAssignedAlertDto.d.ts +14 -0
- package/dist/models/BulkAssignedAlertDto.js +3 -0
- package/dist/models/BulkAssignedAlertDto.js.map +1 -0
- package/dist/models/BulkAssignedCaseDto.d.ts +14 -0
- package/dist/models/BulkAssignedCaseDto.js +3 -0
- package/dist/models/BulkAssignedCaseDto.js.map +1 -0
- package/dist/models/BulkEscalateAlertDto.d.ts +34 -0
- package/dist/models/BulkEscalateAlertDto.js +3 -0
- package/dist/models/BulkEscalateAlertDto.js.map +1 -0
- package/dist/models/BulkEscalateAlertResponseDto.d.ts +28 -0
- package/dist/models/BulkEscalateAlertResponseDto.js +3 -0
- package/dist/models/BulkEscalateAlertResponseDto.js.map +1 -0
- package/dist/models/BulkEscalatedAlertDto.d.ts +14 -0
- package/dist/models/BulkEscalatedAlertDto.js +3 -0
- package/dist/models/BulkEscalatedAlertDto.js.map +1 -0
- package/dist/models/BulkFailedAlertDto.d.ts +10 -0
- package/dist/models/BulkFailedAlertDto.js +3 -0
- package/dist/models/BulkFailedAlertDto.js.map +1 -0
- package/dist/models/BulkFailedCaseDto.d.ts +10 -0
- package/dist/models/BulkFailedCaseDto.js +3 -0
- package/dist/models/BulkFailedCaseDto.js.map +1 -0
- package/dist/models/BulkUpdateAlertStatusDto.d.ts +26 -0
- package/dist/models/BulkUpdateAlertStatusDto.js +17 -0
- package/dist/models/BulkUpdateAlertStatusDto.js.map +1 -0
- package/dist/models/BulkUpdateAlertStatusResponseDto.d.ts +28 -0
- package/dist/models/BulkUpdateAlertStatusResponseDto.js +3 -0
- package/dist/models/BulkUpdateAlertStatusResponseDto.js.map +1 -0
- package/dist/models/BulkUpdateCaseReviewersDto.d.ts +24 -0
- package/dist/models/BulkUpdateCaseReviewersDto.js +16 -0
- package/dist/models/BulkUpdateCaseReviewersDto.js.map +1 -0
- package/dist/models/BulkUpdateCaseReviewersResponseDto.d.ts +28 -0
- package/dist/models/BulkUpdateCaseReviewersResponseDto.js +3 -0
- package/dist/models/BulkUpdateCaseReviewersResponseDto.js.map +1 -0
- package/dist/models/BulkUpdateCaseStatusDto.d.ts +32 -0
- package/dist/models/BulkUpdateCaseStatusDto.js +20 -0
- package/dist/models/BulkUpdateCaseStatusDto.js.map +1 -0
- package/dist/models/BulkUpdateCaseStatusResponseDto.d.ts +28 -0
- package/dist/models/BulkUpdateCaseStatusResponseDto.js +3 -0
- package/dist/models/BulkUpdateCaseStatusResponseDto.js.map +1 -0
- package/dist/models/BulkUpdatedAlertDto.d.ts +25 -0
- package/dist/models/BulkUpdatedAlertDto.js +17 -0
- package/dist/models/BulkUpdatedAlertDto.js.map +1 -0
- package/dist/models/BulkUpdatedCaseDto.d.ts +28 -0
- package/dist/models/BulkUpdatedCaseDto.js +20 -0
- package/dist/models/BulkUpdatedCaseDto.js.map +1 -0
- package/dist/models/BulkUpdatedCaseReviewersDto.d.ts +14 -0
- package/dist/models/BulkUpdatedCaseReviewersDto.js +3 -0
- package/dist/models/BulkUpdatedCaseReviewersDto.js.map +1 -0
- package/dist/models/CaseCategory.d.ts +18 -0
- package/dist/models/CaseCategory.js +27 -0
- package/dist/models/CaseCategory.js.map +1 -0
- package/dist/models/CaseDto.d.ts +1 -0
- package/dist/models/CaseDto.js +1 -0
- package/dist/models/CaseDto.js.map +1 -1
- package/dist/models/CasePriority.d.ts +8 -0
- package/dist/models/CasePriority.js +17 -0
- package/dist/models/CasePriority.js.map +1 -0
- package/dist/models/ConditionDto.d.ts +3 -1
- package/dist/models/ConditionDto.js +2 -0
- package/dist/models/ConditionDto.js.map +1 -1
- package/dist/models/CreateAlertDto.d.ts +100 -0
- package/dist/models/CreateAlertDto.js +22 -0
- package/dist/models/CreateAlertDto.js.map +1 -1
- package/dist/models/CreateCaseDto.d.ts +1 -0
- package/dist/models/CreateCaseDto.js +1 -0
- package/dist/models/CreateCaseDto.js.map +1 -1
- package/dist/models/TransactionSourceOrDestinationDto.d.ts +5 -0
- package/dist/models/TransactionSourceOrDestinationWalletDto.d.ts +6 -0
- package/dist/models/TransactionSourceOrDestinationWalletDto.js +3 -0
- package/dist/models/TransactionSourceOrDestinationWalletDto.js.map +1 -0
- package/dist/models/UpdateAlertDto.d.ts +100 -0
- package/dist/models/UpdateAlertDto.js +22 -0
- package/dist/models/UpdateAlertDto.js.map +1 -1
- package/dist/models/UpdateCaseDto.d.ts +1 -0
- package/dist/models/UpdateCaseDto.js +1 -0
- package/dist/models/UpdateCaseDto.js.map +1 -1
- package/dist/services/AlertsService.d.ts +30 -0
- package/dist/services/AlertsService.js +45 -0
- package/dist/services/AlertsService.js.map +1 -1
- package/dist/services/CasesService.d.ts +30 -0
- package/dist/services/CasesService.js +45 -0
- package/dist/services/CasesService.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -22,6 +22,21 @@ export type { BatchCreateAlertsResponseDto } from './models/BatchCreateAlertsRes
|
|
|
22
22
|
export type { BlockchainWalletCustomFieldDataDto } from './models/BlockchainWalletCustomFieldDataDto';
|
|
23
23
|
export type { BlockchainWalletDto } from './models/BlockchainWalletDto';
|
|
24
24
|
export type { BlockchainWalletIntegrationsDto } from './models/BlockchainWalletIntegrationsDto';
|
|
25
|
+
export type { BulkAssignAlertDto } from './models/BulkAssignAlertDto';
|
|
26
|
+
export type { BulkAssignAlertResponseDto } from './models/BulkAssignAlertResponseDto';
|
|
27
|
+
export type { BulkAssignCaseDto } from './models/BulkAssignCaseDto';
|
|
28
|
+
export type { BulkAssignCaseResponseDto } from './models/BulkAssignCaseResponseDto';
|
|
29
|
+
export type { BulkAssignedAlertDto } from './models/BulkAssignedAlertDto';
|
|
30
|
+
export type { BulkAssignedCaseDto } from './models/BulkAssignedCaseDto';
|
|
31
|
+
export type { BulkEscalateAlertDto } from './models/BulkEscalateAlertDto';
|
|
32
|
+
export type { BulkEscalateAlertResponseDto } from './models/BulkEscalateAlertResponseDto';
|
|
33
|
+
export type { BulkEscalatedAlertDto } from './models/BulkEscalatedAlertDto';
|
|
34
|
+
export type { BulkFailedAlertDto } from './models/BulkFailedAlertDto';
|
|
35
|
+
export type { BulkFailedCaseDto } from './models/BulkFailedCaseDto';
|
|
36
|
+
export type { BulkUpdateAlertStatusResponseDto } from './models/BulkUpdateAlertStatusResponseDto';
|
|
37
|
+
export type { BulkUpdateCaseReviewersResponseDto } from './models/BulkUpdateCaseReviewersResponseDto';
|
|
38
|
+
export type { BulkUpdateCaseStatusResponseDto } from './models/BulkUpdateCaseStatusResponseDto';
|
|
39
|
+
export type { BulkUpdatedCaseReviewersDto } from './models/BulkUpdatedCaseReviewersDto';
|
|
25
40
|
export type { CaseInvestigationData } from './models/CaseInvestigationData';
|
|
26
41
|
export type { ClientSumsubDto } from './models/ClientSumsubDto';
|
|
27
42
|
export type { ConditionResultDto } from './models/ConditionResultDto';
|
|
@@ -66,6 +81,7 @@ export type { TransactionCustomFieldDto } from './models/TransactionCustomFieldD
|
|
|
66
81
|
export type { TransactionIntegrationsDto } from './models/TransactionIntegrationsDto';
|
|
67
82
|
export type { TransactionSourceOrDestinationClientDto } from './models/TransactionSourceOrDestinationClientDto';
|
|
68
83
|
export type { TransactionSourceOrDestinationDto } from './models/TransactionSourceOrDestinationDto';
|
|
84
|
+
export type { TransactionSourceOrDestinationWalletDto } from './models/TransactionSourceOrDestinationWalletDto';
|
|
69
85
|
export type { UpdateBlockchainWalletDto } from './models/UpdateBlockchainWalletDto';
|
|
70
86
|
export type { UpdateCaseInvestigationDto } from './models/UpdateCaseInvestigationDto';
|
|
71
87
|
export type { UpdateChecklistTemplateDto } from './models/UpdateChecklistTemplateDto';
|
|
@@ -78,7 +94,14 @@ export { AggregationFilterDto } from './models/AggregationFilterDto';
|
|
|
78
94
|
export { AlertDto } from './models/AlertDto';
|
|
79
95
|
export { AlertSourceDto } from './models/AlertSourceDto';
|
|
80
96
|
export { AlertStatusData } from './models/AlertStatusData';
|
|
97
|
+
export { BulkUpdateAlertStatusDto } from './models/BulkUpdateAlertStatusDto';
|
|
98
|
+
export { BulkUpdateCaseReviewersDto } from './models/BulkUpdateCaseReviewersDto';
|
|
99
|
+
export { BulkUpdateCaseStatusDto } from './models/BulkUpdateCaseStatusDto';
|
|
100
|
+
export { BulkUpdatedAlertDto } from './models/BulkUpdatedAlertDto';
|
|
101
|
+
export { BulkUpdatedCaseDto } from './models/BulkUpdatedCaseDto';
|
|
102
|
+
export { CaseCategory } from './models/CaseCategory';
|
|
81
103
|
export { CaseDto } from './models/CaseDto';
|
|
104
|
+
export { CasePriority } from './models/CasePriority';
|
|
82
105
|
export { CaseStatusData } from './models/CaseStatusData';
|
|
83
106
|
export { ChecklistItemResponseDto } from './models/ChecklistItemResponseDto';
|
|
84
107
|
export { ChecklistResponseDto } from './models/ChecklistResponseDto';
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.WithdrawalsService = exports.TransactionsService = exports.TradesService = exports.SessionsService = exports.RulesService = exports.RuleTemplatesService = exports.PlatformService = exports.MembersService = exports.EvaluationService = exports.DepositsService = exports.ClientsService = exports.ChecklistsService = exports.CasesService = exports.BlockchainWalletsService = exports.BankAccountsService = exports.AttachmentsService = exports.AlertsService = exports.UpdateIndividualMemberDto = exports.UpdateIndividualClientDto = exports.UpdateIdentityDocumentDto = exports.UpdateCorporateMemberDto = exports.UpdateCorporateClientDto = exports.UpdateChecklistTemplateItemDto = exports.UpdateChecklistItemDto = exports.UpdateCaseStatusDto = exports.UpdateCaseDto = exports.UpdateBankAccountDto = exports.UpdateAttachmentDto = exports.UpdateAlertDto = exports.TransactionStatusDto = exports.TransactionDto = exports.TradeOperationDto = exports.RuleResponseDto = exports.RuleMatchDto = exports.RiskDto = exports.RelateAttachmentsDto = exports.ParticipantDto = exports.OperationStatusUpdateDto = exports.OperationStatusDto = exports.IndividualMemberDto = void 0;
|
|
3
|
+
exports.DeviceDto = exports.CreateTradeOperationDto = exports.CreateOrUpdateRiskDto = exports.CreateIndividualMemberDto = exports.CreateIndividualClientDto = exports.CreateIdentityDocumentDto = exports.CreateExternalDocumentDto = exports.CreateCorporateMemberDto = exports.CreateCorporateClientDto = exports.CreateChecklistTemplateItemDto = exports.CreateChecklistTemplateDto = exports.CreateCaseDto = exports.CreateBankAccountDto = exports.CreateAlertDto = exports.CorporateMemberDto = exports.CorporateClientSourceOfFundsDto = exports.CorporateClientPEPDto = exports.CorporateClientDto = exports.CorporateClientCustomFieldDataDto = exports.CorporateClientBusinessDto = exports.CorporateClientAdverseMediaDto = exports.ConditionDto = exports.ClientBlockchainWalletRelationDto = exports.ClientBankAccountRelationDto = exports.ClientAssociatedToBlockchainWalletDto = exports.ClientAssociatedToAccountDto = exports.ChecklistTemplateResponseDto = exports.ChecklistTemplateItemResponseDto = exports.ChecklistResponseDto = exports.ChecklistItemResponseDto = exports.CaseStatusData = exports.CasePriority = exports.CaseDto = exports.CaseCategory = exports.BulkUpdatedCaseDto = exports.BulkUpdatedAlertDto = exports.BulkUpdateCaseStatusDto = exports.BulkUpdateCaseReviewersDto = exports.BulkUpdateAlertStatusDto = exports.AlertStatusData = exports.AlertSourceDto = exports.AlertDto = exports.AggregationFilterDto = exports.ActionConfigDto = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.BaseHttpRequest = exports.ApiError = exports.ComplianceClient = void 0;
|
|
4
|
+
exports.WithdrawalsService = exports.TransactionsService = exports.TradesService = exports.SessionsService = exports.RulesService = exports.RuleTemplatesService = exports.PlatformService = exports.MembersService = exports.EvaluationService = exports.DepositsService = exports.ClientsService = exports.ChecklistsService = exports.CasesService = exports.BlockchainWalletsService = exports.BankAccountsService = exports.AttachmentsService = exports.AlertsService = exports.UpdateIndividualMemberDto = exports.UpdateIndividualClientDto = exports.UpdateIdentityDocumentDto = exports.UpdateCorporateMemberDto = exports.UpdateCorporateClientDto = exports.UpdateChecklistTemplateItemDto = exports.UpdateChecklistItemDto = exports.UpdateCaseStatusDto = exports.UpdateCaseDto = exports.UpdateBankAccountDto = exports.UpdateAttachmentDto = exports.UpdateAlertDto = exports.TransactionStatusDto = exports.TransactionDto = exports.TradeOperationDto = exports.RuleResponseDto = exports.RuleMatchDto = exports.RiskDto = exports.RelateAttachmentsDto = exports.ParticipantDto = exports.OperationStatusUpdateDto = exports.OperationStatusDto = exports.IndividualMemberDto = exports.IndividualClientGeneralInformationDto = exports.IndividualClientDto = exports.IndividualClientCustomFieldDataDto = exports.IdentityDocumentDto = exports.FactPathDto = exports.EvaluationResultDto = exports.DeviceResponseDto = void 0;
|
|
5
5
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
6
6
|
/* istanbul ignore file */
|
|
7
7
|
/* tslint:disable */
|
|
@@ -27,8 +27,22 @@ var AlertSourceDto_1 = require("./models/AlertSourceDto");
|
|
|
27
27
|
Object.defineProperty(exports, "AlertSourceDto", { enumerable: true, get: function () { return AlertSourceDto_1.AlertSourceDto; } });
|
|
28
28
|
var AlertStatusData_1 = require("./models/AlertStatusData");
|
|
29
29
|
Object.defineProperty(exports, "AlertStatusData", { enumerable: true, get: function () { return AlertStatusData_1.AlertStatusData; } });
|
|
30
|
+
var BulkUpdateAlertStatusDto_1 = require("./models/BulkUpdateAlertStatusDto");
|
|
31
|
+
Object.defineProperty(exports, "BulkUpdateAlertStatusDto", { enumerable: true, get: function () { return BulkUpdateAlertStatusDto_1.BulkUpdateAlertStatusDto; } });
|
|
32
|
+
var BulkUpdateCaseReviewersDto_1 = require("./models/BulkUpdateCaseReviewersDto");
|
|
33
|
+
Object.defineProperty(exports, "BulkUpdateCaseReviewersDto", { enumerable: true, get: function () { return BulkUpdateCaseReviewersDto_1.BulkUpdateCaseReviewersDto; } });
|
|
34
|
+
var BulkUpdateCaseStatusDto_1 = require("./models/BulkUpdateCaseStatusDto");
|
|
35
|
+
Object.defineProperty(exports, "BulkUpdateCaseStatusDto", { enumerable: true, get: function () { return BulkUpdateCaseStatusDto_1.BulkUpdateCaseStatusDto; } });
|
|
36
|
+
var BulkUpdatedAlertDto_1 = require("./models/BulkUpdatedAlertDto");
|
|
37
|
+
Object.defineProperty(exports, "BulkUpdatedAlertDto", { enumerable: true, get: function () { return BulkUpdatedAlertDto_1.BulkUpdatedAlertDto; } });
|
|
38
|
+
var BulkUpdatedCaseDto_1 = require("./models/BulkUpdatedCaseDto");
|
|
39
|
+
Object.defineProperty(exports, "BulkUpdatedCaseDto", { enumerable: true, get: function () { return BulkUpdatedCaseDto_1.BulkUpdatedCaseDto; } });
|
|
40
|
+
var CaseCategory_1 = require("./models/CaseCategory");
|
|
41
|
+
Object.defineProperty(exports, "CaseCategory", { enumerable: true, get: function () { return CaseCategory_1.CaseCategory; } });
|
|
30
42
|
var CaseDto_1 = require("./models/CaseDto");
|
|
31
43
|
Object.defineProperty(exports, "CaseDto", { enumerable: true, get: function () { return CaseDto_1.CaseDto; } });
|
|
44
|
+
var CasePriority_1 = require("./models/CasePriority");
|
|
45
|
+
Object.defineProperty(exports, "CasePriority", { enumerable: true, get: function () { return CasePriority_1.CasePriority; } });
|
|
32
46
|
var CaseStatusData_1 = require("./models/CaseStatusData");
|
|
33
47
|
Object.defineProperty(exports, "CaseStatusData", { enumerable: true, get: function () { return CaseStatusData_1.CaseStatusData; } });
|
|
34
48
|
var ChecklistItemResponseDto_1 = require("./models/ChecklistItemResponseDto");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;AAAA,+DAA+D;AAC/D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB,uDAAsD;AAA7C,oHAAA,gBAAgB,OAAA;AAEzB,4CAA2C;AAAlC,oGAAA,QAAQ,OAAA;AACjB,0DAAyD;AAAhD,kHAAA,eAAe,OAAA;AACxB,8DAA0E;AAAjE,sHAAA,iBAAiB,OAAA;AAAE,gHAAA,WAAW,OAAA;AACvC,0CAAyC;AAAhC,kGAAA,OAAO,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
|
@@ -81,6 +81,26 @@ export type AlertDto = {
|
|
|
81
81
|
* ISO Date when the alert is due
|
|
82
82
|
*/
|
|
83
83
|
dueDate?: string;
|
|
84
|
+
researchRiskLevel?: AlertDto.researchRiskLevel;
|
|
85
|
+
researchRiskExplanation?: string;
|
|
86
|
+
researchJobId?: string;
|
|
87
|
+
sanctionListsMatched?: Array<string>;
|
|
88
|
+
sanctionListsChecked?: Array<string>;
|
|
89
|
+
sanctionDetails?: Array<string>;
|
|
90
|
+
pepTier?: AlertDto.pepTier;
|
|
91
|
+
pepPositions?: Array<string>;
|
|
92
|
+
pepJurisdictions?: Array<string>;
|
|
93
|
+
pepDetails?: string;
|
|
94
|
+
adverseMediaTotalItems?: number;
|
|
95
|
+
adverseMediaDirectCount?: number;
|
|
96
|
+
adverseMediaIndirectCount?: number;
|
|
97
|
+
adverseMediaArticles?: Array<string>;
|
|
98
|
+
regulatoryActionsCount?: number;
|
|
99
|
+
regulatoryActiveCount?: number;
|
|
100
|
+
regulatoryDetails?: Array<string>;
|
|
101
|
+
associatedPersonName?: string;
|
|
102
|
+
associatedPersonRole?: string;
|
|
103
|
+
associatedPersonMemberIds?: Array<string>;
|
|
84
104
|
};
|
|
85
105
|
export declare namespace AlertDto {
|
|
86
106
|
/**
|
|
@@ -94,6 +114,7 @@ export declare namespace AlertDto {
|
|
|
94
114
|
SCREENING_SANCTIONS = "SCREENING_SANCTIONS",
|
|
95
115
|
SCREENING_PEP = "SCREENING_PEP",
|
|
96
116
|
SCREENING_ADVERSE_MEDIA = "SCREENING_ADVERSE_MEDIA",
|
|
117
|
+
SCREENING_REGULATORY = "SCREENING_REGULATORY",
|
|
97
118
|
SCREENING_OTHER = "SCREENING_OTHER",
|
|
98
119
|
FRAUD = "FRAUD",
|
|
99
120
|
PERIODIC_REVIEW = "PERIODIC_REVIEW",
|
|
@@ -117,4 +138,17 @@ export declare namespace AlertDto {
|
|
|
117
138
|
ESCALATED = "ESCALATED",
|
|
118
139
|
RESOLVED = "RESOLVED"
|
|
119
140
|
}
|
|
141
|
+
enum researchRiskLevel {
|
|
142
|
+
NONE = "NONE",
|
|
143
|
+
LOW = "LOW",
|
|
144
|
+
MEDIUM = "MEDIUM",
|
|
145
|
+
HIGH = "HIGH"
|
|
146
|
+
}
|
|
147
|
+
enum pepTier {
|
|
148
|
+
NO_PEP = "NO_PEP",
|
|
149
|
+
TIER_1 = "TIER_1",
|
|
150
|
+
TIER_2 = "TIER_2",
|
|
151
|
+
TIER_3 = "TIER_3",
|
|
152
|
+
TIER_4 = "TIER_4"
|
|
153
|
+
}
|
|
120
154
|
}
|
package/dist/models/AlertDto.js
CHANGED
|
@@ -15,6 +15,7 @@ var AlertDto;
|
|
|
15
15
|
category["SCREENING_SANCTIONS"] = "SCREENING_SANCTIONS";
|
|
16
16
|
category["SCREENING_PEP"] = "SCREENING_PEP";
|
|
17
17
|
category["SCREENING_ADVERSE_MEDIA"] = "SCREENING_ADVERSE_MEDIA";
|
|
18
|
+
category["SCREENING_REGULATORY"] = "SCREENING_REGULATORY";
|
|
18
19
|
category["SCREENING_OTHER"] = "SCREENING_OTHER";
|
|
19
20
|
category["FRAUD"] = "FRAUD";
|
|
20
21
|
category["PERIODIC_REVIEW"] = "PERIODIC_REVIEW";
|
|
@@ -40,5 +41,20 @@ var AlertDto;
|
|
|
40
41
|
status["ESCALATED"] = "ESCALATED";
|
|
41
42
|
status["RESOLVED"] = "RESOLVED";
|
|
42
43
|
})(status = AlertDto.status || (AlertDto.status = {}));
|
|
44
|
+
let researchRiskLevel;
|
|
45
|
+
(function (researchRiskLevel) {
|
|
46
|
+
researchRiskLevel["NONE"] = "NONE";
|
|
47
|
+
researchRiskLevel["LOW"] = "LOW";
|
|
48
|
+
researchRiskLevel["MEDIUM"] = "MEDIUM";
|
|
49
|
+
researchRiskLevel["HIGH"] = "HIGH";
|
|
50
|
+
})(researchRiskLevel = AlertDto.researchRiskLevel || (AlertDto.researchRiskLevel = {}));
|
|
51
|
+
let pepTier;
|
|
52
|
+
(function (pepTier) {
|
|
53
|
+
pepTier["NO_PEP"] = "NO_PEP";
|
|
54
|
+
pepTier["TIER_1"] = "TIER_1";
|
|
55
|
+
pepTier["TIER_2"] = "TIER_2";
|
|
56
|
+
pepTier["TIER_3"] = "TIER_3";
|
|
57
|
+
pepTier["TIER_4"] = "TIER_4";
|
|
58
|
+
})(pepTier = AlertDto.pepTier || (AlertDto.pepTier = {}));
|
|
43
59
|
})(AlertDto || (exports.AlertDto = AlertDto = {}));
|
|
44
60
|
//# sourceMappingURL=AlertDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertDto.js","sourceRoot":"","sources":["../../models/AlertDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AlertDto.js","sourceRoot":"","sources":["../../models/AlertDto.ts"],"names":[],"mappings":";;;AA4GA,IAAiB,QAAQ,CAiDxB;AAjDD,WAAiB,QAAQ;IACrB;;OAEG;IACH,IAAY,QAcX;IAdD,WAAY,QAAQ;QAChB,uBAAW,CAAA;QACX,uBAAW,CAAA;QACX,6DAAiD,CAAA;QACjD,6EAAiE,CAAA;QACjE,uDAA2C,CAAA;QAC3C,2CAA+B,CAAA;QAC/B,+DAAmD,CAAA;QACnD,yDAA6C,CAAA;QAC7C,+CAAmC,CAAA;QACnC,2BAAe,CAAA;QACf,+CAAmC,CAAA;QACnC,uBAAW,CAAA;QACX,2BAAe,CAAA;IACnB,CAAC,EAdW,QAAQ,GAAR,iBAAQ,KAAR,iBAAQ,QAcnB;IACD;;OAEG;IACH,IAAY,QAIX;IAJD,WAAY,QAAQ;QAChB,uBAAW,CAAA;QACX,6BAAiB,CAAA;QACjB,yBAAa,CAAA;IACjB,CAAC,EAJW,QAAQ,GAAR,iBAAQ,KAAR,iBAAQ,QAInB;IACD;;OAEG;IACH,IAAY,MAKX;IALD,WAAY,MAAM;QACd,qBAAW,CAAA;QACX,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACzB,CAAC,EALW,MAAM,GAAN,eAAM,KAAN,eAAM,QAKjB;IACD,IAAY,iBAKX;IALD,WAAY,iBAAiB;QACzB,kCAAa,CAAA;QACb,gCAAW,CAAA;QACX,sCAAiB,CAAA;QACjB,kCAAa,CAAA;IACjB,CAAC,EALW,iBAAiB,GAAjB,0BAAiB,KAAjB,0BAAiB,QAK5B;IACD,IAAY,OAMX;IAND,WAAY,OAAO;QACf,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;IACrB,CAAC,EANW,OAAO,GAAP,gBAAO,KAAP,gBAAO,QAMlB;AACL,CAAC,EAjDgB,QAAQ,wBAAR,QAAQ,QAiDxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkAssignAlertDto.js","sourceRoot":"","sources":["../../models/BulkAssignAlertDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { BulkAssignedAlertDto } from './BulkAssignedAlertDto';
|
|
2
|
+
import type { BulkFailedAlertDto } from './BulkFailedAlertDto';
|
|
3
|
+
export type BulkAssignAlertResponseDto = {
|
|
4
|
+
/**
|
|
5
|
+
* Array of alerts that failed to process
|
|
6
|
+
*/
|
|
7
|
+
failedAlerts: Array<BulkFailedAlertDto>;
|
|
8
|
+
/**
|
|
9
|
+
* Total number of alerts processed
|
|
10
|
+
*/
|
|
11
|
+
totalProcessed: number;
|
|
12
|
+
/**
|
|
13
|
+
* Number of alerts successfully processed
|
|
14
|
+
*/
|
|
15
|
+
successCount: number;
|
|
16
|
+
/**
|
|
17
|
+
* Number of alerts that failed to process
|
|
18
|
+
*/
|
|
19
|
+
failureCount: number;
|
|
20
|
+
/**
|
|
21
|
+
* Number of alerts skipped (already in target state)
|
|
22
|
+
*/
|
|
23
|
+
skippedCount: number;
|
|
24
|
+
/**
|
|
25
|
+
* Array of successfully updated alerts
|
|
26
|
+
*/
|
|
27
|
+
updatedAlerts: Array<BulkAssignedAlertDto>;
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkAssignAlertResponseDto.js","sourceRoot":"","sources":["../../models/BulkAssignAlertResponseDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkAssignCaseDto.js","sourceRoot":"","sources":["../../models/BulkAssignCaseDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { BulkAssignedCaseDto } from './BulkAssignedCaseDto';
|
|
2
|
+
import type { BulkFailedCaseDto } from './BulkFailedCaseDto';
|
|
3
|
+
export type BulkAssignCaseResponseDto = {
|
|
4
|
+
/**
|
|
5
|
+
* Array of cases that failed to process
|
|
6
|
+
*/
|
|
7
|
+
failedCases: Array<BulkFailedCaseDto>;
|
|
8
|
+
/**
|
|
9
|
+
* Total number of cases processed
|
|
10
|
+
*/
|
|
11
|
+
totalProcessed: number;
|
|
12
|
+
/**
|
|
13
|
+
* Number of cases successfully processed
|
|
14
|
+
*/
|
|
15
|
+
successCount: number;
|
|
16
|
+
/**
|
|
17
|
+
* Number of cases that failed to process
|
|
18
|
+
*/
|
|
19
|
+
failureCount: number;
|
|
20
|
+
/**
|
|
21
|
+
* Number of cases skipped (already in target state)
|
|
22
|
+
*/
|
|
23
|
+
skippedCount: number;
|
|
24
|
+
/**
|
|
25
|
+
* Array of successfully updated cases
|
|
26
|
+
*/
|
|
27
|
+
updatedCases: Array<BulkAssignedCaseDto>;
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkAssignCaseResponseDto.js","sourceRoot":"","sources":["../../models/BulkAssignCaseResponseDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type BulkAssignedAlertDto = {
|
|
2
|
+
/**
|
|
3
|
+
* The ID of the updated alert
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
/**
|
|
7
|
+
* The reference ID of the updated alert
|
|
8
|
+
*/
|
|
9
|
+
referenceId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The user ID the alert is assigned to, or null if unassigned
|
|
12
|
+
*/
|
|
13
|
+
assigneeId?: string | null;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkAssignedAlertDto.js","sourceRoot":"","sources":["../../models/BulkAssignedAlertDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type BulkAssignedCaseDto = {
|
|
2
|
+
/**
|
|
3
|
+
* The ID of the updated case
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
/**
|
|
7
|
+
* The reference ID of the updated case
|
|
8
|
+
*/
|
|
9
|
+
referenceId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The user ID the case is assigned to, or null if unassigned
|
|
12
|
+
*/
|
|
13
|
+
assigneeId?: string | null;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkAssignedCaseDto.js","sourceRoot":"","sources":["../../models/BulkAssignedCaseDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { CaseCategory } from './CaseCategory';
|
|
2
|
+
import type { CasePriority } from './CasePriority';
|
|
3
|
+
export type BulkEscalateAlertDto = {
|
|
4
|
+
/**
|
|
5
|
+
* Array of alert IDs or reference IDs (maximum 100)
|
|
6
|
+
*/
|
|
7
|
+
alertIds: Array<string>;
|
|
8
|
+
/**
|
|
9
|
+
* Reason for escalating the alerts to cases
|
|
10
|
+
*/
|
|
11
|
+
reason: string;
|
|
12
|
+
caseCategory?: CaseCategory;
|
|
13
|
+
casePriority?: CasePriority;
|
|
14
|
+
/**
|
|
15
|
+
* Detailed description for the cases to be created
|
|
16
|
+
*/
|
|
17
|
+
description: string;
|
|
18
|
+
/**
|
|
19
|
+
* Subcategory of the cases to be created
|
|
20
|
+
*/
|
|
21
|
+
caseSubCategory?: string;
|
|
22
|
+
/**
|
|
23
|
+
* ID of the user to assign the cases to
|
|
24
|
+
*/
|
|
25
|
+
caseAssigneeId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Due date for the cases
|
|
28
|
+
*/
|
|
29
|
+
dueDate?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Attachment IDs to associate with the cases
|
|
32
|
+
*/
|
|
33
|
+
attachmentIds?: Array<string>;
|
|
34
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkEscalateAlertDto.js","sourceRoot":"","sources":["../../models/BulkEscalateAlertDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { BulkEscalatedAlertDto } from './BulkEscalatedAlertDto';
|
|
2
|
+
import type { BulkFailedAlertDto } from './BulkFailedAlertDto';
|
|
3
|
+
export type BulkEscalateAlertResponseDto = {
|
|
4
|
+
/**
|
|
5
|
+
* Array of alerts that failed to process
|
|
6
|
+
*/
|
|
7
|
+
failedAlerts: Array<BulkFailedAlertDto>;
|
|
8
|
+
/**
|
|
9
|
+
* Total number of alerts processed
|
|
10
|
+
*/
|
|
11
|
+
totalProcessed: number;
|
|
12
|
+
/**
|
|
13
|
+
* Number of alerts successfully processed
|
|
14
|
+
*/
|
|
15
|
+
successCount: number;
|
|
16
|
+
/**
|
|
17
|
+
* Number of alerts that failed to process
|
|
18
|
+
*/
|
|
19
|
+
failureCount: number;
|
|
20
|
+
/**
|
|
21
|
+
* Number of alerts skipped (already in target state)
|
|
22
|
+
*/
|
|
23
|
+
skippedCount: number;
|
|
24
|
+
/**
|
|
25
|
+
* Array of successfully escalated alerts
|
|
26
|
+
*/
|
|
27
|
+
escalatedAlerts: Array<BulkEscalatedAlertDto>;
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkEscalateAlertResponseDto.js","sourceRoot":"","sources":["../../models/BulkEscalateAlertResponseDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type BulkEscalatedAlertDto = {
|
|
2
|
+
/**
|
|
3
|
+
* The ID of the escalated alert
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
/**
|
|
7
|
+
* The reference ID of the escalated alert
|
|
8
|
+
*/
|
|
9
|
+
referenceId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The ID of the case created from the escalation
|
|
12
|
+
*/
|
|
13
|
+
caseId?: string;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkEscalatedAlertDto.js","sourceRoot":"","sources":["../../models/BulkEscalatedAlertDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkFailedAlertDto.js","sourceRoot":"","sources":["../../models/BulkFailedAlertDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkFailedCaseDto.js","sourceRoot":"","sources":["../../models/BulkFailedCaseDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { AlertDecisionDto } from './AlertDecisionDto';
|
|
2
|
+
export type BulkUpdateAlertStatusDto = {
|
|
3
|
+
/**
|
|
4
|
+
* Array of alert IDs or reference IDs (maximum 100)
|
|
5
|
+
*/
|
|
6
|
+
alertIds: Array<string>;
|
|
7
|
+
/**
|
|
8
|
+
* The new status to apply to all specified alerts
|
|
9
|
+
*/
|
|
10
|
+
status: BulkUpdateAlertStatusDto.status;
|
|
11
|
+
/**
|
|
12
|
+
* Optional decision information (reason and attachments) for the status change
|
|
13
|
+
*/
|
|
14
|
+
decision?: AlertDecisionDto;
|
|
15
|
+
};
|
|
16
|
+
export declare namespace BulkUpdateAlertStatusDto {
|
|
17
|
+
/**
|
|
18
|
+
* The new status to apply to all specified alerts
|
|
19
|
+
*/
|
|
20
|
+
enum status {
|
|
21
|
+
NEW = "NEW",
|
|
22
|
+
IN_REVIEW = "IN_REVIEW",
|
|
23
|
+
ESCALATED = "ESCALATED",
|
|
24
|
+
RESOLVED = "RESOLVED"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateAlertStatusDto = void 0;
|
|
4
|
+
var BulkUpdateAlertStatusDto;
|
|
5
|
+
(function (BulkUpdateAlertStatusDto) {
|
|
6
|
+
/**
|
|
7
|
+
* The new status to apply to all specified alerts
|
|
8
|
+
*/
|
|
9
|
+
let status;
|
|
10
|
+
(function (status) {
|
|
11
|
+
status["NEW"] = "NEW";
|
|
12
|
+
status["IN_REVIEW"] = "IN_REVIEW";
|
|
13
|
+
status["ESCALATED"] = "ESCALATED";
|
|
14
|
+
status["RESOLVED"] = "RESOLVED";
|
|
15
|
+
})(status = BulkUpdateAlertStatusDto.status || (BulkUpdateAlertStatusDto.status = {}));
|
|
16
|
+
})(BulkUpdateAlertStatusDto || (exports.BulkUpdateAlertStatusDto = BulkUpdateAlertStatusDto = {}));
|
|
17
|
+
//# sourceMappingURL=BulkUpdateAlertStatusDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkUpdateAlertStatusDto.js","sourceRoot":"","sources":["../../models/BulkUpdateAlertStatusDto.ts"],"names":[],"mappings":";;;AAmBA,IAAiB,wBAAwB,CAUxC;AAVD,WAAiB,wBAAwB;IACrC;;OAEG;IACH,IAAY,MAKX;IALD,WAAY,MAAM;QACd,qBAAW,CAAA;QACX,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACzB,CAAC,EALW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAKjB;AACL,CAAC,EAVgB,wBAAwB,wCAAxB,wBAAwB,QAUxC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { BulkFailedAlertDto } from './BulkFailedAlertDto';
|
|
2
|
+
import type { BulkUpdatedAlertDto } from './BulkUpdatedAlertDto';
|
|
3
|
+
export type BulkUpdateAlertStatusResponseDto = {
|
|
4
|
+
/**
|
|
5
|
+
* Array of alerts that failed to process
|
|
6
|
+
*/
|
|
7
|
+
failedAlerts: Array<BulkFailedAlertDto>;
|
|
8
|
+
/**
|
|
9
|
+
* Total number of alerts processed
|
|
10
|
+
*/
|
|
11
|
+
totalProcessed: number;
|
|
12
|
+
/**
|
|
13
|
+
* Number of alerts successfully processed
|
|
14
|
+
*/
|
|
15
|
+
successCount: number;
|
|
16
|
+
/**
|
|
17
|
+
* Number of alerts that failed to process
|
|
18
|
+
*/
|
|
19
|
+
failureCount: number;
|
|
20
|
+
/**
|
|
21
|
+
* Number of alerts skipped (already in target state)
|
|
22
|
+
*/
|
|
23
|
+
skippedCount: number;
|
|
24
|
+
/**
|
|
25
|
+
* Array of successfully updated alerts
|
|
26
|
+
*/
|
|
27
|
+
updatedAlerts: Array<BulkUpdatedAlertDto>;
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulkUpdateAlertStatusResponseDto.js","sourceRoot":"","sources":["../../models/BulkUpdateAlertStatusResponseDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export type BulkUpdateCaseReviewersDto = {
|
|
2
|
+
/**
|
|
3
|
+
* Array of case IDs or reference IDs (maximum 100)
|
|
4
|
+
*/
|
|
5
|
+
caseIds: Array<string>;
|
|
6
|
+
/**
|
|
7
|
+
* The update mode: SET replaces all reviewers, ADD appends to existing, REMOVE removes from existing
|
|
8
|
+
*/
|
|
9
|
+
mode: BulkUpdateCaseReviewersDto.mode;
|
|
10
|
+
/**
|
|
11
|
+
* Array of reviewer user IDs. For SET mode, an empty array clears all reviewers. For ADD/REMOVE, at least one ID is required.
|
|
12
|
+
*/
|
|
13
|
+
reviewersIds: Array<string>;
|
|
14
|
+
};
|
|
15
|
+
export declare namespace BulkUpdateCaseReviewersDto {
|
|
16
|
+
/**
|
|
17
|
+
* The update mode: SET replaces all reviewers, ADD appends to existing, REMOVE removes from existing
|
|
18
|
+
*/
|
|
19
|
+
enum mode {
|
|
20
|
+
SET = "SET",
|
|
21
|
+
ADD = "ADD",
|
|
22
|
+
REMOVE = "REMOVE"
|
|
23
|
+
}
|
|
24
|
+
}
|