tencentcloud-sdk-nodejs-teo 4.1.99 → 4.1.106

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-teo",
3
- "version": "4.1.99",
3
+ "version": "4.1.106",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4392,7 +4392,7 @@ export interface Task {
4392
4392
  */
4393
4393
  FailType?: string;
4394
4394
  /**
4395
- * 刷新、预热失败描述。
4395
+ * 清除缓存、预热缓存的失败原因描述。
4396
4396
  */
4397
4397
  FailMessage?: string;
4398
4398
  }