tencentcloud-sdk-nodejs-mqtt 4.1.229 → 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
|
@@ -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
|
/**
|