tencentcloud-sdk-nodejs 4.1.108 → 4.1.109

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.
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.108";
1
+ export const sdkVersion = "4.1.109";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.108",
3
+ "version": "4.1.109",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.108";
1
+ export declare const sdkVersion = "4.1.109";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.108";
4
+ exports.sdkVersion = "4.1.109";
@@ -38,7 +38,7 @@ export interface GetMultiFlowStatisticResponse {
38
38
  */
39
39
  export interface OrderInfo {
40
40
  /**
41
- * 父帐号uin
41
+ * 父账号uin
42
42
  */
43
43
  Uin?: string;
44
44
  /**
@@ -1308,6 +1308,10 @@ export interface QuestionSplitOCRRequest {
1308
1308
  * 是否只返回检测框,默认false
1309
1309
  */
1310
1310
  EnableOnlyDetectBorder?: boolean;
1311
+ /**
1312
+ * false: 使用当前默认模型 true: 使用新的多模态推理模型,速度更快推理效果更强,仅 `EnableOnlyDetectBorder` 为 `true` 时生效,公测中
1313
+ */
1314
+ UseNewModel?: boolean;
1311
1315
  }
1312
1316
  /**
1313
1317
  * FlightInvoiceOCR请求参数结构体
@@ -10929,6 +10933,10 @@ export interface BizLicenseOCRResponse {
10929
10933
  * 非营业执照的营业类证件识别结果,将以结构化形式呈现。
10930
10934
  */
10931
10935
  BusinessCertificate?: Array<BusinessCertificateInfo>;
10936
+ /**
10937
+ * 重要提示字段
10938
+ */
10939
+ Important?: string;
10932
10940
  /**
10933
10941
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10934
10942
  */
@@ -4893,7 +4893,7 @@ export interface DescribeContainerEventsRequest {
4893
4893
  */
4894
4894
  ResourceType: string;
4895
4895
  /**
4896
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd
4896
+ * 部署组ID,按照【部署组ID】进行过滤,可通过调用[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的项目。
4897
4897
  */
4898
4898
  ResourceId: string;
4899
4899
  /**
@@ -7910,11 +7910,11 @@ export interface DescribeInvocationMetricDataDimensionRequest {
7910
7910
  */
7911
7911
  EndTime: string;
7912
7912
  /**
7913
- * 开始index
7913
+ * 开始index,取值范围大于等于0,默认值为0
7914
7914
  */
7915
7915
  Offset: number;
7916
7916
  /**
7917
- * 分页大小
7917
+ * 单页请求配置数量,取值范围[1, 50],默认值为10
7918
7918
  */
7919
7919
  Limit: number;
7920
7920
  /**
@@ -8757,7 +8757,7 @@ export interface ContainerEvent {
8757
8757
  */
8758
8758
  Type?: string;
8759
8759
  /**
8760
- * Kubernetes 资源类型,典型取值有 Deployment、Pod、Service 等
8760
+ * Kubernetes 资源类型,典型取值有 Deployment(部署资源)、Pod(容器组)、Service(服务资源)
8761
8761
  */
8762
8762
  Kind?: string;
8763
8763
  /**
@@ -10118,7 +10118,7 @@ export interface DescribeBusinessLogConfigsRequest {
10118
10118
  */
10119
10119
  Limit?: number;
10120
10120
  /**
10121
- * 模糊匹配关键词
10121
+ * 模糊匹配关键词,可搜索配置项ID或配置项名称
10122
10122
  */
10123
10123
  SearchWord?: string;
10124
10124
  /**
@@ -10507,7 +10507,12 @@ export interface UpdateGatewayApiRequest {
10507
10507
  */
10508
10508
  export interface DescribeInstancesRequest {
10509
10509
  /**
10510
- * 过滤条件,name表示过滤字段,value表示过滤字段值。
10510
+ * 过滤条件。多个 filter 之间是与关系,单个 filter 多个 value 之间是或关系。
10511
+ 参考:[{"Name":"ip","Values":["172.16.16.139"]}]
10512
+ filter name 取值范围:
10513
+ - `id`:实例ID
10514
+ - ` name `:实例名
10515
+ - ` ip `:内网IP(可填wan_ip或lan_ip)
10511
10516
  */
10512
10517
  Filters?: Array<Filter>;
10513
10518
  /**
@@ -11645,15 +11650,15 @@ export interface DescribeContainerGroupDeployInfoRequest {
11645
11650
  */
11646
11651
  export interface DescribeDeliveryConfigsRequest {
11647
11652
  /**
11648
- * 关键字
11653
+ * 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称
11649
11654
  */
11650
11655
  SearchWord?: string;
11651
11656
  /**
11652
- * 偏移
11657
+ * 偏移量,取值范围大于等于0,默认值为0
11653
11658
  */
11654
11659
  Offset?: number;
11655
11660
  /**
11656
- * 搜索条数
11661
+ * 单页请求配置数量,取值范围[1, 50],默认值为10
11657
11662
  */
11658
11663
  Limit?: number;
11659
11664
  /**
@@ -15719,7 +15724,7 @@ export interface CreateContainGroupRequest {
15719
15724
  */
15720
15725
  GroupResourceType?: string;
15721
15726
  /**
15722
- * 分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
15727
+ * 分组所属【子网ID】,可前往私有网络[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1&unVpcId=vpc-6bs8ytjd)进行获取
15723
15728
  */
15724
15729
  SubnetId?: string;
15725
15730
  /**