@tsocial/tvweb-sdk.msb 0.0.0-beta.20260106-111700 → 0.0.0-beta.20260113-112310

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.
@@ -1327,7 +1327,7 @@ type DeviceInfo = {
1327
1327
  };
1328
1328
  type ReadIDCardResult = {
1329
1329
  stepNumber: number;
1330
- cardSide: string;
1330
+ cardSide: 'front' | 'back';
1331
1331
  cardType: string;
1332
1332
  image: {
1333
1333
  blob: Blob;
@@ -1362,7 +1362,17 @@ type ReadIDCardResult = {
1362
1362
  ];
1363
1363
  fullVideo?: any;
1364
1364
  capturingVideo?: any;
1365
- apiResult?: any;
1365
+ apiResult?: {
1366
+ sanityResult: any;
1367
+ tamperingInfo: any;
1368
+ cardInfo: any;
1369
+ cardImageId: string;
1370
+ qrImageId: string;
1371
+ mp4VideoIds: {
1372
+ full: string;
1373
+ capturing: string;
1374
+ };
1375
+ };
1366
1376
  };
1367
1377
  type OutputEncryptionSettings = {
1368
1378
  key: string;
@@ -1449,6 +1459,9 @@ type LivenessDetectionDoneResult = {
1449
1459
  apiCheckPassed?: boolean;
1450
1460
  verifyFaceLivenessResult?: any;
1451
1461
  verifyFacePortraitResult?: any;
1462
+ uploadFramesResult: Array<{
1463
+ id: string;
1464
+ }>;
1452
1465
  };
1453
1466
  type VideoFrame = {
1454
1467
  index: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsocial/tvweb-sdk.msb",
3
- "version": "0.0.0-beta.20260106-111700",
3
+ "version": "0.0.0-beta.20260113-112310",
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>",
@@ -28,14 +28,14 @@
28
28
  "test": "echo \"Error: run tests from root\" && exit 1"
29
29
  },
30
30
  "devDependencies": {
31
- "@tsocial/tvweb-builder": "0.0.0-beta.20260106-111700",
32
- "@tsocial/tvweb-core": "0.0.0-beta.20260106-111700",
33
- "@tsocial/tvweb-ui": "0.0.0-beta.20260106-111700",
31
+ "@tsocial/tvweb-builder": "0.0.0-beta.20260113-112310",
32
+ "@tsocial/tvweb-core": "0.0.0-beta.20260113-112310",
33
+ "@tsocial/tvweb-ui": "0.0.0-beta.20260113-112310",
34
34
  "invariant": "^2.2.4",
35
35
  "react": "^16.14.0",
36
36
  "react-app-polyfill": "^2.0.0",
37
37
  "react-dom": "^16.14.0",
38
38
  "styled-components": "^6.1.12"
39
39
  },
40
- "gitHead": "5a0e7d1b855ad6a0d7e968c74063ef92ce6b9750"
40
+ "gitHead": "462df0895cda3389e4c86706d0e795a078d1c568"
41
41
  }