idmission-web-sdk 2.2.134 → 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.
@@ -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.134';
214
+ var webSdkVersion = '2.2.135';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -27066,6 +27066,8 @@
27066
27066
  var _b = _a.lang,
27067
27067
  lang = _b === void 0 ? 'auto' : _b,
27068
27068
  sessionId = _a.sessionId,
27069
+ jobId = _a.jobId,
27070
+ taskId = _a.taskId,
27069
27071
  clientRequestID = _a.clientRequestID,
27070
27072
  authUrl = _a.authUrl,
27071
27073
  submissionUrl = _a.submissionUrl,
@@ -27116,6 +27118,8 @@
27116
27118
  }, /*#__PURE__*/React.createElement(SubmissionProvider, {
27117
27119
  action: SubmissionAction.NONE,
27118
27120
  submissionUrl: submissionUrl,
27121
+ jobId: jobId,
27122
+ taskId: taskId,
27119
27123
  clientRequestID: clientRequestID,
27120
27124
  documentServiceUrl: documentServiceUrl,
27121
27125
  idCardForFaceMatch: idCardForFaceMatch,