tencentcloud-sdk-nodejs-ioa 4.1.184 → 4.1.199
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
|
@@ -208,6 +208,11 @@ export interface RulePayloadItem {
|
|
|
208
208
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
209
209
|
*/
|
|
210
210
|
RelateOption?: string;
|
|
211
|
+
/**
|
|
212
|
+
* 值类型
|
|
213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
214
|
+
*/
|
|
215
|
+
ValueType?: string;
|
|
211
216
|
}
|
|
212
217
|
/**
|
|
213
218
|
* 终端详情响应对象集合
|
|
@@ -1275,6 +1280,10 @@ export interface AggrCategorySoftDetailRow {
|
|
|
1275
1280
|
* 有新版本可升级的设备数量
|
|
1276
1281
|
*/
|
|
1277
1282
|
UpgradableDeviceNum?: number;
|
|
1283
|
+
/**
|
|
1284
|
+
* 有新版本可升级的设备数量
|
|
1285
|
+
*/
|
|
1286
|
+
UpgradeDeviceNum?: number;
|
|
1278
1287
|
}
|
|
1279
1288
|
/**
|
|
1280
1289
|
* DescribeDeviceInfo返回参数结构体
|