tencentcloud-sdk-nodejs-iotexplorer 4.1.8 → 4.1.10
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
|
@@ -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);
|