tencentcloud-sdk-nodejs-es 4.0.1035 → 4.0.1045

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-es",
3
- "version": "4.0.1035",
3
+ "version": "4.0.1045",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -5107,6 +5107,10 @@ export interface ServerlessIndexSettingsField {
5107
5107
  注意:此字段可能返回 null,表示取不到有效值。
5108
5108
  */
5109
5109
  RefreshInterval?: string
5110
+ /**
5111
+ * 自定义参数
5112
+ */
5113
+ CustomSetting?: string
5110
5114
  }
5111
5115
 
5112
5116
  /**
@@ -4921,6 +4921,10 @@ export interface ServerlessIndexSettingsField {
4921
4921
  注意:此字段可能返回 null,表示取不到有效值。
4922
4922
  */
4923
4923
  RefreshInterval?: string;
4924
+ /**
4925
+ * 自定义参数
4926
+ */
4927
+ CustomSetting?: string;
4924
4928
  }
4925
4929
  /**
4926
4930
  * DescribeDiagnose请求参数结构体