tencentcloud-sdk-nodejs-cdn 4.1.92 → 4.1.94

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.92",
3
+ "version": "4.1.94",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5841,6 +5841,8 @@ export interface CacheKey {
5841
5841
  FullUrlCache?: string;
5842
5842
  /**
5843
5843
  * 是否忽略大小写缓存
5844
+ on:开启
5845
+ off:关闭
5844
5846
  注意:此字段可能返回 null,表示取不到有效值。
5845
5847
  */
5846
5848
  IgnoreCase?: string;
@@ -6000,6 +6002,8 @@ export interface KeyRule {
6000
6002
  FullUrlCache: string;
6001
6003
  /**
6002
6004
  * 是否忽略大小写缓存
6005
+ on:开启
6006
+ off:关闭
6003
6007
  注意:此字段可能返回 null,表示取不到有效值。
6004
6008
  */
6005
6009
  IgnoreCase: string;