tencentcloud-sdk-nodejs-iotexplorer 4.1.51 → 4.1.55

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.51",
3
+ "version": "4.1.55",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -153,7 +153,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
153
153
  */
154
154
  CreateIotVideoCloudStorage(req: CreateIotVideoCloudStorageRequest, cb?: (error: string, rep: CreateIotVideoCloudStorageResponse) => void): Promise<CreateIotVideoCloudStorageResponse>;
155
155
  /**
156
- * 删除规则
156
+ * 删除规则。
157
157
  */
158
158
  DeleteTopicRule(req: DeleteTopicRuleRequest, cb?: (error: string, rep: DeleteTopicRuleResponse) => void): Promise<DeleteTopicRuleResponse>;
159
159
  /**
@@ -309,7 +309,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
309
309
  */
310
310
  GetDeviceSumStatistics(req: GetDeviceSumStatisticsRequest, cb?: (error: string, rep: GetDeviceSumStatisticsResponse) => void): Promise<GetDeviceSumStatisticsResponse>;
311
311
  /**
312
- * 提供删除某个项目的能力
312
+ * 提供删除某个项目的能力。
313
313
  */
314
314
  DeleteProject(req: DeleteProjectRequest, cb?: (error: string, rep: DeleteProjectResponse) => void): Promise<DeleteProjectResponse>;
315
315
  /**
@@ -323,7 +323,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
323
323
  */
324
324
  PublishBroadcastMessage(req: PublishBroadcastMessageRequest, cb?: (error: string, rep: PublishBroadcastMessageResponse) => void): Promise<PublishBroadcastMessageResponse>;
325
325
  /**
326
- * 批量解绑子产品
326
+ * 批量解绑子产品。
327
327
  */
328
328
  UnbindProducts(req: UnbindProductsRequest, cb?: (error: string, rep: UnbindProductsResponse) => void): Promise<UnbindProductsResponse>;
329
329
  /**
@@ -405,11 +405,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
405
405
  */
406
406
  UpdateDevicesEnableState(req: UpdateDevicesEnableStateRequest, cb?: (error: string, rep: UpdateDevicesEnableStateResponse) => void): Promise<UpdateDevicesEnableStateResponse>;
407
407
  /**
408
- * 修改项目
408
+ * 修改项目。
409
409
  */
410
410
  ModifyProject(req: ModifyProjectRequest, cb?: (error: string, rep: ModifyProjectResponse) => void): Promise<ModifyProjectResponse>;
411
411
  /**
412
- * 批量绑定子产品
412
+ * 批量绑定子产品。
413
413
  */
414
414
  BindProducts(req: BindProductsRequest, cb?: (error: string, rep: BindProductsResponse) => void): Promise<BindProductsResponse>;
415
415
  /**
@@ -441,7 +441,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
441
441
  */
442
442
  GetTWeCallActiveStatus(req: GetTWeCallActiveStatusRequest, cb?: (error: string, rep: GetTWeCallActiveStatusResponse) => void): Promise<GetTWeCallActiveStatusResponse>;
443
443
  /**
444
- * 用于获取网关可绑定或解绑的子产品
444
+ * 用于获取网关可绑定或解绑的子产品。
445
445
  */
446
446
  DescribeGatewaySubProducts(req: DescribeGatewaySubProductsRequest, cb?: (error: string, rep: DescribeGatewaySubProductsResponse) => void): Promise<DescribeGatewaySubProductsResponse>;
447
447
  /**
@@ -247,7 +247,7 @@ class Client extends TencentCloudCommon.AbstractClient {
247
247
  return this.request("CreateIotVideoCloudStorage", req, cb);
248
248
  }
249
249
  /**
250
- * 删除规则
250
+ * 删除规则。
251
251
  */
252
252
  async DeleteTopicRule(req, cb) {
253
253
  return this.request("DeleteTopicRule", req, cb);
@@ -481,7 +481,7 @@ class Client extends TencentCloudCommon.AbstractClient {
481
481
  return this.request("GetDeviceSumStatistics", req, cb);
482
482
  }
483
483
  /**
484
- * 提供删除某个项目的能力
484
+ * 提供删除某个项目的能力。
485
485
  */
486
486
  async DeleteProject(req, cb) {
487
487
  return this.request("DeleteProject", req, cb);
@@ -501,7 +501,7 @@ class Client extends TencentCloudCommon.AbstractClient {
501
501
  return this.request("PublishBroadcastMessage", req, cb);
502
502
  }
503
503
  /**
504
- * 批量解绑子产品
504
+ * 批量解绑子产品。
505
505
  */
506
506
  async UnbindProducts(req, cb) {
507
507
  return this.request("UnbindProducts", req, cb);
@@ -623,13 +623,13 @@ class Client extends TencentCloudCommon.AbstractClient {
623
623
  return this.request("UpdateDevicesEnableState", req, cb);
624
624
  }
625
625
  /**
626
- * 修改项目
626
+ * 修改项目。
627
627
  */
628
628
  async ModifyProject(req, cb) {
629
629
  return this.request("ModifyProject", req, cb);
630
630
  }
631
631
  /**
632
- * 批量绑定子产品
632
+ * 批量绑定子产品。
633
633
  */
634
634
  async BindProducts(req, cb) {
635
635
  return this.request("BindProducts", req, cb);
@@ -677,7 +677,7 @@ class Client extends TencentCloudCommon.AbstractClient {
677
677
  return this.request("GetTWeCallActiveStatus", req, cb);
678
678
  }
679
679
  /**
680
- * 用于获取网关可绑定或解绑的子产品
680
+ * 用于获取网关可绑定或解绑的子产品。
681
681
  */
682
682
  async DescribeGatewaySubProducts(req, cb) {
683
683
  return this.request("DescribeGatewaySubProducts", req, cb);
@@ -1328,7 +1328,7 @@ export interface ModifyProjectResponse {
1328
1328
  /**
1329
1329
  * 项目详情
1330
1330
  */
1331
- Project: ProjectEntry;
1331
+ Project?: ProjectEntry;
1332
1332
  /**
1333
1333
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1334
1334
  */
@@ -4372,7 +4372,7 @@ export interface UnbindProductsResponse {
4372
4372
  /**
4373
4373
  * 绑定了待解绑的LoRa产品下的设备的网关设备列表
4374
4374
  */
4375
- GatewayDeviceNames: Array<string>;
4375
+ GatewayDeviceNames?: Array<string>;
4376
4376
  /**
4377
4377
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4378
4378
  */
@@ -4604,6 +4604,7 @@ export interface ModifyCloudStorageAIServiceRequest {
4604
4604
  * 云存 AI 服务类型。可选值:
4605
4605
  - `RealtimeObjectDetect`:目标检测
4606
4606
  - `Highlight`:视频浓缩
4607
+ - `SimpleHighlight`:TrueX SimpleHighlight
4607
4608
  */
4608
4609
  ServiceType: string;
4609
4610
  /**
@@ -4618,6 +4619,10 @@ export interface ModifyCloudStorageAIServiceRequest {
4618
4619
  * 视频分析配置参数
4619
4620
  */
4620
4621
  Config?: string;
4622
+ /**
4623
+ * SimpleHighlight 算法配置参数
4624
+ */
4625
+ SHLConfig?: DiarySHLConfig;
4621
4626
  }
4622
4627
  /**
4623
4628
  * GenerateSignedVideoURL请求参数结构体
@@ -7720,6 +7725,28 @@ export interface DeviceActivationDetail {
7720
7725
  */
7721
7726
  UsedFreeLicense?: number;
7722
7727
  }
7728
+ /**
7729
+ * Diary Simple Highlight 配置
7730
+ */
7731
+ export interface DiarySHLConfig {
7732
+ /**
7733
+ * 每个视频偏移时长,单位秒
7734
+ */
7735
+ StartOffset?: number;
7736
+ /**
7737
+ * 视频浓缩倍数,支持1,2,4之间
7738
+ */
7739
+ PlaySpeed?: number;
7740
+ /**
7741
+ * 单个视频最小提取时长,单位秒
7742
+ */
7743
+ MiniExtract?: number;
7744
+ /**
7745
+ * 每天最终输出视频时长,单位秒
7746
+ 注:免费版固定10s
7747
+ */
7748
+ OutDuration?: number;
7749
+ }
7723
7750
  /**
7724
7751
  * UnbindDevices返回参数结构体
7725
7752
  */