tencentcloud-sdk-nodejs-iotexplorer 4.1.51 → 4.1.54

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.54",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
  /**
@@ -405,7 +405,7 @@ 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
  /**
@@ -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);
@@ -623,7 +623,7 @@ 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);
@@ -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
  */