tencentcloud-sdk-ess 3.0.944 → 3.0.946
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/v20201111/models.rb +12 -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: 4906fc4f36a8849f8aa17c06252f12621fc9bc1e
|
4
|
+
data.tar.gz: 62e46a5483935ccf39bb8a4e904a45fe8ac1b50f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4df6f44229654ff843125da84c1812a5e581b496651b292a11c044040c65fe25a80b21f4ec6cb47970bccdf83e762c0f45333e751c260985f7028185f978415c
|
7
|
+
data.tar.gz: 79b6a2f3cf0b799fd47e6420b829c8bfcc2c69e737916eb87b6cb3f6940588d17e0d72894c89f8438b9a963015c5b5b9825dbacd7eb5bce558396afb2a22bd91
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.946
|
data/lib/v20201111/models.rb
CHANGED
@@ -1979,10 +1979,18 @@ module TencentCloud
|
|
1979
1979
|
# @type JumpToDetail: Boolean
|
1980
1980
|
# @param FlowBatchUrlInfo: 批量签署合同相关信息,指定合同和签署方的信息,用于补充动态签署人。
|
1981
1981
|
# @type FlowBatchUrlInfo: :class:`Tencentcloud::Ess.v20201111.models.FlowBatchUrlInfo`
|
1982
|
+
# @param AutoJumpBack: 签署完成后是否自动回跳
|
1983
|
+
# <ul><li>false:否, 签署完成不会自动跳转回来(默认)</li><li>true:是, 签署完成会自动跳转回来</li></ul>
|
1982
1984
|
|
1983
|
-
|
1985
|
+
# 注:
|
1986
|
+
# 1. 该参数<font color="red">只针对APP类型(电子签小程序跳转贵方小程序)场景</font> 的签署链接有效
|
1987
|
+
# 2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
|
1988
|
+
# 3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
|
1989
|
+
# @type AutoJumpBack: Boolean
|
1990
|
+
|
1991
|
+
attr_accessor :Operator, :Name, :Mobile, :Agent, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :AutoJumpBack
|
1984
1992
|
|
1985
|
-
def initialize(operator=nil, name=nil, mobile=nil, agent=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil)
|
1993
|
+
def initialize(operator=nil, name=nil, mobile=nil, agent=nil, idcardtype=nil, idcardnumber=nil, notifytype=nil, flowids=nil, organizationname=nil, jumptodetail=nil, flowbatchurlinfo=nil, autojumpback=nil)
|
1986
1994
|
@Operator = operator
|
1987
1995
|
@Name = name
|
1988
1996
|
@Mobile = mobile
|
@@ -1994,6 +2002,7 @@ module TencentCloud
|
|
1994
2002
|
@OrganizationName = organizationname
|
1995
2003
|
@JumpToDetail = jumptodetail
|
1996
2004
|
@FlowBatchUrlInfo = flowbatchurlinfo
|
2005
|
+
@AutoJumpBack = autojumpback
|
1997
2006
|
end
|
1998
2007
|
|
1999
2008
|
def deserialize(params)
|
@@ -2017,6 +2026,7 @@ module TencentCloud
|
|
2017
2026
|
@FlowBatchUrlInfo = FlowBatchUrlInfo.new
|
2018
2027
|
@FlowBatchUrlInfo.deserialize(params['FlowBatchUrlInfo'])
|
2019
2028
|
end
|
2029
|
+
@AutoJumpBack = params['AutoJumpBack']
|
2020
2030
|
end
|
2021
2031
|
end
|
2022
2032
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.946
|
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-11-
|
11
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|