@tsocial/tvweb-sdk.nbcci 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.
@@ -1210,8 +1210,9 @@ declare const _default: {
1210
1210
  'passive_liveness_v2.instruction.capturing_done': string;
1211
1211
  };
1212
1212
  type Translation = typeof _default;
1213
- interface CustomTexts extends Translation {
1214
- }
1213
+ type CustomTexts = Partial<Translation> & {
1214
+ [key: string]: string;
1215
+ };
1215
1216
  interface BlazefaceModel {
1216
1217
  load(params?: {
1217
1218
  modelUrl?: string;
@@ -1277,6 +1278,7 @@ type BaseTVWebSDKProps = {
1277
1278
  enableAntiDebug?: boolean;
1278
1279
  warmupMessage: string;
1279
1280
  baseComponent: Record<string, any>;
1281
+ component?: Record<string, any>;
1280
1282
  country?: 'vn' | 'ph';
1281
1283
  idCardContext: Record<string, any>;
1282
1284
  exifKey?: string;
@@ -1474,6 +1476,7 @@ type FaceAuthenticationOptions = {
1474
1476
 
1475
1477
  declare class BaseTVWebSDK {
1476
1478
  container: HTMLElement;
1479
+ component: Record<string, any>;
1477
1480
  constructor(constructorProps: BaseTVWebSDKProps);
1478
1481
  /**
1479
1482
  * Check the ability to open the camera of the current device.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsocial/tvweb-sdk.nbcci",
3
- "version": "0.0.0-beta.20251211-144711",
3
+ "version": "0.0.0-beta.20251211-151717",
4
4
  "description": "TV Web SDK - The Standalone SDK",
5
5
  "keywords": [],
6
6
  "author": "Nha Hoang <nha.hoang@trustingsocial.com>",
@@ -30,14 +30,14 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@tsocial/trustvision-sdk": "2.12.4",
33
- "@tsocial/tvweb-builder": "0.0.0-beta.20251211-144711",
34
- "@tsocial/tvweb-core": "0.0.0-beta.20251211-144711",
35
- "@tsocial/tvweb-ui": "0.0.0-beta.20251211-144711",
33
+ "@tsocial/tvweb-builder": "0.0.0-beta.20251211-151717",
34
+ "@tsocial/tvweb-core": "0.0.0-beta.20251211-151717",
35
+ "@tsocial/tvweb-ui": "0.0.0-beta.20251211-151717",
36
36
  "invariant": "^2.2.4",
37
37
  "react": "^16.14.0",
38
38
  "react-app-polyfill": "^2.0.0",
39
39
  "react-dom": "^16.14.0",
40
40
  "styled-components": "^6.1.12"
41
41
  },
42
- "gitHead": "c307187330101547484d87394864dce39e930d39"
42
+ "gitHead": "fddbb19f97d43bf4d63b8738fe249db64ef6c6f2"
43
43
  }