tencentcloud-sdk-essbasic 3.0.1135 → 3.0.1139

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/v20210526/models.rb +12 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce0f1cd1235d2ac4d7561af95a0636ce218ffec1
4
- data.tar.gz: f809bdcb55739c95621a37fa5c12891a757af24e
3
+ metadata.gz: bf6196a5eafa6d43dba2bddf3ee56f78f1e56b8b
4
+ data.tar.gz: ee415814ef05978984df9ab76409b10f3a9b4a2e
5
5
  SHA512:
6
- metadata.gz: d032f5df773cc33ddad5fec4c45bee9432970b8d0c9a97b233a24eb0c9bf23f98089dc60769a889a9c9eb9f9c6331f7f3ed70fee035e4f434fb0a5b0f750c689
7
- data.tar.gz: a69d904902d0e416de93f78fe25671d83d08a3406b060067b012fa47ef1f36e5e5e0d41cb400976c0ecf91bb713ab86d6f4fda2385097c6b9e5709b6757a07a6
6
+ metadata.gz: 13f567ea84c69d4f124b8f8dceeff0349252f0c93e0d8f81536a6657300b1e577fdd47f57fe6feb89a5d375e9512312cf3c9d8cb5d972d2749fef8dc3fc2991f
7
+ data.tar.gz: b6d8d128b743da804634c3fe12aea2fb9c2be69c0e6bec5bb2b5e144651087aa840ef3a48f3e22e2b4c2b741b8edb06ddded3970d2f4a235ef098608158e5bec
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1135
1
+ 3.0.1139
@@ -2590,9 +2590,15 @@ module TencentCloud
2590
2590
  # @type ForbidPersonalMultipleSign: Boolean
2591
2591
  # @param FlowNameAppendScannerInfo: 合同流程名称是否应包含扫码签署人的信息,且遵循特定格式(flowname-姓名-手机号后四位)。 例如,通过参数FlowName设定的扫码发起合同名称为“员工入职合同”,当扫码人张三(手机号18800009527)扫码签署时,合同名称将自动生成为“员工入职合同-张三-9527”。
2592
2592
  # @type FlowNameAppendScannerInfo: Boolean
2593
+ # @param QrCodeName: 签署二维码的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成,会在生成的二维码图片上展示,若为空,则使用FlowName
2594
+ # @type QrCodeName: String
2595
+ # @param QrCodeExpiredOn: 签署二维码截止时间,格式为Unix标准时间戳(秒),如果未设置签署截止时间,则默认为签署二维码创建后的7天时截止,最长可设置为签署二维码创建后的365天时截止。
2596
+ # @type QrCodeExpiredOn: Integer
2593
2597
 
2594
- attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
2598
+ attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
2595
2599
  extend Gem::Deprecate
2600
+ deprecate :QrEffectiveDay, :none, 2025, 9
2601
+ deprecate :QrEffectiveDay=, :none, 2025, 9
2596
2602
  deprecate :CallbackUrl, :none, 2025, 9
2597
2603
  deprecate :CallbackUrl=, :none, 2025, 9
2598
2604
  deprecate :ApproverRestrictions, :none, 2025, 9
@@ -2600,7 +2606,7 @@ module TencentCloud
2600
2606
  deprecate :Operator, :none, 2025, 9
2601
2607
  deprecate :Operator=, :none, 2025, 9
2602
2608
 
2603
- def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil, forbidpersonalmultiplesign=nil, flownameappendscannerinfo=nil)
2609
+ def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil, forbidpersonalmultiplesign=nil, flownameappendscannerinfo=nil, qrcodename=nil, qrcodeexpiredon=nil)
2604
2610
  @Agent = agent
2605
2611
  @TemplateId = templateid
2606
2612
  @FlowName = flowname
@@ -2614,6 +2620,8 @@ module TencentCloud
2614
2620
  @Operator = operator
2615
2621
  @ForbidPersonalMultipleSign = forbidpersonalmultiplesign
2616
2622
  @FlowNameAppendScannerInfo = flownameappendscannerinfo
2623
+ @QrCodeName = qrcodename
2624
+ @QrCodeExpiredOn = qrcodeexpiredon
2617
2625
  end
2618
2626
 
2619
2627
  def deserialize(params)
@@ -2653,6 +2661,8 @@ module TencentCloud
2653
2661
  end
2654
2662
  @ForbidPersonalMultipleSign = params['ForbidPersonalMultipleSign']
2655
2663
  @FlowNameAppendScannerInfo = params['FlowNameAppendScannerInfo']
2664
+ @QrCodeName = params['QrCodeName']
2665
+ @QrCodeExpiredOn = params['QrCodeExpiredOn']
2656
2666
  end
2657
2667
  end
2658
2668
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-essbasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1135
4
+ version: 3.0.1139
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-02 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,10 +34,10 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-essbasic.rb
37
- - lib/v20210526/client.rb
38
37
  - lib/v20210526/models.rb
39
- - lib/v20201222/client.rb
38
+ - lib/v20210526/client.rb
40
39
  - lib/v20201222/models.rb
40
+ - lib/v20201222/client.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: