tencentcloud-sdk-nodejs 4.1.82 → 4.1.83
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/cdwpg/v20201230/cdwpg_models.d.ts +1 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +17 -46
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +8 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -8
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +1 -1
package/es/common/sdk_version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const sdkVersion = "4.1.
|
1
|
+
export const sdkVersion = "4.1.83";
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
1
|
+
export declare const sdkVersion = "4.1.83";
|
@@ -1204,6 +1204,10 @@ export interface DiseaseMedicalHistory {
|
|
1204
1204
|
* 输血史
|
1205
1205
|
*/
|
1206
1206
|
TransfusionHistory?: string;
|
1207
|
+
/**
|
1208
|
+
* 现病史
|
1209
|
+
*/
|
1210
|
+
DiseasePresent?: string;
|
1207
1211
|
}
|
1208
1212
|
/**
|
1209
1213
|
* 药物史
|
@@ -6619,6 +6623,7 @@ export interface TreatmentRecord {
|
|
6619
6623
|
ChiefComplaint?: string;
|
6620
6624
|
/**
|
6621
6625
|
* 现病史
|
6626
|
+
* @deprecated
|
6622
6627
|
*/
|
6623
6628
|
DiseasePresent?: string;
|
6624
6629
|
/**
|
@@ -644,7 +644,7 @@ export interface WordItem {
|
|
644
644
|
*/
|
645
645
|
export interface MLIDPassportOCRRequest {
|
646
646
|
/**
|
647
|
-
* 图片的 Base64 值。要求图片经Base64编码后不超过
|
647
|
+
* 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。
|
648
648
|
*/
|
649
649
|
ImageBase64?: string;
|
650
650
|
/**
|
@@ -652,7 +652,7 @@ export interface MLIDPassportOCRRequest {
|
|
652
652
|
*/
|
653
653
|
RetImage?: boolean;
|
654
654
|
/**
|
655
|
-
* 图片的 Url 地址。要求图片经Base64编码后不超过
|
655
|
+
* 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
656
656
|
*/
|
657
657
|
ImageUrl?: string;
|
658
658
|
}
|
@@ -3987,15 +3987,8 @@ export interface RecognizeThaiIDCardOCRResponse {
|
|
3987
3987
|
*/
|
3988
3988
|
WarnCardInfos?: Array<number | bigint>;
|
3989
3989
|
/**
|
3990
|
-
*
|
3991
|
-
|
3992
|
-
"ID": {
|
3993
|
-
"Confidence": 0.9999
|
3994
|
-
},
|
3995
|
-
"ThaiName": {
|
3996
|
-
"Confidence": 0.9996
|
3997
|
-
}
|
3998
|
-
}
|
3990
|
+
* 该字段已废弃, 将固定返回"1",不建议使用。
|
3991
|
+
* @deprecated
|
3999
3992
|
*/
|
4000
3993
|
AdvancedInfo?: string;
|
4001
3994
|
/**
|
@@ -8706,10 +8699,9 @@ export interface MLIDPassportOCRResponse {
|
|
8706
8699
|
*/
|
8707
8700
|
Nationality?: string;
|
8708
8701
|
/**
|
8709
|
-
*
|
8710
|
-
|
8711
|
-
|
8712
|
-
-9106 证件遮挡告警
|
8702
|
+
* 该字段已废弃, 将固定返回空数组,不建议使用。
|
8703
|
+
|
8704
|
+
* @deprecated
|
8713
8705
|
*/
|
8714
8706
|
Warn?: Array<number | bigint>;
|
8715
8707
|
/**
|
@@ -8717,15 +8709,9 @@ export interface MLIDPassportOCRResponse {
|
|
8717
8709
|
*/
|
8718
8710
|
Image?: string;
|
8719
8711
|
/**
|
8720
|
-
*
|
8721
|
-
|
8722
|
-
|
8723
|
-
Confidence:0.9999
|
8724
|
-
},
|
8725
|
-
Name:{
|
8726
|
-
Confidence:0.9996
|
8727
|
-
}
|
8728
|
-
}
|
8712
|
+
* 该字段已废弃, 将固定返回"1",不建议使用。
|
8713
|
+
|
8714
|
+
* @deprecated
|
8729
8715
|
*/
|
8730
8716
|
AdvancedInfo?: string;
|
8731
8717
|
/**
|
@@ -9488,25 +9474,19 @@ export interface VatRollItem {
|
|
9488
9474
|
*/
|
9489
9475
|
export interface MLIDCardOCRRequest {
|
9490
9476
|
/**
|
9491
|
-
* 图片的 Base64
|
9492
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9493
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9477
|
+
* 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。
|
9494
9478
|
*/
|
9495
9479
|
ImageBase64?: string;
|
9496
9480
|
/**
|
9497
|
-
* 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
9481
|
+
* 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9498
9482
|
*/
|
9499
9483
|
BackImageBase64?: string;
|
9500
9484
|
/**
|
9501
|
-
* 图片的 Url 地址。( 中国地区之外不支持这个字段 )
|
9502
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9503
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9504
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9505
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9485
|
+
* 图片的 Url 地址。( 中国地区之外不支持这个字段 )支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9506
9486
|
*/
|
9507
9487
|
ImageUrl?: string;
|
9508
9488
|
/**
|
9509
|
-
* 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
9489
|
+
* 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9510
9490
|
*/
|
9511
9491
|
BackImageUrl?: string;
|
9512
9492
|
/**
|
@@ -10594,11 +10574,7 @@ export interface MLIDCardOCRResponse {
|
|
10594
10574
|
*/
|
10595
10575
|
Sex?: string;
|
10596
10576
|
/**
|
10597
|
-
*
|
10598
|
-
-9103 证照翻拍告警
|
10599
|
-
-9102 证照复印件告警
|
10600
|
-
-9106 证件遮挡告警
|
10601
|
-
-9107 模糊图片告警
|
10577
|
+
* 该字段已废弃, 将固定返回空数组,不建议使用。
|
10602
10578
|
* @deprecated
|
10603
10579
|
*/
|
10604
10580
|
Warn?: Array<number | bigint>;
|
@@ -10607,13 +10583,8 @@ export interface MLIDCardOCRResponse {
|
|
10607
10583
|
*/
|
10608
10584
|
Image?: string;
|
10609
10585
|
/**
|
10610
|
-
*
|
10611
|
-
|
10612
|
-
{
|
10613
|
-
字段名:{
|
10614
|
-
Confidence:0.9999
|
10615
|
-
}
|
10616
|
-
}
|
10586
|
+
* 该字段已废弃, 将固定返回"1",不建议使用。
|
10587
|
+
* @deprecated
|
10617
10588
|
*/
|
10618
10589
|
AdvancedInfo?: string;
|
10619
10590
|
/**
|
@@ -2118,6 +2118,14 @@ export interface HorizontalPodAutoscaler {
|
|
2118
2118
|
注意:此字段可能返回 null,表示取不到有效值。
|
2119
2119
|
*/
|
2120
2120
|
HpaMetrics: Array<Option>;
|
2121
|
+
/**
|
2122
|
+
* 扩容观察期,单位秒
|
2123
|
+
*/
|
2124
|
+
ScaleUpStabilizationWindowSeconds?: number;
|
2125
|
+
/**
|
2126
|
+
* 缩容观察期,单位秒
|
2127
|
+
*/
|
2128
|
+
ScaleDownStabilizationWindowSeconds?: number;
|
2121
2129
|
}
|
2122
2130
|
/**
|
2123
2131
|
* 资源配置
|
@@ -321,26 +321,34 @@ export interface SwitchInfo {
|
|
321
321
|
* 开启标识符 true代表开启
|
322
322
|
*/
|
323
323
|
Enable?: boolean;
|
324
|
+
/**
|
325
|
+
* 获取日志状态失败时,返回错误信息
|
326
|
+
*/
|
327
|
+
ErrorMsg?: string;
|
324
328
|
/**
|
325
329
|
* CLS日志集ID
|
326
330
|
*/
|
327
331
|
LogsetId?: string;
|
332
|
+
/**
|
333
|
+
* 日志主题状态,opened表示已开启,opening开启中,closed表示已关闭,closing 表示关闭中
|
334
|
+
*/
|
335
|
+
Status?: string;
|
328
336
|
/**
|
329
337
|
* CLS日志主题ID
|
330
338
|
*/
|
331
339
|
TopicId?: string;
|
332
340
|
/**
|
333
|
-
*
|
341
|
+
* CLS日志主题所属region
|
334
342
|
*/
|
335
|
-
|
343
|
+
TopicRegion?: string;
|
336
344
|
/**
|
337
345
|
* 是否可升级
|
338
346
|
*/
|
339
347
|
UpgradeAble?: boolean;
|
340
348
|
/**
|
341
|
-
*
|
349
|
+
* 当前log-agent版本
|
342
350
|
*/
|
343
|
-
|
351
|
+
Version?: string;
|
344
352
|
}
|
345
353
|
/**
|
346
354
|
* CreateClusterNodePool请求参数结构体
|
@@ -8589,14 +8597,14 @@ export interface PrometheusGrafanaInfo {
|
|
8589
8597
|
* 集群日志开关集合
|
8590
8598
|
*/
|
8591
8599
|
export interface Switch {
|
8592
|
-
/**
|
8593
|
-
* 集群ID
|
8594
|
-
*/
|
8595
|
-
ClusterId?: string;
|
8596
8600
|
/**
|
8597
8601
|
* 审计开关的详细信息
|
8598
8602
|
*/
|
8599
8603
|
Audit?: SwitchInfo;
|
8604
|
+
/**
|
8605
|
+
* 集群ID
|
8606
|
+
*/
|
8607
|
+
ClusterId?: string;
|
8600
8608
|
/**
|
8601
8609
|
* 事件开关的详细信息
|
8602
8610
|
*/
|
@@ -537,7 +537,7 @@ export declare class Client extends AbstractClient {
|
|
537
537
|
*/
|
538
538
|
DescribeUserLevel(req: DescribeUserLevelRequest, cb?: (error: string, rep: DescribeUserLevelResponse) => void): Promise<DescribeUserLevelResponse>;
|
539
539
|
/**
|
540
|
-
* 提供给clb等使用的waf实例下单接口,目前只支持clb
|
540
|
+
* 提供给clb等使用的waf实例下单接口,目前只支持clb旗舰版实例的下单,该接口会进行入参校验,然后调用是否为收购用户,然后调用计费接口下单。目前只支持预付费下单
|
541
541
|
*/
|
542
542
|
ModifyGenerateDeals(req: ModifyGenerateDealsRequest, cb?: (error: string, rep: ModifyGenerateDealsResponse) => void): Promise<ModifyGenerateDealsResponse>;
|
543
543
|
/**
|
@@ -821,7 +821,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
821
821
|
return this.request("DescribeUserLevel", req, cb);
|
822
822
|
}
|
823
823
|
/**
|
824
|
-
* 提供给clb等使用的waf实例下单接口,目前只支持clb
|
824
|
+
* 提供给clb等使用的waf实例下单接口,目前只支持clb旗舰版实例的下单,该接口会进行入参校验,然后调用是否为收购用户,然后调用计费接口下单。目前只支持预付费下单
|
825
825
|
*/
|
826
826
|
async ModifyGenerateDeals(req, cb) {
|
827
827
|
return this.request("ModifyGenerateDeals", req, cb);
|