tencentcloud-sdk-ess 3.0.1171 → 3.0.1172

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca069a5c2903e3a720e1c5bfd3ae2d1595328ac4
4
- data.tar.gz: 80727deaf73d406e4048bcf8226b2db618539326
3
+ metadata.gz: 2a0c95b0e9c967fc32c1a4fde69d1980b40b2269
4
+ data.tar.gz: 457509973a1d27994953a1b63b6d4e3d03dc1c51
5
5
  SHA512:
6
- metadata.gz: 292b5a25194ce3e98c7c7d9d234513c53cd9fe3527af6b4616e07bd18a01c145c2f6dced66b7a595bfdf809b17317bfeb3bd0bc41a400f621bd85980b165e66a
7
- data.tar.gz: da8cf649fc129e89cd463d742b09703ab06036dd35b76b6fd7c4fc61f9f2887e3a8e67c4fcfa19be67a33582efe01aa49c05c3cd593835d9c583d63c75809ab6
6
+ metadata.gz: 7dd5c976694d80b267424cad1d31b2f1bf1587549b79470c797c5f37a13e0d1c8333b79cf630cae7401bc359a11e866b41ee392b6c1d5bdb17ca47063b43a4ea
7
+ data.tar.gz: b49b7634c8589e7ed42f98a9e25dbd564b7ca63ac0e15e254b0792bd465935821b58eb2a65e25d8b756c5369ca8c419e860835540c4a28ef8d420481ce000979
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1171
1
+ 3.0.1172
@@ -540,7 +540,10 @@ module TencentCloud
540
540
  end
541
541
 
542
542
  # 接口(CreateContractDiffTaskWebUrl)用于创建合同对比的可嵌入web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
543
- # 注:本接口生成的web页面暂不支持<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig" target="_blank">设置本企业嵌入式页面主题配置</a>
543
+ # 注:
544
+
545
+ # 1. 对比仅支持pdf、word格式,限制大小为60M以下
546
+ # 2. 本接口生成的web页面暂不支持<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig" target="_blank">设置本企业嵌入式页面主题配置</a>
544
547
 
545
548
  # 未跳过上传确认的嵌入页面长相如下:
546
549
  # ![image](https://qcloudimg.tencent-cloud.cn/raw/32f3526ad7152757202a7e4e760356db.jpg)
@@ -1990,10 +1990,16 @@ module TencentCloud
1990
1990
 
1991
1991
  # 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
1992
1992
  # @type UserData: String
1993
+ # @param EnableGeneralChecklist: 启用附加通用风险审查清单。默认为启用状态
1994
+ # 可选值如下:
1993
1995
 
1994
- attr_accessor :Operator, :ResourceIds, :PolicyType, :Role, :ChecklistId, :Agent, :Comment, :UserData
1996
+ # - 1: 启用系统提供的附加通用风险审查清单
1997
+ # - 2:不启用系统提供的附加通用风险审查清单
1998
+ # @type EnableGeneralChecklist: Integer
1995
1999
 
1996
- def initialize(operator=nil, resourceids=nil, policytype=nil, role=nil, checklistid=nil, agent=nil, comment=nil, userdata=nil)
2000
+ attr_accessor :Operator, :ResourceIds, :PolicyType, :Role, :ChecklistId, :Agent, :Comment, :UserData, :EnableGeneralChecklist
2001
+
2002
+ def initialize(operator=nil, resourceids=nil, policytype=nil, role=nil, checklistid=nil, agent=nil, comment=nil, userdata=nil, enablegeneralchecklist=nil)
1997
2003
  @Operator = operator
1998
2004
  @ResourceIds = resourceids
1999
2005
  @PolicyType = policytype
@@ -2002,6 +2008,7 @@ module TencentCloud
2002
2008
  @Agent = agent
2003
2009
  @Comment = comment
2004
2010
  @UserData = userdata
2011
+ @EnableGeneralChecklist = enablegeneralchecklist
2005
2012
  end
2006
2013
 
2007
2014
  def deserialize(params)
@@ -2022,6 +2029,7 @@ module TencentCloud
2022
2029
  end
2023
2030
  @Comment = params['Comment']
2024
2031
  @UserData = params['UserData']
2032
+ @EnableGeneralChecklist = params['EnableGeneralChecklist']
2025
2033
  end
2026
2034
  end
2027
2035
 
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.1171
4
+ version: 3.0.1172
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-11-20 00:00:00.000000000 Z
11
+ date: 2025-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-ess.rb
37
36
  - lib/v20201111/client.rb
38
37
  - lib/v20201111/models.rb
38
+ - lib/tencentcloud-sdk-ess.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: