tencentcloud-sdk-nodejs-cynosdb 4.1.33 → 4.1.38

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-cynosdb",
3
- "version": "4.1.33",
3
+ "version": "4.1.38",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8734,6 +8734,10 @@ export interface AuditLogFile {
8734
8734
  * 错误信息。
8735
8735
  */
8736
8736
  ErrMsg?: string;
8737
+ /**
8738
+ * 日志下载进度。
8739
+ */
8740
+ ProgressRate?: number;
8737
8741
  }
8738
8742
  /**
8739
8743
  * DescribeAuditRuleTemplates返回参数结构体
@@ -8925,7 +8929,8 @@ export interface OpenAuditServiceRequest {
8925
8929
  */
8926
8930
  HighLogExpireDay?: number;
8927
8931
  /**
8928
- * 审计规则。同RuleTemplateIds都不填是全审计。
8932
+ * 审计规则(废弃)。
8933
+ * @deprecated
8929
8934
  */
8930
8935
  AuditRuleFilters?: Array<AuditRuleFilters>;
8931
8936
  /**