tencentcloud-sdk-ess 1.0.304 → 1.0.307

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 +15 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89379c254e5de36f1e5a506d247bc2be092712b9
4
- data.tar.gz: 3f0bb5da0649ccc861d99dfbe5bdf785a4ceb45e
3
+ metadata.gz: d0cb5334249a592a3e2460ad10c1b519d53bec95
4
+ data.tar.gz: 4bfdd1cafc6bb89d057a0c14ef6361fddd8e9889
5
5
  SHA512:
6
- metadata.gz: 11a380d5e3939be24805831e0bed19640cdf3a0486a77498b2392ff7930ede846a62e38832a03b7e199cecd09ca8891ed802efd373fc8174613a45d537e454c3
7
- data.tar.gz: 83005f74df68c5da9ea8ae74f360842ddd15631168aca8c28b280e2363b470e94cdf9e475e80f588be9a80bbaff1e2a3ba9bda8602014c770971dd584e68bead
6
+ metadata.gz: 8e8a0f7c6ce27a9df73c951d980dcca37153c5b2d2610b7bd5aacea342fd49e60cfc0b5d6d0aa58493260117e1990478bb6938391bddbffb6fa3d5514d203b3f
7
+ data.tar.gz: b3fec72b7d475d5b93995b24f4d34f4d8d564f74487d6ba0639a749c4d7ba9d270c3e3ab60b0ad5accd25fc9036dec4958c8d0963e4978f6f53e7db5fb14ed6d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.304
1
+ 1.0.307
@@ -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
 
@@ -1065,7 +1077,7 @@ module TencentCloud
1065
1077
  # @param Caller: 调用方信息
1066
1078
  # @type Caller: :class:`Tencentcloud::Ess.v20201111.models.Caller`
1067
1079
  # @param BusinessType: 文件对应业务类型,用于区分文件存储路径:
1068
- # 1. TEMPLATE - 模版; 文件类型:.pdf/.html
1080
+ # 1. TEMPLATE - 模板; 文件类型:.pdf/.html
1069
1081
  # 2. DOCUMENT - 签署过程及签署后的合同文档 文件类型:.pdf/.html
1070
1082
  # 3. FLOW - 签署过程 文件类型:.pdf/.html
1071
1083
  # 4. SEAL - 印章; 文件类型:.jpg/.jpeg/.png
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.304
4
+ version: 1.0.307
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-28 00:00:00.000000000 Z
11
+ date: 2022-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common