tencentcloud-sdk-nodejs-iotexplorer 4.1.64 → 4.1.67

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.64",
3
+ "version": "4.1.67",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3726,7 +3726,7 @@ export interface InvokeAISearchServiceRequest {
3726
3726
  */
3727
3727
  ChannelId?: number;
3728
3728
  /**
3729
- * 是否需要返回总结,默认为False; 开启后会加大接口响应时长
3729
+ * 是否需要返回总结,默认为True; 开启后会加大接口响应时长
3730
3730
  */
3731
3731
  EnableSummary?: boolean;
3732
3732
  /**
@@ -4744,7 +4744,7 @@ export interface GenerateSignedVideoURLRequest {
4744
4744
  */
4745
4745
  VideoURL: string;
4746
4746
  /**
4747
- * 播放链接过期时间
4747
+ * 播放链接过期时间(时间戳,单位秒)
4748
4748
  */
4749
4749
  ExpireTime: number;
4750
4750
  /**