@tsocial/tvweb-sdk.tcli 5.34.8 → 5.35.1

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.
@@ -1296,7 +1296,7 @@ type CustomErrors = {
1296
1296
 
1297
1297
  type BaseTVWebSDKProps = {
1298
1298
  container: HTMLElement;
1299
- lang?: 'vi' | 'en' | 'es-mx';
1299
+ lang?: 'vi' | 'en' | 'es-mx' | 'hi';
1300
1300
  assetRoot?: string;
1301
1301
  resourceRoot?: string;
1302
1302
  customUrls?: NestedPartial<ResourceUrls>;
@@ -1425,6 +1425,7 @@ type ReadIDCardOptions = {
1425
1425
  flipVideoHorizontal?: boolean;
1426
1426
  customTexts?: CustomTexts;
1427
1427
  customErrors?: CustomErrors;
1428
+ customTheme?: Record<string, any>;
1428
1429
  };
1429
1430
  type ReadIDCardWithApiCallOptions = Omit<ReadIDCardOptions, 'clientSettings'> & {
1430
1431
  apiCredentials: APICredentials;
@@ -1492,6 +1493,7 @@ type BaseLivenessDetectionOptions = {
1492
1493
  serviceSettings?: ServiceSettings;
1493
1494
  flowId?: FlowId;
1494
1495
  extraConfig?: Record<string, any>;
1496
+ customTheme?: Record<string, any>;
1495
1497
  };
1496
1498
  type LivenessDetectionOptions = (BaseLivenessDetectionOptions & {
1497
1499
  apiCheck: true;
@@ -1548,6 +1550,7 @@ type BaseFaceAuthenticationOptions = {
1548
1550
  serviceSettings?: ServiceSettings;
1549
1551
  flowId?: FlowId;
1550
1552
  extraConfig?: Record<string, any>;
1553
+ customTheme?: Record<string, any>;
1551
1554
  };
1552
1555
  type FaceAuthenticationOptions = (BaseFaceAuthenticationOptions & {
1553
1556
  apiCheck: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsocial/tvweb-sdk.tcli",
3
- "version": "5.34.8",
3
+ "version": "5.35.1",
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": "5.34.8",
31
- "@tsocial/tvweb-core": "5.34.8",
32
- "@tsocial/tvweb-ui": "5.34.8",
30
+ "@tsocial/tvweb-builder": "5.35.0",
31
+ "@tsocial/tvweb-core": "5.35.1",
32
+ "@tsocial/tvweb-ui": "5.35.1",
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": "7a712c40cbec176109be2813eee0d76ade0d57ae"
39
+ "gitHead": "e9fb3d79c78f15815813984612ca63aa425f3db2"
40
40
  }