tencentcloud-sdk-ess 3.0.1122 → 3.0.1125
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +47 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 076842f161859f0d40936fa97b51bdfb5edc2a83
|
4
|
+
data.tar.gz: c423a87ebe574b8ffb5a2c67a593db8108b6f6e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b0d390f2c7c3df7f36890d8c243ef19216eea05aae0062397222032fde4b5320e2a5b5aa9bce9e97a3e37f967beaaba1cfdc1744d1c7c36dbfcd65e8b47bb0a
|
7
|
+
data.tar.gz: efd8576e84395bb73b0ec495a57601cea967b5a8c20f0dd5923c735b815905a2b2902bfa51d4e5a8cab71b2ecef6ed623972069d9012373152ea6c358a5eacc5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1125
|
data/lib/v20201111/models.rb
CHANGED
@@ -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
|
|
@@ -10288,14 +10292,21 @@ module TencentCloud
|
|
10288
10292
|
# @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
|
10289
10293
|
# <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
10290
10294
|
# @type ForbidEditWatermark: Boolean
|
10295
|
+
# @param SealDescription: 印章描述
|
10296
|
+
# @type SealDescription: String
|
10297
|
+
# @param ForbidEditSealDescription: 是否禁止编辑印章描述内容
|
10298
|
+
# <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
10299
|
+
# @type ForbidEditSealDescription: String
|
10291
10300
|
|
10292
|
-
attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile, :ForbidEditWatermark
|
10301
|
+
attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile, :ForbidEditWatermark, :SealDescription, :ForbidEditSealDescription
|
10293
10302
|
|
10294
|
-
def initialize(showflowdetailcomponent=nil, showtemplatecomponent=nil, skipuploadfile=nil, forbideditwatermark=nil)
|
10303
|
+
def initialize(showflowdetailcomponent=nil, showtemplatecomponent=nil, skipuploadfile=nil, forbideditwatermark=nil, sealdescription=nil, forbideditsealdescription=nil)
|
10295
10304
|
@ShowFlowDetailComponent = showflowdetailcomponent
|
10296
10305
|
@ShowTemplateComponent = showtemplatecomponent
|
10297
10306
|
@SkipUploadFile = skipuploadfile
|
10298
10307
|
@ForbidEditWatermark = forbideditwatermark
|
10308
|
+
@SealDescription = sealdescription
|
10309
|
+
@ForbidEditSealDescription = forbideditsealdescription
|
10299
10310
|
end
|
10300
10311
|
|
10301
10312
|
def deserialize(params)
|
@@ -10303,6 +10314,8 @@ module TencentCloud
|
|
10303
10314
|
@ShowTemplateComponent = params['ShowTemplateComponent']
|
10304
10315
|
@SkipUploadFile = params['SkipUploadFile']
|
10305
10316
|
@ForbidEditWatermark = params['ForbidEditWatermark']
|
10317
|
+
@SealDescription = params['SealDescription']
|
10318
|
+
@ForbidEditSealDescription = params['ForbidEditSealDescription']
|
10306
10319
|
end
|
10307
10320
|
end
|
10308
10321
|
|
@@ -13223,10 +13236,20 @@ module TencentCloud
|
|
13223
13236
|
# @type AuthorizedUsers: Array
|
13224
13237
|
# @param ExtendScene: 印章扩展数据信息
|
13225
13238
|
# @type ExtendScene: :class:`Tencentcloud::Ess.v20201111.models.ExtendScene`
|
13226
|
-
|
13227
|
-
|
13228
|
-
|
13229
|
-
|
13239
|
+
# @param RealWidth: 印章的真实宽度,单位毫米
|
13240
|
+
# @type RealWidth: Integer
|
13241
|
+
# @param RealHeight: 印章的真实高度,单位毫米
|
13242
|
+
# @type RealHeight: Integer
|
13243
|
+
# @param SubSealType: 自定义子类型印章
|
13244
|
+
# @type SubSealType: String
|
13245
|
+
# @param SubSealName: 自定义子类型印章名称
|
13246
|
+
# @type SubSealName: String
|
13247
|
+
# @param SealDescription: 印章描述
|
13248
|
+
# @type SealDescription: String
|
13249
|
+
|
13250
|
+
attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers, :ExtendScene, :RealWidth, :RealHeight, :SubSealType, :SubSealName, :SealDescription
|
13251
|
+
|
13252
|
+
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
13253
|
@SealId = sealid
|
13231
13254
|
@SealName = sealname
|
13232
13255
|
@CreateOn = createon
|
@@ -13239,6 +13262,11 @@ module TencentCloud
|
|
13239
13262
|
@IsAllTime = isalltime
|
13240
13263
|
@AuthorizedUsers = authorizedusers
|
13241
13264
|
@ExtendScene = extendscene
|
13265
|
+
@RealWidth = realwidth
|
13266
|
+
@RealHeight = realheight
|
13267
|
+
@SubSealType = subsealtype
|
13268
|
+
@SubSealName = subsealname
|
13269
|
+
@SealDescription = sealdescription
|
13242
13270
|
end
|
13243
13271
|
|
13244
13272
|
def deserialize(params)
|
@@ -13264,6 +13292,11 @@ module TencentCloud
|
|
13264
13292
|
@ExtendScene = ExtendScene.new
|
13265
13293
|
@ExtendScene.deserialize(params['ExtendScene'])
|
13266
13294
|
end
|
13295
|
+
@RealWidth = params['RealWidth']
|
13296
|
+
@RealHeight = params['RealHeight']
|
13297
|
+
@SubSealType = params['SubSealType']
|
13298
|
+
@SubSealName = params['SubSealName']
|
13299
|
+
@SealDescription = params['SealDescription']
|
13267
13300
|
end
|
13268
13301
|
end
|
13269
13302
|
|
@@ -13450,19 +13483,23 @@ module TencentCloud
|
|
13450
13483
|
# @type ErrorMessage: String
|
13451
13484
|
# @param SubTaskId: 企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationAuthorizationUrl)。
|
13452
13485
|
# @type SubTaskId: String
|
13486
|
+
# @param OrganizationName: 企业批量注册 传递过来的企业名称,方便客户定位企业
|
13487
|
+
# @type OrganizationName: String
|
13453
13488
|
|
13454
|
-
attr_accessor :AuthUrl, :ErrorMessage, :SubTaskId
|
13489
|
+
attr_accessor :AuthUrl, :ErrorMessage, :SubTaskId, :OrganizationName
|
13455
13490
|
|
13456
|
-
def initialize(authurl=nil, errormessage=nil, subtaskid=nil)
|
13491
|
+
def initialize(authurl=nil, errormessage=nil, subtaskid=nil, organizationname=nil)
|
13457
13492
|
@AuthUrl = authurl
|
13458
13493
|
@ErrorMessage = errormessage
|
13459
13494
|
@SubTaskId = subtaskid
|
13495
|
+
@OrganizationName = organizationname
|
13460
13496
|
end
|
13461
13497
|
|
13462
13498
|
def deserialize(params)
|
13463
13499
|
@AuthUrl = params['AuthUrl']
|
13464
13500
|
@ErrorMessage = params['ErrorMessage']
|
13465
13501
|
@SubTaskId = params['SubTaskId']
|
13502
|
+
@OrganizationName = params['OrganizationName']
|
13466
13503
|
end
|
13467
13504
|
end
|
13468
13505
|
|
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.
|
4
|
+
version: 3.0.1125
|
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-
|
11
|
+
date: 2025-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|