@alicloud/sae20190506 2.9.3 → 2.9.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
@@ -5180,6 +5180,9 @@ class Client extends openapi_core_1.default {
5180
5180
  if (!$dara.isNull(request.namespaceId)) {
5181
5181
  query["NamespaceId"] = request.namespaceId;
5182
5182
  }
5183
+ if (!$dara.isNull(request.newSaeVersion)) {
5184
+ query["NewSaeVersion"] = request.newSaeVersion;
5185
+ }
5183
5186
  if (!$dara.isNull(request.orderBy)) {
5184
5187
  query["OrderBy"] = request.orderBy;
5185
5188
  }