tencentcloud-sdk-nodejs 4.0.830 → 4.0.831
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 +63 -0
- package/SERVICE_CHANGELOG.md +115 -46
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bri/v20190328/bri_client.ts +3 -1
- package/src/services/ess/v20201111/ess_models.ts +17 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -0
- package/src/services/lcic/v20220817/lcic_models.ts +5 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +7 -1
- package/src/services/mongodb/v20190725/mongodb_client.ts +20 -4
- package/src/services/mongodb/v20190725/mongodb_models.ts +128 -41
- package/src/services/ssl/v20191205/ssl_models.ts +6 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bri/v20190328/bri_client.d.ts +3 -1
- package/tencentcloud/services/bri/v20190328/bri_client.js +3 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +7 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +6 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +7 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +123 -41
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +6 -2
- package/test/mongodb.v20190725.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
|
1
|
+
# Release 4.0.831
|
|
2
|
+
|
|
3
|
+
## 业务风险情报(bri) 版本:2019-03-28
|
|
4
|
+
|
|
5
|
+
### 第 5 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-09 01:08:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DescribeBRI
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
20
|
+
|
|
21
|
+
### 第 38 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-04-09 01:18:23
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [FlashBackDBInstance](https://cloud.tencent.com/document/api/240/104930)
|
|
32
|
+
|
|
33
|
+
新增数据结构:
|
|
34
|
+
|
|
35
|
+
* [FBKeyValue](https://cloud.tencent.com/document/api/240/38576#FBKeyValue)
|
|
36
|
+
* [FlashbackCollection](https://cloud.tencent.com/document/api/240/38576#FlashbackCollection)
|
|
37
|
+
* [FlashbackDatabase](https://cloud.tencent.com/document/api/240/38576#FlashbackDatabase)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
46
|
+
|
|
47
|
+
### 第 55 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-04-09 01:21:02
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [DeployCertificateInstance](https://cloud.tencent.com/document/api/400/91667)
|
|
58
|
+
|
|
59
|
+
* 新增入参:IsCache
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
1
64
|
# Release 4.0.830
|
|
2
65
|
|
|
3
66
|
## 云联络中心(ccc) 版本:2020-02-10
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,26 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 业务风险情报(bri) 版本:2019-03-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-09 01:08:44
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [DescribeIvrAudioList](https://cloud.tencent.com/document/api/679/104895)
|
|
16
|
-
* [UploadIvrAudio](https://cloud.tencent.com/document/api/679/104894)
|
|
17
|
-
|
|
18
|
-
新增数据结构:
|
|
13
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
19
14
|
|
|
20
|
-
*
|
|
21
|
-
* [UploadAudioInfo](https://cloud.tencent.com/document/api/679/47715#UploadAudioInfo)
|
|
22
|
-
* [UploadIvrAudioFailedInfo](https://cloud.tencent.com/document/api/679/47715#UploadIvrAudioFailedInfo)
|
|
15
|
+
* DescribeBRI
|
|
23
16
|
|
|
24
17
|
|
|
25
18
|
|
|
26
|
-
##
|
|
19
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
27
20
|
|
|
28
|
-
### 第
|
|
21
|
+
### 第 38 次发布
|
|
29
22
|
|
|
30
|
-
发布时间:2024-04-
|
|
23
|
+
发布时间:2024-04-09 01:18:23
|
|
31
24
|
|
|
32
25
|
本次发布包含了以下内容:
|
|
33
26
|
|
|
@@ -35,48 +28,35 @@
|
|
|
35
28
|
|
|
36
29
|
新增接口:
|
|
37
30
|
|
|
38
|
-
* [
|
|
31
|
+
* [FlashBackDBInstance](https://cloud.tencent.com/document/api/240/104930)
|
|
39
32
|
|
|
40
33
|
新增数据结构:
|
|
41
34
|
|
|
42
|
-
* [
|
|
35
|
+
* [FBKeyValue](https://cloud.tencent.com/document/api/240/38576#FBKeyValue)
|
|
36
|
+
* [FlashbackCollection](https://cloud.tencent.com/document/api/240/38576#FlashbackCollection)
|
|
37
|
+
* [FlashbackDatabase](https://cloud.tencent.com/document/api/240/38576#FlashbackDatabase)
|
|
43
38
|
|
|
44
39
|
|
|
45
40
|
|
|
46
|
-
##
|
|
47
|
-
|
|
48
|
-
### 第 124 次发布
|
|
49
|
-
|
|
50
|
-
发布时间:2024-04-08 01:18:24
|
|
51
|
-
|
|
52
|
-
本次发布包含了以下内容:
|
|
53
|
-
|
|
54
|
-
改善已有的文档。
|
|
55
|
-
|
|
56
|
-
修改数据结构:
|
|
57
|
-
|
|
58
|
-
* [RecordParam](https://cloud.tencent.com/document/api/267/20474#RecordParam)
|
|
59
|
-
|
|
60
|
-
* 新增成员:CosBucketName, CosBucketRegion, CosBucketPath
|
|
41
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
61
42
|
|
|
62
43
|
|
|
63
44
|
|
|
45
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
64
46
|
|
|
65
|
-
|
|
47
|
+
### 第 55 次发布
|
|
66
48
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
发布时间:2024-04-08 01:27:01
|
|
49
|
+
发布时间:2024-04-09 01:21:02
|
|
70
50
|
|
|
71
51
|
本次发布包含了以下内容:
|
|
72
52
|
|
|
73
53
|
改善已有的文档。
|
|
74
54
|
|
|
75
|
-
|
|
55
|
+
修改接口:
|
|
76
56
|
|
|
77
|
-
* [
|
|
57
|
+
* [DeployCertificateInstance](https://cloud.tencent.com/document/api/400/91667)
|
|
78
58
|
|
|
79
|
-
*
|
|
59
|
+
* 新增入参:IsCache
|
|
80
60
|
|
|
81
61
|
|
|
82
62
|
|
|
@@ -11715,6 +11695,18 @@
|
|
|
11715
11695
|
|
|
11716
11696
|
## 业务风险情报(bri) 版本:2019-03-28
|
|
11717
11697
|
|
|
11698
|
+
### 第 5 次发布
|
|
11699
|
+
|
|
11700
|
+
发布时间:2024-04-09 01:08:44
|
|
11701
|
+
|
|
11702
|
+
本次发布包含了以下内容:
|
|
11703
|
+
|
|
11704
|
+
改善已有的文档。
|
|
11705
|
+
|
|
11706
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
11707
|
+
|
|
11708
|
+
* DescribeBRI
|
|
11709
|
+
|
|
11718
11710
|
### 第 4 次发布
|
|
11719
11711
|
|
|
11720
11712
|
发布时间:2023-08-03 12:20:37
|
|
@@ -14912,14 +14904,14 @@
|
|
|
14912
14904
|
|
|
14913
14905
|
新增接口:
|
|
14914
14906
|
|
|
14915
|
-
* [
|
|
14916
|
-
* [
|
|
14907
|
+
* [DescribeIvrAudioList](https://cloud.tencent.com/document/api/679/104895)
|
|
14908
|
+
* [UploadIvrAudio](https://cloud.tencent.com/document/api/679/104894)
|
|
14917
14909
|
|
|
14918
14910
|
新增数据结构:
|
|
14919
14911
|
|
|
14920
|
-
* [
|
|
14921
|
-
* [
|
|
14922
|
-
* [
|
|
14912
|
+
* [AudioFileInfo](https://cloud.tencent.com/document/api/679/47715#AudioFileInfo)
|
|
14913
|
+
* [UploadAudioInfo](https://cloud.tencent.com/document/api/679/47715#UploadAudioInfo)
|
|
14914
|
+
* [UploadIvrAudioFailedInfo](https://cloud.tencent.com/document/api/679/47715#UploadIvrAudioFailedInfo)
|
|
14923
14915
|
|
|
14924
14916
|
### 第 63 次发布
|
|
14925
14917
|
|
|
@@ -36878,11 +36870,11 @@
|
|
|
36878
36870
|
|
|
36879
36871
|
新增接口:
|
|
36880
36872
|
|
|
36881
|
-
* [
|
|
36873
|
+
* [DescribeAssetViewVulRiskList](https://cloud.tencent.com/document/api/664/104896)
|
|
36882
36874
|
|
|
36883
36875
|
新增数据结构:
|
|
36884
36876
|
|
|
36885
|
-
* [
|
|
36877
|
+
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
36886
36878
|
|
|
36887
36879
|
### 第 33 次发布
|
|
36888
36880
|
|
|
@@ -59626,6 +59618,28 @@
|
|
|
59626
59618
|
|
|
59627
59619
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
59628
59620
|
|
|
59621
|
+
### 第 161 次发布
|
|
59622
|
+
|
|
59623
|
+
发布时间:2024-04-08 11:27:30
|
|
59624
|
+
|
|
59625
|
+
本次发布包含了以下内容:
|
|
59626
|
+
|
|
59627
|
+
改善已有的文档。
|
|
59628
|
+
|
|
59629
|
+
修改接口:
|
|
59630
|
+
|
|
59631
|
+
* [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
|
|
59632
|
+
|
|
59633
|
+
* 新增入参:UserData
|
|
59634
|
+
|
|
59635
|
+
|
|
59636
|
+
修改数据结构:
|
|
59637
|
+
|
|
59638
|
+
* [AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)
|
|
59639
|
+
|
|
59640
|
+
* 新增成员:JumpUrl
|
|
59641
|
+
|
|
59642
|
+
|
|
59629
59643
|
### 第 160 次发布
|
|
59630
59644
|
|
|
59631
59645
|
发布时间:2024-03-27 15:13:07
|
|
@@ -62754,6 +62768,28 @@
|
|
|
62754
62768
|
|
|
62755
62769
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62756
62770
|
|
|
62771
|
+
### 第 164 次发布
|
|
62772
|
+
|
|
62773
|
+
发布时间:2024-04-08 11:27:16
|
|
62774
|
+
|
|
62775
|
+
本次发布包含了以下内容:
|
|
62776
|
+
|
|
62777
|
+
改善已有的文档。
|
|
62778
|
+
|
|
62779
|
+
修改接口:
|
|
62780
|
+
|
|
62781
|
+
* [ChannelCreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1420/96110)
|
|
62782
|
+
|
|
62783
|
+
* 新增入参:UserData
|
|
62784
|
+
|
|
62785
|
+
|
|
62786
|
+
修改数据结构:
|
|
62787
|
+
|
|
62788
|
+
* [AutoSignConfig](https://cloud.tencent.com/document/api/1420/61525#AutoSignConfig)
|
|
62789
|
+
|
|
62790
|
+
* 新增成员:JumpUrl
|
|
62791
|
+
|
|
62792
|
+
|
|
62757
62793
|
### 第 163 次发布
|
|
62758
62794
|
|
|
62759
62795
|
发布时间:2024-04-03 11:19:08
|
|
@@ -85688,6 +85724,24 @@
|
|
|
85688
85724
|
|
|
85689
85725
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
85690
85726
|
|
|
85727
|
+
### 第 38 次发布
|
|
85728
|
+
|
|
85729
|
+
发布时间:2024-04-09 01:18:23
|
|
85730
|
+
|
|
85731
|
+
本次发布包含了以下内容:
|
|
85732
|
+
|
|
85733
|
+
改善已有的文档。
|
|
85734
|
+
|
|
85735
|
+
新增接口:
|
|
85736
|
+
|
|
85737
|
+
* [[FlashBackDBInstance](https://cloud.tencent.com/document/api/240/104930)](https://cloud.tencent.com/document/api/#/#)
|
|
85738
|
+
|
|
85739
|
+
新增数据结构:
|
|
85740
|
+
|
|
85741
|
+
* [[FBKeyValue](https://cloud.tencent.com/document/api/240/38576#FBKeyValue)](https://cloud.tencent.com/document/api/240/38576#[FBKeyValue](https://cloud.tencent.com/document/api/240/38576#FBKeyValue))
|
|
85742
|
+
* [[FlashbackCollection](https://cloud.tencent.com/document/api/240/38576#FlashbackCollection)](https://cloud.tencent.com/document/api/240/38576#[FlashbackCollection](https://cloud.tencent.com/document/api/240/38576#FlashbackCollection))
|
|
85743
|
+
* [[FlashbackDatabase](https://cloud.tencent.com/document/api/240/38576#FlashbackDatabase)](https://cloud.tencent.com/document/api/240/38576#[FlashbackDatabase](https://cloud.tencent.com/document/api/240/38576#FlashbackDatabase))
|
|
85744
|
+
|
|
85691
85745
|
### 第 37 次发布
|
|
85692
85746
|
|
|
85693
85747
|
发布时间:2024-03-18 01:18:19
|
|
@@ -106356,6 +106410,21 @@
|
|
|
106356
106410
|
|
|
106357
106411
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
106358
106412
|
|
|
106413
|
+
### 第 55 次发布
|
|
106414
|
+
|
|
106415
|
+
发布时间:2024-04-09 01:21:02
|
|
106416
|
+
|
|
106417
|
+
本次发布包含了以下内容:
|
|
106418
|
+
|
|
106419
|
+
改善已有的文档。
|
|
106420
|
+
|
|
106421
|
+
修改接口:
|
|
106422
|
+
|
|
106423
|
+
* [DeployCertificateInstance](https://cloud.tencent.com/document/api/400/91667)
|
|
106424
|
+
|
|
106425
|
+
* 新增入参:IsCache
|
|
106426
|
+
|
|
106427
|
+
|
|
106359
106428
|
### 第 54 次发布
|
|
106360
106429
|
|
|
106361
106430
|
发布时间:2024-02-02 01:20:24
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-20 01:08:56 |
|
|
32
32
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
|
|
33
33
|
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-03-20 01:09:09 |
|
|
34
|
-
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-
|
|
34
|
+
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-09 01:08:44 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-03-20 01:09:11 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-20 01:09:14 |
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-21 01:09:58 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-20 01:10:22 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-04 01:10:06 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-09 01:09:52 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-03-20 01:10:31 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-03-20 01:10:34 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-27 01:16:55 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-28 10:47:55 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-09 01:14:48 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-08 11:27:16 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-01 01:17:27 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-09 01:17:28 |
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-09 01:17:37 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-08 01:18:24 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-20 01:20:25 |
|
|
147
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-
|
|
147
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-09 01:18:23 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-20 01:20:37 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-02 01:19:24 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-03-20 01:23:35 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-04-09 01:21:02 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-03-20 01:24:04 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.831"
|
|
@@ -29,7 +29,9 @@ export class Client extends AbstractClient {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* 产品不在使用,业务已经下线
|
|
33
|
+
|
|
34
|
+
输入业务名 (bri_num, bri_dev, bri_ip, bri_apk, bri_url, bri_social 六种之一) 及其 相应字段, 获取业务风险分数和标签。
|
|
33
35
|
|
|
34
36
|
当业务名为bri_num时,必须填PhoneNumber字段.
|
|
35
37
|
|
|
@@ -2304,6 +2304,19 @@ export interface AutoSignConfig {
|
|
|
2304
2304
|
<li>**1**: 不绑定自动签账号许可开通,后续使用合同份额进行合同发起</li></ul>
|
|
2305
2305
|
*/
|
|
2306
2306
|
LicenseType?: number
|
|
2307
|
+
/**
|
|
2308
|
+
* 开通成功后前端页面跳转的url,此字段的用法场景请联系客户经理确认。
|
|
2309
|
+
|
|
2310
|
+
注:`仅支持H5开通场景`, `跳转链接仅支持 https:// , qianapp:// 开头`
|
|
2311
|
+
|
|
2312
|
+
跳转场景:
|
|
2313
|
+
<ul><li>**贵方H5 -> 腾讯电子签H5 -> 贵方H5** : JumpUrl格式: https://YOUR_CUSTOM_URL/xxxx,只需满足 https:// 开头的正确且合规的网址即可。</li>
|
|
2314
|
+
<li>**贵方原生App -> 腾讯电子签H5 -> 贵方原生App** : JumpUrl格式: qianapp://YOUR_CUSTOM_URL,只需满足 qianapp:// 开头的URL即可。`APP实现方,需要拦截Webview地址跳转,发现url是qianapp:// 开头时跳转到原生页面。`APP拦截地址跳转可参考:<a href='https://stackoverflow.com/questions/41693263/android-webview-err-unknown-url-scheme'>Android</a>,<a href='https://razorpay.com/docs/payments/payment-gateway/web-integration/standard/webview/upi-intent-ios/'>IOS</a> </li></ul>
|
|
2315
|
+
|
|
2316
|
+
成功结果返回:
|
|
2317
|
+
若贵方需要在跳转回时通过链接query参数提示开通成功,JumpUrl中的query应携带如下参数:`appendResult=qian`。这样腾讯电子签H5会在跳转回的url后面会添加query参数提示贵方签署成功,比如 qianapp://YOUR_CUSTOM_URL?action=sign&result=success&from=tencent_ess
|
|
2318
|
+
*/
|
|
2319
|
+
JumpUrl?: string
|
|
2307
2320
|
}
|
|
2308
2321
|
|
|
2309
2322
|
/**
|
|
@@ -5880,6 +5893,10 @@ export interface CreateUserAutoSignEnableUrlRequest {
|
|
|
5880
5893
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
5881
5894
|
*/
|
|
5882
5895
|
Agent?: Agent
|
|
5896
|
+
/**
|
|
5897
|
+
* 调用方自定义的个性化字段(可自定义此字段的值),并以base64方式编码,支持的最大数据大小为 20480长度。 在个人自动签的开通、关闭等回调信息场景中,该字段的信息将原封不动地透传给贵方。
|
|
5898
|
+
*/
|
|
5899
|
+
UserData?: string
|
|
5883
5900
|
}
|
|
5884
5901
|
|
|
5885
5902
|
/**
|
|
@@ -2683,6 +2683,19 @@ export interface AutoSignConfig {
|
|
|
2683
2683
|
<li>**1**: 不绑定自动签账号许可开通,后续使用合同份额进行合同发起</li></ul>
|
|
2684
2684
|
*/
|
|
2685
2685
|
LicenseType?: number
|
|
2686
|
+
/**
|
|
2687
|
+
* 开通成功后前端页面跳转的url,此字段的用法场景请联系客户经理确认。
|
|
2688
|
+
|
|
2689
|
+
注:`仅支持H5开通场景`, `跳转链接仅支持 https:// , qianapp:// 开头`
|
|
2690
|
+
|
|
2691
|
+
跳转场景:
|
|
2692
|
+
<ul><li>**贵方H5 -> 腾讯电子签H5 -> 贵方H5** : JumpUrl格式: https://YOUR_CUSTOM_URL/xxxx,只需满足 https:// 开头的正确且合规的网址即可。</li>
|
|
2693
|
+
<li>**贵方原生App -> 腾讯电子签H5 -> 贵方原生App** : JumpUrl格式: qianapp://YOUR_CUSTOM_URL,只需满足 qianapp:// 开头的URL即可。`APP实现方,需要拦截Webview地址跳转,发现url是qianapp:// 开头时跳转到原生页面。`APP拦截地址跳转可参考:<a href='https://stackoverflow.com/questions/41693263/android-webview-err-unknown-url-scheme'>Android</a>,<a href='https://razorpay.com/docs/payments/payment-gateway/web-integration/standard/webview/upi-intent-ios/'>IOS</a> </li></ul>
|
|
2694
|
+
|
|
2695
|
+
成功结果返回:
|
|
2696
|
+
若贵方需要在跳转回时通过链接query参数提示开通成功,JumpUrl中的query应携带如下参数:`appendResult=qian`。这样腾讯电子签H5会在跳转回的url后面会添加query参数提示贵方签署成功,比如 qianapp://YOUR_CUSTOM_URL?action=sign&result=success&from=tencent_ess
|
|
2697
|
+
*/
|
|
2698
|
+
JumpUrl?: string
|
|
2686
2699
|
}
|
|
2687
2700
|
|
|
2688
2701
|
/**
|
|
@@ -3687,6 +3700,10 @@ export interface ChannelCreateUserAutoSignEnableUrlRequest {
|
|
|
3687
3700
|
* 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为当前时间往后30天。`如果不传,默认过期时间为当前时间往后7天。`
|
|
3688
3701
|
*/
|
|
3689
3702
|
ExpiredTime?: number
|
|
3703
|
+
/**
|
|
3704
|
+
* 调用方自定义的个性化字段(可自定义此字段的值),并以base64方式编码,支持的最大数据大小为 20480长度。 在个人自动签的开通、关闭等回调信息场景中,该字段的信息将原封不动地透传给贵方。
|
|
3705
|
+
*/
|
|
3706
|
+
UserData?: string
|
|
3690
3707
|
}
|
|
3691
3708
|
|
|
3692
3709
|
/**
|
|
@@ -123,6 +123,7 @@ video 纯视频
|
|
|
123
123
|
IsGradingRequiredPostClass?: number
|
|
124
124
|
/**
|
|
125
125
|
* 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)
|
|
126
|
+
注:大班课的布局(layout)只有三分屏
|
|
126
127
|
*/
|
|
127
128
|
RoomType?: number
|
|
128
129
|
/**
|
|
@@ -770,6 +771,7 @@ export interface RoomItem {
|
|
|
770
771
|
IsGradingRequiredPostClass?: number
|
|
771
772
|
/**
|
|
772
773
|
* 房间类型。0:小班课(默认值);1:大班课;2:1V1(后续扩展)
|
|
774
|
+
注:大班课的布局(layout)只有三分屏
|
|
773
775
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
774
776
|
*/
|
|
775
777
|
RoomType?: number
|
|
@@ -2188,6 +2190,7 @@ video 纯视频
|
|
|
2188
2190
|
IsGradingRequiredPostClass?: number
|
|
2189
2191
|
/**
|
|
2190
2192
|
* 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
|
2193
|
+
注:大班课的布局(layout)只有三分屏
|
|
2191
2194
|
*/
|
|
2192
2195
|
RoomType?: number
|
|
2193
2196
|
/**
|
|
@@ -2783,6 +2786,7 @@ export interface RoomInfo {
|
|
|
2783
2786
|
IsGradingRequiredPostClass?: number
|
|
2784
2787
|
/**
|
|
2785
2788
|
* 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
|
2789
|
+
注:大班课的布局(layout)只有三分屏
|
|
2786
2790
|
*/
|
|
2787
2791
|
RoomType?: number
|
|
2788
2792
|
/**
|
|
@@ -2913,6 +2917,7 @@ video 纯视频
|
|
|
2913
2917
|
IsGradingRequiredPostClass?: number
|
|
2914
2918
|
/**
|
|
2915
2919
|
* 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数、暂未开放)
|
|
2920
|
+
注:大班课的布局(layout)只有三分屏
|
|
2916
2921
|
*/
|
|
2917
2922
|
RoomType?: number
|
|
2918
2923
|
/**
|
|
@@ -4880,7 +4880,13 @@ export interface ModifyInstancesRenewFlagRequest {
|
|
|
4880
4880
|
*/
|
|
4881
4881
|
InstanceIds: Array<string>
|
|
4882
4882
|
/**
|
|
4883
|
-
*
|
|
4883
|
+
* 自动续费标识。取值范围:
|
|
4884
|
+
|
|
4885
|
+
- NOTIFY_AND_AUTO_RENEW:通知过期且自动续费
|
|
4886
|
+
- NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费
|
|
4887
|
+
- DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费
|
|
4888
|
+
|
|
4889
|
+
若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。
|
|
4884
4890
|
*/
|
|
4885
4891
|
RenewFlag: string
|
|
4886
4892
|
}
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
DescribeAccountUsersRequest,
|
|
25
25
|
SetInstanceMaintenanceResponse,
|
|
26
26
|
CreateBackupDBInstanceResponse,
|
|
27
|
-
|
|
27
|
+
FlushInstanceRouterConfigRequest,
|
|
28
28
|
KillOpsRequest,
|
|
29
29
|
InquirePriceRenewDBInstancesRequest,
|
|
30
30
|
DescribeSlowLogsRequest,
|
|
@@ -38,9 +38,10 @@ import {
|
|
|
38
38
|
DescribeSecurityGroupRequest,
|
|
39
39
|
DescribeBackupDownloadTaskResponse,
|
|
40
40
|
AddNodeList,
|
|
41
|
-
|
|
41
|
+
DBInstancePrice,
|
|
42
42
|
DBInstanceInfo,
|
|
43
43
|
SetAccountUserPrivilegeResponse,
|
|
44
|
+
FlashbackDatabase,
|
|
44
45
|
ModifyDBInstanceNetworkAddressRequest,
|
|
45
46
|
CreateDBInstanceHourResponse,
|
|
46
47
|
DescribeDBInstanceNodePropertyRequest,
|
|
@@ -57,6 +58,7 @@ import {
|
|
|
57
58
|
CurrentOp,
|
|
58
59
|
ModifyDBInstanceSpecRequest,
|
|
59
60
|
Auth,
|
|
61
|
+
FlashBackDBInstanceRequest,
|
|
60
62
|
ResetDBInstancePasswordRequest,
|
|
61
63
|
InstanceIntegerParam,
|
|
62
64
|
ModifyNetworkAddress,
|
|
@@ -73,7 +75,7 @@ import {
|
|
|
73
75
|
DescribeDBBackupsResponse,
|
|
74
76
|
ModifyDBInstanceSecurityGroupResponse,
|
|
75
77
|
UserInfo,
|
|
76
|
-
|
|
78
|
+
DescribeInstanceParamsRequest,
|
|
77
79
|
NodeTag,
|
|
78
80
|
InquirePriceCreateDBInstancesResponse,
|
|
79
81
|
DescribeSecurityGroupResponse,
|
|
@@ -84,6 +86,7 @@ import {
|
|
|
84
86
|
ReplicateSetInfo,
|
|
85
87
|
DescribeDBInstanceDealRequest,
|
|
86
88
|
DescribeAsyncRequestInfoRequest,
|
|
89
|
+
FBKeyValue,
|
|
87
90
|
CreateBackupDownloadTaskRequest,
|
|
88
91
|
InquirePriceModifyDBInstanceSpecResponse,
|
|
89
92
|
SecurityGroupBound,
|
|
@@ -97,6 +100,7 @@ import {
|
|
|
97
100
|
RenameInstanceRequest,
|
|
98
101
|
RenewDBInstancesResponse,
|
|
99
102
|
InstanceEnumParam,
|
|
103
|
+
FlashBackDBInstanceResponse,
|
|
100
104
|
RenameInstanceResponse,
|
|
101
105
|
CreateBackupDBInstanceRequest,
|
|
102
106
|
SetAccountUserPrivilegeRequest,
|
|
@@ -108,6 +112,7 @@ import {
|
|
|
108
112
|
CreateBackupDownloadTaskResponse,
|
|
109
113
|
SpecificationInfo,
|
|
110
114
|
DescribeSlowLogPatternsRequest,
|
|
115
|
+
FlashbackCollection,
|
|
111
116
|
DescribeSpecInfoResponse,
|
|
112
117
|
InquirePriceRenewDBInstancesResponse,
|
|
113
118
|
TagInfo,
|
|
@@ -116,7 +121,7 @@ import {
|
|
|
116
121
|
OfflineIsolatedDBInstanceRequest,
|
|
117
122
|
InquirePriceCreateDBInstancesRequest,
|
|
118
123
|
DescribeInstanceParamsResponse,
|
|
119
|
-
|
|
124
|
+
RemoveNodeList,
|
|
120
125
|
SetInstanceMaintenanceRequest,
|
|
121
126
|
InstanceDetail,
|
|
122
127
|
ModifyDBInstanceSpecResponse,
|
|
@@ -303,6 +308,17 @@ export class Client extends AbstractClient {
|
|
|
303
308
|
return this.request("CreateBackupDownloadTask", req, cb)
|
|
304
309
|
}
|
|
305
310
|
|
|
311
|
+
/**
|
|
312
|
+
* 该接口用于发起按 Key 闪回任务,依据数据的闪回 Key(默认为 id)对数据进行极速回档,快速恢复业务。
|
|
313
|
+
**说明:按 Key 闪回于2023年09月11日正式进行公测,在此期间,该接口仅对公测用户开放。**
|
|
314
|
+
*/
|
|
315
|
+
async FlashBackDBInstance(
|
|
316
|
+
req: FlashBackDBInstanceRequest,
|
|
317
|
+
cb?: (error: string, rep: FlashBackDBInstanceResponse) => void
|
|
318
|
+
): Promise<FlashBackDBInstanceResponse> {
|
|
319
|
+
return this.request("FlashBackDBInstance", req, cb)
|
|
320
|
+
}
|
|
321
|
+
|
|
306
322
|
/**
|
|
307
323
|
* 本接口(DescribeDBInstances)用于查询云数据库实例列表,支持通过项目ID、实例ID、实例状态等过滤条件来筛选主实例、灾备实例和只读实例信息列表。
|
|
308
324
|
*/
|