@tsocial/tvweb-sdk.tcli 0.0.0-beta.20260102-120556 → 0.0.0-beta.20260106-111700

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.
@@ -1824,4 +1824,4 @@ declare class TVWebSDK extends BaseTVWebSDK {
1824
1824
  }
1825
1825
 
1826
1826
  export { index$1 as Constants, TVWebSDK as SDK, SDKAdapter, ScannerType, defaultClientSettings, defaultSteps as defaultReadIDCardSteps, getSDKVersion };
1827
- export type { BaseTVWebSDKProps, FaceAuthenticationOptions, FaceAuthenticationResult, LivenessDetectionDoneResult, LivenessDetectionOptions, ReadIDCardOptions, ReadIDCardResult, ReadIDCardWithApiCallOptions };
1827
+ export type { BaseTVWebSDKProps, FaceAuthenticationOptions, FaceAuthenticationResult, IDCardStep, LivenessDetectionDoneResult, LivenessDetectionOptions, ReadIDCardOptions, ReadIDCardResult, ReadIDCardWithApiCallOptions, VideoFrame };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsocial/tvweb-sdk.tcli",
3
- "version": "0.0.0-beta.20260102-120556",
3
+ "version": "0.0.0-beta.20260106-111700",
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": "0.0.0-beta.20260102-120556",
31
- "@tsocial/tvweb-core": "0.0.0-beta.20260102-120556",
32
- "@tsocial/tvweb-ui": "0.0.0-beta.20260102-120556",
30
+ "@tsocial/tvweb-builder": "0.0.0-beta.20260106-111700",
31
+ "@tsocial/tvweb-core": "0.0.0-beta.20260106-111700",
32
+ "@tsocial/tvweb-ui": "0.0.0-beta.20260106-111700",
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": "d2b0decf866cb2885fce5ed52564280030b1e277"
39
+ "gitHead": "5a0e7d1b855ad6a0d7e968c74063ef92ce6b9750"
40
40
  }