@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 +0 -1
- package/dist/client.js +0 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +0 -3
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -168,7 +168,6 @@ export class AppStackTask extends $tea.Model {
|
|
|
168
168
|
|
|
169
169
|
export class Application extends $tea.Model {
|
|
170
170
|
requestId?: string;
|
|
171
|
-
applicationID?: string;
|
|
172
171
|
applicationId?: string;
|
|
173
172
|
applicationName?: string;
|
|
174
173
|
args?: string;
|
|
@@ -222,7 +221,6 @@ export class Application extends $tea.Model {
|
|
|
222
221
|
static names(): { [key: string]: string } {
|
|
223
222
|
return {
|
|
224
223
|
requestId: 'RequestId',
|
|
225
|
-
applicationID: 'applicationID',
|
|
226
224
|
applicationId: 'applicationId',
|
|
227
225
|
applicationName: 'applicationName',
|
|
228
226
|
args: 'args',
|
|
@@ -279,7 +277,6 @@ export class Application extends $tea.Model {
|
|
|
279
277
|
static types(): { [key: string]: any } {
|
|
280
278
|
return {
|
|
281
279
|
requestId: 'string',
|
|
282
|
-
applicationID: 'string',
|
|
283
280
|
applicationId: 'string',
|
|
284
281
|
applicationName: 'string',
|
|
285
282
|
args: 'string',
|