@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/dist/client.d.ts
CHANGED
|
@@ -28528,6 +28528,7 @@ export declare class DescribeClientEventsResponseBodyEvents extends $tea.Model {
|
|
|
28528
28528
|
* 1.0.4 202012021700
|
|
28529
28529
|
*/
|
|
28530
28530
|
clientVersion?: string;
|
|
28531
|
+
description?: string;
|
|
28531
28532
|
/**
|
|
28532
28533
|
* @remarks
|
|
28533
28534
|
* The desktop group ID.
|
package/dist/client.js
CHANGED
|
@@ -15106,6 +15106,7 @@ class DescribeClientEventsResponseBodyEvents extends $tea.Model {
|
|
|
15106
15106
|
clientIp: 'ClientIp',
|
|
15107
15107
|
clientOS: 'ClientOS',
|
|
15108
15108
|
clientVersion: 'ClientVersion',
|
|
15109
|
+
description: 'Description',
|
|
15109
15110
|
desktopGroupId: 'DesktopGroupId',
|
|
15110
15111
|
desktopGroupName: 'DesktopGroupName',
|
|
15111
15112
|
desktopId: 'DesktopId',
|
|
@@ -15132,6 +15133,7 @@ class DescribeClientEventsResponseBodyEvents extends $tea.Model {
|
|
|
15132
15133
|
clientIp: 'string',
|
|
15133
15134
|
clientOS: 'string',
|
|
15134
15135
|
clientVersion: 'string',
|
|
15136
|
+
description: 'string',
|
|
15135
15137
|
desktopGroupId: 'string',
|
|
15136
15138
|
desktopGroupName: 'string',
|
|
15137
15139
|
desktopId: 'string',
|