@alicloud/ecd20200930 4.7.4 → 4.7.5

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
@@ -13371,6 +13371,9 @@ class Client extends openapi_core_1.default {
13371
13371
  if (!$dara.isNull(request.commandContent)) {
13372
13372
  query["CommandContent"] = request.commandContent;
13373
13373
  }
13374
+ if (!$dara.isNull(request.commandRole)) {
13375
+ query["CommandRole"] = request.commandRole;
13376
+ }
13374
13377
  if (!$dara.isNull(request.contentEncoding)) {
13375
13378
  query["ContentEncoding"] = request.contentEncoding;
13376
13379
  }