@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 +3 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeApplicationInstancesResponseBody.d.ts +1 -0
- package/dist/models/DescribeApplicationInstancesResponseBody.js +2 -0
- package/dist/models/DescribeApplicationInstancesResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +1 -0
- package/dist/models/ListApplicationsRequest.js +2 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/DescribeApplicationInstancesResponseBody.ts +3 -0
- package/src/models/ListApplicationsRequest.ts +3 -0
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
|
}
|