@alicloud/eiam20211201 1.3.1 → 1.3.2
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
|
@@ -5371,6 +5371,7 @@ export declare class ListApplicationsResponseBodyApplications extends $tea.Model
|
|
|
5371
5371
|
applicationId?: string;
|
|
5372
5372
|
applicationName?: string;
|
|
5373
5373
|
applicationSourceType?: string;
|
|
5374
|
+
applicationTemplateId?: string;
|
|
5374
5375
|
clientId?: string;
|
|
5375
5376
|
createTime?: number;
|
|
5376
5377
|
description?: string;
|
package/dist/client.js
CHANGED
|
@@ -7358,6 +7358,7 @@ class ListApplicationsResponseBodyApplications extends $tea.Model {
|
|
|
7358
7358
|
applicationId: 'ApplicationId',
|
|
7359
7359
|
applicationName: 'ApplicationName',
|
|
7360
7360
|
applicationSourceType: 'ApplicationSourceType',
|
|
7361
|
+
applicationTemplateId: 'ApplicationTemplateId',
|
|
7361
7362
|
clientId: 'ClientId',
|
|
7362
7363
|
createTime: 'CreateTime',
|
|
7363
7364
|
description: 'Description',
|
|
@@ -7376,6 +7377,7 @@ class ListApplicationsResponseBodyApplications extends $tea.Model {
|
|
|
7376
7377
|
applicationId: 'string',
|
|
7377
7378
|
applicationName: 'string',
|
|
7378
7379
|
applicationSourceType: 'string',
|
|
7380
|
+
applicationTemplateId: 'string',
|
|
7379
7381
|
clientId: 'string',
|
|
7380
7382
|
createTime: 'number',
|
|
7381
7383
|
description: 'string',
|