@alicloud/waf-openapi20211001 6.7.1 → 6.7.2

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/dist/client.js CHANGED
@@ -3852,6 +3852,9 @@ class Client extends openapi_core_1.default {
3852
3852
  if (!$dara.isNull(request.ruleId)) {
3853
3853
  query["RuleId"] = request.ruleId;
3854
3854
  }
3855
+ if (!$dara.isNull(request.ruleIds)) {
3856
+ query["RuleIds"] = request.ruleIds;
3857
+ }
3855
3858
  if (!$dara.isNull(request.ruleName)) {
3856
3859
  query["RuleName"] = request.ruleName;
3857
3860
  }