tencentcloud-sdk-essbasic 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +20 -4
- 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: 884012f82b3e6fd8cb5c5b7d907c7580f38aa095
|
4
|
+
data.tar.gz: 97fd8e997c08b622599d05be77b5344318d81300
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3153474eb37b3de56b9c5f2bff11438dc2bfab460aab9cc772292c1cd97af0482df47ae16084ec50905a9bac89e6d405a311de0ccda1384ac547501f5e1167e4
|
7
|
+
data.tar.gz: 9539fd989f8e9702e66deaa538772ad0a6000e81c332db0d3ec98e14aba61c101bb229393b7f20992c27b078b4fd4cbad0796563fd580a010c7dd2ce95eaa70d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1124
|
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
|
|
@@ -11133,10 +11137,16 @@ module TencentCloud
|
|
11133
11137
|
# @type IsAllTime: Boolean
|
11134
11138
|
# @param AuthorizedUsers: 授权人列表
|
11135
11139
|
# @type AuthorizedUsers: Array
|
11140
|
+
# @param RealWidth: 印章的真实宽度,单位毫米
|
11141
|
+
# @type RealWidth: Integer
|
11142
|
+
# @param RealHeight: 印章的真实高度,单位毫米
|
11143
|
+
# @type RealHeight: Integer
|
11144
|
+
# @param SealDescription: 印章描述
|
11145
|
+
# @type SealDescription: String
|
11136
11146
|
|
11137
|
-
attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers
|
11147
|
+
attr_accessor :SealId, :SealName, :CreateOn, :Creator, :SealPolicyId, :SealStatus, :FailReason, :Url, :SealType, :IsAllTime, :AuthorizedUsers, :RealWidth, :RealHeight, :SealDescription
|
11138
11148
|
|
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)
|
11149
|
+
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
11150
|
@SealId = sealid
|
11141
11151
|
@SealName = sealname
|
11142
11152
|
@CreateOn = createon
|
@@ -11148,6 +11158,9 @@ module TencentCloud
|
|
11148
11158
|
@SealType = sealtype
|
11149
11159
|
@IsAllTime = isalltime
|
11150
11160
|
@AuthorizedUsers = authorizedusers
|
11161
|
+
@RealWidth = realwidth
|
11162
|
+
@RealHeight = realheight
|
11163
|
+
@SealDescription = sealdescription
|
11151
11164
|
end
|
11152
11165
|
|
11153
11166
|
def deserialize(params)
|
@@ -11169,6 +11182,9 @@ module TencentCloud
|
|
11169
11182
|
@AuthorizedUsers << authorizeduser_tmp
|
11170
11183
|
end
|
11171
11184
|
end
|
11185
|
+
@RealWidth = params['RealWidth']
|
11186
|
+
@RealHeight = params['RealHeight']
|
11187
|
+
@SealDescription = params['SealDescription']
|
11172
11188
|
end
|
11173
11189
|
end
|
11174
11190
|
|
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.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-
|
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
|