tencentcloud-sdk-nodejs-intl-en 3.0.1192 → 3.0.1194

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.1192",
3
+ "version": "3.0.1194",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1192";
1
+ const sdkVersion = "3.0.1194";
2
2
  module.exports = sdkVersion
@@ -478,7 +478,7 @@ Callable roles: Distributor, Second-level reseller, Reseller
478
478
 
479
479
  /**
480
480
  * This API is used to query the customer bill details by resellers.
481
- Callable roles: Distributor, Second-level reseller, Reseller
481
+ Callable roles: Distributor, Second-level reseller, Reseller.
482
482
  * @param {DescribeCustomerBillDetailRequest} req
483
483
  * @param {function(string, DescribeCustomerBillDetailResponse):void} cb
484
484
  * @public
@@ -3597,7 +3597,7 @@ class DescribeCustomerBillDetailRequest extends AbstractModel {
3597
3597
  this.CustomerUin = null;
3598
3598
 
3599
3599
  /**
3600
- * Inquiry month, in the format of YYYY-MM, such as 2023-01
3600
+ * Inquiry month, in the format of YYYY-MM, such as 2023-01.
3601
3601
  * @type {string || null}
3602
3602
  */
3603
3603
  this.Month = null;