idmission-web-sdk 2.1.11 → 2.1.13
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/dist/lib/models/DocumentDetection.d.ts +1 -1
- package/dist/sdk2.cjs.development.js +3 -3
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +3 -3
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +3 -3
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +5 -1
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
return cooked;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
var webSdkVersion = '2.1.
|
|
143
|
+
var webSdkVersion = '2.1.13';
|
|
144
144
|
|
|
145
145
|
function getPlatform() {
|
|
146
146
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
var templateObject_1$D;
|
|
980
980
|
|
|
981
981
|
exports.defaultAuthUrl = 'https://portal-api.idmission.com';
|
|
982
|
-
var allowedAuthUrls = ['https://portal-
|
|
982
|
+
var allowedAuthUrls = ['https://portal-api.idmission.com', 'https://portal-api-uat.idmission.com', 'https://portal-api-demo.idmission.com', 'https://portal-api-dev.idmission.com', 'http://localhost:10000'];
|
|
983
983
|
function setDefaultAuthUrl(url) {
|
|
984
984
|
if (!allowedAuthUrls.includes(url)) throw new Error('invalid auth url');
|
|
985
985
|
exports.defaultAuthUrl = url;
|
|
@@ -3691,7 +3691,7 @@
|
|
|
3691
3691
|
});
|
|
3692
3692
|
}
|
|
3693
3693
|
|
|
3694
|
-
var defaultDocumentDetectorModelPath = "https://websdk-cdn-dev.idmission.com/assets/models/
|
|
3694
|
+
var defaultDocumentDetectorModelPath = "https://websdk-cdn-dev.idmission.com/assets/models/docdetectmp20240802/model_fp16.tflite";
|
|
3695
3695
|
var defaultDocumentDetectionScoreThreshold = 0.1;
|
|
3696
3696
|
var defaultDocumentDetectionModelLoadTimeoutMs = 45000;
|
|
3697
3697
|
var defaultDocumentDetectionThresholds = {
|