tencentcloud-sdk-nodejs-iotexplorer 4.1.71 → 4.1.74
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
|
@@ -397,7 +397,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
397
397
|
*/
|
|
398
398
|
DescribeActivateLicenseService(req: DescribeActivateLicenseServiceRequest, cb?: (error: string, rep: DescribeActivateLicenseServiceResponse) => void): Promise<DescribeActivateLicenseServiceResponse>;
|
|
399
399
|
/**
|
|
400
|
-
*
|
|
400
|
+
* 开通云存卡服务
|
|
401
401
|
*/
|
|
402
402
|
CreateFreeCloudStorage(req: CreateFreeCloudStorageRequest, cb?: (error: string, rep: CreateFreeCloudStorageResponse) => void): Promise<CreateFreeCloudStorageResponse>;
|
|
403
403
|
/**
|
|
@@ -611,7 +611,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
611
611
|
return this.request("DescribeActivateLicenseService", req, cb);
|
|
612
612
|
}
|
|
613
613
|
/**
|
|
614
|
-
*
|
|
614
|
+
* 开通云存卡服务
|
|
615
615
|
*/
|
|
616
616
|
async CreateFreeCloudStorage(req, cb) {
|
|
617
617
|
return this.request("CreateFreeCloudStorage", req, cb);
|