tencentcloud-sdk-nodejs-mqtt 4.1.228 → 4.1.232

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-mqtt",
3
- "version": "4.1.228",
3
+ "version": "4.1.232",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -795,12 +795,10 @@ export interface ModifyInstanceRequest {
795
795
  * 客户端证书注册方式:
796
796
  JITP:自动注册
797
797
  API:手动通过API注册
798
- * @deprecated
799
798
  */
800
799
  DeviceCertificateProvisionType?: string;
801
800
  /**
802
801
  * 自动注册证书是否自动激活
803
- * @deprecated
804
802
  */
805
803
  AutomaticActivation?: boolean;
806
804
  /**