@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
@@ -201,6 +201,21 @@ export class BlinkIdScanningResult {
201
201
  *
202
202
  */
203
203
 
204
+ /**
205
+ * The country code of the document owner.
206
+ *
207
+ */
208
+
209
+ /**
210
+ * The certificate number of the document owner.
211
+ *
212
+ */
213
+
214
+ /**
215
+ * The national insurance number of the document owner.
216
+ *
217
+ */
218
+
204
219
  /**
205
220
  * The date of birth of the document owner.
206
221
  *
@@ -326,7 +341,7 @@ export class BlinkIdScanningResult {
326
341
  * The full name of the document owner.
327
342
  *
328
343
  */
329
- this.fullName = nativeBlinkIdResult.firstName;
344
+ this.fullName = nativeBlinkIdResult.fullName;
330
345
 
331
346
  /**
332
347
  * The additional name information of the document owner.
@@ -517,6 +532,24 @@ export class BlinkIdScanningResult {
517
532
  */
518
533
  this.visaType = nativeBlinkIdResult.visaType;
519
534
 
535
+ /**
536
+ * The country code of the document owner.
537
+ *
538
+ */
539
+ this.countryCode = nativeBlinkIdResult.countryCode;
540
+
541
+ /**
542
+ * The certificate number of the document owner.
543
+ *
544
+ */
545
+ this.certificateNumber = nativeBlinkIdResult.certificateNumber;
546
+
547
+ /**
548
+ * The national insurance number of the document owner.
549
+ *
550
+ */
551
+ this.nationalInsuranceNumber = nativeBlinkIdResult.nationalInsuranceNumber;
552
+
520
553
  /**
521
554
  * The date of birth of the document owner.
522
555
  *
@@ -1 +1 @@
1
- {"version":3,"names":["BlinkIdScanningResult","constructor","nativeBlinkIdResult","recognitionMode","documentClassInfo","dataMatchResult","firstName","lastName","fullName","additionalNameInformation","localizedName","fathersName","mothersName","address","additionalAddressInformation","additionalOptionalAddressInformation","placeOfBirth","nationality","race","religion","profession","maritalStatus","residentialStatus","employer","sex","sponsor","bloodType","documentNumber","personalIdNumber","documentAdditionalNumber","documentOptionalAdditionalNumber","additionalPersonalIdNumber","issuingAuthority","documentSubtype","remarks","residencePermitType","manufacturingYear","vehicleType","eligibilityCategory","specificDocumentValidity","visaType","dateOfBirth","dateOfIssue","dateOfExpiry","dateOfExpiryPermanent","driverLicenseDetailedInfo","dependentsInfo","subResults","firstInputImage","secondInputImage","barcodeInputImage","firstDocumentImage","secondDocumentImage","faceImage","signatureImage"],"sourceRoot":"../../src","sources":["blinkIdResult.ts"],"mappings":";;AAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,qBAAqB,CAAC;EACjC;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;EACEC,WAAWA,CAACC,mBAAwB,EAAE;IACpC;AACJ;AACA;AACA;AACA;IACI,IAAI,CAACC,eAAe,GAClBD,mBAAmB,CAACC,eAAe;IACrC;AACJ;AACA;AACA;AACA;IACI,IAAI,CAACC,iBAAiB,GACpBF,mBAAmB,CAACE,iBAAiB;IACvC;AACJ;AACA;AACA;AACA;IACI,IAAI,CAACC,eAAe,GAClBH,mBAAmB,CAACG,eAAe;;IAErC;AACJ;AACA;AACA;IACI,IAAI,CAACC,SAAS,GACZJ,mBAAmB,CAACI,SAAS;;IAE/B;AACJ;AACA;AACA;IACI,IAAI,CAACC,QAAQ,GACXL,mBAAmB,CAACK,QAAQ;;IAE9B;AACJ;AACA;AACA;IACI,IAAI,CAACC,QAAQ,GACXN,mBAAmB,CAACI,SAAS;;IAE/B;AACJ;AACA;AACA;IACI,IAAI,CAACG,yBAAyB,GAC5BP,mBAAmB,CAACO,yBAAyB;;IAE/C;AACJ;AACA;AACA;IACI,IAAI,CAACC,aAAa,GAChBR,mBAAmB,CAACQ,aAAa;IACnC;AACJ;AACA;AACA;IACI,IAAI,CAACC,WAAW,GACdT,mBAAmB,CAACS,WAAW;;IAEjC;AACJ;AACA;AACA;IACI,IAAI,CAACC,WAAW,GACdV,mBAAmB,CAACU,WAAW;;IAEjC;AACJ;AACA;AACA;IACI,IAAI,CAACC,OAAO,GACVX,mBAAmB,CAACW,OAAO;;IAE7B;AACJ;AACA;AACA;IACI,IAAI,CAACC,4BAA4B,GAC/BZ,mBAAmB,CAACY,4BAA4B;;IAElD;AACJ;AACA;AACA;IACI,IAAI,CAACC,oCAAoC,GACvCb,mBAAmB,CAACa,oCAAoC;;IAE1D;AACJ;AACA;AACA;IACI,IAAI,CAACC,YAAY,GACfd,mBAAmB,CAACc,YAAY;;IAElC;AACJ;AACA;AACA;IACI,IAAI,CAACC,WAAW,GACdf,mBAAmB,CAACe,WAAW;;IAEjC;AACJ;AACA;AACA;IACI,IAAI,CAACC,IAAI,GACPhB,mBAAmB,CAACgB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","ignoreList":[]}
1
+ {"version":3,"names":["BlinkIdScanningResult","constructor","nativeBlinkIdResult","recognitionMode","documentClassInfo","dataMatchResult","firstName","lastName","fullName","additionalNameInformation","localizedName","fathersName","mothersName","address","additionalAddressInformation","additionalOptionalAddressInformation","placeOfBirth","nationality","race","religion","profession","maritalStatus","residentialStatus","employer","sex","sponsor","bloodType","documentNumber","personalIdNumber","documentAdditionalNumber","documentOptionalAdditionalNumber","additionalPersonalIdNumber","issuingAuthority","documentSubtype","remarks","residencePermitType","manufacturingYear","vehicleType","eligibilityCategory","specificDocumentValidity","visaType","countryCode","certificateNumber","nationalInsuranceNumber","dateOfBirth","dateOfIssue","dateOfExpiry","dateOfExpiryPermanent","driverLicenseDetailedInfo","dependentsInfo","subResults","firstInputImage","secondInputImage","barcodeInputImage","firstDocumentImage","secondDocumentImage","faceImage","signatureImage"],"sourceRoot":"../../src","sources":["blinkIdResult.ts"],"mappings":";;AAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,qBAAqB,CAAC;EACjC;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AAC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","ignoreList":[]}