tencentcloud-sdk-nodejs 4.0.719 → 4.0.720
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 +108 -0
- package/SERVICE_CHANGELOG.md +171 -6
- package/package.json +1 -1
- package/products.md +7 -7
- package/src/common/sdk_version.ts +1 -1
- package/src/services/btoe/index.ts +2 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/drm/v20181115/drm_client.ts +13 -0
- package/src/services/drm/v20181115/drm_models.ts +40 -0
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +32 -13
- package/src/services/ess/v20201111/ess_models.ts +70 -3
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +110 -75
- package/src/services/essbasic/v20210526/essbasic_models.ts +247 -81
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +29 -4
- package/src/services/tdmq/v20200217/tdmq_models.ts +199 -81
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +10 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/drm/v20181115/drm_client.d.ts +6 -1
- package/tencentcloud/services/drm/v20181115/drm_client.js +7 -0
- package/tencentcloud/services/drm/v20181115/drm_models.d.ts +38 -0
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +21 -10
- package/tencentcloud/services/ess/v20201111/ess_client.js +23 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +68 -3
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +81 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +87 -58
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +245 -81
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +194 -81
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -4
- package/test/drm.v20181115.test.js +10 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +20 -10
- package/test/tdmq.v20200217.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,111 @@
|
|
|
1
|
+
# Release 4.0.720
|
|
2
|
+
|
|
3
|
+
## 数字版权管理(drm) 版本:2018-11-15
|
|
4
|
+
|
|
5
|
+
### 第 5 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-11-02 01:38:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeDRMLicense](https://cloud.tencent.com/document/api/1000/101057)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
20
|
+
|
|
21
|
+
### 第 132 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2023-11-02 01:44:45
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36
|
+
|
|
37
|
+
### 第 124 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2023-11-02 01:45:47
|
|
40
|
+
|
|
41
|
+
本次发布包含了以下内容:
|
|
42
|
+
|
|
43
|
+
改善已有的文档。
|
|
44
|
+
|
|
45
|
+
新增接口:
|
|
46
|
+
|
|
47
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
48
|
+
|
|
49
|
+
修改接口:
|
|
50
|
+
|
|
51
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
52
|
+
|
|
53
|
+
* 新增入参:TemplateIds
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
修改数据结构:
|
|
57
|
+
|
|
58
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
59
|
+
|
|
60
|
+
* 新增成员:NoRefuse
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
70
|
+
|
|
71
|
+
### 第 85 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2023-11-02 02:24:43
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
新增接口:
|
|
80
|
+
|
|
81
|
+
* [DescribeRocketMQConsumeStats](https://cloud.tencent.com/document/api/1179/101060)
|
|
82
|
+
* [VerifyRocketMQConsume](https://cloud.tencent.com/document/api/1179/101061)
|
|
83
|
+
|
|
84
|
+
新增数据结构:
|
|
85
|
+
|
|
86
|
+
* [ConsumerStats](https://cloud.tencent.com/document/api/1179/46089#ConsumerStats)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
91
|
+
|
|
92
|
+
### 第 178 次发布
|
|
93
|
+
|
|
94
|
+
发布时间:2023-11-02 02:40:08
|
|
95
|
+
|
|
96
|
+
本次发布包含了以下内容:
|
|
97
|
+
|
|
98
|
+
改善已有的文档。
|
|
99
|
+
|
|
100
|
+
修改数据结构:
|
|
101
|
+
|
|
102
|
+
* [BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)
|
|
103
|
+
|
|
104
|
+
* 新增成员:Deadline
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
1
109
|
# Release 4.0.719
|
|
2
110
|
|
|
3
111
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,25 +1,108 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数字版权管理(drm) 版本:2018-11-15
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-11-01
|
|
7
|
+
发布时间:2023-11-02 01:38:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeDRMLicense](https://cloud.tencent.com/document/api/1000/101057)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
20
|
+
|
|
21
|
+
### 第 132 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2023-11-02 01:44:45
|
|
8
24
|
|
|
9
25
|
本次发布包含了以下内容:
|
|
10
26
|
|
|
11
27
|
改善已有的文档。
|
|
12
28
|
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36
|
+
|
|
37
|
+
### 第 124 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2023-11-02 01:45:47
|
|
40
|
+
|
|
41
|
+
本次发布包含了以下内容:
|
|
42
|
+
|
|
43
|
+
改善已有的文档。
|
|
44
|
+
|
|
45
|
+
新增接口:
|
|
46
|
+
|
|
47
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
48
|
+
|
|
49
|
+
修改接口:
|
|
50
|
+
|
|
51
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
52
|
+
|
|
53
|
+
* 新增入参:TemplateIds
|
|
54
|
+
|
|
55
|
+
|
|
13
56
|
修改数据结构:
|
|
14
57
|
|
|
15
|
-
* [
|
|
58
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
16
59
|
|
|
17
|
-
* 新增成员:
|
|
60
|
+
* 新增成员:NoRefuse
|
|
18
61
|
|
|
19
62
|
|
|
20
63
|
|
|
21
64
|
|
|
22
|
-
##
|
|
65
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
70
|
+
|
|
71
|
+
### 第 85 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2023-11-02 02:24:43
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
新增接口:
|
|
80
|
+
|
|
81
|
+
* [DescribeRocketMQConsumeStats](https://cloud.tencent.com/document/api/1179/101060)
|
|
82
|
+
* [VerifyRocketMQConsume](https://cloud.tencent.com/document/api/1179/101061)
|
|
83
|
+
|
|
84
|
+
新增数据结构:
|
|
85
|
+
|
|
86
|
+
* [ConsumerStats](https://cloud.tencent.com/document/api/1179/46089#ConsumerStats)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
91
|
+
|
|
92
|
+
### 第 178 次发布
|
|
93
|
+
|
|
94
|
+
发布时间:2023-11-02 02:40:08
|
|
95
|
+
|
|
96
|
+
本次发布包含了以下内容:
|
|
97
|
+
|
|
98
|
+
改善已有的文档。
|
|
99
|
+
|
|
100
|
+
修改数据结构:
|
|
101
|
+
|
|
102
|
+
* [BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)
|
|
103
|
+
|
|
104
|
+
* 新增成员:Deadline
|
|
105
|
+
|
|
23
106
|
|
|
24
107
|
|
|
25
108
|
|
|
@@ -48696,6 +48779,18 @@
|
|
|
48696
48779
|
|
|
48697
48780
|
## 数字版权管理(drm) 版本:2018-11-15
|
|
48698
48781
|
|
|
48782
|
+
### 第 5 次发布
|
|
48783
|
+
|
|
48784
|
+
发布时间:2023-11-02 01:38:44
|
|
48785
|
+
|
|
48786
|
+
本次发布包含了以下内容:
|
|
48787
|
+
|
|
48788
|
+
改善已有的文档。
|
|
48789
|
+
|
|
48790
|
+
新增接口:
|
|
48791
|
+
|
|
48792
|
+
* [[DescribeDRMLicense](https://cloud.tencent.com/document/api/1000/101057)](https://cloud.tencent.com/document/api/#/#)
|
|
48793
|
+
|
|
48699
48794
|
### 第 4 次发布
|
|
48700
48795
|
|
|
48701
48796
|
发布时间:2020-01-09 17:18:24
|
|
@@ -55396,6 +55491,18 @@
|
|
|
55396
55491
|
|
|
55397
55492
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
55398
55493
|
|
|
55494
|
+
### 第 132 次发布
|
|
55495
|
+
|
|
55496
|
+
发布时间:2023-11-02 01:44:45
|
|
55497
|
+
|
|
55498
|
+
本次发布包含了以下内容:
|
|
55499
|
+
|
|
55500
|
+
改善已有的文档。
|
|
55501
|
+
|
|
55502
|
+
新增接口:
|
|
55503
|
+
|
|
55504
|
+
* [[CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)](https://cloud.tencent.com/document/api/#/#)
|
|
55505
|
+
|
|
55399
55506
|
### 第 131 次发布
|
|
55400
55507
|
|
|
55401
55508
|
发布时间:2023-10-25 01:16:49
|
|
@@ -57965,6 +58072,32 @@
|
|
|
57965
58072
|
|
|
57966
58073
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
57967
58074
|
|
|
58075
|
+
### 第 124 次发布
|
|
58076
|
+
|
|
58077
|
+
发布时间:2023-11-02 01:45:47
|
|
58078
|
+
|
|
58079
|
+
本次发布包含了以下内容:
|
|
58080
|
+
|
|
58081
|
+
改善已有的文档。
|
|
58082
|
+
|
|
58083
|
+
新增接口:
|
|
58084
|
+
|
|
58085
|
+
* [[ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)](https://cloud.tencent.com/document/api/#/#)
|
|
58086
|
+
|
|
58087
|
+
修改接口:
|
|
58088
|
+
|
|
58089
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
58090
|
+
|
|
58091
|
+
* 新增入参:TemplateIds
|
|
58092
|
+
|
|
58093
|
+
|
|
58094
|
+
修改数据结构:
|
|
58095
|
+
|
|
58096
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
58097
|
+
|
|
58098
|
+
* 新增成员:NoRefuse
|
|
58099
|
+
|
|
58100
|
+
|
|
57968
58101
|
### 第 123 次发布
|
|
57969
58102
|
|
|
57970
58103
|
发布时间:2023-10-20 01:15:49
|
|
@@ -107481,6 +107614,23 @@
|
|
|
107481
107614
|
|
|
107482
107615
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
107483
107616
|
|
|
107617
|
+
### 第 85 次发布
|
|
107618
|
+
|
|
107619
|
+
发布时间:2023-11-02 02:24:43
|
|
107620
|
+
|
|
107621
|
+
本次发布包含了以下内容:
|
|
107622
|
+
|
|
107623
|
+
改善已有的文档。
|
|
107624
|
+
|
|
107625
|
+
新增接口:
|
|
107626
|
+
|
|
107627
|
+
* [[DescribeRocketMQConsumeStats](https://cloud.tencent.com/document/api/1179/101060)](https://cloud.tencent.com/document/api/#/#)
|
|
107628
|
+
* [[VerifyRocketMQConsume](https://cloud.tencent.com/document/api/1179/101061)](https://cloud.tencent.com/document/api/#/#)
|
|
107629
|
+
|
|
107630
|
+
新增数据结构:
|
|
107631
|
+
|
|
107632
|
+
* [[ConsumerStats](https://cloud.tencent.com/document/api/1179/46089#ConsumerStats)](https://cloud.tencent.com/document/api/1179/46089#[ConsumerStats](https://cloud.tencent.com/document/api/1179/46089#ConsumerStats))
|
|
107633
|
+
|
|
107484
107634
|
### 第 84 次发布
|
|
107485
107635
|
|
|
107486
107636
|
发布时间:2023-11-01 01:22:25
|
|
@@ -131913,6 +132063,21 @@
|
|
|
131913
132063
|
|
|
131914
132064
|
## 私有网络(vpc) 版本:2017-03-12
|
|
131915
132065
|
|
|
132066
|
+
### 第 178 次发布
|
|
132067
|
+
|
|
132068
|
+
发布时间:2023-11-02 02:40:08
|
|
132069
|
+
|
|
132070
|
+
本次发布包含了以下内容:
|
|
132071
|
+
|
|
132072
|
+
改善已有的文档。
|
|
132073
|
+
|
|
132074
|
+
修改数据结构:
|
|
132075
|
+
|
|
132076
|
+
* [BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)
|
|
132077
|
+
|
|
132078
|
+
* 新增成员:Deadline
|
|
132079
|
+
|
|
132080
|
+
|
|
131916
132081
|
### 第 177 次发布
|
|
131917
132082
|
|
|
131918
132083
|
发布时间:2023-10-31 02:45:47
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-27 01:38:16 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-10-26 01:13:41 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
|
|
85
|
-
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-
|
|
85
|
+
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-02 01:38:44 |
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
87
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-02 01:44:45 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-02 01:45:47 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-10-20 01:16:02 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-10-18 02:23:34 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-02 02:02:38 |
|
|
145
145
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-01 01:18:18 |
|
|
147
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
|
|
160
160
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
161
161
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-31 02:15:24 |
|
|
162
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-
|
|
162
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-11-02 02:10:56 |
|
|
163
163
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
164
164
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-01 01:21:35 |
|
|
198
198
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
199
199
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
200
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-02 02:24:43 |
|
|
201
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
202
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
203
203
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-01 11:21:19 |
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
229
229
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
230
230
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-30 01:34:07 |
|
|
231
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-
|
|
231
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-02 02:40:08 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
233
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-01 01:26:18 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.720"
|
|
@@ -29,11 +29,13 @@ import {
|
|
|
29
29
|
ModifyFairPlayPemResponse,
|
|
30
30
|
DescribeFairPlayPemResponse,
|
|
31
31
|
Key,
|
|
32
|
+
DescribeDRMLicenseResponse,
|
|
32
33
|
PlaybackPolicy,
|
|
33
34
|
AddFairPlayPemResponse,
|
|
34
35
|
AddFairPlayPemRequest,
|
|
35
36
|
DeleteFairPlayPemRequest,
|
|
36
37
|
DescribeKeysResponse,
|
|
38
|
+
DescribeDRMLicenseRequest,
|
|
37
39
|
DescribeAllKeysResponse,
|
|
38
40
|
StartEncryptionRequest,
|
|
39
41
|
ModifyFairPlayPemRequest,
|
|
@@ -120,6 +122,17 @@ export class Client extends AbstractClient {
|
|
|
120
122
|
return this.request("DescribeKeys", req, cb)
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/**
|
|
126
|
+
* 开发者需要指定使用的DRM类型取值 NORMALAES、和需要加密的Track类型取值 SD,ContentType取值 LiveVideo
|
|
127
|
+
|
|
128
|
+
*/
|
|
129
|
+
async DescribeDRMLicense(
|
|
130
|
+
req: DescribeDRMLicenseRequest,
|
|
131
|
+
cb?: (error: string, rep: DescribeDRMLicenseResponse) => void
|
|
132
|
+
): Promise<DescribeDRMLicenseResponse> {
|
|
133
|
+
return this.request("DescribeDRMLicense", req, cb)
|
|
134
|
+
}
|
|
135
|
+
|
|
123
136
|
/**
|
|
124
137
|
* 本接口用来查询指定DRM类型、ContentType的所有加密密钥
|
|
125
138
|
|
|
@@ -245,6 +245,24 @@ export interface Key {
|
|
|
245
245
|
InsertTimestamp: number
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
+
/**
|
|
249
|
+
* DescribeDRMLicense返回参数结构体
|
|
250
|
+
*/
|
|
251
|
+
export interface DescribeDRMLicenseResponse {
|
|
252
|
+
/**
|
|
253
|
+
* 内容ID。
|
|
254
|
+
*/
|
|
255
|
+
ContentId: string
|
|
256
|
+
/**
|
|
257
|
+
* 加密密钥。
|
|
258
|
+
*/
|
|
259
|
+
TXEncryptionToken: string
|
|
260
|
+
/**
|
|
261
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
262
|
+
*/
|
|
263
|
+
RequestId?: string
|
|
264
|
+
}
|
|
265
|
+
|
|
248
266
|
/**
|
|
249
267
|
* 播放控制参数
|
|
250
268
|
*/
|
|
@@ -354,6 +372,28 @@ Fairplay方案无该值。
|
|
|
354
372
|
RequestId?: string
|
|
355
373
|
}
|
|
356
374
|
|
|
375
|
+
/**
|
|
376
|
+
* DescribeDRMLicense请求参数结构体
|
|
377
|
+
*/
|
|
378
|
+
export interface DescribeDRMLicenseRequest {
|
|
379
|
+
/**
|
|
380
|
+
* 使用的DRM方案类型,接口取值 NORMALAES 。
|
|
381
|
+
*/
|
|
382
|
+
DrmType: string
|
|
383
|
+
/**
|
|
384
|
+
* 加密的track列表,接口取值 SD 。
|
|
385
|
+
*/
|
|
386
|
+
Tracks: Array<string>
|
|
387
|
+
/**
|
|
388
|
+
* 一个加密内容的唯一标识。
|
|
389
|
+
*/
|
|
390
|
+
ContentId: string
|
|
391
|
+
/**
|
|
392
|
+
* 内容类型。接口取值 LiveVideo 。
|
|
393
|
+
*/
|
|
394
|
+
ContentType: string
|
|
395
|
+
}
|
|
396
|
+
|
|
357
397
|
/**
|
|
358
398
|
* DescribeAllKeys返回参数结构体
|
|
359
399
|
*/
|
|
@@ -49,6 +49,7 @@ import {
|
|
|
49
49
|
StartFlowResponse,
|
|
50
50
|
SealInfo,
|
|
51
51
|
StaffRole,
|
|
52
|
+
CreateBatchQuickSignUrlResponse,
|
|
52
53
|
CreateIntegrationRoleRequest,
|
|
53
54
|
DeleteIntegrationRoleUsersResponse,
|
|
54
55
|
CreateConvertTaskApiRequest,
|
|
@@ -212,6 +213,7 @@ import {
|
|
|
212
213
|
CreateFlowResponse,
|
|
213
214
|
DescribeUserAutoSignStatusRequest,
|
|
214
215
|
FilledComponent,
|
|
216
|
+
CreateBatchQuickSignUrlRequest,
|
|
215
217
|
FileUrl,
|
|
216
218
|
CreateOrganizationInfoChangeUrlRequest,
|
|
217
219
|
DescribeOrganizationGroupOrganizationsResponse,
|
|
@@ -229,20 +231,20 @@ export class Client extends AbstractClient {
|
|
|
229
231
|
}
|
|
230
232
|
|
|
231
233
|
/**
|
|
232
|
-
*
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
<
|
|
236
|
-
<
|
|
237
|
-
<
|
|
238
|
-
|
|
239
|
-
<
|
|
234
|
+
* 该接口用于发起合同后,生成个人用户的批量签署链接, 暂时不支持企业端签署 <br/>
|
|
235
|
+
`注意:`<br/>
|
|
236
|
+
`1. 该接口目前仅支持签署人类型是个人签署方的批量签署场景(ApproverType=1)。` <br/>
|
|
237
|
+
`2. 该接口可生成批量签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
238
|
+
`3. 请确保C端签署人在批量签署合同中为待签署状态,如需顺序签署请待前一位参与人签署完成后,再创建该C端用户的签署链接。` <br/>
|
|
239
|
+
`4. 该签署链接有效期为30分钟,过期后将失效,如需签署可重新创建批量签署链接 。` <br/>
|
|
240
|
+
`5. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入。`<br/>
|
|
241
|
+
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
240
242
|
*/
|
|
241
|
-
async
|
|
242
|
-
req:
|
|
243
|
-
cb?: (error: string, rep:
|
|
244
|
-
): Promise<
|
|
245
|
-
return this.request("
|
|
243
|
+
async CreateBatchQuickSignUrl(
|
|
244
|
+
req: CreateBatchQuickSignUrlRequest,
|
|
245
|
+
cb?: (error: string, rep: CreateBatchQuickSignUrlResponse) => void
|
|
246
|
+
): Promise<CreateBatchQuickSignUrlResponse> {
|
|
247
|
+
return this.request("CreateBatchQuickSignUrl", req, cb)
|
|
246
248
|
}
|
|
247
249
|
|
|
248
250
|
/**
|
|
@@ -340,6 +342,23 @@ export class Client extends AbstractClient {
|
|
|
340
342
|
return this.request("DescribeFileUrls", req, cb)
|
|
341
343
|
}
|
|
342
344
|
|
|
345
|
+
/**
|
|
346
|
+
* 获取设置自动签印章小程序链接。
|
|
347
|
+
|
|
348
|
+
注意:
|
|
349
|
+
<ul><li>需要<code>企业开通自动签</code>后使用。</li>
|
|
350
|
+
<li>仅支持<code>已经开通了自动签的个人</code>更换自动签印章。</li>
|
|
351
|
+
<li>链接有效期默认7天,<code>最多30天</code>。</li>
|
|
352
|
+
<li>该接口的链接适用于<code>小程序</code>端。</li>
|
|
353
|
+
<li>该接口不会扣除您的合同套餐,暂不参与计费。</li></ul>
|
|
354
|
+
*/
|
|
355
|
+
async CreateUserAutoSignSealUrl(
|
|
356
|
+
req: CreateUserAutoSignSealUrlRequest,
|
|
357
|
+
cb?: (error: string, rep: CreateUserAutoSignSealUrlResponse) => void
|
|
358
|
+
): Promise<CreateUserAutoSignSealUrlResponse> {
|
|
359
|
+
return this.request("CreateUserAutoSignSealUrl", req, cb)
|
|
360
|
+
}
|
|
361
|
+
|
|
343
362
|
/**
|
|
344
363
|
* 获取个人用户自动签的开通链接。
|
|
345
364
|
|