@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 CHANGED
@@ -7160,6 +7160,7 @@ export declare class BatchAbolishApisRequestApi extends $tea.Model {
7160
7160
  apiUid?: string;
7161
7161
  groupId?: string;
7162
7162
  stageId?: string;
7163
+ stageName?: string;
7163
7164
  static names(): {
7164
7165
  [key: string]: string;
7165
7166
  };
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
  }