@alicloud/sae20190506 1.24.0 → 1.24.1

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
@@ -87,7 +87,6 @@ export declare class AppStackTask extends $tea.Model {
87
87
  }
88
88
  export declare class Application extends $tea.Model {
89
89
  requestId?: string;
90
- applicationID?: string;
91
90
  applicationId?: string;
92
91
  applicationName?: string;
93
92
  args?: string;
package/dist/client.js CHANGED
@@ -176,7 +176,6 @@ class Application extends $tea.Model {
176
176
  static names() {
177
177
  return {
178
178
  requestId: 'RequestId',
179
- applicationID: 'applicationID',
180
179
  applicationId: 'applicationId',
181
180
  applicationName: 'applicationName',
182
181
  args: 'args',
@@ -232,7 +231,6 @@ class Application extends $tea.Model {
232
231
  static types() {
233
232
  return {
234
233
  requestId: 'string',
235
- applicationID: 'string',
236
234
  applicationId: 'string',
237
235
  applicationName: 'string',
238
236
  args: 'string',