tencentcloud-sdk-essbasic 3.0.845 → 3.0.847
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 +13 -2
- data/lib/v20210526/models.rb +2 -2
- 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: a8270f4776c17d9365c056b57ecd953d0fc9f952
|
|
4
|
+
data.tar.gz: fc8a46d0bdc6737bc497f1bc3fedabe73097ac30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79c24a405ff4369ffee3502d6d13d8fe828b2cebe7e9da85284f853873d87034e1a3884a51d24270f46bc2a7a245222aa3cc1fb201baf48735922e7a77b14691
|
|
7
|
+
data.tar.gz: aef6ca3933188a159e38f09117fe58791acdd1f651740d11615392604a9393641d01cb2b8e7d941e2961f9f9f6e83931c9b1166758d565190a5ff7222344c144
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.847
|
data/lib/v20210526/client.rb
CHANGED
|
@@ -409,6 +409,10 @@ module TencentCloud
|
|
|
409
409
|
|
|
410
410
|
# `4. 静默(自动)签署不支持合同签署方存在填写功能`
|
|
411
411
|
|
|
412
|
+
# <font color="red">相关视频指引</font> <br>
|
|
413
|
+
# 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-UploadFiles.mp4" target="_blank">【上传文件代码】编写示例</a><br>
|
|
414
|
+
# 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-ChannelCreateFlowByFiles.mp4" target="_blank">【用PDF文件创建签署流程】编写示例</a><br>
|
|
415
|
+
|
|
412
416
|
# @param request: Request instance for ChannelCreateFlowByFiles.
|
|
413
417
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateFlowByFilesRequest`
|
|
414
418
|
# @rtype: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateFlowByFilesResponse`
|
|
@@ -682,8 +686,8 @@ module TencentCloud
|
|
|
682
686
|
|
|
683
687
|
# **注意**
|
|
684
688
|
# 1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。
|
|
685
|
-
# 2. 该接口返回的签署链接适用于APP集成的场景,支持APP
|
|
686
|
-
#
|
|
689
|
+
# 2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
690
|
+
# 如需跳转到小程序的实现,参考微信官方文档(分为<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>。
|
|
687
691
|
# 3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
688
692
|
|
|
689
693
|
# @param request: Request instance for ChannelCreateFlowSignUrl.
|
|
@@ -1829,6 +1833,10 @@ module TencentCloud
|
|
|
1829
1833
|
|
|
1830
1834
|
# 5. <font color="red">在下一步创建签署链接前,建议等待DocumentFill </font> <a href="https://qian.tencent.com/developers/partner/callback_types_file_resources">PDF合成完成的回调</a>或者睡眠几秒,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
|
|
1831
1835
|
|
|
1836
|
+
|
|
1837
|
+
# <font color="red">相关视频指引</font> <br>
|
|
1838
|
+
# 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-CreateTemplates.mp4" target="_blank">创建模板&设置成本企业自动签署</a><br>
|
|
1839
|
+
|
|
1832
1840
|
# @param request: Request instance for CreateFlowsByTemplates.
|
|
1833
1841
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::CreateFlowsByTemplatesRequest`
|
|
1834
1842
|
# @rtype: :class:`Tencentcloud::essbasic::V20210526::CreateFlowsByTemplatesResponse`
|
|
@@ -2250,6 +2258,9 @@ module TencentCloud
|
|
|
2250
2258
|
# >1. 查询条件TemplateId、TemplateName与ChannelTemplateId可同时存在,即可查询同时满足这些条件的模板。
|
|
2251
2259
|
# >2. TemplateId 和TemplateIds互为独立,若两个参数都传入,则以TemplateId为准
|
|
2252
2260
|
|
|
2261
|
+
# <font color="red">相关视频指引</font> <br>
|
|
2262
|
+
# 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/essbasic-CreateTemplates.mp4" target="_blank">创建模板&设置成本企业自动签署</a><br>
|
|
2263
|
+
|
|
2253
2264
|
# @param request: Request instance for DescribeTemplates.
|
|
2254
2265
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::DescribeTemplatesRequest`
|
|
2255
2266
|
# @rtype: :class:`Tencentcloud::essbasic::V20210526::DescribeTemplatesResponse`
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -2092,14 +2092,14 @@ module TencentCloud
|
|
|
2092
2092
|
# @param FlowApproverInfos: 流程签署人列表,其中结构体的Name,Mobile和ApproverType必传,企业签署人则还需传OrganizationName、OpenId、OrganizationOpenId,其他可不传。
|
|
2093
2093
|
|
|
2094
2094
|
# 注:
|
|
2095
|
-
# `1.
|
|
2095
|
+
# `1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
|
|
2096
2096
|
# `2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
|
|
2097
2097
|
# @type FlowApproverInfos: Array
|
|
2098
2098
|
# @param Operator: 用户信息,暂未开放
|
|
2099
2099
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
2100
2100
|
# @param Organization: 机构信息,暂未开放
|
|
2101
2101
|
# @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
|
|
2102
|
-
# @param JumpUrl: 签署完之后的H5
|
|
2102
|
+
# @param JumpUrl: 签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>
|
|
2103
2103
|
# @type JumpUrl: String
|
|
2104
2104
|
# @param UrlType: 链接类型,支持指定以下类型
|
|
2105
2105
|
# <ul><li>0 : 签署链接 (默认值)</li>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-essbasic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.847
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|