tencentcloud-sdk-ess 3.0.945 → 3.0.947
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 +27 -6
- 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: 949e03e8fe05e7883ba9ac898511ebfea7e1e59c
|
4
|
+
data.tar.gz: c5818e451bfd49feb3dbafadb2799353124fdb12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0be7cbea9de5c898f8cb6e33a69ccd90c4b2a85cf098ec40637be5c6d779ac6f603be2fb0aa26dc107fd37e4a9879c772eb085e07c4967eaddc685c94e89b18c
|
7
|
+
data.tar.gz: ae7689c6ce16234d56c4f37871e9aab4a277126b3e0e7563f3b42f0498c0d9522bf127257a4400128c552206e81a76c5da2007c3747842de8fc416f668a91841
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.947
|
data/lib/v20201111/models.rb
CHANGED
@@ -1547,22 +1547,32 @@ module TencentCloud
|
|
1547
1547
|
# 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
1548
1548
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
1549
1549
|
# @param OperateTypes: 初始化操作类型
|
1550
|
-
# <ul
|
1550
|
+
# <ul>
|
1551
|
+
# <li>CREATE_SEAL : 创建印章</li>
|
1551
1552
|
# <li>AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业</li>
|
1552
|
-
# <li>OPEN_AUTO_SIGN :开通企业自动签署</li
|
1553
|
+
# <li>OPEN_AUTO_SIGN :开通企业自动签署</li>
|
1554
|
+
# <li>PARTNER_AUTO_SIGN_AUTH :合作方企业授权自动签</li>
|
1555
|
+
# </ul>
|
1553
1556
|
# @type OperateTypes: Array
|
1554
1557
|
# @param OrganizationIds: 批量操作的企业Id列表,最大支持50个
|
1555
1558
|
# @type OrganizationIds: Array
|
1556
1559
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
1557
1560
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1561
|
+
# @param AuthorizedOrganizationId: 被授权的合作方企业在电子签的企业电子签账号,当操作类型包含 PARTNER_AUTO_SIGN_AUTH (合作方企业授权自动签)时必传。
|
1562
|
+
|
1563
|
+
# 企业电子签账号可在[电子签的网页端](https://qian.tencent.com/console/company-settings/company-center) ,于企业设置-企业信息菜单栏下复制获取。
|
1564
|
+
|
1565
|
+
# 
|
1566
|
+
# @type AuthorizedOrganizationId: String
|
1558
1567
|
|
1559
|
-
attr_accessor :Operator, :OperateTypes, :OrganizationIds, :Agent
|
1568
|
+
attr_accessor :Operator, :OperateTypes, :OrganizationIds, :Agent, :AuthorizedOrganizationId
|
1560
1569
|
|
1561
|
-
def initialize(operator=nil, operatetypes=nil, organizationids=nil, agent=nil)
|
1570
|
+
def initialize(operator=nil, operatetypes=nil, organizationids=nil, agent=nil, authorizedorganizationid=nil)
|
1562
1571
|
@Operator = operator
|
1563
1572
|
@OperateTypes = operatetypes
|
1564
1573
|
@OrganizationIds = organizationids
|
1565
1574
|
@Agent = agent
|
1575
|
+
@AuthorizedOrganizationId = authorizedorganizationid
|
1566
1576
|
end
|
1567
1577
|
|
1568
1578
|
def deserialize(params)
|
@@ -1576,6 +1586,7 @@ module TencentCloud
|
|
1576
1586
|
@Agent = Agent.new
|
1577
1587
|
@Agent.deserialize(params['Agent'])
|
1578
1588
|
end
|
1589
|
+
@AuthorizedOrganizationId = params['AuthorizedOrganizationId']
|
1579
1590
|
end
|
1580
1591
|
end
|
1581
1592
|
|
@@ -1979,10 +1990,18 @@ module TencentCloud
|
|
1979
1990
|
# @type JumpToDetail: Boolean
|
1980
1991
|
# @param FlowBatchUrlInfo: 批量签署合同相关信息,指定合同和签署方的信息,用于补充动态签署人。
|
1981
1992
|
# @type FlowBatchUrlInfo: :class:`Tencentcloud::Ess.v20201111.models.FlowBatchUrlInfo`
|
1993
|
+
# @param AutoJumpBack: 签署完成后是否自动回跳
|
1994
|
+
# <ul><li>false:否, 签署完成不会自动跳转回来(默认)</li><li>true:是, 签署完成会自动跳转回来</li></ul>
|
1982
1995
|
|
1983
|
-
|
1996
|
+
# 注:
|
1997
|
+
# 1. 该参数<font color="red">只针对APP类型(电子签小程序跳转贵方小程序)场景</font> 的签署链接有效
|
1998
|
+
# 2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
|
1999
|
+
# 3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
|
2000
|
+
# @type AutoJumpBack: Boolean
|
2001
|
+
|
2002
|
+
attr_accessor :Operator, :Name, :Mobile, :Agent, :IdCardType, :IdCardNumber, :NotifyType, :FlowIds, :OrganizationName, :JumpToDetail, :FlowBatchUrlInfo, :AutoJumpBack
|
1984
2003
|
|
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)
|
2004
|
+
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
2005
|
@Operator = operator
|
1987
2006
|
@Name = name
|
1988
2007
|
@Mobile = mobile
|
@@ -1994,6 +2013,7 @@ module TencentCloud
|
|
1994
2013
|
@OrganizationName = organizationname
|
1995
2014
|
@JumpToDetail = jumptodetail
|
1996
2015
|
@FlowBatchUrlInfo = flowbatchurlinfo
|
2016
|
+
@AutoJumpBack = autojumpback
|
1997
2017
|
end
|
1998
2018
|
|
1999
2019
|
def deserialize(params)
|
@@ -2017,6 +2037,7 @@ module TencentCloud
|
|
2017
2037
|
@FlowBatchUrlInfo = FlowBatchUrlInfo.new
|
2018
2038
|
@FlowBatchUrlInfo.deserialize(params['FlowBatchUrlInfo'])
|
2019
2039
|
end
|
2040
|
+
@AutoJumpBack = params['AutoJumpBack']
|
2020
2041
|
end
|
2021
2042
|
end
|
2022
2043
|
|
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.947
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|