@alicloud/ecd20200930 4.2.1 → 4.2.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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -37066,6 +37066,7 @@ export class DescribeClientEventsResponseBodyEvents extends $tea.Model {
|
|
|
37066
37066
|
* 1.0.4 202012021700
|
|
37067
37067
|
*/
|
|
37068
37068
|
clientVersion?: string;
|
|
37069
|
+
description?: string;
|
|
37069
37070
|
/**
|
|
37070
37071
|
* @remarks
|
|
37071
37072
|
* The desktop group ID.
|
|
@@ -37223,6 +37224,7 @@ export class DescribeClientEventsResponseBodyEvents extends $tea.Model {
|
|
|
37223
37224
|
clientIp: 'ClientIp',
|
|
37224
37225
|
clientOS: 'ClientOS',
|
|
37225
37226
|
clientVersion: 'ClientVersion',
|
|
37227
|
+
description: 'Description',
|
|
37226
37228
|
desktopGroupId: 'DesktopGroupId',
|
|
37227
37229
|
desktopGroupName: 'DesktopGroupName',
|
|
37228
37230
|
desktopId: 'DesktopId',
|
|
@@ -37250,6 +37252,7 @@ export class DescribeClientEventsResponseBodyEvents extends $tea.Model {
|
|
|
37250
37252
|
clientIp: 'string',
|
|
37251
37253
|
clientOS: 'string',
|
|
37252
37254
|
clientVersion: 'string',
|
|
37255
|
+
description: 'string',
|
|
37253
37256
|
desktopGroupId: 'string',
|
|
37254
37257
|
desktopGroupName: 'string',
|
|
37255
37258
|
desktopId: 'string',
|