@alicloud/waf-openapi20211001 6.3.0 → 6.3.1

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
@@ -5573,6 +5573,9 @@ class Client extends openapi_core_1.default {
5573
5573
  if (!$dara.isNull(request.domain)) {
5574
5574
  query["Domain"] = request.domain;
5575
5575
  }
5576
+ if (!$dara.isNull(request.domainId)) {
5577
+ query["DomainId"] = request.domainId;
5578
+ }
5576
5579
  if (!$dara.isNull(request.instanceId)) {
5577
5580
  query["InstanceId"] = request.instanceId;
5578
5581
  }