tencentcloud-sdk-nodejs-ioa 4.1.143 → 4.1.159

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.143",
3
+ "version": "4.1.159",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1495,6 +1495,14 @@ export interface SoftwareInformationData {
1495
1495
  * 盗版风险(0:未支持,1:风险,2:未发现,3:未开启)
1496
1496
  */
1497
1497
  PiracyRisk?: number;
1498
+ /**
1499
+ * 设备id
1500
+ */
1501
+ DeviceId?: number;
1502
+ /**
1503
+ * 平台类型
1504
+ */
1505
+ OsType?: number;
1498
1506
  }
1499
1507
  /**
1500
1508
  * DescribeAggrSoftDetail请求参数结构体
@@ -1737,6 +1745,14 @@ export interface AggrSoftDeviceRow {
1737
1745
  * 终端备注名
1738
1746
  */
1739
1747
  RemarkName?: string;
1748
+ /**
1749
+ * 软件id
1750
+ */
1751
+ SoftwareId?: number;
1752
+ /**
1753
+ * 0:win 2:mac
1754
+ */
1755
+ OsType?: number;
1740
1756
  }
1741
1757
  /**
1742
1758
  * 软件版本与安装数量