@tsocial/tvweb-sdk.tcli 0.0.0-beta.20251215-170414 → 5.34.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.
- package/build/tvweb-sdk.cjs.min.js +774 -758
- package/build/tvweb-sdk.esm.min.js +774 -758
- package/build/tvweb-sdk.tcli.standalone.js +625 -557
- package/build/tvweb-sdk.tcli.standalone.min.js +774 -758
- package/build/types/index.d.ts +2 -0
- package/package.json +5 -5
package/build/types/index.d.ts
CHANGED
|
@@ -1674,6 +1674,7 @@ type BaseLivenessDetectionOptions = {
|
|
|
1674
1674
|
onClose?: () => void;
|
|
1675
1675
|
serviceSettings?: ServiceSettings;
|
|
1676
1676
|
flowId?: FlowId;
|
|
1677
|
+
extraConfig?: Record<string, any>;
|
|
1677
1678
|
};
|
|
1678
1679
|
type LivenessDetectionOptions = (BaseLivenessDetectionOptions & {
|
|
1679
1680
|
apiCheck: true;
|
|
@@ -1735,6 +1736,7 @@ type BaseFaceAuthenticationOptions = {
|
|
|
1735
1736
|
onClose?: () => void;
|
|
1736
1737
|
serviceSettings?: ServiceSettings;
|
|
1737
1738
|
flowId?: FlowId;
|
|
1739
|
+
extraConfig?: Record<string, any>;
|
|
1738
1740
|
};
|
|
1739
1741
|
type FaceAuthenticationOptions = (BaseFaceAuthenticationOptions & {
|
|
1740
1742
|
apiCheck: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsocial/tvweb-sdk.tcli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.34.0",
|
|
4
4
|
"description": "TV Web SDK - The Standalone SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@tsocial/tvweb-builder": "
|
|
31
|
-
"@tsocial/tvweb-core": "
|
|
32
|
-
"@tsocial/tvweb-ui": "
|
|
30
|
+
"@tsocial/tvweb-builder": "5.34.0",
|
|
31
|
+
"@tsocial/tvweb-core": "5.34.0",
|
|
32
|
+
"@tsocial/tvweb-ui": "5.34.0",
|
|
33
33
|
"invariant": "^2.2.4",
|
|
34
34
|
"react": "^16.14.0",
|
|
35
35
|
"react-app-polyfill": "^2.0.0",
|
|
36
36
|
"react-dom": "^16.14.0",
|
|
37
37
|
"styled-components": "^6.1.12"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "50bbbf73143802b57dd648f1b2c72f02c134ddec"
|
|
40
40
|
}
|