tencentcloud-sdk-nodejs-billing 4.0.604 → 4.0.606
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/CHANGELOG.md +406 -0
- package/SERVICE_CHANGELOG.md +457 -42
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/services/billing/v20180709/billing_client.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +246 -235
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +218 -209
|
@@ -46,7 +46,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
46
46
|
*/
|
|
47
47
|
DescribeCostSummaryByProject(req: DescribeCostSummaryByProjectRequest, cb?: (error: string, rep: DescribeCostSummaryByProjectResponse) => void): Promise<DescribeCostSummaryByProjectResponse>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* 获取按计费模式汇总费用分布
|
|
50
50
|
*/
|
|
51
51
|
DescribeBillSummaryByPayMode(req: DescribeBillSummaryByPayModeRequest, cb?: (error: string, rep: DescribeBillSummaryByPayModeResponse) => void): Promise<DescribeBillSummaryByPayModeResponse>;
|
|
52
52
|
/**
|
|
@@ -85,7 +85,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
85
85
|
return this.request("DescribeCostSummaryByProject", req, cb);
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* 获取按计费模式汇总费用分布
|
|
89
89
|
*/
|
|
90
90
|
async DescribeBillSummaryByPayMode(req, cb) {
|
|
91
91
|
return this.request("DescribeBillSummaryByPayMode", req, cb);
|