@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
@@ -0,0 +1,735 @@
1
+ {
2
+ "Belgium": {
3
+ "passport": {
4
+ "root": [
5
+ {
6
+ "py_file": "belgium_01.py",
7
+ "front": "MRZ",
8
+ "mrz_type": "TD3"
9
+ }
10
+ ]
11
+ }
12
+ },
13
+ "Benin": {
14
+ "passport": {
15
+ "root": [
16
+ {
17
+ "py_file": "benin_01.py",
18
+ "front": "MRZ",
19
+ "mrz_type": "TD3"
20
+ },
21
+ {
22
+ "py_file": "benin_02.py",
23
+ "front": "MRZ",
24
+ "mrz_type": "TD3"
25
+ }
26
+ ]
27
+ }
28
+ },
29
+ "Brazil": {
30
+ "passport": {
31
+ "root": [
32
+ {
33
+ "py_file": "brazil_01.py",
34
+ "front": "MRZ",
35
+ "mrz_type": "TD3"
36
+ },
37
+ {
38
+ "py_file": "brazil_02.py",
39
+ "front": "MRZ",
40
+ "mrz_type": "TD3"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ "Britain": {
46
+ "passport": {
47
+ "root": [
48
+ {
49
+ "py_file": "britain_01.py",
50
+ "front": "MRZ",
51
+ "mrz_type": "TD3"
52
+ },
53
+ {
54
+ "py_file": "britain_02.py",
55
+ "front": "MRZ",
56
+ "mrz_type": "TD3"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ "Burkina Faso": {
62
+ "passport": {
63
+ "root": [
64
+ {
65
+ "py_file": "burkina_faso_01.py",
66
+ "front": "MRZ",
67
+ "mrz_type": "TD3"
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ "Cameroon": {
73
+ "identity_card": {
74
+ "root": [
75
+ {
76
+ "py_file": "cameroon_id_back_1_1.py",
77
+ "back": "MRZ",
78
+ "mrz_type": "TD1"
79
+ },
80
+ {
81
+ "py_file": "cameroon_id_back_2_1.py",
82
+ "keys_found": null
83
+ },
84
+ {
85
+ "py_file": "cameroon_id_back_2_2.py",
86
+ "keys_found": null
87
+ },
88
+ {
89
+ "py_file": "cameroon_id_back_3_1.py",
90
+ "back": "MRZ",
91
+ "mrz_type": "TD2"
92
+ },
93
+ {
94
+ "py_file": "cameroon_id_back_3_2.py",
95
+ "back": "MRZ",
96
+ "mrz_type": "TD1"
97
+ },
98
+ {
99
+ "py_file": "cameroon_id_front_1_1.py",
100
+ "keys_found": null
101
+ },
102
+ {
103
+ "py_file": "cameroon_id_front_2_1.py",
104
+ "keys_found": null
105
+ },
106
+ {
107
+ "py_file": "cameroon_id_front_2_2.py",
108
+ "keys_found": null
109
+ },
110
+ {
111
+ "py_file": "cameroon_id_front_3_1.py",
112
+ "keys_found": null
113
+ },
114
+ {
115
+ "py_file": "cameroon_id_front_3_2.py",
116
+ "keys_found": null
117
+ }
118
+ ]
119
+ },
120
+ "passport": {
121
+ "root": [
122
+ {
123
+ "py_file": "cameroon_01.py",
124
+ "front": "MRZ",
125
+ "mrz_type": "TD3"
126
+ },
127
+ {
128
+ "py_file": "cameroon_02.py",
129
+ "front": "MRZ",
130
+ "mrz_type": "TD3"
131
+ }
132
+ ]
133
+ }
134
+ },
135
+ "Canada": {
136
+ "drivers_licence": {
137
+ "Alberta": [
138
+ {
139
+ "py_file": "alberta_back.py",
140
+ "back": "2D_barcode"
141
+ },
142
+ {
143
+ "py_file": "alberta_front.py",
144
+ "front": "2D_barcode"
145
+ }
146
+ ],
147
+ "British Columbia": [
148
+ {
149
+ "py_file": "british_columbia_back.py",
150
+ "back": "2D_barcode"
151
+ },
152
+ {
153
+ "py_file": "british_columbia_front.py",
154
+ "keys_found": null
155
+ },
156
+ {
157
+ "py_file": "british_columbia_front_01.py",
158
+ "keys_found": null
159
+ }
160
+ ],
161
+ "Manitoba": [
162
+ {
163
+ "py_file": "manitoba_back.py",
164
+ "back": "2D_barcode"
165
+ },
166
+ {
167
+ "py_file": "manitoba_front.py",
168
+ "keys_found": null
169
+ }
170
+ ],
171
+ "New Brunswick": [
172
+ {
173
+ "py_file": "new_brunswick_back.py",
174
+ "back": "2D_barcode"
175
+ },
176
+ {
177
+ "py_file": "new_brunswick_front.py",
178
+ "keys_found": null
179
+ }
180
+ ],
181
+ "Newfoundland and Labrador": [
182
+ {
183
+ "py_file": "newfoundland_back.py",
184
+ "back": "2D_barcode"
185
+ },
186
+ {
187
+ "py_file": "newfoundland_front.py",
188
+ "keys_found": null
189
+ }
190
+ ],
191
+ "Northwest Territories": [
192
+ {
193
+ "py_file": "northwest_back.py",
194
+ "back": "2D_barcode"
195
+ },
196
+ {
197
+ "py_file": "northwest_front.py",
198
+ "keys_found": null
199
+ }
200
+ ],
201
+ "Nova Scotia": [
202
+ {
203
+ "py_file": "nova_scotia_back.py",
204
+ "back": "2D_barcode"
205
+ },
206
+ {
207
+ "py_file": "nova_scotia_front.py",
208
+ "keys_found": null
209
+ }
210
+ ],
211
+ "Nunavut": [
212
+ {
213
+ "py_file": "nunavut_back.py",
214
+ "back": "2D_barcode"
215
+ },
216
+ {
217
+ "py_file": "nunavut_front.py",
218
+ "keys_found": null
219
+ }
220
+ ],
221
+ "Ontario": [
222
+ {
223
+ "py_file": "ontario_back.py",
224
+ "back": "2D_barcode"
225
+ },
226
+ {
227
+ "py_file": "ontario_front.py",
228
+ "keys_found": null
229
+ }
230
+ ],
231
+ "Prince Edward Island": [
232
+ {
233
+ "py_file": "pe_back.py",
234
+ "back": "2D_barcode"
235
+ },
236
+ {
237
+ "py_file": "pe_front.py",
238
+ "keys_found": null
239
+ }
240
+ ],
241
+ "Quebec": [
242
+ {
243
+ "py_file": "quebec_back.py",
244
+ "back": "2D_barcode"
245
+ },
246
+ {
247
+ "py_file": "quebec_front.py",
248
+ "keys_found": null
249
+ }
250
+ ],
251
+ "Saskatchewan": [
252
+ {
253
+ "py_file": "saskatchewan_back.py",
254
+ "back": "2D_barcode"
255
+ },
256
+ {
257
+ "py_file": "saskatchewan_front.py",
258
+ "keys_found": null
259
+ }
260
+ ],
261
+ "Yukon": [
262
+ {
263
+ "py_file": "yukon_back.py",
264
+ "back": "2D_barcode"
265
+ },
266
+ {
267
+ "py_file": "yukon_front.py",
268
+ "keys_found": null
269
+ }
270
+ ]
271
+ },
272
+ "health_insurance_card": {
273
+ "Ontario": [
274
+ {
275
+ "py_file": "ontario_back.py",
276
+ "back": "2D_barcode"
277
+ },
278
+ {
279
+ "py_file": "ontario_front.py",
280
+ "keys_found": null
281
+ }
282
+ ],
283
+ "Quebec": [
284
+ {
285
+ "py_file": "quebec_01_back.py",
286
+ "back": "2D_barcode"
287
+ },
288
+ {
289
+ "py_file": "quebec_01_front.py",
290
+ "keys_found": null
291
+ },
292
+ {
293
+ "py_file": "quebec_02_front.py",
294
+ "front": "2D_barcode"
295
+ }
296
+ ]
297
+ },
298
+ "identity_card": {
299
+ "Alberta": [
300
+ {
301
+ "py_file": "alberta_id_back.py",
302
+ "back": "2D_barcode"
303
+ },
304
+ {
305
+ "py_file": "alberta_id_front.py",
306
+ "front": "2D_barcode"
307
+ }
308
+ ],
309
+ "British Columbia": [
310
+ {
311
+ "py_file": "british_columbia_id_back.py",
312
+ "back": "2D_barcode"
313
+ },
314
+ {
315
+ "py_file": "british_columbia_id_front.py",
316
+ "keys_found": null
317
+ }
318
+ ],
319
+ "New Brunswick": [
320
+ {
321
+ "py_file": "new_brunswick_id_back.py",
322
+ "back": "2D_barcode"
323
+ },
324
+ {
325
+ "py_file": "new_brunswick_id_front.py",
326
+ "keys_found": null
327
+ }
328
+ ],
329
+ "Nova Scotia": [
330
+ {
331
+ "py_file": "nova_scotia_id_back.py",
332
+ "back": "2D_barcode"
333
+ },
334
+ {
335
+ "py_file": "nova_scotia_id_front.py",
336
+ "keys_found": null
337
+ }
338
+ ],
339
+ "Ontario": [
340
+ {
341
+ "py_file": "ontario_id_back.py",
342
+ "back": "2D_barcode"
343
+ },
344
+ {
345
+ "py_file": "ontario_id_front.py",
346
+ "keys_found": null
347
+ }
348
+ ],
349
+ "Saskatchewan": [
350
+ {
351
+ "py_file": "saskatchewan_id_back.py",
352
+ "back": "2D_barcode"
353
+ },
354
+ {
355
+ "py_file": "saskatchewan_id_front.py",
356
+ "keys_found": null
357
+ }
358
+ ]
359
+ },
360
+ "passport": {
361
+ "root": [
362
+ {
363
+ "py_file": "canada_01.py",
364
+ "front": "MRZ",
365
+ "mrz_type": "TD3"
366
+ },
367
+ {
368
+ "py_file": "canada_02.py",
369
+ "front": "MRZ",
370
+ "mrz_type": "TD3"
371
+ }
372
+ ]
373
+ },
374
+ "permanent_residence": {
375
+ "root": [
376
+ {
377
+ "py_file": "pr_01_back.py",
378
+ "back": "MRZ",
379
+ "mrz_type": "TD1"
380
+ },
381
+ {
382
+ "py_file": "pr_01_front.py",
383
+ "keys_found": null
384
+ },
385
+ {
386
+ "py_file": "pr_02_back.py",
387
+ "back": "MRZ",
388
+ "mrz_type": "TD1"
389
+ },
390
+ {
391
+ "py_file": "pr_02_front.py",
392
+ "keys_found": null
393
+ },
394
+ {
395
+ "py_file": "pr_03_back.py",
396
+ "back": "MRZ",
397
+ "mrz_type": "TD1"
398
+ },
399
+ {
400
+ "py_file": "pr_03_front.py",
401
+ "keys_found": null
402
+ }
403
+ ]
404
+ }
405
+ },
406
+ "Central African Republic": {
407
+ "passport": {
408
+ "root": [
409
+ {
410
+ "py_file": "caf_01.py",
411
+ "front": "MRZ",
412
+ "mrz_type": "TD3"
413
+ }
414
+ ]
415
+ }
416
+ },
417
+ "Chad": {
418
+ "passport": {
419
+ "root": [
420
+ {
421
+ "py_file": "tchad_01.py",
422
+ "front": "MRZ",
423
+ "mrz_type": "TD3"
424
+ }
425
+ ]
426
+ }
427
+ },
428
+ "Congo": {
429
+ "passport": {
430
+ "root": [
431
+ {
432
+ "py_file": "congo_01.py",
433
+ "front": "MRZ",
434
+ "mrz_type": "TD3"
435
+ }
436
+ ]
437
+ }
438
+ },
439
+ "Equatorial Guinea": {
440
+ "passport": {
441
+ "root": [
442
+ {
443
+ "py_file": "ecuatorial_guinea_01.py",
444
+ "front": "MRZ",
445
+ "mrz_type": "TD3"
446
+ }
447
+ ]
448
+ }
449
+ },
450
+ "Ethiopia": {
451
+ "passport": {
452
+ "root": [
453
+ {
454
+ "py_file": "ethiopia_01.py",
455
+ "front": "MRZ",
456
+ "mrz_type": "TD3"
457
+ }
458
+ ]
459
+ }
460
+ },
461
+ "France": {
462
+ "passport": {
463
+ "root": [
464
+ {
465
+ "py_file": "france_01.py",
466
+ "front": "MRZ",
467
+ "mrz_type": "TD3"
468
+ }
469
+ ]
470
+ }
471
+ },
472
+ "Gabon": {
473
+ "passport": {
474
+ "root": [
475
+ {
476
+ "py_file": "gabon_01.py",
477
+ "front": "MRZ",
478
+ "mrz_type": "TD3"
479
+ },
480
+ {
481
+ "py_file": "gabon_02.py",
482
+ "front": "MRZ",
483
+ "mrz_type": "TD3"
484
+ }
485
+ ]
486
+ }
487
+ },
488
+ "Germany": {
489
+ "passport": {
490
+ "root": [
491
+ {
492
+ "py_file": "germany_01.py",
493
+ "front": "MRZ",
494
+ "mrz_type": "TD3"
495
+ },
496
+ {
497
+ "py_file": "germany_02.py",
498
+ "front": "MRZ",
499
+ "mrz_type": "TD3"
500
+ }
501
+ ]
502
+ }
503
+ },
504
+ "Ghana": {
505
+ "identity_card": {
506
+ "root": [
507
+ {
508
+ "py_file": "back_1.py",
509
+ "back": "MRZ",
510
+ "mrz_type": "TD1"
511
+ },
512
+ {
513
+ "py_file": "back_2.py",
514
+ "back": "MRZ",
515
+ "mrz_type": "TD1"
516
+ },
517
+ {
518
+ "py_file": "front_1.py",
519
+ "keys_found": null
520
+ },
521
+ {
522
+ "py_file": "front_2.py",
523
+ "keys_found": null
524
+ }
525
+ ]
526
+ },
527
+ "passport": {
528
+ "root": [
529
+ {
530
+ "py_file": "ghana_01.py",
531
+ "front": "MRZ",
532
+ "mrz_type": "TD3"
533
+ }
534
+ ]
535
+ }
536
+ },
537
+ "Guinea": {
538
+ "passport": {
539
+ "root": [
540
+ {
541
+ "py_file": "guinee_01.py",
542
+ "front": "MRZ",
543
+ "mrz_type": "TD3"
544
+ }
545
+ ]
546
+ }
547
+ },
548
+ "Haiti": {
549
+ "passport": {
550
+ "root": [
551
+ {
552
+ "py_file": "haiti_01.py",
553
+ "front": "MRZ",
554
+ "mrz_type": "TD3"
555
+ }
556
+ ]
557
+ }
558
+ },
559
+ "Italy": {
560
+ "passport": {
561
+ "root": [
562
+ {
563
+ "py_file": "italy_01.py",
564
+ "front": "MRZ",
565
+ "mrz_type": "TD3"
566
+ }
567
+ ]
568
+ }
569
+ },
570
+ "Ivory Coast": {
571
+ "identity_card": {
572
+ "root": [
573
+ {
574
+ "py_file": "back_1.py",
575
+ "keys_found": null
576
+ },
577
+ {
578
+ "py_file": "front_1.py",
579
+ "keys_found": null
580
+ }
581
+ ]
582
+ },
583
+ "passport": {
584
+ "root": [
585
+ {
586
+ "py_file": "ivory_coast_01.py",
587
+ "front": "MRZ",
588
+ "mrz_type": "TD3"
589
+ },
590
+ {
591
+ "py_file": "ivory_coast_02.py",
592
+ "front": "MRZ",
593
+ "mrz_type": "TD3"
594
+ }
595
+ ]
596
+ }
597
+ },
598
+ "Kenya": {
599
+ "identity_card": {
600
+ "root": [
601
+ {
602
+ "py_file": "back_1.py",
603
+ "back": "MRZ",
604
+ "mrz_type": "TD1"
605
+ },
606
+ {
607
+ "py_file": "back_2.py",
608
+ "back": "MRZ",
609
+ "mrz_type": "TD1"
610
+ },
611
+ {
612
+ "py_file": "back_3.py",
613
+ "back": "MRZ",
614
+ "mrz_type": "TD1"
615
+ },
616
+ {
617
+ "py_file": "front_1.py",
618
+ "keys_found": null
619
+ },
620
+ {
621
+ "py_file": "front_2.py",
622
+ "keys_found": null
623
+ },
624
+ {
625
+ "py_file": "front_3.py",
626
+ "keys_found": null
627
+ }
628
+ ]
629
+ },
630
+ "passport": {
631
+ "root": [
632
+ {
633
+ "py_file": "passport_1.py",
634
+ "front": "MRZ",
635
+ "mrz_type": "TD3"
636
+ }
637
+ ]
638
+ }
639
+ },
640
+ "Mali": {
641
+ "passport": {
642
+ "root": [
643
+ {
644
+ "py_file": "mali_01.py",
645
+ "front": "MRZ",
646
+ "mrz_type": "TD3"
647
+ }
648
+ ]
649
+ }
650
+ },
651
+ "Netherlands": {
652
+ "passport": {
653
+ "root": [
654
+ {
655
+ "py_file": "netherlands_01.py",
656
+ "front": "MRZ",
657
+ "mrz_type": "TD3"
658
+ }
659
+ ]
660
+ }
661
+ },
662
+ "Niger": {
663
+ "passport": {
664
+ "root": [
665
+ {
666
+ "py_file": "niger_01.py",
667
+ "front": "MRZ",
668
+ "mrz_type": "TD3"
669
+ }
670
+ ]
671
+ }
672
+ },
673
+ "Nigeria": {
674
+ "identity_card": {
675
+ "root": [
676
+ {
677
+ "py_file": "nigeria_id_back_1.py",
678
+ "back": "MRZ",
679
+ "mrz_type": "TD1"
680
+ },
681
+ {
682
+ "py_file": "nigeria_id_front_1.py",
683
+ "keys_found": null
684
+ }
685
+ ]
686
+ },
687
+ "passport": {
688
+ "root": [
689
+ {
690
+ "py_file": "nigeria_01.py",
691
+ "front": "MRZ",
692
+ "mrz_type": "TD3"
693
+ },
694
+ {
695
+ "py_file": "nigeria_02.py",
696
+ "front": "MRZ",
697
+ "mrz_type": "TD3"
698
+ }
699
+ ]
700
+ }
701
+ },
702
+ "Senegal": {
703
+ "passport": {
704
+ "root": [
705
+ {
706
+ "py_file": "senegal_01.py",
707
+ "front": "MRZ",
708
+ "mrz_type": "TD3"
709
+ }
710
+ ]
711
+ }
712
+ },
713
+ "Spain": {
714
+ "passport": {
715
+ "root": [
716
+ {
717
+ "py_file": "spain_01.py",
718
+ "front": "MRZ",
719
+ "mrz_type": "TD3"
720
+ }
721
+ ]
722
+ }
723
+ },
724
+ "Togo": {
725
+ "passport": {
726
+ "root": [
727
+ {
728
+ "py_file": "togo_01.py",
729
+ "front": "MRZ",
730
+ "mrz_type": "TD3"
731
+ }
732
+ ]
733
+ }
734
+ }
735
+ }