@alicloud/cloudapi20160714 4.7.4 → 4.7.5
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/DescribeAppAttributesResponseBodyAppsAppAttribute.d.ts +1 -0
- package/dist/models/DescribeAppAttributesResponseBodyAppsAppAttribute.js +2 -0
- package/dist/models/DescribeAppAttributesResponseBodyAppsAppAttribute.js.map +1 -1
- package/dist/models/DescribeAppResponseBody.d.ts +1 -0
- package/dist/models/DescribeAppResponseBody.js +2 -0
- package/dist/models/DescribeAppResponseBody.js.map +1 -1
- package/dist/models/ModifyAppRequest.d.ts +1 -0
- package/dist/models/ModifyAppRequest.js +2 -0
- package/dist/models/ModifyAppRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/DescribeAppAttributesResponseBodyAppsAppAttribute.ts +3 -0
- package/src/models/DescribeAppResponseBody.ts +3 -0
- package/src/models/ModifyAppRequest.ts +3 -0
package/dist/client.js
CHANGED
|
@@ -9141,6 +9141,9 @@ class Client extends openapi_core_1.default {
|
|
|
9141
9141
|
if (!$dara.isNull(request.description)) {
|
|
9142
9142
|
query["Description"] = request.description;
|
|
9143
9143
|
}
|
|
9144
|
+
if (!$dara.isNull(request.disabled)) {
|
|
9145
|
+
query["Disabled"] = request.disabled;
|
|
9146
|
+
}
|
|
9144
9147
|
if (!$dara.isNull(request.extend)) {
|
|
9145
9148
|
query["Extend"] = request.extend;
|
|
9146
9149
|
}
|