tencentcloud-sdk-essbasic 3.0.630 → 3.0.631
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/client.rb +3 -3
- data/lib/v20210526/models.rb +19 -19
- 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: 03d9204656a9e5a6e0a871dbe1a572d0e35e661f
|
|
4
|
+
data.tar.gz: 963fcdc3a72633cf9c939a123970c15d8e8de7d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c35b165454c7da82d705ed3b82e0519dce3212c2106e97816d71b9bdb1b739cfc56842759924a5b9069465f8ba74560173f3247e939e5d8443d6a4ee08e324e
|
|
7
|
+
data.tar.gz: 7f9d164b2abf7e438dc7dfd8d1acb76becd9bd15684b4a1486381502e76a8289aa0bbd62af7b1b442904664356bd4c35a6828742b77b89ed0dd0d4233d4060ba
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.631
|
data/lib/v20210526/client.rb
CHANGED
|
@@ -628,7 +628,7 @@ module TencentCloud
|
|
|
628
628
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
629
629
|
end
|
|
630
630
|
|
|
631
|
-
# 查询流程填写控件内容,可以根据流程Id
|
|
631
|
+
# 查询流程填写控件内容,可以根据流程Id查询该流程相关联的填写控件信息和填写内容。 注意:使用此接口前,需要在【企业应用管理】-【应用集成】-【第三方应用管理】中开通【下载应用内全量合同文件及内容数据】功能。
|
|
632
632
|
|
|
633
633
|
# @param request: Request instance for ChannelDescribeFlowComponents.
|
|
634
634
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelDescribeFlowComponentsRequest`
|
|
@@ -653,7 +653,7 @@ module TencentCloud
|
|
|
653
653
|
end
|
|
654
654
|
|
|
655
655
|
# 查询子客企业电子印章,需要操作者具有管理印章权限
|
|
656
|
-
# 客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0
|
|
656
|
+
# 客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数,只返回启用的印章。
|
|
657
657
|
|
|
658
658
|
# @param request: Request instance for ChannelDescribeOrganizationSeals.
|
|
659
659
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelDescribeOrganizationSealsRequest`
|
|
@@ -750,7 +750,7 @@ module TencentCloud
|
|
|
750
750
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
751
751
|
end
|
|
752
752
|
|
|
753
|
-
#
|
|
753
|
+
# 对流程的合同文件进行数字签名验证,判断文件是否被篡改。
|
|
754
754
|
|
|
755
755
|
# @param request: Request instance for ChannelVerifyPdf.
|
|
756
756
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelVerifyPdfRequest`
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -1579,11 +1579,11 @@ module TencentCloud
|
|
|
1579
1579
|
class ChannelCreateUserRolesRequest < TencentCloud::Common::AbstractModel
|
|
1580
1580
|
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1581
1581
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1582
|
-
# @param RoleIds: 绑定角色的角色id
|
|
1582
|
+
# @param RoleIds: 绑定角色的角色id列表,最多 100 个
|
|
1583
1583
|
# @type RoleIds: Array
|
|
1584
|
-
# @param UserIds: 电子签用户ID列表,与OpenIds参数二选一,优先UserIds
|
|
1584
|
+
# @param UserIds: 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数,最多 100 个
|
|
1585
1585
|
# @type UserIds: Array
|
|
1586
|
-
# @param OpenIds: 客户系统用户ID列表,与UserIds参数二选一,优先UserIds
|
|
1586
|
+
# @param OpenIds: 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数,最多 100 个
|
|
1587
1587
|
# @type OpenIds: Array
|
|
1588
1588
|
# @param Operator: 操作者信息
|
|
1589
1589
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
@@ -1696,11 +1696,11 @@ module TencentCloud
|
|
|
1696
1696
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1697
1697
|
# @param RoleId: 角色Id(非超管或法人角色Id)
|
|
1698
1698
|
# @type RoleId: String
|
|
1699
|
-
# @param UserIds: 电子签用户ID列表,与OpenIds参数二选一,优先UserIds
|
|
1699
|
+
# @param UserIds: 电子签用户ID列表,与OpenIds参数二选一,优先UserIds参数,最多两百
|
|
1700
1700
|
# @type UserIds: Array
|
|
1701
1701
|
# @param Operator: 操作人信息
|
|
1702
1702
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
1703
|
-
# @param OpenIds: 客户系统用户ID列表,与UserIds参数二选一,优先UserIds
|
|
1703
|
+
# @param OpenIds: 客户系统用户ID列表,与UserIds参数二选一,优先UserIds参数,最多两百
|
|
1704
1704
|
# @type OpenIds: Array
|
|
1705
1705
|
|
|
1706
1706
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
|
@@ -1816,38 +1816,38 @@ module TencentCloud
|
|
|
1816
1816
|
|
|
1817
1817
|
# ChannelDescribeEmployees请求参数结构体
|
|
1818
1818
|
class ChannelDescribeEmployeesRequest < TencentCloud::Common::AbstractModel
|
|
1819
|
-
# @param Limit: 返回最大数量,最大为20
|
|
1820
|
-
# @type Limit: Integer
|
|
1821
1819
|
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1822
1820
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
1821
|
+
# @param Limit: 指定每页多少条数据,单页最大20
|
|
1822
|
+
# @type Limit: Integer
|
|
1823
1823
|
# @param Filters: 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
|
1824
1824
|
# 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
|
1825
1825
|
# 查询离职员工时,Key为Status,Values为["QuiteJob"]
|
|
1826
1826
|
# @type Filters: Array
|
|
1827
|
-
# @param Offset:
|
|
1827
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大为20000
|
|
1828
1828
|
# @type Offset: Integer
|
|
1829
1829
|
# @param Operator: 暂未开放
|
|
1830
1830
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
1831
1831
|
|
|
1832
|
-
attr_accessor :
|
|
1832
|
+
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
1833
1833
|
extend Gem::Deprecate
|
|
1834
1834
|
deprecate :Operator, :none, 2023, 8
|
|
1835
1835
|
deprecate :Operator=, :none, 2023, 8
|
|
1836
1836
|
|
|
1837
|
-
def initialize(
|
|
1838
|
-
@Limit = limit
|
|
1837
|
+
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
1839
1838
|
@Agent = agent
|
|
1839
|
+
@Limit = limit
|
|
1840
1840
|
@Filters = filters
|
|
1841
1841
|
@Offset = offset
|
|
1842
1842
|
@Operator = operator
|
|
1843
1843
|
end
|
|
1844
1844
|
|
|
1845
1845
|
def deserialize(params)
|
|
1846
|
-
@Limit = params['Limit']
|
|
1847
1846
|
unless params['Agent'].nil?
|
|
1848
1847
|
@Agent = Agent.new
|
|
1849
1848
|
@Agent.deserialize(params['Agent'])
|
|
1850
1849
|
end
|
|
1850
|
+
@Limit = params['Limit']
|
|
1851
1851
|
unless params['Filters'].nil?
|
|
1852
1852
|
@Filters = []
|
|
1853
1853
|
params['Filters'].each do |i|
|
|
@@ -1869,10 +1869,10 @@ module TencentCloud
|
|
|
1869
1869
|
# @param Employees: 员工数据列表
|
|
1870
1870
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1871
1871
|
# @type Employees: Array
|
|
1872
|
-
# @param Offset:
|
|
1872
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
|
|
1873
1873
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1874
1874
|
# @type Offset: Integer
|
|
1875
|
-
# @param Limit:
|
|
1875
|
+
# @param Limit: 指定每页多少条数据,单页最大20
|
|
1876
1876
|
# @type Limit: Integer
|
|
1877
1877
|
# @param TotalCount: 符合条件的员工数量
|
|
1878
1878
|
# @type TotalCount: Integer
|
|
@@ -1930,7 +1930,7 @@ module TencentCloud
|
|
|
1930
1930
|
|
|
1931
1931
|
# ChannelDescribeFlowComponents返回参数结构体
|
|
1932
1932
|
class ChannelDescribeFlowComponentsResponse < TencentCloud::Common::AbstractModel
|
|
1933
|
-
# @param RecipientComponentInfos:
|
|
1933
|
+
# @param RecipientComponentInfos: 流程关联的填写控件信息,控件会按照参与方进行分类。
|
|
1934
1934
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1935
1935
|
# @type RecipientComponentInfos: Array
|
|
1936
1936
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2036,9 +2036,9 @@ module TencentCloud
|
|
|
2036
2036
|
class ChannelDescribeRolesRequest < TencentCloud::Common::AbstractModel
|
|
2037
2037
|
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2038
2038
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
2039
|
-
# @param Offset:
|
|
2039
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
|
|
2040
2040
|
# @type Offset: Integer
|
|
2041
|
-
# @param Limit:
|
|
2041
|
+
# @param Limit: 指定每页多少条数据,单页最大200
|
|
2042
2042
|
# @type Limit: String
|
|
2043
2043
|
# @param Filters: 查询的关键字段:
|
|
2044
2044
|
# Key:"RoleType",Values:["1"]查询系统角色,Values:["2"]查询自定义角色
|
|
@@ -2084,9 +2084,9 @@ module TencentCloud
|
|
|
2084
2084
|
|
|
2085
2085
|
# ChannelDescribeRoles返回参数结构体
|
|
2086
2086
|
class ChannelDescribeRolesResponse < TencentCloud::Common::AbstractModel
|
|
2087
|
-
# @param Offset:
|
|
2087
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
|
|
2088
2088
|
# @type Offset: Integer
|
|
2089
|
-
# @param Limit:
|
|
2089
|
+
# @param Limit: 指定每页多少条数据,单页最大200
|
|
2090
2090
|
# @type Limit: Integer
|
|
2091
2091
|
# @param TotalCount: 查询角色的总数量
|
|
2092
2092
|
# @type TotalCount: 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.
|
|
4
|
+
version: 3.0.631
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|