@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/package.json
CHANGED
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
|
|