idmission-web-sdk 2.2.133 → 2.2.135
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/components/customer_flows/DocumentCapture.d.ts +4 -0
- package/dist/components/customer_flows/DocumentCapture.d.ts.map +1 -1
- package/dist/components/customer_flows/SignatureKYC.d.ts +4 -0
- package/dist/components/customer_flows/SignatureKYC.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +9 -1
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +9 -1
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +9 -1
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +3 -3
package/dist/sdk2.esm.js
CHANGED
|
@@ -203,7 +203,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
203
203
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
var webSdkVersion = '2.2.
|
|
206
|
+
var webSdkVersion = '2.2.135';
|
|
207
207
|
|
|
208
208
|
function getPlatform() {
|
|
209
209
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -17174,6 +17174,8 @@ var SignatureKYC = function SignatureKYC(_a) {
|
|
|
17174
17174
|
var _b = _a.lang,
|
|
17175
17175
|
lang = _b === void 0 ? 'auto' : _b,
|
|
17176
17176
|
sessionId = _a.sessionId,
|
|
17177
|
+
jobId = _a.jobId,
|
|
17178
|
+
taskId = _a.taskId,
|
|
17177
17179
|
clientRequestID = _a.clientRequestID,
|
|
17178
17180
|
authUrl = _a.authUrl,
|
|
17179
17181
|
submissionUrl = _a.submissionUrl,
|
|
@@ -17224,6 +17226,8 @@ var SignatureKYC = function SignatureKYC(_a) {
|
|
|
17224
17226
|
}, /*#__PURE__*/React__default.createElement(SubmissionProvider, {
|
|
17225
17227
|
action: SubmissionAction.NONE,
|
|
17226
17228
|
submissionUrl: submissionUrl,
|
|
17229
|
+
jobId: jobId,
|
|
17230
|
+
taskId: taskId,
|
|
17227
17231
|
clientRequestID: clientRequestID,
|
|
17228
17232
|
documentServiceUrl: documentServiceUrl,
|
|
17229
17233
|
idCardForFaceMatch: idCardForFaceMatch,
|
|
@@ -17682,6 +17686,8 @@ var DocumentCapture = function DocumentCapture(_a) {
|
|
|
17682
17686
|
var _b = _a.lang,
|
|
17683
17687
|
lang = _b === void 0 ? 'auto' : _b,
|
|
17684
17688
|
sessionId = _a.sessionId,
|
|
17689
|
+
jobId = _a.jobId,
|
|
17690
|
+
taskId = _a.taskId,
|
|
17685
17691
|
authUrl = _a.authUrl,
|
|
17686
17692
|
submissionUrl = _a.submissionUrl,
|
|
17687
17693
|
documentServiceUrl = _a.documentServiceUrl,
|
|
@@ -17724,6 +17730,8 @@ var DocumentCapture = function DocumentCapture(_a) {
|
|
|
17724
17730
|
action: SubmissionAction.NONE,
|
|
17725
17731
|
submissionUrl: submissionUrl,
|
|
17726
17732
|
documentServiceUrl: documentServiceUrl,
|
|
17733
|
+
jobId: jobId,
|
|
17734
|
+
taskId: taskId,
|
|
17727
17735
|
sendBase64DocumentsInSwaggerProxy: sendBase64DocumentsInSwaggerProxy,
|
|
17728
17736
|
onBeforeDocumentUpload: onBeforeDocumentUpload,
|
|
17729
17737
|
onDocumentUploadProgress: onDocumentUploadProgress,
|