tencentcloud-sdk-nodejs-ioa 4.1.201 → 4.1.203

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.201",
3
+ "version": "4.1.203",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11,7 +11,7 @@ export interface CreatePrivilegeCodeRequest {
11
11
  */
12
12
  DomainInstanceId?: string;
13
13
  /**
14
- * 系统类型(0: win,1:linux,2: mac,4:android,5:ios );默认值0
14
+ * 系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位)
15
15
  */
16
16
  OsType?: number;
17
17
  }
@@ -1213,7 +1213,7 @@ export interface DescribeDeviceChildGroupsRequest {
1213
1213
  */
1214
1214
  ParentId?: number;
1215
1215
  /**
1216
- * 操作系统类型(0win,1:linux,2mac,4:android,5:ios;默认0:系统win
1216
+ * 系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位)
1217
1217
  */
1218
1218
  OsType?: number;
1219
1219
  }