tencentcloud-sdk-nodejs-cdn 4.1.75 → 4.1.77

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.75",
3
+ "version": "4.1.77",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -290,7 +290,7 @@ export interface HttpHeaderPathRule {
290
290
  */
291
291
  HeaderName: string;
292
292
  /**
293
- * http 头部值,最多可设置 1000 个字符
293
+ * http 头部值,最多可设置 2000 个字符
294
294
  Mode 为 del 时非必填
295
295
  Mode 为 add/set 时必填
296
296
  注意:此字段可能返回 null,表示取不到有效值。