@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/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/dist/client.d.ts
CHANGED
|
@@ -9012,6 +9012,7 @@ export declare class ListApplicationsResponseBodyDataApplications extends $tea.M
|
|
|
9012
9012
|
instances?: number;
|
|
9013
9013
|
mem?: number;
|
|
9014
9014
|
mseEnabled?: boolean;
|
|
9015
|
+
mseNamespaceId?: string;
|
|
9015
9016
|
namespaceId?: string;
|
|
9016
9017
|
programmingLanguage?: string;
|
|
9017
9018
|
regionId?: string;
|
package/dist/client.js
CHANGED
|
@@ -13306,6 +13306,7 @@ class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
13306
13306
|
instances: 'Instances',
|
|
13307
13307
|
mem: 'Mem',
|
|
13308
13308
|
mseEnabled: 'MseEnabled',
|
|
13309
|
+
mseNamespaceId: 'MseNamespaceId',
|
|
13309
13310
|
namespaceId: 'NamespaceId',
|
|
13310
13311
|
programmingLanguage: 'ProgrammingLanguage',
|
|
13311
13312
|
regionId: 'RegionId',
|
|
@@ -13325,6 +13326,7 @@ class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
13325
13326
|
instances: 'number',
|
|
13326
13327
|
mem: 'number',
|
|
13327
13328
|
mseEnabled: 'boolean',
|
|
13329
|
+
mseNamespaceId: 'string',
|
|
13328
13330
|
namespaceId: 'string',
|
|
13329
13331
|
programmingLanguage: 'string',
|
|
13330
13332
|
regionId: 'string',
|