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.
- package/es/common/sdk_version.js +1 -1
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +15 -10
package/es/common/sdk_version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const sdkVersion = "4.1.
|
1
|
+
export const sdkVersion = "4.1.109";
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
1
|
+
export declare const sdkVersion = "4.1.109";
|
@@ -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
|
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
|
-
*
|
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
|
15727
|
+
* 分组所属【子网ID】,可前往私有网络[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1&unVpcId=vpc-6bs8ytjd)进行获取
|
15723
15728
|
*/
|
15724
15729
|
SubnetId?: string;
|
15725
15730
|
/**
|