tencentcloud-sdk-nodejs-tcb 4.1.76 → 4.1.108

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-tcb",
3
- "version": "4.1.76",
3
+ "version": "4.1.108",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -629,6 +629,10 @@ export interface LogResObject {
629
629
  * 日志内容信息
630
630
  */
631
631
  Results?: Array<LogObject>;
632
+ /**
633
+ * 日志聚合结果
634
+ */
635
+ AnalysisRecords?: Array<string>;
632
636
  }
633
637
  /**
634
638
  * DestroyStandaloneGateway请求参数结构体