tencentcloud-sdk-nodejs-cdn 4.1.74 → 4.1.76
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
|
@@ -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>;
|