tencentcloud-sdk-nodejs-ioa 4.1.114 → 4.1.115

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.114",
3
+ "version": "4.1.115",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -59,12 +59,16 @@ export interface DescribeDeviceDetailListResponse {
59
59
  * DescribeAggrSoftDeviceList请求参数结构体
60
60
  */
61
61
  export interface DescribeAggrSoftDeviceListRequest {
62
+ /**
63
+ * 过滤条件
64
+ */
65
+ Condition?: Condition;
62
66
  /**
63
67
  * 软件名
64
68
  */
65
69
  Name?: string;
66
70
  /**
67
- * 操作系统
71
+ * 0:win 2:mac
68
72
  */
69
73
  OsType?: number;
70
74
  }
@@ -421,7 +425,11 @@ export interface DescribeDeviceVirtualGroupsResponse {
421
425
  */
422
426
  export interface DescribeAggrSoftCategorySoftListRequest {
423
427
  /**
424
- * os类别(只支持32位)
428
+ * 过滤条件、分页参数<li>Name - String - 过滤支持:是 - 操作符:eq,neq,like,ilike,nlike - 排序支持:是 - 按类别名称过滤或排序。</li><li>CorpName - String - 过滤支持:是 - 操作符:eq,neq,like,ilike,nlike - 排序支持:是 - 按CorpName过滤或排序。</li><li>Version - String - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按版本排序。</li><li>InstalledDeviceCount - int - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按安装设备数量排序。</li><li>GenuineRate - float - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按正版率排序。</li><li>AuthNum - int - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按授权数量排序。</li><li>CategoryNamePath - String - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按类别路径名排序。</li>
429
+ */
430
+ Condition?: Condition;
431
+ /**
432
+ * 操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)
425
433
  */
426
434
  OsType?: number;
427
435
  }
@@ -1242,6 +1250,10 @@ export interface DescribeSoftwareInformationRequest {
1242
1250
  <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
1243
1251
  */
1244
1252
  Condition?: Condition;
1253
+ /**
1254
+ * 0:win 2:mac
1255
+ */
1256
+ OsType?: number;
1245
1257
  }
1246
1258
  /**
1247
1259
  * 业务响应数据
@@ -1795,6 +1807,10 @@ export interface ExportSoftwareInformationListRequest {
1795
1807
  <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
1796
1808
  */
1797
1809
  Condition?: Condition;
1810
+ /**
1811
+ * 系统类型0:win 2:mac
1812
+ */
1813
+ OsType?: number;
1798
1814
  }
1799
1815
  /**
1800
1816
  * 业务响应数据