@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
|
@@ -2,7 +2,6 @@ import { default as EventEmitter } from 'eventemitter3';
|
|
|
2
2
|
import { IncodeCanvas } from '../camera/IncodeCanvas';
|
|
3
3
|
import { PipelineProfile } from '../wasmUtils/pipelineProfile';
|
|
4
4
|
import { IdCapture } from './detectID';
|
|
5
|
-
|
|
6
5
|
export type OnCapture = (canvas: IncodeCanvas, options?: {
|
|
7
6
|
qualityElements?: {
|
|
8
7
|
glare: number;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { IncodeCanvas } from '../camera/IncodeCanvas';
|
|
2
2
|
import { PipelineProfile } from '../wasmUtils/pipelineProfile';
|
|
3
3
|
import { WasmPipelineType } from '../wasmUtils/wasmPipelineType';
|
|
4
|
-
|
|
5
4
|
declare abstract class IdDetectorBase {
|
|
6
5
|
protected pipelineProfile: PipelineProfile | null;
|
|
7
6
|
protected currentCanvas: IncodeCanvas | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { Flow } from '../../../types/src';
|
|
1
2
|
import { PipelineProfile } from '../wasmUtils/pipelineProfile';
|
|
2
3
|
import { DetectionType } from './detectionType';
|
|
3
|
-
|
|
4
4
|
declare class DetectionSetup {
|
|
5
5
|
private setupDetectPromise;
|
|
6
6
|
private isSetupDetect;
|
|
@@ -8,11 +8,12 @@ declare class DetectionSetup {
|
|
|
8
8
|
private static instance;
|
|
9
9
|
static getInstance(): DetectionSetup;
|
|
10
10
|
private setIsIPhone14OrHigher;
|
|
11
|
-
setupDetect(forceProductionMode?: boolean, sdkVersion?: string, disableIpify?: boolean): Promise<void>;
|
|
11
|
+
setupDetect(forceProductionMode?: boolean, sdkVersion?: string, disableIpify?: boolean, flow?: Flow): Promise<void>;
|
|
12
12
|
getProfiles(): Map<DetectionType, PipelineProfile> | null;
|
|
13
13
|
getProfile(type: DetectionType): PipelineProfile | null;
|
|
14
14
|
warmup(): Promise<void>;
|
|
15
|
-
|
|
15
|
+
private parseFlowConfigurations;
|
|
16
|
+
_runSetupDetect(forceProductionMode?: boolean, sdkVersion?: string, disableIpify?: boolean, flow?: Flow): Promise<void>;
|
|
16
17
|
}
|
|
17
18
|
declare const _default: DetectionSetup;
|
|
18
19
|
export default _default;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { MetadataUtils } from '../metadata/metadataUtils';
|
|
2
2
|
import { PipelineProfile } from '../wasmUtils/pipelineProfile';
|
|
3
3
|
import { DetectionType } from './detectionType';
|
|
4
|
-
|
|
5
4
|
export interface CameraLabelInspectionResult {
|
|
6
5
|
isDetected: boolean;
|
|
7
6
|
hasPriorDetection: boolean;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { CountriesKeyType } from '@incode/ui/src/Selectors/common/constants';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
3
|
import { DeepMap } from 'react-hook-form';
|
|
4
|
-
|
|
5
4
|
interface EKYBCountrySelectorProps {
|
|
6
5
|
country: CountriesKeyType;
|
|
7
6
|
setValue: (field: string, value: string) => void;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { UiConfig } from '../ui/types';
|
|
1
2
|
type FaceMatchProps = {
|
|
2
|
-
onSuccess: () => void;
|
|
3
3
|
token: string;
|
|
4
|
-
|
|
5
|
-
isSecondId
|
|
4
|
+
uiConfig?: UiConfig;
|
|
5
|
+
isSecondId?: boolean;
|
|
6
|
+
existingUser?: boolean;
|
|
7
|
+
onSuccess?: () => void;
|
|
6
8
|
};
|
|
7
|
-
declare const FaceMatch: ({
|
|
9
|
+
declare const FaceMatch: ({ token, uiConfig, isSecondId, existingUser, onSuccess, }: FaceMatchProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
10
|
export default FaceMatch;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { UiConfig } from '../ui/types';
|
|
2
2
|
import { Flow } from './services/flowService';
|
|
3
3
|
import { FlowEvent, FlowRendererError } from './types';
|
|
4
|
-
|
|
5
4
|
export type { FlowRendererError } from './types';
|
|
6
5
|
export type FlowConfig = {
|
|
7
6
|
mobileQrRedirectUrl?: string;
|
|
@@ -17,5 +16,6 @@ type FlowRendererProps = {
|
|
|
17
16
|
flow?: Flow;
|
|
18
17
|
uiConfig?: UiConfig;
|
|
19
18
|
config?: FlowConfig;
|
|
19
|
+
authHint?: string;
|
|
20
20
|
};
|
|
21
|
-
export declare function FlowRenderer({ token, onError, onSuccess, onEvent, flow: flowFromProps, uiConfig, config, }: FlowRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare function FlowRenderer({ token, onError, onSuccess, onEvent, flow: flowFromProps, uiConfig, config, authHint, }: FlowRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,7 +2,6 @@ import { UiConfig } from '../ui/types';
|
|
|
2
2
|
import { FlowConfig } from './Flow';
|
|
3
3
|
import { Flow } from './services/flowService';
|
|
4
4
|
import { FlowEvent, FlowRendererError } from './types';
|
|
5
|
-
|
|
6
5
|
type ExecuteFlowProps = {
|
|
7
6
|
element: HTMLElement;
|
|
8
7
|
token: string;
|
|
@@ -14,6 +13,7 @@ type ExecuteFlowProps = {
|
|
|
14
13
|
flow?: Flow;
|
|
15
14
|
uiConfig?: UiConfig;
|
|
16
15
|
config?: FlowConfig;
|
|
16
|
+
authHint?: string;
|
|
17
17
|
};
|
|
18
|
-
declare const executeFlow: ({ element, token, onSuccess, onError, onEvent, flow, uiConfig, config, }: ExecuteFlowProps) => Promise<void>;
|
|
18
|
+
declare const executeFlow: ({ element, token, onSuccess, onError, onEvent, flow, uiConfig, config, authHint, }: ExecuteFlowProps) => Promise<void>;
|
|
19
19
|
export default executeFlow;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export default function AESignatureModule({ onSuccess, onError, token, config, }: ModuleProps<FlowModuleConfig['AE_SIGNATURE']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
|
-
export default function AuthenticationModule({ onSuccess, token, finishWithError, }: ModuleProps<FlowModuleConfig['AUTHENTICATION']>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default function AuthenticationModule({ onSuccess, token, finishWithError, authHint, }: ModuleProps<FlowModuleConfig['AUTHENTICATION']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export default function CertificateIssuanceModule({ onSuccess, onError, token, }: ModuleProps<FlowModuleConfig['CERTIFICATE_ISSUANCE']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export default function CombinedConsentModule({ config, onSuccess, token, }: ModuleProps<FlowModuleConfig['COMBINED_CONSENT']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export default function CrossDocumentDataMatchModule({ onSuccess, token, }: ModuleProps<FlowModuleConfig['CROSS_DOCUMENT_DATA_MATCH']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export default function DocumentCaptureModule({ onSuccess, onError, token, config, }: ModuleProps<FlowModuleConfig['DOCUMENT_CAPTURE']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export default function GovernmentValidationModule({ onSuccess, token, flow, }: ModuleProps<FlowModuleConfig['GOVT_VALIDATION_PROVISIONING']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export default function QESignatureModule({ onSuccess, onError, token, config, }: ModuleProps<FlowModuleConfig['QE_SIGNATURE']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export default function SelfieModule({ onSuccess, token, flow, config, uiConfig, finishWithError, }: ModuleProps<FlowModuleConfig['SELFIE']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
declare const VideoSelfieModule: ({ config, token, onSuccess, onError, flow, }: ModuleProps<FlowModuleConfig['VIDEO_ONBOARDING']>) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export default VideoSelfieModule;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FlowModuleConfig } from '../services/flowService';
|
|
2
2
|
import { ModuleProps } from './types';
|
|
3
|
-
|
|
4
3
|
export declare function CustomWatchListModule({ onSuccess, token, }: ModuleProps<FlowModuleConfig['INCODE_WATCHLIST']>): import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export declare function GlobalWatchListModule({ onSuccess, token, }: ModuleProps<FlowModuleConfig['WATCHLIST']>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { UiConfig } from '../../ui/types';
|
|
2
2
|
import { Flow, FlowModule, FlowModuleConfig } from '../services/flowService';
|
|
3
3
|
import { FlowEvent, FlowRendererError } from '../types';
|
|
4
|
-
|
|
5
4
|
type ModuleRendererProps<K extends keyof FlowModuleConfig> = {
|
|
6
5
|
module: Extract<FlowModule, {
|
|
7
6
|
key: K;
|
|
@@ -13,6 +12,7 @@ type ModuleRendererProps<K extends keyof FlowModuleConfig> = {
|
|
|
13
12
|
flow: Flow;
|
|
14
13
|
uiConfig?: UiConfig;
|
|
15
14
|
finishWithError: (err: FlowRendererError) => void;
|
|
15
|
+
authHint?: string;
|
|
16
16
|
};
|
|
17
|
-
declare function ModuleRenderer<K extends keyof FlowModuleConfig>({ module, onSuccess, emit, token, onError, flow, uiConfig, finishWithError, }: ModuleRendererProps<K>): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
declare function ModuleRenderer<K extends keyof FlowModuleConfig>({ module, onSuccess, emit, token, onError, flow, uiConfig, finishWithError, authHint, }: ModuleRendererProps<K>): import("react/jsx-runtime").JSX.Element;
|
|
18
18
|
export { ModuleRenderer };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { UiConfig } from '../../ui/types';
|
|
2
2
|
import { Flow } from '../services/flowService';
|
|
3
3
|
import { FlowEvent, FlowRendererError } from '../types';
|
|
4
|
-
|
|
5
4
|
export type ModuleProps<TConfig> = {
|
|
6
5
|
config: TConfig;
|
|
7
6
|
onSuccess: (result?: unknown) => void;
|
|
@@ -11,4 +10,5 @@ export type ModuleProps<TConfig> = {
|
|
|
11
10
|
flow: Flow;
|
|
12
11
|
uiConfig?: UiConfig;
|
|
13
12
|
finishWithError: (err: FlowRendererError) => void;
|
|
13
|
+
authHint?: string;
|
|
14
14
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { RegulationTypes } from '../../../../types/src';
|
|
2
|
-
|
|
3
2
|
export type EmptyConfig = Record<string, never>;
|
|
4
3
|
export type TutorialIdConfig = {
|
|
5
4
|
showTutorial: boolean;
|
|
@@ -255,12 +254,10 @@ export type FlowModuleConfig = {
|
|
|
255
254
|
FACE_ONBOARDING: EmptyConfig;
|
|
256
255
|
FIELD_COMPARISON: EmptyConfig;
|
|
257
256
|
FISCAL_QR: EmptyConfig;
|
|
258
|
-
GENERATE_QR: EmptyConfig;
|
|
259
257
|
INSTANT_VERIFY: EmptyConfig;
|
|
260
258
|
IP_ADDRESS: EmptyConfig;
|
|
261
259
|
NAME_CAPTURE: EmptyConfig;
|
|
262
260
|
SHOW_RESULTS: EmptyConfig;
|
|
263
|
-
STADIUM_SELECTOR: EmptyConfig;
|
|
264
261
|
UNIVERSAL_IDENTITY: EmptyConfig;
|
|
265
262
|
WATCHLIST: EmptyConfig;
|
|
266
263
|
TRUST_GRAPH: EmptyConfig;
|