tencentcloud-sdk-ess 3.0.1122 → 3.0.1124

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 +36 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bf962f5821a6fcc71f07e8d1f81bb2d1fb871ba
4
- data.tar.gz: b12ed38d6b1f58d7bf129fdc6e45066258508559
3
+ metadata.gz: 68eab3112184214cdf05b5c2e7141dd5207a1265
4
+ data.tar.gz: 37be0a6a02acb32398182b1bcdecaea0bf5c2696
5
5
  SHA512:
6
- metadata.gz: c82fabd8a13ba1539073d1806b8dd8df86edefb3d2f73d81908079521efcb8406165947d148ccb6ab8a79551b87f7a5a11038a1f4aee2ddecdd1cfc8abc54908
7
- data.tar.gz: b70608a0db7382558024bf6ab2fceab9b28484dc6c0c20b18c60c977de77e2ab7f1848d75ed20b305ed4a4f80ed3c0d6b894ab5363576d4037abaead5de283a2
6
+ metadata.gz: 8f3329ff149c46843903757cc5cc317c897b77653f1b5194d6e41c0bf4d932e7f782a7731fa427e19614228b0a651d8216f6636905d03b1ac482490dcbd8c79b
7
+ data.tar.gz: e3981b93d9b60886c31de6137078bd17500697c11aa251f672e7cf991dbd2cc547f75847bea024028003c4fb3efb771533ee091c11cdfd3c601b48a2840cc942
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1122
1
+ 3.0.1124
@@ -6741,10 +6741,12 @@ module TencentCloud
6741
6741
  # <li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li>
6742
6742
  # </ul>
6743
6743
  # @type TaxIdentifyCode: String
6744
+ # @param SealDescription: 印章描述内容
6745
+ # @type SealDescription: String
6744
6746
 
6745
- attr_accessor :Operator, :SealName, :Agent, :GenerateSource, :SealType, :FileName, :Image, :Width, :Height, :Color, :SealHorizontalText, :SealChordText, :SealCentralType, :FileToken, :SealStyle, :SealSize, :TaxIdentifyCode
6747
+ attr_accessor :Operator, :SealName, :Agent, :GenerateSource, :SealType, :FileName, :Image, :Width, :Height, :Color, :SealHorizontalText, :SealChordText, :SealCentralType, :FileToken, :SealStyle, :SealSize, :TaxIdentifyCode, :SealDescription
6746
6748
 
6747
- def initialize(operator=nil, sealname=nil, agent=nil, generatesource=nil, sealtype=nil, filename=nil, image=nil, width=nil, height=nil, color=nil, sealhorizontaltext=nil, sealchordtext=nil, sealcentraltype=nil, filetoken=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
6749
+ def initialize(operator=nil, sealname=nil, agent=nil, generatesource=nil, sealtype=nil, filename=nil, image=nil, width=nil, height=nil, color=nil, sealhorizontaltext=nil, sealchordtext=nil, sealcentraltype=nil, filetoken=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil, sealdescription=nil)
6748
6750
  @Operator = operator
6749
6751
  @SealName = sealname
6750
6752
  @Agent = agent
@@ -6762,6 +6764,7 @@ module TencentCloud
6762
6764
  @SealStyle = sealstyle
6763
6765
  @SealSize = sealsize
6764
6766
  @TaxIdentifyCode = taxidentifycode
6767
+ @SealDescription = sealdescription
6765
6768
  end
6766
6769
 
6767
6770
  def deserialize(params)
@@ -6788,6 +6791,7 @@ module TencentCloud
6788
6791
  @SealStyle = params['SealStyle']
6789
6792
  @SealSize = params['SealSize']
6790
6793
  @TaxIdentifyCode = params['TaxIdentifyCode']
6794
+ @SealDescription = params['SealDescription']
6791
6795
  end
6792
6796
  end
6793
6797
 
@@ -13223,10 +13227,20 @@ module TencentCloud
13223
13227
  # @type AuthorizedUsers: Array
13224
13228
  # @param ExtendScene: 印章扩展数据信息
13225
13229
  # @type ExtendScene: :class:`Tencentcloud::Ess.v20201111.models.ExtendScene`
13226
-
13227
- attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers, :ExtendScene
13228
-
13229
- def initialize(sealid=nil, sealname=nil, createon=nil, creator=nil, sealpolicyid=nil, sealstatus=nil, failreason=nil, url=nil, sealtype=nil, isalltime=nil, authorizedusers=nil, extendscene=nil)
13230
+ # @param RealWidth: 印章的真实宽度,单位毫米
13231
+ # @type RealWidth: Integer
13232
+ # @param RealHeight: 印章的真实高度,单位毫米
13233
+ # @type RealHeight: Integer
13234
+ # @param SubSealType: 自定义子类型印章
13235
+ # @type SubSealType: String
13236
+ # @param SubSealName: 自定义子类型印章名称
13237
+ # @type SubSealName: String
13238
+ # @param SealDescription: 印章描述
13239
+ # @type SealDescription: String
13240
+
13241
+ attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers, :ExtendScene, :RealWidth, :RealHeight, :SubSealType, :SubSealName, :SealDescription
13242
+
13243
+ def initialize(sealid=nil, sealname=nil, createon=nil, creator=nil, sealpolicyid=nil, sealstatus=nil, failreason=nil, url=nil, sealtype=nil, isalltime=nil, authorizedusers=nil, extendscene=nil, realwidth=nil, realheight=nil, subsealtype=nil, subsealname=nil, sealdescription=nil)
13230
13244
  @SealId = sealid
13231
13245
  @SealName = sealname
13232
13246
  @CreateOn = createon
@@ -13239,6 +13253,11 @@ module TencentCloud
13239
13253
  @IsAllTime = isalltime
13240
13254
  @AuthorizedUsers = authorizedusers
13241
13255
  @ExtendScene = extendscene
13256
+ @RealWidth = realwidth
13257
+ @RealHeight = realheight
13258
+ @SubSealType = subsealtype
13259
+ @SubSealName = subsealname
13260
+ @SealDescription = sealdescription
13242
13261
  end
13243
13262
 
13244
13263
  def deserialize(params)
@@ -13264,6 +13283,11 @@ module TencentCloud
13264
13283
  @ExtendScene = ExtendScene.new
13265
13284
  @ExtendScene.deserialize(params['ExtendScene'])
13266
13285
  end
13286
+ @RealWidth = params['RealWidth']
13287
+ @RealHeight = params['RealHeight']
13288
+ @SubSealType = params['SubSealType']
13289
+ @SubSealName = params['SubSealName']
13290
+ @SealDescription = params['SealDescription']
13267
13291
  end
13268
13292
  end
13269
13293
 
@@ -13450,19 +13474,23 @@ module TencentCloud
13450
13474
  # @type ErrorMessage: String
13451
13475
  # @param SubTaskId: 企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationAuthorizationUrl)。
13452
13476
  # @type SubTaskId: String
13477
+ # @param OrganizationName: 企业批量注册 传递过来的企业名称,方便客户定位企业
13478
+ # @type OrganizationName: String
13453
13479
 
13454
- attr_accessor :AuthUrl, :ErrorMessage, :SubTaskId
13480
+ attr_accessor :AuthUrl, :ErrorMessage, :SubTaskId, :OrganizationName
13455
13481
 
13456
- def initialize(authurl=nil, errormessage=nil, subtaskid=nil)
13482
+ def initialize(authurl=nil, errormessage=nil, subtaskid=nil, organizationname=nil)
13457
13483
  @AuthUrl = authurl
13458
13484
  @ErrorMessage = errormessage
13459
13485
  @SubTaskId = subtaskid
13486
+ @OrganizationName = organizationname
13460
13487
  end
13461
13488
 
13462
13489
  def deserialize(params)
13463
13490
  @AuthUrl = params['AuthUrl']
13464
13491
  @ErrorMessage = params['ErrorMessage']
13465
13492
  @SubTaskId = params['SubTaskId']
13493
+ @OrganizationName = params['OrganizationName']
13466
13494
  end
13467
13495
  end
13468
13496
 
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.1122
4
+ version: 3.0.1124
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-08-12 00:00:00.000000000 Z
11
+ date: 2025-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common