idmission-web-sdk 2.2.133 → 2.2.134
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/sdk2.cjs.development.js +5 -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 +5 -1
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +5 -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 +1 -1
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.134';
|
|
207
207
|
|
|
208
208
|
function getPlatform() {
|
|
209
209
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -17682,6 +17682,8 @@ var DocumentCapture = function DocumentCapture(_a) {
|
|
|
17682
17682
|
var _b = _a.lang,
|
|
17683
17683
|
lang = _b === void 0 ? 'auto' : _b,
|
|
17684
17684
|
sessionId = _a.sessionId,
|
|
17685
|
+
jobId = _a.jobId,
|
|
17686
|
+
taskId = _a.taskId,
|
|
17685
17687
|
authUrl = _a.authUrl,
|
|
17686
17688
|
submissionUrl = _a.submissionUrl,
|
|
17687
17689
|
documentServiceUrl = _a.documentServiceUrl,
|
|
@@ -17724,6 +17726,8 @@ var DocumentCapture = function DocumentCapture(_a) {
|
|
|
17724
17726
|
action: SubmissionAction.NONE,
|
|
17725
17727
|
submissionUrl: submissionUrl,
|
|
17726
17728
|
documentServiceUrl: documentServiceUrl,
|
|
17729
|
+
jobId: jobId,
|
|
17730
|
+
taskId: taskId,
|
|
17727
17731
|
sendBase64DocumentsInSwaggerProxy: sendBase64DocumentsInSwaggerProxy,
|
|
17728
17732
|
onBeforeDocumentUpload: onBeforeDocumentUpload,
|
|
17729
17733
|
onDocumentUploadProgress: onDocumentUploadProgress,
|