tencentcloud-sdk-ess 3.0.946 → 3.0.947

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/v20201111/models.rb +15 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4906fc4f36a8849f8aa17c06252f12621fc9bc1e
4
- data.tar.gz: 62e46a5483935ccf39bb8a4e904a45fe8ac1b50f
3
+ metadata.gz: 949e03e8fe05e7883ba9ac898511ebfea7e1e59c
4
+ data.tar.gz: c5818e451bfd49feb3dbafadb2799353124fdb12
5
5
  SHA512:
6
- metadata.gz: 4df6f44229654ff843125da84c1812a5e581b496651b292a11c044040c65fe25a80b21f4ec6cb47970bccdf83e762c0f45333e751c260985f7028185f978415c
7
- data.tar.gz: 79b6a2f3cf0b799fd47e6420b829c8bfcc2c69e737916eb87b6cb3f6940588d17e0d72894c89f8438b9a963015c5b5b9825dbacd7eb5bce558396afb2a22bd91
6
+ metadata.gz: 0be7cbea9de5c898f8cb6e33a69ccd90c4b2a85cf098ec40637be5c6d779ac6f603be2fb0aa26dc107fd37e4a9879c772eb085e07c4967eaddc685c94e89b18c
7
+ data.tar.gz: ae7689c6ce16234d56c4f37871e9aab4a277126b3e0e7563f3b42f0498c0d9522bf127257a4400128c552206e81a76c5da2007c3747842de8fc416f668a91841
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.946
1
+ 3.0.947
@@ -1547,22 +1547,32 @@ module TencentCloud
1547
1547
  # 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
1548
1548
  # @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
1549
1549
  # @param OperateTypes: 初始化操作类型
1550
- # <ul><li>CREATE_SEAL : 创建印章</li>
1550
+ # <ul>
1551
+ # <li>CREATE_SEAL : 创建印章</li>
1551
1552
  # <li>AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业</li>
1552
- # <li>OPEN_AUTO_SIGN :开通企业自动签署</li></ul>
1553
+ # <li>OPEN_AUTO_SIGN :开通企业自动签署</li>
1554
+ # <li>PARTNER_AUTO_SIGN_AUTH :合作方企业授权自动签</li>
1555
+ # </ul>
1553
1556
  # @type OperateTypes: Array
1554
1557
  # @param OrganizationIds: 批量操作的企业Id列表,最大支持50个
1555
1558
  # @type OrganizationIds: Array
1556
1559
  # @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
1557
1560
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
1561
+ # @param AuthorizedOrganizationId: 被授权的合作方企业在电子签的企业电子签账号,当操作类型包含 PARTNER_AUTO_SIGN_AUTH (合作方企业授权自动签)时必传。
1558
1562
 
1559
- attr_accessor :Operator, :OperateTypes, :OrganizationIds, :Agent
1563
+ # 企业电子签账号可在[电子签的网页端](https://qian.tencent.com/console/company-settings/company-center) ,于企业设置-企业信息菜单栏下复制获取。
1564
+
1565
+ # ![企业电子签账号](https://qcloudimg.tencent-cloud.cn/raw/4e6b30ee92f00671f7f1c5bd127c27db.png)
1566
+ # @type AuthorizedOrganizationId: String
1560
1567
 
1561
- def initialize(operator=nil, operatetypes=nil, organizationids=nil, agent=nil)
1568
+ attr_accessor :Operator, :OperateTypes, :OrganizationIds, :Agent, :AuthorizedOrganizationId
1569
+
1570
+ def initialize(operator=nil, operatetypes=nil, organizationids=nil, agent=nil, authorizedorganizationid=nil)
1562
1571
  @Operator = operator
1563
1572
  @OperateTypes = operatetypes
1564
1573
  @OrganizationIds = organizationids
1565
1574
  @Agent = agent
1575
+ @AuthorizedOrganizationId = authorizedorganizationid
1566
1576
  end
1567
1577
 
1568
1578
  def deserialize(params)
@@ -1576,6 +1586,7 @@ module TencentCloud
1576
1586
  @Agent = Agent.new
1577
1587
  @Agent.deserialize(params['Agent'])
1578
1588
  end
1589
+ @AuthorizedOrganizationId = params['AuthorizedOrganizationId']
1579
1590
  end
1580
1591
  end
1581
1592
 
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.946
4
+ version: 3.0.947
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-22 00:00:00.000000000 Z
11
+ date: 2024-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common