tencentcloud-sdk-nodejs-es 4.1.61 → 4.1.63

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-es",
3
- "version": "4.1.61",
3
+ "version": "4.1.63",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2787,6 +2787,22 @@ export interface CosBackup {
2787
2787
  * 自动备份执行时间(精确到小时), e.g. "22:00"
2788
2788
  */
2789
2789
  BackupTime: string;
2790
+ /**
2791
+ * 0 腾讯云仓库; 1 客户仓库
2792
+ */
2793
+ EsRepositoryType?: number;
2794
+ /**
2795
+ * 客户快照仓库名称
2796
+ */
2797
+ UserEsRepository?: string;
2798
+ /**
2799
+ * 快照存储周期 单位天
2800
+ */
2801
+ StorageDuration?: number;
2802
+ /**
2803
+ * 自动备份频率单位小时
2804
+ */
2805
+ AutoBackupInterval?: number;
2790
2806
  }
2791
2807
  /**
2792
2808
  * DescribeLogstashPipelines返回参数结构体
@@ -4077,6 +4093,11 @@ export interface Snapshots {
4077
4093
  注意:此字段可能返回 null,表示取不到有效值。
4078
4094
  */
4079
4095
  Uuid?: string;
4096
+ /**
4097
+ * 仓库名称
4098
+ 注意:此字段可能返回 null,表示取不到有效值。
4099
+ */
4100
+ Repository?: string;
4080
4101
  /**
4081
4102
  * 该快照所属集群的版本号
4082
4103
  注意:此字段可能返回 null,表示取不到有效值。
@@ -252,6 +252,10 @@ export interface ChunkDocumentResponse {
252
252
  * 无
253
253
  */
254
254
  Chunks?: Array<Chunk>;
255
+ /**
256
+ * token消耗量
257
+ */
258
+ Usage?: Usage;
255
259
  /**
256
260
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
257
261
  */
@@ -357,6 +361,10 @@ export interface ChunkConfig {
357
361
  * 分隔符列表
358
362
  */
359
363
  Delimiters?: Array<string>;
364
+ /**
365
+ * 相邻切片重合字符数,需要小于分片长度
366
+ */
367
+ ChunkOverlap?: number;
360
368
  }
361
369
  /**
362
370
  * 会话内容,按对话时间从旧到新在数组中排列,长度受模型窗口大小限制。