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.
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.134';
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,