tencentcloud-sdk-nodejs 4.0.814 → 4.0.815
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 +67 -0
- package/SERVICE_CHANGELOG.md +123 -149
- package/package.json +1 -1
- package/products.md +4 -4
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +7 -4
- package/src/services/ess/v20201111/ess_models.ts +20 -14
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +28 -13
- package/src/services/live/v20180801/live_models.ts +4 -0
- package/src/services/tat/v20201028/tat_models.ts +9 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -14
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +12 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -13
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +9 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,70 @@
|
|
|
1
|
+
# Release 4.0.815
|
|
2
|
+
|
|
3
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
4
|
+
|
|
5
|
+
### 第 156 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-19 01:14:56
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
16
|
+
|
|
17
|
+
* 新增出参:TaskId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
23
|
+
|
|
24
|
+
### 第 159 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-03-19 01:15:14
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
|
|
35
|
+
|
|
36
|
+
* 新增出参:TaskId
|
|
37
|
+
|
|
38
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
39
|
+
|
|
40
|
+
* 新增出参:TaskId
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
50
|
+
|
|
51
|
+
### 第 120 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2024-03-19 01:18:08
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [CreateLiveTranscodeRule](https://cloud.tencent.com/document/api/267/32647)
|
|
62
|
+
|
|
63
|
+
* 新增入参:StreamName
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
1
68
|
# Release 4.0.814
|
|
2
69
|
|
|
3
70
|
## 云直播CSS(live) 版本:2018-08-01
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 156 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-19 01:14:56
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增出参:TaskId
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 159 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2024-03-
|
|
26
|
+
发布时间:2024-03-19 01:15:14
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
@@ -31,112 +31,37 @@
|
|
|
31
31
|
|
|
32
32
|
修改接口:
|
|
33
33
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增出参:FlowId
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
46
|
-
|
|
47
|
-
### 第 61 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2024-03-15 14:54:19
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
54
|
-
|
|
55
|
-
新增接口:
|
|
34
|
+
* [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
|
|
56
35
|
|
|
57
|
-
*
|
|
58
|
-
* [CreateConfigFileGroup](https://cloud.tencent.com/document/api/1364/104368)
|
|
59
|
-
* [CreateGovernanceAlias](https://cloud.tencent.com/document/api/1364/104385)
|
|
60
|
-
* [CreateGovernanceNamespaces](https://cloud.tencent.com/document/api/1364/104408)
|
|
61
|
-
* [CreateGovernanceServices](https://cloud.tencent.com/document/api/1364/104384)
|
|
62
|
-
* [CreateOrUpdateConfigFileAndRelease](https://cloud.tencent.com/document/api/1364/104362)
|
|
63
|
-
* [DeleteConfigFileGroup](https://cloud.tencent.com/document/api/1364/104367)
|
|
64
|
-
* [DeleteConfigFileReleases](https://cloud.tencent.com/document/api/1364/104361)
|
|
65
|
-
* [DeleteConfigFiles](https://cloud.tencent.com/document/api/1364/104360)
|
|
66
|
-
* [DeleteGovernanceAliases](https://cloud.tencent.com/document/api/1364/104383)
|
|
67
|
-
* [DeleteGovernanceInstancesByHost](https://cloud.tencent.com/document/api/1364/104400)
|
|
68
|
-
* [DeleteGovernanceNamespaces](https://cloud.tencent.com/document/api/1364/104407)
|
|
69
|
-
* [DeleteGovernanceServices](https://cloud.tencent.com/document/api/1364/104382)
|
|
70
|
-
* [DescribeAllConfigFileTemplates](https://cloud.tencent.com/document/api/1364/104348)
|
|
71
|
-
* [DescribeConfigFile](https://cloud.tencent.com/document/api/1364/104359)
|
|
72
|
-
* [DescribeConfigFileGroups](https://cloud.tencent.com/document/api/1364/104366)
|
|
73
|
-
* [DescribeConfigFileRelease](https://cloud.tencent.com/document/api/1364/104358)
|
|
74
|
-
* [DescribeConfigFileReleaseHistories](https://cloud.tencent.com/document/api/1364/104357)
|
|
75
|
-
* [DescribeConfigFileReleaseVersions](https://cloud.tencent.com/document/api/1364/104356)
|
|
76
|
-
* [DescribeConfigFileReleases](https://cloud.tencent.com/document/api/1364/104355)
|
|
77
|
-
* [DescribeConfigFiles](https://cloud.tencent.com/document/api/1364/104354)
|
|
78
|
-
* [DescribeConfigFilesByGroup](https://cloud.tencent.com/document/api/1364/104353)
|
|
79
|
-
* [DescribeGovernanceAliases](https://cloud.tencent.com/document/api/1364/104381)
|
|
80
|
-
* [DescribeGovernanceNamespaces](https://cloud.tencent.com/document/api/1364/104406)
|
|
81
|
-
* [DescribeGovernanceServiceContractVersions](https://cloud.tencent.com/document/api/1364/104403)
|
|
82
|
-
* [DescribeGovernanceServiceContracts](https://cloud.tencent.com/document/api/1364/104402)
|
|
83
|
-
* [DescribeGovernanceServices](https://cloud.tencent.com/document/api/1364/104380)
|
|
84
|
-
* [ModifyConfigFileGroup](https://cloud.tencent.com/document/api/1364/104365)
|
|
85
|
-
* [ModifyConfigFiles](https://cloud.tencent.com/document/api/1364/104352)
|
|
86
|
-
* [ModifyGovernanceAlias](https://cloud.tencent.com/document/api/1364/104379)
|
|
87
|
-
* [ModifyGovernanceNamespaces](https://cloud.tencent.com/document/api/1364/104405)
|
|
88
|
-
* [ModifyGovernanceServices](https://cloud.tencent.com/document/api/1364/104378)
|
|
89
|
-
* [PublishConfigFiles](https://cloud.tencent.com/document/api/1364/104351)
|
|
90
|
-
* [RollbackConfigFileReleases](https://cloud.tencent.com/document/api/1364/104350)
|
|
36
|
+
* 新增出参:TaskId
|
|
91
37
|
|
|
92
|
-
|
|
38
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
93
39
|
|
|
94
|
-
*
|
|
95
|
-
* [ConfigFileGroup](https://cloud.tencent.com/document/api/1364/54942#ConfigFileGroup)
|
|
96
|
-
* [ConfigFileGroupTag](https://cloud.tencent.com/document/api/1364/54942#ConfigFileGroupTag)
|
|
97
|
-
* [ConfigFilePublishInfo](https://cloud.tencent.com/document/api/1364/54942#ConfigFilePublishInfo)
|
|
98
|
-
* [ConfigFileRelease](https://cloud.tencent.com/document/api/1364/54942#ConfigFileRelease)
|
|
99
|
-
* [ConfigFileReleaseDeletion](https://cloud.tencent.com/document/api/1364/54942#ConfigFileReleaseDeletion)
|
|
100
|
-
* [ConfigFileReleaseHistory](https://cloud.tencent.com/document/api/1364/54942#ConfigFileReleaseHistory)
|
|
101
|
-
* [ConfigFileTag](https://cloud.tencent.com/document/api/1364/54942#ConfigFileTag)
|
|
102
|
-
* [ConfigFileTemplate](https://cloud.tencent.com/document/api/1364/54942#ConfigFileTemplate)
|
|
103
|
-
* [GovernanceAlias](https://cloud.tencent.com/document/api/1364/54942#GovernanceAlias)
|
|
104
|
-
* [GovernanceInterfaceDescription](https://cloud.tencent.com/document/api/1364/54942#GovernanceInterfaceDescription)
|
|
105
|
-
* [GovernanceNamespace](https://cloud.tencent.com/document/api/1364/54942#GovernanceNamespace)
|
|
106
|
-
* [GovernanceNamespaceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceNamespaceInput)
|
|
107
|
-
* [GovernanceService](https://cloud.tencent.com/document/api/1364/54942#GovernanceService)
|
|
108
|
-
* [GovernanceServiceContract](https://cloud.tencent.com/document/api/1364/54942#GovernanceServiceContract)
|
|
109
|
-
* [GovernanceServiceContractVersion](https://cloud.tencent.com/document/api/1364/54942#GovernanceServiceContractVersion)
|
|
110
|
-
* [GovernanceServiceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceServiceInput)
|
|
111
|
-
* [ReleaseVersion](https://cloud.tencent.com/document/api/1364/54942#ReleaseVersion)
|
|
40
|
+
* 新增出参:TaskId
|
|
112
41
|
|
|
113
|
-
修改数据结构:
|
|
114
42
|
|
|
115
|
-
* [GovernanceInstance](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstance)
|
|
116
43
|
|
|
117
|
-
* 新增成员:InstanceVersion, HealthStatus, Comment
|
|
118
44
|
|
|
45
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
119
46
|
|
|
120
47
|
|
|
121
48
|
|
|
122
|
-
##
|
|
49
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
123
50
|
|
|
124
|
-
### 第
|
|
51
|
+
### 第 120 次发布
|
|
125
52
|
|
|
126
|
-
发布时间:2024-03-
|
|
53
|
+
发布时间:2024-03-19 01:18:08
|
|
127
54
|
|
|
128
55
|
本次发布包含了以下内容:
|
|
129
56
|
|
|
130
57
|
改善已有的文档。
|
|
131
58
|
|
|
132
|
-
|
|
59
|
+
修改接口:
|
|
133
60
|
|
|
134
|
-
*
|
|
61
|
+
* [CreateLiveTranscodeRule](https://cloud.tencent.com/document/api/267/32647)
|
|
135
62
|
|
|
136
|
-
|
|
63
|
+
* 新增入参:StreamName
|
|
137
64
|
|
|
138
|
-
* ClbHostResult
|
|
139
|
-
* ClbHostsParams
|
|
140
65
|
|
|
141
66
|
|
|
142
67
|
|
|
@@ -59126,6 +59051,21 @@
|
|
|
59126
59051
|
|
|
59127
59052
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
59128
59053
|
|
|
59054
|
+
### 第 156 次发布
|
|
59055
|
+
|
|
59056
|
+
发布时间:2024-03-19 01:14:56
|
|
59057
|
+
|
|
59058
|
+
本次发布包含了以下内容:
|
|
59059
|
+
|
|
59060
|
+
改善已有的文档。
|
|
59061
|
+
|
|
59062
|
+
修改接口:
|
|
59063
|
+
|
|
59064
|
+
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
59065
|
+
|
|
59066
|
+
* 新增出参:TaskId
|
|
59067
|
+
|
|
59068
|
+
|
|
59129
59069
|
### 第 155 次发布
|
|
59130
59070
|
|
|
59131
59071
|
发布时间:2024-03-15 01:14:52
|
|
@@ -62128,6 +62068,25 @@
|
|
|
62128
62068
|
|
|
62129
62069
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62130
62070
|
|
|
62071
|
+
### 第 159 次发布
|
|
62072
|
+
|
|
62073
|
+
发布时间:2024-03-19 01:15:14
|
|
62074
|
+
|
|
62075
|
+
本次发布包含了以下内容:
|
|
62076
|
+
|
|
62077
|
+
改善已有的文档。
|
|
62078
|
+
|
|
62079
|
+
修改接口:
|
|
62080
|
+
|
|
62081
|
+
* [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
|
|
62082
|
+
|
|
62083
|
+
* 新增出参:TaskId
|
|
62084
|
+
|
|
62085
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
62086
|
+
|
|
62087
|
+
* 新增出参:TaskId
|
|
62088
|
+
|
|
62089
|
+
|
|
62131
62090
|
### 第 158 次发布
|
|
62132
62091
|
|
|
62133
62092
|
发布时间:2024-03-15 01:15:07
|
|
@@ -80199,6 +80158,21 @@
|
|
|
80199
80158
|
|
|
80200
80159
|
## 云直播CSS(live) 版本:2018-08-01
|
|
80201
80160
|
|
|
80161
|
+
### 第 120 次发布
|
|
80162
|
+
|
|
80163
|
+
发布时间:2024-03-19 01:18:08
|
|
80164
|
+
|
|
80165
|
+
本次发布包含了以下内容:
|
|
80166
|
+
|
|
80167
|
+
改善已有的文档。
|
|
80168
|
+
|
|
80169
|
+
修改接口:
|
|
80170
|
+
|
|
80171
|
+
* [CreateLiveTranscodeRule](https://cloud.tencent.com/document/api/267/32647)
|
|
80172
|
+
|
|
80173
|
+
* 新增入参:StreamName
|
|
80174
|
+
|
|
80175
|
+
|
|
80202
80176
|
### 第 119 次发布
|
|
80203
80177
|
|
|
80204
80178
|
发布时间:2024-03-18 01:17:44
|
|
@@ -132901,61 +132875,61 @@
|
|
|
132901
132875
|
|
|
132902
132876
|
新增接口:
|
|
132903
132877
|
|
|
132904
|
-
* [
|
|
132905
|
-
* [
|
|
132906
|
-
* [
|
|
132907
|
-
* [
|
|
132908
|
-
* [
|
|
132909
|
-
* [
|
|
132910
|
-
* [
|
|
132911
|
-
* [
|
|
132912
|
-
* [
|
|
132913
|
-
* [
|
|
132914
|
-
* [
|
|
132915
|
-
* [
|
|
132916
|
-
* [
|
|
132917
|
-
* [
|
|
132918
|
-
* [
|
|
132919
|
-
* [
|
|
132920
|
-
* [
|
|
132921
|
-
* [
|
|
132922
|
-
* [
|
|
132923
|
-
* [
|
|
132924
|
-
* [
|
|
132925
|
-
* [
|
|
132926
|
-
* [
|
|
132927
|
-
* [
|
|
132928
|
-
* [
|
|
132929
|
-
* [
|
|
132930
|
-
* [
|
|
132931
|
-
* [
|
|
132932
|
-
* [
|
|
132933
|
-
* [
|
|
132934
|
-
* [
|
|
132935
|
-
* [
|
|
132936
|
-
* [
|
|
132937
|
-
* [
|
|
132938
|
-
|
|
132939
|
-
新增数据结构:
|
|
132940
|
-
|
|
132941
|
-
* [
|
|
132942
|
-
* [
|
|
132943
|
-
* [
|
|
132944
|
-
* [
|
|
132945
|
-
* [
|
|
132946
|
-
* [
|
|
132947
|
-
* [
|
|
132948
|
-
* [
|
|
132949
|
-
* [
|
|
132950
|
-
* [
|
|
132951
|
-
* [
|
|
132952
|
-
* [
|
|
132953
|
-
* [
|
|
132954
|
-
* [
|
|
132955
|
-
* [
|
|
132956
|
-
* [
|
|
132957
|
-
* [
|
|
132958
|
-
* [
|
|
132878
|
+
* [CreateConfigFile](https://cloud.tencent.com/document/api/1364/104363)
|
|
132879
|
+
* [CreateConfigFileGroup](https://cloud.tencent.com/document/api/1364/104368)
|
|
132880
|
+
* [CreateGovernanceAlias](https://cloud.tencent.com/document/api/1364/104385)
|
|
132881
|
+
* [CreateGovernanceNamespaces](https://cloud.tencent.com/document/api/1364/104408)
|
|
132882
|
+
* [CreateGovernanceServices](https://cloud.tencent.com/document/api/1364/104384)
|
|
132883
|
+
* [CreateOrUpdateConfigFileAndRelease](https://cloud.tencent.com/document/api/1364/104362)
|
|
132884
|
+
* [DeleteConfigFileGroup](https://cloud.tencent.com/document/api/1364/104367)
|
|
132885
|
+
* [DeleteConfigFileReleases](https://cloud.tencent.com/document/api/1364/104361)
|
|
132886
|
+
* [DeleteConfigFiles](https://cloud.tencent.com/document/api/1364/104360)
|
|
132887
|
+
* [DeleteGovernanceAliases](https://cloud.tencent.com/document/api/1364/104383)
|
|
132888
|
+
* [DeleteGovernanceInstancesByHost](https://cloud.tencent.com/document/api/1364/104400)
|
|
132889
|
+
* [DeleteGovernanceNamespaces](https://cloud.tencent.com/document/api/1364/104407)
|
|
132890
|
+
* [DeleteGovernanceServices](https://cloud.tencent.com/document/api/1364/104382)
|
|
132891
|
+
* [DescribeAllConfigFileTemplates](https://cloud.tencent.com/document/api/1364/104348)
|
|
132892
|
+
* [DescribeConfigFile](https://cloud.tencent.com/document/api/1364/104359)
|
|
132893
|
+
* [DescribeConfigFileGroups](https://cloud.tencent.com/document/api/1364/104366)
|
|
132894
|
+
* [DescribeConfigFileRelease](https://cloud.tencent.com/document/api/1364/104358)
|
|
132895
|
+
* [DescribeConfigFileReleaseHistories](https://cloud.tencent.com/document/api/1364/104357)
|
|
132896
|
+
* [DescribeConfigFileReleaseVersions](https://cloud.tencent.com/document/api/1364/104356)
|
|
132897
|
+
* [DescribeConfigFileReleases](https://cloud.tencent.com/document/api/1364/104355)
|
|
132898
|
+
* [DescribeConfigFiles](https://cloud.tencent.com/document/api/1364/104354)
|
|
132899
|
+
* [DescribeConfigFilesByGroup](https://cloud.tencent.com/document/api/1364/104353)
|
|
132900
|
+
* [DescribeGovernanceAliases](https://cloud.tencent.com/document/api/1364/104381)
|
|
132901
|
+
* [DescribeGovernanceNamespaces](https://cloud.tencent.com/document/api/1364/104406)
|
|
132902
|
+
* [DescribeGovernanceServiceContractVersions](https://cloud.tencent.com/document/api/1364/104403)
|
|
132903
|
+
* [DescribeGovernanceServiceContracts](https://cloud.tencent.com/document/api/1364/104402)
|
|
132904
|
+
* [DescribeGovernanceServices](https://cloud.tencent.com/document/api/1364/104380)
|
|
132905
|
+
* [ModifyConfigFileGroup](https://cloud.tencent.com/document/api/1364/104365)
|
|
132906
|
+
* [ModifyConfigFiles](https://cloud.tencent.com/document/api/1364/104352)
|
|
132907
|
+
* [ModifyGovernanceAlias](https://cloud.tencent.com/document/api/1364/104379)
|
|
132908
|
+
* [ModifyGovernanceNamespaces](https://cloud.tencent.com/document/api/1364/104405)
|
|
132909
|
+
* [ModifyGovernanceServices](https://cloud.tencent.com/document/api/1364/104378)
|
|
132910
|
+
* [PublishConfigFiles](https://cloud.tencent.com/document/api/1364/104351)
|
|
132911
|
+
* [RollbackConfigFileReleases](https://cloud.tencent.com/document/api/1364/104350)
|
|
132912
|
+
|
|
132913
|
+
新增数据结构:
|
|
132914
|
+
|
|
132915
|
+
* [ConfigFile](https://cloud.tencent.com/document/api/1364/54942#ConfigFile)
|
|
132916
|
+
* [ConfigFileGroup](https://cloud.tencent.com/document/api/1364/54942#ConfigFileGroup)
|
|
132917
|
+
* [ConfigFileGroupTag](https://cloud.tencent.com/document/api/1364/54942#ConfigFileGroupTag)
|
|
132918
|
+
* [ConfigFilePublishInfo](https://cloud.tencent.com/document/api/1364/54942#ConfigFilePublishInfo)
|
|
132919
|
+
* [ConfigFileRelease](https://cloud.tencent.com/document/api/1364/54942#ConfigFileRelease)
|
|
132920
|
+
* [ConfigFileReleaseDeletion](https://cloud.tencent.com/document/api/1364/54942#ConfigFileReleaseDeletion)
|
|
132921
|
+
* [ConfigFileReleaseHistory](https://cloud.tencent.com/document/api/1364/54942#ConfigFileReleaseHistory)
|
|
132922
|
+
* [ConfigFileTag](https://cloud.tencent.com/document/api/1364/54942#ConfigFileTag)
|
|
132923
|
+
* [ConfigFileTemplate](https://cloud.tencent.com/document/api/1364/54942#ConfigFileTemplate)
|
|
132924
|
+
* [GovernanceAlias](https://cloud.tencent.com/document/api/1364/54942#GovernanceAlias)
|
|
132925
|
+
* [GovernanceInterfaceDescription](https://cloud.tencent.com/document/api/1364/54942#GovernanceInterfaceDescription)
|
|
132926
|
+
* [GovernanceNamespace](https://cloud.tencent.com/document/api/1364/54942#GovernanceNamespace)
|
|
132927
|
+
* [GovernanceNamespaceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceNamespaceInput)
|
|
132928
|
+
* [GovernanceService](https://cloud.tencent.com/document/api/1364/54942#GovernanceService)
|
|
132929
|
+
* [GovernanceServiceContract](https://cloud.tencent.com/document/api/1364/54942#GovernanceServiceContract)
|
|
132930
|
+
* [GovernanceServiceContractVersion](https://cloud.tencent.com/document/api/1364/54942#GovernanceServiceContractVersion)
|
|
132931
|
+
* [GovernanceServiceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceServiceInput)
|
|
132932
|
+
* [ReleaseVersion](https://cloud.tencent.com/document/api/1364/54942#ReleaseVersion)
|
|
132959
132933
|
|
|
132960
132934
|
修改数据结构:
|
|
132961
132935
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -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-15 01:14:37 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-14 01:15:53 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-19 01:14:56 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-19 01:15:14 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-12 01:31:22 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-12 19:51:24 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-12 01:31:30 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-12 01:37:06 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-15 01:17:42 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-12 01:37:46 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-19 01:18:08 |
|
|
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 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-12 01:39:23 |
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-18 01:21:05 |
|
|
187
187
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-12 01:48:35 |
|
|
188
188
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-12 01:48:46 |
|
|
189
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-03-
|
|
189
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-03-19 01:21:33 |
|
|
190
190
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
191
191
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2024-03-12 01:48:58 |
|
|
192
192
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.815"
|
|
@@ -306,7 +306,7 @@ export class Client extends AbstractClient {
|
|
|
306
306
|

|
|
307
307
|
|
|
308
308
|
注:
|
|
309
|
-
1.<font color="red">合同发起后就会扣减合同的额度</font>,
|
|
309
|
+
1.<font color="red">合同发起后就会扣减合同的额度</font>, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度)
|
|
310
310
|
|
|
311
311
|
2.<font color="red">静默(自动)签署不支持合同签署方存在填写</font>功能
|
|
312
312
|
|
|
@@ -331,7 +331,7 @@ export class Client extends AbstractClient {
|
|
|
331
331
|
2. 有对应合同撤销权限的人: <font color='red'>合同的发起人(并已经授予撤销权限)或者发起人所在企业的超管、法人</font>
|
|
332
332
|

|
|
333
333
|
|
|
334
|
-
3. <font color='red'
|
|
334
|
+
3. <font color='red'>只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。</font>
|
|
335
335
|
|
|
336
336
|
4. 撤销后可以看合同PDF内容的人员: 发起方的超管, 发起方自己,发起方撤销合同的操作人员,已经签署合同、已经填写合同、邀请填写已经补充信息的参与人员
|
|
337
337
|
*/
|
|
@@ -524,13 +524,16 @@ export class Client extends AbstractClient {
|
|
|
524
524
|
- **可撤回合同状态**:未全部签署完成
|
|
525
525
|
- **不撤回合同状态**:已全部签署完成、已拒签、已过期、已撤回、拒绝填写、已解除等合同状态。
|
|
526
526
|
|
|
527
|
+
批量撤销结果可以通过接口返回的TaskId关联[批量撤销任务结果回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E6%89%B9%E9%87%8F%E6%92%A4%E9%94%80%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)或通过接口[查询批量撤销签署流程任务结果](https://qian.tencent.com/developers/companyApis/operateFlows/CreateBatchCancelFlowUrl)
|
|
528
|
+
|
|
529
|
+
|
|
527
530
|
注:
|
|
528
531
|
1. 如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
|
|
529
532
|
|
|
530
533
|
2. 有对应合同撤销权限的人: <font color='red'>合同的发起人(并已经授予撤销权限)或者发起人所在企业的超管、法人</font>
|
|
531
534
|

|
|
532
535
|
|
|
533
|
-
3. <font color='red'
|
|
536
|
+
3. <font color='red'>只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。</font>
|
|
534
537
|
*/
|
|
535
538
|
async CreateBatchCancelFlowUrl(
|
|
536
539
|
req: CreateBatchCancelFlowUrlRequest,
|
|
@@ -1000,7 +1003,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1000
1003
|

|
|
1001
1004
|
|
|
1002
1005
|
注:
|
|
1003
|
-
- 合同**发起后就会扣减合同的额度**,
|
|
1006
|
+
- 合同**发起后就会扣减合同的额度**, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(**过期,拒签,签署完成,解除完成等状态不会返还额度**)
|
|
1004
1007
|
- **静默(自动)签署不支持合同签署方存在填写**功能
|
|
1005
1008
|
*/
|
|
1006
1009
|
async CreateFlowByFiles(
|