tencentcloud-sdk-nodejs-cdn 4.1.73 → 4.1.75

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.73",
3
+ "version": "4.1.75",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -327,7 +327,7 @@ export interface UserAgentFilter {
327
327
  */
328
328
  Switch: string;
329
329
  /**
330
- * UA黑白名单生效规则列表
330
+ * UA黑白名单生效规则列表,不能超过10条规则
331
331
  注意:此字段可能返回 null,表示取不到有效值。
332
332
  */
333
333
  FilterRules?: Array<UserAgentFilterRule>;
@@ -8715,7 +8715,7 @@ export interface UserAgentFilterRule {
8715
8715
  */
8716
8716
  RulePaths: Array<string>;
8717
8717
  /**
8718
- * UserAgent列表
8718
+ * UserAgent列表,UserAgent 个数不能超过 10个
8719
8719
  注意:此字段可能返回 null,表示取不到有效值。
8720
8720
  */
8721
8721
  UserAgents: Array<string>;