@microblink/blinkid-react-native 7.2.0 → 7.4.0

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 (91) hide show
  1. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  2. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  3. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  4. package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
  5. package/android/build.gradle +1 -1
  6. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdDeserializationUtilities.kt +2 -1
  7. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdSerializationUtilities.kt +20 -3
  8. package/ios/BlinkIdDeserializationUtilities.swift +3 -0
  9. package/ios/BlinkIdSerializationUtilities.swift +149 -52
  10. package/ios/Frameworks/BlinkID.xcframework/Info.plist +5 -5
  11. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID +0 -0
  12. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h +125 -11
  13. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist +0 -0
  14. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json +983 -117
  15. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface +15 -2
  16. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  17. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface +15 -2
  18. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources +15 -15
  19. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/conan.xcconfig +3 -3
  20. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID +0 -0
  21. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h +250 -22
  22. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist +0 -0
  23. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json +983 -117
  24. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +15 -2
  25. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  26. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface +15 -2
  27. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json +983 -117
  28. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +15 -2
  29. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  30. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +15 -2
  31. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources +25 -25
  32. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/conan.xcconfig +3 -3
  33. package/ios/Frameworks/BlinkIDUX.xcframework/Info.plist +5 -5
  34. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeDirectory +0 -0
  35. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  36. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeResources +72 -72
  37. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeSignature +0 -0
  38. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX +0 -0
  39. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
  40. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
  41. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.abi.json +219 -22
  42. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.package.swiftinterface +10 -0
  43. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.private.swiftinterface +10 -0
  44. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  45. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftinterface +10 -0
  46. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX +0 -0
  47. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
  48. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeDirectory +0 -0
  49. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeRequirements-1 +0 -0
  50. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeResources +6 -6
  51. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
  52. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.abi.json +219 -22
  53. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +10 -0
  54. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +10 -0
  55. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  56. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftinterface +10 -0
  57. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.abi.json +219 -22
  58. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +10 -0
  59. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +10 -0
  60. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  61. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +10 -0
  62. package/lib/module/NativeBlinkidReactNative.js +4 -4
  63. package/lib/module/NativeBlinkidReactNative.js.map +1 -1
  64. package/lib/module/blinkIdResult.js +34 -1
  65. package/lib/module/blinkIdResult.js.map +1 -1
  66. package/lib/module/blinkIdSettings.js +272 -259
  67. package/lib/module/blinkIdSettings.js.map +1 -1
  68. package/lib/module/blinkIdUtilities.js +2 -2
  69. package/lib/module/index.js +19 -19
  70. package/lib/module/index.js.map +1 -1
  71. package/lib/module/types.js +25 -9
  72. package/lib/module/types.js.map +1 -1
  73. package/lib/typescript/src/NativeBlinkidReactNative.d.ts +1 -1
  74. package/lib/typescript/src/NativeBlinkidReactNative.d.ts.map +1 -1
  75. package/lib/typescript/src/blinkIdResult.d.ts +16 -1
  76. package/lib/typescript/src/blinkIdResult.d.ts.map +1 -1
  77. package/lib/typescript/src/blinkIdSettings.d.ts +193 -181
  78. package/lib/typescript/src/blinkIdSettings.d.ts.map +1 -1
  79. package/lib/typescript/src/index.d.ts +6 -6
  80. package/lib/typescript/src/index.d.ts.map +1 -1
  81. package/lib/typescript/src/types.d.ts +16 -1
  82. package/lib/typescript/src/types.d.ts.map +1 -1
  83. package/package.json +1 -1
  84. package/src/NativeBlinkidReactNative.ts +25 -15
  85. package/src/blinkIdResult.ts +74 -74
  86. package/src/blinkIdSettings.ts +264 -250
  87. package/src/blinkIdUtilities.ts +4 -4
  88. package/src/index.tsx +56 -34
  89. package/src/types.ts +641 -688
  90. package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
  91. package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
package/src/types.ts CHANGED
@@ -83,7 +83,7 @@ export class ClassFilter {
83
83
  *
84
84
  * Used with other classes like the {@link ClassFilter}, {@link DocumentRules} and the {@link DocumentAnonymizationSettings}.
85
85
  */
86
- export class DocumentFilter{
86
+ export class DocumentFilter {
87
87
  /**
88
88
  * If set, only specified country will pass the filter criteria.
89
89
  * Otherwise, issuing country will not betaken into account.
@@ -409,12 +409,9 @@ export class DocumentClassInfo {
409
409
  *
410
410
  */
411
411
  constructor(nativeDocumentClassInfo: any) {
412
- this.country =
413
- nativeDocumentClassInfo.country;
414
- this.region =
415
- nativeDocumentClassInfo.region;
416
- this.documentType =
417
- nativeDocumentClassInfo.documentType;
412
+ this.country = nativeDocumentClassInfo.country;
413
+ this.region = nativeDocumentClassInfo.region;
414
+ this.documentType = nativeDocumentClassInfo.documentType;
418
415
  this.empty = nativeDocumentClassInfo.empty;
419
416
  this.countryName = nativeDocumentClassInfo.countryName;
420
417
  this.isoNumericCountryCode = nativeDocumentClassInfo.isoNumericCountryCode;
@@ -479,10 +476,8 @@ export class DataMatchResultField {
479
476
  *
480
477
  */
481
478
  constructor(nativeDataMatchResultField: any) {
482
- this.field =
483
- nativeDataMatchResultField.field;
484
- this.state =
485
- nativeDataMatchResultField.state;
479
+ this.field = nativeDataMatchResultField.field;
480
+ this.state = nativeDataMatchResultField.state;
486
481
  }
487
482
  }
488
483
 
@@ -690,14 +685,10 @@ export class Side {
690
685
  *
691
686
  */
692
687
  constructor(nativeSide: any) {
693
- this.latin =
694
- nativeSide.latin;
695
- this.arabic =
696
- nativeSide.arabic;
697
- this.cyrillic =
698
- nativeSide.cyrillic;
699
- this.greek =
700
- nativeSide.greek;
688
+ this.latin = nativeSide.latin;
689
+ this.arabic = nativeSide.arabic;
690
+ this.cyrillic = nativeSide.cyrillic;
691
+ this.greek = nativeSide.greek;
701
692
  }
702
693
  }
703
694
 
@@ -734,9 +725,10 @@ export class DateResult<T> {
734
725
  successfullyParsed?: boolean;
735
726
 
736
727
  constructor(nativeDateResult: any) {
737
- this.date =
738
- nativeDateResult.date;
739
- this.originalString = BlinkIdUtilities.handleStringType<T>(nativeDateResult.originalString);
728
+ this.date = nativeDateResult.date;
729
+ this.originalString = BlinkIdUtilities.handleStringType<T>(
730
+ nativeDateResult.originalString
731
+ );
740
732
  this.isFilledByDomainKnowledge = nativeDateResult.isFilledByDomainKnowledge;
741
733
  this.successfullyParsed = nativeDateResult.successfullyParsed;
742
734
  }
@@ -813,7 +805,7 @@ export class DriverLicenseDetailedInfo<T> {
813
805
  *
814
806
  * See {@link VehicleClassInfo} for more information.
815
807
  */
816
- vehicleClassesInfo?: VehicleClassInfo<T>;
808
+ vehicleClassesInfo?: VehicleClassInfo<T>[];
817
809
 
818
810
  constructor(nativeDriverLicenseDetailedInfo: any) {
819
811
  this.restrictions = BlinkIdUtilities.handleStringType(
@@ -826,11 +818,7 @@ export class DriverLicenseDetailedInfo<T> {
826
818
  nativeDriverLicenseDetailedInfo.vehicleClass
827
819
  );
828
820
  this.vehicleClassesInfo =
829
- nativeDriverLicenseDetailedInfo.vehicleClassesInfo != undefined
830
- ? new VehicleClassInfo<T>(
831
- nativeDriverLicenseDetailedInfo.vehicleClassesInfo
832
- )
833
- : undefined;
821
+ nativeDriverLicenseDetailedInfo.vehicleClassesInfo;
834
822
  }
835
823
  }
836
824
 
@@ -866,14 +854,14 @@ export class VehicleClassInfo<T> {
866
854
  expiryDate?: DateResult<T>;
867
855
 
868
856
  constructor(nativeVehicleClassInfo: any) {
869
- this.licenceType = BlinkIdUtilities.handleStringType<T>(nativeVehicleClassInfo.licenceType);
857
+ this.licenceType = BlinkIdUtilities.handleStringType<T>(
858
+ nativeVehicleClassInfo.licenceType
859
+ );
870
860
  this.vehicleClass = BlinkIdUtilities.handleStringType<T>(
871
861
  nativeVehicleClassInfo.vehicleClass
872
862
  );
873
- this.effectiveDate =
874
- nativeVehicleClassInfo.effectiveDate;
875
- this.expiryDate =
876
- nativeVehicleClassInfo.expiryDate;
863
+ this.effectiveDate = nativeVehicleClassInfo.effectiveDate;
864
+ this.expiryDate = nativeVehicleClassInfo.expiryDate;
877
865
  }
878
866
  }
879
867
 
@@ -913,14 +901,10 @@ export class DependentInfo {
913
901
  empty?: boolean;
914
902
 
915
903
  constructor(nativeDependentInfo: any) {
916
- this.dateOfBirth =
917
- nativeDependentInfo.dateOfBirth;
918
- this.sex =
919
- nativeDependentInfo.sex;
920
- this.documentNumber =
921
- nativeDependentInfo.documentNumber;
922
- this.fullName =
923
- nativeDependentInfo.fullName;
904
+ this.dateOfBirth = nativeDependentInfo.dateOfBirth;
905
+ this.sex = nativeDependentInfo.sex;
906
+ this.documentNumber = nativeDependentInfo.documentNumber;
907
+ this.fullName = nativeDependentInfo.fullName;
924
908
  this.empty = nativeDependentInfo.empty;
925
909
  }
926
910
  }
@@ -1027,19 +1011,14 @@ export class SingleSideScanningResult {
1027
1011
  *
1028
1012
  */
1029
1013
  constructor(nativeSingleSideScanningResult: any) {
1030
- this.viz =
1031
- nativeSingleSideScanningResult.viz;
1032
- this.mrz =
1033
- nativeSingleSideScanningResult.mrz;;
1034
- this.barcode =
1035
- nativeSingleSideScanningResult.barcode;
1014
+ this.viz = nativeSingleSideScanningResult.viz;
1015
+ this.mrz = nativeSingleSideScanningResult.mrz;
1016
+ this.barcode = nativeSingleSideScanningResult.barcode;
1036
1017
  this.inputImage = nativeSingleSideScanningResult.inputImage;
1037
1018
  this.barcodeInputImage = nativeSingleSideScanningResult.barcodeInputImage;
1038
1019
  this.documentImage = nativeSingleSideScanningResult.documentImage;
1039
- this.faceImage =
1040
- nativeSingleSideScanningResult.faceImage;
1041
- this.signatureImage =
1042
- nativeSingleSideScanningResult.signatureImage;
1020
+ this.faceImage = nativeSingleSideScanningResult.faceImage;
1021
+ this.signatureImage = nativeSingleSideScanningResult.signatureImage;
1043
1022
  }
1044
1023
  }
1045
1024
 
@@ -1299,94 +1278,79 @@ export class VizResult {
1299
1278
  */
1300
1279
  vehicleOwner?: StringResult;
1301
1280
 
1281
+ /**
1282
+ * The country code of the document owner.
1283
+ *
1284
+ */
1285
+ countryCode?: StringResult;
1286
+
1287
+ /**
1288
+ * The certificate number of the document owner.
1289
+ *
1290
+ */
1291
+ certificateNumber?: StringResult;
1292
+
1293
+ /**
1294
+ * The national insurance number of the document owner.
1295
+ *
1296
+ */
1297
+ nationalInsuranceNumber?: StringResult;
1298
+
1302
1299
  /**
1303
1300
  *
1304
1301
  * @param nativeVizResult
1305
1302
  *
1306
1303
  */
1307
1304
  constructor(nativeVizResult: any) {
1308
- this.firstName =
1309
- nativeVizResult.firstName;
1310
- this.lastName =
1311
- nativeVizResult.lastName;
1312
- this.fullName =
1313
- nativeVizResult.fullName;;
1314
- this.additionalNameInformation =
1315
- nativeVizResult.additionalNameInformation;
1316
- this.localizedName =
1317
- nativeVizResult.localizedName;
1318
- this.fathersName =
1319
- nativeVizResult.fathersName;
1320
- this.mothersName =
1321
- nativeVizResult.mothersName;
1322
- this.address =
1323
- nativeVizResult.address;
1305
+ this.firstName = nativeVizResult.firstName;
1306
+ this.lastName = nativeVizResult.lastName;
1307
+ this.fullName = nativeVizResult.fullName;
1308
+ this.additionalNameInformation = nativeVizResult.additionalNameInformation;
1309
+ this.localizedName = nativeVizResult.localizedName;
1310
+ this.fathersName = nativeVizResult.fathersName;
1311
+ this.mothersName = nativeVizResult.mothersName;
1312
+ this.address = nativeVizResult.address;
1324
1313
  this.additionalAddressInformation =
1325
1314
  nativeVizResult.additionalAddressInformation;
1326
1315
  this.additionalOptionalAddressInformation =
1327
1316
  nativeVizResult.additionalOptionalAddressInformation;
1328
- this.placeOfBirth =
1329
- nativeVizResult.placeOfBirth;
1330
- this.nationality =
1331
- nativeVizResult.nationality;
1332
- this.race =
1333
- nativeVizResult.race;
1334
- this.religion =
1335
- nativeVizResult.religion;
1336
- this.profession =
1337
- nativeVizResult.profession;
1338
- this.maritalStatus =
1339
- nativeVizResult.maritalStatus;
1340
- this.residentialStatus =
1341
- nativeVizResult.residentialStatus;
1342
- this.employer =
1343
- nativeVizResult.employer;
1344
- this.sex =
1345
- nativeVizResult.sex;
1346
- this.sponsor =
1347
- nativeVizResult.sponsor;
1348
- this.bloodType =
1349
- nativeVizResult.bloodType;
1350
- this.dateOfBirth =
1351
- nativeVizResult.dateOfBirth;
1352
- this.dateOfIssue =
1353
- nativeVizResult.dateOfIssue;
1354
- this.dateOfExpiry =
1355
- nativeVizResult.dateOfExpiry;
1317
+ this.placeOfBirth = nativeVizResult.placeOfBirth;
1318
+ this.nationality = nativeVizResult.nationality;
1319
+ this.race = nativeVizResult.race;
1320
+ this.religion = nativeVizResult.religion;
1321
+ this.profession = nativeVizResult.profession;
1322
+ this.maritalStatus = nativeVizResult.maritalStatus;
1323
+ this.residentialStatus = nativeVizResult.residentialStatus;
1324
+ this.employer = nativeVizResult.employer;
1325
+ this.sex = nativeVizResult.sex;
1326
+ this.sponsor = nativeVizResult.sponsor;
1327
+ this.bloodType = nativeVizResult.bloodType;
1328
+ this.dateOfBirth = nativeVizResult.dateOfBirth;
1329
+ this.dateOfIssue = nativeVizResult.dateOfIssue;
1330
+ this.dateOfExpiry = nativeVizResult.dateOfExpiry;
1356
1331
  this.dateOfExpiryPermanent = nativeVizResult.dateOfExpiryPermanent;
1357
- this.documentNumber =
1358
- nativeVizResult.documentNumber;
1359
- this.personalIdNumber =
1360
- nativeVizResult.personalIdNumber;
1361
- this.documentAdditionalNumber =
1362
- nativeVizResult.documentAdditionalNumber;
1332
+ this.documentNumber = nativeVizResult.documentNumber;
1333
+ this.personalIdNumber = nativeVizResult.personalIdNumber;
1334
+ this.documentAdditionalNumber = nativeVizResult.documentAdditionalNumber;
1363
1335
  this.documentOptionalAdditionalNumber =
1364
1336
  nativeVizResult.documentOptionalAdditionalNumber;
1365
1337
  this.additionalPersonalIdNumber =
1366
1338
  nativeVizResult.additionalPersonalIdNumber;
1367
- this.issuingAuthority =
1368
- nativeVizResult.issuingAuthority;
1369
- this.visaType =
1370
- nativeVizResult.visaType;
1371
- this.driverLicenseDetailedInfo =
1372
- nativeVizResult.driverLicenseDetailedInfo;
1373
- this.documentSubtype =
1374
- nativeVizResult.documentSubtype;
1375
- this.remarks =
1376
- nativeVizResult.remarks;
1377
- this.residencePermitType =
1378
- nativeVizResult.residencePermitType;
1379
- this.manufacturingYear =
1380
- nativeVizResult.manufacturingYear;
1381
- this.vehicleType =
1382
- nativeVizResult.vehicleType;
1383
- this.eligibilityCategory =
1384
- nativeVizResult.eligibilityCategory;
1385
- this.specificDocumentValidity =
1386
- nativeVizResult.specificDocumentValidity;
1339
+ this.issuingAuthority = nativeVizResult.issuingAuthority;
1340
+ this.visaType = nativeVizResult.visaType;
1341
+ this.driverLicenseDetailedInfo = nativeVizResult.driverLicenseDetailedInfo;
1342
+ this.documentSubtype = nativeVizResult.documentSubtype;
1343
+ this.remarks = nativeVizResult.remarks;
1344
+ this.residencePermitType = nativeVizResult.residencePermitType;
1345
+ this.manufacturingYear = nativeVizResult.manufacturingYear;
1346
+ this.vehicleType = nativeVizResult.vehicleType;
1347
+ this.eligibilityCategory = nativeVizResult.eligibilityCategory;
1348
+ this.specificDocumentValidity = nativeVizResult.specificDocumentValidity;
1387
1349
  this.dependentsInfo = nativeVizResult.dependentsInfo;
1388
- this.vehicleOwner =
1389
- nativeVizResult.vehicleOwner;
1350
+ this.vehicleOwner = nativeVizResult.vehicleOwner;
1351
+ this.countryCode = nativeVizResult.countryCode;
1352
+ this.certificateNumber = nativeVizResult.certificateNumber;
1353
+ this.nationalInsuranceNumber = nativeVizResult.nationalInsuranceNumber;
1390
1354
  }
1391
1355
  }
1392
1356
 
@@ -1567,12 +1531,9 @@ export class MrzResult {
1567
1531
  this.issuerName = nativeMrzResult.issuerName;
1568
1532
  this.nationalityName = nativeMrzResult.nationalityName;
1569
1533
  this.verified = nativeMrzResult.verified;
1570
- this.dateOfBirth =
1571
- nativeMrzResult.dateOfBirth;
1572
- this.dateOfExpiry =
1573
- nativeMrzResult.dateOfExpiry;
1574
- this.documentType =
1575
- nativeMrzResult.documentType;
1534
+ this.dateOfBirth = nativeMrzResult.dateOfBirth;
1535
+ this.dateOfExpiry = nativeMrzResult.dateOfExpiry;
1536
+ this.documentType = nativeMrzResult.documentType;
1576
1537
  this.sanitizedOpt1 = nativeMrzResult.sanitizedOpt1;
1577
1538
  this.sanitizedOpt2 = nativeMrzResult.sanitizedOpt2;
1578
1539
  this.sanitizedNationality = nativeMrzResult.sanitizedNationality;
@@ -1748,8 +1709,7 @@ export class BarcodeResult {
1748
1709
  * @param nativeBarcodeResult
1749
1710
  */
1750
1711
  constructor(nativeBarcodeResult: any) {
1751
- this.barcodeData =
1752
- nativeBarcodeResult.barcodeData;
1712
+ this.barcodeData = nativeBarcodeResult.barcodeData;
1753
1713
  this.firstName = nativeBarcodeResult.firstName;
1754
1714
  this.middleName = nativeBarcodeResult.middleName;
1755
1715
  this.lastName = nativeBarcodeResult.lastName;
@@ -1766,23 +1726,18 @@ export class BarcodeResult {
1766
1726
  this.residentialStatus = nativeBarcodeResult.residentialStatus;
1767
1727
  this.employer = nativeBarcodeResult.employer;
1768
1728
  this.sex = nativeBarcodeResult.sex;
1769
- this.dateOfBirth =
1770
- nativeBarcodeResult.dateOfBirth;
1771
- this.dateOfIssue =
1772
- nativeBarcodeResult.dateOfIssue;
1773
- this.dateOfExpiry =
1774
- nativeBarcodeResult.dateOfExpiry;
1729
+ this.dateOfBirth = nativeBarcodeResult.dateOfBirth;
1730
+ this.dateOfIssue = nativeBarcodeResult.dateOfIssue;
1731
+ this.dateOfExpiry = nativeBarcodeResult.dateOfExpiry;
1775
1732
  this.documentNumber = nativeBarcodeResult.documentNumber;
1776
1733
  this.personalIdNumber = nativeBarcodeResult.personalIdNumber;
1777
1734
  this.documentAdditionalNumber =
1778
1735
  nativeBarcodeResult.documentAdditionalNumber;
1779
1736
  this.issuingAuthority = nativeBarcodeResult.issuingAuthority;
1780
- this.addressDetailedInfo =
1781
- nativeBarcodeResult.addressDetailedInfo;
1737
+ this.addressDetailedInfo = nativeBarcodeResult.addressDetailedInfo;
1782
1738
  this.driverLicenseDetailedInfo =
1783
1739
  nativeBarcodeResult.driverLicenseDetailedInfo;
1784
- this.extendedElements =
1785
- nativeBarcodeResult.extendedElements;
1740
+ this.extendedElements = nativeBarcodeResult.extendedElements;
1786
1741
  }
1787
1742
  }
1788
1743
 
@@ -1820,8 +1775,7 @@ export class BarcodeData {
1820
1775
  * @param nativeBarcodeData - specifies the barcode data obtained from the native SDK.
1821
1776
  */
1822
1777
  constructor(nativeBarcodeData: any) {
1823
- this.barcodeType =
1824
- nativeBarcodeData.barcodeType;
1778
+ this.barcodeType = nativeBarcodeData.barcodeType;
1825
1779
  this.rawData = nativeBarcodeData.rawData;
1826
1780
  this.stringData = nativeBarcodeData.stringData;
1827
1781
  this.uncertain = nativeBarcodeData.uncertain;
@@ -2727,7 +2681,7 @@ export class BarcodeExtendedElements {
2727
2681
  weightRange?: string;
2728
2682
 
2729
2683
  /**
2730
- *
2684
+ *
2731
2685
  * @param nativeBarcodeExtendedElements - specifies the extended barcode elements obtained from the native SDK.
2732
2686
  */
2733
2687
  constructor(nativeBarcodeExtendedElements: any) {
@@ -2880,25 +2834,25 @@ export enum AlphabetType {
2880
2834
  * The Latin alphabet type
2881
2835
  *
2882
2836
  */
2883
- Latin = 'latin',
2837
+ Latin = "latin",
2884
2838
 
2885
2839
  /**
2886
2840
  * The Arabic alphabet type
2887
2841
  *
2888
2842
  */
2889
- Arabic = 'arabic',
2843
+ Arabic = "arabic",
2890
2844
 
2891
2845
  /**
2892
2846
  * The Cyrillic alphabet type
2893
2847
  *
2894
2848
  */
2895
- Cyrillic = 'cyrillic',
2849
+ Cyrillic = "cyrillic",
2896
2850
 
2897
2851
  /**
2898
2852
  * The Greek alphabet type
2899
2853
  *
2900
2854
  */
2901
- Greek = 'greek',
2855
+ Greek = "greek",
2902
2856
  }
2903
2857
 
2904
2858
  /**
@@ -2938,30 +2892,30 @@ export enum DetectionLevel {
2938
2892
 
2939
2893
  /**
2940
2894
  * Represents level of anonymization performed on the scanning result.
2941
- *
2895
+ *
2942
2896
  */
2943
2897
  export enum AnonymizationMode {
2944
2898
  /**
2945
2899
  * Anonymization will not be performed.
2946
- *
2900
+ *
2947
2901
  */
2948
2902
  None = "none",
2949
2903
 
2950
2904
  /**
2951
2905
  * Full document image is anonymized with black boxes covering sensitive data.
2952
- *
2906
+ *
2953
2907
  */
2954
2908
  ImageOnly = "imageOnly",
2955
2909
 
2956
2910
  /**
2957
2911
  * Result fields containing sensitive data are removed from result.
2958
- *
2912
+ *
2959
2913
  */
2960
2914
  ResultFieldsOnly = "resultFieldsOnly",
2961
2915
 
2962
2916
  /**
2963
2917
  * This mode is combination of `imageOnly` and `resultFieldsOnly` modes.
2964
- *
2918
+ *
2965
2919
  */
2966
2920
  FullResult = "fullResult",
2967
2921
  }
@@ -2975,44 +2929,44 @@ export const enum RecognitionMode {
2975
2929
  * No recognition performed.
2976
2930
  *
2977
2931
  */
2978
- None = 'none',
2932
+ None = "none",
2979
2933
 
2980
2934
  /**
2981
2935
  * Recognition of mrz document (does not include visa and passport).
2982
2936
  *
2983
2937
  */
2984
- MrzId = 'mrzId',
2938
+ MrzId = "mrzId",
2985
2939
 
2986
2940
  /**
2987
2941
  * Recognition of visa mrz.
2988
2942
  *
2989
2943
  */
2990
- MrzVisa = 'mrzVisa',
2944
+ MrzVisa = "mrzVisa",
2991
2945
 
2992
2946
  /**
2993
2947
  * Recognition of passport mrz.
2994
2948
  *
2995
2949
  */
2996
2950
 
2997
- MrzPassport = 'mrzPassport',
2951
+ MrzPassport = "mrzPassport",
2998
2952
 
2999
2953
  /*
3000
2954
  * Recognition of documents that have face photo on the front.
3001
2955
  *
3002
2956
  */
3003
- PhotoId = 'photoId',
2957
+ PhotoId = "photoId",
3004
2958
 
3005
2959
  /**
3006
2960
  * Detailed document recognition.
3007
2961
  *
3008
2962
  */
3009
- FullRecognition = 'fullRecognition',
2963
+ FullRecognition = "fullRecognition",
3010
2964
 
3011
2965
  /**
3012
2966
  * Recognition of barcode document.
3013
2967
  *
3014
2968
  */
3015
- BarcodeId = 'barcodeId',
2969
+ BarcodeId = "barcodeId",
3016
2970
  }
3017
2971
 
3018
2972
  /**
@@ -3256,807 +3210,806 @@ export enum DataMatchState {
3256
3210
  Success = 2,
3257
3211
  }
3258
3212
 
3259
-
3260
3213
  /**
3261
3214
  * Document country.
3262
3215
  *
3263
3216
  */
3264
3217
  export enum Country {
3265
- None = 'none',
3218
+ None = "none",
3266
3219
 
3267
- Albania = 'albania',
3220
+ Albania = "albania",
3268
3221
 
3269
- Algeria = 'algeria',
3222
+ Algeria = "algeria",
3270
3223
 
3271
- Argentina = 'argentina',
3224
+ Argentina = "argentina",
3272
3225
 
3273
- Australia = 'australia',
3226
+ Australia = "australia",
3274
3227
 
3275
- Austria = 'austria',
3228
+ Austria = "austria",
3276
3229
 
3277
- Azerbaijan = 'azerbaijan',
3230
+ Azerbaijan = "azerbaijan",
3278
3231
 
3279
- Bahrain = 'bahrain',
3232
+ Bahrain = "bahrain",
3280
3233
 
3281
- Bangladesh = 'bangladesh',
3234
+ Bangladesh = "bangladesh",
3282
3235
 
3283
- Belgium = 'belgium',
3236
+ Belgium = "belgium",
3284
3237
 
3285
- BosniaAndHerzegovina = 'bosniaAndHerzegovina',
3238
+ BosniaAndHerzegovina = "bosniaAndHerzegovina",
3286
3239
 
3287
- Brunei = 'brunei',
3240
+ Brunei = "brunei",
3288
3241
 
3289
- Bulgaria = 'bulgaria',
3242
+ Bulgaria = "bulgaria",
3290
3243
 
3291
- Bambodia = 'bambodia',
3244
+ Bambodia = "bambodia",
3292
3245
 
3293
- Canada = 'canada',
3246
+ Canada = "canada",
3294
3247
 
3295
- Chile = 'chile',
3248
+ Chile = "chile",
3296
3249
 
3297
- Colombia = 'colombia',
3250
+ Colombia = "colombia",
3298
3251
 
3299
- CostaRica = 'costaRica',
3252
+ CostaRica = "costaRica",
3300
3253
 
3301
- Croatia = 'croatia',
3254
+ Croatia = "croatia",
3302
3255
 
3303
- Cyprus = 'cyprus',
3256
+ Cyprus = "cyprus",
3304
3257
 
3305
- Czechia = 'czechia',
3258
+ Czechia = "czechia",
3306
3259
 
3307
- Denmark = 'denmark',
3260
+ Denmark = "denmark",
3308
3261
 
3309
- DominicanRepublic = 'dominicanRepublic',
3262
+ DominicanRepublic = "dominicanRepublic",
3310
3263
 
3311
- Egypt = 'egypt',
3264
+ Egypt = "egypt",
3312
3265
 
3313
- Estonia = 'estonia',
3266
+ Estonia = "estonia",
3314
3267
 
3315
- Finland = 'finland',
3268
+ Finland = "finland",
3316
3269
 
3317
- France = 'france',
3270
+ France = "france",
3318
3271
 
3319
- Georgia = 'georgia',
3272
+ Georgia = "georgia",
3320
3273
 
3321
- Germany = 'germany',
3274
+ Germany = "germany",
3322
3275
 
3323
- Ghana = 'ghana',
3276
+ Ghana = "ghana",
3324
3277
 
3325
- Greece = 'greece',
3278
+ Greece = "greece",
3326
3279
 
3327
- Guatemala = 'guatemala',
3280
+ Guatemala = "guatemala",
3328
3281
 
3329
- HongKong = 'hongKong',
3282
+ HongKong = "hongKong",
3330
3283
 
3331
- Hungary = 'hungary',
3284
+ Hungary = "hungary",
3332
3285
 
3333
- India = 'india',
3286
+ India = "india",
3334
3287
 
3335
- Indonesia = 'indonesia',
3288
+ Indonesia = "indonesia",
3336
3289
 
3337
- Ireland = 'ireland',
3290
+ Ireland = "ireland",
3338
3291
 
3339
- Israel = 'israel',
3292
+ Israel = "israel",
3340
3293
 
3341
- Italy = 'italy',
3294
+ Italy = "italy",
3342
3295
 
3343
- Jordan = 'jordan',
3296
+ Jordan = "jordan",
3344
3297
 
3345
- Kazakhstan = 'kazakhstan',
3298
+ Kazakhstan = "kazakhstan",
3346
3299
 
3347
- Kenya = 'kenya',
3300
+ Kenya = "kenya",
3348
3301
 
3349
- Kosovo = 'kosovo',
3302
+ Kosovo = "kosovo",
3350
3303
 
3351
- Kuwait = 'kuwait',
3304
+ Kuwait = "kuwait",
3352
3305
 
3353
- Latvia = 'latvia',
3306
+ Latvia = "latvia",
3354
3307
 
3355
- Lithuania = 'lithuania',
3308
+ Lithuania = "lithuania",
3356
3309
 
3357
- Malaysia = 'malaysia',
3310
+ Malaysia = "malaysia",
3358
3311
 
3359
- Maldives = 'maldives',
3312
+ Maldives = "maldives",
3360
3313
 
3361
- Malta = 'malta',
3314
+ Malta = "malta",
3362
3315
 
3363
- Mauritius = 'mauritius',
3316
+ Mauritius = "mauritius",
3364
3317
 
3365
- Mexico = 'mexico',
3318
+ Mexico = "mexico",
3366
3319
 
3367
- Morocco = 'morocco',
3320
+ Morocco = "morocco",
3368
3321
 
3369
- Netherlands = 'netherlands',
3322
+ Netherlands = "netherlands",
3370
3323
 
3371
- NewZealand = 'newZealand',
3324
+ NewZealand = "newZealand",
3372
3325
 
3373
- Nigeria = 'nigeria',
3326
+ Nigeria = "nigeria",
3374
3327
 
3375
- Pakistan = 'pakistan',
3328
+ Pakistan = "pakistan",
3376
3329
 
3377
- Panama = 'panama',
3330
+ Panama = "panama",
3378
3331
 
3379
- Paraguay = 'paraguay',
3332
+ Paraguay = "paraguay",
3380
3333
 
3381
- Philippines = 'philippines',
3334
+ Philippines = "philippines",
3382
3335
 
3383
- Poland = 'poland',
3336
+ Poland = "poland",
3384
3337
 
3385
- Portugal = 'portugal',
3338
+ Portugal = "portugal",
3386
3339
 
3387
- PuertoRico = 'puertoRico',
3340
+ PuertoRico = "puertoRico",
3388
3341
 
3389
- Qatar = 'qatar',
3342
+ Qatar = "qatar",
3390
3343
 
3391
- Romania = 'romania',
3344
+ Romania = "romania",
3392
3345
 
3393
- Russia = 'russia',
3346
+ Russia = "russia",
3394
3347
 
3395
- SaudiArabia = 'saudiArabia',
3348
+ SaudiArabia = "saudiArabia",
3396
3349
 
3397
- Serbia = 'serbia',
3350
+ Serbia = "serbia",
3398
3351
 
3399
- Singapore = 'singapore',
3352
+ Singapore = "singapore",
3400
3353
 
3401
- Slovakia = 'slovakia',
3354
+ Slovakia = "slovakia",
3402
3355
 
3403
- Slovenia = 'slovenia',
3356
+ Slovenia = "slovenia",
3404
3357
 
3405
- SouthAfrica = 'southAfrica',
3358
+ SouthAfrica = "southAfrica",
3406
3359
 
3407
- Spain = 'spain',
3360
+ Spain = "spain",
3408
3361
 
3409
- Sweden = 'sweden',
3362
+ Sweden = "sweden",
3410
3363
 
3411
- Switzerland = 'switzerland',
3364
+ Switzerland = "switzerland",
3412
3365
 
3413
- Taiwan = 'taiwan',
3366
+ Taiwan = "taiwan",
3414
3367
 
3415
- Thailand = 'thailand',
3368
+ Thailand = "thailand",
3416
3369
 
3417
- Tunisia = 'tunisia',
3370
+ Tunisia = "tunisia",
3418
3371
 
3419
- Turkey = 'turkey',
3372
+ Turkey = "turkey",
3420
3373
 
3421
- UAE = 'uae',
3374
+ UAE = "uae",
3422
3375
 
3423
- Ganda = 'gganda',
3376
+ Ganda = "gganda",
3424
3377
 
3425
- UK = 'uk',
3378
+ UK = "uk",
3426
3379
 
3427
- Ukraine = 'ukraine',
3380
+ Ukraine = "ukraine",
3428
3381
 
3429
- USA = 'usa',
3382
+ USA = "usa",
3430
3383
 
3431
- Vietnam = 'vietnam',
3384
+ Vietnam = "vietnam",
3432
3385
 
3433
- Brazil = 'brazil',
3386
+ Brazil = "brazil",
3434
3387
 
3435
- Norway = 'norway',
3388
+ Norway = "norway",
3436
3389
 
3437
- Oman = 'oman',
3390
+ Oman = "oman",
3438
3391
 
3439
- Ecuador = 'ecuador',
3392
+ Ecuador = "ecuador",
3440
3393
 
3441
- ElSalvador = 'elSalvador',
3394
+ ElSalvador = "elSalvador",
3442
3395
 
3443
- SriLanka = 'sriLanka',
3396
+ SriLanka = "sriLanka",
3444
3397
 
3445
- Peru = 'peru',
3398
+ Peru = "peru",
3446
3399
 
3447
- Uruguay = 'uruguay',
3400
+ Uruguay = "uruguay",
3448
3401
 
3449
- Bahamas = 'bahamas',
3402
+ Bahamas = "bahamas",
3450
3403
 
3451
- Bermuda = 'bermuda',
3404
+ Bermuda = "bermuda",
3452
3405
 
3453
- Bolivia = 'bolivia',
3406
+ Bolivia = "bolivia",
3454
3407
 
3455
- China = 'china',
3408
+ China = "china",
3456
3409
 
3457
- EuropeanUnion = 'europeanUnion',
3410
+ EuropeanUnion = "europeanUnion",
3458
3411
 
3459
- Haiti = 'haiti',
3412
+ Haiti = "haiti",
3460
3413
 
3461
- Honduras = 'honduras',
3414
+ Honduras = "honduras",
3462
3415
 
3463
- Iceland = 'iceland',
3416
+ Iceland = "iceland",
3464
3417
 
3465
- Japan = 'japan',
3418
+ Japan = "japan",
3466
3419
 
3467
- Luxembourg = 'luxembourg',
3420
+ Luxembourg = "luxembourg",
3468
3421
 
3469
- Montenegro = 'montenegro',
3422
+ Montenegro = "montenegro",
3470
3423
 
3471
- Nicaragua = 'nicaragua',
3424
+ Nicaragua = "nicaragua",
3472
3425
 
3473
- SouthKorea = 'southKorea',
3426
+ SouthKorea = "southKorea",
3474
3427
 
3475
- Venezuela = 'venezuela',
3428
+ Venezuela = "venezuela",
3476
3429
 
3477
- Afghanistan = 'afghanistan',
3430
+ Afghanistan = "afghanistan",
3478
3431
 
3479
- AlandIslands = 'alandIslands',
3432
+ AlandIslands = "alandIslands",
3480
3433
 
3481
- AmericanSamoa = 'americanSamoa',
3434
+ AmericanSamoa = "americanSamoa",
3482
3435
 
3483
- Andorra = 'andorra',
3436
+ Andorra = "andorra",
3484
3437
 
3485
- Angola = 'angola',
3438
+ Angola = "angola",
3486
3439
 
3487
- Anguilla = 'anguilla',
3440
+ Anguilla = "anguilla",
3488
3441
 
3489
- Antartica = 'antarctica',
3442
+ Antartica = "antarctica",
3490
3443
 
3491
- AntiguaAndBarbuda = 'antiguaAndBarbuda',
3444
+ AntiguaAndBarbuda = "antiguaAndBarbuda",
3492
3445
 
3493
- Armenia = 'armenia',
3446
+ Armenia = "armenia",
3494
3447
 
3495
- Aruba = 'aruba',
3448
+ Aruba = "aruba",
3496
3449
 
3497
- BailiwickOfGuernsey = 'bailiwickOfGuernsey',
3450
+ BailiwickOfGuernsey = "bailiwickOfGuernsey",
3498
3451
 
3499
- BailiwickOfJersey = 'bailiwickOfJersey',
3452
+ BailiwickOfJersey = "bailiwickOfJersey",
3500
3453
 
3501
- Barbados = 'barbados',
3454
+ Barbados = "barbados",
3502
3455
 
3503
- Belarus = 'belarus',
3456
+ Belarus = "belarus",
3504
3457
 
3505
- Belize = 'belize',
3458
+ Belize = "belize",
3506
3459
 
3507
- Benin = 'benin',
3460
+ Benin = "benin",
3508
3461
 
3509
- Bhutan = 'bhutan',
3462
+ Bhutan = "bhutan",
3510
3463
 
3511
- BonaireSaintEustatiusAndSaba = 'bonaireSaintEustatiusAndSaba',
3464
+ BonaireSaintEustatiusAndSaba = "bonaireSaintEustatiusAndSaba",
3512
3465
 
3513
- Botswana = 'botswana',
3466
+ Botswana = "botswana",
3514
3467
 
3515
- BouvetIsland = 'bouvetIsland',
3468
+ BouvetIsland = "bouvetIsland",
3516
3469
 
3517
- BritishIndianOceanTerritory = 'britishIndianOceanTerritory',
3470
+ BritishIndianOceanTerritory = "britishIndianOceanTerritory",
3518
3471
 
3519
- BurkinaFaso = 'burkinaFaso',
3472
+ BurkinaFaso = "burkinaFaso",
3520
3473
 
3521
- Burundi = 'burundi',
3474
+ Burundi = "burundi",
3522
3475
 
3523
- Cameroon = 'cameroon',
3476
+ Cameroon = "cameroon",
3524
3477
 
3525
- CapeVerde = 'capeVerde',
3478
+ CapeVerde = "capeVerde",
3526
3479
 
3527
- CaribbeanNetherlands = 'caribbeanNetherlands',
3480
+ CaribbeanNetherlands = "caribbeanNetherlands",
3528
3481
 
3529
- CaymanIslands = 'caymanIslands',
3482
+ CaymanIslands = "caymanIslands",
3530
3483
 
3531
- CentralAfricanRepublic = 'centralAfricanRepublic',
3484
+ CentralAfricanRepublic = "centralAfricanRepublic",
3532
3485
 
3533
- Chad = 'chad',
3486
+ Chad = "chad",
3534
3487
 
3535
- ChristmasIsland = 'christmasIsland',
3488
+ ChristmasIsland = "christmasIsland",
3536
3489
 
3537
- CocosIslands = 'cocosIslands',
3490
+ CocosIslands = "cocosIslands",
3538
3491
 
3539
- Comoros = 'comoros',
3492
+ Comoros = "comoros",
3540
3493
 
3541
- Congo = 'congo',
3494
+ Congo = "congo",
3542
3495
 
3543
- CookIslands = 'cookIslands',
3496
+ CookIslands = "cookIslands",
3544
3497
 
3545
- Cuba = 'cuba',
3498
+ Cuba = "cuba",
3546
3499
 
3547
- Curacao = 'curacao',
3500
+ Curacao = "curacao",
3548
3501
 
3549
- DemocraticRepublicOfTheCongo = 'democraticRepublicOfTheCongo',
3502
+ DemocraticRepublicOfTheCongo = "democraticRepublicOfTheCongo",
3550
3503
 
3551
- Djibouti = 'djibouti',
3504
+ Djibouti = "djibouti",
3552
3505
 
3553
- Dominica = 'dominica',
3506
+ Dominica = "dominica",
3554
3507
 
3555
- EastTimor = 'eastTimor',
3508
+ EastTimor = "eastTimor",
3556
3509
 
3557
- EquatorialGuinea = 'equatorialGuinea',
3510
+ EquatorialGuinea = "equatorialGuinea",
3558
3511
 
3559
- Eritrea = 'eritrea',
3512
+ Eritrea = "eritrea",
3560
3513
 
3561
- Ethiopia = 'ethiopia',
3514
+ Ethiopia = "ethiopia",
3562
3515
 
3563
- FalklandIslands = 'falklandIslands',
3516
+ FalklandIslands = "falklandIslands",
3564
3517
 
3565
- FaroeIslands = 'faroeIslands',
3518
+ FaroeIslands = "faroeIslands",
3566
3519
 
3567
- FederatedStatesOfMicronesia = 'federatedStatesOfMicronesia',
3520
+ FederatedStatesOfMicronesia = "federatedStatesOfMicronesia",
3568
3521
 
3569
- Fiji = 'fiji',
3522
+ Fiji = "fiji",
3570
3523
 
3571
- FrenchGuiana = 'frenchGuiana',
3524
+ FrenchGuiana = "frenchGuiana",
3572
3525
 
3573
- FrenchPolynesia = 'frenchPolynesia',
3526
+ FrenchPolynesia = "frenchPolynesia",
3574
3527
 
3575
- FrenchSouthernTerritories = 'frenchSouthernTerritories',
3528
+ FrenchSouthernTerritories = "frenchSouthernTerritories",
3576
3529
 
3577
- Gabon = 'gabon',
3530
+ Gabon = "gabon",
3578
3531
 
3579
- Gambia = 'gambia',
3532
+ Gambia = "gambia",
3580
3533
 
3581
- Gibraltar = 'gibraltar',
3534
+ Gibraltar = "gibraltar",
3582
3535
 
3583
- Greenland = 'greenland',
3536
+ Greenland = "greenland",
3584
3537
 
3585
- Grenada = 'grenada',
3538
+ Grenada = "grenada",
3586
3539
 
3587
- Guadeloupe = 'guadeloupe',
3540
+ Guadeloupe = "guadeloupe",
3588
3541
 
3589
- Guam = 'guam',
3542
+ Guam = "guam",
3590
3543
 
3591
- Guinea = 'guinea',
3544
+ Guinea = "guinea",
3592
3545
 
3593
- GuineaBissau = 'guineaBissau',
3546
+ GuineaBissau = "guineaBissau",
3594
3547
 
3595
- Guyana = 'guyana',
3548
+ Guyana = "guyana",
3596
3549
 
3597
- HeardIslandAndMcdonaldIslands = 'heardIslandAndMcdonaldIslands',
3550
+ HeardIslandAndMcdonaldIslands = "heardIslandAndMcdonaldIslands",
3598
3551
 
3599
- Iran = 'iran',
3552
+ Iran = "iran",
3600
3553
 
3601
- Iraq = 'iraq',
3554
+ Iraq = "iraq",
3602
3555
 
3603
- IsleOfMan = 'isleOfMan',
3556
+ IsleOfMan = "isleOfMan",
3604
3557
 
3605
- IvoryCoast = 'ivoryCoast',
3558
+ IvoryCoast = "ivoryCoast",
3606
3559
 
3607
- Jamaica = 'jamaica',
3560
+ Jamaica = "jamaica",
3608
3561
 
3609
- Kiribati = 'kiribati',
3562
+ Kiribati = "kiribati",
3610
3563
 
3611
- Kyrgyzstan = 'kyrgyzstan',
3564
+ Kyrgyzstan = "kyrgyzstan",
3612
3565
 
3613
- Laos = 'laos',
3566
+ Laos = "laos",
3614
3567
 
3615
- Lebanon = 'lebanon',
3568
+ Lebanon = "lebanon",
3616
3569
 
3617
- Lesotho = 'lesotho',
3570
+ Lesotho = "lesotho",
3618
3571
 
3619
- Liberia = 'liberia',
3572
+ Liberia = "liberia",
3620
3573
 
3621
- Libya = 'libya',
3574
+ Libya = "libya",
3622
3575
 
3623
- Liechtenstein = 'liechtenstein',
3576
+ Liechtenstein = "liechtenstein",
3624
3577
 
3625
- Macau = 'macau',
3578
+ Macau = "macau",
3626
3579
 
3627
- Madagascar = 'madagascar',
3580
+ Madagascar = "madagascar",
3628
3581
 
3629
- Malawi = 'malawi',
3582
+ Malawi = "malawi",
3630
3583
 
3631
- Mali = 'mali',
3584
+ Mali = "mali",
3632
3585
 
3633
- MarshallIslands = 'marshallIslands',
3586
+ MarshallIslands = "marshallIslands",
3634
3587
 
3635
- Martinique = 'martinique',
3588
+ Martinique = "martinique",
3636
3589
 
3637
- Mauritania = 'mauritania',
3590
+ Mauritania = "mauritania",
3638
3591
 
3639
- Mayotte = 'mayotte',
3592
+ Mayotte = "mayotte",
3640
3593
 
3641
- Moldova = 'moldova',
3594
+ Moldova = "moldova",
3642
3595
 
3643
- Monaco = 'monaco',
3596
+ Monaco = "monaco",
3644
3597
 
3645
- Mongolia = 'mongolia',
3598
+ Mongolia = "mongolia",
3646
3599
 
3647
- Montserrat = 'montserrat',
3600
+ Montserrat = "montserrat",
3648
3601
 
3649
- Mozambique = 'mozambique',
3602
+ Mozambique = "mozambique",
3650
3603
 
3651
- Myanmar = 'myanmar',
3604
+ Myanmar = "myanmar",
3652
3605
 
3653
- Namibia = 'namibia',
3606
+ Namibia = "namibia",
3654
3607
 
3655
- Nauru = 'nauru',
3608
+ Nauru = "nauru",
3656
3609
 
3657
- Nepal = 'nepal',
3610
+ Nepal = "nepal",
3658
3611
 
3659
- NewCaledonia = 'newCaledonia',
3612
+ NewCaledonia = "newCaledonia",
3660
3613
 
3661
- Niger = 'niger',
3614
+ Niger = "niger",
3662
3615
 
3663
- Niue = 'niue',
3616
+ Niue = "niue",
3664
3617
 
3665
- NorfolkIsland = 'norfolkIsland',
3618
+ NorfolkIsland = "norfolkIsland",
3666
3619
 
3667
- NorthernCyprus = 'northernCyprus',
3620
+ NorthernCyprus = "northernCyprus",
3668
3621
 
3669
- NorthernMarianaIslands = 'northernMarianaIslands',
3622
+ NorthernMarianaIslands = "northernMarianaIslands",
3670
3623
 
3671
- NorthKorea = 'northKorea',
3624
+ NorthKorea = "northKorea",
3672
3625
 
3673
- NorthMacedonia = 'northMacedonia',
3626
+ NorthMacedonia = "northMacedonia",
3674
3627
 
3675
- Palau = 'palau',
3628
+ Palau = "palau",
3676
3629
 
3677
- Palestine = 'palestine',
3630
+ Palestine = "palestine",
3678
3631
 
3679
- PapuaNewGuinea = 'papuaNewGuinea',
3632
+ PapuaNewGuinea = "papuaNewGuinea",
3680
3633
 
3681
- Pitcairn = 'pitcairn',
3634
+ Pitcairn = "pitcairn",
3682
3635
 
3683
- Reunion = 'reunion',
3636
+ Reunion = "reunion",
3684
3637
 
3685
- Rwanda = 'rwanda',
3638
+ Rwanda = "rwanda",
3686
3639
 
3687
- SaintBarthelemy = 'saintBarthelemy',
3640
+ SaintBarthelemy = "saintBarthelemy",
3688
3641
 
3689
- SaintHelenaAscensionAndTristianDaCunha = 'saintHelenaAscensionAndTristianDaCunha',
3642
+ SaintHelenaAscensionAndTristianDaCunha = "saintHelenaAscensionAndTristianDaCunha",
3690
3643
 
3691
- SaintKittsAndNevis = 'saintKittsAndNevis',
3644
+ SaintKittsAndNevis = "saintKittsAndNevis",
3692
3645
 
3693
- SaintLucia = 'saintLucia',
3646
+ SaintLucia = "saintLucia",
3694
3647
 
3695
- SaintMartin = 'saintMartin',
3648
+ SaintMartin = "saintMartin",
3696
3649
 
3697
- SaintPierreAndMiquelon = 'saintPierreAndMiquelon',
3650
+ SaintPierreAndMiquelon = "saintPierreAndMiquelon",
3698
3651
 
3699
- SaintVincentAndTheGrenadines = 'saintVincentAndTheGrenadines',
3652
+ SaintVincentAndTheGrenadines = "saintVincentAndTheGrenadines",
3700
3653
 
3701
- Samoa = 'samoa',
3654
+ Samoa = "samoa",
3702
3655
 
3703
- SanMarino = 'sanMarino',
3656
+ SanMarino = "sanMarino",
3704
3657
 
3705
- SaoTomeAndPrincipe = 'saoTomeAndPrincipe',
3658
+ SaoTomeAndPrincipe = "saoTomeAndPrincipe",
3706
3659
 
3707
- Senegal = 'senegal',
3660
+ Senegal = "senegal",
3708
3661
 
3709
- Seychelles = 'seychelles',
3662
+ Seychelles = "seychelles",
3710
3663
 
3711
- SierraLeone = 'sierraLeone',
3664
+ SierraLeone = "sierraLeone",
3712
3665
 
3713
- SintMaarten = 'sintMaarten',
3666
+ SintMaarten = "sintMaarten",
3714
3667
 
3715
- SolomonIslands = 'solomonIslands',
3668
+ SolomonIslands = "solomonIslands",
3716
3669
 
3717
- Somalia = 'somalia',
3670
+ Somalia = "somalia",
3718
3671
 
3719
- SouthGeorgiaAndTheSouthSandwichIslands = 'southGeorgiaAndTheSouthSandwichIslands',
3672
+ SouthGeorgiaAndTheSouthSandwichIslands = "southGeorgiaAndTheSouthSandwichIslands",
3720
3673
 
3721
- SouthSudan = 'southSudan',
3674
+ SouthSudan = "southSudan",
3722
3675
 
3723
- Sudan = 'sudan',
3676
+ Sudan = "sudan",
3724
3677
 
3725
- Suriname = 'suriname',
3678
+ Suriname = "suriname",
3726
3679
 
3727
- SvalbardAndJanMayen = 'svalbardAndJanMayen',
3680
+ SvalbardAndJanMayen = "svalbardAndJanMayen",
3728
3681
 
3729
- Eswatini = 'eswatini',
3682
+ Eswatini = "eswatini",
3730
3683
 
3731
- Syria = 'syria',
3684
+ Syria = "syria",
3732
3685
 
3733
- Tajikistan = 'tajikistan',
3686
+ Tajikistan = "tajikistan",
3734
3687
 
3735
- Tanzania = 'tanzania',
3688
+ Tanzania = "tanzania",
3736
3689
 
3737
- Togo = 'togo',
3690
+ Togo = "togo",
3738
3691
 
3739
- Tokelau = 'tokelau',
3692
+ Tokelau = "tokelau",
3740
3693
 
3741
- Tonga = 'tonga',
3694
+ Tonga = "tonga",
3742
3695
 
3743
- TrinidadAndTobago = 'trinidadAndTobago',
3696
+ TrinidadAndTobago = "trinidadAndTobago",
3744
3697
 
3745
- Turkmenistan = 'turkmenistan',
3698
+ Turkmenistan = "turkmenistan",
3746
3699
 
3747
- TurksAndCaicosIslands = 'turksAndCaicosIslands',
3700
+ TurksAndCaicosIslands = "turksAndCaicosIslands",
3748
3701
 
3749
- Tuvalu = 'tuvalu',
3702
+ Tuvalu = "tuvalu",
3750
3703
 
3751
- UnitedStatesMinorOutlyingIslands = 'unitedStatesMinorOutlyingIslands',
3704
+ UnitedStatesMinorOutlyingIslands = "unitedStatesMinorOutlyingIslands",
3752
3705
 
3753
- Uzbekistan = 'uzbekistan',
3706
+ Uzbekistan = "uzbekistan",
3754
3707
 
3755
- Vanuatu = 'vanuatu',
3708
+ Vanuatu = "vanuatu",
3756
3709
 
3757
- VaticanCity = 'vaticanCity',
3710
+ VaticanCity = "vaticanCity",
3758
3711
 
3759
- VirginIslandsBritish = 'virginIslandsBritish',
3712
+ VirginIslandsBritish = "virginIslandsBritish",
3760
3713
 
3761
- VirginIslandsUs = 'virginIslandsUs',
3714
+ VirginIslandsUs = "virginIslandsUs",
3762
3715
 
3763
- WallisAndFutuna = 'wallisAndFutuna',
3716
+ WallisAndFutuna = "wallisAndFutuna",
3764
3717
 
3765
- WesternSahara = 'westernSahara',
3718
+ WesternSahara = "westernSahara",
3766
3719
 
3767
- Yemen = 'yemen',
3720
+ Yemen = "yemen",
3768
3721
 
3769
- Yugoslavia = 'yugoslavia',
3722
+ Yugoslavia = "yugoslavia",
3770
3723
 
3771
- Zambia = 'zambia',
3724
+ Zambia = "zambia",
3772
3725
 
3773
- Zimbabwe = 'zimbabwe',
3726
+ Zimbabwe = "zimbabwe",
3774
3727
 
3775
- SchengenArea = 'schengenArea',
3728
+ SchengenArea = "schengenArea",
3776
3729
  }
3777
3730
  /**
3778
3731
  * Document region.
3779
3732
  */
3780
3733
  export enum Region {
3781
- None = 'none',
3734
+ None = "none",
3782
3735
 
3783
- Alabama = 'alabama',
3736
+ Alabama = "alabama",
3784
3737
 
3785
- Alaska = 'alaska',
3738
+ Alaska = "alaska",
3786
3739
 
3787
- Alberta = 'alberta',
3740
+ Alberta = "alberta",
3788
3741
 
3789
- Arizona = 'arizona',
3742
+ Arizona = "arizona",
3790
3743
 
3791
- Arkansas = 'arkansas',
3744
+ Arkansas = "arkansas",
3792
3745
 
3793
- AustralianCapitalTerritory = 'australianCapitalTerritory',
3746
+ AustralianCapitalTerritory = "australianCapitalTerritory",
3794
3747
 
3795
- BritishColumbia = 'britishColumbia',
3748
+ BritishColumbia = "britishColumbia",
3796
3749
 
3797
- California = 'california',
3750
+ California = "california",
3798
3751
 
3799
- Colorado = 'colorado',
3752
+ Colorado = "colorado",
3800
3753
 
3801
- Connecticut = 'connecticut',
3754
+ Connecticut = "connecticut",
3802
3755
 
3803
- Delaware = 'delaware',
3756
+ Delaware = "delaware",
3804
3757
 
3805
- DistrictOfColumbia = 'districtOfColumbia',
3758
+ DistrictOfColumbia = "districtOfColumbia",
3806
3759
 
3807
- Florida = 'florida',
3760
+ Florida = "florida",
3808
3761
 
3809
- Georgia = 'georgia',
3762
+ Georgia = "georgia",
3810
3763
 
3811
- Hawaii = 'hawaii',
3764
+ Hawaii = "hawaii",
3812
3765
 
3813
- Idaho = 'idaho',
3766
+ Idaho = "idaho",
3814
3767
 
3815
- Illinois = 'illinois',
3768
+ Illinois = "illinois",
3816
3769
 
3817
- Indiana = 'indiana',
3770
+ Indiana = "indiana",
3818
3771
 
3819
- Iowa = 'iowa',
3772
+ Iowa = "iowa",
3820
3773
 
3821
- Kansas = 'kansas',
3774
+ Kansas = "kansas",
3822
3775
 
3823
- Kentucky = 'kentucky',
3776
+ Kentucky = "kentucky",
3824
3777
 
3825
- Louisiana = 'louisiana',
3778
+ Louisiana = "louisiana",
3826
3779
 
3827
- Maine = 'maine',
3780
+ Maine = "maine",
3828
3781
 
3829
- Manitoba = 'manitoba',
3782
+ Manitoba = "manitoba",
3830
3783
 
3831
- Maryland = 'maryland',
3784
+ Maryland = "maryland",
3832
3785
 
3833
- Massachusetts = 'massachusetts',
3786
+ Massachusetts = "massachusetts",
3834
3787
 
3835
- Michigan = 'michigan',
3788
+ Michigan = "michigan",
3836
3789
 
3837
- Minnesota = 'minnesota',
3790
+ Minnesota = "minnesota",
3838
3791
 
3839
- Mississippi = 'mississippi',
3792
+ Mississippi = "mississippi",
3840
3793
 
3841
- Missouri = 'missouri',
3794
+ Missouri = "missouri",
3842
3795
 
3843
- Montana = 'montana',
3796
+ Montana = "montana",
3844
3797
 
3845
- Nebraska = 'nebraska',
3798
+ Nebraska = "nebraska",
3846
3799
 
3847
- Nevada = 'nevada',
3800
+ Nevada = "nevada",
3848
3801
 
3849
- NewBrunswick = 'newBrunswick',
3802
+ NewBrunswick = "newBrunswick",
3850
3803
 
3851
- NewHampshire = 'newHampshire',
3804
+ NewHampshire = "newHampshire",
3852
3805
 
3853
- NewJersey = 'newJersey',
3806
+ NewJersey = "newJersey",
3854
3807
 
3855
- NewMexico = 'newMexico',
3808
+ NewMexico = "newMexico",
3856
3809
 
3857
- NewSouthWales = 'newSouthWales',
3810
+ NewSouthWales = "newSouthWales",
3858
3811
 
3859
- NewYork = 'newYork',
3812
+ NewYork = "newYork",
3860
3813
 
3861
- NorthernTerritory = 'northernTerritory',
3814
+ NorthernTerritory = "northernTerritory",
3862
3815
 
3863
- NorthCarolina = 'northCarolina',
3816
+ NorthCarolina = "northCarolina",
3864
3817
 
3865
- NorthDakota = 'northDakota',
3818
+ NorthDakota = "northDakota",
3866
3819
 
3867
- NovaScotia = 'novaScotia',
3820
+ NovaScotia = "novaScotia",
3868
3821
 
3869
- Ohio = 'ohio',
3822
+ Ohio = "ohio",
3870
3823
 
3871
- Oklahoma = 'oklahoma',
3824
+ Oklahoma = "oklahoma",
3872
3825
 
3873
- Ontario = 'ontario',
3826
+ Ontario = "ontario",
3874
3827
 
3875
- Oregon = 'oregon',
3828
+ Oregon = "oregon",
3876
3829
 
3877
- Pennsylvania = 'pennsylvania',
3830
+ Pennsylvania = "pennsylvania",
3878
3831
 
3879
- Quebec = 'quebec',
3832
+ Quebec = "quebec",
3880
3833
 
3881
- Queensland = 'queensland',
3834
+ Queensland = "queensland",
3882
3835
 
3883
- RhodeIsland = 'rhodeIsland',
3836
+ RhodeIsland = "rhodeIsland",
3884
3837
 
3885
- Saskatchewan = 'saskatchewan',
3838
+ Saskatchewan = "saskatchewan",
3886
3839
 
3887
- SouthAustralia = 'southAustralia',
3840
+ SouthAustralia = "southAustralia",
3888
3841
 
3889
- SouthCarolina = 'southCarolina',
3842
+ SouthCarolina = "southCarolina",
3890
3843
 
3891
- SouthDakota = 'southDakota',
3844
+ SouthDakota = "southDakota",
3892
3845
 
3893
- Tasmania = 'tasmania',
3846
+ Tasmania = "tasmania",
3894
3847
 
3895
- Tennessee = 'tennessee',
3848
+ Tennessee = "tennessee",
3896
3849
 
3897
- Texas = 'texas',
3850
+ Texas = "texas",
3898
3851
 
3899
- Utah = 'utah',
3852
+ Utah = "utah",
3900
3853
 
3901
- Vermont = 'vermont',
3854
+ Vermont = "vermont",
3902
3855
 
3903
- Victoria = 'victoria',
3856
+ Victoria = "victoria",
3904
3857
 
3905
- Virginia = 'virginia',
3858
+ Virginia = "virginia",
3906
3859
 
3907
- Washington = 'washington',
3860
+ Washington = "washington",
3908
3861
 
3909
- WesternAustralia = 'westernAustralia',
3862
+ WesternAustralia = "westernAustralia",
3910
3863
 
3911
- WestVirginia = 'westVirginia',
3864
+ WestVirginia = "westVirginia",
3912
3865
 
3913
- Wisconsin = 'wisconsin',
3866
+ Wisconsin = "wisconsin",
3914
3867
 
3915
- Wyoming = 'wyoming',
3868
+ Wyoming = "wyoming",
3916
3869
 
3917
- Yukon = 'yukon',
3870
+ Yukon = "yukon",
3918
3871
 
3919
- CiudadDeMexico = 'ciudadDeMexico',
3872
+ CiudadDeMexico = "ciudadDeMexico",
3920
3873
 
3921
- Jalisco = 'jalisco',
3874
+ Jalisco = "jalisco",
3922
3875
 
3923
- NewfoundlandAndLabrador = 'newfoundlandAndLabrador',
3876
+ NewfoundlandAndLabrador = "newfoundlandAndLabrador",
3924
3877
 
3925
- NuevoLeon = 'nuevoLeon',
3878
+ NuevoLeon = "nuevoLeon",
3926
3879
 
3927
- BajaCalifornia = 'bajaCalifornia',
3880
+ BajaCalifornia = "bajaCalifornia",
3928
3881
 
3929
- Chihuahua = 'chihuahua',
3882
+ Chihuahua = "chihuahua",
3930
3883
 
3931
- Guanajuato = 'guanajuato',
3884
+ Guanajuato = "guanajuato",
3932
3885
 
3933
- Guerrero = 'guerrero',
3886
+ Guerrero = "guerrero",
3934
3887
 
3935
- Mexico = 'mexico',
3888
+ Mexico = "mexico",
3936
3889
 
3937
- Michoacan = 'michoacan',
3890
+ Michoacan = "michoacan",
3938
3891
 
3939
- NewYorkCity = 'newYorkCity',
3892
+ NewYorkCity = "newYorkCity",
3940
3893
 
3941
- Tamaulipas = 'tamaulipas',
3894
+ Tamaulipas = "tamaulipas",
3942
3895
 
3943
- Veracruz = 'veracruz',
3896
+ Veracruz = "veracruz",
3944
3897
 
3945
- Chiapas = 'chiapas',
3898
+ Chiapas = "chiapas",
3946
3899
 
3947
- Coahuila = 'coahuila',
3900
+ Coahuila = "coahuila",
3948
3901
 
3949
- Durago = 'durango',
3902
+ Durago = "durango",
3950
3903
 
3951
- GuerreroCocula = 'guerreroCocula',
3904
+ GuerreroCocula = "guerreroCocula",
3952
3905
 
3953
- GuerreroJuchitan = 'guerreroJuchitan',
3906
+ GuerreroJuchitan = "guerreroJuchitan",
3954
3907
 
3955
- GuerreroTepecoacuilco = 'guerreroTepecoacuilco',
3908
+ GuerreroTepecoacuilco = "guerreroTepecoacuilco",
3956
3909
 
3957
- GuerreroTlacoapa = 'guerreroTlacoapa',
3910
+ GuerreroTlacoapa = "guerreroTlacoapa",
3958
3911
 
3959
- Gujarat = 'gujarat',
3912
+ Gujarat = "gujarat",
3960
3913
 
3961
- Hidalgo = 'hidalgo',
3914
+ Hidalgo = "hidalgo",
3962
3915
 
3963
- Karnataka = 'karnataka',
3916
+ Karnataka = "karnataka",
3964
3917
 
3965
- Kerala = 'kerala',
3918
+ Kerala = "kerala",
3966
3919
 
3967
- KhyberPakhtunkhwa = 'khyberPakhtunkhwa',
3920
+ KhyberPakhtunkhwa = "khyberPakhtunkhwa",
3968
3921
 
3969
- MadhyaPradesh = 'madhyaPradesh',
3922
+ MadhyaPradesh = "madhyaPradesh",
3970
3923
 
3971
- Maharashtra = 'maharashtra',
3924
+ Maharashtra = "maharashtra",
3972
3925
 
3973
- Morelos = 'morelos',
3926
+ Morelos = "morelos",
3974
3927
 
3975
- Nayarit = 'nayarit',
3928
+ Nayarit = "nayarit",
3976
3929
 
3977
- Oaxaca = 'oaxaca',
3930
+ Oaxaca = "oaxaca",
3978
3931
 
3979
- Puebla = 'puebla',
3932
+ Puebla = "puebla",
3980
3933
 
3981
- Punjab = 'punjab',
3934
+ Punjab = "punjab",
3982
3935
 
3983
- Queretaro = 'queretaro',
3936
+ Queretaro = "queretaro",
3984
3937
 
3985
- SanLuisPotosi = 'sanLuisPotosi',
3938
+ SanLuisPotosi = "sanLuisPotosi",
3986
3939
 
3987
- Sinaloa = 'sinaloa',
3940
+ Sinaloa = "sinaloa",
3988
3941
 
3989
- Sonora = 'sonora',
3942
+ Sonora = "sonora",
3990
3943
 
3991
- Tabasco = 'tabasco',
3944
+ Tabasco = "tabasco",
3992
3945
 
3993
- TamilNadu = 'tamilNadu',
3946
+ TamilNadu = "tamilNadu",
3994
3947
 
3995
- Yucatan = 'yucatan',
3948
+ Yucatan = "yucatan",
3996
3949
 
3997
- Zacatecas = 'zacatecas',
3950
+ Zacatecas = "zacatecas",
3998
3951
 
3999
- Aguascalientes = 'aguascalientes',
3952
+ Aguascalientes = "aguascalientes",
4000
3953
 
4001
- BajaCaliforniaSur = 'bajaCaliforniaSur',
3954
+ BajaCaliforniaSur = "bajaCaliforniaSur",
4002
3955
 
4003
- Campeche = 'campeche',
3956
+ Campeche = "campeche",
4004
3957
 
4005
- Colima = 'colima',
3958
+ Colima = "colima",
4006
3959
 
4007
- QuintanaRooBenitoJuarez = 'quintanaRooBenitoJuarez',
3960
+ QuintanaRooBenitoJuarez = "quintanaRooBenitoJuarez",
4008
3961
 
4009
- QuintanaRoo = 'quintanaRoo',
3962
+ QuintanaRoo = "quintanaRoo",
4010
3963
 
4011
- QuintanaRooSolidaridad = 'quintanaRooSolidaridad',
3964
+ QuintanaRooSolidaridad = "quintanaRooSolidaridad",
4012
3965
 
4013
- Tlaxcala = 'tlaxcala',
3966
+ Tlaxcala = "tlaxcala",
4014
3967
 
4015
- QuintanaRooCozumel = 'quintanaRooCozumel',
3968
+ QuintanaRooCozumel = "quintanaRooCozumel",
4016
3969
 
4017
- SanPaolo = 'saoPaolo',
3970
+ SanPaolo = "saoPaolo",
4018
3971
 
4019
- RioDeJaniero = 'rioDeJaneiro',
3972
+ RioDeJaniero = "rioDeJaneiro",
4020
3973
 
4021
- RioGrandeDoSul = 'rioGrandeDoSul',
3974
+ RioGrandeDoSul = "rioGrandeDoSul",
4022
3975
 
4023
- NorthWestTerritories = 'northWestTerritories',
3976
+ NorthWestTerritories = "northWestTerritories",
4024
3977
 
4025
- Nunavut = 'nunavut',
3978
+ Nunavut = "nunavut",
4026
3979
 
4027
- PrinceEdwardIsland = 'princeEdwardIsland',
3980
+ PrinceEdwardIsland = "princeEdwardIsland",
4028
3981
 
4029
- DistritoFederal = 'distritoFederal',
3982
+ DistritoFederal = "distritoFederal",
4030
3983
 
4031
- Maranhao = 'maranhao',
3984
+ Maranhao = "maranhao",
4032
3985
 
4033
- MatoGrosso = 'matoGrosso',
3986
+ MatoGrosso = "matoGrosso",
4034
3987
 
4035
- MinasGerais = 'minasGerais',
3988
+ MinasGerais = "minasGerais",
4036
3989
 
4037
- Para = 'para',
3990
+ Para = "para",
4038
3991
 
4039
- Parana = 'parana',
3992
+ Parana = "parana",
4040
3993
 
4041
- Pernambuco = 'pernambuco',
3994
+ Pernambuco = "pernambuco",
4042
3995
 
4043
- SantaCatarina = 'santaCatarina',
3996
+ SantaCatarina = "santaCatarina",
4044
3997
 
4045
- AndhraPradesh = 'andhraPradesh',
3998
+ AndhraPradesh = "andhraPradesh",
4046
3999
 
4047
- Ceara = 'ceara',
4000
+ Ceara = "ceara",
4048
4001
 
4049
- Goias = 'goias',
4002
+ Goias = "goias",
4050
4003
 
4051
- GuerreroAcapulcoDeJuarez = 'guerreroAcapulcoDeJuarez',
4004
+ GuerreroAcapulcoDeJuarez = "guerreroAcapulcoDeJuarez",
4052
4005
 
4053
- Haryana = 'haryana',
4006
+ Haryana = "haryana",
4054
4007
 
4055
- Sergipe = 'sergipe',
4008
+ Sergipe = "sergipe",
4056
4009
 
4057
- Alagos = 'alagos',
4010
+ Alagos = "alagos",
4058
4011
 
4059
- Bangsamoro = 'bangsamoro',
4012
+ Bangsamoro = "bangsamoro",
4060
4013
  }
4061
4014
 
4062
4015
  /**
@@ -4064,165 +4017,165 @@ export enum Region {
4064
4017
  *
4065
4018
  */
4066
4019
  export enum DocumentType {
4067
- None = 'none',
4020
+ None = "none",
4068
4021
 
4069
- ConsularId = 'consularId',
4022
+ ConsularId = "consularId",
4070
4023
 
4071
- Dl = 'dl',
4024
+ Dl = "dl",
4072
4025
 
4073
- DlPublicServicesCard = 'dlPublicServicesCard',
4026
+ DlPublicServicesCard = "dlPublicServicesCard",
4074
4027
 
4075
- EmploymentPass = 'employmentPass',
4028
+ EmploymentPass = "employmentPass",
4076
4029
 
4077
- FinCard = 'finCard',
4030
+ FinCard = "finCard",
4078
4031
 
4079
- Id = 'id',
4032
+ Id = "id",
4080
4033
 
4081
- MultipurposeId = 'multipurposeId',
4034
+ MultipurposeId = "multipurposeId",
4082
4035
 
4083
- MyKad = 'myKad',
4036
+ MyKad = "myKad",
4084
4037
 
4085
- MyKid = 'myKid',
4038
+ MyKid = "myKid",
4086
4039
 
4087
- MyPr = 'myPR',
4040
+ MyPr = "myPR",
4088
4041
 
4089
- MyTentera = 'myTentera',
4042
+ MyTentera = "myTentera",
4090
4043
 
4091
- PanCard = 'panCard',
4044
+ PanCard = "panCard",
4092
4045
 
4093
- ProfessionalId = 'professionalId',
4046
+ ProfessionalId = "professionalId",
4094
4047
 
4095
- PublicServicesCard = 'publicServicesCard',
4048
+ PublicServicesCard = "publicServicesCard",
4096
4049
 
4097
- ResidencePermit = 'residencePermit',
4050
+ ResidencePermit = "residencePermit",
4098
4051
 
4099
- ResidentId = 'residentId',
4052
+ ResidentId = "residentId",
4100
4053
 
4101
- TemporaryResidencePermit = 'temporaryResidencePermit',
4054
+ TemporaryResidencePermit = "temporaryResidencePermit",
4102
4055
 
4103
- VoterId = 'voterId',
4056
+ VoterId = "voterId",
4104
4057
 
4105
- WorkPermit = 'workPermit',
4058
+ WorkPermit = "workPermit",
4106
4059
 
4107
- IKad = 'iKad',
4060
+ IKad = "iKad",
4108
4061
 
4109
- MilitaryId = 'militaryId',
4062
+ MilitaryId = "militaryId",
4110
4063
 
4111
- MyKas = 'myKas',
4064
+ MyKas = "myKas",
4112
4065
 
4113
- DocialSecurityCard = 'docialSecurityCard',
4066
+ DocialSecurityCard = "docialSecurityCard",
4114
4067
 
4115
- HealthInsuranceCard = 'healthInsuranceCard',
4068
+ HealthInsuranceCard = "healthInsuranceCard",
4116
4069
 
4117
- Passport = 'passport',
4070
+ Passport = "passport",
4118
4071
 
4119
- SPass = 'sPass',
4072
+ SPass = "sPass",
4120
4073
 
4121
- AddressCard = 'addressCard',
4074
+ AddressCard = "addressCard",
4122
4075
 
4123
- AlienId = 'alienId',
4076
+ AlienId = "alienId",
4124
4077
 
4125
- AlienPassport = 'alienPassport',
4078
+ AlienPassport = "alienPassport",
4126
4079
 
4127
- GreenCard = 'greenCard',
4080
+ GreenCard = "greenCard",
4128
4081
 
4129
- MinorsId = 'minorsId',
4082
+ MinorsId = "minorsId",
4130
4083
 
4131
- PostalId = 'postalId',
4084
+ PostalId = "postalId",
4132
4085
 
4133
- ProfessionalDl = 'professionalDl',
4086
+ ProfessionalDl = "professionalDl",
4134
4087
 
4135
- TaxId = 'taxId',
4088
+ TaxId = "taxId",
4136
4089
 
4137
- WeaponPermit = 'weaponPermit',
4090
+ WeaponPermit = "weaponPermit",
4138
4091
 
4139
- Visa = 'visa',
4092
+ Visa = "visa",
4140
4093
 
4141
- BorderCrossingCard = 'borderCrossingCard',
4094
+ BorderCrossingCard = "borderCrossingCard",
4142
4095
 
4143
- DriverCard = 'driverCard',
4096
+ DriverCard = "driverCard",
4144
4097
 
4145
- GlobalEntryCard = 'globalEntryCard',
4098
+ GlobalEntryCard = "globalEntryCard",
4146
4099
 
4147
- MyPolis = 'mypolis',
4100
+ MyPolis = "mypolis",
4148
4101
 
4149
- NexusCard = 'nexusCard',
4102
+ NexusCard = "nexusCard",
4150
4103
 
4151
- PassportCard = 'passportCard',
4104
+ PassportCard = "passportCard",
4152
4105
 
4153
- ProofOfAgeCard = 'proofOfAgeCard',
4106
+ ProofOfAgeCard = "proofOfAgeCard",
4154
4107
 
4155
- RefugeeId = 'refugeeId',
4108
+ RefugeeId = "refugeeId",
4156
4109
 
4157
- TribalId = 'tribalId',
4110
+ TribalId = "tribalId",
4158
4111
 
4159
- VeteranId = 'veteranId',
4112
+ VeteranId = "veteranId",
4160
4113
 
4161
- CitizenshipCertificate = 'citizenshipCertificate',
4114
+ CitizenshipCertificate = "citizenshipCertificate",
4162
4115
 
4163
- MyNumberCard = 'myNumberCard',
4116
+ MyNumberCard = "myNumberCard",
4164
4117
 
4165
- ConsularPassport = 'consularPassport',
4118
+ ConsularPassport = "consularPassport",
4166
4119
 
4167
- MinorsPassport = 'minorsPassport',
4120
+ MinorsPassport = "minorsPassport",
4168
4121
 
4169
- MinorsPublicServicesCard = 'minorsPublicServicesCard',
4122
+ MinorsPublicServicesCard = "minorsPublicServicesCard",
4170
4123
 
4171
- DrivingPriviligeCard = 'drivingPriviligeCard',
4124
+ DrivingPriviligeCard = "drivingPriviligeCard",
4172
4125
 
4173
- AsylumRequest = 'asylumRequest',
4126
+ AsylumRequest = "asylumRequest",
4174
4127
 
4175
- DriverQualificationCard = 'driverQualificationCard',
4128
+ DriverQualificationCard = "driverQualificationCard",
4176
4129
 
4177
- ProvisionalDl = 'provisionalDl',
4130
+ ProvisionalDl = "provisionalDl",
4178
4131
 
4179
- RefugeePassport = 'refugeePassport',
4132
+ RefugeePassport = "refugeePassport",
4180
4133
 
4181
- SpecialId = 'specialId',
4134
+ SpecialId = "specialId",
4182
4135
 
4183
- UniformedServicesId = 'uniformedServicesId',
4136
+ UniformedServicesId = "uniformedServicesId",
4184
4137
 
4185
- ImmigrantVisa = 'immigrantVisa',
4138
+ ImmigrantVisa = "immigrantVisa",
4186
4139
 
4187
- ConsularVoterId = 'consularVoterId',
4140
+ ConsularVoterId = "consularVoterId",
4188
4141
 
4189
- TwicCard = 'twicCard',
4142
+ TwicCard = "twicCard",
4190
4143
 
4191
- ExitEntryPermit = 'exitEntryPermit',
4144
+ ExitEntryPermit = "exitEntryPermit",
4192
4145
 
4193
- MainlandTravelPermitTaiwan = 'mainlandTravelPermitTaiwan',
4146
+ MainlandTravelPermitTaiwan = "mainlandTravelPermitTaiwan",
4194
4147
 
4195
- NbiClearance = 'nbiClearance',
4148
+ NbiClearance = "nbiClearance",
4196
4149
 
4197
- ProofOfRegistration = 'proofOfRegistration',
4150
+ ProofOfRegistration = "proofOfRegistration",
4198
4151
 
4199
- TemporaryProtectionPermit = 'temporaryProtectionPermit',
4152
+ TemporaryProtectionPermit = "temporaryProtectionPermit",
4200
4153
 
4201
- AfghanCitizenCard = 'afghanCitizenCard',
4154
+ AfghanCitizenCard = "afghanCitizenCard",
4202
4155
 
4203
- EId = 'eId',
4156
+ EId = "eId",
4204
4157
 
4205
- Pass = 'pass',
4158
+ Pass = "pass",
4206
4159
 
4207
- SisId = 'sisId',
4160
+ SisId = "sisId",
4208
4161
 
4209
- AsicCard = 'asicCard',
4162
+ AsicCard = "asicCard",
4210
4163
 
4211
- BidoonCard = 'bidoonCard',
4164
+ BidoonCard = "bidoonCard",
4212
4165
 
4213
- InterimHealthInsuranceCard = 'interimHealthInsuranceCard',
4166
+ InterimHealthInsuranceCard = "interimHealthInsuranceCard",
4214
4167
 
4215
- NonVoterId = 'nonVoterId',
4168
+ NonVoterId = "nonVoterId",
4216
4169
 
4217
- ReciprocalHealthInsuranceCard = 'reciprocalHealthInsuranceCard',
4170
+ ReciprocalHealthInsuranceCard = "reciprocalHealthInsuranceCard",
4218
4171
 
4219
- VehicleRegistration = 'vehicleRegistration',
4172
+ VehicleRegistration = "vehicleRegistration",
4220
4173
 
4221
- EsaadCard = 'esaadCard',
4174
+ EsaadCard = "esaadCard",
4222
4175
 
4223
- RegistrationCertificate = 'registrationCertificate',
4176
+ RegistrationCertificate = "registrationCertificate",
4224
4177
 
4225
- MedicalMarijuanaId = 'medicalMarijuanaId',
4178
+ MedicalMarijuanaId = "medicalMarijuanaId",
4226
4179
  }
4227
4180
 
4228
4181
  /**
@@ -4230,105 +4183,105 @@ export enum DocumentType {
4230
4183
  *
4231
4184
  */
4232
4185
  export enum FieldType {
4233
- AdditionalAddressInformation = 'additionalAddressInformation',
4186
+ AdditionalAddressInformation = "additionalAddressInformation",
4234
4187
 
4235
- AdditionalNameInformation = 'additionalNameInformation',
4188
+ AdditionalNameInformation = "additionalNameInformation",
4236
4189
 
4237
- AdditionalOptionalAddressInformation = 'additionalOptionalAddressInformation',
4190
+ AdditionalOptionalAddressInformation = "additionalOptionalAddressInformation",
4238
4191
 
4239
- AdditionalPersonalIdNumber = 'additionalPersonalIdNumber',
4192
+ AdditionalPersonalIdNumber = "additionalPersonalIdNumber",
4240
4193
 
4241
- Address = 'address',
4194
+ Address = "address",
4242
4195
 
4243
- ClassEffectiveDate = 'classEffectiveDate',
4196
+ ClassEffectiveDate = "classEffectiveDate",
4244
4197
 
4245
- ClassExpiryDate = 'classExpiryDate',
4198
+ ClassExpiryDate = "classExpiryDate",
4246
4199
 
4247
- Conditions = 'conditions',
4200
+ Conditions = "conditions",
4248
4201
 
4249
- DateOfBirth = 'dateOfBirth',
4202
+ DateOfBirth = "dateOfBirth",
4250
4203
 
4251
- DateOfExpiry = 'dateOfExpiry',
4204
+ DateOfExpiry = "dateOfExpiry",
4252
4205
 
4253
- DateOfIssue = 'dateOfIssue',
4206
+ DateOfIssue = "dateOfIssue",
4254
4207
 
4255
- DocumentAdditionalNumber = 'documentAdditionalNumber',
4208
+ DocumentAdditionalNumber = "documentAdditionalNumber",
4256
4209
 
4257
- DocumentOptionalAdditionalNumber = 'documentOptionalAdditionalNumber',
4210
+ DocumentOptionalAdditionalNumber = "documentOptionalAdditionalNumber",
4258
4211
 
4259
- DocumentNumber = 'documentNumber',
4212
+ DocumentNumber = "documentNumber",
4260
4213
 
4261
- Employer = 'employer',
4214
+ Employer = "employer",
4262
4215
 
4263
- Endorsements = 'endorsements',
4216
+ Endorsements = "endorsements",
4264
4217
 
4265
- FathersName = 'fathersName',
4218
+ FathersName = "fathersName",
4266
4219
 
4267
- FirstName = 'firstName',
4220
+ FirstName = "firstName",
4268
4221
 
4269
- FullName = 'fullName',
4222
+ FullName = "fullName",
4270
4223
 
4271
- IssuingAuthority = 'issuingAuthority',
4224
+ IssuingAuthority = "issuingAuthority",
4272
4225
 
4273
- LastName = 'lastName',
4226
+ LastName = "lastName",
4274
4227
 
4275
- LicenseType = 'licenceType',
4228
+ LicenseType = "licenceType",
4276
4229
 
4277
- LocalizedName = 'localizedName',
4230
+ LocalizedName = "localizedName",
4278
4231
 
4279
- MaritalStatus = 'maritalStatus',
4232
+ MaritalStatus = "maritalStatus",
4280
4233
 
4281
- MothersName = 'mothersName',
4234
+ MothersName = "mothersName",
4282
4235
 
4283
- Mrz = 'mrz',
4236
+ Mrz = "mrz",
4284
4237
 
4285
- Nationality = 'nationality',
4238
+ Nationality = "nationality",
4286
4239
 
4287
- PersonalIdNumber = 'personalIdNumber',
4240
+ PersonalIdNumber = "personalIdNumber",
4288
4241
 
4289
- PlaceOfBirth = 'placeOfBirth',
4242
+ PlaceOfBirth = "placeOfBirth",
4290
4243
 
4291
- Profession = 'profession',
4244
+ Profession = "profession",
4292
4245
 
4293
- Race = 'race',
4246
+ Race = "race",
4294
4247
 
4295
- Religion = 'religion',
4248
+ Religion = "religion",
4296
4249
 
4297
- ResidentialStatus = 'residentialStatus',
4250
+ ResidentialStatus = "residentialStatus",
4298
4251
 
4299
- Restriction = 'restrictions',
4252
+ Restriction = "restrictions",
4300
4253
 
4301
- Sex = 'sex',
4254
+ Sex = "sex",
4302
4255
 
4303
- VehicleClass = 'vehicleClass',
4256
+ VehicleClass = "vehicleClass",
4304
4257
 
4305
- BloodType = 'bloodType',
4258
+ BloodType = "bloodType",
4306
4259
 
4307
- Sponsor = 'sponsor',
4260
+ Sponsor = "sponsor",
4308
4261
 
4309
- VisaType = 'visaType',
4262
+ VisaType = "visaType",
4310
4263
 
4311
- DocumentSubtype = 'documentSubtype',
4264
+ DocumentSubtype = "documentSubtype",
4312
4265
 
4313
- Remarks = 'remarks',
4266
+ Remarks = "remarks",
4314
4267
 
4315
- ResidencePermitType = 'residencePermitType',
4268
+ ResidencePermitType = "residencePermitType",
4316
4269
 
4317
- ManufacturingYear = 'manufacturingYear',
4270
+ ManufacturingYear = "manufacturingYear",
4318
4271
 
4319
- VehicleType = 'vehicleType',
4272
+ VehicleType = "vehicleType",
4320
4273
 
4321
- DependentDateOfBirth = 'dependentDateOfBirth',
4274
+ DependentDateOfBirth = "dependentDateOfBirth",
4322
4275
 
4323
- DependentSex = 'dependentSex',
4276
+ DependentSex = "dependentSex",
4324
4277
 
4325
- DependentDocumentNumber = 'dependentDocumentNumber',
4278
+ DependentDocumentNumber = "dependentDocumentNumber",
4326
4279
 
4327
- DependentFullName = 'dependentFullName',
4280
+ DependentFullName = "dependentFullName",
4328
4281
 
4329
- EligibilityCategory = 'eligibilityCategory',
4282
+ EligibilityCategory = "eligibilityCategory",
4330
4283
 
4331
- SpecificDocumentValidity = 'specificDocumentValidity',
4284
+ SpecificDocumentValidity = "specificDocumentValidity",
4332
4285
 
4333
- VehnicleOwner = 'vehicleOwner',
4286
+ VehnicleOwner = "vehicleOwner",
4334
4287
  }