tencentcloud-sdk-ess 1.0.278 → 1.0.281

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +14 -15
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d07a26b523dc2cc6a26234b63f086b58e6e3b2d4
4
- data.tar.gz: 64c20405f7c3caed86742bea5240cde29472d2c2
3
+ metadata.gz: 5d657e5d9cb0b0aa8344e0697fd5e3678c55badc
4
+ data.tar.gz: eac783a3c93ea567033fc1621acb366173bf0907
5
5
  SHA512:
6
- metadata.gz: e1d36e56c9d152033d1949b5a91b981ddbad8ea47f7199ece051bdebb654f0baa3566750107e7c1e4ebb6a018d3104d4c86cc369e91ba246df3aaaf156578ae3
7
- data.tar.gz: 81727fecbecd64e501a7c46058eaaedb9d0b1cece0ce14dce25cb1bde3661d6952f0e2aa0c82913c4a4aa20ce94508349377299e5cfd2c1cb19316cf008e7634
6
+ metadata.gz: d210656d357ad16814f0288cefb90286c6a2eca263daa585b49e2978d8258f81d45fc995ab9cb2ecbafb1ff33cd72eae98ec1346169d88dc8bf99074368dcdbd
7
+ data.tar.gz: 5bc6653aa7ceb436a93db9bfdbc93af5d0ddcd280134563ae12a70211dc96481dc93723385e43e3b7e22e9c605ff66dfc6fcf1a638a7691a93f736dbfd7bf9a0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.278
1
+ 1.0.281
@@ -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, :Agent, :FlowId, :CancelMessage
112
+ attr_accessor :Operator, :FlowId, :CancelMessage, :Agent
118
113
 
119
- def initialize(operator=nil, agent=nil, flowid=nil, cancelmessage=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.278
4
+ version: 1.0.281
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-17 00:00:00.000000000 Z
11
+ date: 2022-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common