tencentcloud-sdk-ess 1.0.303 → 1.0.306

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 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88ce7e4ce40d4b293f236d87c530747770bc1815
4
- data.tar.gz: 009a188f679f976895dbf6983ddf1e51174418df
3
+ metadata.gz: 9c48dd3f4a3cf66a1ab387baac960212ba601fdb
4
+ data.tar.gz: d5088143f3880de20bae54313970f01f2c0b9e8b
5
5
  SHA512:
6
- metadata.gz: eacfae775d8e4e6268537ab715efb30132f87579a8c93aff7b98544d056aa02b6d1b6c058fa40c07d95cd8b00184972e2c17f6f262796b9bfcbab915b51e233f
7
- data.tar.gz: 92bd5042012b531fe637c6abca8601b9a3d20793a37cf15aa112ddd43070e244d96299209a2bb8940cb121b49af920c2fe2f73cacc18605567d93dd585975d72
6
+ metadata.gz: 4c70283cb5e7902ed0dcf03b6457db10528899d698a7f7f2bdf32870d9d2b83bf223ca3d1479d527d7f32a4102327096e1a113337e0edfcbaaf3d6a2268dde94
7
+ data.tar.gz: 7c3569ef8b36b190d1f9b275c6915e98235d5ce2827555915626f8b60ca006649b725bbb3fc110b0cb96c54cc0578311c2f67428aa4ecaf4e2c298cb018e6fc1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.303
1
+ 1.0.306
@@ -581,16 +581,25 @@ module TencentCloud
581
581
  # @type PathType: Integer
582
582
  # @param FlowId: 合同详情 id (PathType=1时必传)
583
583
  # @type FlowId: String
584
+ # @param OrganizationName: 企业名称
585
+ # @type OrganizationName: String
586
+ # @param EndPoint: 链接类型 HTTP:跳转电子签小程序的http_url,APP:第三方APP或小程序跳转电子签小程序,默认为HTTP类型
587
+ # @type EndPoint: String
588
+ # @param AutoJumpBack: 是否自动回跳 true:是, false:否。该参数只针对"APP" 类型的签署链接有效
589
+ # @type AutoJumpBack: Boolean
584
590
 
585
- attr_accessor :Operator, :Agent, :Name, :Mobile, :PathType, :FlowId
591
+ attr_accessor :Operator, :Agent, :Name, :Mobile, :PathType, :FlowId, :OrganizationName, :EndPoint, :AutoJumpBack
586
592
 
587
- def initialize(operator=nil, agent=nil, name=nil, mobile=nil, pathtype=nil, flowid=nil)
593
+ def initialize(operator=nil, agent=nil, name=nil, mobile=nil, pathtype=nil, flowid=nil, organizationname=nil, endpoint=nil, autojumpback=nil)
588
594
  @Operator = operator
589
595
  @Agent = agent
590
596
  @Name = name
591
597
  @Mobile = mobile
592
598
  @PathType = pathtype
593
599
  @FlowId = flowid
600
+ @OrganizationName = organizationname
601
+ @EndPoint = endpoint
602
+ @AutoJumpBack = autojumpback
594
603
  end
595
604
 
596
605
  def deserialize(params)
@@ -606,6 +615,9 @@ module TencentCloud
606
615
  @Mobile = params['Mobile']
607
616
  @PathType = params['PathType']
608
617
  @FlowId = params['FlowId']
618
+ @OrganizationName = params['OrganizationName']
619
+ @EndPoint = params['EndPoint']
620
+ @AutoJumpBack = params['AutoJumpBack']
609
621
  end
610
622
  end
611
623
 
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.303
4
+ version: 1.0.306
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-04-26 00:00:00.000000000 Z
11
+ date: 2022-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common