@alicloud/ddoscoo20200101 4.0.0 → 4.0.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
@@ -7983,6 +7983,9 @@ class Client extends openapi_core_1.default {
7983
7983
  if (!$dara.isNull(request.domain)) {
7984
7984
  query["Domain"] = request.domain;
7985
7985
  }
7986
+ if (!$dara.isNull(request.embeddedHeaders)) {
7987
+ query["EmbeddedHeaders"] = request.embeddedHeaders;
7988
+ }
7986
7989
  if (!$dara.isNull(request.resourceGroupId)) {
7987
7990
  query["ResourceGroupId"] = request.resourceGroupId;
7988
7991
  }