@alicloud/csas20230120 1.12.0 → 1.12.1

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
@@ -1909,6 +1909,7 @@ export declare class GetUserDeviceResponseBodyDevice extends $dara.Model {
1909
1909
  */
1910
1910
  updateTime?: string;
1911
1911
  username?: string;
1912
+ workshop?: string;
1912
1913
  static names(): {
1913
1914
  [key: string]: string;
1914
1915
  };
@@ -4659,6 +4660,7 @@ export declare class ListUserDevicesResponseBodyDevices extends $dara.Model {
4659
4660
  */
4660
4661
  updateTime?: string;
4661
4662
  username?: string;
4663
+ workshop?: string;
4662
4664
  static names(): {
4663
4665
  [key: string]: string;
4664
4666
  };
@@ -12071,6 +12073,7 @@ export declare class ListUserDevicesRequest extends $dara.Model {
12071
12073
  sharingStatus?: boolean;
12072
12074
  sortBy?: string;
12073
12075
  username?: string;
12076
+ workshop?: string;
12074
12077
  static names(): {
12075
12078
  [key: string]: string;
12076
12079
  };
package/dist/client.js CHANGED
@@ -2016,6 +2016,7 @@ class GetUserDeviceResponseBodyDevice extends $dara.Model {
2016
2016
  srcIP: 'SrcIP',
2017
2017
  updateTime: 'UpdateTime',
2018
2018
  username: 'Username',
2019
+ workshop: 'Workshop',
2019
2020
  };
2020
2021
  }
2021
2022
  static types() {
@@ -2048,6 +2049,7 @@ class GetUserDeviceResponseBodyDevice extends $dara.Model {
2048
2049
  srcIP: 'string',
2049
2050
  updateTime: 'string',
2050
2051
  username: 'string',
2052
+ workshop: 'string',
2051
2053
  };
2052
2054
  }
2053
2055
  validate() {
@@ -4513,6 +4515,7 @@ class ListUserDevicesResponseBodyDevices extends $dara.Model {
4513
4515
  srcIP: 'SrcIP',
4514
4516
  updateTime: 'UpdateTime',
4515
4517
  username: 'Username',
4518
+ workshop: 'Workshop',
4516
4519
  };
4517
4520
  }
4518
4521
  static types() {
@@ -4544,6 +4547,7 @@ class ListUserDevicesResponseBodyDevices extends $dara.Model {
4544
4547
  srcIP: 'string',
4545
4548
  updateTime: 'string',
4546
4549
  username: 'string',
4550
+ workshop: 'string',
4547
4551
  };
4548
4552
  }
4549
4553
  validate() {
@@ -12467,6 +12471,7 @@ class ListUserDevicesRequest extends $dara.Model {
12467
12471
  sharingStatus: 'SharingStatus',
12468
12472
  sortBy: 'SortBy',
12469
12473
  username: 'Username',
12474
+ workshop: 'Workshop',
12470
12475
  };
12471
12476
  }
12472
12477
  static types() {
@@ -12491,6 +12496,7 @@ class ListUserDevicesRequest extends $dara.Model {
12491
12496
  sharingStatus: 'boolean',
12492
12497
  sortBy: 'string',
12493
12498
  username: 'string',
12499
+ workshop: 'string',
12494
12500
  };
12495
12501
  }
12496
12502
  validate() {