@corsa-labs/sdk 4.44.0 → 4.46.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/CorsaClient.d.ts +6 -0
- package/dist/CorsaClient.js +9 -0
- package/dist/CorsaClient.js.map +1 -1
- package/dist/index.d.ts +19 -0
- package/dist/index.js +21 -3
- package/dist/index.js.map +1 -1
- package/dist/models/AddScreeningMatchesDto.d.ts +7 -0
- package/dist/models/AddScreeningMatchesDto.js +3 -0
- package/dist/models/AddScreeningMatchesDto.js.map +1 -0
- package/dist/models/AlertDecisionDto.d.ts +4 -0
- package/dist/models/AlertDto.d.ts +17 -0
- package/dist/models/AlertDto.js +9 -0
- package/dist/models/AlertDto.js.map +1 -1
- package/dist/models/AlertStatusData.d.ts +5 -0
- package/dist/models/AlertStatusData.js.map +1 -1
- package/dist/models/BulkAlertDecisionInput.d.ts +4 -0
- package/dist/models/BulkAppliedCorporateClientChanges.d.ts +43 -1
- package/dist/models/BulkAppliedCorporateClientChanges.js +33 -0
- package/dist/models/BulkAppliedCorporateClientChanges.js.map +1 -1
- package/dist/models/BulkAppliedIndividualClientChanges.d.ts +43 -1
- package/dist/models/BulkAppliedIndividualClientChanges.js +33 -0
- package/dist/models/BulkAppliedIndividualClientChanges.js.map +1 -1
- package/dist/models/BulkAppliedTransactionChanges.d.ts +5 -0
- package/dist/models/BulkAppliedTransactionChanges.js.map +1 -1
- package/dist/models/BulkCaseStatusInput.d.ts +4 -0
- package/dist/models/BulkCaseStatusInput.js.map +1 -1
- package/dist/models/BulkCorporateClientUpdateFields.d.ts +43 -1
- package/dist/models/BulkCorporateClientUpdateFields.js +33 -0
- package/dist/models/BulkCorporateClientUpdateFields.js.map +1 -1
- package/dist/models/BulkEscalateAlertDto.d.ts +4 -0
- package/dist/models/BulkIndividualClientUpdateFields.d.ts +43 -1
- package/dist/models/BulkIndividualClientUpdateFields.js +33 -0
- package/dist/models/BulkIndividualClientUpdateFields.js.map +1 -1
- package/dist/models/BulkScreeningMatchDecisionDto.d.ts +28 -0
- package/dist/models/BulkScreeningMatchDecisionDto.js +16 -0
- package/dist/models/BulkScreeningMatchDecisionDto.js.map +1 -0
- package/dist/models/BulkScreeningMatchDecisionResponseDto.d.ts +27 -0
- package/dist/models/BulkScreeningMatchDecisionResponseDto.js +3 -0
- package/dist/models/BulkScreeningMatchDecisionResponseDto.js.map +1 -0
- package/dist/models/BulkTransactionUpdateFields.d.ts +5 -0
- package/dist/models/BulkTransactionUpdateFields.js.map +1 -1
- package/dist/models/BulkUpdateAlertStatusDto.d.ts +1 -1
- package/dist/models/BulkUpdateCaseStatusDto.d.ts +4 -0
- package/dist/models/BulkUpdateCaseStatusDto.js.map +1 -1
- package/dist/models/CaseStatusData.d.ts +5 -0
- package/dist/models/CaseStatusData.js.map +1 -1
- package/dist/models/CorporateClientDto.d.ts +43 -1
- package/dist/models/CorporateClientDto.js +33 -0
- package/dist/models/CorporateClientDto.js.map +1 -1
- package/dist/models/CreateAlertDto.d.ts +9 -0
- package/dist/models/CreateAlertDto.js.map +1 -1
- package/dist/models/CreateCorporateClientDto.d.ts +43 -1
- package/dist/models/CreateCorporateClientDto.js +33 -0
- package/dist/models/CreateCorporateClientDto.js.map +1 -1
- package/dist/models/CreateExternalRuleDto.d.ts +18 -0
- package/dist/models/CreateExternalRuleDto.js +3 -0
- package/dist/models/CreateExternalRuleDto.js.map +1 -0
- package/dist/models/CreateIndividualClientDto.d.ts +43 -1
- package/dist/models/CreateIndividualClientDto.js +33 -0
- package/dist/models/CreateIndividualClientDto.js.map +1 -1
- package/dist/models/CreateScreeningMatchDto.d.ts +61 -0
- package/dist/models/CreateScreeningMatchDto.js +3 -0
- package/dist/models/CreateScreeningMatchDto.js.map +1 -0
- package/dist/models/CreateSubDispositionDto.d.ts +36 -0
- package/dist/models/CreateSubDispositionDto.js +25 -0
- package/dist/models/CreateSubDispositionDto.js.map +1 -0
- package/dist/models/CreateTradeOperationResponseDto.d.ts +1 -1
- package/dist/models/CreateTransactionDto.d.ts +5 -0
- package/dist/models/CreateTransactionDto.js.map +1 -1
- package/dist/models/CreateTransferOperationDto.d.ts +24 -0
- package/dist/models/CreateTransferOperationDto.js +3 -0
- package/dist/models/CreateTransferOperationDto.js.map +1 -0
- package/dist/models/CreateTransferOperationResponseDto.d.ts +32 -0
- package/dist/models/CreateTransferOperationResponseDto.js +3 -0
- package/dist/models/CreateTransferOperationResponseDto.js.map +1 -0
- package/dist/models/EvaluationResultDto.d.ts +0 -4
- package/dist/models/EvaluationResultDto.js.map +1 -1
- package/dist/models/IndividualClientDto.d.ts +43 -1
- package/dist/models/IndividualClientDto.js +33 -0
- package/dist/models/IndividualClientDto.js.map +1 -1
- package/dist/models/RuleResponseDto.d.ts +5 -2
- package/dist/models/RuleResponseDto.js.map +1 -1
- package/dist/models/ScreeningMatchDecisionDto.d.ts +24 -0
- package/dist/models/ScreeningMatchDecisionDto.js +16 -0
- package/dist/models/ScreeningMatchDecisionDto.js.map +1 -0
- package/dist/models/ScreeningMatchDto.d.ts +89 -0
- package/dist/models/ScreeningMatchDto.js +17 -0
- package/dist/models/ScreeningMatchDto.js.map +1 -0
- package/dist/models/SubDispositionDto.d.ts +60 -0
- package/dist/models/SubDispositionDto.js +25 -0
- package/dist/models/SubDispositionDto.js.map +1 -0
- package/dist/models/SubDispositionSummaryDto.d.ts +29 -0
- package/dist/models/SubDispositionSummaryDto.js +17 -0
- package/dist/models/SubDispositionSummaryDto.js.map +1 -0
- package/dist/models/TradeOperationDto.d.ts +1 -1
- package/dist/models/TransactionDto.d.ts +11 -1
- package/dist/models/TransactionDto.js +1 -0
- package/dist/models/TransactionDto.js.map +1 -1
- package/dist/models/TransferOperationDto.d.ts +32 -0
- package/dist/models/TransferOperationDto.js +3 -0
- package/dist/models/TransferOperationDto.js.map +1 -0
- package/dist/models/UpdateCaseStatusDto.d.ts +4 -0
- package/dist/models/UpdateCaseStatusDto.js.map +1 -1
- package/dist/models/UpdateCorporateClientDto.d.ts +43 -1
- package/dist/models/UpdateCorporateClientDto.js +33 -0
- package/dist/models/UpdateCorporateClientDto.js.map +1 -1
- package/dist/models/UpdateExternalRuleDto.d.ts +12 -0
- package/dist/models/UpdateExternalRuleDto.js +3 -0
- package/dist/models/UpdateExternalRuleDto.js.map +1 -0
- package/dist/models/UpdateIndividualClientDto.d.ts +43 -1
- package/dist/models/UpdateIndividualClientDto.js +33 -0
- package/dist/models/UpdateIndividualClientDto.js.map +1 -1
- package/dist/models/UpdateScreeningMatchDto.d.ts +61 -0
- package/dist/models/UpdateScreeningMatchDto.js +3 -0
- package/dist/models/UpdateScreeningMatchDto.js.map +1 -0
- package/dist/models/UpdateSubDispositionDto.d.ts +10 -0
- package/dist/models/UpdateSubDispositionDto.js +3 -0
- package/dist/models/UpdateSubDispositionDto.js.map +1 -0
- package/dist/models/UpdateTransactionDto.d.ts +5 -0
- package/dist/models/UpdateTransactionDto.js.map +1 -1
- package/dist/services/AlertsService.d.ts +48 -0
- package/dist/services/AlertsService.js +93 -0
- package/dist/services/AlertsService.js.map +1 -1
- package/dist/services/ExternalRulesService.d.ts +235 -0
- package/dist/services/ExternalRulesService.js +304 -0
- package/dist/services/ExternalRulesService.js.map +1 -0
- package/dist/services/RulesService.d.ts +37 -1
- package/dist/services/RulesService.js +39 -1
- package/dist/services/RulesService.js.map +1 -1
- package/dist/services/SubDispositionsService.d.ts +60 -0
- package/dist/services/SubDispositionsService.js +123 -0
- package/dist/services/SubDispositionsService.js.map +1 -0
- package/dist/services/TransfersService.d.ts +24 -0
- package/dist/services/TransfersService.js +44 -0
- package/dist/services/TransfersService.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export type ScreeningMatchDecisionDto = {
|
|
2
|
+
/**
|
|
3
|
+
* Decision outcome for the screening match
|
|
4
|
+
*/
|
|
5
|
+
status: ScreeningMatchDecisionDto.status;
|
|
6
|
+
/**
|
|
7
|
+
* Required reason or disposition note for the decision
|
|
8
|
+
*/
|
|
9
|
+
reason: string;
|
|
10
|
+
/**
|
|
11
|
+
* Additional notes
|
|
12
|
+
*/
|
|
13
|
+
notes?: string;
|
|
14
|
+
};
|
|
15
|
+
export declare namespace ScreeningMatchDecisionDto {
|
|
16
|
+
/**
|
|
17
|
+
* Decision outcome for the screening match
|
|
18
|
+
*/
|
|
19
|
+
enum status {
|
|
20
|
+
TRUE_MATCH = "TRUE_MATCH",
|
|
21
|
+
FALSE_MATCH = "FALSE_MATCH",
|
|
22
|
+
ESCALATED = "ESCALATED"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ScreeningMatchDecisionDto = void 0;
|
|
4
|
+
var ScreeningMatchDecisionDto;
|
|
5
|
+
(function (ScreeningMatchDecisionDto) {
|
|
6
|
+
/**
|
|
7
|
+
* Decision outcome for the screening match
|
|
8
|
+
*/
|
|
9
|
+
let status;
|
|
10
|
+
(function (status) {
|
|
11
|
+
status["TRUE_MATCH"] = "TRUE_MATCH";
|
|
12
|
+
status["FALSE_MATCH"] = "FALSE_MATCH";
|
|
13
|
+
status["ESCALATED"] = "ESCALATED";
|
|
14
|
+
})(status = ScreeningMatchDecisionDto.status || (ScreeningMatchDecisionDto.status = {}));
|
|
15
|
+
})(ScreeningMatchDecisionDto || (exports.ScreeningMatchDecisionDto = ScreeningMatchDecisionDto = {}));
|
|
16
|
+
//# sourceMappingURL=ScreeningMatchDecisionDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScreeningMatchDecisionDto.js","sourceRoot":"","sources":["../../models/ScreeningMatchDecisionDto.ts"],"names":[],"mappings":";;;AAkBA,IAAiB,yBAAyB,CASzC;AATD,WAAiB,yBAAyB;IACtC;;OAEG;IACH,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,mCAAyB,CAAA;QACzB,qCAA2B,CAAA;QAC3B,iCAAuB,CAAA;IAC3B,CAAC,EAJW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAIjB;AACL,CAAC,EATgB,yBAAyB,yCAAzB,yBAAyB,QASzC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export type ScreeningMatchDto = {
|
|
2
|
+
/**
|
|
3
|
+
* Full name of the matched entity
|
|
4
|
+
*/
|
|
5
|
+
fullName: string;
|
|
6
|
+
firstName?: string;
|
|
7
|
+
middleName?: string;
|
|
8
|
+
lastName?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Date of birth in ISO or vendor format
|
|
11
|
+
*/
|
|
12
|
+
dateOfBirth?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Age of the matched entity
|
|
15
|
+
*/
|
|
16
|
+
age?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Gender of the matched entity
|
|
19
|
+
*/
|
|
20
|
+
gender?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Name of the sanctions/PEP list
|
|
23
|
+
*/
|
|
24
|
+
listName?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Type of exposure (e.g., sanction, PEP, crime)
|
|
27
|
+
*/
|
|
28
|
+
exposureType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Confidence score from the screening vendor (0-1)
|
|
31
|
+
*/
|
|
32
|
+
confidenceScore?: number;
|
|
33
|
+
photoUrl?: string;
|
|
34
|
+
country?: string;
|
|
35
|
+
address?: string;
|
|
36
|
+
aliases?: Array<string>;
|
|
37
|
+
/**
|
|
38
|
+
* ISO country codes
|
|
39
|
+
*/
|
|
40
|
+
countries?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Source datasets
|
|
43
|
+
*/
|
|
44
|
+
datasets?: Array<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Vendor-specific entity identifier
|
|
47
|
+
*/
|
|
48
|
+
vendorEntityId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Name of the screening vendor
|
|
51
|
+
*/
|
|
52
|
+
vendorName?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Vendor-specific data as key-value pairs
|
|
55
|
+
*/
|
|
56
|
+
vendorData?: Record<string, any>;
|
|
57
|
+
/**
|
|
58
|
+
* URL to the source/profile in the vendor system
|
|
59
|
+
*/
|
|
60
|
+
sourceUrl?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Unique identifier of the screening match
|
|
63
|
+
*/
|
|
64
|
+
id: string;
|
|
65
|
+
/**
|
|
66
|
+
* Current decision status
|
|
67
|
+
*/
|
|
68
|
+
decisionStatus: ScreeningMatchDto.decisionStatus;
|
|
69
|
+
decisionReason?: string;
|
|
70
|
+
decisionNotes?: string;
|
|
71
|
+
/**
|
|
72
|
+
* User ID who made the decision
|
|
73
|
+
*/
|
|
74
|
+
decidedBy?: string;
|
|
75
|
+
decidedAt?: string;
|
|
76
|
+
createdAt?: string;
|
|
77
|
+
updatedAt?: string;
|
|
78
|
+
};
|
|
79
|
+
export declare namespace ScreeningMatchDto {
|
|
80
|
+
/**
|
|
81
|
+
* Current decision status
|
|
82
|
+
*/
|
|
83
|
+
enum decisionStatus {
|
|
84
|
+
PENDING = "PENDING",
|
|
85
|
+
TRUE_MATCH = "TRUE_MATCH",
|
|
86
|
+
FALSE_MATCH = "FALSE_MATCH",
|
|
87
|
+
ESCALATED = "ESCALATED"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ScreeningMatchDto = void 0;
|
|
4
|
+
var ScreeningMatchDto;
|
|
5
|
+
(function (ScreeningMatchDto) {
|
|
6
|
+
/**
|
|
7
|
+
* Current decision status
|
|
8
|
+
*/
|
|
9
|
+
let decisionStatus;
|
|
10
|
+
(function (decisionStatus) {
|
|
11
|
+
decisionStatus["PENDING"] = "PENDING";
|
|
12
|
+
decisionStatus["TRUE_MATCH"] = "TRUE_MATCH";
|
|
13
|
+
decisionStatus["FALSE_MATCH"] = "FALSE_MATCH";
|
|
14
|
+
decisionStatus["ESCALATED"] = "ESCALATED";
|
|
15
|
+
})(decisionStatus = ScreeningMatchDto.decisionStatus || (ScreeningMatchDto.decisionStatus = {}));
|
|
16
|
+
})(ScreeningMatchDto || (exports.ScreeningMatchDto = ScreeningMatchDto = {}));
|
|
17
|
+
//# sourceMappingURL=ScreeningMatchDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScreeningMatchDto.js","sourceRoot":"","sources":["../../models/ScreeningMatchDto.ts"],"names":[],"mappings":";;;AAkFA,IAAiB,iBAAiB,CAUjC;AAVD,WAAiB,iBAAiB;IAC9B;;OAEG;IACH,IAAY,cAKX;IALD,WAAY,cAAc;QACtB,qCAAmB,CAAA;QACnB,2CAAyB,CAAA;QACzB,6CAA2B,CAAA;QAC3B,yCAAuB,CAAA;IAC3B,CAAC,EALW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAKzB;AACL,CAAC,EAVgB,iBAAiB,iCAAjB,iBAAiB,QAUjC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export type SubDispositionDto = {
|
|
2
|
+
/**
|
|
3
|
+
* Sub-disposition ID
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
/**
|
|
7
|
+
* Platform ID
|
|
8
|
+
*/
|
|
9
|
+
platformId: string;
|
|
10
|
+
/**
|
|
11
|
+
* Internal key name (lower_snake_case)
|
|
12
|
+
*/
|
|
13
|
+
name: string;
|
|
14
|
+
/**
|
|
15
|
+
* Optional display name; if absent, format name as Title Case
|
|
16
|
+
*/
|
|
17
|
+
displayName?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Parent status this sub-disposition applies to
|
|
20
|
+
*/
|
|
21
|
+
parentStatus: SubDispositionDto.parentStatus;
|
|
22
|
+
/**
|
|
23
|
+
* Entity type (ALERT or CASE)
|
|
24
|
+
*/
|
|
25
|
+
entityType: SubDispositionDto.entityType;
|
|
26
|
+
/**
|
|
27
|
+
* Whether this is a system-defined preset
|
|
28
|
+
*/
|
|
29
|
+
isPreset: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Whether this sub-disposition is active
|
|
32
|
+
*/
|
|
33
|
+
isActive: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Creation timestamp
|
|
36
|
+
*/
|
|
37
|
+
createdAt?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Last update timestamp
|
|
40
|
+
*/
|
|
41
|
+
updatedAt?: string;
|
|
42
|
+
};
|
|
43
|
+
export declare namespace SubDispositionDto {
|
|
44
|
+
/**
|
|
45
|
+
* Parent status this sub-disposition applies to
|
|
46
|
+
*/
|
|
47
|
+
enum parentStatus {
|
|
48
|
+
RESOLVED = "RESOLVED",
|
|
49
|
+
ESCALATED = "ESCALATED",
|
|
50
|
+
CLOSED_DISMISSED = "CLOSED_DISMISSED",
|
|
51
|
+
CLOSED_ESCALATION_TO_SAR = "CLOSED_ESCALATION_TO_SAR"
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Entity type (ALERT or CASE)
|
|
55
|
+
*/
|
|
56
|
+
enum entityType {
|
|
57
|
+
ALERT = "ALERT",
|
|
58
|
+
CASE = "CASE"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubDispositionDto = void 0;
|
|
4
|
+
var SubDispositionDto;
|
|
5
|
+
(function (SubDispositionDto) {
|
|
6
|
+
/**
|
|
7
|
+
* Parent status this sub-disposition applies to
|
|
8
|
+
*/
|
|
9
|
+
let parentStatus;
|
|
10
|
+
(function (parentStatus) {
|
|
11
|
+
parentStatus["RESOLVED"] = "RESOLVED";
|
|
12
|
+
parentStatus["ESCALATED"] = "ESCALATED";
|
|
13
|
+
parentStatus["CLOSED_DISMISSED"] = "CLOSED_DISMISSED";
|
|
14
|
+
parentStatus["CLOSED_ESCALATION_TO_SAR"] = "CLOSED_ESCALATION_TO_SAR";
|
|
15
|
+
})(parentStatus = SubDispositionDto.parentStatus || (SubDispositionDto.parentStatus = {}));
|
|
16
|
+
/**
|
|
17
|
+
* Entity type (ALERT or CASE)
|
|
18
|
+
*/
|
|
19
|
+
let entityType;
|
|
20
|
+
(function (entityType) {
|
|
21
|
+
entityType["ALERT"] = "ALERT";
|
|
22
|
+
entityType["CASE"] = "CASE";
|
|
23
|
+
})(entityType = SubDispositionDto.entityType || (SubDispositionDto.entityType = {}));
|
|
24
|
+
})(SubDispositionDto || (exports.SubDispositionDto = SubDispositionDto = {}));
|
|
25
|
+
//# sourceMappingURL=SubDispositionDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubDispositionDto.js","sourceRoot":"","sources":["../../models/SubDispositionDto.ts"],"names":[],"mappings":";;;AA8CA,IAAiB,iBAAiB,CAiBjC;AAjBD,WAAiB,iBAAiB;IAC9B;;OAEG;IACH,IAAY,YAKX;IALD,WAAY,YAAY;QACpB,qCAAqB,CAAA;QACrB,uCAAuB,CAAA;QACvB,qDAAqC,CAAA;QACrC,qEAAqD,CAAA;IACzD,CAAC,EALW,YAAY,GAAZ,8BAAY,KAAZ,8BAAY,QAKvB;IACD;;OAEG;IACH,IAAY,UAGX;IAHD,WAAY,UAAU;QAClB,6BAAe,CAAA;QACf,2BAAa,CAAA;IACjB,CAAC,EAHW,UAAU,GAAV,4BAAU,KAAV,4BAAU,QAGrB;AACL,CAAC,EAjBgB,iBAAiB,iCAAjB,iBAAiB,QAiBjC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export type SubDispositionSummaryDto = {
|
|
2
|
+
/**
|
|
3
|
+
* Sub-disposition ID
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
/**
|
|
7
|
+
* Internal key name
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* Display name
|
|
12
|
+
*/
|
|
13
|
+
displayName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Parent status this sub-disposition belongs to
|
|
16
|
+
*/
|
|
17
|
+
parentStatus: SubDispositionSummaryDto.parentStatus;
|
|
18
|
+
};
|
|
19
|
+
export declare namespace SubDispositionSummaryDto {
|
|
20
|
+
/**
|
|
21
|
+
* Parent status this sub-disposition belongs to
|
|
22
|
+
*/
|
|
23
|
+
enum parentStatus {
|
|
24
|
+
RESOLVED = "RESOLVED",
|
|
25
|
+
ESCALATED = "ESCALATED",
|
|
26
|
+
CLOSED_DISMISSED = "CLOSED_DISMISSED",
|
|
27
|
+
CLOSED_ESCALATION_TO_SAR = "CLOSED_ESCALATION_TO_SAR"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubDispositionSummaryDto = void 0;
|
|
4
|
+
var SubDispositionSummaryDto;
|
|
5
|
+
(function (SubDispositionSummaryDto) {
|
|
6
|
+
/**
|
|
7
|
+
* Parent status this sub-disposition belongs to
|
|
8
|
+
*/
|
|
9
|
+
let parentStatus;
|
|
10
|
+
(function (parentStatus) {
|
|
11
|
+
parentStatus["RESOLVED"] = "RESOLVED";
|
|
12
|
+
parentStatus["ESCALATED"] = "ESCALATED";
|
|
13
|
+
parentStatus["CLOSED_DISMISSED"] = "CLOSED_DISMISSED";
|
|
14
|
+
parentStatus["CLOSED_ESCALATION_TO_SAR"] = "CLOSED_ESCALATION_TO_SAR";
|
|
15
|
+
})(parentStatus = SubDispositionSummaryDto.parentStatus || (SubDispositionSummaryDto.parentStatus = {}));
|
|
16
|
+
})(SubDispositionSummaryDto || (exports.SubDispositionSummaryDto = SubDispositionSummaryDto = {}));
|
|
17
|
+
//# sourceMappingURL=SubDispositionSummaryDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubDispositionSummaryDto.js","sourceRoot":"","sources":["../../models/SubDispositionSummaryDto.ts"],"names":[],"mappings":";;;AAsBA,IAAiB,wBAAwB,CAUxC;AAVD,WAAiB,wBAAwB;IACrC;;OAEG;IACH,IAAY,YAKX;IALD,WAAY,YAAY;QACpB,qCAAqB,CAAA;QACrB,uCAAuB,CAAA;QACvB,qDAAqC,CAAA;QACrC,qEAAqD,CAAA;IACzD,CAAC,EALW,YAAY,GAAZ,qCAAY,KAAZ,qCAAY,QAKvB;AACL,CAAC,EAVgB,wBAAwB,wCAAxB,wBAAwB,QAUxC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { EvaluationResultDto } from './EvaluationResultDto';
|
|
2
|
+
import type { RiskDto } from './RiskDto';
|
|
2
3
|
import type { SessionSummaryDto } from './SessionSummaryDto';
|
|
3
4
|
import type { TransactionAmountDto } from './TransactionAmountDto';
|
|
4
5
|
import type { TransactionCustomFieldDto } from './TransactionCustomFieldDto';
|
|
@@ -26,6 +27,14 @@ export type TransactionDto = {
|
|
|
26
27
|
* History of transaction statuses
|
|
27
28
|
*/
|
|
28
29
|
statusHistory?: Array<TransactionStatusDto>;
|
|
30
|
+
/**
|
|
31
|
+
* Historical risk assessments
|
|
32
|
+
*/
|
|
33
|
+
riskHistory?: Array<RiskDto>;
|
|
34
|
+
/**
|
|
35
|
+
* Current risk assessment
|
|
36
|
+
*/
|
|
37
|
+
currentRisk?: RiskDto;
|
|
29
38
|
/**
|
|
30
39
|
* Amount in cryptocurrency
|
|
31
40
|
*/
|
|
@@ -98,7 +107,8 @@ export declare namespace TransactionDto {
|
|
|
98
107
|
enum type {
|
|
99
108
|
DEPOSIT = "DEPOSIT",
|
|
100
109
|
WITHDRAW = "WITHDRAW",
|
|
101
|
-
TRADE = "TRADE"
|
|
110
|
+
TRADE = "TRADE",
|
|
111
|
+
TRANSFER = "TRANSFER"
|
|
102
112
|
}
|
|
103
113
|
/**
|
|
104
114
|
* Side of the trade (buy/sell)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionDto.js","sourceRoot":"","sources":["../../models/TransactionDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"TransactionDto.js","sourceRoot":"","sources":["../../models/TransactionDto.ts"],"names":[],"mappings":";;;AA0GA,IAAiB,cAAc,CAyB9B;AAzBD,WAAiB,cAAc;IAC3B;;OAEG;IACH,IAAY,IAKX;IALD,WAAY,IAAI;QACZ,2BAAmB,CAAA;QACnB,6BAAqB,CAAA;QACrB,uBAAe,CAAA;QACf,6BAAqB,CAAA;IACzB,CAAC,EALW,IAAI,GAAJ,mBAAI,KAAJ,mBAAI,QAKf;IACD;;OAEG;IACH,IAAY,WAGX;IAHD,WAAY,WAAW;QACnB,0BAAW,CAAA;QACX,4BAAa,CAAA;IACjB,CAAC,EAHW,WAAW,GAAX,0BAAW,KAAX,0BAAW,QAGtB;IACD;;OAEG;IACH,IAAY,YAIX;IAJD,WAAY,YAAY;QACpB,+CAA+B,CAAA;QAC/B,qCAAqB,CAAA;QACrB,qCAAqB,CAAA;IACzB,CAAC,EAJW,YAAY,GAAZ,2BAAY,KAAZ,2BAAY,QAIvB;AACL,CAAC,EAzBgB,cAAc,8BAAd,cAAc,QAyB9B"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { OperationInitiatorDto } from './OperationInitiatorDto';
|
|
2
|
+
import type { TransactionDto } from './TransactionDto';
|
|
3
|
+
export type TransferOperationDto = {
|
|
4
|
+
/**
|
|
5
|
+
* Unique identifier of the transfer operation
|
|
6
|
+
*/
|
|
7
|
+
id: string;
|
|
8
|
+
/**
|
|
9
|
+
* External reference ID for the transfer operation
|
|
10
|
+
*/
|
|
11
|
+
referenceId?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Identifier of the user who initiated the transfer
|
|
14
|
+
*/
|
|
15
|
+
initiatedBy?: OperationInitiatorDto;
|
|
16
|
+
/**
|
|
17
|
+
* ISO timestamp when the transfer operation was initiated or reported to the platform
|
|
18
|
+
*/
|
|
19
|
+
initiatedAt: string;
|
|
20
|
+
/**
|
|
21
|
+
* Transaction details for the transfer
|
|
22
|
+
*/
|
|
23
|
+
transferTransaction: TransactionDto;
|
|
24
|
+
/**
|
|
25
|
+
* ISO timestamp when the transfer operation was created
|
|
26
|
+
*/
|
|
27
|
+
createdAt: string;
|
|
28
|
+
/**
|
|
29
|
+
* ISO timestamp when the transfer operation was last updated
|
|
30
|
+
*/
|
|
31
|
+
updatedAt: string;
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferOperationDto.js","sourceRoot":"","sources":["../../models/TransferOperationDto.ts"],"names":[],"mappings":""}
|
|
@@ -11,6 +11,10 @@ export type UpdateCaseStatusDto = {
|
|
|
11
11
|
* Sub-status providing additional context
|
|
12
12
|
*/
|
|
13
13
|
subStatus?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Sub-disposition IDs to attach to this status change (multi-select)
|
|
16
|
+
*/
|
|
17
|
+
subDispositionIds?: Array<string>;
|
|
14
18
|
};
|
|
15
19
|
export declare namespace UpdateCaseStatusDto {
|
|
16
20
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateCaseStatusDto.js","sourceRoot":"","sources":["../../models/UpdateCaseStatusDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UpdateCaseStatusDto.js","sourceRoot":"","sources":["../../models/UpdateCaseStatusDto.ts"],"names":[],"mappings":";;;AAsBA,IAAiB,mBAAmB,CAanC;AAbD,WAAiB,mBAAmB;IAChC;;OAEG;IACH,IAAY,MAQX;IARD,WAAY,MAAM;QACd,qBAAW,CAAA;QACX,qDAA2C,CAAA;QAC3C,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,2CAAiC,CAAA;QACjC,+CAAqC,CAAA;QACrC,+DAAqD,CAAA;IACzD,CAAC,EARW,MAAM,GAAN,0BAAM,KAAN,0BAAM,QAQjB;AACL,CAAC,EAbgB,mBAAmB,mCAAnB,mBAAmB,QAanC"}
|
|
@@ -24,6 +24,18 @@ export type UpdateCorporateClientDto = {
|
|
|
24
24
|
* Account status of the corporate client
|
|
25
25
|
*/
|
|
26
26
|
accountStatus?: UpdateCorporateClientDto.accountStatus;
|
|
27
|
+
/**
|
|
28
|
+
* Sanctions screening status
|
|
29
|
+
*/
|
|
30
|
+
sanctionsStatus?: UpdateCorporateClientDto.sanctionsStatus;
|
|
31
|
+
/**
|
|
32
|
+
* PEP screening status
|
|
33
|
+
*/
|
|
34
|
+
pepStatus?: UpdateCorporateClientDto.pepStatus;
|
|
35
|
+
/**
|
|
36
|
+
* Adverse media screening status
|
|
37
|
+
*/
|
|
38
|
+
adverseMediaStatus?: UpdateCorporateClientDto.adverseMediaStatus;
|
|
27
39
|
/**
|
|
28
40
|
* General information about the corporate client
|
|
29
41
|
*/
|
|
@@ -127,6 +139,36 @@ export declare namespace UpdateCorporateClientDto {
|
|
|
127
139
|
FROZEN = "FROZEN",
|
|
128
140
|
PENDING_DOCUMENTS = "PENDING_DOCUMENTS",
|
|
129
141
|
CLOSED_BY_CLIENT = "CLOSED_BY_CLIENT",
|
|
130
|
-
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS"
|
|
142
|
+
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS",
|
|
143
|
+
PENDING_IDV = "PENDING_IDV",
|
|
144
|
+
PENDING_EDD = "PENDING_EDD",
|
|
145
|
+
PENDING_SCREENING = "PENDING_SCREENING"
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Sanctions screening status
|
|
149
|
+
*/
|
|
150
|
+
enum sanctionsStatus {
|
|
151
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
152
|
+
CLEAR = "CLEAR",
|
|
153
|
+
IN_REVIEW = "IN_REVIEW",
|
|
154
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* PEP screening status
|
|
158
|
+
*/
|
|
159
|
+
enum pepStatus {
|
|
160
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
161
|
+
CLEAR = "CLEAR",
|
|
162
|
+
IN_REVIEW = "IN_REVIEW",
|
|
163
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Adverse media screening status
|
|
167
|
+
*/
|
|
168
|
+
enum adverseMediaStatus {
|
|
169
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
170
|
+
CLEAR = "CLEAR",
|
|
171
|
+
IN_REVIEW = "IN_REVIEW",
|
|
172
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
131
173
|
}
|
|
132
174
|
}
|
|
@@ -25,6 +25,39 @@ var UpdateCorporateClientDto;
|
|
|
25
25
|
accountStatus["PENDING_DOCUMENTS"] = "PENDING_DOCUMENTS";
|
|
26
26
|
accountStatus["CLOSED_BY_CLIENT"] = "CLOSED_BY_CLIENT";
|
|
27
27
|
accountStatus["APPLICATION_IN_PROGRESS"] = "APPLICATION_IN_PROGRESS";
|
|
28
|
+
accountStatus["PENDING_IDV"] = "PENDING_IDV";
|
|
29
|
+
accountStatus["PENDING_EDD"] = "PENDING_EDD";
|
|
30
|
+
accountStatus["PENDING_SCREENING"] = "PENDING_SCREENING";
|
|
28
31
|
})(accountStatus = UpdateCorporateClientDto.accountStatus || (UpdateCorporateClientDto.accountStatus = {}));
|
|
32
|
+
/**
|
|
33
|
+
* Sanctions screening status
|
|
34
|
+
*/
|
|
35
|
+
let sanctionsStatus;
|
|
36
|
+
(function (sanctionsStatus) {
|
|
37
|
+
sanctionsStatus["NOT_SCREENED"] = "NOT_SCREENED";
|
|
38
|
+
sanctionsStatus["CLEAR"] = "CLEAR";
|
|
39
|
+
sanctionsStatus["IN_REVIEW"] = "IN_REVIEW";
|
|
40
|
+
sanctionsStatus["MATCH_CONFIRMED"] = "MATCH_CONFIRMED";
|
|
41
|
+
})(sanctionsStatus = UpdateCorporateClientDto.sanctionsStatus || (UpdateCorporateClientDto.sanctionsStatus = {}));
|
|
42
|
+
/**
|
|
43
|
+
* PEP screening status
|
|
44
|
+
*/
|
|
45
|
+
let pepStatus;
|
|
46
|
+
(function (pepStatus) {
|
|
47
|
+
pepStatus["NOT_SCREENED"] = "NOT_SCREENED";
|
|
48
|
+
pepStatus["CLEAR"] = "CLEAR";
|
|
49
|
+
pepStatus["IN_REVIEW"] = "IN_REVIEW";
|
|
50
|
+
pepStatus["MATCH_CONFIRMED"] = "MATCH_CONFIRMED";
|
|
51
|
+
})(pepStatus = UpdateCorporateClientDto.pepStatus || (UpdateCorporateClientDto.pepStatus = {}));
|
|
52
|
+
/**
|
|
53
|
+
* Adverse media screening status
|
|
54
|
+
*/
|
|
55
|
+
let adverseMediaStatus;
|
|
56
|
+
(function (adverseMediaStatus) {
|
|
57
|
+
adverseMediaStatus["NOT_SCREENED"] = "NOT_SCREENED";
|
|
58
|
+
adverseMediaStatus["CLEAR"] = "CLEAR";
|
|
59
|
+
adverseMediaStatus["IN_REVIEW"] = "IN_REVIEW";
|
|
60
|
+
adverseMediaStatus["MATCH_CONFIRMED"] = "MATCH_CONFIRMED";
|
|
61
|
+
})(adverseMediaStatus = UpdateCorporateClientDto.adverseMediaStatus || (UpdateCorporateClientDto.adverseMediaStatus = {}));
|
|
29
62
|
})(UpdateCorporateClientDto || (exports.UpdateCorporateClientDto = UpdateCorporateClientDto = {}));
|
|
30
63
|
//# sourceMappingURL=UpdateCorporateClientDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateCorporateClientDto.js","sourceRoot":"","sources":["../../models/UpdateCorporateClientDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UpdateCorporateClientDto.js","sourceRoot":"","sources":["../../models/UpdateCorporateClientDto.ts"],"names":[],"mappings":";;;AA6HA,IAAiB,wBAAwB,CAoDxC;AApDD,WAAiB,wBAAwB;IACrC;;OAEG;IACH,IAAY,cAGX;IAHD,WAAY,cAAc;QACtB,mCAAiB,CAAA;QACjB,2CAAyB,CAAA;IAC7B,CAAC,EAHW,cAAc,GAAd,uCAAc,KAAd,uCAAc,QAGzB;IACD;;OAEG;IACH,IAAY,aAaX;IAbD,WAAY,aAAa;QACrB,sCAAqB,CAAA;QACrB,0DAAyC,CAAA;QACzC,wCAAuB,CAAA;QACvB,sCAAqB,CAAA;QACrB,4CAA2B,CAAA;QAC3B,kCAAiB,CAAA;QACjB,wDAAuC,CAAA;QACvC,sDAAqC,CAAA;QACrC,oEAAmD,CAAA;QACnD,4CAA2B,CAAA;QAC3B,4CAA2B,CAAA;QAC3B,wDAAuC,CAAA;IAC3C,CAAC,EAbW,aAAa,GAAb,sCAAa,KAAb,sCAAa,QAaxB;IACD;;OAEG;IACH,IAAY,eAKX;IALD,WAAY,eAAe;QACvB,gDAA6B,CAAA;QAC7B,kCAAe,CAAA;QACf,0CAAuB,CAAA;QACvB,sDAAmC,CAAA;IACvC,CAAC,EALW,eAAe,GAAf,wCAAe,KAAf,wCAAe,QAK1B;IACD;;OAEG;IACH,IAAY,SAKX;IALD,WAAY,SAAS;QACjB,0CAA6B,CAAA;QAC7B,4BAAe,CAAA;QACf,oCAAuB,CAAA;QACvB,gDAAmC,CAAA;IACvC,CAAC,EALW,SAAS,GAAT,kCAAS,KAAT,kCAAS,QAKpB;IACD;;OAEG;IACH,IAAY,kBAKX;IALD,WAAY,kBAAkB;QAC1B,mDAA6B,CAAA;QAC7B,qCAAe,CAAA;QACf,6CAAuB,CAAA;QACvB,yDAAmC,CAAA;IACvC,CAAC,EALW,kBAAkB,GAAlB,2CAAkB,KAAlB,2CAAkB,QAK7B;AACL,CAAC,EApDgB,wBAAwB,wCAAxB,wBAAwB,QAoDxC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type UpdateExternalRuleDto = {
|
|
2
|
+
name?: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
/**
|
|
5
|
+
* Name of the external vendor (cannot be 'Corsa')
|
|
6
|
+
*/
|
|
7
|
+
vendorName?: string;
|
|
8
|
+
/**
|
|
9
|
+
* External rule identifier from the vendor's system
|
|
10
|
+
*/
|
|
11
|
+
externalRuleId?: string;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateExternalRuleDto.js","sourceRoot":"","sources":["../../models/UpdateExternalRuleDto.ts"],"names":[],"mappings":""}
|
|
@@ -85,6 +85,18 @@ export type UpdateIndividualClientDto = {
|
|
|
85
85
|
* Account status of the individual client
|
|
86
86
|
*/
|
|
87
87
|
accountStatus?: UpdateIndividualClientDto.accountStatus;
|
|
88
|
+
/**
|
|
89
|
+
* Sanctions screening status
|
|
90
|
+
*/
|
|
91
|
+
sanctionsStatus?: UpdateIndividualClientDto.sanctionsStatus;
|
|
92
|
+
/**
|
|
93
|
+
* PEP screening status
|
|
94
|
+
*/
|
|
95
|
+
pepStatus?: UpdateIndividualClientDto.pepStatus;
|
|
96
|
+
/**
|
|
97
|
+
* Adverse media screening status
|
|
98
|
+
*/
|
|
99
|
+
adverseMediaStatus?: UpdateIndividualClientDto.adverseMediaStatus;
|
|
88
100
|
/**
|
|
89
101
|
* Current risk assessment of the individual client
|
|
90
102
|
*/
|
|
@@ -122,6 +134,36 @@ export declare namespace UpdateIndividualClientDto {
|
|
|
122
134
|
FROZEN = "FROZEN",
|
|
123
135
|
PENDING_DOCUMENTS = "PENDING_DOCUMENTS",
|
|
124
136
|
CLOSED_BY_CLIENT = "CLOSED_BY_CLIENT",
|
|
125
|
-
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS"
|
|
137
|
+
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS",
|
|
138
|
+
PENDING_IDV = "PENDING_IDV",
|
|
139
|
+
PENDING_EDD = "PENDING_EDD",
|
|
140
|
+
PENDING_SCREENING = "PENDING_SCREENING"
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* Sanctions screening status
|
|
144
|
+
*/
|
|
145
|
+
enum sanctionsStatus {
|
|
146
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
147
|
+
CLEAR = "CLEAR",
|
|
148
|
+
IN_REVIEW = "IN_REVIEW",
|
|
149
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* PEP screening status
|
|
153
|
+
*/
|
|
154
|
+
enum pepStatus {
|
|
155
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
156
|
+
CLEAR = "CLEAR",
|
|
157
|
+
IN_REVIEW = "IN_REVIEW",
|
|
158
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Adverse media screening status
|
|
162
|
+
*/
|
|
163
|
+
enum adverseMediaStatus {
|
|
164
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
165
|
+
CLEAR = "CLEAR",
|
|
166
|
+
IN_REVIEW = "IN_REVIEW",
|
|
167
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
126
168
|
}
|
|
127
169
|
}
|
|
@@ -25,6 +25,39 @@ var UpdateIndividualClientDto;
|
|
|
25
25
|
accountStatus["PENDING_DOCUMENTS"] = "PENDING_DOCUMENTS";
|
|
26
26
|
accountStatus["CLOSED_BY_CLIENT"] = "CLOSED_BY_CLIENT";
|
|
27
27
|
accountStatus["APPLICATION_IN_PROGRESS"] = "APPLICATION_IN_PROGRESS";
|
|
28
|
+
accountStatus["PENDING_IDV"] = "PENDING_IDV";
|
|
29
|
+
accountStatus["PENDING_EDD"] = "PENDING_EDD";
|
|
30
|
+
accountStatus["PENDING_SCREENING"] = "PENDING_SCREENING";
|
|
28
31
|
})(accountStatus = UpdateIndividualClientDto.accountStatus || (UpdateIndividualClientDto.accountStatus = {}));
|
|
32
|
+
/**
|
|
33
|
+
* Sanctions screening status
|
|
34
|
+
*/
|
|
35
|
+
let sanctionsStatus;
|
|
36
|
+
(function (sanctionsStatus) {
|
|
37
|
+
sanctionsStatus["NOT_SCREENED"] = "NOT_SCREENED";
|
|
38
|
+
sanctionsStatus["CLEAR"] = "CLEAR";
|
|
39
|
+
sanctionsStatus["IN_REVIEW"] = "IN_REVIEW";
|
|
40
|
+
sanctionsStatus["MATCH_CONFIRMED"] = "MATCH_CONFIRMED";
|
|
41
|
+
})(sanctionsStatus = UpdateIndividualClientDto.sanctionsStatus || (UpdateIndividualClientDto.sanctionsStatus = {}));
|
|
42
|
+
/**
|
|
43
|
+
* PEP screening status
|
|
44
|
+
*/
|
|
45
|
+
let pepStatus;
|
|
46
|
+
(function (pepStatus) {
|
|
47
|
+
pepStatus["NOT_SCREENED"] = "NOT_SCREENED";
|
|
48
|
+
pepStatus["CLEAR"] = "CLEAR";
|
|
49
|
+
pepStatus["IN_REVIEW"] = "IN_REVIEW";
|
|
50
|
+
pepStatus["MATCH_CONFIRMED"] = "MATCH_CONFIRMED";
|
|
51
|
+
})(pepStatus = UpdateIndividualClientDto.pepStatus || (UpdateIndividualClientDto.pepStatus = {}));
|
|
52
|
+
/**
|
|
53
|
+
* Adverse media screening status
|
|
54
|
+
*/
|
|
55
|
+
let adverseMediaStatus;
|
|
56
|
+
(function (adverseMediaStatus) {
|
|
57
|
+
adverseMediaStatus["NOT_SCREENED"] = "NOT_SCREENED";
|
|
58
|
+
adverseMediaStatus["CLEAR"] = "CLEAR";
|
|
59
|
+
adverseMediaStatus["IN_REVIEW"] = "IN_REVIEW";
|
|
60
|
+
adverseMediaStatus["MATCH_CONFIRMED"] = "MATCH_CONFIRMED";
|
|
61
|
+
})(adverseMediaStatus = UpdateIndividualClientDto.adverseMediaStatus || (UpdateIndividualClientDto.adverseMediaStatus = {}));
|
|
29
62
|
})(UpdateIndividualClientDto || (exports.UpdateIndividualClientDto = UpdateIndividualClientDto = {}));
|
|
30
63
|
//# sourceMappingURL=UpdateIndividualClientDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateIndividualClientDto.js","sourceRoot":"","sources":["../../models/UpdateIndividualClientDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UpdateIndividualClientDto.js","sourceRoot":"","sources":["../../models/UpdateIndividualClientDto.ts"],"names":[],"mappings":";;;AAwHA,IAAiB,yBAAyB,CAoDzC;AApDD,WAAiB,yBAAyB;IACtC;;OAEG;IACH,IAAY,cAGX;IAHD,WAAY,cAAc;QACtB,mCAAiB,CAAA;QACjB,2CAAyB,CAAA;IAC7B,CAAC,EAHW,cAAc,GAAd,wCAAc,KAAd,wCAAc,QAGzB;IACD;;OAEG;IACH,IAAY,aAaX;IAbD,WAAY,aAAa;QACrB,sCAAqB,CAAA;QACrB,0DAAyC,CAAA;QACzC,wCAAuB,CAAA;QACvB,sCAAqB,CAAA;QACrB,4CAA2B,CAAA;QAC3B,kCAAiB,CAAA;QACjB,wDAAuC,CAAA;QACvC,sDAAqC,CAAA;QACrC,oEAAmD,CAAA;QACnD,4CAA2B,CAAA;QAC3B,4CAA2B,CAAA;QAC3B,wDAAuC,CAAA;IAC3C,CAAC,EAbW,aAAa,GAAb,uCAAa,KAAb,uCAAa,QAaxB;IACD;;OAEG;IACH,IAAY,eAKX;IALD,WAAY,eAAe;QACvB,gDAA6B,CAAA;QAC7B,kCAAe,CAAA;QACf,0CAAuB,CAAA;QACvB,sDAAmC,CAAA;IACvC,CAAC,EALW,eAAe,GAAf,yCAAe,KAAf,yCAAe,QAK1B;IACD;;OAEG;IACH,IAAY,SAKX;IALD,WAAY,SAAS;QACjB,0CAA6B,CAAA;QAC7B,4BAAe,CAAA;QACf,oCAAuB,CAAA;QACvB,gDAAmC,CAAA;IACvC,CAAC,EALW,SAAS,GAAT,mCAAS,KAAT,mCAAS,QAKpB;IACD;;OAEG;IACH,IAAY,kBAKX;IALD,WAAY,kBAAkB;QAC1B,mDAA6B,CAAA;QAC7B,qCAAe,CAAA;QACf,6CAAuB,CAAA;QACvB,yDAAmC,CAAA;IACvC,CAAC,EALW,kBAAkB,GAAlB,4CAAkB,KAAlB,4CAAkB,QAK7B;AACL,CAAC,EApDgB,yBAAyB,yCAAzB,yBAAyB,QAoDzC"}
|