@corsa-labs/sdk 4.45.0 → 4.47.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 +2 -0
- package/dist/CorsaClient.js +3 -0
- package/dist/CorsaClient.js.map +1 -1
- package/dist/index.d.ts +12 -0
- package/dist/index.js +17 -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/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/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/ConditionDto.d.ts +4 -1
- package/dist/models/ConditionDto.js +3 -0
- package/dist/models/ConditionDto.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 +5 -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/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/EvaluationRequestDto.d.ts +1 -1
- 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/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/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/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/services/AlertsService.d.ts +48 -0
- package/dist/services/AlertsService.js +93 -0
- package/dist/services/AlertsService.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/package.json +1 -1
|
@@ -17,6 +17,9 @@ var CreateCorporateClientDto;
|
|
|
17
17
|
accountStatus["PENDING_DOCUMENTS"] = "PENDING_DOCUMENTS";
|
|
18
18
|
accountStatus["CLOSED_BY_CLIENT"] = "CLOSED_BY_CLIENT";
|
|
19
19
|
accountStatus["APPLICATION_IN_PROGRESS"] = "APPLICATION_IN_PROGRESS";
|
|
20
|
+
accountStatus["PENDING_IDV"] = "PENDING_IDV";
|
|
21
|
+
accountStatus["PENDING_EDD"] = "PENDING_EDD";
|
|
22
|
+
accountStatus["PENDING_SCREENING"] = "PENDING_SCREENING";
|
|
20
23
|
})(accountStatus = CreateCorporateClientDto.accountStatus || (CreateCorporateClientDto.accountStatus = {}));
|
|
21
24
|
/**
|
|
22
25
|
* Current activity status of the corporate client
|
|
@@ -26,5 +29,35 @@ var CreateCorporateClientDto;
|
|
|
26
29
|
activityStatus["ACTIVE"] = "ACTIVE";
|
|
27
30
|
activityStatus["NOT_ACTIVE"] = "NOT_ACTIVE";
|
|
28
31
|
})(activityStatus = CreateCorporateClientDto.activityStatus || (CreateCorporateClientDto.activityStatus = {}));
|
|
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 = CreateCorporateClientDto.sanctionsStatus || (CreateCorporateClientDto.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 = CreateCorporateClientDto.pepStatus || (CreateCorporateClientDto.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 = CreateCorporateClientDto.adverseMediaStatus || (CreateCorporateClientDto.adverseMediaStatus = {}));
|
|
29
62
|
})(CreateCorporateClientDto || (exports.CreateCorporateClientDto = CreateCorporateClientDto = {}));
|
|
30
63
|
//# sourceMappingURL=CreateCorporateClientDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateCorporateClientDto.js","sourceRoot":"","sources":["../../models/CreateCorporateClientDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CreateCorporateClientDto.js","sourceRoot":"","sources":["../../models/CreateCorporateClientDto.ts"],"names":[],"mappings":";;;AAgHA,IAAiB,wBAAwB,CAoDxC;AApDD,WAAiB,wBAAwB;IACrC;;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,cAGX;IAHD,WAAY,cAAc;QACtB,mCAAiB,CAAA;QACjB,2CAAyB,CAAA;IAC7B,CAAC,EAHW,cAAc,GAAd,uCAAc,KAAd,uCAAc,QAGzB;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"}
|
|
@@ -36,6 +36,18 @@ export type CreateIndividualClientDto = {
|
|
|
36
36
|
* Array of asset symbols the client is expected to trade with (maximum 50)
|
|
37
37
|
*/
|
|
38
38
|
declaredAssets?: Array<string>;
|
|
39
|
+
/**
|
|
40
|
+
* Sanctions screening status
|
|
41
|
+
*/
|
|
42
|
+
sanctionsStatus?: CreateIndividualClientDto.sanctionsStatus;
|
|
43
|
+
/**
|
|
44
|
+
* PEP screening status
|
|
45
|
+
*/
|
|
46
|
+
pepStatus?: CreateIndividualClientDto.pepStatus;
|
|
47
|
+
/**
|
|
48
|
+
* Adverse media screening status
|
|
49
|
+
*/
|
|
50
|
+
adverseMediaStatus?: CreateIndividualClientDto.adverseMediaStatus;
|
|
39
51
|
/**
|
|
40
52
|
* Address information of the individual client
|
|
41
53
|
*/
|
|
@@ -109,6 +121,36 @@ export declare namespace CreateIndividualClientDto {
|
|
|
109
121
|
FROZEN = "FROZEN",
|
|
110
122
|
PENDING_DOCUMENTS = "PENDING_DOCUMENTS",
|
|
111
123
|
CLOSED_BY_CLIENT = "CLOSED_BY_CLIENT",
|
|
112
|
-
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS"
|
|
124
|
+
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS",
|
|
125
|
+
PENDING_IDV = "PENDING_IDV",
|
|
126
|
+
PENDING_EDD = "PENDING_EDD",
|
|
127
|
+
PENDING_SCREENING = "PENDING_SCREENING"
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Sanctions screening status
|
|
131
|
+
*/
|
|
132
|
+
enum sanctionsStatus {
|
|
133
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
134
|
+
CLEAR = "CLEAR",
|
|
135
|
+
IN_REVIEW = "IN_REVIEW",
|
|
136
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* PEP screening status
|
|
140
|
+
*/
|
|
141
|
+
enum pepStatus {
|
|
142
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
143
|
+
CLEAR = "CLEAR",
|
|
144
|
+
IN_REVIEW = "IN_REVIEW",
|
|
145
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Adverse media screening status
|
|
149
|
+
*/
|
|
150
|
+
enum adverseMediaStatus {
|
|
151
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
152
|
+
CLEAR = "CLEAR",
|
|
153
|
+
IN_REVIEW = "IN_REVIEW",
|
|
154
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
113
155
|
}
|
|
114
156
|
}
|
|
@@ -25,6 +25,39 @@ var CreateIndividualClientDto;
|
|
|
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 = CreateIndividualClientDto.accountStatus || (CreateIndividualClientDto.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 = CreateIndividualClientDto.sanctionsStatus || (CreateIndividualClientDto.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 = CreateIndividualClientDto.pepStatus || (CreateIndividualClientDto.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 = CreateIndividualClientDto.adverseMediaStatus || (CreateIndividualClientDto.adverseMediaStatus = {}));
|
|
29
62
|
})(CreateIndividualClientDto || (exports.CreateIndividualClientDto = CreateIndividualClientDto = {}));
|
|
30
63
|
//# sourceMappingURL=CreateIndividualClientDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateIndividualClientDto.js","sourceRoot":"","sources":["../../models/CreateIndividualClientDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CreateIndividualClientDto.js","sourceRoot":"","sources":["../../models/CreateIndividualClientDto.ts"],"names":[],"mappings":";;;AA2GA,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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export type CreateScreeningMatchDto = {
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateScreeningMatchDto.js","sourceRoot":"","sources":["../../models/CreateScreeningMatchDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export type CreateSubDispositionDto = {
|
|
2
|
+
/**
|
|
3
|
+
* Internal key name (lower_snake_case)
|
|
4
|
+
*/
|
|
5
|
+
name: string;
|
|
6
|
+
/**
|
|
7
|
+
* Optional display name
|
|
8
|
+
*/
|
|
9
|
+
displayName?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Parent status this sub-disposition applies to
|
|
12
|
+
*/
|
|
13
|
+
parentStatus: CreateSubDispositionDto.parentStatus;
|
|
14
|
+
/**
|
|
15
|
+
* Entity type this sub-disposition belongs to
|
|
16
|
+
*/
|
|
17
|
+
entityType: CreateSubDispositionDto.entityType;
|
|
18
|
+
};
|
|
19
|
+
export declare namespace CreateSubDispositionDto {
|
|
20
|
+
/**
|
|
21
|
+
* Parent status this sub-disposition applies 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
|
+
/**
|
|
30
|
+
* Entity type this sub-disposition belongs to
|
|
31
|
+
*/
|
|
32
|
+
enum entityType {
|
|
33
|
+
ALERT = "ALERT",
|
|
34
|
+
CASE = "CASE"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateSubDispositionDto = void 0;
|
|
4
|
+
var CreateSubDispositionDto;
|
|
5
|
+
(function (CreateSubDispositionDto) {
|
|
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 = CreateSubDispositionDto.parentStatus || (CreateSubDispositionDto.parentStatus = {}));
|
|
16
|
+
/**
|
|
17
|
+
* Entity type this sub-disposition belongs to
|
|
18
|
+
*/
|
|
19
|
+
let entityType;
|
|
20
|
+
(function (entityType) {
|
|
21
|
+
entityType["ALERT"] = "ALERT";
|
|
22
|
+
entityType["CASE"] = "CASE";
|
|
23
|
+
})(entityType = CreateSubDispositionDto.entityType || (CreateSubDispositionDto.entityType = {}));
|
|
24
|
+
})(CreateSubDispositionDto || (exports.CreateSubDispositionDto = CreateSubDispositionDto = {}));
|
|
25
|
+
//# sourceMappingURL=CreateSubDispositionDto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSubDispositionDto.js","sourceRoot":"","sources":["../../models/CreateSubDispositionDto.ts"],"names":[],"mappings":";;;AAsBA,IAAiB,uBAAuB,CAiBvC;AAjBD,WAAiB,uBAAuB;IACpC;;OAEG;IACH,IAAY,YAKX;IALD,WAAY,YAAY;QACpB,qCAAqB,CAAA;QACrB,uCAAuB,CAAA;QACvB,qDAAqC,CAAA;QACrC,qEAAqD,CAAA;IACzD,CAAC,EALW,YAAY,GAAZ,oCAAY,KAAZ,oCAAY,QAKvB;IACD;;OAEG;IACH,IAAY,UAGX;IAHD,WAAY,UAAU;QAClB,6BAAe,CAAA;QACf,2BAAa,CAAA;IACjB,CAAC,EAHW,UAAU,GAAV,kCAAU,KAAV,kCAAU,QAGrB;AACL,CAAC,EAjBgB,uBAAuB,uCAAvB,uBAAuB,QAiBvC"}
|
|
@@ -4,7 +4,7 @@ export type EvaluationRequestDto = {
|
|
|
4
4
|
*/
|
|
5
5
|
transactionId?: string;
|
|
6
6
|
/**
|
|
7
|
-
* Transaction data to evaluate
|
|
7
|
+
* Transaction data to evaluate against the active rules.
|
|
8
8
|
*/
|
|
9
9
|
transactionData: Record<string, any>;
|
|
10
10
|
};
|
|
@@ -15,10 +15,6 @@ export type EvaluationResultDto = {
|
|
|
15
15
|
matches: Array<RuleMatchDto>;
|
|
16
16
|
evaluatedAt: string;
|
|
17
17
|
latencyMs: number;
|
|
18
|
-
/**
|
|
19
|
-
* Number of matched evaluation rows actually inserted (undefined when persistence is fire-and-forget)
|
|
20
|
-
*/
|
|
21
|
-
matchedInsertCount?: number;
|
|
22
18
|
};
|
|
23
19
|
export declare namespace EvaluationResultDto {
|
|
24
20
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EvaluationResultDto.js","sourceRoot":"","sources":["../../models/EvaluationResultDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"EvaluationResultDto.js","sourceRoot":"","sources":["../../models/EvaluationResultDto.ts"],"names":[],"mappings":";;;AAsBA,IAAiB,mBAAmB,CAQnC;AARD,WAAiB,mBAAmB;IAChC;;OAEG;IACH,IAAY,QAGX;IAHD,WAAY,QAAQ;QAChB,6BAAiB,CAAA;QACjB,2BAAe,CAAA;IACnB,CAAC,EAHW,QAAQ,GAAR,4BAAQ,KAAR,4BAAQ,QAGnB;AACL,CAAC,EARgB,mBAAmB,mCAAnB,mBAAmB,QAQnC"}
|
|
@@ -120,6 +120,18 @@ export type IndividualClientDto = {
|
|
|
120
120
|
* Computed display name for the client (firstName + middleName + lastName)
|
|
121
121
|
*/
|
|
122
122
|
overview_name?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Sanctions screening status
|
|
125
|
+
*/
|
|
126
|
+
sanctionsStatus?: IndividualClientDto.sanctionsStatus;
|
|
127
|
+
/**
|
|
128
|
+
* PEP screening status
|
|
129
|
+
*/
|
|
130
|
+
pepStatus?: IndividualClientDto.pepStatus;
|
|
131
|
+
/**
|
|
132
|
+
* Adverse media screening status
|
|
133
|
+
*/
|
|
134
|
+
adverseMediaStatus?: IndividualClientDto.adverseMediaStatus;
|
|
123
135
|
};
|
|
124
136
|
export declare namespace IndividualClientDto {
|
|
125
137
|
/**
|
|
@@ -134,7 +146,10 @@ export declare namespace IndividualClientDto {
|
|
|
134
146
|
FROZEN = "FROZEN",
|
|
135
147
|
PENDING_DOCUMENTS = "PENDING_DOCUMENTS",
|
|
136
148
|
CLOSED_BY_CLIENT = "CLOSED_BY_CLIENT",
|
|
137
|
-
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS"
|
|
149
|
+
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS",
|
|
150
|
+
PENDING_IDV = "PENDING_IDV",
|
|
151
|
+
PENDING_EDD = "PENDING_EDD",
|
|
152
|
+
PENDING_SCREENING = "PENDING_SCREENING"
|
|
138
153
|
}
|
|
139
154
|
/**
|
|
140
155
|
* Current activity status
|
|
@@ -143,4 +158,31 @@ export declare namespace IndividualClientDto {
|
|
|
143
158
|
ACTIVE = "ACTIVE",
|
|
144
159
|
NOT_ACTIVE = "NOT_ACTIVE"
|
|
145
160
|
}
|
|
161
|
+
/**
|
|
162
|
+
* Sanctions screening status
|
|
163
|
+
*/
|
|
164
|
+
enum sanctionsStatus {
|
|
165
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
166
|
+
CLEAR = "CLEAR",
|
|
167
|
+
IN_REVIEW = "IN_REVIEW",
|
|
168
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* PEP screening status
|
|
172
|
+
*/
|
|
173
|
+
enum pepStatus {
|
|
174
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
175
|
+
CLEAR = "CLEAR",
|
|
176
|
+
IN_REVIEW = "IN_REVIEW",
|
|
177
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* Adverse media screening status
|
|
181
|
+
*/
|
|
182
|
+
enum adverseMediaStatus {
|
|
183
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
184
|
+
CLEAR = "CLEAR",
|
|
185
|
+
IN_REVIEW = "IN_REVIEW",
|
|
186
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
187
|
+
}
|
|
146
188
|
}
|
|
@@ -17,6 +17,9 @@ var IndividualClientDto;
|
|
|
17
17
|
accountStatus["PENDING_DOCUMENTS"] = "PENDING_DOCUMENTS";
|
|
18
18
|
accountStatus["CLOSED_BY_CLIENT"] = "CLOSED_BY_CLIENT";
|
|
19
19
|
accountStatus["APPLICATION_IN_PROGRESS"] = "APPLICATION_IN_PROGRESS";
|
|
20
|
+
accountStatus["PENDING_IDV"] = "PENDING_IDV";
|
|
21
|
+
accountStatus["PENDING_EDD"] = "PENDING_EDD";
|
|
22
|
+
accountStatus["PENDING_SCREENING"] = "PENDING_SCREENING";
|
|
20
23
|
})(accountStatus = IndividualClientDto.accountStatus || (IndividualClientDto.accountStatus = {}));
|
|
21
24
|
/**
|
|
22
25
|
* Current activity status
|
|
@@ -26,5 +29,35 @@ var IndividualClientDto;
|
|
|
26
29
|
activityStatus["ACTIVE"] = "ACTIVE";
|
|
27
30
|
activityStatus["NOT_ACTIVE"] = "NOT_ACTIVE";
|
|
28
31
|
})(activityStatus = IndividualClientDto.activityStatus || (IndividualClientDto.activityStatus = {}));
|
|
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 = IndividualClientDto.sanctionsStatus || (IndividualClientDto.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 = IndividualClientDto.pepStatus || (IndividualClientDto.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 = IndividualClientDto.adverseMediaStatus || (IndividualClientDto.adverseMediaStatus = {}));
|
|
29
62
|
})(IndividualClientDto || (exports.IndividualClientDto = IndividualClientDto = {}));
|
|
30
63
|
//# sourceMappingURL=IndividualClientDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IndividualClientDto.js","sourceRoot":"","sources":["../../models/IndividualClientDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"IndividualClientDto.js","sourceRoot":"","sources":["../../models/IndividualClientDto.ts"],"names":[],"mappings":";;;AA2IA,IAAiB,mBAAmB,CAoDnC;AApDD,WAAiB,mBAAmB;IAChC;;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,iCAAa,KAAb,iCAAa,QAaxB;IACD;;OAEG;IACH,IAAY,cAGX;IAHD,WAAY,cAAc;QACtB,mCAAiB,CAAA;QACjB,2CAAyB,CAAA;IAC7B,CAAC,EAHW,cAAc,GAAd,kCAAc,KAAd,kCAAc,QAGzB;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,mCAAe,KAAf,mCAAe,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,6BAAS,KAAT,6BAAS,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,sCAAkB,KAAlB,sCAAkB,QAK7B;AACL,CAAC,EApDgB,mBAAmB,mCAAnB,mBAAmB,QAoDnC"}
|
|
@@ -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
|
+
}
|