idmission-web-sdk 2.2.162 → 2.2.164

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.
Files changed (54) hide show
  1. package/dist/components/CompositeWizard.d.ts +2 -1
  2. package/dist/components/CompositeWizard.d.ts.map +1 -1
  3. package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts +2 -0
  4. package/dist/components/customer_flows/CustomerBiometricsEnrollment.d.ts.map +1 -1
  5. package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts +2 -0
  6. package/dist/components/customer_flows/CustomerIdAndBiometricsEnrollment.d.ts.map +1 -1
  7. package/dist/components/customer_flows/CustomerIdentification.d.ts +2 -0
  8. package/dist/components/customer_flows/CustomerIdentification.d.ts.map +1 -1
  9. package/dist/components/customer_flows/CustomerVerification.d.ts +2 -0
  10. package/dist/components/customer_flows/CustomerVerification.d.ts.map +1 -1
  11. package/dist/components/customer_flows/DocumentCapture.d.ts +2 -0
  12. package/dist/components/customer_flows/DocumentCapture.d.ts.map +1 -1
  13. package/dist/components/customer_flows/FaceValidation.d.ts +2 -0
  14. package/dist/components/customer_flows/FaceValidation.d.ts.map +1 -1
  15. package/dist/components/customer_flows/IdAndFaceValidation.d.ts +2 -0
  16. package/dist/components/customer_flows/IdAndFaceValidation.d.ts.map +1 -1
  17. package/dist/components/customer_flows/IdValidation.d.ts +2 -0
  18. package/dist/components/customer_flows/IdValidation.d.ts.map +1 -1
  19. package/dist/components/customer_flows/SignatureKYC.d.ts +2 -0
  20. package/dist/components/customer_flows/SignatureKYC.d.ts.map +1 -1
  21. package/dist/components/customer_flows/VideoIdValidation.d.ts +2 -0
  22. package/dist/components/customer_flows/VideoIdValidation.d.ts.map +1 -1
  23. package/dist/components/customer_identification/CustomerIdentificationWizard.d.ts +3 -0
  24. package/dist/components/customer_identification/CustomerIdentificationWizard.d.ts.map +1 -1
  25. package/dist/components/customer_verification/CustomerVerificationWizard.d.ts +3 -0
  26. package/dist/components/customer_verification/CustomerVerificationWizard.d.ts.map +1 -1
  27. package/dist/components/document_capture/DocumentCaptureWizard.d.ts +7 -2
  28. package/dist/components/document_capture/DocumentCaptureWizard.d.ts.map +1 -1
  29. package/dist/components/face_liveness/FaceLivenessWizard.d.ts +3 -0
  30. package/dist/components/face_liveness/FaceLivenessWizard.d.ts.map +1 -1
  31. package/dist/components/id_capture/IdCaptureWizard.d.ts +3 -0
  32. package/dist/components/id_capture/IdCaptureWizard.d.ts.map +1 -1
  33. package/dist/components/video_id/IdVideoCaptureWizard.d.ts +5 -1
  34. package/dist/components/video_id/IdVideoCaptureWizard.d.ts.map +1 -1
  35. package/dist/components/video_signature_capture/VideoSignatureWizard.d.ts +4 -0
  36. package/dist/components/video_signature_capture/VideoSignatureWizard.d.ts.map +1 -1
  37. package/dist/lib/camera/cameraStore.d.ts +21 -1
  38. package/dist/lib/camera/cameraStore.d.ts.map +1 -1
  39. package/dist/lib/locales/es.d.ts +2 -0
  40. package/dist/lib/locales/es.d.ts.map +1 -1
  41. package/dist/lib/locales/index.d.ts +2 -0
  42. package/dist/lib/locales/index.d.ts.map +1 -1
  43. package/dist/sdk2.cjs.development.js +2027 -1932
  44. package/dist/sdk2.cjs.development.js.map +1 -1
  45. package/dist/sdk2.cjs.production.js +1 -1
  46. package/dist/sdk2.cjs.production.js.map +1 -1
  47. package/dist/sdk2.esm.js +2028 -1933
  48. package/dist/sdk2.esm.js.map +1 -1
  49. package/dist/sdk2.umd.development.js +5715 -5620
  50. package/dist/sdk2.umd.development.js.map +1 -1
  51. package/dist/sdk2.umd.production.js +1 -1
  52. package/dist/sdk2.umd.production.js.map +1 -1
  53. package/dist/version.d.ts +1 -1
  54. package/package.json +1 -1
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const webSdkVersion = "2.2.162";
1
+ export declare const webSdkVersion = "2.2.164";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idmission-web-sdk",
3
- "version": "2.2.162",
3
+ "version": "2.2.164",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/sdk2.esm.js",