tencentcloud-sdk-essbasic 3.0.1124 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210526/models.rb +21 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 884012f82b3e6fd8cb5c5b7d907c7580f38aa095
4
- data.tar.gz: 97fd8e997c08b622599d05be77b5344318d81300
3
+ metadata.gz: 208bc7e11562944c76d2dd4bb4cada3c5740f0ab
4
+ data.tar.gz: 68042b25d1df6ca82651eccd4d0b90d809792fc3
5
5
  SHA512:
6
- metadata.gz: 3153474eb37b3de56b9c5f2bff11438dc2bfab460aab9cc772292c1cd97af0482df47ae16084ec50905a9bac89e6d405a311de0ccda1384ac547501f5e1167e4
7
- data.tar.gz: 9539fd989f8e9702e66deaa538772ad0a6000e81c332db0d3ec98e14aba61c101bb229393b7f20992c27b078b4fd4cbad0796563fd580a010c7dd2ce95eaa70d
6
+ metadata.gz: c1a9db1225dc52df1c218ff271d8f2118023ec466215402e28cdc2b6f45b692e1aa7848875d4a7eb257ef91f744be5d8b90abc22b994e271a68e07cd20cc551a
7
+ data.tar.gz: c12ec53e3e0622aff2bb3c88fae763492190d2b52ebd19ad9c5c85b87345d56fee4d361ca9cbb7ebfe84ab5ac4156edcc05be832ae405e9b093f0557aedd9c68
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1124
1
+ 3.0.1125
@@ -8822,14 +8822,21 @@ module TencentCloud
8822
8822
  # @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
8823
8823
  # <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
8824
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
8825
8830
 
8826
- attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile, :ForbidEditWatermark
8831
+ attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile, :ForbidEditWatermark, :SealDescription, :ForbidEditSealDescription
8827
8832
 
8828
- 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)
8829
8834
  @ShowFlowDetailComponent = showflowdetailcomponent
8830
8835
  @ShowTemplateComponent = showtemplatecomponent
8831
8836
  @SkipUploadFile = skipuploadfile
8832
8837
  @ForbidEditWatermark = forbideditwatermark
8838
+ @SealDescription = sealdescription
8839
+ @ForbidEditSealDescription = forbideditsealdescription
8833
8840
  end
8834
8841
 
8835
8842
  def deserialize(params)
@@ -8837,6 +8844,8 @@ module TencentCloud
8837
8844
  @ShowTemplateComponent = params['ShowTemplateComponent']
8838
8845
  @SkipUploadFile = params['SkipUploadFile']
8839
8846
  @ForbidEditWatermark = params['ForbidEditWatermark']
8847
+ @SealDescription = params['SealDescription']
8848
+ @ForbidEditSealDescription = params['ForbidEditSealDescription']
8840
8849
  end
8841
8850
  end
8842
8851
 
@@ -11396,17 +11405,25 @@ module TencentCloud
11396
11405
  # @type AuthUrl: String
11397
11406
  # @param ErrorMessage: 企业批量注册的错误信息,例如:企业三要素不通过
11398
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
11399
11412
 
11400
- attr_accessor :AuthUrl, :ErrorMessage
11413
+ attr_accessor :AuthUrl, :ErrorMessage, :OrganizationName, :SubTaskId
11401
11414
 
11402
- def initialize(authurl=nil, errormessage=nil)
11415
+ def initialize(authurl=nil, errormessage=nil, organizationname=nil, subtaskid=nil)
11403
11416
  @AuthUrl = authurl
11404
11417
  @ErrorMessage = errormessage
11418
+ @OrganizationName = organizationname
11419
+ @SubTaskId = subtaskid
11405
11420
  end
11406
11421
 
11407
11422
  def deserialize(params)
11408
11423
  @AuthUrl = params['AuthUrl']
11409
11424
  @ErrorMessage = params['ErrorMessage']
11425
+ @OrganizationName = params['OrganizationName']
11426
+ @SubTaskId = params['SubTaskId']
11410
11427
  end
11411
11428
  end
11412
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.1124
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-17 00:00:00.000000000 Z
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