tencentcloud-sdk-nodejs-intl-en 3.0.1426 → 3.0.1428

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.1426",
3
+ "version": "3.0.1428",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "https-proxy-agent": "^2.2.1",
26
26
  "is-stream": "^1.1.0",
27
27
  "node-fetch": "^2.2.0",
28
- "uuid": "^9.0.1"
28
+ "uuid": "^11.1.1"
29
29
  },
30
30
  "directories": {
31
31
  "example": "examples",
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1426";
1
+ const sdkVersion = "3.0.1428";
2
2
  module.exports = sdkVersion
@@ -1752,6 +1752,12 @@ class GetFaceIdTokenIntlResponse extends AbstractModel {
1752
1752
  */
1753
1753
  this.SdkToken = null;
1754
1754
 
1755
+ /**
1756
+ * Encrypted string of server-side parameters
1757
+ * @type {string || null}
1758
+ */
1759
+ this.ServerParamInfo = null;
1760
+
1755
1761
  /**
1756
1762
  * 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.
1757
1763
  * @type {string || null}
@@ -1768,6 +1774,7 @@ class GetFaceIdTokenIntlResponse extends AbstractModel {
1768
1774
  return;
1769
1775
  }
1770
1776
  this.SdkToken = 'SdkToken' in params ? params.SdkToken : null;
1777
+ this.ServerParamInfo = 'ServerParamInfo' in params ? params.ServerParamInfo : null;
1771
1778
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
1772
1779
 
1773
1780
  }
@@ -2427,21 +2434,21 @@ Default value: 4
2427
2434
  this.SecurityLevel = null;
2428
2435
 
2429
2436
  /**
2430
- * Specifies the identity document type used for authentication. valid values:.
2437
+ * Specifies the identity document type used for authentication. Valid values:
2431
2438
 
2432
- 1. HK (default): hong kong (china) identity card.
2433
- 2. ML: malaysian identity card.
2434
- 3. Indonesian identity card.
2435
- 4. PhilippinesVoteID: specifies the voter card in the philippines.
2436
- 5. PhilippinesDrivingLicense: specifies the driving license in philippines.
2437
- 6. PhilippinesTinID: specifies the philippines tin id.
2438
- 7. PhilippinesSSSID: specifies the SSSID in the philippines.
2439
- 8. philippines UMID: specifies the philippines UMID.
2440
- 9. MLIDPassport: specifies the passport for hong kong (china), macao (china), and taiwan (china) as well as overseas passports.
2441
- 10. ThailandIDCard: specifies the thai identity card.
2442
- 11. Mainland id card.
2443
- 12. SingaporeIDCard: specifies the Singapore id card.
2444
- 13. HMTPermit: specifies the hong kong, macau and taiwan travel permit.
2439
+ 1. HK (default): Hong Kong (China) Identity Card.
2440
+ 2. ML: Malaysia Identity Card.
2441
+ 3. IndonesiaIDCard: Indonesia Identity Card.
2442
+ 4. PhilippinesVoteID: Philippines Voter's ID.
2443
+ 5. PhilippinesDrivingLicense: Philippines Driving License.
2444
+ 6. PhilippinesTinID: Philippines TIN ID.
2445
+ 7. PhilippinesSSSID: Philippines SSS ID.
2446
+ 8. PhilippinesUMID: Philippines UMID.
2447
+ 9. MLIDPassport: Passports of Hong Kong (China), Macao (China), and Taiwan (China), as well as overseas regions.
2448
+ 10. ThailandIDCard: Thailand Identity Card.
2449
+ 11. MainlandIDCard: Chinese Mainland Identity Card.
2450
+ 12. SingaporeIDCard: Singapore Identity Card.
2451
+ 13. HMTPermit: Travel Permit for Hong Kong (China), Macao (China), and Taiwan (China).
2445
2452
  * @type {string || null}
2446
2453
  */
2447
2454
  this.IdCardType = null;
@@ -2573,6 +2580,13 @@ false : Expired HKID is rejected and cannot enter the liveness process.
2573
2580
  */
2574
2581
  this.AllowUploadPhoto = null;
2575
2582
 
2583
+ /**
2584
+ * <p>Whether to enable Bank of Thailand-specific background detection.<br>This parameter requires whitelist activation; please contact us to request access before it can take effect.</p><p>Default value: false</p>
2585
+
2586
+ * @type {boolean || null}
2587
+ */
2588
+ this.EnableBotBgDetection = null;
2589
+
2576
2590
  }
2577
2591
 
2578
2592
  /**
@@ -2603,6 +2617,7 @@ false : Expired HKID is rejected and cannot enter the liveness process.
2603
2617
  this.SkipOcrConfirmPage = 'SkipOcrConfirmPage' in params ? params.SkipOcrConfirmPage : null;
2604
2618
  this.HideProgressBar = 'HideProgressBar' in params ? params.HideProgressBar : null;
2605
2619
  this.AllowUploadPhoto = 'AllowUploadPhoto' in params ? params.AllowUploadPhoto : null;
2620
+ this.EnableBotBgDetection = 'EnableBotBgDetection' in params ? params.EnableBotBgDetection : null;
2606
2621
 
2607
2622
  }
2608
2623
  }
@@ -3410,6 +3425,13 @@ Please contact us to access enhance version & plus version.
3410
3425
  */
3411
3426
  this.RetryLimit = null;
3412
3427
 
3428
+ /**
3429
+ * <p>Whether to enable Bank of Thailand-specific background detection.<br>This parameter requires whitelist activation; please contact us to request access before it can take effect.</p><p>Default value: false</p>
3430
+
3431
+ * @type {boolean || null}
3432
+ */
3433
+ this.EnableBotBgDetection = null;
3434
+
3413
3435
  }
3414
3436
 
3415
3437
  /**
@@ -3426,6 +3448,7 @@ Please contact us to access enhance version & plus version.
3426
3448
  this.ActionList = 'ActionList' in params ? params.ActionList : null;
3427
3449
  this.SdkVersion = 'SdkVersion' in params ? params.SdkVersion : null;
3428
3450
  this.RetryLimit = 'RetryLimit' in params ? params.RetryLimit : null;
3451
+ this.EnableBotBgDetection = 'EnableBotBgDetection' in params ? params.EnableBotBgDetection : null;
3429
3452
 
3430
3453
  }
3431
3454
  }
@@ -545,8 +545,8 @@ Callable roles: Distributor, Second-level reseller, Reseller
545
545
  }
546
546
 
547
547
  /**
548
- * This API is used to query the customer bill details by resellers.
549
- Callable roles: Distributor, Second-level reseller, Reseller.
548
+ * Description: Query customer bill details.
549
+ Resellers, first-level resellers, and second-level resellers can call this API.
550
550
  * @param {DescribeCustomerBillDetailRequest} req
551
551
  * @param {function(string, DescribeCustomerBillDetailResponse):void} cb
552
552
  * @public
@@ -557,8 +557,7 @@ Callable roles: Distributor, Second-level reseller, Reseller.
557
557
  }
558
558
 
559
559
  /**
560
- * This API is used to query the total amount of customer bills.
561
- Callable roles: Distributor, Second-level reseller, Reseller
560
+ * Query the aggregate value of a sub-client bill
562
561
  * @param {DescribeCustomerBillSummaryRequest} req
563
562
  * @param {function(string, DescribeCustomerBillSummaryResponse):void} cb
564
563
  * @public