tencentcloud-sdk-nodejs-tsf 4.1.23 → 4.1.33

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-tsf",
3
- "version": "4.1.23",
3
+ "version": "4.1.33",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9008,7 +9008,7 @@ export interface DescribeImageTagsResponse {
9008
9008
  */
9009
9009
  export interface BindPluginResponse {
9010
9010
  /**
9011
- * 返回结果,成功失败
9011
+ * 返回结果,成功:true,失败:false。
9012
9012
  */
9013
9013
  Result?: boolean;
9014
9014
  /**