tencentcloud-sdk-nodejs-ioa 4.1.104 → 4.1.107

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": "tencentcloud-sdk-nodejs-ioa",
3
- "version": "4.1.104",
3
+ "version": "4.1.107",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -390,7 +390,7 @@ export interface DescribeDeviceVirtualGroupsRequest {
390
390
  */
391
391
  Condition?: Condition;
392
392
  /**
393
- * 必填,系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)
393
+ * 系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)
394
394
  */
395
395
  OsType?: number;
396
396
  /**
@@ -1059,6 +1059,10 @@ export interface DescribeAggrSoftCategorySoftListData {
1059
1059
  * DescribeDevices请求参数结构体
1060
1060
  */
1061
1061
  export interface DescribeDevicesRequest {
1062
+ /**
1063
+ * 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
1064
+ */
1065
+ DomainInstanceId?: string;
1062
1066
  /**
1063
1067
  * 过滤条件参数(字段含义请参考接口返回值)
1064
1068
 
@@ -1131,7 +1135,7 @@ export interface DescribeDevicesRequest {
1131
1135
  */
1132
1136
  GroupId?: number;
1133
1137
  /**
1134
- * 【必填】操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配
1138
+ * 操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配
1135
1139
  */
1136
1140
  OsType?: number;
1137
1141
  /**
@@ -1904,11 +1908,11 @@ export interface DescribeVirtualDevicesRequest {
1904
1908
  */
1905
1909
  Condition?: Condition;
1906
1910
  /**
1907
- * 必填,终端自定义分组id
1911
+ * 终端自定义分组ID(0:获取租户全部自定义分组下的终端数据;其他值:获取具体ID分组下的终端数据)
1908
1912
  */
1909
1913
  DeviceVirtualGroupId?: number;
1910
1914
  /**
1911
- * 必填,系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)
1915
+ * 系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)
1912
1916
  */
1913
1917
  OsType?: number;
1914
1918
  /**