@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
|
@@ -41,6 +41,18 @@ export type CreateCorporateClientDto = {
|
|
|
41
41
|
* Array of asset symbols the client is expected to trade with (maximum 50)
|
|
42
42
|
*/
|
|
43
43
|
declaredAssets?: Array<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Sanctions screening status
|
|
46
|
+
*/
|
|
47
|
+
sanctionsStatus?: CreateCorporateClientDto.sanctionsStatus;
|
|
48
|
+
/**
|
|
49
|
+
* PEP screening status
|
|
50
|
+
*/
|
|
51
|
+
pepStatus?: CreateCorporateClientDto.pepStatus;
|
|
52
|
+
/**
|
|
53
|
+
* Adverse media screening status
|
|
54
|
+
*/
|
|
55
|
+
adverseMediaStatus?: CreateCorporateClientDto.adverseMediaStatus;
|
|
44
56
|
/**
|
|
45
57
|
* General information about the corporate client
|
|
46
58
|
*/
|
|
@@ -107,7 +119,10 @@ export declare namespace CreateCorporateClientDto {
|
|
|
107
119
|
FROZEN = "FROZEN",
|
|
108
120
|
PENDING_DOCUMENTS = "PENDING_DOCUMENTS",
|
|
109
121
|
CLOSED_BY_CLIENT = "CLOSED_BY_CLIENT",
|
|
110
|
-
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS"
|
|
122
|
+
APPLICATION_IN_PROGRESS = "APPLICATION_IN_PROGRESS",
|
|
123
|
+
PENDING_IDV = "PENDING_IDV",
|
|
124
|
+
PENDING_EDD = "PENDING_EDD",
|
|
125
|
+
PENDING_SCREENING = "PENDING_SCREENING"
|
|
111
126
|
}
|
|
112
127
|
/**
|
|
113
128
|
* Current activity status of the corporate client
|
|
@@ -116,4 +131,31 @@ export declare namespace CreateCorporateClientDto {
|
|
|
116
131
|
ACTIVE = "ACTIVE",
|
|
117
132
|
NOT_ACTIVE = "NOT_ACTIVE"
|
|
118
133
|
}
|
|
134
|
+
/**
|
|
135
|
+
* Sanctions screening status
|
|
136
|
+
*/
|
|
137
|
+
enum sanctionsStatus {
|
|
138
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
139
|
+
CLEAR = "CLEAR",
|
|
140
|
+
IN_REVIEW = "IN_REVIEW",
|
|
141
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* PEP screening status
|
|
145
|
+
*/
|
|
146
|
+
enum pepStatus {
|
|
147
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
148
|
+
CLEAR = "CLEAR",
|
|
149
|
+
IN_REVIEW = "IN_REVIEW",
|
|
150
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Adverse media screening status
|
|
154
|
+
*/
|
|
155
|
+
enum adverseMediaStatus {
|
|
156
|
+
NOT_SCREENED = "NOT_SCREENED",
|
|
157
|
+
CLEAR = "CLEAR",
|
|
158
|
+
IN_REVIEW = "IN_REVIEW",
|
|
159
|
+
MATCH_CONFIRMED = "MATCH_CONFIRMED"
|
|
160
|
+
}
|
|
119
161
|
}
|
|
@@ -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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type CreateExternalRuleDto = {
|
|
2
|
+
/**
|
|
3
|
+
* User-facing rule name
|
|
4
|
+
*/
|
|
5
|
+
name: string;
|
|
6
|
+
/**
|
|
7
|
+
* Detailed description of what the rule does
|
|
8
|
+
*/
|
|
9
|
+
description?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Name of the external vendor providing the rule (cannot be 'Corsa')
|
|
12
|
+
*/
|
|
13
|
+
vendorName: string;
|
|
14
|
+
/**
|
|
15
|
+
* External rule identifier from the vendor's system
|
|
16
|
+
*/
|
|
17
|
+
externalRuleId?: string;
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateExternalRuleDto.js","sourceRoot":"","sources":["../../models/CreateExternalRuleDto.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { CreateTransactionSourceOrDestinationClientDto } from './CreateTransactionSourceOrDestinationClientDto';
|
|
2
|
+
import type { RiskDto } from './RiskDto';
|
|
2
3
|
import type { TransactionAmountDto } from './TransactionAmountDto';
|
|
3
4
|
import type { TransactionCustomFieldDto } from './TransactionCustomFieldDto';
|
|
4
5
|
import type { TransactionIntegrationsDto } from './TransactionIntegrationsDto';
|
|
@@ -20,6 +21,10 @@ export type CreateTransactionDto = {
|
|
|
20
21
|
* History of transaction statuses
|
|
21
22
|
*/
|
|
22
23
|
statusHistory?: Array<TransactionStatusDto>;
|
|
24
|
+
/**
|
|
25
|
+
* Historical risk assessments of the transaction
|
|
26
|
+
*/
|
|
27
|
+
riskHistory?: Array<RiskDto>;
|
|
23
28
|
/**
|
|
24
29
|
* The amount of the transaction in the currency of the transaction
|
|
25
30
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTransactionDto.js","sourceRoot":"","sources":["../../models/CreateTransactionDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CreateTransactionDto.js","sourceRoot":"","sources":["../../models/CreateTransactionDto.ts"],"names":[],"mappings":";;;AA4EA,IAAiB,oBAAoB,CASpC;AATD,WAAiB,oBAAoB;IACjC;;OAEG;IACH,IAAY,YAIX;IAJD,WAAY,YAAY;QACpB,+CAA+B,CAAA;QAC/B,qCAAqB,CAAA;QACrB,qCAAqB,CAAA;IACzB,CAAC,EAJW,YAAY,GAAZ,iCAAY,KAAZ,iCAAY,QAIvB;AACL,CAAC,EATgB,oBAAoB,oCAApB,oBAAoB,QASpC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { CreateTransactionDto } from './CreateTransactionDto';
|
|
2
|
+
import type { SessionReferenceDto } from './SessionReferenceDto';
|
|
3
|
+
export type CreateTransferOperationDto = {
|
|
4
|
+
/**
|
|
5
|
+
* External reference ID for the transfer operation
|
|
6
|
+
*/
|
|
7
|
+
referenceId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* UUID of the client who initiated the transfer
|
|
10
|
+
*/
|
|
11
|
+
initiatedBy?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Date and time the transfer was initiated. Defaults to current date and time if not provided
|
|
14
|
+
*/
|
|
15
|
+
initiatedAt?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Transaction details for the transfer. from.client and to.client are required.
|
|
18
|
+
*/
|
|
19
|
+
transferTransaction: CreateTransactionDto;
|
|
20
|
+
/**
|
|
21
|
+
* Session tracking data. Provide either a sessionId to link an existing session, or inlineSession to create one.
|
|
22
|
+
*/
|
|
23
|
+
session?: SessionReferenceDto;
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTransferOperationDto.js","sourceRoot":"","sources":["../../models/CreateTransferOperationDto.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { OperationInitiatorDto } from './OperationInitiatorDto';
|
|
2
|
+
import type { TransactionDto } from './TransactionDto';
|
|
3
|
+
export type CreateTransferOperationResponseDto = {
|
|
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":"CreateTransferOperationResponseDto.js","sourceRoot":"","sources":["../../models/CreateTransferOperationResponseDto.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
|
@@ -2,10 +2,13 @@ export type RuleResponseDto = {
|
|
|
2
2
|
id: string;
|
|
3
3
|
version: number;
|
|
4
4
|
status: RuleResponseDto.status;
|
|
5
|
+
isExternalRule: boolean;
|
|
5
6
|
name: string;
|
|
6
7
|
description?: string | null;
|
|
7
|
-
actions
|
|
8
|
-
jreRule
|
|
8
|
+
actions?: Array<Record<string, any>> | null;
|
|
9
|
+
jreRule?: Record<string, any> | null;
|
|
10
|
+
vendorName?: string | null;
|
|
11
|
+
externalRuleId?: string | null;
|
|
9
12
|
createdBy: string;
|
|
10
13
|
createdAt: string;
|
|
11
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleResponseDto.js","sourceRoot":"","sources":["../../models/RuleResponseDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"RuleResponseDto.js","sourceRoot":"","sources":["../../models/RuleResponseDto.ts"],"names":[],"mappings":";;;AAkBA,IAAiB,eAAe,CAM/B;AAND,WAAiB,eAAe;IAC5B,IAAY,MAIX;IAJD,WAAY,MAAM;QACd,yBAAe,CAAA;QACf,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;IACzB,CAAC,EAJW,MAAM,GAAN,sBAAM,KAAN,sBAAM,QAIjB;AACL,CAAC,EANgB,eAAe,+BAAf,eAAe,QAM/B"}
|