@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/cloudapi20160714",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -12718,11 +12718,13 @@ export class BatchAbolishApisRequestApi extends $tea.Model {
12718
12718
  apiUid?: string;
12719
12719
  groupId?: string;
12720
12720
  stageId?: string;
12721
+ stageName?: string;
12721
12722
  static names(): { [key: string]: string } {
12722
12723
  return {
12723
12724
  apiUid: 'ApiUid',
12724
12725
  groupId: 'GroupId',
12725
12726
  stageId: 'StageId',
12727
+ stageName: 'StageName',
12726
12728
  };
12727
12729
  }
12728
12730
 
@@ -12731,6 +12733,7 @@ export class BatchAbolishApisRequestApi extends $tea.Model {
12731
12733
  apiUid: 'string',
12732
12734
  groupId: 'string',
12733
12735
  stageId: 'string',
12736
+ stageName: 'string',
12734
12737
  };
12735
12738
  }
12736
12739