tencentcloud-sdk-essbasic 3.0.1177 → 3.0.1178

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23f44452514e627be66e5b300dbd15581872465e
4
- data.tar.gz: a37f15b0872bc822701baecdd5931738c5dd8f75
3
+ metadata.gz: 2ad31f5b4013a4dcccade37512a48ea6dab38c6c
4
+ data.tar.gz: b81a4ce455bd95575d08eb36b0d960872a67dc10
5
5
  SHA512:
6
- metadata.gz: 2c3e171a5268519616ef908fbf006d61d804ed8f4fa2ea3bfb2bf81646f41e9974df3ba669eeb53a26792a722426dc0b98c726264e7848491e93cae49416dd76
7
- data.tar.gz: a8a35b16755b7b765839729706caa2bc98fed08ccb7f6d223a2500479eeaa0ff1037a7189b392ab4c30f3f93b755b8144b71b0c171725ad66035c01056280020
6
+ metadata.gz: f28f13d1e852e6ea0591a4302c1c87ff48785bf7924bbe97751c93250e1e6aaa225cfc6f62062fa080b806587779e18178815cb67825730869e87e45b0c812a5
7
+ data.tar.gz: 2ddabf6acf21cd25b61ff9cda200c1e2c0638b17d5e910a22c34a3ab899715f223617d17e1973d33251c2f49dc64387aaf5e7febf90e834f23fac6a9d93028c2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1177
1
+ 3.0.1178
@@ -3085,10 +3085,12 @@ module TencentCloud
3085
3085
  # @type LicenseType: Integer
3086
3086
  # @param SceneKey: <ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
3087
3087
  # @type SceneKey: String
3088
+ # @param FileId: 印章图片文件 id取值:填写的FileId通过UploadFiles接口上传文件获取。
3089
+ # @type FileId: String
3088
3090
 
3089
- attr_accessor :Agent, :UserName, :IdCardNumber, :SealName, :SealImage, :Operator, :IdCardType, :SealImageCompress, :Mobile, :EnableAutoSign, :LicenseType, :SceneKey
3091
+ attr_accessor :Agent, :UserName, :IdCardNumber, :SealName, :SealImage, :Operator, :IdCardType, :SealImageCompress, :Mobile, :EnableAutoSign, :LicenseType, :SceneKey, :FileId
3090
3092
 
3091
- def initialize(agent=nil, username=nil, idcardnumber=nil, sealname=nil, sealimage=nil, operator=nil, idcardtype=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, licensetype=nil, scenekey=nil)
3093
+ def initialize(agent=nil, username=nil, idcardnumber=nil, sealname=nil, sealimage=nil, operator=nil, idcardtype=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, licensetype=nil, scenekey=nil, fileid=nil)
3092
3094
  @Agent = agent
3093
3095
  @UserName = username
3094
3096
  @IdCardNumber = idcardnumber
@@ -3101,6 +3103,7 @@ module TencentCloud
3101
3103
  @EnableAutoSign = enableautosign
3102
3104
  @LicenseType = licensetype
3103
3105
  @SceneKey = scenekey
3106
+ @FileId = fileid
3104
3107
  end
3105
3108
 
3106
3109
  def deserialize(params)
@@ -3122,6 +3125,7 @@ module TencentCloud
3122
3125
  @EnableAutoSign = params['EnableAutoSign']
3123
3126
  @LicenseType = params['LicenseType']
3124
3127
  @SceneKey = params['SceneKey']
3128
+ @FileId = params['FileId']
3125
3129
  end
3126
3130
  end
3127
3131
 
@@ -4245,7 +4249,7 @@ module TencentCloud
4245
4249
  # </ul>
4246
4250
  # 第三方平台子客企业和员工必须已经经过实名认证
4247
4251
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
4248
- # @param Limit: 指定分页每页返回的数据条数,单页最大支持 100
4252
+ # @param Limit: 指定分页每页返回的数据条数,单页最大支持 100。默认值为20
4249
4253
  # @type Limit: Integer
4250
4254
  # @param Offset: 分页查询偏移量,默认为0,最大为20000
4251
4255
  # @type Offset: Integer
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.1177
4
+ version: 3.0.1178
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-12-04 00:00:00.000000000 Z
11
+ date: 2025-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,10 +34,10 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-essbasic.rb
37
- - lib/v20201222/client.rb
38
- - lib/v20201222/models.rb
39
- - lib/v20210526/client.rb
40
37
  - lib/v20210526/models.rb
38
+ - lib/v20210526/client.rb
39
+ - lib/v20201222/models.rb
40
+ - lib/v20201222/client.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: