tencentcloud-sdk-ess 1.0.277 → 1.0.280
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 +14 -15
- 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: 0dd874161d10f6beaa1fd9f179ac14ec419f2117
|
|
4
|
+
data.tar.gz: 84dc731ef6e85db032d9bf968ddb1d148742e587
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d58f5654ebca43baca0ceb174873ed96c6eca05cf9fd07a321ef3418972d964abf4a443a641d0a84e519370d6bb1c665054c0f20874a04d62da76984268a13f
|
|
7
|
+
data.tar.gz: ff0877d41cd29494044615e56ca395a09c13fe51446a1905427eac8443dbd87e7d44bd7691342483c115358d549e888c972aa7b1a2deb46f45197ade8b55624b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.280
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -55,12 +55,7 @@ module TencentCloud
|
|
|
55
55
|
# @type NotifyType: String
|
|
56
56
|
# @param ApproverRole: 1--收款人、2--开具人、3--见证人
|
|
57
57
|
# @type ApproverRole: Integer
|
|
58
|
-
# @param VerifyChannel:
|
|
59
|
-
# WEIXINAPP - 微信小程序;
|
|
60
|
-
# VERIFYCODE - 验证码;
|
|
61
|
-
|
|
62
|
-
# 可以选择多个, 按照顺序进行优先级选择
|
|
63
|
-
# 注:使用验证码方式认证签署时,请传入["VERIFYCODE","WEIXINAPP"]
|
|
58
|
+
# @param VerifyChannel: 签署意愿确认渠道,WEIXINAPP:人脸识别
|
|
64
59
|
# @type VerifyChannel: Array
|
|
65
60
|
# @param PreReadTime: 合同的强制预览时间:3~300s,未指定则按合同页数计算
|
|
66
61
|
# @type PreReadTime: Integer
|
|
@@ -107,20 +102,20 @@ module TencentCloud
|
|
|
107
102
|
class CancelFlowRequest < TencentCloud::Common::AbstractModel
|
|
108
103
|
# @param Operator: 操作用户id
|
|
109
104
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
|
110
|
-
# @param Agent: 应用相关信息
|
|
111
|
-
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
|
112
105
|
# @param FlowId: 流程id
|
|
113
106
|
# @type FlowId: String
|
|
114
107
|
# @param CancelMessage: 撤销原因
|
|
115
108
|
# @type CancelMessage: String
|
|
109
|
+
# @param Agent: 应用相关信息
|
|
110
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
|
116
111
|
|
|
117
|
-
attr_accessor :Operator, :
|
|
112
|
+
attr_accessor :Operator, :FlowId, :CancelMessage, :Agent
|
|
118
113
|
|
|
119
|
-
def initialize(operator=nil,
|
|
114
|
+
def initialize(operator=nil, flowid=nil, cancelmessage=nil, agent=nil)
|
|
120
115
|
@Operator = operator
|
|
121
|
-
@Agent = agent
|
|
122
116
|
@FlowId = flowid
|
|
123
117
|
@CancelMessage = cancelmessage
|
|
118
|
+
@Agent = agent
|
|
124
119
|
end
|
|
125
120
|
|
|
126
121
|
def deserialize(params)
|
|
@@ -128,12 +123,12 @@ module TencentCloud
|
|
|
128
123
|
@Operator = UserInfo.new
|
|
129
124
|
@Operator.deserialize(params['Operator'])
|
|
130
125
|
end
|
|
126
|
+
@FlowId = params['FlowId']
|
|
127
|
+
@CancelMessage = params['CancelMessage']
|
|
131
128
|
unless params['Agent'].nil?
|
|
132
129
|
@Agent = Agent.new
|
|
133
130
|
@Agent.deserialize(params['Agent'])
|
|
134
131
|
end
|
|
135
|
-
@FlowId = params['FlowId']
|
|
136
|
-
@CancelMessage = params['CancelMessage']
|
|
137
132
|
end
|
|
138
133
|
end
|
|
139
134
|
|
|
@@ -896,10 +891,12 @@ module TencentCloud
|
|
|
896
891
|
# @type PreReadTime: Integer
|
|
897
892
|
# @param NotifyType: 是否发送短信,sms--短信通知,none--不通知,默认为sms
|
|
898
893
|
# @type NotifyType: String
|
|
894
|
+
# @param VerifyChannel: 签署意愿确认渠道,WEIXINAPP:人脸识别
|
|
895
|
+
# @type VerifyChannel: Array
|
|
899
896
|
|
|
900
|
-
attr_accessor :ApproverType, :OrganizationName, :Required, :ApproverName, :ApproverMobile, :ApproverIdCardNumber, :ApproverIdCardType, :RecipientId, :UserId, :IsFullText, :PreReadTime, :NotifyType
|
|
897
|
+
attr_accessor :ApproverType, :OrganizationName, :Required, :ApproverName, :ApproverMobile, :ApproverIdCardNumber, :ApproverIdCardType, :RecipientId, :UserId, :IsFullText, :PreReadTime, :NotifyType, :VerifyChannel
|
|
901
898
|
|
|
902
|
-
def initialize(approvertype=nil, organizationname=nil, required=nil, approvername=nil, approvermobile=nil, approveridcardnumber=nil, approveridcardtype=nil, recipientid=nil, userid=nil, isfulltext=nil, prereadtime=nil, notifytype=nil)
|
|
899
|
+
def initialize(approvertype=nil, organizationname=nil, required=nil, approvername=nil, approvermobile=nil, approveridcardnumber=nil, approveridcardtype=nil, recipientid=nil, userid=nil, isfulltext=nil, prereadtime=nil, notifytype=nil, verifychannel=nil)
|
|
903
900
|
@ApproverType = approvertype
|
|
904
901
|
@OrganizationName = organizationname
|
|
905
902
|
@Required = required
|
|
@@ -912,6 +909,7 @@ module TencentCloud
|
|
|
912
909
|
@IsFullText = isfulltext
|
|
913
910
|
@PreReadTime = prereadtime
|
|
914
911
|
@NotifyType = notifytype
|
|
912
|
+
@VerifyChannel = verifychannel
|
|
915
913
|
end
|
|
916
914
|
|
|
917
915
|
def deserialize(params)
|
|
@@ -927,6 +925,7 @@ module TencentCloud
|
|
|
927
925
|
@IsFullText = params['IsFullText']
|
|
928
926
|
@PreReadTime = params['PreReadTime']
|
|
929
927
|
@NotifyType = params['NotifyType']
|
|
928
|
+
@VerifyChannel = params['VerifyChannel']
|
|
930
929
|
end
|
|
931
930
|
end
|
|
932
931
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.280
|
|
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-03-
|
|
11
|
+
date: 2022-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|