@alicloud/apig20240327 5.6.0 → 5.6.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
@@ -4817,6 +4817,9 @@ class Client extends openapi_core_1.default {
4817
4817
  if (!$dara.isNull(request.name)) {
4818
4818
  body["name"] = request.name;
4819
4819
  }
4820
+ if (!$dara.isNull(request.policyConfigs)) {
4821
+ body["policyConfigs"] = request.policyConfigs;
4822
+ }
4820
4823
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
4821
4824
  headers: headers,
4822
4825
  body: openapi_core_2.OpenApiUtil.parseToMap(body),