@alicloud/ecd20200930 4.7.1 → 4.7.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
@@ -5850,6 +5850,9 @@ class Client extends openapi_core_1.default {
5850
5850
  if (!$dara.isNull(request.scope)) {
5851
5851
  query["Scope"] = request.scope;
5852
5852
  }
5853
+ if (!$dara.isNull(request.scopeSet)) {
5854
+ query["ScopeSet"] = request.scopeSet;
5855
+ }
5853
5856
  if (!$dara.isNull(request.sortType)) {
5854
5857
  query["SortType"] = request.sortType;
5855
5858
  }