@corsa-labs/sdk 4.10.0 → 4.12.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/models/ActionConfigDto.d.ts +1 -1
- package/dist/models/ActionConfigDto.js +1 -1
- package/dist/models/ActionConfigDto.js.map +1 -1
- package/dist/models/AlertSourceDto.d.ts +3 -1
- package/dist/models/AlertSourceDto.js +2 -0
- package/dist/models/AlertSourceDto.js.map +1 -1
- package/dist/models/CorporateClientGeneralDto.d.ts +4 -0
- package/dist/models/CreateIdentityDocumentDto.d.ts +4 -0
- package/dist/models/CreateIdentityDocumentDto.js.map +1 -1
- package/dist/models/IdentityDocumentDto.d.ts +4 -0
- package/dist/models/IdentityDocumentDto.js.map +1 -1
- package/dist/models/IndividualClientGeneralInformationDto.d.ts +4 -0
- package/dist/models/IndividualClientGeneralInformationDto.js.map +1 -1
- package/dist/models/TransactionStatusDto.d.ts +2 -1
- package/dist/models/TransactionStatusDto.js +1 -0
- package/dist/models/TransactionStatusDto.js.map +1 -1
- package/dist/models/UpdateIdentityDocumentDto.d.ts +4 -0
- package/dist/models/UpdateIdentityDocumentDto.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ var ActionConfigDto;
|
|
|
9
9
|
let type;
|
|
10
10
|
(function (type) {
|
|
11
11
|
type["CREATE_ALERT"] = "CREATE_ALERT";
|
|
12
|
-
type["
|
|
12
|
+
type["HALT_TRANSACTION"] = "HALT_TRANSACTION";
|
|
13
13
|
})(type = ActionConfigDto.type || (ActionConfigDto.type = {}));
|
|
14
14
|
})(ActionConfigDto || (exports.ActionConfigDto = ActionConfigDto = {}));
|
|
15
15
|
//# sourceMappingURL=ActionConfigDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionConfigDto.js","sourceRoot":"","sources":["../../models/ActionConfigDto.ts"],"names":[],"mappings":";;;AAcA,IAAiB,eAAe,CAQ/B;AARD,WAAiB,eAAe;IAC5B;;OAEG;IACH,IAAY,IAGX;IAHD,WAAY,IAAI;QACZ,qCAA6B,CAAA;QAC7B,
|
|
1
|
+
{"version":3,"file":"ActionConfigDto.js","sourceRoot":"","sources":["../../models/ActionConfigDto.ts"],"names":[],"mappings":";;;AAcA,IAAiB,eAAe,CAQ/B;AARD,WAAiB,eAAe;IAC5B;;OAEG;IACH,IAAY,IAGX;IAHD,WAAY,IAAI;QACZ,qCAA6B,CAAA;QAC7B,6CAAqC,CAAA;IACzC,CAAC,EAHW,IAAI,GAAJ,oBAAI,KAAJ,oBAAI,QAGf;AACL,CAAC,EARgB,eAAe,+BAAf,eAAe,QAQ/B"}
|
|
@@ -13,6 +13,8 @@ var AlertSourceDto;
|
|
|
13
13
|
alertSource["MANUAL"] = "MANUAL";
|
|
14
14
|
alertSource["API"] = "API";
|
|
15
15
|
alertSource["TRM_LABS"] = "TRM_LABS";
|
|
16
|
+
alertSource["SUMSUB"] = "SUMSUB";
|
|
17
|
+
alertSource["TRANSACTION_MONITORING"] = "TRANSACTION_MONITORING";
|
|
16
18
|
})(alertSource = AlertSourceDto.alertSource || (AlertSourceDto.alertSource = {}));
|
|
17
19
|
})(AlertSourceDto || (exports.AlertSourceDto = AlertSourceDto = {}));
|
|
18
20
|
//# sourceMappingURL=AlertSourceDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertSourceDto.js","sourceRoot":"","sources":["../../models/AlertSourceDto.ts"],"names":[],"mappings":";;;AA0BA,IAAiB,cAAc,
|
|
1
|
+
{"version":3,"file":"AlertSourceDto.js","sourceRoot":"","sources":["../../models/AlertSourceDto.ts"],"names":[],"mappings":";;;AA0BA,IAAiB,cAAc,CAa9B;AAbD,WAAiB,cAAc;IAC3B;;OAEG;IACH,IAAY,WAQX;IARD,WAAY,WAAW;QACnB,0CAA2B,CAAA;QAC3B,kCAAmB,CAAA;QACnB,gCAAiB,CAAA;QACjB,0BAAW,CAAA;QACX,oCAAqB,CAAA;QACrB,gCAAiB,CAAA;QACjB,gEAAiD,CAAA;IACrD,CAAC,EARW,WAAW,GAAX,0BAAW,KAAX,0BAAW,QAQtB;AACL,CAAC,EAbgB,cAAc,8BAAd,cAAc,QAa9B"}
|
|
@@ -23,6 +23,10 @@ export type CreateIdentityDocumentDto = {
|
|
|
23
23
|
* URL to document in vendor system
|
|
24
24
|
*/
|
|
25
25
|
documentUrlInVendor?: string;
|
|
26
|
+
/**
|
|
27
|
+
* ID of the uploaded document image file
|
|
28
|
+
*/
|
|
29
|
+
documentImageFileId?: string;
|
|
26
30
|
};
|
|
27
31
|
export declare namespace CreateIdentityDocumentDto {
|
|
28
32
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateIdentityDocumentDto.js","sourceRoot":"","sources":["../../models/CreateIdentityDocumentDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CreateIdentityDocumentDto.js","sourceRoot":"","sources":["../../models/CreateIdentityDocumentDto.ts"],"names":[],"mappings":";;;AAkCA,IAAiB,yBAAyB,CAYzC;AAZD,WAAiB,yBAAyB;IACtC;;OAEG;IACH,IAAY,YAOX;IAPD,WAAY,YAAY;QACpB,qCAAqB,CAAA;QACrB,mDAAmC,CAAA;QACnC,2CAA2B,CAAA;QAC3B,qDAAqC,CAAA;QACrC,uDAAuC,CAAA;QACvC,+BAAe,CAAA;IACnB,CAAC,EAPW,YAAY,GAAZ,sCAAY,KAAZ,sCAAY,QAOvB;AACL,CAAC,EAZgB,yBAAyB,yCAAzB,yBAAyB,QAYzC"}
|
|
@@ -27,6 +27,10 @@ export type IdentityDocumentDto = {
|
|
|
27
27
|
* URL to document in vendor system
|
|
28
28
|
*/
|
|
29
29
|
documentUrlInVendor?: string;
|
|
30
|
+
/**
|
|
31
|
+
* ID of the uploaded document image file
|
|
32
|
+
*/
|
|
33
|
+
documentImageFileId?: string;
|
|
30
34
|
};
|
|
31
35
|
export declare namespace IdentityDocumentDto {
|
|
32
36
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IdentityDocumentDto.js","sourceRoot":"","sources":["../../models/IdentityDocumentDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"IdentityDocumentDto.js","sourceRoot":"","sources":["../../models/IdentityDocumentDto.ts"],"names":[],"mappings":";;;AAsCA,IAAiB,mBAAmB,CAYnC;AAZD,WAAiB,mBAAmB;IAChC;;OAEG;IACH,IAAY,YAOX;IAPD,WAAY,YAAY;QACpB,qCAAqB,CAAA;QACrB,mDAAmC,CAAA;QACnC,2CAA2B,CAAA;QAC3B,qDAAqC,CAAA;QACrC,uDAAuC,CAAA;QACvC,+BAAe,CAAA;IACnB,CAAC,EAPW,YAAY,GAAZ,gCAAY,KAAZ,gCAAY,QAOvB;AACL,CAAC,EAZgB,mBAAmB,mCAAnB,mBAAmB,QAYnC"}
|
|
@@ -23,6 +23,10 @@ export type IndividualClientGeneralInformationDto = {
|
|
|
23
23
|
* Country code of citizenship
|
|
24
24
|
*/
|
|
25
25
|
citizenship?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Jurisdiction country code (ISO 3166-1 alpha-2)
|
|
28
|
+
*/
|
|
29
|
+
jurisdiction?: string;
|
|
26
30
|
/**
|
|
27
31
|
* Personal identification number
|
|
28
32
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IndividualClientGeneralInformationDto.js","sourceRoot":"","sources":["../../models/IndividualClientGeneralInformationDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"IndividualClientGeneralInformationDto.js","sourceRoot":"","sources":["../../models/IndividualClientGeneralInformationDto.ts"],"names":[],"mappings":";;;AAsCA,IAAiB,qCAAqC,CAQrD;AARD,WAAiB,qCAAqC;IAClD;;OAEG;IACH,IAAY,MAGX;IAHD,WAAY,MAAM;QACd,uBAAa,CAAA;QACb,2BAAiB,CAAA;IACrB,CAAC,EAHW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAGjB;AACL,CAAC,EARgB,qCAAqC,qDAArC,qCAAqC,QAQrD"}
|
|
@@ -12,6 +12,7 @@ var TransactionStatusDto;
|
|
|
12
12
|
type["PENDING"] = "PENDING";
|
|
13
13
|
type["CANCELLED"] = "CANCELLED";
|
|
14
14
|
type["FAILED"] = "FAILED";
|
|
15
|
+
type["FROZEN"] = "FROZEN";
|
|
15
16
|
})(type = TransactionStatusDto.type || (TransactionStatusDto.type = {}));
|
|
16
17
|
})(TransactionStatusDto || (exports.TransactionStatusDto = TransactionStatusDto = {}));
|
|
17
18
|
//# sourceMappingURL=TransactionStatusDto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionStatusDto.js","sourceRoot":"","sources":["../../models/TransactionStatusDto.ts"],"names":[],"mappings":";;;AAsBA,IAAiB,oBAAoB,
|
|
1
|
+
{"version":3,"file":"TransactionStatusDto.js","sourceRoot":"","sources":["../../models/TransactionStatusDto.ts"],"names":[],"mappings":";;;AAsBA,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACjC;;OAEG;IACH,IAAY,IAMX;IAND,WAAY,IAAI;QACZ,2BAAmB,CAAA;QACnB,2BAAmB,CAAA;QACnB,+BAAuB,CAAA;QACvB,yBAAiB,CAAA;QACjB,yBAAiB,CAAA;IACrB,CAAC,EANW,IAAI,GAAJ,yBAAI,KAAJ,yBAAI,QAMf;AACL,CAAC,EAXgB,oBAAoB,oCAApB,oBAAoB,QAWpC"}
|
|
@@ -23,6 +23,10 @@ export type UpdateIdentityDocumentDto = {
|
|
|
23
23
|
* URL to document in vendor system
|
|
24
24
|
*/
|
|
25
25
|
documentUrlInVendor?: string;
|
|
26
|
+
/**
|
|
27
|
+
* ID of the uploaded document image file
|
|
28
|
+
*/
|
|
29
|
+
documentImageFileId?: string;
|
|
26
30
|
};
|
|
27
31
|
export declare namespace UpdateIdentityDocumentDto {
|
|
28
32
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateIdentityDocumentDto.js","sourceRoot":"","sources":["../../models/UpdateIdentityDocumentDto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UpdateIdentityDocumentDto.js","sourceRoot":"","sources":["../../models/UpdateIdentityDocumentDto.ts"],"names":[],"mappings":";;;AAkCA,IAAiB,yBAAyB,CAYzC;AAZD,WAAiB,yBAAyB;IACtC;;OAEG;IACH,IAAY,YAOX;IAPD,WAAY,YAAY;QACpB,qCAAqB,CAAA;QACrB,mDAAmC,CAAA;QACnC,2CAA2B,CAAA;QAC3B,qDAAqC,CAAA;QACrC,uDAAuC,CAAA;QACvC,+BAAe,CAAA;IACnB,CAAC,EAPW,YAAY,GAAZ,sCAAY,KAAZ,sCAAY,QAOvB;AACL,CAAC,EAZgB,yBAAyB,yCAAzB,yBAAyB,QAYzC"}
|