tencentcloud-sdk-nodejs-cdn 4.1.49 → 4.1.56

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-cdn",
3
- "version": "4.1.49",
3
+ "version": "4.1.56",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9991,7 +9991,7 @@ export interface DescribeUrlViolationsResponse {
9991
9991
  */
9992
9992
  export interface DescribePurgeTasksResponse {
9993
9993
  /**
9994
- * 详细刷新记录
9994
+ * 详细刷新纪录
9995
9995
  */
9996
9996
  PurgeLogs?: Array<PurgeTask>;
9997
9997
  /**