tencentcloud-sdk-ess 3.0.1173 → 3.0.1174

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: 80cefe852eaeda83f184d375257a4516650fd5bb
4
- data.tar.gz: 66089fdc17d153abcbb930b1ff502176ce6802fb
3
+ metadata.gz: 12af79b8b3c726a6d4701c075e681669bdfdae94
4
+ data.tar.gz: afb02f65f6b2c44b0a7bca9bfc9bb957df592f57
5
5
  SHA512:
6
- metadata.gz: efae9bb5b3773845277c25a01bdc245ede4d5776d064acaceda077eb8003c737075345c426808b01039ea5100c5c0332fcd226eb373486725f8f83e33d94b4e4
7
- data.tar.gz: 713885f0eac5f19b96c8841d3e5d1b9aced255cef3a3ce0a2eeeb0305422b42eaef2005f374412d086c402d2bb039c40a555d1e1efa380bf768124e34decb154
6
+ metadata.gz: 10561c564341c00f89596a04381e7917eb1e854e8a61e2b3aa70a113fb92da6545722df27cc0bda48732fbf90db91fc7c84e1c5b86c0717a90514c53a0f41011
7
+ data.tar.gz: a5b1435df89539464f33eb3fad21b388dac36cc775fd6ba0184aa29786912fa68076a838b5e7f93d451f4ee0f99f573997d4c73e69bd55161f6084aa6abc5611
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1173
1
+ 3.0.1174
@@ -1272,6 +1272,8 @@ module TencentCloud
1272
1272
 
1273
1273
  # 合同对比差异结果详情。
1274
1274
  class ComparisonDetail < TencentCloud::Common::AbstractModel
1275
+ # @param ComparisonPointId: 合同对比差异点唯一ID。
1276
+ # @type ComparisonPointId: String
1275
1277
  # @param ComparisonType: 对比前后差异类型,具体如下:
1276
1278
  # <ul><li> **add**:新增</li>
1277
1279
  # <li> **change**:变更</li>
@@ -1289,9 +1291,10 @@ module TencentCloud
1289
1291
  # @param DiffText: 对比文本。
1290
1292
  # @type DiffText: String
1291
1293
 
1292
- attr_accessor :ComparisonType, :ContentType, :OriginText, :DiffText
1294
+ attr_accessor :ComparisonPointId, :ComparisonType, :ContentType, :OriginText, :DiffText
1293
1295
 
1294
- def initialize(comparisontype=nil, contenttype=nil, origintext=nil, difftext=nil)
1296
+ def initialize(comparisonpointid=nil, comparisontype=nil, contenttype=nil, origintext=nil, difftext=nil)
1297
+ @ComparisonPointId = comparisonpointid
1295
1298
  @ComparisonType = comparisontype
1296
1299
  @ContentType = contenttype
1297
1300
  @OriginText = origintext
@@ -1299,6 +1302,7 @@ module TencentCloud
1299
1302
  end
1300
1303
 
1301
1304
  def deserialize(params)
1305
+ @ComparisonPointId = params['ComparisonPointId']
1302
1306
  @ComparisonType = params['ComparisonType']
1303
1307
  @ContentType = params['ContentType']
1304
1308
  @OriginText = params['OriginText']
@@ -11895,10 +11899,7 @@ module TencentCloud
11895
11899
  # @param CustomUserId: 企业微信UserId
11896
11900
  # <br/>当ApproverSource为WEWORKAPP的企微或签场景下,必须指企业自有应用获取企业微信的UserId
11897
11901
  # @type CustomUserId: String
11898
- # @param ApproverName: 补充企业签署人员工姓名
11899
- # <ul>
11900
- # <li>ApproverSource!=WEWORKAPP时,必传</li>
11901
- # </ul>
11902
+ # @param ApproverName: 企业签署人的员工姓名。除企业微信应用场景(ApproverSource设置为WEWORKAPP)外,本字段为必填。
11902
11903
  # @type ApproverName: String
11903
11904
  # @param ApproverMobile: 补充企业签署人员工手机号
11904
11905
  # <ul>
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.1173
4
+ version: 3.0.1174
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-24 00:00:00.000000000 Z
11
+ date: 2025-11-28 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/v20201111/client.rb
37
- - lib/v20201111/models.rb
38
36
  - lib/tencentcloud-sdk-ess.rb
37
+ - lib/v20201111/models.rb
38
+ - lib/v20201111/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: