tencentcloud-sdk-essbasic 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/v20210526/models.rb +41 -8
- 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: 208bc7e11562944c76d2dd4bb4cada3c5740f0ab
|
4
|
+
data.tar.gz: 68042b25d1df6ca82651eccd4d0b90d809792fc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1a9db1225dc52df1c218ff271d8f2118023ec466215402e28cdc2b6f45b692e1aa7848875d4a7eb257ef91f744be5d8b90abc22b994e271a68e07cd20cc551a
|
7
|
+
data.tar.gz: c12ec53e3e0622aff2bb3c88fae763492190d2b52ebd19ad9c5c85b87345d56fee4d361ca9cbb7ebfe84ab5ac4156edcc05be832ae405e9b093f0557aedd9c68
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1125
|
data/lib/v20210526/models.rb
CHANGED
@@ -7297,13 +7297,15 @@ module TencentCloud
|
|
7297
7297
|
# <li>2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号(<font color="red">如果是通过授权书授权方式认证的企业,此参数必传不能为空</font>)</li>
|
7298
7298
|
# </ul>
|
7299
7299
|
# @type TaxIdentifyCode: String
|
7300
|
+
# @param SealDescription: 印章描述内容
|
7301
|
+
# @type SealDescription: String
|
7300
7302
|
|
7301
|
-
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
7303
|
+
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode, :SealDescription
|
7302
7304
|
extend Gem::Deprecate
|
7303
7305
|
deprecate :Operator, :none, 2025, 8
|
7304
7306
|
deprecate :Operator=, :none, 2025, 8
|
7305
7307
|
|
7306
|
-
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
7308
|
+
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil, sealdescription=nil)
|
7307
7309
|
@Agent = agent
|
7308
7310
|
@SealName = sealname
|
7309
7311
|
@SealImage = sealimage
|
@@ -7314,6 +7316,7 @@ module TencentCloud
|
|
7314
7316
|
@SealStyle = sealstyle
|
7315
7317
|
@SealSize = sealsize
|
7316
7318
|
@TaxIdentifyCode = taxidentifycode
|
7319
|
+
@SealDescription = sealdescription
|
7317
7320
|
end
|
7318
7321
|
|
7319
7322
|
def deserialize(params)
|
@@ -7333,6 +7336,7 @@ module TencentCloud
|
|
7333
7336
|
@SealStyle = params['SealStyle']
|
7334
7337
|
@SealSize = params['SealSize']
|
7335
7338
|
@TaxIdentifyCode = params['TaxIdentifyCode']
|
7339
|
+
@SealDescription = params['SealDescription']
|
7336
7340
|
end
|
7337
7341
|
end
|
7338
7342
|
|
@@ -8818,14 +8822,21 @@ module TencentCloud
|
|
8818
8822
|
# @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
|
8819
8823
|
# <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
8820
8824
|
# @type ForbidEditWatermark: Boolean
|
8825
|
+
# @param SealDescription: 印章描述
|
8826
|
+
# @type SealDescription: String
|
8827
|
+
# @param ForbidEditSealDescription: 是否禁止编辑印章描述内容
|
8828
|
+
# <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
8829
|
+
# @type ForbidEditSealDescription: String
|
8821
8830
|
|
8822
|
-
attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile, :ForbidEditWatermark
|
8831
|
+
attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile, :ForbidEditWatermark, :SealDescription, :ForbidEditSealDescription
|
8823
8832
|
|
8824
|
-
def initialize(showflowdetailcomponent=nil, showtemplatecomponent=nil, skipuploadfile=nil, forbideditwatermark=nil)
|
8833
|
+
def initialize(showflowdetailcomponent=nil, showtemplatecomponent=nil, skipuploadfile=nil, forbideditwatermark=nil, sealdescription=nil, forbideditsealdescription=nil)
|
8825
8834
|
@ShowFlowDetailComponent = showflowdetailcomponent
|
8826
8835
|
@ShowTemplateComponent = showtemplatecomponent
|
8827
8836
|
@SkipUploadFile = skipuploadfile
|
8828
8837
|
@ForbidEditWatermark = forbideditwatermark
|
8838
|
+
@SealDescription = sealdescription
|
8839
|
+
@ForbidEditSealDescription = forbideditsealdescription
|
8829
8840
|
end
|
8830
8841
|
|
8831
8842
|
def deserialize(params)
|
@@ -8833,6 +8844,8 @@ module TencentCloud
|
|
8833
8844
|
@ShowTemplateComponent = params['ShowTemplateComponent']
|
8834
8845
|
@SkipUploadFile = params['SkipUploadFile']
|
8835
8846
|
@ForbidEditWatermark = params['ForbidEditWatermark']
|
8847
|
+
@SealDescription = params['SealDescription']
|
8848
|
+
@ForbidEditSealDescription = params['ForbidEditSealDescription']
|
8836
8849
|
end
|
8837
8850
|
end
|
8838
8851
|
|
@@ -11133,10 +11146,16 @@ module TencentCloud
|
|
11133
11146
|
# @type IsAllTime: Boolean
|
11134
11147
|
# @param AuthorizedUsers: 授权人列表
|
11135
11148
|
# @type AuthorizedUsers: Array
|
11149
|
+
# @param RealWidth: 印章的真实宽度,单位毫米
|
11150
|
+
# @type RealWidth: Integer
|
11151
|
+
# @param RealHeight: 印章的真实高度,单位毫米
|
11152
|
+
# @type RealHeight: Integer
|
11153
|
+
# @param SealDescription: 印章描述
|
11154
|
+
# @type SealDescription: String
|
11136
11155
|
|
11137
|
-
attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers
|
11156
|
+
attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers, :RealWidth, :RealHeight, :SealDescription
|
11138
11157
|
|
11139
|
-
def initialize(sealid=nil, sealname=nil, createon=nil, creator=nil, sealpolicyid=nil, sealstatus=nil, failreason=nil, url=nil, sealtype=nil, isalltime=nil, authorizedusers=nil)
|
11158
|
+
def initialize(sealid=nil, sealname=nil, createon=nil, creator=nil, sealpolicyid=nil, sealstatus=nil, failreason=nil, url=nil, sealtype=nil, isalltime=nil, authorizedusers=nil, realwidth=nil, realheight=nil, sealdescription=nil)
|
11140
11159
|
@SealId = sealid
|
11141
11160
|
@SealName = sealname
|
11142
11161
|
@CreateOn = createon
|
@@ -11148,6 +11167,9 @@ module TencentCloud
|
|
11148
11167
|
@SealType = sealtype
|
11149
11168
|
@IsAllTime = isalltime
|
11150
11169
|
@AuthorizedUsers = authorizedusers
|
11170
|
+
@RealWidth = realwidth
|
11171
|
+
@RealHeight = realheight
|
11172
|
+
@SealDescription = sealdescription
|
11151
11173
|
end
|
11152
11174
|
|
11153
11175
|
def deserialize(params)
|
@@ -11169,6 +11191,9 @@ module TencentCloud
|
|
11169
11191
|
@AuthorizedUsers << authorizeduser_tmp
|
11170
11192
|
end
|
11171
11193
|
end
|
11194
|
+
@RealWidth = params['RealWidth']
|
11195
|
+
@RealHeight = params['RealHeight']
|
11196
|
+
@SealDescription = params['SealDescription']
|
11172
11197
|
end
|
11173
11198
|
end
|
11174
11199
|
|
@@ -11380,17 +11405,25 @@ module TencentCloud
|
|
11380
11405
|
# @type AuthUrl: String
|
11381
11406
|
# @param ErrorMessage: 企业批量注册的错误信息,例如:企业三要素不通过
|
11382
11407
|
# @type ErrorMessage: String
|
11408
|
+
# @param OrganizationName: 企业批量注册 传递过来的企业名称,方便客户定位企业
|
11409
|
+
# @type OrganizationName: String
|
11410
|
+
# @param SubTaskId: 企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks)。
|
11411
|
+
# @type SubTaskId: String
|
11383
11412
|
|
11384
|
-
attr_accessor :AuthUrl, :ErrorMessage
|
11413
|
+
attr_accessor :AuthUrl, :ErrorMessage, :OrganizationName, :SubTaskId
|
11385
11414
|
|
11386
|
-
def initialize(authurl=nil, errormessage=nil)
|
11415
|
+
def initialize(authurl=nil, errormessage=nil, organizationname=nil, subtaskid=nil)
|
11387
11416
|
@AuthUrl = authurl
|
11388
11417
|
@ErrorMessage = errormessage
|
11418
|
+
@OrganizationName = organizationname
|
11419
|
+
@SubTaskId = subtaskid
|
11389
11420
|
end
|
11390
11421
|
|
11391
11422
|
def deserialize(params)
|
11392
11423
|
@AuthUrl = params['AuthUrl']
|
11393
11424
|
@ErrorMessage = params['ErrorMessage']
|
11425
|
+
@OrganizationName = params['OrganizationName']
|
11426
|
+
@SubTaskId = params['SubTaskId']
|
11394
11427
|
end
|
11395
11428
|
end
|
11396
11429
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
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
|