tencentcloud-sdk-nodejs 4.0.401 → 4.0.402
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
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
# Release 4.0.402
|
|
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
|
+
|
|
1
37
|
# Release 4.0.401
|
|
2
38
|
|
|
3
39
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.402"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.402";
|