tencentcloud-sdk-nodejs 4.0.398 → 4.0.401
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 +75 -176
- package/package.json +1 -1
- package/products.md +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +22 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +103 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +87 -3
- package/test/essbasic.v20210526.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,111 @@
|
|
|
1
|
+
# Release 4.0.401
|
|
2
|
+
|
|
3
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
4
|
+
|
|
5
|
+
### 第 24 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-02 11:36:28
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
16
|
+
|
|
17
|
+
修改接口:
|
|
18
|
+
|
|
19
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
20
|
+
|
|
21
|
+
* 新增入参:ApproverRestrictions
|
|
22
|
+
|
|
23
|
+
* 新增出参:SignUrls
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
新增数据结构:
|
|
27
|
+
|
|
28
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
29
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# Release 4.0.400
|
|
38
|
+
|
|
39
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
40
|
+
|
|
41
|
+
### 第 24 次发布
|
|
42
|
+
|
|
43
|
+
发布时间:2022-08-02 11:36:28
|
|
44
|
+
|
|
45
|
+
本次发布包含了以下内容:
|
|
46
|
+
|
|
47
|
+
改善已有的文档。
|
|
48
|
+
|
|
49
|
+
新增接口:
|
|
50
|
+
|
|
51
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
56
|
+
|
|
57
|
+
* 新增入参:ApproverRestrictions
|
|
58
|
+
|
|
59
|
+
* 新增出参:SignUrls
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
新增数据结构:
|
|
63
|
+
|
|
64
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
65
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
# Release 4.0.399
|
|
74
|
+
|
|
75
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
76
|
+
|
|
77
|
+
### 第 24 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2022-08-02 11:36:28
|
|
80
|
+
|
|
81
|
+
本次发布包含了以下内容:
|
|
82
|
+
|
|
83
|
+
改善已有的文档。
|
|
84
|
+
|
|
85
|
+
新增接口:
|
|
86
|
+
|
|
87
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
88
|
+
|
|
89
|
+
修改接口:
|
|
90
|
+
|
|
91
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
92
|
+
|
|
93
|
+
* 新增入参:ApproverRestrictions
|
|
94
|
+
|
|
95
|
+
* 新增出参:SignUrls
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
新增数据结构:
|
|
99
|
+
|
|
100
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
101
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
1
109
|
# Release 4.0.398
|
|
2
110
|
|
|
3
111
|
## 品牌经营管家(bma) 版本:2021-06-24
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,81 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 4 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-08-02 06:05:09
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/78237)
|
|
16
|
-
* [CreateBPFalseTicket](https://cloud.tencent.com/document/api/1296/78236)
|
|
17
|
-
* [CreateBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78235)
|
|
18
|
-
* [CreateBPOfflineTicket](https://cloud.tencent.com/document/api/1296/78234)
|
|
19
|
-
* [CreateBPProtectURLs](https://cloud.tencent.com/document/api/1296/78233)
|
|
20
|
-
* [DescribeBPCompanyInfo](https://cloud.tencent.com/document/api/1296/78232)
|
|
21
|
-
* [DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/78231)
|
|
22
|
-
* [DescribeBPProtectURLs](https://cloud.tencent.com/document/api/1296/78230)
|
|
23
|
-
* [DescribeBPReportFakeURLs](https://cloud.tencent.com/document/api/1296/78229)
|
|
24
|
-
* [ModifyBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78228)
|
|
25
|
-
|
|
26
|
-
新增数据结构:
|
|
27
|
-
|
|
28
|
-
* [BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData)
|
|
29
|
-
* [FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo)
|
|
30
|
-
* [ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo)
|
|
31
|
-
* [ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## 云拨测(cat) 版本:2018-04-09
|
|
36
|
-
|
|
37
|
-
### 第 11 次发布
|
|
38
|
-
|
|
39
|
-
发布时间:2022-08-02 06:06:56
|
|
40
|
-
|
|
41
|
-
本次发布包含了以下内容:
|
|
42
|
-
|
|
43
|
-
改善已有的文档。
|
|
44
|
-
|
|
45
|
-
新增接口:
|
|
46
|
-
|
|
47
|
-
* [DescribeNodes](https://cloud.tencent.com/document/api/280/78238)
|
|
48
|
-
|
|
49
|
-
新增数据结构:
|
|
50
|
-
|
|
51
|
-
* [NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
56
|
-
|
|
57
|
-
### 第 6 次发布
|
|
58
|
-
|
|
59
|
-
发布时间:2022-08-02 06:31:39
|
|
60
|
-
|
|
61
|
-
本次发布包含了以下内容:
|
|
62
|
-
|
|
63
|
-
改善已有的文档。
|
|
64
|
-
|
|
65
|
-
修改数据结构:
|
|
66
|
-
|
|
67
|
-
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
68
|
-
|
|
69
|
-
* 新增成员:SubnetIds
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## 弹性微服务(tem) 版本:2021-07-01
|
|
3
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
75
4
|
|
|
76
|
-
### 第
|
|
5
|
+
### 第 24 次发布
|
|
77
6
|
|
|
78
|
-
发布时间:2022-08-02
|
|
7
|
+
发布时间:2022-08-02 11:36:28
|
|
79
8
|
|
|
80
9
|
本次发布包含了以下内容:
|
|
81
10
|
|
|
@@ -83,81 +12,25 @@
|
|
|
83
12
|
|
|
84
13
|
新增接口:
|
|
85
14
|
|
|
86
|
-
* [
|
|
87
|
-
|
|
88
|
-
新增数据结构:
|
|
89
|
-
|
|
90
|
-
* [NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo)
|
|
91
|
-
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
92
|
-
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## 弹性微服务(tem) 版本:2020-12-21
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
101
|
-
|
|
102
|
-
### 第 114 次发布
|
|
103
|
-
|
|
104
|
-
发布时间:2022-08-02 06:35:11
|
|
105
|
-
|
|
106
|
-
本次发布包含了以下内容:
|
|
107
|
-
|
|
108
|
-
改善已有的文档。
|
|
15
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
109
16
|
|
|
110
17
|
修改接口:
|
|
111
18
|
|
|
112
|
-
* [
|
|
113
|
-
|
|
114
|
-
* 新增入参:ScriptVersion
|
|
115
|
-
|
|
116
|
-
* 新增出参:ScriptVersion
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
修改数据结构:
|
|
120
|
-
|
|
121
|
-
* [EdgeClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#EdgeClusterAdvancedSettings)
|
|
122
|
-
|
|
123
|
-
* 新增成员:Runtime, ProxyMode
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
19
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
129
20
|
|
|
130
|
-
|
|
21
|
+
* 新增入参:ApproverRestrictions
|
|
131
22
|
|
|
132
|
-
|
|
23
|
+
* 新增出参:SignUrls
|
|
133
24
|
|
|
134
|
-
本次发布包含了以下内容:
|
|
135
25
|
|
|
136
|
-
|
|
26
|
+
新增数据结构:
|
|
137
27
|
|
|
138
|
-
|
|
28
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
29
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
139
30
|
|
|
140
|
-
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
141
|
-
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
142
|
-
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
143
|
-
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
144
31
|
|
|
145
|
-
新增数据结构:
|
|
146
32
|
|
|
147
|
-
|
|
148
|
-
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
149
|
-
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
150
|
-
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
151
|
-
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
152
|
-
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
153
|
-
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
154
|
-
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
155
|
-
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
156
|
-
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
157
|
-
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
158
|
-
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
159
|
-
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
160
|
-
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
33
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
161
34
|
|
|
162
35
|
|
|
163
36
|
|
|
@@ -7529,23 +7402,23 @@
|
|
|
7529
7402
|
|
|
7530
7403
|
新增接口:
|
|
7531
7404
|
|
|
7532
|
-
* [
|
|
7533
|
-
* [
|
|
7534
|
-
* [
|
|
7535
|
-
* [
|
|
7536
|
-
* [
|
|
7537
|
-
* [
|
|
7538
|
-
* [
|
|
7539
|
-
* [
|
|
7540
|
-
* [
|
|
7541
|
-
* [
|
|
7405
|
+
* [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/78237)
|
|
7406
|
+
* [CreateBPFalseTicket](https://cloud.tencent.com/document/api/1296/78236)
|
|
7407
|
+
* [CreateBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78235)
|
|
7408
|
+
* [CreateBPOfflineTicket](https://cloud.tencent.com/document/api/1296/78234)
|
|
7409
|
+
* [CreateBPProtectURLs](https://cloud.tencent.com/document/api/1296/78233)
|
|
7410
|
+
* [DescribeBPCompanyInfo](https://cloud.tencent.com/document/api/1296/78232)
|
|
7411
|
+
* [DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/78231)
|
|
7412
|
+
* [DescribeBPProtectURLs](https://cloud.tencent.com/document/api/1296/78230)
|
|
7413
|
+
* [DescribeBPReportFakeURLs](https://cloud.tencent.com/document/api/1296/78229)
|
|
7414
|
+
* [ModifyBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78228)
|
|
7542
7415
|
|
|
7543
7416
|
新增数据结构:
|
|
7544
7417
|
|
|
7545
|
-
* [
|
|
7546
|
-
* [
|
|
7547
|
-
* [
|
|
7548
|
-
* [
|
|
7418
|
+
* [BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData)
|
|
7419
|
+
* [FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo)
|
|
7420
|
+
* [ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo)
|
|
7421
|
+
* [ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo)
|
|
7549
7422
|
|
|
7550
7423
|
### 第 3 次发布
|
|
7551
7424
|
|
|
@@ -9405,11 +9278,11 @@
|
|
|
9405
9278
|
|
|
9406
9279
|
新增接口:
|
|
9407
9280
|
|
|
9408
|
-
* [
|
|
9281
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/280/78238)
|
|
9409
9282
|
|
|
9410
9283
|
新增数据结构:
|
|
9411
9284
|
|
|
9412
|
-
* [
|
|
9285
|
+
* [NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt)
|
|
9413
9286
|
|
|
9414
9287
|
### 第 10 次发布
|
|
9415
9288
|
|
|
@@ -36761,6 +36634,32 @@
|
|
|
36761
36634
|
|
|
36762
36635
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36763
36636
|
|
|
36637
|
+
### 第 24 次发布
|
|
36638
|
+
|
|
36639
|
+
发布时间:2022-08-02 11:36:28
|
|
36640
|
+
|
|
36641
|
+
本次发布包含了以下内容:
|
|
36642
|
+
|
|
36643
|
+
改善已有的文档。
|
|
36644
|
+
|
|
36645
|
+
新增接口:
|
|
36646
|
+
|
|
36647
|
+
* [[ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)](https://cloud.tencent.com/document/api/#/#)
|
|
36648
|
+
|
|
36649
|
+
修改接口:
|
|
36650
|
+
|
|
36651
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
36652
|
+
|
|
36653
|
+
* 新增入参:ApproverRestrictions
|
|
36654
|
+
|
|
36655
|
+
* 新增出参:SignUrls
|
|
36656
|
+
|
|
36657
|
+
|
|
36658
|
+
新增数据结构:
|
|
36659
|
+
|
|
36660
|
+
* [[ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)](https://cloud.tencent.com/document/api/1420/61525#[ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction))
|
|
36661
|
+
* [[SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)](https://cloud.tencent.com/document/api/1420/61525#[SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl))
|
|
36662
|
+
|
|
36764
36663
|
### 第 23 次发布
|
|
36765
36664
|
|
|
36766
36665
|
发布时间:2022-07-28 06:11:47
|
|
@@ -69944,13 +69843,13 @@
|
|
|
69944
69843
|
|
|
69945
69844
|
新增接口:
|
|
69946
69845
|
|
|
69947
|
-
* [
|
|
69846
|
+
* [DescribeApplicationInfo](https://cloud.tencent.com/document/api/1371/78239)
|
|
69948
69847
|
|
|
69949
69848
|
新增数据结构:
|
|
69950
69849
|
|
|
69951
|
-
* [
|
|
69952
|
-
* [
|
|
69953
|
-
* [
|
|
69850
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo)
|
|
69851
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
69852
|
+
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
69954
69853
|
|
|
69955
69854
|
### 第 21 次发布
|
|
69956
69855
|
|
|
@@ -75731,27 +75630,27 @@
|
|
|
75731
75630
|
|
|
75732
75631
|
新增接口:
|
|
75733
75632
|
|
|
75734
|
-
* [
|
|
75735
|
-
* [
|
|
75736
|
-
* [
|
|
75737
|
-
* [
|
|
75633
|
+
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
75634
|
+
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
75635
|
+
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
75636
|
+
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
75738
75637
|
|
|
75739
75638
|
新增数据结构:
|
|
75740
75639
|
|
|
75741
|
-
* [
|
|
75742
|
-
* [
|
|
75743
|
-
* [
|
|
75744
|
-
* [
|
|
75745
|
-
* [
|
|
75746
|
-
* [
|
|
75747
|
-
* [
|
|
75748
|
-
* [
|
|
75749
|
-
* [
|
|
75750
|
-
* [
|
|
75751
|
-
* [
|
|
75752
|
-
* [
|
|
75753
|
-
* [
|
|
75754
|
-
* [
|
|
75640
|
+
* [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
|
|
75641
|
+
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
75642
|
+
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
75643
|
+
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
75644
|
+
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
75645
|
+
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
75646
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
75647
|
+
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
75648
|
+
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
75649
|
+
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
75650
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
75651
|
+
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
75652
|
+
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
75653
|
+
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
75755
75654
|
|
|
75756
75655
|
### 第 35 次发布
|
|
75757
75656
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
|
|
88
88
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-14 06:10:06 |
|
|
89
89
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-01 11:38:53 |
|
|
90
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-
|
|
90
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-02 11:51:30 |
|
|
91
91
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
92
92
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-07-30 15:12:30 |
|
|
93
93
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.401"
|
|
@@ -40,12 +40,14 @@ import {
|
|
|
40
40
|
UploadFile,
|
|
41
41
|
Component,
|
|
42
42
|
GetDownloadFlowUrlRequest,
|
|
43
|
+
ChannelCreateBatchCancelFlowUrlResponse,
|
|
43
44
|
FlowDetailInfo,
|
|
44
45
|
CreateConsoleLoginUrlRequest,
|
|
45
46
|
CreateFlowsByTemplatesResponse,
|
|
46
47
|
PrepareFlowsRequest,
|
|
47
48
|
SyncProxyOrganizationOperatorsResponse,
|
|
48
49
|
CreateSealByImageResponse,
|
|
50
|
+
SignUrl,
|
|
49
51
|
FlowResourceUrlInfo,
|
|
50
52
|
DescribeTemplatesRequest,
|
|
51
53
|
SyncProxyOrganizationOperatorsRequest,
|
|
@@ -62,6 +64,8 @@ import {
|
|
|
62
64
|
ChannelCancelMultiFlowSignQRCodeRequest,
|
|
63
65
|
SyncFailReason,
|
|
64
66
|
DescribeUsageRequest,
|
|
67
|
+
ChannelCreateBatchCancelFlowUrlRequest,
|
|
68
|
+
ApproverRestriction,
|
|
65
69
|
ChannelCreateFlowByFilesRequest,
|
|
66
70
|
ChannelCreateFlowByFilesResponse,
|
|
67
71
|
UploadFilesResponse,
|
|
@@ -130,6 +134,16 @@ export class Client extends AbstractClient {
|
|
|
130
134
|
return this.request("OperateChannelTemplate", req, cb)
|
|
131
135
|
}
|
|
132
136
|
|
|
137
|
+
/**
|
|
138
|
+
* 此接口(SyncProxyOrganizationOperators)用于同步渠道合作企业经办人列表
|
|
139
|
+
*/
|
|
140
|
+
async SyncProxyOrganizationOperators(
|
|
141
|
+
req: SyncProxyOrganizationOperatorsRequest,
|
|
142
|
+
cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void
|
|
143
|
+
): Promise<SyncProxyOrganizationOperatorsResponse> {
|
|
144
|
+
return this.request("SyncProxyOrganizationOperators", req, cb)
|
|
145
|
+
}
|
|
146
|
+
|
|
133
147
|
/**
|
|
134
148
|
* 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫签署流程二维码。
|
|
135
149
|
适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
|
|
@@ -205,13 +219,14 @@ export class Client extends AbstractClient {
|
|
|
205
219
|
}
|
|
206
220
|
|
|
207
221
|
/**
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
222
|
+
* 指定需要批量撤回的签署流程Id,获取批量撤销链接
|
|
223
|
+
客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
|
|
224
|
+
*/
|
|
225
|
+
async ChannelCreateBatchCancelFlowUrl(
|
|
226
|
+
req: ChannelCreateBatchCancelFlowUrlRequest,
|
|
227
|
+
cb?: (error: string, rep: ChannelCreateBatchCancelFlowUrlResponse) => void
|
|
228
|
+
): Promise<ChannelCreateBatchCancelFlowUrlResponse> {
|
|
229
|
+
return this.request("ChannelCreateBatchCancelFlowUrl", req, cb)
|
|
215
230
|
}
|
|
216
231
|
|
|
217
232
|
/**
|
|
@@ -289,6 +289,11 @@ export interface ChannelCreateMultiFlowSignQRCodeResponse {
|
|
|
289
289
|
*/
|
|
290
290
|
QrCode: SignQrCode
|
|
291
291
|
|
|
292
|
+
/**
|
|
293
|
+
* 签署链接对象
|
|
294
|
+
*/
|
|
295
|
+
SignUrls: SignUrl
|
|
296
|
+
|
|
292
297
|
/**
|
|
293
298
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
294
299
|
*/
|
|
@@ -534,6 +539,11 @@ export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
|
534
539
|
*/
|
|
535
540
|
CallbackUrl?: string
|
|
536
541
|
|
|
542
|
+
/**
|
|
543
|
+
* 限制二维码用户条件
|
|
544
|
+
*/
|
|
545
|
+
ApproverRestrictions?: ApproverRestriction
|
|
546
|
+
|
|
537
547
|
/**
|
|
538
548
|
* 用户信息
|
|
539
549
|
*/
|
|
@@ -802,6 +812,31 @@ export interface GetDownloadFlowUrlRequest {
|
|
|
802
812
|
Operator?: UserInfo
|
|
803
813
|
}
|
|
804
814
|
|
|
815
|
+
/**
|
|
816
|
+
* ChannelCreateBatchCancelFlowUrl返回参数结构体
|
|
817
|
+
*/
|
|
818
|
+
export interface ChannelCreateBatchCancelFlowUrlResponse {
|
|
819
|
+
/**
|
|
820
|
+
* 批量撤回url
|
|
821
|
+
*/
|
|
822
|
+
BatchCancelFlowUrl: string
|
|
823
|
+
|
|
824
|
+
/**
|
|
825
|
+
* 签署流程批量撤回失败原因
|
|
826
|
+
*/
|
|
827
|
+
FailMessages: Array<string>
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* 签署撤回url过期时间-年月日-时分秒
|
|
831
|
+
*/
|
|
832
|
+
UrlExpireOn: string
|
|
833
|
+
|
|
834
|
+
/**
|
|
835
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
836
|
+
*/
|
|
837
|
+
RequestId?: string
|
|
838
|
+
}
|
|
839
|
+
|
|
805
840
|
/**
|
|
806
841
|
* 此结构体(FlowDetailInfo)描述的是合同(流程)的详细信息
|
|
807
842
|
*/
|
|
@@ -993,6 +1028,26 @@ export interface CreateSealByImageResponse {
|
|
|
993
1028
|
RequestId?: string
|
|
994
1029
|
}
|
|
995
1030
|
|
|
1031
|
+
/**
|
|
1032
|
+
* 一码多扫签署二维码签署信息
|
|
1033
|
+
*/
|
|
1034
|
+
export interface SignUrl {
|
|
1035
|
+
/**
|
|
1036
|
+
* 小程序签署链接
|
|
1037
|
+
*/
|
|
1038
|
+
AppSignUrl: string
|
|
1039
|
+
|
|
1040
|
+
/**
|
|
1041
|
+
* 签署链接有效时间
|
|
1042
|
+
*/
|
|
1043
|
+
EffectiveTime: string
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* 移动端签署链接
|
|
1047
|
+
*/
|
|
1048
|
+
HttpSignUrl: string
|
|
1049
|
+
}
|
|
1050
|
+
|
|
996
1051
|
/**
|
|
997
1052
|
* 流程对应资源链接信息
|
|
998
1053
|
*/
|
|
@@ -1178,7 +1233,7 @@ export interface CreateSealByImageRequest {
|
|
|
1178
1233
|
*/
|
|
1179
1234
|
export interface UserInfo {
|
|
1180
1235
|
/**
|
|
1181
|
-
*
|
|
1236
|
+
* 用户在渠道的编号,最大64位字符串
|
|
1182
1237
|
*/
|
|
1183
1238
|
OpenId?: string
|
|
1184
1239
|
|
|
@@ -1407,6 +1462,51 @@ export interface DescribeUsageRequest {
|
|
|
1407
1462
|
Operator?: UserInfo
|
|
1408
1463
|
}
|
|
1409
1464
|
|
|
1465
|
+
/**
|
|
1466
|
+
* ChannelCreateBatchCancelFlowUrl请求参数结构体
|
|
1467
|
+
*/
|
|
1468
|
+
export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
1469
|
+
/**
|
|
1470
|
+
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1471
|
+
*/
|
|
1472
|
+
Agent: Agent
|
|
1473
|
+
|
|
1474
|
+
/**
|
|
1475
|
+
* 签署流程Id数组
|
|
1476
|
+
*/
|
|
1477
|
+
FlowIds: Array<string>
|
|
1478
|
+
|
|
1479
|
+
/**
|
|
1480
|
+
* 操作人信息
|
|
1481
|
+
*/
|
|
1482
|
+
Operator?: UserInfo
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
/**
|
|
1486
|
+
* 指定签署人限制项
|
|
1487
|
+
*/
|
|
1488
|
+
export interface ApproverRestriction {
|
|
1489
|
+
/**
|
|
1490
|
+
* 指定签署人名字
|
|
1491
|
+
*/
|
|
1492
|
+
Name?: string
|
|
1493
|
+
|
|
1494
|
+
/**
|
|
1495
|
+
* 指定签署人手机号
|
|
1496
|
+
*/
|
|
1497
|
+
Mobile?: string
|
|
1498
|
+
|
|
1499
|
+
/**
|
|
1500
|
+
* 指定签署人证件类型
|
|
1501
|
+
*/
|
|
1502
|
+
IdCardType?: string
|
|
1503
|
+
|
|
1504
|
+
/**
|
|
1505
|
+
* 指定签署人证件号码
|
|
1506
|
+
*/
|
|
1507
|
+
IdCardNumber?: string
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1410
1510
|
/**
|
|
1411
1511
|
* ChannelCreateFlowByFiles请求参数结构体
|
|
1412
1512
|
*/
|
|
@@ -1528,7 +1628,7 @@ export interface Agent {
|
|
|
1528
1628
|
AppId: string
|
|
1529
1629
|
|
|
1530
1630
|
/**
|
|
1531
|
-
* 渠道/平台合作企业的企业ID
|
|
1631
|
+
* 渠道/平台合作企业的企业ID,最大64位字符串
|
|
1532
1632
|
*/
|
|
1533
1633
|
ProxyOrganizationOpenId?: string
|
|
1534
1634
|
|
|
@@ -1543,7 +1643,7 @@ export interface Agent {
|
|
|
1543
1643
|
ProxyAppId?: string
|
|
1544
1644
|
|
|
1545
1645
|
/**
|
|
1546
|
-
*
|
|
1646
|
+
* 内部参数,腾讯电子签颁发给渠道侧合作企业的企业ID,不需要传
|
|
1547
1647
|
*/
|
|
1548
1648
|
ProxyOrganizationId?: string
|
|
1549
1649
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.401";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { SyncProxyOrganizationResponse, PrepareFlowsResponse, GetDownloadFlowUrlResponse, DescribeResourceUrlsByFlowsResponse, ChannelCreateMultiFlowSignQRCodeResponse, DescribeTemplatesResponse, OperateChannelTemplateResponse, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, DescribeFlowDetailInfoRequest, UploadFilesRequest, DescribeResourceUrlsByFlowsRequest, GetDownloadFlowUrlRequest, CreateConsoleLoginUrlRequest, CreateFlowsByTemplatesResponse, PrepareFlowsRequest, SyncProxyOrganizationOperatorsResponse, CreateSealByImageResponse, DescribeTemplatesRequest, SyncProxyOrganizationOperatorsRequest, CreateConsoleLoginUrlResponse, CreateFlowsByTemplatesRequest, SyncProxyOrganizationRequest, CreateSealByImageRequest, DescribeUsageResponse, CreateSignUrlsResponse, OperateChannelTemplateRequest, ChannelCancelMultiFlowSignQRCodeRequest, DescribeUsageRequest, ChannelCreateFlowByFilesRequest, ChannelCreateFlowByFilesResponse, UploadFilesResponse, ChannelCancelMultiFlowSignQRCodeResponse, DescribeFlowDetailInfoResponse } from "./essbasic_models";
|
|
3
|
+
import { SyncProxyOrganizationResponse, PrepareFlowsResponse, GetDownloadFlowUrlResponse, DescribeResourceUrlsByFlowsResponse, ChannelCreateMultiFlowSignQRCodeResponse, DescribeTemplatesResponse, OperateChannelTemplateResponse, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, DescribeFlowDetailInfoRequest, UploadFilesRequest, DescribeResourceUrlsByFlowsRequest, GetDownloadFlowUrlRequest, ChannelCreateBatchCancelFlowUrlResponse, CreateConsoleLoginUrlRequest, CreateFlowsByTemplatesResponse, PrepareFlowsRequest, SyncProxyOrganizationOperatorsResponse, CreateSealByImageResponse, DescribeTemplatesRequest, SyncProxyOrganizationOperatorsRequest, CreateConsoleLoginUrlResponse, CreateFlowsByTemplatesRequest, SyncProxyOrganizationRequest, CreateSealByImageRequest, DescribeUsageResponse, CreateSignUrlsResponse, OperateChannelTemplateRequest, ChannelCancelMultiFlowSignQRCodeRequest, DescribeUsageRequest, ChannelCreateBatchCancelFlowUrlRequest, ChannelCreateFlowByFilesRequest, ChannelCreateFlowByFilesResponse, UploadFilesResponse, ChannelCancelMultiFlowSignQRCodeResponse, DescribeFlowDetailInfoResponse } from "./essbasic_models";
|
|
4
4
|
/**
|
|
5
5
|
* essbasic client
|
|
6
6
|
* @class
|
|
@@ -29,6 +29,10 @@ export declare class Client extends AbstractClient {
|
|
|
29
29
|
对渠道子客进行模板库中模板授权,修改操作
|
|
30
30
|
*/
|
|
31
31
|
OperateChannelTemplate(req: OperateChannelTemplateRequest, cb?: (error: string, rep: OperateChannelTemplateResponse) => void): Promise<OperateChannelTemplateResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* 此接口(SyncProxyOrganizationOperators)用于同步渠道合作企业经办人列表
|
|
34
|
+
*/
|
|
35
|
+
SyncProxyOrganizationOperators(req: SyncProxyOrganizationOperatorsRequest, cb?: (error: string, rep: SyncProxyOrganizationOperatorsResponse) => void): Promise<SyncProxyOrganizationOperatorsResponse>;
|
|
32
36
|
/**
|
|
33
37
|
* 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫签署流程二维码。
|
|
34
38
|
适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
|
|
@@ -62,9 +66,10 @@ export declare class Client extends AbstractClient {
|
|
|
62
66
|
*/
|
|
63
67
|
CreateConsoleLoginUrl(req: CreateConsoleLoginUrlRequest, cb?: (error: string, rep: CreateConsoleLoginUrlResponse) => void): Promise<CreateConsoleLoginUrlResponse>;
|
|
64
68
|
/**
|
|
65
|
-
*
|
|
69
|
+
* 指定需要批量撤回的签署流程Id,获取批量撤销链接
|
|
70
|
+
客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
|
|
66
71
|
*/
|
|
67
|
-
|
|
72
|
+
ChannelCreateBatchCancelFlowUrl(req: ChannelCreateBatchCancelFlowUrlRequest, cb?: (error: string, rep: ChannelCreateBatchCancelFlowUrlResponse) => void): Promise<ChannelCreateBatchCancelFlowUrlResponse>;
|
|
68
73
|
/**
|
|
69
74
|
* 此接口(DescribeUsage)用于获取渠道所有合作企业流量消耗情况。
|
|
70
75
|
注: 此接口每日限频2次,若要扩大限制次数,请提前与客服经理或邮件至e-contract@tencent.com进行联系。
|
|
@@ -57,6 +57,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
57
57
|
async OperateChannelTemplate(req, cb) {
|
|
58
58
|
return this.request("OperateChannelTemplate", req, cb);
|
|
59
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* 此接口(SyncProxyOrganizationOperators)用于同步渠道合作企业经办人列表
|
|
62
|
+
*/
|
|
63
|
+
async SyncProxyOrganizationOperators(req, cb) {
|
|
64
|
+
return this.request("SyncProxyOrganizationOperators", req, cb);
|
|
65
|
+
}
|
|
60
66
|
/**
|
|
61
67
|
* 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫签署流程二维码。
|
|
62
68
|
适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
|
|
@@ -104,10 +110,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
104
110
|
return this.request("CreateConsoleLoginUrl", req, cb);
|
|
105
111
|
}
|
|
106
112
|
/**
|
|
107
|
-
*
|
|
113
|
+
* 指定需要批量撤回的签署流程Id,获取批量撤销链接
|
|
114
|
+
客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
|
|
108
115
|
*/
|
|
109
|
-
async
|
|
110
|
-
return this.request("
|
|
116
|
+
async ChannelCreateBatchCancelFlowUrl(req, cb) {
|
|
117
|
+
return this.request("ChannelCreateBatchCancelFlowUrl", req, cb);
|
|
111
118
|
}
|
|
112
119
|
/**
|
|
113
120
|
* 此接口(DescribeUsage)用于获取渠道所有合作企业流量消耗情况。
|
|
@@ -229,6 +229,10 @@ export interface ChannelCreateMultiFlowSignQRCodeResponse {
|
|
|
229
229
|
* 签署二维码对象
|
|
230
230
|
*/
|
|
231
231
|
QrCode: SignQrCode;
|
|
232
|
+
/**
|
|
233
|
+
* 签署链接对象
|
|
234
|
+
*/
|
|
235
|
+
SignUrls: SignUrl;
|
|
232
236
|
/**
|
|
233
237
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
234
238
|
*/
|
|
@@ -433,6 +437,10 @@ export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
|
433
437
|
回调时机:用户通过签署二维码发起合同时,企业额度不足导致失败
|
|
434
438
|
*/
|
|
435
439
|
CallbackUrl?: string;
|
|
440
|
+
/**
|
|
441
|
+
* 限制二维码用户条件
|
|
442
|
+
*/
|
|
443
|
+
ApproverRestrictions?: ApproverRestriction;
|
|
436
444
|
/**
|
|
437
445
|
* 用户信息
|
|
438
446
|
*/
|
|
@@ -662,6 +670,27 @@ export interface GetDownloadFlowUrlRequest {
|
|
|
662
670
|
*/
|
|
663
671
|
Operator?: UserInfo;
|
|
664
672
|
}
|
|
673
|
+
/**
|
|
674
|
+
* ChannelCreateBatchCancelFlowUrl返回参数结构体
|
|
675
|
+
*/
|
|
676
|
+
export interface ChannelCreateBatchCancelFlowUrlResponse {
|
|
677
|
+
/**
|
|
678
|
+
* 批量撤回url
|
|
679
|
+
*/
|
|
680
|
+
BatchCancelFlowUrl: string;
|
|
681
|
+
/**
|
|
682
|
+
* 签署流程批量撤回失败原因
|
|
683
|
+
*/
|
|
684
|
+
FailMessages: Array<string>;
|
|
685
|
+
/**
|
|
686
|
+
* 签署撤回url过期时间-年月日-时分秒
|
|
687
|
+
*/
|
|
688
|
+
UrlExpireOn: string;
|
|
689
|
+
/**
|
|
690
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
691
|
+
*/
|
|
692
|
+
RequestId?: string;
|
|
693
|
+
}
|
|
665
694
|
/**
|
|
666
695
|
* 此结构体(FlowDetailInfo)描述的是合同(流程)的详细信息
|
|
667
696
|
*/
|
|
@@ -822,6 +851,23 @@ export interface CreateSealByImageResponse {
|
|
|
822
851
|
*/
|
|
823
852
|
RequestId?: string;
|
|
824
853
|
}
|
|
854
|
+
/**
|
|
855
|
+
* 一码多扫签署二维码签署信息
|
|
856
|
+
*/
|
|
857
|
+
export interface SignUrl {
|
|
858
|
+
/**
|
|
859
|
+
* 小程序签署链接
|
|
860
|
+
*/
|
|
861
|
+
AppSignUrl: string;
|
|
862
|
+
/**
|
|
863
|
+
* 签署链接有效时间
|
|
864
|
+
*/
|
|
865
|
+
EffectiveTime: string;
|
|
866
|
+
/**
|
|
867
|
+
* 移动端签署链接
|
|
868
|
+
*/
|
|
869
|
+
HttpSignUrl: string;
|
|
870
|
+
}
|
|
825
871
|
/**
|
|
826
872
|
* 流程对应资源链接信息
|
|
827
873
|
*/
|
|
@@ -979,7 +1025,7 @@ export interface CreateSealByImageRequest {
|
|
|
979
1025
|
*/
|
|
980
1026
|
export interface UserInfo {
|
|
981
1027
|
/**
|
|
982
|
-
*
|
|
1028
|
+
* 用户在渠道的编号,最大64位字符串
|
|
983
1029
|
*/
|
|
984
1030
|
OpenId?: string;
|
|
985
1031
|
/**
|
|
@@ -1172,6 +1218,44 @@ export interface DescribeUsageRequest {
|
|
|
1172
1218
|
*/
|
|
1173
1219
|
Operator?: UserInfo;
|
|
1174
1220
|
}
|
|
1221
|
+
/**
|
|
1222
|
+
* ChannelCreateBatchCancelFlowUrl请求参数结构体
|
|
1223
|
+
*/
|
|
1224
|
+
export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
1225
|
+
/**
|
|
1226
|
+
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
|
1227
|
+
*/
|
|
1228
|
+
Agent: Agent;
|
|
1229
|
+
/**
|
|
1230
|
+
* 签署流程Id数组
|
|
1231
|
+
*/
|
|
1232
|
+
FlowIds: Array<string>;
|
|
1233
|
+
/**
|
|
1234
|
+
* 操作人信息
|
|
1235
|
+
*/
|
|
1236
|
+
Operator?: UserInfo;
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* 指定签署人限制项
|
|
1240
|
+
*/
|
|
1241
|
+
export interface ApproverRestriction {
|
|
1242
|
+
/**
|
|
1243
|
+
* 指定签署人名字
|
|
1244
|
+
*/
|
|
1245
|
+
Name?: string;
|
|
1246
|
+
/**
|
|
1247
|
+
* 指定签署人手机号
|
|
1248
|
+
*/
|
|
1249
|
+
Mobile?: string;
|
|
1250
|
+
/**
|
|
1251
|
+
* 指定签署人证件类型
|
|
1252
|
+
*/
|
|
1253
|
+
IdCardType?: string;
|
|
1254
|
+
/**
|
|
1255
|
+
* 指定签署人证件号码
|
|
1256
|
+
*/
|
|
1257
|
+
IdCardNumber?: string;
|
|
1258
|
+
}
|
|
1175
1259
|
/**
|
|
1176
1260
|
* ChannelCreateFlowByFiles请求参数结构体
|
|
1177
1261
|
*/
|
|
@@ -1273,7 +1357,7 @@ export interface Agent {
|
|
|
1273
1357
|
*/
|
|
1274
1358
|
AppId: string;
|
|
1275
1359
|
/**
|
|
1276
|
-
* 渠道/平台合作企业的企业ID
|
|
1360
|
+
* 渠道/平台合作企业的企业ID,最大64位字符串
|
|
1277
1361
|
*/
|
|
1278
1362
|
ProxyOrganizationOpenId?: string;
|
|
1279
1363
|
/**
|
|
@@ -1285,7 +1369,7 @@ export interface Agent {
|
|
|
1285
1369
|
*/
|
|
1286
1370
|
ProxyAppId?: string;
|
|
1287
1371
|
/**
|
|
1288
|
-
*
|
|
1372
|
+
* 内部参数,腾讯电子签颁发给渠道侧合作企业的企业ID,不需要传
|
|
1289
1373
|
*/
|
|
1290
1374
|
ProxyOrganizationId?: string;
|
|
1291
1375
|
}
|
|
@@ -58,6 +58,16 @@ it("essbasic.v20210526.OperateChannelTemplate", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("essbasic.v20210526.SyncProxyOrganizationOperators", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.SyncProxyOrganizationOperators({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("essbasic.v20210526.ChannelCreateMultiFlowSignQRCode", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.ChannelCreateMultiFlowSignQRCode({})
|
|
@@ -128,9 +138,9 @@ it("essbasic.v20210526.CreateConsoleLoginUrl", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
131
|
-
it("essbasic.v20210526.
|
|
141
|
+
it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
|
|
132
142
|
try {
|
|
133
|
-
const data = await client.
|
|
143
|
+
const data = await client.ChannelCreateBatchCancelFlowUrl({})
|
|
134
144
|
expect(data).to.be.ok
|
|
135
145
|
} catch(error) {
|
|
136
146
|
expect(error.requestId).to.be.ok
|