tencentcloud-sdk-nodejs-iotexplorer 4.1.115 → 4.1.116

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-iotexplorer",
3
- "version": "4.1.115",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6280,10 +6280,17 @@ export interface DescribeCloudStorageAIServiceRequest {
6280
6280
  DeviceName: string;
6281
6281
  /**
6282
6282
  * 云存 AI 服务类型。可选值:
6283
- - `RealtimeObjectDetect`:目标检测
6284
6283
  - `Highlight`:视频浓缩
6285
6284
  */
6286
6285
  ServiceType: string;
6286
+ /**
6287
+ * 通道 ID
6288
+ */
6289
+ ChannelId?: number;
6290
+ /**
6291
+ * 用户 ID
6292
+ */
6293
+ UserId?: string;
6287
6294
  }
6288
6295
  /**
6289
6296
  * DescribeCloudStorageOrder返回参数结构体