@alicloud/ecd20200930 3.5.2 → 3.5.3

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/ecd20200930",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -18627,6 +18627,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $tea.Model {
18627
18627
  export class DescribeDesktopInfoResponseBodyDesktops extends $tea.Model {
18628
18628
  connectionStatus?: string;
18629
18629
  currentAppVersion?: string;
18630
+ desktopGroupId?: string;
18630
18631
  desktopId?: string;
18631
18632
  desktopStatus?: string;
18632
18633
  managementFlag?: string[];
@@ -18638,6 +18639,7 @@ export class DescribeDesktopInfoResponseBodyDesktops extends $tea.Model {
18638
18639
  return {
18639
18640
  connectionStatus: 'ConnectionStatus',
18640
18641
  currentAppVersion: 'CurrentAppVersion',
18642
+ desktopGroupId: 'DesktopGroupId',
18641
18643
  desktopId: 'DesktopId',
18642
18644
  desktopStatus: 'DesktopStatus',
18643
18645
  managementFlag: 'ManagementFlag',
@@ -18652,6 +18654,7 @@ export class DescribeDesktopInfoResponseBodyDesktops extends $tea.Model {
18652
18654
  return {
18653
18655
  connectionStatus: 'string',
18654
18656
  currentAppVersion: 'string',
18657
+ desktopGroupId: 'string',
18655
18658
  desktopId: 'string',
18656
18659
  desktopStatus: 'string',
18657
18660
  managementFlag: { 'type': 'array', 'itemType': 'string' },