@alicloud/sae20190506 1.23.3 → 1.23.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/sae20190506",
3
- "version": "1.23.3",
3
+ "version": "1.23.4",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -17198,6 +17198,7 @@ export class ListApplicationsResponseBodyDataApplications extends $tea.Model {
17198
17198
  instances?: number;
17199
17199
  mem?: number;
17200
17200
  mseEnabled?: boolean;
17201
+ mseNamespaceId?: string;
17201
17202
  namespaceId?: string;
17202
17203
  programmingLanguage?: string;
17203
17204
  regionId?: string;
@@ -17215,6 +17216,7 @@ export class ListApplicationsResponseBodyDataApplications extends $tea.Model {
17215
17216
  instances: 'Instances',
17216
17217
  mem: 'Mem',
17217
17218
  mseEnabled: 'MseEnabled',
17219
+ mseNamespaceId: 'MseNamespaceId',
17218
17220
  namespaceId: 'NamespaceId',
17219
17221
  programmingLanguage: 'ProgrammingLanguage',
17220
17222
  regionId: 'RegionId',
@@ -17235,6 +17237,7 @@ export class ListApplicationsResponseBodyDataApplications extends $tea.Model {
17235
17237
  instances: 'number',
17236
17238
  mem: 'number',
17237
17239
  mseEnabled: 'boolean',
17240
+ mseNamespaceId: 'string',
17238
17241
  namespaceId: 'string',
17239
17242
  programmingLanguage: 'string',
17240
17243
  regionId: 'string',