@transfergratis/react-native-sdk 0.1.8 → 0.1.10

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 (113) hide show
  1. package/android/build/intermediates/compiled_local_resources/debug/compileDebugLibraryResources/out/xml_file_paths.xml.flat +0 -0
  2. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +2 -2
  3. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +1 -1
  4. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +1 -1
  5. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +1 -1
  6. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +1 -1
  7. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +25 -25
  8. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  9. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  10. package/android/build/outputs/logs/manifest-merger-debug-report.txt +35 -35
  11. package/build/components/EnhancedCameraView.d.ts.map +1 -1
  12. package/build/components/EnhancedCameraView.js +20 -7
  13. package/build/components/EnhancedCameraView.js.map +1 -1
  14. package/build/components/KYCElements/IDCardCapture.d.ts.map +1 -1
  15. package/build/components/KYCElements/IDCardCapture.js +63 -21
  16. package/build/components/KYCElements/IDCardCapture.js.map +1 -1
  17. package/build/components/KYCElements/ReviewSubmitTemplate.js +1 -1
  18. package/build/components/KYCElements/ReviewSubmitTemplate.js.map +1 -1
  19. package/build/components/KYCElements/SelfieCaptureTemplate.d.ts.map +1 -1
  20. package/build/components/KYCElements/SelfieCaptureTemplate.js +1 -0
  21. package/build/components/KYCElements/SelfieCaptureTemplate.js.map +1 -1
  22. package/build/components/KYCElements/VerificationProgressTemplate.d.ts.map +1 -1
  23. package/build/components/KYCElements/VerificationProgressTemplate.js +10 -9
  24. package/build/components/KYCElements/VerificationProgressTemplate.js.map +1 -1
  25. package/build/components/OverLay/IdCard.js +3 -3
  26. package/build/components/OverLay/IdCard.js.map +1 -1
  27. package/build/components/OverLay/StepOverlay.d.ts.map +1 -1
  28. package/build/components/OverLay/StepOverlay.js +3 -1
  29. package/build/components/OverLay/StepOverlay.js.map +1 -1
  30. package/build/components/OverLay/type.d.ts +5 -0
  31. package/build/components/OverLay/type.d.ts.map +1 -1
  32. package/build/components/OverLay/type.js.map +1 -1
  33. package/build/components/TemplateKYCExample.js +2 -2
  34. package/build/components/TemplateKYCExample.js.map +1 -1
  35. package/build/config/countriesData.d.ts.map +1 -1
  36. package/build/config/countriesData.js +1 -0
  37. package/build/config/countriesData.js.map +1 -1
  38. package/build/config/region_mapping.d.ts.map +1 -1
  39. package/build/config/region_mapping.js +98 -49
  40. package/build/config/region_mapping.js.map +1 -1
  41. package/build/hooks/useTemplateKYCFlow.d.ts.map +1 -1
  42. package/build/hooks/useTemplateKYCFlow.js +7 -6
  43. package/build/hooks/useTemplateKYCFlow.js.map +1 -1
  44. package/build/i18n/en/index.d.ts +6 -0
  45. package/build/i18n/en/index.d.ts.map +1 -1
  46. package/build/i18n/en/index.js +7 -1
  47. package/build/i18n/en/index.js.map +1 -1
  48. package/build/i18n/fr/index.d.ts +6 -0
  49. package/build/i18n/fr/index.d.ts.map +1 -1
  50. package/build/i18n/fr/index.js +7 -1
  51. package/build/i18n/fr/index.js.map +1 -1
  52. package/build/modules/api/CardAuthentification.d.ts +23 -2
  53. package/build/modules/api/CardAuthentification.d.ts.map +1 -1
  54. package/build/modules/api/CardAuthentification.js +45 -16
  55. package/build/modules/api/CardAuthentification.js.map +1 -1
  56. package/build/modules/api/KYCService.d.ts +9 -0
  57. package/build/modules/api/KYCService.d.ts.map +1 -1
  58. package/build/modules/api/KYCService.js +52 -29
  59. package/build/modules/api/KYCService.js.map +1 -1
  60. package/build/modules/camera/VisionCameraModule.d.ts.map +1 -1
  61. package/build/modules/camera/VisionCameraModule.js +2 -1
  62. package/build/modules/camera/VisionCameraModule.js.map +1 -1
  63. package/build/types/KYC.types.d.ts +3 -0
  64. package/build/types/KYC.types.d.ts.map +1 -1
  65. package/build/types/KYC.types.js.map +1 -1
  66. package/build/utils/logger.d.ts +12 -0
  67. package/build/utils/logger.d.ts.map +1 -0
  68. package/build/utils/logger.js +45 -0
  69. package/build/utils/logger.js.map +1 -0
  70. package/package.json +1 -1
  71. package/src/components/EnhancedCameraView.tsx +23 -9
  72. package/src/components/KYCElements/IDCardCapture.tsx +75 -25
  73. package/src/components/KYCElements/ReviewSubmitTemplate.tsx +1 -1
  74. package/src/components/KYCElements/SelfieCaptureTemplate.tsx +1 -0
  75. package/src/components/KYCElements/VerificationProgressTemplate.tsx +10 -9
  76. package/src/components/OverLay/IdCard.tsx +3 -3
  77. package/src/components/OverLay/StepOverlay.tsx +3 -1
  78. package/src/components/OverLay/type.ts +15 -9
  79. package/src/components/TemplateKYCExample.tsx +2 -2
  80. package/src/config/countriesData.ts +1 -0
  81. package/src/config/region_mapping.json +735 -0
  82. package/src/config/region_mapping.ts +98 -49
  83. package/src/hooks/useTemplateKYCFlow.tsx +7 -6
  84. package/src/i18n/en/index.ts +7 -1
  85. package/src/i18n/fr/index.ts +9 -2
  86. package/src/modules/api/CardAuthentification.ts +64 -30
  87. package/src/modules/api/KYCService.ts +57 -32
  88. package/src/modules/camera/VisionCameraModule.ts +2 -1
  89. package/src/types/KYC.types.ts +3 -0
  90. package/src/utils/logger.ts +48 -0
  91. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  92. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  93. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  94. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  95. package/android/.gradle/8.9/gc.properties +0 -0
  96. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  97. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  98. package/android/.gradle/config.properties +0 -2
  99. package/android/.gradle/vcs-1/gc.properties +0 -0
  100. package/android/.idea/caches/deviceStreaming.xml +0 -860
  101. package/android/.idea/gradle.xml +0 -14
  102. package/android/.idea/migrations.xml +0 -10
  103. package/android/.idea/misc.xml +0 -9
  104. package/android/.idea/runConfigurations.xml +0 -17
  105. package/android/.idea/vcs.xml +0 -6
  106. package/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
  107. package/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
  108. package/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  109. package/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-transfergratis-react-native-sdk.jar +0 -0
  110. package/android/build/outputs/aar/transfergratis-react-native-sdk-debug.aar +0 -0
  111. package/android/local.properties +0 -8
  112. /package/android/build/.transforms/{01c28d00c798aa4846f16ce72123ebf9 → 5623d2d87812f07e4b485399524916d6}/results.bin +0 -0
  113. /package/android/build/.transforms/{01c28d00c798aa4846f16ce72123ebf9 → 5623d2d87812f07e4b485399524916d6}/transformed/classes/classes_dex/classes.dex +0 -0
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="GradleMigrationSettings" migrationVersion="1" />
4
- <component name="GradleSettings">
5
- <option name="linkedExternalProjectsSettings">
6
- <GradleProjectSettings>
7
- <option name="testRunner" value="CHOOSE_PER_TEST" />
8
- <option name="externalProjectPath" value="$PROJECT_DIR$" />
9
- <option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
10
- <option name="resolveExternalAnnotations" value="false" />
11
- </GradleProjectSettings>
12
- </option>
13
- </component>
14
- </project>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectMigrations">
4
- <option name="MigrateToGradleLocalJavaHome">
5
- <set>
6
- <option value="$PROJECT_DIR$" />
7
- </set>
8
- </option>
9
- </component>
10
- </project>
@@ -1,9 +0,0 @@
1
- <project version="4">
2
- <component name="ExternalStorageConfigurationManager" enabled="true" />
3
- <component name="ProjectRootManager">
4
- <output url="file://$PROJECT_DIR$/build/classes" />
5
- </component>
6
- <component name="ProjectType">
7
- <option name="id" value="Android" />
8
- </component>
9
- </project>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="RunConfigurationProducerService">
4
- <option name="ignoredProducers">
5
- <set>
6
- <option value="com.intellij.execution.junit.AbstractAllInDirectoryConfigurationProducer" />
7
- <option value="com.intellij.execution.junit.AllInPackageConfigurationProducer" />
8
- <option value="com.intellij.execution.junit.PatternConfigurationProducer" />
9
- <option value="com.intellij.execution.junit.TestInClassConfigurationProducer" />
10
- <option value="com.intellij.execution.junit.UniqueIdConfigurationProducer" />
11
- <option value="com.intellij.execution.junit.testDiscovery.JUnitTestDiscoveryConfigurationProducer" />
12
- <option value="org.jetbrains.kotlin.idea.junit.KotlinJUnitRunConfigurationProducer" />
13
- <option value="org.jetbrains.kotlin.idea.junit.KotlinPatternConfigurationProducer" />
14
- </set>
15
- </option>
16
- </component>
17
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
5
- </component>
6
- </project>
@@ -1,8 +0,0 @@
1
- ## This file must *NOT* be checked into Version Control Systems,
2
- # as it contains information specific to your local configuration.
3
- #
4
- # Location of the SDK. This is only used by Gradle.
5
- # For customization when using a Version Control System, please read the
6
- # header note.
7
- #Mon Aug 25 09:26:20 WAT 2025
8
- sdk.dir=/Users/admin/Library/Android/sdk