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.
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: 0472a0532507c1a8e062426de6f4d4edcf26af55
4
- data.tar.gz: 8c392e3fcb34ae7272111d4e91c2b1b127d09970
3
+ metadata.gz: 0dd874161d10f6beaa1fd9f179ac14ec419f2117
4
+ data.tar.gz: 84dc731ef6e85db032d9bf968ddb1d148742e587
5
5
  SHA512:
6
- metadata.gz: 58dff77cc9be4d29057d4649bfd1657b4cc818bea2776a8ae1e30d91e31e151a787612934f3eaa09f717024d481d089bc8a54f6408b9c2549a8443f39dfefa6e
7
- data.tar.gz: 46ace273c93f22a8ab6c678842e5ec68fedb1dcc007ca30941f2b8603d97a30a7b9476304edb7938c89ea18b98cde15463c903ecec08d156e2d2c9d5be765ff7
6
+ metadata.gz: 1d58f5654ebca43baca0ceb174873ed96c6eca05cf9fd07a321ef3418972d964abf4a443a641d0a84e519370d6bb1c665054c0f20874a04d62da76984268a13f
7
+ data.tar.gz: ff0877d41cd29494044615e56ca395a09c13fe51446a1905427eac8443dbd87e7d44bd7691342483c115358d549e888c972aa7b1a2deb46f45197ade8b55624b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.277
1
+ 1.0.280
@@ -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.277
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-16 00:00:00.000000000 Z
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