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