tencentcloud-sdk-nodejs-tse 4.1.98 → 4.1.101

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.98",
3
+ "version": "4.1.101",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6979,6 +6979,10 @@ export interface DeleteCloudNativeAPIGatewayServiceRequest {
6979
6979
  * 服务名字,服务ID
6980
6980
  */
6981
6981
  Name: string;
6982
+ /**
6983
+ * 是否同步删除服务上绑定的路由
6984
+ */
6985
+ DeleteRoutes?: boolean;
6982
6986
  }
6983
6987
  /**
6984
6988
  * DescribePublicNetwork返回参数结构体