tencentcloud-sdk-nodejs-iotexplorer 4.1.74 → 4.1.76
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
|
* 为用户提供新建产品的能力,用于管理用户的设备
|
|
@@ -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
|
}
|