tencentcloud-sdk-essbasic 1.0.344 → 1.0.345
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/client.rb +7 -7
- data/lib/v20210526/models.rb +307 -294
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0904837fb3cdd49d4e8a1c49386f836aa4da22e5
|
4
|
+
data.tar.gz: 00cea5180eca162ea5f8ab5d2e62238187abacc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efb29dd56a271704438a87e7d4c32a84ff9cc3e29dbd41cb4ed43de9d3e6aa3be4b170523dd3b226d699404e17a2b007fb463a8772908642c27aec8d89d80e3d
|
7
|
+
data.tar.gz: 05ca2f31af4d22996b8ba378ae6dd8812dfe4b6c06cb6434f2fea147d98eb984e3636d236525ce7e48853869f6fda242b5237296a13de6e4d8f051df282d84ca
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.345
|
data/lib/v20210526/client.rb
CHANGED
@@ -53,7 +53,7 @@ module TencentCloud
|
|
53
53
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
54
54
|
end
|
55
55
|
|
56
|
-
# 接口(ChannelCreateFlowByFiles
|
56
|
+
# 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口不可直接使用,需要运营申请
|
57
57
|
|
58
58
|
# @param request: Request instance for ChannelCreateFlowByFiles.
|
59
59
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateFlowByFilesRequest`
|
@@ -77,7 +77,7 @@ module TencentCloud
|
|
77
77
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
78
78
|
end
|
79
79
|
|
80
|
-
# 此接口(ChannelCreateMultiFlowSignQRCode
|
80
|
+
# 此接口(ChannelCreateMultiFlowSignQRCode)用于创建一码多扫签署流程二维码。
|
81
81
|
# 适用的模版仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模版,且模版中发起方没有填写控件。
|
82
82
|
|
83
83
|
# @param request: Request instance for ChannelCreateMultiFlowSignQRCode.
|
@@ -126,7 +126,7 @@ module TencentCloud
|
|
126
126
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
127
127
|
end
|
128
128
|
|
129
|
-
# 接口(CreateFlowsByTemplates
|
129
|
+
# 接口(CreateFlowsByTemplates)用于使用多个模板批量创建签署流程。当前可批量发起合同(签署流程)数量最大为20个。
|
130
130
|
|
131
131
|
# @param request: Request instance for CreateFlowsByTemplates.
|
132
132
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::CreateFlowsByTemplatesRequest`
|
@@ -198,7 +198,7 @@ module TencentCloud
|
|
198
198
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
199
199
|
end
|
200
200
|
|
201
|
-
# 此接口(DescribeFlowDetailInfo)用于查询合同(
|
201
|
+
# 此接口(DescribeFlowDetailInfo)用于查询合同(签署流程)的详细信息。
|
202
202
|
|
203
203
|
# @param request: Request instance for DescribeFlowDetailInfo.
|
204
204
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::DescribeFlowDetailInfoRequest`
|
@@ -222,8 +222,8 @@ module TencentCloud
|
|
222
222
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
223
223
|
end
|
224
224
|
|
225
|
-
#
|
226
|
-
#
|
225
|
+
# 根据签署流程信息批量获取资源下载链接,可直接下载
|
226
|
+
# 限制:只能下载合作企业授权过的、单方签署的签署流程文件(若合作企业与渠道是同一企业,可以下载所有签署流程文件)
|
227
227
|
|
228
228
|
# @param request: Request instance for DescribeResourceUrlsByFlows.
|
229
229
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::DescribeResourceUrlsByFlowsRequest`
|
@@ -350,7 +350,7 @@ module TencentCloud
|
|
350
350
|
end
|
351
351
|
|
352
352
|
# 该接口 (PrepareFlows) 用于创建待发起文件
|
353
|
-
#
|
353
|
+
# 用户通过该接口进入签署流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。
|
354
354
|
# 目前该接口只支持B2C,不建议使用。
|
355
355
|
|
356
356
|
# @param request: Request instance for PrepareFlows.
|