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
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
var webSdkVersion = '2.2.
|
|
214
|
+
var webSdkVersion = '2.2.134';
|
|
215
215
|
|
|
216
216
|
function getPlatform() {
|
|
217
217
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -27574,6 +27574,8 @@
|
|
|
27574
27574
|
var _b = _a.lang,
|
|
27575
27575
|
lang = _b === void 0 ? 'auto' : _b,
|
|
27576
27576
|
sessionId = _a.sessionId,
|
|
27577
|
+
jobId = _a.jobId,
|
|
27578
|
+
taskId = _a.taskId,
|
|
27577
27579
|
authUrl = _a.authUrl,
|
|
27578
27580
|
submissionUrl = _a.submissionUrl,
|
|
27579
27581
|
documentServiceUrl = _a.documentServiceUrl,
|
|
@@ -27616,6 +27618,8 @@
|
|
|
27616
27618
|
action: SubmissionAction.NONE,
|
|
27617
27619
|
submissionUrl: submissionUrl,
|
|
27618
27620
|
documentServiceUrl: documentServiceUrl,
|
|
27621
|
+
jobId: jobId,
|
|
27622
|
+
taskId: taskId,
|
|
27619
27623
|
sendBase64DocumentsInSwaggerProxy: sendBase64DocumentsInSwaggerProxy,
|
|
27620
27624
|
onBeforeDocumentUpload: onBeforeDocumentUpload,
|
|
27621
27625
|
onDocumentUploadProgress: onDocumentUploadProgress,
|