@alicloud/ecd20200930 4.11.3 → 4.11.4

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
@@ -6531,6 +6531,9 @@ class Client extends openapi_core_1.default {
6531
6531
  if (!$dara.isNull(request.desktopId)) {
6532
6532
  query["DesktopId"] = request.desktopId;
6533
6533
  }
6534
+ if (!$dara.isNull(request.needExtraInfo)) {
6535
+ query["NeedExtraInfo"] = request.needExtraInfo;
6536
+ }
6534
6537
  if (!$dara.isNull(request.regionId)) {
6535
6538
  query["RegionId"] = request.regionId;
6536
6539
  }