idmission-web-sdk 2.0.0 → 2.0.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/README.md +1 -0
- package/dist/components/customer_flows/VideoIdValidation.d.ts +2 -0
- package/dist/components/video_id/IdVideoCapture.d.ts +2 -1
- package/dist/components/video_id/IdVideoCaptureWizard.d.ts +2 -1
- package/dist/components/video_signature_capture/VideoSignatureWizard.d.ts +1 -1
- package/dist/lib/camera/useVideoRecorder.d.ts +1 -1
- package/dist/sdk2.cjs.development.js +278 -203
- 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 +278 -203
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +278 -203
- 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/stories/CustomerFlows/VideoIdValidation.stories.d.ts +8 -10
- package/dist/version.d.ts +1 -1
- package/package.json +9 -9
|
@@ -3,7 +3,6 @@ import { getSessionId } from '../utils/sessions';
|
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: import("react").FC<import("../../components/customer_flows/VideoIdValidation").VideoIdValidationProps>;
|
|
6
|
-
tags: string[];
|
|
7
6
|
args: {
|
|
8
7
|
lang: string;
|
|
9
8
|
debugMode: true;
|
|
@@ -11,15 +10,7 @@ declare const meta: {
|
|
|
11
10
|
authUrl: any;
|
|
12
11
|
submissionUrl: string;
|
|
13
12
|
documentServiceUrl: string;
|
|
14
|
-
theme:
|
|
15
|
-
idVideoCapture: {
|
|
16
|
-
idCardGuides: {
|
|
17
|
-
borderWidth: number;
|
|
18
|
-
satisfiedColor: string;
|
|
19
|
-
unsatisfiedColor: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
13
|
+
theme: "default";
|
|
23
14
|
idCapturePortraitGuidesOnMobile: true;
|
|
24
15
|
onExitAfterFailure: import("@vitest/spy").Mock<[resp: import("../..").SubmissionResponse | null, req: import("../../contexts/SubmissionContext").LivenessCheckRequest | null], void>;
|
|
25
16
|
};
|
|
@@ -91,6 +82,13 @@ export declare const WithIdCaptureModelsDisabled: {
|
|
|
91
82
|
idCaptureModelsEnabled: false;
|
|
92
83
|
};
|
|
93
84
|
};
|
|
85
|
+
export declare const WithMergedAudioVideo: {
|
|
86
|
+
args: {
|
|
87
|
+
mergeAVStreams: true;
|
|
88
|
+
readTextPrompt: string;
|
|
89
|
+
skipIdCapture: true;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
94
92
|
export declare const NoTheme: {
|
|
95
93
|
args: {
|
|
96
94
|
theme: "none";
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const webSdkVersion = "2.0.
|
|
1
|
+
export declare const webSdkVersion = "2.0.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "idmission-web-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/sdk2.esm.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/runtime": "^7.14.6",
|
|
56
56
|
"@mediapipe/tasks-vision": "^0.10.7",
|
|
57
|
-
"@storybook/test": "^8.1.
|
|
57
|
+
"@storybook/test": "^8.1.9",
|
|
58
58
|
"i18next": "^23.5.1",
|
|
59
59
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
60
60
|
"ladda": "^2.0.3",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"@babel/preset-env": "7.14.7",
|
|
75
75
|
"@babel/preset-react": "7.14.5",
|
|
76
76
|
"@chromatic-com/storybook": "^1.5.0",
|
|
77
|
-
"@storybook/addon-essentials": "^8.1.
|
|
78
|
-
"@storybook/addon-interactions": "^8.1.
|
|
79
|
-
"@storybook/addon-links": "^8.1.
|
|
80
|
-
"@storybook/blocks": "^8.1.
|
|
81
|
-
"@storybook/react": "^8.1.
|
|
82
|
-
"@storybook/react-vite": "^8.1.
|
|
77
|
+
"@storybook/addon-essentials": "^8.1.9",
|
|
78
|
+
"@storybook/addon-interactions": "^8.1.9",
|
|
79
|
+
"@storybook/addon-links": "^8.1.9",
|
|
80
|
+
"@storybook/blocks": "^8.1.9",
|
|
81
|
+
"@storybook/react": "^8.1.9",
|
|
82
|
+
"@storybook/react-vite": "^8.1.9",
|
|
83
83
|
"@testing-library/jest-dom": "5.14.1",
|
|
84
84
|
"@testing-library/react": "12.0.0",
|
|
85
85
|
"@testing-library/user-event": "13.1.9",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
121
121
|
"rollup-plugin-terser": "7.0.2",
|
|
122
122
|
"shx": "0.3.3",
|
|
123
|
-
"storybook": "^8.1.
|
|
123
|
+
"storybook": "^8.1.9",
|
|
124
124
|
"tanem-scripts": "7.0.0",
|
|
125
125
|
"ts-jest": "29.1.0",
|
|
126
126
|
"typescript": "^5.0.4"
|