tencentcloud-sdk-ess 3.0.942 → 3.0.943
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 +7 -2
- 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: 703618898fa2e3a5e9ccef9d0372d9ba99989b0a
|
|
4
|
+
data.tar.gz: 6689867c57a8882453093590af321600e4d65e79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84fcb08734a37f67298630e974915648b0a3492b6f63986f0e517286a21878a8592347febb4ecad029b16c99a6db5c64c4612d9d001589b997af58be98173c34
|
|
7
|
+
data.tar.gz: d9b893e82bd1fe3825fa035897f75bb822d671474df85ea5767390910a88515d42174ce8ba5db2f289249dac22f8015f86283f0475aa80021c05a7fdb37743f7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.943
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -4284,15 +4284,18 @@ module TencentCloud
|
|
|
4284
4284
|
# @type ApproverComponentLimitTypes: Array
|
|
4285
4285
|
# @param ForbidPersonalMultipleSign: 禁止个人用户重复签署,默认不禁止,即同一用户可多次扫码签署多份合同。若要求同一用户仅能扫码签署一份合同,请传入true。
|
|
4286
4286
|
# @type ForbidPersonalMultipleSign: Boolean
|
|
4287
|
+
# @param FlowNameAppendScannerInfo: 合同流程名称是否应包含扫码签署人的信息,且遵循特定格式(flowname-姓名-手机号后四位)。
|
|
4288
|
+
# 例如,通过参数FlowName设定的扫码发起合同名称为“员工入职合同”,当扫码人张三(手机号18800009527)扫码签署时,合同名称将自动生成为“员工入职合同-张三-9527”。
|
|
4289
|
+
# @type FlowNameAppendScannerInfo: Boolean
|
|
4287
4290
|
|
|
4288
|
-
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign
|
|
4291
|
+
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
|
4289
4292
|
extend Gem::Deprecate
|
|
4290
4293
|
deprecate :CallbackUrl, :none, 2024, 11
|
|
4291
4294
|
deprecate :CallbackUrl=, :none, 2024, 11
|
|
4292
4295
|
deprecate :ApproverRestrictions, :none, 2024, 11
|
|
4293
4296
|
deprecate :ApproverRestrictions=, :none, 2024, 11
|
|
4294
4297
|
|
|
4295
|
-
def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, qreffectiveday=nil, floweffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil, approvercomponentlimittypes=nil, forbidpersonalmultiplesign=nil)
|
|
4298
|
+
def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, qreffectiveday=nil, floweffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil, approvercomponentlimittypes=nil, forbidpersonalmultiplesign=nil, flownameappendscannerinfo=nil)
|
|
4296
4299
|
@Operator = operator
|
|
4297
4300
|
@TemplateId = templateid
|
|
4298
4301
|
@FlowName = flowname
|
|
@@ -4306,6 +4309,7 @@ module TencentCloud
|
|
|
4306
4309
|
@ApproverRestrictions = approverrestrictions
|
|
4307
4310
|
@ApproverComponentLimitTypes = approvercomponentlimittypes
|
|
4308
4311
|
@ForbidPersonalMultipleSign = forbidpersonalmultiplesign
|
|
4312
|
+
@FlowNameAppendScannerInfo = flownameappendscannerinfo
|
|
4309
4313
|
end
|
|
4310
4314
|
|
|
4311
4315
|
def deserialize(params)
|
|
@@ -4345,6 +4349,7 @@ module TencentCloud
|
|
|
4345
4349
|
end
|
|
4346
4350
|
end
|
|
4347
4351
|
@ForbidPersonalMultipleSign = params['ForbidPersonalMultipleSign']
|
|
4352
|
+
@FlowNameAppendScannerInfo = params['FlowNameAppendScannerInfo']
|
|
4348
4353
|
end
|
|
4349
4354
|
end
|
|
4350
4355
|
|
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.943
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|