tencentcloud-sdk-nodejs-tse 4.1.18 → 4.1.24

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-tse",
3
- "version": "4.1.18",
3
+ "version": "4.1.24",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2715,6 +2715,14 @@ export interface ConfigFile {
2715
2715
  * 配置文件持久化
2716
2716
  */
2717
2717
  ConfigFilePersistent?: ConfigFilePersistent;
2718
+ /**
2719
+ * 是否开启加密算法
2720
+ */
2721
+ Encrypted?: boolean;
2722
+ /**
2723
+ * 加密算法
2724
+ */
2725
+ EncryptAlgo?: string;
2718
2726
  }
2719
2727
  /**
2720
2728
  * ModifyNativeGatewayServiceSource请求参数结构体
@@ -6715,6 +6723,10 @@ export interface ServiceGovernanceInfo {
6715
6723
  * 引擎关联CLS日志主题信息
6716
6724
  */
6717
6725
  CLSTopics?: Array<PolarisCLSTopicInfo>;
6726
+ /**
6727
+ * 子用户密码
6728
+ */
6729
+ SubPassword?: string;
6718
6730
  }
6719
6731
  /**
6720
6732
  * DescribeNacosReplicas返回参数结构体