@incodetech/welcome 1.85.0 → 1.86.0-rc.20251222053544
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/incode-localization/src/createI18n.d.ts +0 -1
- package/dist/incode-utils/src/hooks.d.ts +0 -1
- package/dist/incode-utils/src/mobile.d.ts +0 -1
- package/dist/incode-utils/src/utils.d.ts +0 -1
- package/dist/incode-welcome/src/ContentWrapper/ContentWrapper.d.ts +0 -1
- package/dist/incode-welcome/src/DefaultComponent/DefaultComponent.d.ts +0 -1
- package/dist/incode-welcome/src/DefaultComponent/IncodeProvider.d.ts +0 -1
- package/dist/incode-welcome/src/Face/AuthFace.d.ts +0 -1
- package/dist/incode-welcome/src/Face/AuthFaceFlow.d.ts +0 -1
- package/dist/incode-welcome/src/Face/FaceCapture.d.ts +1 -1
- package/dist/incode-welcome/src/Face/FaceFlow.d.ts +0 -1
- package/dist/incode-welcome/src/Face/V1/FaceFlow.d.ts +0 -1
- package/dist/incode-welcome/src/Face/api/sendAuthFaceImage.d.ts +0 -2
- package/dist/incode-welcome/src/Face/api/sendFaceImage.d.ts +3 -2
- package/dist/incode-welcome/src/Face/components/FaceFlowPage.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/Tutorial.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/CameraButton.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/Capture.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/CaptureOverlay.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/ErrorModal.d.ts +1 -3
- package/dist/incode-welcome/src/Face/components/capture/ErrorModalContent.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/FaceOutline.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/LoadingBorder.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/ManualCaptureButton.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/NoMoreAttempsModal.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/Notification.d.ts +0 -1
- package/dist/incode-welcome/src/Face/components/capture/RetryErrorModal.d.ts +0 -1
- package/dist/incode-welcome/src/Face/detection/DetectionManager.d.ts +0 -2
- package/dist/incode-welcome/src/Face/detection/useFaceDetection.d.ts +0 -1
- package/dist/incode-welcome/src/Face/hooks/useFaceCaptureAspectRatio.d.ts +0 -1
- package/dist/incode-welcome/src/Face/renderAuthFace.d.ts +0 -1
- package/dist/incode-welcome/src/Face/renderCaptureFace.d.ts +0 -1
- package/dist/incode-welcome/src/Face/state/FaceFlowManager.d.ts +0 -1
- package/dist/incode-welcome/src/Face/state/FaceFlowManager.types.d.ts +0 -1
- package/dist/incode-welcome/src/Face/utils/isSecondIdEnabled.d.ts +0 -1
- package/dist/incode-welcome/src/Face/utils/isTutorialEnabled.d.ts +0 -1
- package/dist/incode-welcome/src/FakePermissionsRequest/FakePermissionsRequest.d.ts +0 -1
- package/dist/incode-welcome/src/FakePermissionsRequest/components/AndroidNotification/AndroidNotification.d.ts +0 -1
- package/dist/incode-welcome/src/FakePermissionsRequest/components/AndroidNotification/types.d.ts +0 -1
- package/dist/incode-welcome/src/FakePermissionsRequest/components/IOSNotification/IOSNotification.d.ts +0 -1
- package/dist/incode-welcome/src/FakePermissionsRequest/components/IOSNotification/types.d.ts +0 -1
- package/dist/incode-welcome/src/FakePermissionsRequest/components/Message/Message.d.ts +0 -1
- package/dist/incode-welcome/src/FakePermissionsRequest/components/Message/types.d.ts +0 -1
- package/dist/incode-welcome/src/FakePermissionsRequest/types.d.ts +0 -1
- package/dist/incode-welcome/src/FlowManager/AbstractFlowManager.d.ts +0 -1
- package/dist/incode-welcome/src/ID/BaseCaptureCore.d.ts +0 -1
- package/dist/incode-welcome/src/ID/CaptureId.d.ts +2 -2
- package/dist/incode-welcome/src/ID/CaptureIdCore.d.ts +0 -1
- package/dist/incode-welcome/src/ID/CaptureIdV1.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/DigitalIdFlow.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/IdCaptureV2Manager.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/IdFlow.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/IdFlowPage.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/ManualIdUploadWrapper.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/Uploading.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/assets/AgeVerificationStep1Icon.d.ts +2 -0
- package/dist/incode-welcome/src/ID/IDV2/assets/AgeVerificationStep2Icon.d.ts +2 -0
- package/dist/incode-welcome/src/ID/IDV2/assets/AgeVerificationStep3Icon.d.ts +2 -0
- package/dist/incode-welcome/src/ID/IDV2/assets/AttachmentIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/assets/DigitalIdIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/assets/IdBackIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/assets/IdFrontIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/assets/UploadIDScreenImage.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/assets/UploadIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/assets/UploadPassportIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/Api.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/CaptureOverlay.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/CaptureTooltip.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/DocumentConfig.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/DocumentItem.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/ExpiredId.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/IdHint.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/Manager.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/ManualCaptureButton.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/TopText.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/UnacceptableId.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/components/IdAnalyzing.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/components/IdError.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/components/IdProcessingLayout.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/components/IdSuccess.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/components/StatusMessage.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/errorConfig.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/hooks/useProcessingLayout.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/capture/utils/getIdErrorAction.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/components/DigitalIdErrorState.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/components/DigitalIdFileReview.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/components/DigitalIdFileSelection.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/components/PdfPreview.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/hooks/useAspectRatio.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/hooks/useCaptureIdState.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/idFlowSteps.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/renderIdCapture.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/state/IdFlowManager.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/state/IdFlowManager.types.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/tutorials/AgeVerification.d.ts +7 -0
- package/dist/incode-welcome/src/ID/IDV2/tutorials/IdTutorial.d.ts +0 -1
- package/dist/incode-welcome/src/ID/IDV2/tutorials/PassportTutorial.d.ts +0 -1
- package/dist/incode-welcome/src/ID/renderCaptureId.d.ts +0 -1
- package/dist/incode-welcome/src/NameCapture.d.ts +0 -1
- package/dist/incode-welcome/src/Phone/renderPhone.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/DeclineSharingModal.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/ErrorMessage.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/InstantVerify.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/InstantVerifyConsent.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/PhoneOrEmail.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/SuccessUniversalIdentity.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/UniversalIdentity.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/constants.d.ts +0 -1
- package/dist/incode-welcome/src/RememberMe/types.d.ts +0 -1
- package/dist/incode-welcome/src/addContract.d.ts +0 -1
- package/dist/incode-welcome/src/addCreditCardBack.d.ts +0 -1
- package/dist/incode-welcome/src/addCreditCardFront.d.ts +0 -1
- package/dist/incode-welcome/src/addDocument.d.ts +0 -1
- package/dist/incode-welcome/src/addFrontSecondId.d.ts +0 -1
- package/dist/incode-welcome/src/addQr.d.ts +0 -1
- package/dist/incode-welcome/src/app.d.ts +0 -1
- package/dist/incode-welcome/src/approve.d.ts +0 -1
- package/dist/incode-welcome/src/auth/Login.d.ts +0 -1
- package/dist/incode-welcome/src/auth/LoginDesktop.d.ts +0 -1
- package/dist/incode-welcome/src/auth/SecondFactor.d.ts +0 -1
- package/dist/incode-welcome/src/auth/identify.d.ts +0 -1
- package/dist/incode-welcome/src/auth/identifyInstantVerify.d.ts +0 -1
- package/dist/incode-welcome/src/auth/oneToOneIdentify.d.ts +0 -1
- package/dist/incode-welcome/src/auth/renderLogin.d.ts +0 -1
- package/dist/incode-welcome/src/auth/renderLoginIncodeID.d.ts +0 -1
- package/dist/incode-welcome/src/camera/BlockingErrorMessage.d.ts +0 -1
- package/dist/incode-welcome/src/camera/CaptureAcceptedDocuments.d.ts +0 -1
- package/dist/incode-welcome/src/camera/CaptureSelfie.d.ts +0 -1
- package/dist/incode-welcome/src/camera/ChooseCamera.d.ts +0 -1
- package/dist/incode-welcome/src/camera/Webcam.d.ts +0 -1
- package/dist/incode-welcome/src/camera/Webcam.types.d.ts +0 -1
- package/dist/incode-welcome/src/camera/documentCapture/DocumentCapture.d.ts +0 -1
- package/dist/incode-welcome/src/camera/documentCapture/V5CDocumentTutorial.d.ts +0 -1
- package/dist/incode-welcome/src/camera/documentCapture/types.d.ts +0 -1
- package/dist/incode-welcome/src/camera/permissionSteps/desktop/index.d.ts +0 -1
- package/dist/incode-welcome/src/camera/proofOfAddress/POA.d.ts +0 -1
- package/dist/incode-welcome/src/camera/proofOfAddress/types.d.ts +0 -1
- package/dist/incode-welcome/src/camera/useOnCameraPermissionChange.d.ts +3 -0
- package/dist/incode-welcome/src/camera/useSelfie.d.ts +0 -1
- package/dist/incode-welcome/src/consents/MLConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/PrivacyConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/addConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/biometricConsent/BiometricConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/biometricConsent/renderBiometricConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/combinedConsent/CombinedConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/combinedConsent/renderCombinedConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/getConsents.d.ts +0 -1
- package/dist/incode-welcome/src/consents/renderMlConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/renderUserConsent.d.ts +0 -1
- package/dist/incode-welcome/src/consents/types.d.ts +0 -1
- package/dist/incode-welcome/src/create.d.ts +8 -4
- package/dist/incode-welcome/src/createNewSession.d.ts +0 -1
- package/dist/incode-welcome/src/createRedirectUrl.d.ts +0 -1
- package/dist/incode-welcome/src/curp/EnterCurp.d.ts +7 -4
- package/dist/incode-welcome/src/curp/GenerateCurp.d.ts +0 -1
- package/dist/incode-welcome/src/customFields/CustomFields.d.ts +0 -1
- package/dist/incode-welcome/src/detection/IdDetectionManager.d.ts +0 -1
- package/dist/incode-welcome/src/detection/detectFace.d.ts +0 -1
- package/dist/incode-welcome/src/detection/detectID.d.ts +0 -1
- package/dist/incode-welcome/src/detection/detectionSetup.d.ts +4 -3
- package/dist/incode-welcome/src/detection/onboardingAnalytics.d.ts +0 -1
- package/dist/incode-welcome/src/detection/useIdDetection.d.ts +0 -1
- package/dist/incode-welcome/src/documentSelector/DocumentSelector.d.ts +0 -1
- package/dist/incode-welcome/src/ekyb/EKYBCountrySelector/EKYBCountrySelector.d.ts +0 -1
- package/dist/incode-welcome/src/ekyb/Ekyb.d.ts +0 -1
- package/dist/incode-welcome/src/ekyb/components/FieldInput.d.ts +0 -1
- package/dist/incode-welcome/src/ekyb/components/UboInputs.d.ts +0 -1
- package/dist/incode-welcome/src/ekyb/utils/errorUtils.d.ts +0 -1
- package/dist/incode-welcome/src/ekyc/components/Input.d.ts +0 -1
- package/dist/incode-welcome/src/electronicSignatures/CertificateIssuance.d.ts +0 -1
- package/dist/incode-welcome/src/electronicSignatures/components/EndScreen.d.ts +0 -1
- package/dist/incode-welcome/src/faceMatch/FaceMatch.d.ts +6 -4
- package/dist/incode-welcome/src/faceMatch/index.d.ts +0 -2
- package/dist/incode-welcome/src/faceMatch/useFaceMatchData.d.ts +0 -1
- package/dist/incode-welcome/src/fieldComparision/InputWithLabel.d.ts +0 -1
- package/dist/incode-welcome/src/fiscalQr/FiscalQr.d.ts +0 -1
- package/dist/incode-welcome/src/fiscalQr/postQrLink.d.ts +0 -1
- package/dist/incode-welcome/src/fiscalQr/renderFiscalQr.d.ts +0 -1
- package/dist/incode-welcome/src/flow/Flow.d.ts +2 -2
- package/dist/incode-welcome/src/flow/FlowDataContext.d.ts +0 -1
- package/dist/incode-welcome/src/flow/FlowLogger.d.ts +0 -1
- package/dist/incode-welcome/src/flow/defaultFlow.d.ts +0 -1
- package/dist/incode-welcome/src/flow/executeFlow.d.ts +2 -2
- package/dist/incode-welcome/src/flow/getFlow.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/AESignature.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Address.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Antifraud.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Authentication.d.ts +1 -2
- package/dist/incode-welcome/src/flow/modules/BAV.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/CertificateIssuance.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/CombinedConsent.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Conference.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/CrossDocumentDataMatch.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Curp.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/CustomFields.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/DocumentCapture.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Ekyb.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Ekyc.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Email.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/FaceMatch.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/FieldComparison.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/FiscalQR.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Forms.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Geolocation.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/IDOCR.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Id.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/IneCheck.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/MLConsent.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/NFCScan.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/NameCapture.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Phone.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/QESignature.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/SecondId.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Selfie.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/ShowResults.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Signature.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Skip.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/ThirdId.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/TrustGraph.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/UserConsent.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/VideoSelfie.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/Watchlists.d.ts +0 -1
- package/dist/incode-welcome/src/flow/modules/index.d.ts +2 -2
- package/dist/incode-welcome/src/flow/modules/types.d.ts +1 -1
- package/dist/incode-welcome/src/flow/services/defaultFlow.d.ts +0 -1
- package/dist/incode-welcome/src/flow/services/flowService.d.ts +0 -3
- package/dist/incode-welcome/src/flow/types.d.ts +0 -1
- package/dist/incode-welcome/src/flow/useFlow.d.ts +0 -1
- package/dist/incode-welcome/src/forms/Forms.d.ts +0 -1
- package/dist/incode-welcome/src/forms/Screen.d.ts +0 -1
- package/dist/incode-welcome/src/forms/renderForms.d.ts +0 -1
- package/dist/incode-welcome/src/geolocation/Geolocation.d.ts +0 -1
- package/dist/incode-welcome/src/geolocation/components/GeolocationPermissionAndroidSteps/GeolocationPermissionAndroidSteps.d.ts +0 -1
- package/dist/incode-welcome/src/geolocation/components/GeolocationPermissioniOSSteps/GeolocationPermissioniOSSteps.d.ts +0 -1
- package/dist/incode-welcome/src/geolocation/components/RenderSteps.d.ts +0 -1
- package/dist/incode-welcome/src/geolocation/types.d.ts +0 -1
- package/dist/incode-welcome/src/getOnboardingStatus.d.ts +0 -1
- package/dist/incode-welcome/src/getPhone.d.ts +0 -1
- package/dist/incode-welcome/src/getScore.d.ts +0 -1
- package/dist/incode-welcome/src/getTheme.d.ts +0 -1
- package/dist/incode-welcome/src/hooks/useModuleEvents.d.ts +1 -1
- package/dist/incode-welcome/src/index.d.ts +1 -0
- package/dist/incode-welcome/src/ine/IneCheck.d.ts +0 -1
- package/dist/incode-welcome/src/manualIdUpload/manuaIdUpload.d.ts +0 -1
- package/dist/incode-welcome/src/mdoc/mDoc.d.ts +0 -1
- package/dist/incode-welcome/src/mediaRecorder/DeepsightVideoRecorder.d.ts +0 -2
- package/dist/incode-welcome/src/mediaRecorder/uploadDeepsightVideo.d.ts +1 -3
- package/dist/incode-welcome/src/network/api.d.ts +0 -1
- package/dist/incode-welcome/src/network/createApi.d.ts +0 -1
- package/dist/incode-welcome/src/ocrData.d.ts +0 -1
- package/dist/incode-welcome/src/options.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/Denied.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/DeniedAndroid.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/DeniedDesktop.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/DeniedInstructions.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/DeniediOS.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/LearnMore.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/NumberedStep.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/Permissions.d.ts +0 -1
- package/dist/incode-welcome/src/permissions/Requesting.d.ts +0 -1
- package/dist/incode-welcome/src/publishKeys.d.ts +1 -1
- package/dist/incode-welcome/src/qrScanner/QrScanner.d.ts +0 -1
- package/dist/incode-welcome/src/qrScanner/types.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/ConsentInstructions.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/IdCapture.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/OpenViduVideoSelfie.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/QuestionsMask.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/SelfieCapture.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/SelfieMask.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/SpeechMask.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/StepsHeader.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/addCapturingEvents.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/backCapture.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/faceCapture.d.ts +3 -3
- package/dist/incode-welcome/src/recorder/frontCapture.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/imgs/LockIcon.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/logVideoSelfieEvent.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/openvidu.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/useDetectId.d.ts +0 -1
- package/dist/incode-welcome/src/recorder/useDetectSelfie.d.ts +2 -5
- package/dist/incode-welcome/src/redirect/FlowRedirect.d.ts +1 -1
- package/dist/incode-welcome/src/redirect/PhishingResistanceScreen.d.ts +0 -1
- package/dist/incode-welcome/src/redirect/Qr.d.ts +0 -1
- package/dist/incode-welcome/src/redirect/Redirect.d.ts +0 -1
- package/dist/incode-welcome/src/redirect/useFlowRedirect.d.ts +0 -1
- package/dist/incode-welcome/src/redirect/useQR.d.ts +0 -1
- package/dist/incode-welcome/src/renderCamera.d.ts +0 -1
- package/dist/incode-welcome/src/renderDocumentSelector.d.ts +0 -1
- package/dist/incode-welcome/src/renderEmail.d.ts +0 -1
- package/dist/incode-welcome/src/renderQr.d.ts +0 -1
- package/dist/incode-welcome/src/renderRedirectToMobile.d.ts +0 -1
- package/dist/incode-welcome/src/renderWatchList.d.ts +0 -1
- package/dist/incode-welcome/src/results/Results.d.ts +0 -1
- package/dist/incode-welcome/src/retries/RetrySteps.d.ts +0 -1
- package/dist/incode-welcome/src/retries/renderRetrySteps.d.ts +0 -1
- package/dist/incode-welcome/src/risk/enableDeviceRiskModule.d.ts +7 -2
- package/dist/incode-welcome/src/risk/index.d.ts +1 -1
- package/dist/incode-welcome/src/setup.d.ts +8 -6
- package/dist/incode-welcome/src/setupTests.d.ts +0 -1
- package/dist/incode-welcome/src/signature/Signature.d.ts +0 -1
- package/dist/incode-welcome/src/signature/renderSignature.d.ts +0 -1
- package/dist/incode-welcome/src/statsig.d.ts +1 -1
- package/dist/incode-welcome/src/testUtils/setup.d.ts +0 -1
- package/dist/incode-welcome/src/theme.d.ts +0 -1
- package/dist/incode-welcome/src/tutorials/TutorialFront.d.ts +0 -1
- package/dist/incode-welcome/src/tutorials/TutorialPapperDL.d.ts +0 -1
- package/dist/incode-welcome/src/ui/BoldWithArrow.d.ts +0 -1
- package/dist/incode-welcome/src/ui/Button.d.ts +0 -1
- package/dist/incode-welcome/src/ui/Card.d.ts +0 -1
- package/dist/incode-welcome/src/ui/Container.d.ts +0 -1
- package/dist/incode-welcome/src/ui/ErrorIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ui/FlowPage.d.ts +0 -1
- package/dist/incode-welcome/src/ui/H2.d.ts +0 -1
- package/dist/incode-welcome/src/ui/Modal.d.ts +0 -1
- package/dist/incode-welcome/src/ui/Title.d.ts +0 -1
- package/dist/incode-welcome/src/ui/assets/ArrowRightIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ui/errors/assets/NoInternetIcon.d.ts +0 -1
- package/dist/incode-welcome/src/ui/index.d.ts +0 -1
- package/dist/incode-welcome/src/ui/tutorials/BaseTutorial.d.ts +0 -1
- package/dist/incode-welcome/src/ui/types.d.ts +0 -1
- package/dist/incode-welcome/src/ui/utils/mergeUiConfig.d.ts +0 -1
- package/dist/incode-welcome/src/updateSession.d.ts +0 -1
- package/dist/incode-welcome/src/userData/UserData.d.ts +0 -1
- package/dist/incode-welcome/src/utils/faceErrorMessages.d.ts +9 -0
- package/dist/incode-welcome/src/wasmUtils/config.d.ts +0 -1
- package/dist/incode-welcome/src/wasmUtils/mlWasmJSApi.d.ts +2 -2
- package/dist/incode-welcome/src/wasmUtils/pipelineProfile.d.ts +0 -1
- package/dist/incode-welcome/src/wasmUtils/pipelinesConfig.d.ts +0 -1
- package/dist/incode-welcome/src/watchList/CustomWatchList.d.ts +0 -1
- package/dist/incode-welcome/src/watchList/GlobalWatchList.d.ts +0 -1
- package/dist/incode-welcome/src/watchList/index.d.ts +0 -1
- package/dist/incode-welcome/src/watchList/loader/Loader.d.ts +0 -1
- package/dist/incode-welcome/src/watchList/types.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/Workflow.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/api/getCurrentNode.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/api/processCustomNode.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/components/ScrollWrapper.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/executeWorkflow.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/hooks/assets.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Address.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/AdvancedElectronicSignature.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/BiometricConsent.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/CombinedConsent.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Curp.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/CustomModule.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/DocumentCapture.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Ekyb.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Ekyc.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Email.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/FaceAuthentication.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/FaceMatch.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/FinishScreen.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Forms.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Geolocation.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/GovernmentValidation.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/IDCapture.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/OcrData.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Phone.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/PrivacyConsent.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/ProcessID.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/QualifiedElectronicSignature.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/RedirectToMobile.d.ts +2 -1
- package/dist/incode-welcome/src/workflows/modules/Selfie.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/Signature.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/VideoSelfie.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/modules/WatchList.d.ts +0 -1
- package/dist/incode-welcome/src/workflows/types.d.ts +0 -1
- package/dist/incode-welcome/tests/integration/governmentValidation.test.d.ts +1 -0
- package/dist/incode-welcome/tests/integration/renderGeolocation.test.d.ts +1 -0
- package/dist/incode-welcome/tests/integration/renderWatchlist.test.d.ts +0 -0
- package/dist/onBoarding.mjs +28903 -37098
- package/dist/onBoarding.umd.js +362 -759
- package/dist/types/src/index.d.ts +1 -1
- package/package.json +8 -7
- package/dist/incode-welcome/src/curp/EnterCurpManager.d.ts +0 -9
- package/dist/incode-welcome/src/curp/EnterCurpV2.d.ts +0 -9
- package/dist/incode-welcome/src/faceMatch/FaceMatchManager.d.ts +0 -11
- package/dist/incode-welcome/src/faceMatch/FaceMatchV2.d.ts +0 -11
- package/dist/incode-welcome/src/redirect/stadium.d.ts +0 -7
- /package/dist/incode-welcome/src/faceMatch/{FaceMatchV2.test.d.ts → FaceMatch.test.d.ts} +0 -0
|
@@ -5,7 +5,7 @@ export declare const eventModuleNames: {
|
|
|
5
5
|
readonly combinedConsent: "COMBINED_CONSENT";
|
|
6
6
|
readonly curpValidation: "CURP_VALIDATION";
|
|
7
7
|
readonly faceMatch: "FACE_MATCH";
|
|
8
|
-
readonly
|
|
8
|
+
readonly qr: "QR";
|
|
9
9
|
readonly videoSelfie: "VIDEO_ONBOARDING";
|
|
10
10
|
readonly passport: "ID";
|
|
11
11
|
readonly front: "ID";
|
|
@@ -136,3 +136,4 @@ export { default as getTheme } from './getTheme';
|
|
|
136
136
|
export { createTheme } from './ui/theme';
|
|
137
137
|
export { default as NameCapture } from './NameCapture';
|
|
138
138
|
export { initialize as initializeStatsig } from './statsig';
|
|
139
|
+
export { default as publishKeys } from './publishKeys';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { InterruptionHandler } from '../../../incode-utils/src';
|
|
2
|
-
|
|
3
2
|
export declare class DeepsightVideoRecorder extends InterruptionHandler {
|
|
4
3
|
private mediaRecorder;
|
|
5
4
|
isRecording: boolean;
|
|
@@ -8,7 +7,6 @@ export declare class DeepsightVideoRecorder extends InterruptionHandler {
|
|
|
8
7
|
private stream;
|
|
9
8
|
recordingId: string | null;
|
|
10
9
|
qsvWarning: string | null;
|
|
11
|
-
videoFileURL: string | null;
|
|
12
10
|
trimmedVideoBlob: Blob | null;
|
|
13
11
|
setStreamAndStartRecording(stream: MediaStream): void;
|
|
14
12
|
startRecording(): void;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { Session } from '../../../types/src';
|
|
2
|
-
|
|
3
|
-
export declare const uploadDeepsightVideo: (video: Blob, token: Session['token'], contentType: string) => Promise<{
|
|
2
|
+
export declare const uploadDeepsightVideo: (video: string, token: Session['token']) => Promise<{
|
|
4
3
|
recordingId: string;
|
|
5
|
-
url: string;
|
|
6
4
|
}>;
|
|
7
5
|
export default uploadDeepsightVideo;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function publishKeys(token
|
|
1
|
+
export default function publishKeys(token?: string): Promise<any>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
|
|
3
2
|
export declare const QuestionMaskContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
3
|
recording: boolean;
|
|
5
4
|
}>> & string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
|
|
3
2
|
export declare const Text: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {
|
|
4
3
|
isId?: boolean;
|
|
5
4
|
isCapturing?: boolean;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { LooseSession } from '../../../types/src';
|
|
2
2
|
import { FC } from 'react';
|
|
3
|
-
|
|
4
3
|
export declare const Question: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>, "ref"> & {
|
|
5
4
|
ref?: import('react').Ref<HTMLParagraphElement>;
|
|
6
5
|
}, never>> & string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LooseSession } from '../../../types/src';
|
|
2
|
+
import { IncodeCanvas } from '../camera/IncodeCanvas';
|
|
2
3
|
import { FaceCoordinates } from '../detection/detectFace';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
encryptedImage: string;
|
|
4
|
+
export declare function faceCapture({ canvas, session, t, videoSelfieAsSelfie, faceCoordinates, }: {
|
|
5
|
+
canvas: IncodeCanvas;
|
|
6
6
|
session: LooseSession;
|
|
7
7
|
videoSelfieAsSelfie: boolean;
|
|
8
8
|
t: (key: string) => string;
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { LooseSession } from '../../../types/src';
|
|
2
|
+
import { IncodeCanvas } from '../camera/IncodeCanvas';
|
|
2
3
|
import { WebcamRef } from '../camera/Webcam.types';
|
|
3
4
|
import { FaceCoordinates } from '../detection/detectFace';
|
|
4
|
-
|
|
5
5
|
export declare const useDetectSelfie: ({ webcam, numberOfTries, session, }: {
|
|
6
6
|
webcam: WebcamRef;
|
|
7
7
|
numberOfTries: number;
|
|
8
8
|
session: LooseSession;
|
|
9
9
|
}, callbacks: {
|
|
10
|
-
onCapturing: (
|
|
11
|
-
encryptedImage: string;
|
|
12
|
-
faceCoordinates: FaceCoordinates;
|
|
13
|
-
}) => void | Promise<void>;
|
|
10
|
+
onCapturing: (canvas: IncodeCanvas, faceCoordinates: FaceCoordinates) => void | Promise<void>;
|
|
14
11
|
onSuccessfulCapture: () => void | Promise<void>;
|
|
15
12
|
onNoAttemptsLeft: () => void | Promise<void>;
|
|
16
13
|
}) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { Flow } from '../flow/services/flowService';
|
|
3
|
-
|
|
4
3
|
export type FlowRedirectProps = {
|
|
5
4
|
flow: Flow;
|
|
6
5
|
token: string;
|
|
7
6
|
onSuccess: () => void;
|
|
8
7
|
onSkip?: () => void;
|
|
9
8
|
mobileQrRedirectUrl?: string;
|
|
9
|
+
authHint?: string;
|
|
10
10
|
};
|
|
11
11
|
declare const FlowRedirect: FC<FlowRedirectProps>;
|
|
12
12
|
export default FlowRedirect;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { RenderCameraProps } from './renderCamera';
|
|
2
|
-
|
|
3
2
|
export declare function Front(props: any): import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export declare function Back(props: any): import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
declare function renderDocumentSelector(element: Element, { onSuccess, onError, numberOfTries, onLog, permissionMessage, permissionBackgroundColor, token, timeout, sendBase64, documentType, showPreview, stream, nativeCamera, hideRetake, showTutorial, showPaperDLTutorial, onlyCapture, scanPdf417, videoTutorialSrc, showCustomCameraPermissionScreen, isSecondId, fullScreen, assistedOnboarding, isRecordingEnabled, onRestartOnboarding, showDoublePermissionsRequest, onlyAllowCapture, disableFullScreen, onStreamReady, showAutoCaptureIDOverlay, showManualCaptureIDOverlay, skipProcessFace, defaultHorizontalMask, isFixedMask, blurrinessStrictMode, }: RenderCameraProps): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { emptyFunc } from '../../incode-utils/src';
|
|
2
2
|
import { RedirectProps } from './redirect/Redirect';
|
|
3
|
-
|
|
4
3
|
declare function renderRedirectToMobile(element: Element, { onSuccess, session, flowId, logoSrc, url, showSms, allowReEnrollment, assets, expired, smsText, skipDesktopRedirect, allowSkipRedirect, externalId, authHint, qrPhishingResistance, uiConfig, }: RedirectProps): {
|
|
5
4
|
close: typeof emptyFunc;
|
|
6
5
|
};
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { LooseSession } from '../../../types/src';
|
|
2
|
-
|
|
3
2
|
type EnableDeviceRiskModuleParams = {
|
|
4
3
|
token: LooseSession['token'];
|
|
5
4
|
interviewId: string;
|
|
6
5
|
isSandbox?: boolean;
|
|
7
6
|
};
|
|
8
|
-
|
|
7
|
+
type SardineContext = {
|
|
8
|
+
updateConfig: (config: {
|
|
9
|
+
flow: string;
|
|
10
|
+
}) => void;
|
|
11
|
+
};
|
|
12
|
+
export declare const getSardineContext: () => SardineContext | null;
|
|
13
|
+
export declare const enableDeviceRiskModule: ({ token, isSandbox, interviewId, }: EnableDeviceRiskModuleParams) => Promise<SardineContext>;
|
|
9
14
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { enableDeviceRiskModule } from './enableDeviceRiskModule';
|
|
1
|
+
export { enableDeviceRiskModule, getSardineContext, } from './enableDeviceRiskModule';
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import { IncodeOptions, IncodeTheme } from '../../types/src';
|
|
1
|
+
import { Flow, IncodeOptions, IncodeTheme } from '../../types/src';
|
|
2
2
|
import { AxiosRequestConfig } from 'axios';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
export type Translations = {
|
|
4
|
+
[key: string]: string | Translations;
|
|
5
|
+
};
|
|
6
|
+
export declare const initializeDetection: ({ forceProductionMode, disableIpify, sdkVersion, flow, }?: {
|
|
5
7
|
forceProductionMode?: boolean;
|
|
6
8
|
sdkVersion?: string;
|
|
7
9
|
disableIpify?: boolean;
|
|
10
|
+
flow?: Flow;
|
|
8
11
|
}) => Promise<void>;
|
|
12
|
+
export declare const setupI18n: (lang: string, translations: Translations) => Promise<void>;
|
|
9
13
|
type SetupParams = {
|
|
10
14
|
forceProductionMode?: boolean;
|
|
11
15
|
theme?: IncodeTheme;
|
|
12
16
|
clientId?: string;
|
|
13
17
|
lang?: string;
|
|
14
|
-
translations?:
|
|
15
|
-
[key: string]: string;
|
|
16
|
-
};
|
|
18
|
+
translations?: Translations;
|
|
17
19
|
apiKey?: string;
|
|
18
20
|
apiURL?: string;
|
|
19
21
|
/** @deprecated This parameter is no longer used. The apiKey is now received from backend responses */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const FEATURE_FLAGS: readonly ["id_text_barcode_readability", "selfie_local_lenses_check_web", "id_model_hebrew_back_id", "id_face_readability", "new_id_capture_ux_least_risky_clients", "id_test_aa", "id_iou_check", "iad_checks", "iad_c_checks", "new_fingerprint", "mp_test_hashed_id"
|
|
1
|
+
declare const FEATURE_FLAGS: readonly ["id_text_barcode_readability", "selfie_local_lenses_check_web", "id_model_hebrew_back_id", "id_face_readability", "new_id_capture_ux_least_risky_clients", "id_test_aa", "id_iou_check", "iad_checks", "iad_c_checks", "new_fingerprint", "mp_test_hashed_id"];
|
|
2
2
|
type FeatureFlag = (typeof FEATURE_FLAGS)[number];
|
|
3
3
|
type FeatureFlags = {
|
|
4
4
|
[key in FeatureFlag]: boolean;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ButtonHTMLAttributes, FC } from 'react';
|
|
2
|
-
|
|
3
2
|
export declare const StyledButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
4
3
|
backgroundColor?: string;
|
|
5
4
|
color?: string;
|