tencentcloud-sdk-nodejs-billing 4.1.306 → 4.1.314

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-billing",
3
- "version": "4.1.306",
3
+ "version": "4.1.314",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -78,7 +78,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
78
78
  */
79
79
  DeleteBudget(req: DeleteBudgetRequest, cb?: (error: string, rep: DeleteBudgetResponse) => void): Promise<DeleteBudgetResponse>;
80
80
  /**
81
- * 获取代金券相关信息
81
+ * 获取近两年的代金券信息。
82
82
  */
83
83
  DescribeVoucherInfo(req: DescribeVoucherInfoRequest, cb?: (error: string, rep: DescribeVoucherInfoResponse) => void): Promise<DescribeVoucherInfoResponse>;
84
84
  /**
@@ -132,7 +132,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
132
132
  */
133
133
  DescribeCostSummaryByRegion(req: DescribeCostSummaryByRegionRequest, cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void): Promise<DescribeCostSummaryByRegionResponse>;
134
134
  /**
135
- * 获取代金券使用记录
135
+ * 获取代金券近两年的使用记录。
136
136
  */
137
137
  DescribeVoucherUsageDetails(req: DescribeVoucherUsageDetailsRequest, cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void): Promise<DescribeVoucherUsageDetailsResponse>;
138
138
  /**
@@ -134,7 +134,7 @@ class Client extends TencentCloudCommon.AbstractClient {
134
134
  return this.request("DeleteBudget", req, cb);
135
135
  }
136
136
  /**
137
- * 获取代金券相关信息
137
+ * 获取近两年的代金券信息。
138
138
  */
139
139
  async DescribeVoucherInfo(req, cb) {
140
140
  return this.request("DescribeVoucherInfo", req, cb);
@@ -212,7 +212,7 @@ class Client extends TencentCloudCommon.AbstractClient {
212
212
  return this.request("DescribeCostSummaryByRegion", req, cb);
213
213
  }
214
214
  /**
215
- * 获取代金券使用记录
215
+ * 获取代金券近两年的使用记录。
216
216
  */
217
217
  async DescribeVoucherUsageDetails(req, cb) {
218
218
  return this.request("DescribeVoucherUsageDetails", req, cb);