tencentcloud-sdk-essbasic 3.0.614 → 3.0.615

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad96f73aa4f260a09c18e9721703040f307ecf1d
4
- data.tar.gz: b8305280d03c9f1a696721f9b6551aab06d224d9
3
+ metadata.gz: 2ea3dfe711bccb0a93481605ad8ac95689ab9fcb
4
+ data.tar.gz: 11ecaf52cb994d43b9953548f19f523fda6db065
5
5
  SHA512:
6
- metadata.gz: 101956a4769a88b6722878eafe6e8e7c18d304dd97334cac17f2b9539dbf1a63d1bbed4d625eabc97b7f4b5e74fe7ce69101d1ee17c8b3e065178a2bb724772d
7
- data.tar.gz: baf33d8a487f600319b8804ab9fcb547bfb01b1491c2dedebd1f2e73f23858c504cd3d315c26fda4dbacaa27febd35ec8cac5ca89c06891a14ead3c2580f73d8
6
+ metadata.gz: 790ac98241e89e5cbbd23e36ab9bbd99c61faa781491ecf5570945a328db01b2abf6e149f892ee15fa0fcd894c4922129c39ae8f11310a0a03ef1b5b8f12bde2
7
+ data.tar.gz: 1c001f633fe498f04c3358aaf452b997aeace4b2850aa66c5ef0d2f1152d0cfa11d92f6cac2ee3b5429d8db8b938da1e9f0a02ec6c95409684570016f9540347
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.614
1
+ 3.0.615
@@ -1079,20 +1079,23 @@ module TencentCloud
1079
1079
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
1080
1080
  # @param Organization: 机构信息,暂未开放
1081
1081
  # @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
1082
+ # @param JumpUrl: 签署完之后的H5页面的跳转链接,此链接支持http://和https://,最大长度1000个字符。
1083
+ # @type JumpUrl: String
1082
1084
 
1083
- attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization
1085
+ attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl
1084
1086
  extend Gem::Deprecate
1085
1087
  deprecate :Operator, :none, 2023, 7
1086
1088
  deprecate :Operator=, :none, 2023, 7
1087
1089
  deprecate :Organization, :none, 2023, 7
1088
1090
  deprecate :Organization=, :none, 2023, 7
1089
1091
 
1090
- def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil)
1092
+ def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil)
1091
1093
  @Agent = agent
1092
1094
  @FlowId = flowid
1093
1095
  @FlowApproverInfos = flowapproverinfos
1094
1096
  @Operator = operator
1095
1097
  @Organization = organization
1098
+ @JumpUrl = jumpurl
1096
1099
  end
1097
1100
 
1098
1101
  def deserialize(params)
@@ -1117,6 +1120,7 @@ module TencentCloud
1117
1120
  @Organization = OrganizationInfo.new
1118
1121
  @Organization.deserialize(params['Organization'])
1119
1122
  end
1123
+ @JumpUrl = params['JumpUrl']
1120
1124
  end
1121
1125
  end
1122
1126
 
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.614
4
+ version: 3.0.615
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-17 00:00:00.000000000 Z
11
+ date: 2023-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common