tencentcloud-sdk-nodejs-cdb 4.1.133 → 4.1.135

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.133",
3
+ "version": "4.1.135",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5200,6 +5200,14 @@ export interface DescribeAccountsRequest {
5200
5200
  * 匹配账号名的正则表达式,规则同 MySQL 官网。
5201
5201
  */
5202
5202
  AccountRegexp?: string;
5203
+ /**
5204
+ * 默认无排序,支持:ASC、DESC、asc、desc
5205
+ */
5206
+ SortBy?: string;
5207
+ /**
5208
+ * 待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间)
5209
+ */
5210
+ OrderBy?: string;
5203
5211
  }
5204
5212
  /**
5205
5213
  * ModifyAuditService请求参数结构体