tencentcloud-sdk-nodejs-intl-en 3.0.1396 → 3.0.1398

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1396",
3
+ "version": "3.0.1398",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20200309: require("./v20200309"), v20250903: require("./v20250903"),
2
+ v20250903: require("./v20250903"), v20200309: require("./v20200309"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210420: require("./v20210420"), v20220331: require("./v20220331"),
2
+ v20220331: require("./v20220331"), v20210420: require("./v20210420"),
3
3
  };
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1396";
1
+ const sdkVersion = "3.0.1398";
2
2
  module.exports = sdkVersion
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20180330: require("./v20180330"), v20211206: require("./v20211206"),
2
+ v20211206: require("./v20211206"), v20180330: require("./v20180330"),
3
3
  };
@@ -2430,17 +2430,17 @@ Default value: 4
2430
2430
  /**
2431
2431
  * Specifies the identity document type used for authentication. valid values:.
2432
2432
 
2433
- HK (default): hong kong (china) identity card.
2433
+ 1. HK (default): hong kong (china) identity card.
2434
2434
  2. ML: malaysian identity card.
2435
- Indonesian identity card.
2435
+ 3. Indonesian identity card.
2436
2436
  4. PhilippinesVoteID: specifies the voter card in the philippines.
2437
2437
  5. PhilippinesDrivingLicense: specifies the driving license in philippines.
2438
2438
  6. PhilippinesTinID: specifies the philippines tin id.
2439
2439
  7. PhilippinesSSSID: specifies the SSSID in the philippines.
2440
2440
  8. philippines UMID: specifies the philippines UMID.
2441
2441
  9. MLIDPassport: specifies the passport for hong kong (china), macao (china), and taiwan (china) as well as overseas passports.
2442
- ThailandIDCard: specifies the thai identity card.
2443
- Mainland id card.
2442
+ 10. ThailandIDCard: specifies the thai identity card.
2443
+ 11. Mainland id card.
2444
2444
  12. SingaporeIDCard: specifies the Singapore id card.
2445
2445
  13. HMTPermit: specifies the hong kong, macau and taiwan travel permit.
2446
2446
  * @type {string || null}
@@ -2519,7 +2519,7 @@ false : Expired HKID is rejected and cannot enter the liveness process.
2519
2519
  this.AllowExpiredDocument = null;
2520
2520
 
2521
2521
  /**
2522
- * <p>Whether to display the final result page</p><p>Enumeration values:</p><ul><li>true: Do not display the result page</li><li>false: Display the result page</li></ul><p>Default value: false</p>
2522
+ * <p>Controls visibility of the final result page</p><p>Enumeration values:</p><ul><li>true: Do not display the result page</li><li>false: Display the result page</li></ul><p>Default value: false</p>
2523
2523
  * @type {boolean || null}
2524
2524
  */
2525
2525
  this.SkipResultPage = null;
@@ -2543,6 +2543,37 @@ false : Expired HKID is rejected and cannot enter the liveness process.
2543
2543
  */
2544
2544
  this.EnableForgeryDetectionImages = null;
2545
2545
 
2546
+ /**
2547
+ * Encrypted metadata generated by the SDK
2548
+ * @type {string || null}
2549
+ */
2550
+ this.MetaData = null;
2551
+
2552
+ /**
2553
+ * <p>Controls visibility of the launch page</p><p>Enumeration values:</p><ul><li>true: Do not display the launch page</li><li>false: Display the launch page</li></ul><p>Default value: false</p>
2554
+ * @type {boolean || null}
2555
+ */
2556
+ this.SkipLaunchPage = null;
2557
+
2558
+ /**
2559
+ * <p>Controls visibility of the information confirmation page </p><p>Enumeration values:</p><ul><li>true: Do not display the information confirmation page</li><li>false: Display the information confirmation page</li></ul><p>Default value: false</p>
2560
+ * @type {boolean || null}
2561
+ */
2562
+ this.SkipOcrConfirmPage = null;
2563
+
2564
+ /**
2565
+ * <p>Controls whether to hide the top progress bar across all pages of the entire process </p><p>Enumeration values:</p><ul><li>true: Do not display the progress bar</li><li>false: Display the progress bar</li></ul><p>Default value: false</p>
2566
+ * @type {boolean || null}
2567
+ */
2568
+ this.HideProgressBar = null;
2569
+
2570
+ /**
2571
+ * <p>Whether uploading photos from the album is permitted for verification during the ID validation phase (prohibited when single-angle multi-image forgery detection is enabled)
2572
+ </p><p>Enumeration values:</p><ul><li>true: Album photo upload for verification enabled</li><li>false: Album photo upload for verification disabled</li></ul><p>Default value: false</p>
2573
+ * @type {boolean || null}
2574
+ */
2575
+ this.AllowUploadPhoto = null;
2576
+
2546
2577
  }
2547
2578
 
2548
2579
  /**
@@ -2568,6 +2599,11 @@ false : Expired HKID is rejected and cannot enter the liveness process.
2568
2599
  this.CardOcrDisplayFields = 'CardOcrDisplayFields' in params ? params.CardOcrDisplayFields : null;
2569
2600
  this.RetryLimit = 'RetryLimit' in params ? params.RetryLimit : null;
2570
2601
  this.EnableForgeryDetectionImages = 'EnableForgeryDetectionImages' in params ? params.EnableForgeryDetectionImages : null;
2602
+ this.MetaData = 'MetaData' in params ? params.MetaData : null;
2603
+ this.SkipLaunchPage = 'SkipLaunchPage' in params ? params.SkipLaunchPage : null;
2604
+ this.SkipOcrConfirmPage = 'SkipOcrConfirmPage' in params ? params.SkipOcrConfirmPage : null;
2605
+ this.HideProgressBar = 'HideProgressBar' in params ? params.HideProgressBar : null;
2606
+ this.AllowUploadPhoto = 'AllowUploadPhoto' in params ? params.AllowUploadPhoto : null;
2571
2607
 
2572
2608
  }
2573
2609
  }
@@ -3287,11 +3323,17 @@ class ApplySdkVerificationTokenResponse extends AbstractModel {
3287
3323
  super();
3288
3324
 
3289
3325
  /**
3290
- * A token that identifies an SDK verification process. the validity time is 10 minutes. after the process is complete, the token can be used to retrieve the verification result.
3326
+ * A token that identifies an SDK verification process. the validity time is 10 minutes. after the process is complete, the token can be used to retrieve the verification result
3291
3327
  * @type {string || null}
3292
3328
  */
3293
3329
  this.SdkToken = null;
3294
3330
 
3331
+ /**
3332
+ * Encrypted string of server-side parameters
3333
+ * @type {string || null}
3334
+ */
3335
+ this.ServerParamInfo = null;
3336
+
3295
3337
  /**
3296
3338
  * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3297
3339
  * @type {string || null}
@@ -3308,6 +3350,7 @@ class ApplySdkVerificationTokenResponse extends AbstractModel {
3308
3350
  return;
3309
3351
  }
3310
3352
  this.SdkToken = 'SdkToken' in params ? params.SdkToken : null;
3353
+ this.ServerParamInfo = 'ServerParamInfo' in params ? params.ServerParamInfo : null;
3311
3354
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
3312
3355
 
3313
3356
  }
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20180724: require("./v20180724"), v20230616: require("./v20230616"),
2
+ v20230616: require("./v20230616"), v20180724: require("./v20180724"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210331: require("./v20210331"), v20181225: require("./v20181225"),
2
+ v20181225: require("./v20181225"), v20210331: require("./v20210331"),
3
3
  };