tencentcloud-sdk-nodejs-tse 4.1.191 → 4.1.199

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.191",
3
+ "version": "4.1.199",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -956,6 +956,14 @@ export interface DescribeCloudNativeAPIGatewayResult {
956
956
  注意:此字段可能返回 null,表示取不到有效值。
957
957
  */
958
958
  AvailableVersions?: Array<string>;
959
+ /**
960
+ * 网关可以升级的版本号列表
961
+ */
962
+ AvailableUpgradeVersions?: Array<string>;
963
+ /**
964
+ * 是否提示可升级
965
+ */
966
+ AvailableUpgrade?: boolean;
959
967
  }
960
968
  /**
961
969
  * 北极星日志主题信息
@@ -3646,6 +3654,10 @@ export interface KongRoutePreview {
3646
3654
  * 正则优先级
3647
3655
  */
3648
3656
  RegexPriority?: number;
3657
+ /**
3658
+ * querystring参数
3659
+ */
3660
+ QueryStringParameters?: Array<KVMapping>;
3649
3661
  }
3650
3662
  /**
3651
3663
  * 实例地域信息描述
@@ -6968,6 +6980,10 @@ export interface ModifyCloudNativeAPIGatewayRouteRequest {
6968
6980
  * 增加优先级
6969
6981
  */
6970
6982
  RegexPriority?: number;
6983
+ /**
6984
+ * querysring参数
6985
+ */
6986
+ QueryStringParameters?: Array<KVMapping>;
6971
6987
  }
6972
6988
  /**
6973
6989
  * DeleteCloudNativeAPIGatewayIPRestriction请求参数结构体
@@ -8674,6 +8690,10 @@ export interface CreateCloudNativeAPIGatewayRouteRequest {
8674
8690
  * 正则优先级
8675
8691
  */
8676
8692
  RegexPriority?: number;
8693
+ /**
8694
+ * queryString参数
8695
+ */
8696
+ QueryStringParameters?: Array<KVMapping>;
8677
8697
  }
8678
8698
  /**
8679
8699
  * 网关分组列表