tencentcloud-sdk-essbasic 3.0.435 → 3.0.437
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/models.rb +34 -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: 4f3517165933bcf1c8c2e4cd12b01f3c0b65381d
|
4
|
+
data.tar.gz: d6b4d36b31153276add5551574846fbb16a9e39a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b26fd61231e168284434db25f0a6cb500dc3185093cda814e0b15a53312effc969d546359a76d02ed470ddb1d01d0907e535cf4156f4799c202fa8c1a81b465
|
7
|
+
data.tar.gz: 84ac0daa9a8fa63506615bdeabcc5b5abe376f308cd42e4b0391e566281a8adb9f8e39740dc42f55d567e49b1398f88931d1d501dbe0787eb0b5e0807238ebf9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.437
|
data/lib/v20210526/models.rb
CHANGED
@@ -52,6 +52,22 @@ module TencentCloud
|
|
52
52
|
end
|
53
53
|
end
|
54
54
|
|
55
|
+
# 签署人个性化能力信息
|
56
|
+
class ApproverOption < TencentCloud::Common::AbstractModel
|
57
|
+
# @param HideOneKeySign: 是否隐藏一键签署 false-不隐藏,默认 true-隐藏
|
58
|
+
# @type HideOneKeySign: Boolean
|
59
|
+
|
60
|
+
attr_accessor :HideOneKeySign
|
61
|
+
|
62
|
+
def initialize(hideonekeysign=nil)
|
63
|
+
@HideOneKeySign = hideonekeysign
|
64
|
+
end
|
65
|
+
|
66
|
+
def deserialize(params)
|
67
|
+
@HideOneKeySign = params['HideOneKeySign']
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
55
71
|
# 指定签署人限制项
|
56
72
|
class ApproverRestriction < TencentCloud::Common::AbstractModel
|
57
73
|
# @param Name: 指定签署人名字
|
@@ -738,7 +754,8 @@ module TencentCloud
|
|
738
754
|
# @type Limit: Integer
|
739
755
|
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
740
756
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
741
|
-
# @param Filters: 查询过滤实名用户,
|
757
|
+
# @param Filters: 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
758
|
+
# 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
742
759
|
# @type Filters: Array
|
743
760
|
# @param Offset: 偏移量,默认为0,最大为20000
|
744
761
|
# @type Offset: Integer
|
@@ -1868,14 +1885,14 @@ module TencentCloud
|
|
1868
1885
|
# 创建签署流程签署人入参。
|
1869
1886
|
|
1870
1887
|
# 其中签署方FlowApproverInfo需要传递的参数
|
1871
|
-
# 非单C、单B、B2C合同,ApproverType、RecipientId
|
1888
|
+
# 非单C、单B、B2C合同,ApproverType、RecipientId(模板发起合同时)必传,建议都传。其他身份标识
|
1872
1889
|
# 1-个人:Name、Mobile必传
|
1873
1890
|
# 2-渠道子客企业指定经办人:OpenId必传,OrgName必传、OrgOpenId必传;
|
1874
1891
|
# 3-渠道合作企业不指定经办人:(暂不支持)
|
1875
1892
|
# 4-非渠道合作企业:Name、Mobile必传,OrgName必传,且NotChannelOrganization=True。
|
1876
1893
|
|
1877
1894
|
# RecipientId参数:
|
1878
|
-
# 从DescribeTemplates
|
1895
|
+
# 从DescribeTemplates接口中,可以得到模板下的签署方Recipient列表,根据模板自定义的Rolename在此结构体中确定其RecipientId
|
1879
1896
|
class FlowApproverInfo < TencentCloud::Common::AbstractModel
|
1880
1897
|
# @param Name: 签署人姓名,最大长度50个字符
|
1881
1898
|
# @type Name: String
|
@@ -1901,7 +1918,7 @@ module TencentCloud
|
|
1901
1918
|
# PERSON_AUTO_SIGN-个人自动签;
|
1902
1919
|
# ORGANIZATION-企业;
|
1903
1920
|
# ENTERPRISESERVER-企业静默签;
|
1904
|
-
# 注:ENTERPRISESERVER 类型仅用于使用文件创建签署流程(ChannelCreateFlowByFiles
|
1921
|
+
# 注:ENTERPRISESERVER 类型仅用于使用文件创建签署流程(ChannelCreateFlowByFiles)接口;
|
1905
1922
|
# @type ApproverType: String
|
1906
1923
|
# @param RecipientId: 签署流程签署人在模板中对应的签署人Id;在非单方签署、以及非B2C签署的场景下必传,用于指定当前签署方在签署流程中的位置;
|
1907
1924
|
# @type RecipientId: String
|
@@ -1917,10 +1934,14 @@ module TencentCloud
|
|
1917
1934
|
# @type PreReadTime: Integer
|
1918
1935
|
# @param JumpUrl: 签署完前端跳转的url,暂未使用
|
1919
1936
|
# @type JumpUrl: String
|
1937
|
+
# @param ApproverOption: 签署人个性化能力值
|
1938
|
+
# @type ApproverOption: :class:`Tencentcloud::Essbasic.v20210526.models.ApproverOption`
|
1939
|
+
# @param ApproverNeedSignReview: 当前签署方进行签署操作是否需要企业内部审批,true 则为需要
|
1940
|
+
# @type ApproverNeedSignReview: Boolean
|
1920
1941
|
|
1921
|
-
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl
|
1942
|
+
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview
|
1922
1943
|
|
1923
|
-
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil)
|
1944
|
+
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil)
|
1924
1945
|
@Name = name
|
1925
1946
|
@IdCardType = idcardtype
|
1926
1947
|
@IdCardNumber = idcardnumber
|
@@ -1937,6 +1958,8 @@ module TencentCloud
|
|
1937
1958
|
@ComponentLimitType = componentlimittype
|
1938
1959
|
@PreReadTime = prereadtime
|
1939
1960
|
@JumpUrl = jumpurl
|
1961
|
+
@ApproverOption = approveroption
|
1962
|
+
@ApproverNeedSignReview = approverneedsignreview
|
1940
1963
|
end
|
1941
1964
|
|
1942
1965
|
def deserialize(params)
|
@@ -1963,6 +1986,11 @@ module TencentCloud
|
|
1963
1986
|
@ComponentLimitType = params['ComponentLimitType']
|
1964
1987
|
@PreReadTime = params['PreReadTime']
|
1965
1988
|
@JumpUrl = params['JumpUrl']
|
1989
|
+
unless params['ApproverOption'].nil?
|
1990
|
+
@ApproverOption = ApproverOption.new
|
1991
|
+
@ApproverOption.deserialize(params['ApproverOption'])
|
1992
|
+
end
|
1993
|
+
@ApproverNeedSignReview = params['ApproverNeedSignReview']
|
1966
1994
|
end
|
1967
1995
|
end
|
1968
1996
|
|
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.437
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|