@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/dist/client.d.ts CHANGED
@@ -10330,6 +10330,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $tea
10330
10330
  export declare class DescribeDesktopInfoResponseBodyDesktops extends $tea.Model {
10331
10331
  connectionStatus?: string;
10332
10332
  currentAppVersion?: string;
10333
+ desktopGroupId?: string;
10333
10334
  desktopId?: string;
10334
10335
  desktopStatus?: string;
10335
10336
  managementFlag?: string[];
package/dist/client.js CHANGED
@@ -14650,6 +14650,7 @@ class DescribeDesktopInfoResponseBodyDesktops extends $tea.Model {
14650
14650
  return {
14651
14651
  connectionStatus: 'ConnectionStatus',
14652
14652
  currentAppVersion: 'CurrentAppVersion',
14653
+ desktopGroupId: 'DesktopGroupId',
14653
14654
  desktopId: 'DesktopId',
14654
14655
  desktopStatus: 'DesktopStatus',
14655
14656
  managementFlag: 'ManagementFlag',
@@ -14663,6 +14664,7 @@ class DescribeDesktopInfoResponseBodyDesktops extends $tea.Model {
14663
14664
  return {
14664
14665
  connectionStatus: 'string',
14665
14666
  currentAppVersion: 'string',
14667
+ desktopGroupId: 'string',
14666
14668
  desktopId: 'string',
14667
14669
  desktopStatus: 'string',
14668
14670
  managementFlag: { 'type': 'array', 'itemType': 'string' },