tencentcloud-sdk-nodejs-iotexplorer 4.1.74 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-iotexplorer",
3
- "version": "4.1.74",
3
+ "version": "4.1.75",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
  }