tencentcloud-sdk-nodejs 4.0.779 → 4.0.781
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/CHANGELOG.md +79 -0
- package/SERVICE_CHANGELOG.md +183 -52
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +16 -6
- package/src/services/dts/v20211206/dts_models.ts +6 -1
- package/src/services/faceid/v20180301/faceid_models.ts +8 -0
- package/src/services/monitor/v20180724/monitor_client.ts +88 -21
- package/src/services/monitor/v20180724/monitor_models.ts +489 -139
- package/src/services/ocr/v20181119/ocr_models.ts +9 -1
- package/src/services/rum/v20210622/rum_client.ts +36 -72
- package/src/services/rum/v20210622/rum_models.ts +36 -120
- package/src/services/tcb/v20180608/tcb_models.ts +9 -0
- package/src/services/tdid/v20210519/tdid_client.ts +135 -24
- package/src/services/tdid/v20210519/tdid_models.ts +520 -113
- package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +95 -0
- package/src/services/teo/v20220901/teo_models.ts +7 -5
- package/src/services/tse/v20201207/tse_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +14 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +16 -6
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +6 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +28 -5
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +39 -6
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +473 -137
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -1
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +13 -25
- package/tencentcloud/services/rum/v20210622/rum_client.js +18 -36
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +36 -114
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -0
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +41 -5
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +60 -6
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +498 -112
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +93 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -5
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +14 -9
- package/test/monitor.v20180724.test.js +54 -4
- package/test/rum.v20210622.test.js +14 -44
- package/test/tdid.v20210519.test.js +100 -10
- package/test/tdmq.v20200217.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,82 @@
|
|
|
1
|
+
# Release 4.0.781
|
|
2
|
+
|
|
3
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
4
|
+
|
|
5
|
+
### 第 104 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-15 01:25:03
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [LaneInfo](https://cloud.tencent.com/document/api/649/36099#LaneInfo)
|
|
16
|
+
|
|
17
|
+
* 新增成员:LaneGroupId
|
|
18
|
+
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>LaneId, LaneName, Remark, CreateTime, UpdateTime, LaneGroupList, Entrance, NamespaceIdList
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# Release 4.0.780
|
|
25
|
+
|
|
26
|
+
## 分布式身份(tdid) 版本:2021-05-19
|
|
27
|
+
|
|
28
|
+
### 第 11 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-01-11 10:56:14
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [CheckNewPurchase](https://cloud.tencent.com/document/api/1439/102971)
|
|
39
|
+
* [CreateTDidByHost](https://cloud.tencent.com/document/api/1439/102970)
|
|
40
|
+
* [CreateTDidByPubKey](https://cloud.tencent.com/document/api/1439/102969)
|
|
41
|
+
* [DeactivateTDid](https://cloud.tencent.com/document/api/1439/102968)
|
|
42
|
+
* [GetCredentialState](https://cloud.tencent.com/document/api/1439/102966)
|
|
43
|
+
* [GetTDidDocument](https://cloud.tencent.com/document/api/1439/102967)
|
|
44
|
+
* [IssueCredential](https://cloud.tencent.com/document/api/1439/102965)
|
|
45
|
+
* [UpdateCredentialState](https://cloud.tencent.com/document/api/1439/102964)
|
|
46
|
+
* [VerifyCredentials](https://cloud.tencent.com/document/api/1439/102963)
|
|
47
|
+
|
|
48
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
49
|
+
|
|
50
|
+
* CheckChain
|
|
51
|
+
* CreateCredential
|
|
52
|
+
* CreateSelectiveCredential
|
|
53
|
+
* CreateTDid
|
|
54
|
+
* CreateTDidByPrivateKey
|
|
55
|
+
* CreateTDidByPublicKey
|
|
56
|
+
* GetAuthorityIssuer
|
|
57
|
+
* GetCptInfo
|
|
58
|
+
* GetCredentialStatus
|
|
59
|
+
* GetDidDocument
|
|
60
|
+
* RegisterCpt
|
|
61
|
+
* SetCredentialStatus
|
|
62
|
+
* VerifyCredential
|
|
63
|
+
|
|
64
|
+
新增数据结构:
|
|
65
|
+
|
|
66
|
+
* [CRDLArg](https://cloud.tencent.com/document/api/1439/60283#CRDLArg)
|
|
67
|
+
* [ChainTransaction](https://cloud.tencent.com/document/api/1439/60283#ChainTransaction)
|
|
68
|
+
* [CredentialState](https://cloud.tencent.com/document/api/1439/60283#CredentialState)
|
|
69
|
+
|
|
70
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
71
|
+
|
|
72
|
+
* CredentialStatus
|
|
73
|
+
* FunctionArg
|
|
74
|
+
* Proof
|
|
75
|
+
* TransactionArg
|
|
76
|
+
* VerifyFunctionArg
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
1
80
|
# Release 4.0.779
|
|
2
81
|
|
|
3
82
|
## 分布式身份(tdid) 版本:2021-05-19
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,56 +1,23 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 104 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-15 01:25:03
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CheckNewPurchase](https://cloud.tencent.com/document/api/1439/102971)
|
|
16
|
-
* [CreateTDidByHost](https://cloud.tencent.com/document/api/1439/102970)
|
|
17
|
-
* [CreateTDidByPubKey](https://cloud.tencent.com/document/api/1439/102969)
|
|
18
|
-
* [DeactivateTDid](https://cloud.tencent.com/document/api/1439/102968)
|
|
19
|
-
* [GetCredentialState](https://cloud.tencent.com/document/api/1439/102966)
|
|
20
|
-
* [GetTDidDocument](https://cloud.tencent.com/document/api/1439/102967)
|
|
21
|
-
* [IssueCredential](https://cloud.tencent.com/document/api/1439/102965)
|
|
22
|
-
* [UpdateCredentialState](https://cloud.tencent.com/document/api/1439/102964)
|
|
23
|
-
* [VerifyCredentials](https://cloud.tencent.com/document/api/1439/102963)
|
|
24
|
-
|
|
25
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
26
|
-
|
|
27
|
-
* CheckChain
|
|
28
|
-
* CreateCredential
|
|
29
|
-
* CreateSelectiveCredential
|
|
30
|
-
* CreateTDid
|
|
31
|
-
* CreateTDidByPrivateKey
|
|
32
|
-
* CreateTDidByPublicKey
|
|
33
|
-
* GetAuthorityIssuer
|
|
34
|
-
* GetCptInfo
|
|
35
|
-
* GetCredentialStatus
|
|
36
|
-
* GetDidDocument
|
|
37
|
-
* RegisterCpt
|
|
38
|
-
* SetCredentialStatus
|
|
39
|
-
* VerifyCredential
|
|
13
|
+
修改数据结构:
|
|
40
14
|
|
|
41
|
-
|
|
15
|
+
* [LaneInfo](https://cloud.tencent.com/document/api/649/36099#LaneInfo)
|
|
42
16
|
|
|
43
|
-
*
|
|
44
|
-
* [ChainTransaction](https://cloud.tencent.com/document/api/1439/60283#ChainTransaction)
|
|
45
|
-
* [CredentialState](https://cloud.tencent.com/document/api/1439/60283#CredentialState)
|
|
17
|
+
* 新增成员:LaneGroupId
|
|
46
18
|
|
|
47
|
-
<font color="#dd0000"
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>LaneId, LaneName, Remark, CreateTime, UpdateTime, LaneGroupList, Entrance, NamespaceIdList
|
|
48
20
|
|
|
49
|
-
* CredentialStatus
|
|
50
|
-
* FunctionArg
|
|
51
|
-
* Proof
|
|
52
|
-
* TransactionArg
|
|
53
|
-
* VerifyFunctionArg
|
|
54
21
|
|
|
55
22
|
|
|
56
23
|
|
|
@@ -1816,6 +1783,28 @@
|
|
|
1816
1783
|
|
|
1817
1784
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1818
1785
|
|
|
1786
|
+
### 第 63 次发布
|
|
1787
|
+
|
|
1788
|
+
发布时间:2024-01-12 01:06:10
|
|
1789
|
+
|
|
1790
|
+
本次发布包含了以下内容:
|
|
1791
|
+
|
|
1792
|
+
改善已有的文档。
|
|
1793
|
+
|
|
1794
|
+
修改接口:
|
|
1795
|
+
|
|
1796
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
|
|
1797
|
+
|
|
1798
|
+
* 新增入参:FilterPlanCntFlag
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
修改数据结构:
|
|
1802
|
+
|
|
1803
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
|
|
1804
|
+
|
|
1805
|
+
* 新增成员:PlanCntFlag
|
|
1806
|
+
|
|
1807
|
+
|
|
1819
1808
|
### 第 62 次发布
|
|
1820
1809
|
|
|
1821
1810
|
发布时间:2023-12-13 01:06:45
|
|
@@ -51354,6 +51343,21 @@
|
|
|
51354
51343
|
|
|
51355
51344
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
51356
51345
|
|
|
51346
|
+
### 第 22 次发布
|
|
51347
|
+
|
|
51348
|
+
发布时间:2024-01-12 01:14:12
|
|
51349
|
+
|
|
51350
|
+
本次发布包含了以下内容:
|
|
51351
|
+
|
|
51352
|
+
改善已有的文档。
|
|
51353
|
+
|
|
51354
|
+
修改数据结构:
|
|
51355
|
+
|
|
51356
|
+
* [MigrateOption](https://cloud.tencent.com/document/api/571/82108#MigrateOption)
|
|
51357
|
+
|
|
51358
|
+
* 新增成员:MigrateWay
|
|
51359
|
+
|
|
51360
|
+
|
|
51357
51361
|
### 第 21 次发布
|
|
51358
51362
|
|
|
51359
51363
|
发布时间:2024-01-10 01:13:50
|
|
@@ -62949,6 +62953,21 @@
|
|
|
62949
62953
|
|
|
62950
62954
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
62951
62955
|
|
|
62956
|
+
### 第 70 次发布
|
|
62957
|
+
|
|
62958
|
+
发布时间:2024-01-12 01:15:37
|
|
62959
|
+
|
|
62960
|
+
本次发布包含了以下内容:
|
|
62961
|
+
|
|
62962
|
+
改善已有的文档。
|
|
62963
|
+
|
|
62964
|
+
修改接口:
|
|
62965
|
+
|
|
62966
|
+
* [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
|
|
62967
|
+
|
|
62968
|
+
* 新增入参:IsCutIdCardImage, IsNeedIdCardAvatar
|
|
62969
|
+
|
|
62970
|
+
|
|
62952
62971
|
### 第 69 次发布
|
|
62953
62972
|
|
|
62954
62973
|
发布时间:2023-12-27 01:19:47
|
|
@@ -82404,6 +82423,29 @@
|
|
|
82404
82423
|
|
|
82405
82424
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
82406
82425
|
|
|
82426
|
+
### 第 102 次发布
|
|
82427
|
+
|
|
82428
|
+
发布时间:2024-01-12 01:19:06
|
|
82429
|
+
|
|
82430
|
+
本次发布包含了以下内容:
|
|
82431
|
+
|
|
82432
|
+
改善已有的文档。
|
|
82433
|
+
|
|
82434
|
+
新增接口:
|
|
82435
|
+
|
|
82436
|
+
* [CreatePrometheusAlertGroup](https://cloud.tencent.com/document/api/248/102990)
|
|
82437
|
+
* [DeletePrometheusAlertGroups](https://cloud.tencent.com/document/api/248/102989)
|
|
82438
|
+
* [DescribePrometheusAlertGroups](https://cloud.tencent.com/document/api/248/102988)
|
|
82439
|
+
* [UpdatePrometheusAlertGroup](https://cloud.tencent.com/document/api/248/102987)
|
|
82440
|
+
* [UpdatePrometheusAlertGroupState](https://cloud.tencent.com/document/api/248/102986)
|
|
82441
|
+
|
|
82442
|
+
新增数据结构:
|
|
82443
|
+
|
|
82444
|
+
* [PrometheusAlertAllowTimeRange](https://cloud.tencent.com/document/api/248/30354#PrometheusAlertAllowTimeRange)
|
|
82445
|
+
* [PrometheusAlertCustomReceiver](https://cloud.tencent.com/document/api/248/30354#PrometheusAlertCustomReceiver)
|
|
82446
|
+
* [PrometheusAlertGroupRuleSet](https://cloud.tencent.com/document/api/248/30354#PrometheusAlertGroupRuleSet)
|
|
82447
|
+
* [PrometheusAlertGroupSet](https://cloud.tencent.com/document/api/248/30354#PrometheusAlertGroupSet)
|
|
82448
|
+
|
|
82407
82449
|
### 第 101 次发布
|
|
82408
82450
|
|
|
82409
82451
|
发布时间:2024-01-10 01:19:07
|
|
@@ -89895,6 +89937,21 @@
|
|
|
89895
89937
|
|
|
89896
89938
|
## 文字识别(ocr) 版本:2018-11-19
|
|
89897
89939
|
|
|
89940
|
+
### 第 127 次发布
|
|
89941
|
+
|
|
89942
|
+
发布时间:2024-01-12 01:20:10
|
|
89943
|
+
|
|
89944
|
+
本次发布包含了以下内容:
|
|
89945
|
+
|
|
89946
|
+
改善已有的文档。
|
|
89947
|
+
|
|
89948
|
+
修改接口:
|
|
89949
|
+
|
|
89950
|
+
* [SealOCR](https://cloud.tencent.com/document/api/866/45807)
|
|
89951
|
+
|
|
89952
|
+
* 新增入参:EnablePdf, PdfPageNumber
|
|
89953
|
+
|
|
89954
|
+
|
|
89898
89955
|
### 第 126 次发布
|
|
89899
89956
|
|
|
89900
89957
|
发布时间:2024-01-05 01:21:40
|
|
@@ -96873,6 +96930,20 @@
|
|
|
96873
96930
|
|
|
96874
96931
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
96875
96932
|
|
|
96933
|
+
### 第 31 次发布
|
|
96934
|
+
|
|
96935
|
+
发布时间:2024-01-12 01:21:17
|
|
96936
|
+
|
|
96937
|
+
本次发布包含了以下内容:
|
|
96938
|
+
|
|
96939
|
+
改善已有的文档。
|
|
96940
|
+
|
|
96941
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
96942
|
+
|
|
96943
|
+
* DeleteOfflineLogConfig
|
|
96944
|
+
* DeleteOfflineLogRecord
|
|
96945
|
+
* DescribeOfflineLogConfigs
|
|
96946
|
+
|
|
96876
96947
|
### 第 30 次发布
|
|
96877
96948
|
|
|
96878
96949
|
发布时间:2024-01-10 01:21:10
|
|
@@ -111683,6 +111754,37 @@
|
|
|
111683
111754
|
|
|
111684
111755
|
## 分布式身份(tdid) 版本:2021-05-19
|
|
111685
111756
|
|
|
111757
|
+
### 第 12 次发布
|
|
111758
|
+
|
|
111759
|
+
发布时间:2024-01-12 01:24:00
|
|
111760
|
+
|
|
111761
|
+
本次发布包含了以下内容:
|
|
111762
|
+
|
|
111763
|
+
改善已有的文档。
|
|
111764
|
+
|
|
111765
|
+
新增接口:
|
|
111766
|
+
|
|
111767
|
+
* [CreateDisclosedCredential](https://cloud.tencent.com/document/api/1439/102997)
|
|
111768
|
+
* [CreatePresentation](https://cloud.tencent.com/document/api/1439/102996)
|
|
111769
|
+
* [GetAppSummary](https://cloud.tencent.com/document/api/1439/102993)
|
|
111770
|
+
* [GetOverSummary](https://cloud.tencent.com/document/api/1439/102992)
|
|
111771
|
+
* [GetTDidByObjectId](https://cloud.tencent.com/document/api/1439/103001)
|
|
111772
|
+
* [GetTDidPubKey](https://cloud.tencent.com/document/api/1439/103000)
|
|
111773
|
+
* [QueryAuthorityInfo](https://cloud.tencent.com/document/api/1439/102999)
|
|
111774
|
+
* [QueryCPT](https://cloud.tencent.com/document/api/1439/102995)
|
|
111775
|
+
* [SetTDidAttribute](https://cloud.tencent.com/document/api/1439/102998)
|
|
111776
|
+
* [VerifyPresentation](https://cloud.tencent.com/document/api/1439/102994)
|
|
111777
|
+
|
|
111778
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
111779
|
+
|
|
111780
|
+
* CheckNewPurchase
|
|
111781
|
+
|
|
111782
|
+
新增数据结构:
|
|
111783
|
+
|
|
111784
|
+
* [CredentialProof](https://cloud.tencent.com/document/api/1439/60283#CredentialProof)
|
|
111785
|
+
* [DidAttribute](https://cloud.tencent.com/document/api/1439/60283#DidAttribute)
|
|
111786
|
+
* [ResourceCounterData](https://cloud.tencent.com/document/api/1439/60283#ResourceCounterData)
|
|
111787
|
+
|
|
111686
111788
|
### 第 11 次发布
|
|
111687
111789
|
|
|
111688
111790
|
发布时间:2024-01-11 10:56:14
|
|
@@ -111693,15 +111795,15 @@
|
|
|
111693
111795
|
|
|
111694
111796
|
新增接口:
|
|
111695
111797
|
|
|
111696
|
-
* [
|
|
111697
|
-
* [
|
|
111698
|
-
* [
|
|
111699
|
-
* [
|
|
111700
|
-
* [
|
|
111701
|
-
* [
|
|
111702
|
-
* [
|
|
111703
|
-
* [
|
|
111704
|
-
* [
|
|
111798
|
+
* [CheckNewPurchase](https://cloud.tencent.com/document/api/#/#)
|
|
111799
|
+
* [CreateTDidByHost](https://cloud.tencent.com/document/api/1439/102970)
|
|
111800
|
+
* [CreateTDidByPubKey](https://cloud.tencent.com/document/api/1439/102969)
|
|
111801
|
+
* [DeactivateTDid](https://cloud.tencent.com/document/api/1439/102968)
|
|
111802
|
+
* [GetCredentialState](https://cloud.tencent.com/document/api/1439/102966)
|
|
111803
|
+
* [GetTDidDocument](https://cloud.tencent.com/document/api/1439/102967)
|
|
111804
|
+
* [IssueCredential](https://cloud.tencent.com/document/api/1439/102965)
|
|
111805
|
+
* [UpdateCredentialState](https://cloud.tencent.com/document/api/1439/102964)
|
|
111806
|
+
* [VerifyCredentials](https://cloud.tencent.com/document/api/1439/102963)
|
|
111705
111807
|
|
|
111706
111808
|
<font color="#dd0000">**删除接口**:</font>
|
|
111707
111809
|
|
|
@@ -111721,9 +111823,9 @@
|
|
|
111721
111823
|
|
|
111722
111824
|
新增数据结构:
|
|
111723
111825
|
|
|
111724
|
-
* [
|
|
111725
|
-
* [
|
|
111726
|
-
* [
|
|
111826
|
+
* [CRDLArg](https://cloud.tencent.com/document/api/1439/60283#CRDLArg)
|
|
111827
|
+
* [ChainTransaction](https://cloud.tencent.com/document/api/1439/60283#ChainTransaction)
|
|
111828
|
+
* [CredentialState](https://cloud.tencent.com/document/api/1439/60283#CredentialState)
|
|
111727
111829
|
|
|
111728
111830
|
<font color="#dd0000">**删除数据结构**:</font>
|
|
111729
111831
|
|
|
@@ -112046,6 +112148,18 @@
|
|
|
112046
112148
|
|
|
112047
112149
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
112048
112150
|
|
|
112151
|
+
### 第 101 次发布
|
|
112152
|
+
|
|
112153
|
+
发布时间:2024-01-12 01:24:10
|
|
112154
|
+
|
|
112155
|
+
本次发布包含了以下内容:
|
|
112156
|
+
|
|
112157
|
+
改善已有的文档。
|
|
112158
|
+
|
|
112159
|
+
新增接口:
|
|
112160
|
+
|
|
112161
|
+
* [ExportRocketMQMessageDetail](https://cloud.tencent.com/document/api/1179/103002)
|
|
112162
|
+
|
|
112049
112163
|
### 第 100 次发布
|
|
112050
112164
|
|
|
112051
112165
|
发布时间:2023-12-21 02:11:13
|
|
@@ -129638,6 +129752,23 @@
|
|
|
129638
129752
|
|
|
129639
129753
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
129640
129754
|
|
|
129755
|
+
### 第 104 次发布
|
|
129756
|
+
|
|
129757
|
+
发布时间:2024-01-15 01:25:03
|
|
129758
|
+
|
|
129759
|
+
本次发布包含了以下内容:
|
|
129760
|
+
|
|
129761
|
+
改善已有的文档。
|
|
129762
|
+
|
|
129763
|
+
修改数据结构:
|
|
129764
|
+
|
|
129765
|
+
* [LaneInfo](https://cloud.tencent.com/document/api/649/36099#LaneInfo)
|
|
129766
|
+
|
|
129767
|
+
* 新增成员:LaneGroupId
|
|
129768
|
+
|
|
129769
|
+
* <font color="#dd0000">**修改成员**:</font>LaneId, LaneName, Remark, CreateTime, UpdateTime, LaneGroupList, Entrance, NamespaceIdList
|
|
129770
|
+
|
|
129771
|
+
|
|
129641
129772
|
### 第 103 次发布
|
|
129642
129773
|
|
|
129643
129774
|
发布时间:2024-01-05 01:28:46
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-12-22 01:06:11 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) |
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-01-12 01:06:10 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-01-05 01:08:31 |
|
|
44
|
-
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-15 01:08:17 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-01-08 00:04:01 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-12-18 10:51:23 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-01-10 01:09:43 |
|
|
60
|
-
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-
|
|
60
|
+
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
63
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-26 01:10:29 |
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-01-11 01:12:33 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) |
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-01-15 01:12:23 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-01-10 01:13:10 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-01-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-01-15 01:13:18 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-10 01:15:05 |
|
|
100
100
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-11 01:14:56 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) |
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-01-12 01:15:37 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-11-14 01:16:54 |
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-12-27 01:26:46 |
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-15 01:18:07 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-09 01:20:43 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-05 01:21:32 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-15 01:19:04 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-12-25 00:15:53 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
169
169
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
170
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-01-
|
|
170
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-01-12 01:21:17 |
|
|
171
171
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-12-29 01:22:39 |
|
|
172
172
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-12-25 00:16:59 |
|
|
173
173
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
192
192
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
|
|
193
193
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
|
|
194
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-01-
|
|
194
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-01-12 01:22:44 |
|
|
195
195
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
|
|
196
196
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
197
197
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-28 01:24:39 |
|
|
@@ -200,11 +200,11 @@
|
|
|
200
200
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-12-12 02:27:39 |
|
|
201
201
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-01-05 01:25:17 |
|
|
202
202
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
203
|
-
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-01-
|
|
204
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) |
|
|
203
|
+
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-01-12 01:24:00 |
|
|
204
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-01-12 01:24:10 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-15 01:23:22 |
|
|
208
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-29 01:26:38 |
|
|
217
217
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-26 01:27:04 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
219
|
-
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-01
|
|
219
|
+
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-12 01:25:58 |
|
|
220
220
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-01-04 01:25:25 |
|
|
221
221
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
222
222
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
@@ -224,8 +224,8 @@
|
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-11 01:25:31 |
|
|
227
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) |
|
|
228
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-
|
|
227
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2024-01-12 01:26:19 |
|
|
228
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-15 01:25:03 |
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
231
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.781"
|
|
@@ -647,6 +647,11 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
647
647
|
* 是否包含基础防护增强版 0: 不包含 1: 包含
|
|
648
648
|
*/
|
|
649
649
|
FilterBasicPlusFlag?: number
|
|
650
|
+
/**
|
|
651
|
+
* 是否商业模式优化-普惠版 0: 包含商业模式优化-普惠版 1: 只查询商业模式优化-普惠版
|
|
652
|
+
|
|
653
|
+
*/
|
|
654
|
+
FilterPlanCntFlag?: number
|
|
650
655
|
}
|
|
651
656
|
|
|
652
657
|
/**
|
|
@@ -3179,30 +3184,30 @@ export interface ListenerCcThreholdConfig {
|
|
|
3179
3184
|
*/
|
|
3180
3185
|
export interface EipAddressRelation {
|
|
3181
3186
|
/**
|
|
3182
|
-
* 高防弹性公网IP绑定的实例地区,例如hk
|
|
3187
|
+
* 高防弹性公网IP绑定的实例地区,例如hk代表中国香港
|
|
3183
3188
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3184
3189
|
*/
|
|
3185
|
-
EipAddressRegion
|
|
3190
|
+
EipAddressRegion?: string
|
|
3186
3191
|
/**
|
|
3187
3192
|
* 绑定的资源实例ID。可能是一个CVM。
|
|
3188
3193
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3189
3194
|
*/
|
|
3190
|
-
EipBoundRscIns
|
|
3195
|
+
EipBoundRscIns?: string
|
|
3191
3196
|
/**
|
|
3192
3197
|
* 绑定的弹性网卡ID
|
|
3193
3198
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3194
3199
|
*/
|
|
3195
|
-
EipBoundRscEni
|
|
3200
|
+
EipBoundRscEni?: string
|
|
3196
3201
|
/**
|
|
3197
3202
|
* 绑定的资源内网ip
|
|
3198
3203
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3199
3204
|
*/
|
|
3200
|
-
EipBoundRscVip
|
|
3205
|
+
EipBoundRscVip?: string
|
|
3201
3206
|
/**
|
|
3202
3207
|
* 修改时间
|
|
3203
3208
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3204
3209
|
*/
|
|
3205
|
-
ModifyTime
|
|
3210
|
+
ModifyTime?: string
|
|
3206
3211
|
}
|
|
3207
3212
|
|
|
3208
3213
|
/**
|
|
@@ -5274,6 +5279,11 @@ export interface BGPInstance {
|
|
|
5274
5279
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5275
5280
|
*/
|
|
5276
5281
|
BasicPlusFlag?: number
|
|
5282
|
+
/**
|
|
5283
|
+
* 是否是商业模式优化-普惠版
|
|
5284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5285
|
+
*/
|
|
5286
|
+
PlanCntFlag?: number
|
|
5277
5287
|
}
|
|
5278
5288
|
|
|
5279
5289
|
/**
|
|
@@ -1830,10 +1830,15 @@ export interface MigrateOption {
|
|
|
1830
1830
|
IsDstReadOnly?: boolean
|
|
1831
1831
|
/**
|
|
1832
1832
|
* 其他附加信息,对于特定库可设置额外参数,Redis可定义如下的参数:
|
|
1833
|
-
["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒)
|
|
1833
|
+
["DstWriteMode":normal, 目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) "IsDstReadOnly":true, 是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) "ClientOutputBufferHardLimit":512, 从机缓冲区的硬性容量限制(MB) "ClientOutputBufferSoftLimit":512, 从机缓冲区的软性容量限制(MB) "ClientOutputBufferPersistTime":60, 从机缓冲区的软性限制持续时间(秒) "ReplBacklogSize":512, 环形缓冲区容量限制(MB) "ReplTimeout":120, 复制超时时间(秒)]
|
|
1834
1834
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1835
1835
|
*/
|
|
1836
1836
|
ExtraAttr?: Array<KeyValuePairOption>
|
|
1837
|
+
/**
|
|
1838
|
+
* pgsql迁移分类:logical(逻辑迁移)、physical(物理迁移)
|
|
1839
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1840
|
+
*/
|
|
1841
|
+
MigrateWay?: string
|
|
1837
1842
|
}
|
|
1838
1843
|
|
|
1839
1844
|
/**
|
|
@@ -1421,6 +1421,14 @@ export interface GetEidResultRequest {
|
|
|
1421
1421
|
* 从活体视频中截取一定张数的最佳帧。默认为0,最大为3,超出3的最多只给3张。(InfoType需要包含3)
|
|
1422
1422
|
*/
|
|
1423
1423
|
BestFramesCount?: number
|
|
1424
|
+
/**
|
|
1425
|
+
* 是否对身份证照片进行裁边。默认为false。(InfoType需要包含2)
|
|
1426
|
+
*/
|
|
1427
|
+
IsCutIdCardImage?: boolean
|
|
1428
|
+
/**
|
|
1429
|
+
* 是否需要从身份证中抠出头像。默认为false。(InfoType需要包含2)
|
|
1430
|
+
*/
|
|
1431
|
+
IsNeedIdCardAvatar?: boolean
|
|
1424
1432
|
}
|
|
1425
1433
|
|
|
1426
1434
|
/**
|