@alicloud/cloudapi20160714 2.2.4 → 2.2.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.d.ts +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
package/dist/client.js
CHANGED
|
@@ -10032,6 +10032,7 @@ class BatchAbolishApisRequestApi extends $tea.Model {
|
|
|
10032
10032
|
apiUid: 'ApiUid',
|
|
10033
10033
|
groupId: 'GroupId',
|
|
10034
10034
|
stageId: 'StageId',
|
|
10035
|
+
stageName: 'StageName',
|
|
10035
10036
|
};
|
|
10036
10037
|
}
|
|
10037
10038
|
static types() {
|
|
@@ -10039,6 +10040,7 @@ class BatchAbolishApisRequestApi extends $tea.Model {
|
|
|
10039
10040
|
apiUid: 'string',
|
|
10040
10041
|
groupId: 'string',
|
|
10041
10042
|
stageId: 'string',
|
|
10043
|
+
stageName: 'string',
|
|
10042
10044
|
};
|
|
10043
10045
|
}
|
|
10044
10046
|
}
|