@tsocial/tvweb-sdk.msb 0.0.0-beta.20251211-144711 → 0.0.0-beta.20251211-151717

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.
@@ -1409,8 +1409,9 @@ declare const _default: {
1409
1409
  'passive_liveness_v2.instruction.capturing_done': string;
1410
1410
  };
1411
1411
  type Translation = typeof _default;
1412
- interface CustomTexts extends Translation {
1413
- }
1412
+ type CustomTexts = Partial<Translation> & {
1413
+ [key: string]: string;
1414
+ };
1414
1415
  interface BlazefaceModel {
1415
1416
  load(params?: {
1416
1417
  modelUrl?: string;
@@ -1476,6 +1477,7 @@ type BaseTVWebSDKProps = {
1476
1477
  enableAntiDebug?: boolean;
1477
1478
  warmupMessage: string;
1478
1479
  baseComponent: Record<string, any>;
1480
+ component?: Record<string, any>;
1479
1481
  country?: 'vn' | 'ph';
1480
1482
  idCardContext: Record<string, any>;
1481
1483
  exifKey?: string;
@@ -1673,6 +1675,7 @@ type FaceAuthenticationOptions = {
1673
1675
 
1674
1676
  declare class BaseTVWebSDK {
1675
1677
  container: HTMLElement;
1678
+ component: Record<string, any>;
1676
1679
  constructor(constructorProps: BaseTVWebSDKProps);
1677
1680
  /**
1678
1681
  * Check the ability to open the camera of the current device.
@@ -1743,7 +1746,7 @@ declare class SDKAdapter {
1743
1746
  }
1744
1747
 
1745
1748
  declare class TVWebSDK extends BaseTVWebSDK {
1746
- constructor(props: any);
1749
+ constructor(props: BaseTVWebSDKProps);
1747
1750
  }
1748
1751
 
1749
1752
  export { index$1 as Constants, TVWebSDK as SDK, SDKAdapter, ScannerType, defaultClientSettings, defaultSteps as defaultReadIDCardSteps, getSDKVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsocial/tvweb-sdk.msb",
3
- "version": "0.0.0-beta.20251211-144711",
3
+ "version": "0.0.0-beta.20251211-151717",
4
4
  "description": "TV Web SDK - The Standalone MSB SDK",
5
5
  "keywords": [],
6
6
  "author": "Nha Hoang <nha.hoang@trustingsocial.com>, Son T. Ng <son.nguyen.thai@trustingsocial.com>",
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@tsocial/trustvision-sdk": "2.12.4",
32
- "@tsocial/tvweb-builder": "0.0.0-beta.20251211-144711",
33
- "@tsocial/tvweb-core": "0.0.0-beta.20251211-144711",
34
- "@tsocial/tvweb-ui": "0.0.0-beta.20251211-144711",
32
+ "@tsocial/tvweb-builder": "0.0.0-beta.20251211-151717",
33
+ "@tsocial/tvweb-core": "0.0.0-beta.20251211-151717",
34
+ "@tsocial/tvweb-ui": "0.0.0-beta.20251211-151717",
35
35
  "invariant": "^2.2.4",
36
36
  "react": "^16.14.0",
37
37
  "react-app-polyfill": "^2.0.0",
38
38
  "react-dom": "^16.14.0",
39
39
  "styled-components": "^6.1.12"
40
40
  },
41
- "gitHead": "c307187330101547484d87394864dce39e930d39"
41
+ "gitHead": "fddbb19f97d43bf4d63b8738fe249db64ef6c6f2"
42
42
  }