tencentcloud-sdk-nodejs-iotexplorer 4.1.9 → 4.1.11

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.9",
3
+ "version": "4.1.11",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -635,7 +635,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
635
635
  */
636
636
  DescribeModelDefinition(req: DescribeModelDefinitionRequest, cb?: (error: string, rep: DescribeModelDefinitionResponse) => void): Promise<DescribeModelDefinitionResponse>;
637
637
  /**
638
- * 创建位置空间
638
+ * 创建位置空间。
639
639
  */
640
640
  CreatePositionSpace(req: CreatePositionSpaceRequest, cb?: (error: string, rep: CreatePositionSpaceResponse) => void): Promise<CreatePositionSpaceResponse>;
641
641
  /**
@@ -969,7 +969,7 @@ class Client extends TencentCloudCommon.AbstractClient {
969
969
  return this.request("DescribeModelDefinition", req, cb);
970
970
  }
971
971
  /**
972
- * 创建位置空间
972
+ * 创建位置空间。
973
973
  */
974
974
  async CreatePositionSpace(req, cb) {
975
975
  return this.request("CreatePositionSpace", req, cb);