tencentcloud-sdk-ess 3.0.506 → 3.0.507

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 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a219915bea771e0d060990671a856f32ce49941
4
- data.tar.gz: 2a9db5391fbd65b8ece9aced3566083142300ef3
3
+ metadata.gz: 9d48f2e1cd2790179d87f4e8b8ac32c79a26fbc5
4
+ data.tar.gz: e95060ad73cf7472868301ac2a5b155a45e92d29
5
5
  SHA512:
6
- metadata.gz: 42923e43f48894c7da32af2790ef3142b6b658c36a0b09317c227d493e111fc7031d2a62f6b3516691eab7d48df3b954b98c6871d271336a250a9f3c22c85bef
7
- data.tar.gz: d6890d91f1c05823189c3753f9137b8ef011a8a4f7f2fc657c497ad6db7ebe021d51c937ef8411c769f97addfd071960909fa60efffceb6eef76ffdd38017f83
6
+ metadata.gz: cd9889311632105109b5bcdbf85a9e937ed0c6f8f2813498243b7982d816530240912f6cb56652cc86e8c773777c30fe0be80c188b7f8894fb0a0a703febcfb9
7
+ data.tar.gz: a020bc8859974f9b8281c4a1686c14ad29850d160e483699755769c0c82260051c721e225b5c383bc5bcaed8cf027b87656d0bf4ae940137eec7f7897d23c5c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.506
1
+ 3.0.507
@@ -362,7 +362,8 @@ module TencentCloud
362
362
  # SIGN_SIGNATURE - 用户签名控件;
363
363
  # SIGN_PERSONAL_SEAL - 个人签署印章控件(使用文件发起暂不支持此类型);
364
364
  # SIGN_PAGING_SEAL - 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight
365
- # SIGN_OPINION - 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认
365
+ # SIGN_OPINION - 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;
366
+ # SIGN_LEGAL_PERSON_SEAL - 企业法定代表人控件。
366
367
 
367
368
  # 表单域的控件不能作为印章和签名控件
368
369
  # @type ComponentType: String
@@ -2488,15 +2489,24 @@ module TencentCloud
2488
2489
  # @type InfoType: Integer
2489
2490
  # @param SealId: 印章id(没有输入返回所有)
2490
2491
  # @type SealId: String
2491
-
2492
- attr_accessor :Operator, :Limit, :Offset, :InfoType, :SealId
2492
+ # @param SealTypes: 印章类型列表(都是组织机构印章)。
2493
+ # 为空时查询所有类型的印章。
2494
+ # 目前支持以下类型:
2495
+ # OFFICIAL:企业公章;
2496
+ # CONTRACT:合同专用章;
2497
+ # ORGANIZATION_SEAL:企业印章(图片上传创建);
2498
+ # LEGAL_PERSON_SEAL:法定代表人章
2499
+ # @type SealTypes: Array
2500
+
2501
+ attr_accessor :Operator, :Limit, :Offset, :InfoType, :SealId, :SealTypes
2493
2502
 
2494
- def initialize(operator=nil, limit=nil, offset=nil, infotype=nil, sealid=nil)
2503
+ def initialize(operator=nil, limit=nil, offset=nil, infotype=nil, sealid=nil, sealtypes=nil)
2495
2504
  @Operator = operator
2496
2505
  @Limit = limit
2497
2506
  @Offset = offset
2498
2507
  @InfoType = infotype
2499
2508
  @SealId = sealid
2509
+ @SealTypes = sealtypes
2500
2510
  end
2501
2511
 
2502
2512
  def deserialize(params)
@@ -2508,6 +2518,7 @@ module TencentCloud
2508
2518
  @Offset = params['Offset']
2509
2519
  @InfoType = params['InfoType']
2510
2520
  @SealId = params['SealId']
2521
+ @SealTypes = params['SealTypes']
2511
2522
  end
2512
2523
  end
2513
2524
 
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.506
4
+ version: 3.0.507
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-02-10 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common