tencentcloud-sdk-nodejs-iotexplorer 4.1.43 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-iotexplorer",
3
- "version": "4.1.43",
3
+ "version": "4.1.50",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2074,7 +2074,7 @@ export interface CreateStudioProductRequest {
2074
2074
  */
2075
2075
  ProductType: number;
2076
2076
  /**
2077
- * 加密类型 ,1表示证书认证,2表示秘钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
2077
+ * 加密类型 ,1表示证书认证,2表示密钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
2078
2078
  */
2079
2079
  EncryptionType: string;
2080
2080
  /**