tencentcloud-sdk-nodejs-intl-en 3.0.1045 → 3.0.1046
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/aiart/v20221229/models.js +3 -3
- package/tencentcloud/apigateway/v20180808/apigateway_client.js +0 -1
- package/tencentcloud/billing/v20180709/billing_client.js +20 -6
- package/tencentcloud/billing/v20180709/models.js +1235 -1054
- package/tencentcloud/captcha/v20190722/models.js +12 -5
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +0 -1
- package/tencentcloud/ocr/v20181119/ocr_client.js +1 -0
- package/tencentcloud/tmt/v20180321/models.js +1 -1
- package/tencentcloud/vod/v20180717/models.js +823 -108
- package/tencentcloud/vod/v20180717/vod_client.js +9 -3
- package/tencentcloud/vpc/v20170312/models.js +71 -0
- package/tencentcloud/vpc/v20170312/vpc_client.js +19 -6
package/package.json
CHANGED
|
@@ -43,7 +43,7 @@ Image restrictions: The single-edge resolution must be less than 5,000 and great
|
|
|
43
43
|
/**
|
|
44
44
|
* Text description.
|
|
45
45
|
It is used to increase the possibility that the generation result contains the described content.
|
|
46
|
-
|
|
46
|
+
A maximum of 256 UTF-8 characters are supported.
|
|
47
47
|
* @type {string || null}
|
|
48
48
|
*/
|
|
49
49
|
this.Prompt = null;
|
|
@@ -51,7 +51,7 @@ Chinese is recommended. A maximum of 256 UTF-8 characters are supported.
|
|
|
51
51
|
/**
|
|
52
52
|
* Negative text description.
|
|
53
53
|
It is used to reduce the possibility that the generation result contains the described content, but such content cannot be completely avoided.
|
|
54
|
-
|
|
54
|
+
English is recommended. A maximum of 256 UTF-8 characters are supported.
|
|
55
55
|
* @type {string || null}
|
|
56
56
|
*/
|
|
57
57
|
this.NegativePrompt = null;
|
|
@@ -109,7 +109,7 @@ The URL is valid for 1 hour.
|
|
|
109
109
|
* Switch indicating whether to enhance image clarity. Default value: 0.
|
|
110
110
|
1: on
|
|
111
111
|
0: off
|
|
112
|
-
If the switch is turned on, the image clarity will be enhanced
|
|
112
|
+
If the switch is turned on, the image clarity will be enhanced and the generation time will increase.
|
|
113
113
|
* @type {number || null}
|
|
114
114
|
*/
|
|
115
115
|
this.EnhanceImage = null;
|
|
@@ -602,7 +602,6 @@ In API Gateway, you can bind a custom domain name to a service and map its paths
|
|
|
602
602
|
|
|
603
603
|
/**
|
|
604
604
|
* This API is used to query the information of one or more API keys.
|
|
605
|
-
|
|
606
605
|
* @param {DescribeApiKeysStatusRequest} req
|
|
607
606
|
* @param {function(string, DescribeApiKeysStatusResponse):void} cb
|
|
608
607
|
* @public
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
const models = require("./models");
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
|
+
const DeleteAllocationTagRequest = models.DeleteAllocationTagRequest;
|
|
19
20
|
const DescribeCostSummaryByProductRequest = models.DescribeCostSummaryByProductRequest;
|
|
20
21
|
const DescribeCostExplorerSummaryResponse = models.DescribeCostExplorerSummaryResponse;
|
|
21
22
|
const ConsumptionBusinessSummaryDataItem = models.ConsumptionBusinessSummaryDataItem;
|
|
@@ -29,13 +30,13 @@ const DescribeBillDetailForOrganizationResponse = models.DescribeBillDetailForOr
|
|
|
29
30
|
const BillDetailComponentConfig = models.BillDetailComponentConfig;
|
|
30
31
|
const DescribeCostSummaryByResourceResponse = models.DescribeCostSummaryByResourceResponse;
|
|
31
32
|
const DescribeBillSummaryByRegionRequest = models.DescribeBillSummaryByRegionRequest;
|
|
32
|
-
const
|
|
33
|
+
const AdjustInfoDetail = models.AdjustInfoDetail;
|
|
33
34
|
const ConsumptionRegionSummaryDataItem = models.ConsumptionRegionSummaryDataItem;
|
|
34
35
|
const DescribeBillSummaryRequest = models.DescribeBillSummaryRequest;
|
|
35
36
|
const DescribeBillResourceSummaryResponse = models.DescribeBillResourceSummaryResponse;
|
|
36
37
|
const DistributionBillDetail = models.DistributionBillDetail;
|
|
37
38
|
const DescribeDosageCosDetailByDateRequest = models.DescribeDosageCosDetailByDateRequest;
|
|
38
|
-
const
|
|
39
|
+
const DescribeBillAdjustInfoResponse = models.DescribeBillAdjustInfoResponse;
|
|
39
40
|
const BillDistributionResourceSummary = models.BillDistributionResourceSummary;
|
|
40
41
|
const BusinessSummaryInfo = models.BusinessSummaryInfo;
|
|
41
42
|
const DescribeBillSummaryByProductRequest = models.DescribeBillSummaryByProductRequest;
|
|
@@ -48,11 +49,10 @@ const AnalyseProjectDetail = models.AnalyseProjectDetail;
|
|
|
48
49
|
const DescribeBillSummaryByTagResponse = models.DescribeBillSummaryByTagResponse;
|
|
49
50
|
const DescribeBillSummaryByPayModeResponse = models.DescribeBillSummaryByPayModeResponse;
|
|
50
51
|
const DescribeBillSummaryByTagRequest = models.DescribeBillSummaryByTagRequest;
|
|
51
|
-
const
|
|
52
|
+
const AnalyseDetail = models.AnalyseDetail;
|
|
52
53
|
const SummaryDetail = models.SummaryDetail;
|
|
53
54
|
const AnalyseAmountDetail = models.AnalyseAmountDetail;
|
|
54
55
|
const DescribeBillResourceSummaryForOrganizationRequest = models.DescribeBillResourceSummaryForOrganizationRequest;
|
|
55
|
-
const AnalyseDetail = models.AnalyseDetail;
|
|
56
56
|
const DescribeCostSummaryByRegionRequest = models.DescribeCostSummaryByRegionRequest;
|
|
57
57
|
const ConsumptionSummaryTrend = models.ConsumptionSummaryTrend;
|
|
58
58
|
const DescribeBillDownloadUrlRequest = models.DescribeBillDownloadUrlRequest;
|
|
@@ -63,7 +63,7 @@ const BillDetail = models.BillDetail;
|
|
|
63
63
|
const DescribeBillDetailResponse = models.DescribeBillDetailResponse;
|
|
64
64
|
const ConditionPayMode = models.ConditionPayMode;
|
|
65
65
|
const DescribeBillSummaryByProjectResponse = models.DescribeBillSummaryByProjectResponse;
|
|
66
|
-
const
|
|
66
|
+
const DescribeBillAdjustInfoRequest = models.DescribeBillAdjustInfoRequest;
|
|
67
67
|
const TagDataInfo = models.TagDataInfo;
|
|
68
68
|
const SummaryTotal = models.SummaryTotal;
|
|
69
69
|
const BusinessSummaryTotal = models.BusinessSummaryTotal;
|
|
@@ -71,7 +71,7 @@ const CostComponentSet = models.CostComponentSet;
|
|
|
71
71
|
const AnalyseHeaderDetail = models.AnalyseHeaderDetail;
|
|
72
72
|
const AnalysePayModeDetail = models.AnalysePayModeDetail;
|
|
73
73
|
const DescribeBillSummaryResponse = models.DescribeBillSummaryResponse;
|
|
74
|
-
const
|
|
74
|
+
const AnalyseOwnerUinDetail = models.AnalyseOwnerUinDetail;
|
|
75
75
|
const Conditions = models.Conditions;
|
|
76
76
|
const AnalyseTimeDetail = models.AnalyseTimeDetail;
|
|
77
77
|
const RegionSummaryOverviewItem = models.RegionSummaryOverviewItem;
|
|
@@ -89,6 +89,7 @@ const ConsumptionResourceSummaryConditionValue = models.ConsumptionResourceSumma
|
|
|
89
89
|
const DescribeCostDetailRequest = models.DescribeCostDetailRequest;
|
|
90
90
|
const DescribeTagListRequest = models.DescribeTagListRequest;
|
|
91
91
|
const DescribeBillResourceSummaryForOrganizationResponse = models.DescribeBillResourceSummaryForOrganizationResponse;
|
|
92
|
+
const DescribeCostSummaryByProjectRequest = models.DescribeCostSummaryByProjectRequest;
|
|
92
93
|
const DescribeCostSummaryByResourceRequest = models.DescribeCostSummaryByResourceRequest;
|
|
93
94
|
const CreateAllocationTagRequest = models.CreateAllocationTagRequest;
|
|
94
95
|
const ExcludedProducts = models.ExcludedProducts;
|
|
@@ -100,6 +101,7 @@ const CostDetail = models.CostDetail;
|
|
|
100
101
|
const DescribeBillSummaryByProductResponse = models.DescribeBillSummaryByProductResponse;
|
|
101
102
|
const DescribeBillSummaryByRegionResponse = models.DescribeBillSummaryByRegionResponse;
|
|
102
103
|
const CreateAllocationTagResponse = models.CreateAllocationTagResponse;
|
|
104
|
+
const DescribeBillDownloadUrlResponse = models.DescribeBillDownloadUrlResponse;
|
|
103
105
|
const ConsumptionResourceSummaryDataItem = models.ConsumptionResourceSummaryDataItem;
|
|
104
106
|
const DescribeAccountBalanceRequest = models.DescribeAccountBalanceRequest;
|
|
105
107
|
const DescribeBillDetailRequest = models.DescribeBillDetailRequest;
|
|
@@ -117,6 +119,7 @@ const ConditionProject = models.ConditionProject;
|
|
|
117
119
|
const DescribeTagListResponse = models.DescribeTagListResponse;
|
|
118
120
|
const CosDetailSets = models.CosDetailSets;
|
|
119
121
|
const AnalyseConditionDetail = models.AnalyseConditionDetail;
|
|
122
|
+
const BillResourceSummary = models.BillResourceSummary;
|
|
120
123
|
const AnalyseHeaderTimeDetail = models.AnalyseHeaderTimeDetail;
|
|
121
124
|
const DescribeCostSummaryByRegionResponse = models.DescribeCostSummaryByRegionResponse;
|
|
122
125
|
|
|
@@ -300,6 +303,17 @@ Note: The API request may fail due to network instability or other exceptions. I
|
|
|
300
303
|
this.request("DescribeAccountBalance", req, resp, cb);
|
|
301
304
|
}
|
|
302
305
|
|
|
306
|
+
/**
|
|
307
|
+
* This API is used to check whether the current UIN has any adjustment, enabling customers to proactively obtain the adjustment status faster.
|
|
308
|
+
* @param {DescribeBillAdjustInfoRequest} req
|
|
309
|
+
* @param {function(string, DescribeBillAdjustInfoResponse):void} cb
|
|
310
|
+
* @public
|
|
311
|
+
*/
|
|
312
|
+
DescribeBillAdjustInfo(req, cb) {
|
|
313
|
+
let resp = new DescribeBillAdjustInfoResponse();
|
|
314
|
+
this.request("DescribeBillAdjustInfo", req, resp, cb);
|
|
315
|
+
}
|
|
316
|
+
|
|
303
317
|
/**
|
|
304
318
|
* This API is used to query voucher usage details.
|
|
305
319
|
* @param {DescribeVoucherUsageDetailsRequest} req
|