tencentcloud-sdk-ess 3.0.515 → 3.0.517
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +21 -21
- 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: 0206d19902e1b9d77cb094eb8ea75bb5fa5b2665
|
4
|
+
data.tar.gz: 32bf38db41ba59313dad2475f4501366cef817cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 485f0c48d2b74ba726f45e266e3778cba747d7031c91ed2355b4d86fe11bd79e9a44bdee52aa88ee0951355cf4b732888a7491b7f5ab9e482fd490018776d044
|
7
|
+
data.tar.gz: 6c9392930b3e0351054ecd25dc682b2213d60c8f290ae3986a9414de48c079bae3b51f192b630ece29d8e15766e27e77c9515859e743ce441b07d8d0b17f9200
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.517
|
data/lib/v20201111/models.rb
CHANGED
@@ -39,17 +39,17 @@ module TencentCloud
|
|
39
39
|
end
|
40
40
|
end
|
41
41
|
|
42
|
-
#
|
42
|
+
# 代理相关应用信息,如集团主企业代子企业操作
|
43
43
|
class Agent < TencentCloud::Common::AbstractModel
|
44
|
-
# @param AppId:
|
44
|
+
# @param AppId: 代理机构的应用编号,32位字符串,一般不用传
|
45
45
|
# @type AppId: String
|
46
|
-
# @param ProxyAppId:
|
46
|
+
# @param ProxyAppId: 被代理机构的应用号,一般不用传
|
47
47
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
48
48
|
# @type ProxyAppId: String
|
49
|
-
# @param ProxyOrganizationId:
|
49
|
+
# @param ProxyOrganizationId: 被代理机构在电子签平台的机构编号,集团代理下场景必传
|
50
50
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
51
51
|
# @type ProxyOrganizationId: String
|
52
|
-
# @param ProxyOperator:
|
52
|
+
# @param ProxyOperator: 被代理机构的经办人,一般不用传
|
53
53
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
54
54
|
# @type ProxyOperator: String
|
55
55
|
|
@@ -716,7 +716,7 @@ module TencentCloud
|
|
716
716
|
# @type NeedPreview: Boolean
|
717
717
|
# @param PreviewType: 预览链接类型 默认:0-文件流, 1- H5链接 注意:此参数在NeedPreview 为true 时有效,
|
718
718
|
# @type PreviewType: Integer
|
719
|
-
# @param Agent:
|
719
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
720
720
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
721
721
|
# @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
|
722
722
|
# @type ClientToken: String
|
@@ -877,8 +877,6 @@ module TencentCloud
|
|
877
877
|
# @type NeedSignReview: Boolean
|
878
878
|
# @param UserData: 用户自定义字段,回调的时候会进行透传,长度需要小于20480
|
879
879
|
# @type UserData: String
|
880
|
-
# @param Agent: 应用号信息
|
881
|
-
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
882
880
|
# @param ApproverVerifyType: 签署人校验方式
|
883
881
|
# VerifyCheck: 人脸识别(默认)
|
884
882
|
# MobileCheck:手机号验证
|
@@ -888,10 +886,12 @@ module TencentCloud
|
|
888
886
|
# @type FlowDescription: String
|
889
887
|
# @param SignBeanTag: 标识是否允许发起后添加控件。0为不允许1为允许。如果为1,创建的时候不能有签署控件,只能创建后添加。注意发起后添加控件功能不支持添加骑缝章和签批控件
|
890
888
|
# @type SignBeanTag: Integer
|
889
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
890
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
891
891
|
|
892
|
-
attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :
|
892
|
+
attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :ApproverVerifyType, :FlowDescription, :SignBeanTag, :Agent
|
893
893
|
|
894
|
-
def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil,
|
894
|
+
def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil, agent=nil)
|
895
895
|
@Operator = operator
|
896
896
|
@FlowName = flowname
|
897
897
|
@Approvers = approvers
|
@@ -906,10 +906,10 @@ module TencentCloud
|
|
906
906
|
@CustomShowMap = customshowmap
|
907
907
|
@NeedSignReview = needsignreview
|
908
908
|
@UserData = userdata
|
909
|
-
@Agent = agent
|
910
909
|
@ApproverVerifyType = approververifytype
|
911
910
|
@FlowDescription = flowdescription
|
912
911
|
@SignBeanTag = signbeantag
|
912
|
+
@Agent = agent
|
913
913
|
end
|
914
914
|
|
915
915
|
def deserialize(params)
|
@@ -951,13 +951,13 @@ module TencentCloud
|
|
951
951
|
@CustomShowMap = params['CustomShowMap']
|
952
952
|
@NeedSignReview = params['NeedSignReview']
|
953
953
|
@UserData = params['UserData']
|
954
|
+
@ApproverVerifyType = params['ApproverVerifyType']
|
955
|
+
@FlowDescription = params['FlowDescription']
|
956
|
+
@SignBeanTag = params['SignBeanTag']
|
954
957
|
unless params['Agent'].nil?
|
955
958
|
@Agent = Agent.new
|
956
959
|
@Agent.deserialize(params['Agent'])
|
957
960
|
end
|
958
|
-
@ApproverVerifyType = params['ApproverVerifyType']
|
959
|
-
@FlowDescription = params['FlowDescription']
|
960
|
-
@SignBeanTag = params['SignBeanTag']
|
961
961
|
end
|
962
962
|
end
|
963
963
|
|
@@ -1130,7 +1130,7 @@ module TencentCloud
|
|
1130
1130
|
# @type NeedSignReview: Boolean
|
1131
1131
|
# @param CallbackUrl: 暂未开放
|
1132
1132
|
# @type CallbackUrl: String
|
1133
|
-
# @param Agent:
|
1133
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
1134
1134
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1135
1135
|
# @param CcInfos: 被抄送人的信息列表。
|
1136
1136
|
# 注: 此功能为白名单功能,若有需要,请联系电子签客服开白使用。
|
@@ -1594,7 +1594,7 @@ module TencentCloud
|
|
1594
1594
|
# @type PathType: Integer
|
1595
1595
|
# @param AutoJumpBack: 是否自动回跳 true:是, false:否。该参数只针对"APP" 类型的签署链接有效
|
1596
1596
|
# @type AutoJumpBack: Boolean
|
1597
|
-
# @param Agent:
|
1597
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
1598
1598
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1599
1599
|
|
1600
1600
|
attr_accessor :Operator, :OrganizationName, :Name, :Mobile, :EndPoint, :FlowId, :PathType, :AutoJumpBack, :Agent
|
@@ -2133,7 +2133,7 @@ module TencentCloud
|
|
2133
2133
|
# @type FlowIds: Array
|
2134
2134
|
# @param Operator: 调用方用户信息
|
2135
2135
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
2136
|
-
# @param Agent:
|
2136
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
2137
2137
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2138
2138
|
|
2139
2139
|
attr_accessor :FlowIds, :Operator, :Agent
|
@@ -2188,9 +2188,9 @@ module TencentCloud
|
|
2188
2188
|
class DescribeFlowTemplatesRequest < TencentCloud::Common::AbstractModel
|
2189
2189
|
# @param Operator: 调用方用户信息,userId 必填
|
2190
2190
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
2191
|
-
# @param Organization:
|
2191
|
+
# @param Organization: 企业组织相关信息,一般不用填
|
2192
2192
|
# @type Organization: :class:`Tencentcloud::Ess.v20201111.models.OrganizationInfo`
|
2193
|
-
# @param Agent:
|
2193
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
2194
2194
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2195
2195
|
# @param Offset: 查询偏移位置,默认0
|
2196
2196
|
# @type Offset: Integer
|
@@ -2521,7 +2521,7 @@ module TencentCloud
|
|
2521
2521
|
# ORGANIZATION_SEAL:企业印章(图片上传创建);
|
2522
2522
|
# LEGAL_PERSON_SEAL:法定代表人章
|
2523
2523
|
# @type SealTypes: Array
|
2524
|
-
# @param Agent:
|
2524
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
2525
2525
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2526
2526
|
|
2527
2527
|
attr_accessor :Operator, :Limit, :Offset, :InfoType, :SealId, :SealTypes, :Agent
|
@@ -3854,7 +3854,7 @@ module TencentCloud
|
|
3854
3854
|
# @type FlowId: String
|
3855
3855
|
# @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
|
3856
3856
|
# @type ClientToken: String
|
3857
|
-
# @param Agent:
|
3857
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
3858
3858
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
3859
3859
|
|
3860
3860
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent
|
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.517
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|