@alicloud/ecd20200930 4.24.0 → 4.24.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
@@ -7442,6 +7442,9 @@ class Client extends openapi_core_1.default {
7442
7442
  if (!$dara.isNull(request.desktopIdForModify)) {
7443
7443
  query["DesktopIdForModify"] = request.desktopIdForModify;
7444
7444
  }
7445
+ if (!$dara.isNull(request.desktopScenario)) {
7446
+ query["DesktopScenario"] = request.desktopScenario;
7447
+ }
7445
7448
  if (!$dara.isNull(request.desktopTypeId)) {
7446
7449
  query["DesktopTypeId"] = request.desktopTypeId;
7447
7450
  }