scandit-react-native-datacapture-id 6.28.0 → 6.28.2
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.
package/android/build.gradle
CHANGED
|
@@ -75,7 +75,7 @@ if (file( "${rootProject.projectDir}/build-test.gradle").exists()) {
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
dependencies {
|
|
78
|
-
def sdk_version = "6.28.
|
|
78
|
+
def sdk_version = "6.28.2"
|
|
79
79
|
|
|
80
80
|
println("Version of the native sdk used in this build: ${safeExtGet("global_sdk_version", sdk_version)}")
|
|
81
81
|
api project(path: ":scandit-react-native-datacapture-core")
|
package/dist/id.js
CHANGED
|
@@ -1669,6 +1669,12 @@ var DocumentType;
|
|
|
1669
1669
|
DocumentType["Pass"] = "pass";
|
|
1670
1670
|
DocumentType["SisId"] = "sisId";
|
|
1671
1671
|
DocumentType["MedicalMarijuanaCard"] = "medicalMarijuanaCard";
|
|
1672
|
+
DocumentType["AsicCard"] = "asicCard";
|
|
1673
|
+
DocumentType["BidoonCard"] = "bidoonCard";
|
|
1674
|
+
DocumentType["InterimHealthInsuranceCard"] = "interimHealthInsuranceCard";
|
|
1675
|
+
DocumentType["NonVoterId"] = "nonVoterId";
|
|
1676
|
+
DocumentType["ReciprocalHealthInsuranceCard"] = "reciprocalHealthInsuranceCard";
|
|
1677
|
+
DocumentType["VehicleRegistration"] = "vehicleRegistration";
|
|
1672
1678
|
})(DocumentType || (DocumentType = {}));
|
|
1673
1679
|
|
|
1674
1680
|
class VizMrzComparisonResult {
|