react-native-zyprotectabio-module 0.1.15 → 0.1.16

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.
@@ -40,7 +40,6 @@ class ZyprotectabioModuleModule(reactContext: ReactApplicationContext) : ReactCo
40
40
  zyRequestApi.bioPais = opcionalData.bioPais
41
41
  zyRequestApi.bioOperacion = opcionalData.tiOperacion
42
42
  zyRequestApi.url = opcionalData.urlSource
43
- zyRequestApi.flujoExterno = opcionalData.flujoExterno
44
43
 
45
44
  Log.i(TAG, "calling onZyBioCapture")
46
45
  Log.i(TAG, "nuDocumento:" + zyRequestApi.bioTiDoc)
@@ -113,8 +112,8 @@ class ZyprotectabioModuleModule(reactContext: ReactApplicationContext) : ReactCo
113
112
  zyRequest.bioPais = zyRequestApi?.bioPais?.takeIf { it.isNotBlank() } ?: "PE"
114
113
  zyRequest.bioOperacion = zyRequestApi?.bioOperacion?.takeIf { it.isNotBlank() } ?: "FLUJO_FACIAL_MANUAL"
115
114
  zyRequest.isDialogActivated = true
116
- zyRequest.url = zyRequestApi?.url?.takeIf { it.isNotBlank() } ?: "DEV2"
117
- zyRequest.flujoExterno = zyRequest.flujoExterno?.takeIf { it.isNotBlank() } ?: "ONBOARDING"
115
+ zyRequest.url = zyRequestApi?.url?.takeIf { it.isNotBlank() } ?: "POC"
116
+ zyRequest.flujoExterno = ""
118
117
 
119
118
  iZyApiCapturaFacial.zyCapturaFacial(zyRequest)
120
119
  }
@@ -10,7 +10,6 @@ internal class Opcional {
10
10
  var bioPais: String = ""
11
11
  var tiOperacion: String = ""
12
12
  var urlSource: String = ""
13
- var flujoExterno: String = ""
14
13
  lateinit var stepper: StepperRN
15
14
  lateinit var errores: ErroresPantallaRN
16
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zyprotectabio-module",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "React Native native module for ZyProtecta biometric integration",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",