tencentcloud-sdk-nodejs-cdb 4.1.184 → 4.1.187

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-cdb",
3
- "version": "4.1.184",
3
+ "version": "4.1.187",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5212,6 +5212,10 @@ export interface DescribeAccountsRequest {
5212
5212
  * 待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间)
5213
5213
  */
5214
5214
  OrderBy?: string;
5215
+ /**
5216
+ * 匹配账号主机地址(Host)的正则表达式,规则同 MySQL 官网
5217
+ */
5218
+ HostRegexp?: string;
5215
5219
  }
5216
5220
  /**
5217
5221
  * ModifyAuditService请求参数结构体