tencentcloud-sdk-nodejs-iotexplorer 4.1.148 → 4.1.149

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.148",
3
+ "version": "4.1.149",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4810,6 +4810,10 @@ export interface CreateTWeSeeRecognitionTaskRequest {
4810
4810
  * 输入视频 / 图片的 URL
4811
4811
  */
4812
4812
  InputURL: string;
4813
+ /**
4814
+ * 通道 ID
4815
+ */
4816
+ ChannelId?: number;
4813
4817
  /**
4814
4818
  * 自定义事件 ID
4815
4819
  */