tencentcloud-sdk-nodejs-iotexplorer 4.1.71 → 4.1.75
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
|
@@ -177,8 +177,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
177
177
|
*/
|
|
178
178
|
DeleteLoRaGateway(req: DeleteLoRaGatewayRequest, cb?: (error: string, rep: DeleteLoRaGatewayResponse) => void): Promise<DeleteLoRaGatewayResponse>;
|
|
179
179
|
/**
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
* 业务已下线
|
|
181
|
+
|
|
182
|
+
取消分配
|
|
183
|
+
*/
|
|
182
184
|
CancelAssignTWeCallLicense(req: CancelAssignTWeCallLicenseRequest, cb?: (error: string, rep: CancelAssignTWeCallLicenseResponse) => void): Promise<CancelAssignTWeCallLicenseResponse>;
|
|
183
185
|
/**
|
|
184
186
|
* 为用户提供新建产品的能力,用于管理用户的设备
|
|
@@ -397,7 +399,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
397
399
|
*/
|
|
398
400
|
DescribeActivateLicenseService(req: DescribeActivateLicenseServiceRequest, cb?: (error: string, rep: DescribeActivateLicenseServiceResponse) => void): Promise<DescribeActivateLicenseServiceResponse>;
|
|
399
401
|
/**
|
|
400
|
-
*
|
|
402
|
+
* 开通云存卡服务
|
|
401
403
|
*/
|
|
402
404
|
CreateFreeCloudStorage(req: CreateFreeCloudStorageRequest, cb?: (error: string, rep: CreateFreeCloudStorageResponse) => void): Promise<CreateFreeCloudStorageResponse>;
|
|
403
405
|
/**
|
|
@@ -283,8 +283,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
283
283
|
return this.request("DeleteLoRaGateway", req, cb);
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
|
-
|
|
287
|
-
|
|
286
|
+
* 业务已下线
|
|
287
|
+
|
|
288
|
+
取消分配
|
|
289
|
+
*/
|
|
288
290
|
async CancelAssignTWeCallLicense(req, cb) {
|
|
289
291
|
return this.request("CancelAssignTWeCallLicense", req, cb);
|
|
290
292
|
}
|
|
@@ -611,7 +613,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
611
613
|
return this.request("DescribeActivateLicenseService", req, cb);
|
|
612
614
|
}
|
|
613
615
|
/**
|
|
614
|
-
*
|
|
616
|
+
* 开通云存卡服务
|
|
615
617
|
*/
|
|
616
618
|
async CreateFreeCloudStorage(req, cb) {
|
|
617
619
|
return this.request("CreateFreeCloudStorage", req, cb);
|