tencentcloud-sdk-nodejs-iotexplorer 4.1.44 → 4.1.50
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
|
@@ -2074,7 +2074,7 @@ export interface CreateStudioProductRequest {
|
|
|
2074
2074
|
*/
|
|
2075
2075
|
ProductType: number;
|
|
2076
2076
|
/**
|
|
2077
|
-
* 加密类型 ,1表示证书认证,2
|
|
2077
|
+
* 加密类型 ,1表示证书认证,2表示密钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
|
|
2078
2078
|
*/
|
|
2079
2079
|
EncryptionType: string;
|
|
2080
2080
|
/**
|