react-native-zybanbifbio-module 0.11.26 → 0.11.28

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 (39) hide show
  1. package/android/build/.transforms/3d3a4ed02ead77b9ab1d5c01f465c82d/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule$Companion.dex +0 -0
  2. package/android/build/.transforms/3d3a4ed02ead77b9ab1d5c01f465c82d/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule$verifyBanbif$iZyApiCapturaFacial$1.dex +0 -0
  3. package/android/build/.transforms/3d3a4ed02ead77b9ab1d5c01f465c82d/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule.dex +0 -0
  4. package/android/build/.transforms/f30cd0b61f69fa0a7ecb7cbc803bdcce/transformed/classes/classes_dex/classes.dex +0 -0
  5. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  6. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -1
  7. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule$Companion.class +0 -0
  8. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule$verifyBanbif$iZyApiCapturaFacial$1.class +0 -0
  9. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule.class +0 -0
  10. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  11. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  12. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  13. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  14. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  15. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  16. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  17. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  18. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  19. package/android/build/tmp/kotlin-classes/debug/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule$Companion.class +0 -0
  20. package/android/build/tmp/kotlin-classes/debug/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule$verifyBanbif$iZyApiCapturaFacial$1.class +0 -0
  21. package/android/build/tmp/kotlin-classes/debug/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule.class +0 -0
  22. package/android/build.gradle +2 -2
  23. package/android/src/main/java/com/zybanbifbiomodule/ZyBioBanbifReactNativeModuleModule.kt +1 -16
  24. package/package.json +1 -1
  25. package/react-native-zybanbifbio-module.podspec +1 -1
  26. package/scripts/postinstall.js +0 -50
  27. package/android/.gradle/8.8/checksums/checksums.lock +0 -0
  28. package/android/.gradle/8.8/dependencies-accessors/gc.properties +0 -0
  29. package/android/.gradle/8.8/fileChanges/last-build.bin +0 -0
  30. package/android/.gradle/8.8/fileHashes/fileHashes.lock +0 -0
  31. package/android/.gradle/8.8/gc.properties +0 -0
  32. package/android/.gradle/9.0-milestone-1/checksums/checksums.lock +0 -0
  33. package/android/.gradle/9.0-milestone-1/fileChanges/last-build.bin +0 -0
  34. package/android/.gradle/9.0-milestone-1/fileHashes/fileHashes.lock +0 -0
  35. package/android/.gradle/9.0-milestone-1/gc.properties +0 -0
  36. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  37. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  38. package/android/.gradle/config.properties +0 -2
  39. package/android/.gradle/vcs-1/gc.properties +0 -0
@@ -1 +1 @@
1
- #Thu Feb 05 18:06:32 PET 2026
1
+ #Mon Feb 09 10:32:24 PET 2026
@@ -52,8 +52,8 @@ rootProject.allprojects {
52
52
  maven {
53
53
  url = "https://identy.jfrog.io/identy/identy-face-release"
54
54
  credentials {
55
- username = 'zytrust'
56
- password = 'yK54WHqgel8PztBHwXZn7'
55
+ username = identy_banbif_user
56
+ password = identy_banbif_password
57
57
  }
58
58
  }
59
59
  }
@@ -73,10 +73,6 @@ class ZyBioBanbifReactNativeModuleModule(reactContext: ReactApplicationContext)
73
73
  )
74
74
 
75
75
  zyRequestApi.errores = vsList
76
-
77
- Log.i(TAG, "calling validacionFacialOcr")
78
- Log.i(TAG, "nuDocumento:" + zyRequestApi.bioTiDoc)
79
- Log.i(TAG, "tiDocumento:" + zyRequestApi.bioNuDoc)
80
76
  verifyBanbif(zyRequestApi, promise)
81
77
  }
82
78
 
@@ -85,18 +81,12 @@ class ZyBioBanbifReactNativeModuleModule(reactContext: ReactApplicationContext)
85
81
  val iZyApiCapturaFacial: IZyApiCapturaFacial =
86
82
  ZyApiCapturaFacial(getCurrentActivity(), object : IZyApiCapturaFacial.ICallback {
87
83
  override fun onStart() {
88
- Log.i(TAG, "onStart")
89
- //openDialog("Porfavor espere...");
90
84
  }
91
85
 
92
86
  override fun onComplete() {
93
- Log.i(TAG, "onComplete")
94
- //closeDialog();
95
87
  }
96
88
 
97
89
  override fun onSuccess(zyResponse: ZyResponse) {
98
- Log.i(TAG, "onSuccess")
99
- Log.i(TAG, "=====>>> zyResponse: $zyResponse")
100
90
  val result: WritableMap = WritableNativeMap().apply {
101
91
  putString("coError", if (zyResponse.coError.isNotEmpty()) zyResponse.coError else "")
102
92
  putString("deError", if (zyResponse.deError.isNotEmpty()) zyResponse.deError else "")
@@ -111,9 +101,6 @@ class ZyBioBanbifReactNativeModuleModule(reactContext: ReactApplicationContext)
111
101
  }
112
102
 
113
103
  override fun onError(zyError: ZyResponse) {
114
- Log.i(TAG, "OnError")
115
- Log.i(TAG, "=====>>> zyError: $zyError")
116
-
117
104
  val result: WritableMap = WritableNativeMap().apply {
118
105
  putString("coError", if (zyError.coError.isNotEmpty()) zyError.coError else "")
119
106
  putString("deError", if (zyError.deError.isNotEmpty()) zyError.deError else "")
@@ -130,9 +117,7 @@ class ZyBioBanbifReactNativeModuleModule(reactContext: ReactApplicationContext)
130
117
  }
131
118
 
132
119
  override fun onRetries(zyError: ZyResponse) {
133
- Log.i(TAG, "onRetries")
134
- Log.i(TAG,"coError: " + zyError.coError + " , " + "deError: " + zyError.deError + " , " + "bmoNuSolicitud " + zyError.bmoNuSolicitud
135
- )
120
+
136
121
  }
137
122
  })
138
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.11.26",
3
+ "version": "0.11.28",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.source = { :git => "https://github.com/ZYTRUST/react-native-zybanbifbio-module.git", :tag => "#{s.version}" }
16
16
  s.source_files = "ios/*.{h,m,mm}"
17
17
 
18
- s.dependency 'zy_banbif_bio_lib_ios_v2', '3.5.7'
18
+ s.dependency 'zy_banbif_bio_lib_ios_v2', '3.5.8'
19
19
  s.dependency 'React'
20
20
 
21
21
  end
@@ -1,50 +0,0 @@
1
- // scripts/postinstall.js
2
-
3
- const { execSync } = require('child_process');
4
-
5
- const repos = [
6
- {
7
- name: 'zy_banbif_bio_lib_ios',
8
- url: 'https://ZYTRUST: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@github.com/ZYTRUST/zy_banbif_bio_lib_ios.git'
9
- },
10
- {
11
- name: 'zy_banbif_lib_ui_ios',
12
- url: 'https://ZYTRUST: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@github.com/ZYTRUST/zy_banbif_lib_ui_ios.git'
13
- },
14
- {
15
- name: 'zy_lib_regula_ocr_ios',
16
- url: 'https://ZYTRUST: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@github.com/ZYTRUST/zy_lib_regula_ocr_ios.git'
17
- },
18
- {
19
- name: 'zy_lib_zytrust_pdv_ios',
20
- url: 'https://ZYTRUST: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@github.com/ZYTRUST/zy_lib_zytrust_pdv_ios.git'
21
- }
22
- ,
23
- {
24
- name: 'zy_lib_face_ios',
25
- url: 'https://ZYTRUST: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@github.com/ZYTRUST/zy_lib_face_ios.git'
26
- }
27
- ,
28
- {
29
- name: 'zyIdentyFace',
30
- url: 'https://ZYTRUST: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@github.com/ZYTRUST/IdentyFace.git'
31
- }
32
- ,
33
- {
34
- name: 'zyFaceLiveness',
35
- url: 'https://ZYTRUST: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@github.com/ZYTRUST/FaceLiveness.git'
36
- }
37
- ];
38
-
39
- console.log('📦 Ejecutando postinstall: Añadiendo repositorios CocoaPods...');
40
-
41
- repos.forEach(repo => {
42
- try {
43
- console.log(`🔗 Añadiendo ${repo.name}...`);
44
- execSync(`pod repo add ${repo.name} ${repo.url}`, { stdio: 'inherit' });
45
- } catch (err) {
46
- console.warn(`⚠️ Ya existe o error añadiendo ${repo.name}: ${err.message}`);
47
- }
48
- });
49
-
50
- console.log('✅ Repositorios añadidos.');
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Thu Dec 18 19:32:36 PET 2025
2
- gradle.version=9.0-milestone-1
@@ -1,2 +0,0 @@
1
- #Thu Dec 04 11:39:59 PET 2025
2
- java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
File without changes