tencentcloud-sdk-ess 3.0.946 → 3.0.948
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/v20201111/models.rb +15 -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: 366a873169e276b3b075a2b4d05bcae7fd874019
|
4
|
+
data.tar.gz: ec783518d1b9ab83533c929247931900b468ec0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d301829efa31b979d921ea73d7103c305b994f312772be253aa128e430c8d99bd9a932ffde90cc783cbacca2d1d756a8509f85588c756cfafa4a8ad00469845f
|
7
|
+
data.tar.gz: f11f07a1f9b81a39404db9601ffea2d2d39eadb8b58e7d38578fa0c720ec87d4ae6ccb8da7d3ab577ff388e82bb1d04c8a8f721fcb266fb1bd65192cfb83bbf5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.948
|
data/lib/v20201111/models.rb
CHANGED
@@ -1547,22 +1547,32 @@ module TencentCloud
|
|
1547
1547
|
# 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
1548
1548
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
1549
1549
|
# @param OperateTypes: 初始化操作类型
|
1550
|
-
# <ul
|
1550
|
+
# <ul>
|
1551
|
+
# <li>CREATE_SEAL : 创建印章</li>
|
1551
1552
|
# <li>AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业</li>
|
1552
|
-
# <li>OPEN_AUTO_SIGN :开通企业自动签署</li
|
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
|
-
|
1563
|
+
# 企业电子签账号可在[电子签的网页端](https://qian.tencent.com/console/company-settings/company-center) ,于企业设置-企业信息菜单栏下复制获取。
|
1564
|
+
|
1565
|
+
# 
|
1566
|
+
# @type AuthorizedOrganizationId: String
|
1560
1567
|
|
1561
|
-
|
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.
|
4
|
+
version: 3.0.948
|
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-
|
11
|
+
date: 2024-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|