tencentcloud-sdk-nodejs-intl-en 3.0.818 → 3.0.819
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/ams/v20201229/ams_client.js +1 -1
- package/tencentcloud/billing/v20180709/models.js +2 -2
- package/tencentcloud/ciam/index.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/tem/index.js +1 -1
package/package.json
CHANGED
|
@@ -88,7 +88,7 @@ class AmsClient extends AbstractClient {
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
|
-
* This API is used to view the details of an audio moderation task, including task status, detection result, recognized text content of the audio file, maliciousness tag that corresponds to the detection result, and suggested operation. For the specific output content, see the sample output parameters
|
|
91
|
+
* This API is used to view the details of an audio moderation task, including task status, detection result, recognized text content of the audio file, maliciousness tag that corresponds to the detection result, and suggested operation. For the specific output content, see the sample output parameters.
|
|
92
92
|
* @param {DescribeTaskDetailRequest} req
|
|
93
93
|
* @param {function(string, DescribeTaskDetailResponse):void} cb
|
|
94
94
|
* @public
|
|
@@ -4546,13 +4546,13 @@ class DescribeTagListRequest extends AbstractModel {
|
|
|
4546
4546
|
super();
|
|
4547
4547
|
|
|
4548
4548
|
/**
|
|
4549
|
-
*
|
|
4549
|
+
* The number of entries returned at a time. The maximum value is `1000`.
|
|
4550
4550
|
* @type {number || null}
|
|
4551
4551
|
*/
|
|
4552
4552
|
this.Limit = null;
|
|
4553
4553
|
|
|
4554
4554
|
/**
|
|
4555
|
-
*
|
|
4555
|
+
* Pagination offset. If `Offset` is `0`, it indicates the first page. When `Limit` is `100`, if `Offset` is `100`, it indicates the second page; if `Offset` is `200`, it indicates the third page, and so on.
|
|
4556
4556
|
* @type {number || null}
|
|
4557
4557
|
*/
|
|
4558
4558
|
this.Offset = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.819";
|
|
2
2
|
module.exports = sdkVersion
|