@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/dist/client.d.ts
CHANGED
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',
|