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 +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.js +1 -1
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +1295 -474
- package/tencentcloud/mps/v20190612/mps_client.js +99 -52
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
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;
|