tencentcloud-sdk-nodejs-ioa 4.1.199 → 4.1.201
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
|
@@ -542,7 +542,7 @@ export interface CreateDeviceVirtualGroupRequest {
|
|
|
542
542
|
*/
|
|
543
543
|
Description?: string;
|
|
544
544
|
/**
|
|
545
|
-
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios ;
|
|
545
|
+
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位)
|
|
546
546
|
*/
|
|
547
547
|
OsType?: number;
|
|
548
548
|
/**
|
|
@@ -982,7 +982,7 @@ export interface CreateDLPFileDetectionTaskRequest {
|
|
|
982
982
|
*/
|
|
983
983
|
export interface ExportDeviceDownloadTaskRequest {
|
|
984
984
|
/**
|
|
985
|
-
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios
|
|
985
|
+
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位)
|
|
986
986
|
*/
|
|
987
987
|
OsType?: number;
|
|
988
988
|
/**
|
|
@@ -1180,7 +1180,7 @@ export interface DescribeDeviceVirtualGroupsRequest {
|
|
|
1180
1180
|
*/
|
|
1181
1181
|
Condition?: Condition;
|
|
1182
1182
|
/**
|
|
1183
|
-
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios
|
|
1183
|
+
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位)
|
|
1184
1184
|
*/
|
|
1185
1185
|
OsType?: number;
|
|
1186
1186
|
/**
|
|
@@ -2267,7 +2267,7 @@ export interface ModifyVirtualDeviceGroupsRequest {
|
|
|
2267
2267
|
*/
|
|
2268
2268
|
DeviceVirtualGroupIds?: Array<number | bigint>;
|
|
2269
2269
|
/**
|
|
2270
|
-
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios
|
|
2270
|
+
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位)
|
|
2271
2271
|
*/
|
|
2272
2272
|
OsType?: number;
|
|
2273
2273
|
}
|
|
@@ -2374,7 +2374,7 @@ export interface DescribeVirtualDevicesRequest {
|
|
|
2374
2374
|
*/
|
|
2375
2375
|
DeviceVirtualGroupId?: number;
|
|
2376
2376
|
/**
|
|
2377
|
-
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios
|
|
2377
|
+
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位)
|
|
2378
2378
|
*/
|
|
2379
2379
|
OsType?: number;
|
|
2380
2380
|
/**
|
|
@@ -2642,7 +2642,7 @@ export interface DescribeDevicesRequest {
|
|
|
2642
2642
|
*/
|
|
2643
2643
|
GroupId?: number;
|
|
2644
2644
|
/**
|
|
2645
|
-
*
|
|
2645
|
+
* 系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位),需要和GroupId或者GroupIds匹配
|
|
2646
2646
|
*/
|
|
2647
2647
|
OsType?: number;
|
|
2648
2648
|
/**
|
|
@@ -2775,7 +2775,7 @@ export interface DescribeDeviceHardwareInfoListRequest {
|
|
|
2775
2775
|
*/
|
|
2776
2776
|
GroupId: number;
|
|
2777
2777
|
/**
|
|
2778
|
-
*
|
|
2778
|
+
* 【必填】系统类型(0: win,1:linux,2: mac,4:android,5:ios,-1:全系统(SaaS一体化版本) ; 不传默认为0)(只支持32位),需要和GroupId或者GroupIds匹配
|
|
2779
2779
|
*/
|
|
2780
2780
|
OsType: number;
|
|
2781
2781
|
/**
|