tencentcloud-sdk-essbasic 3.0.630 → 3.0.632

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: 9dec85a142073dd0bde223f2f2fa949c762adfc0
4
- data.tar.gz: e8bb9290895fceb0f043cfdce88b0d60ded75448
3
+ metadata.gz: 6efff478c5c5849d012f1859ee2e5f9c15d8ccf5
4
+ data.tar.gz: 4def29359468918b85c8c0caeb851f7db2593966
5
5
  SHA512:
6
- metadata.gz: 1a596f497a1401c1cba8d837e37e0c26606073c48cb4fcf679b78bd6c2e8445fb66231793d920b5cb77cc17e2291a95e39cd3e7bea6cbe1ae0a9ec6687e11aba
7
- data.tar.gz: 7f991d86eba20ab824e48236a33bfa90885358e1a85c2a8a38482aa80850fec39ced1017aa973989d18689e6c09bf565d87bd7364faf814e99cc6281533084da
6
+ metadata.gz: 720d31ed908db6c00bd2ba8e87f7bcea077f9b75c1851d481ef26421f739465bd43810d463a2a52a92dff9e75db0ed29f4fd2e3c7e9ddc8d1401bcaffe275fa5
7
+ data.tar.gz: aff2dde70b5d368511562c394cc8383e13ccc4e0886aca9acd860132cbb8f2e69ba015988231621df3be3ec3ce6cee061fc9bf181df2c09dc5a7d79c7048b215
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.630
1
+ 3.0.632
@@ -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`
@@ -1054,7 +1054,7 @@ module TencentCloud
1054
1054
  end
1055
1055
 
1056
1056
  # 此接口(DescribeUsage)用于获取第三方平台所有合作企业流量消耗情况。
1057
- # 注: 此接口每日限频2次,若要扩大限制次数,请提前与客服经理或邮件至e-contract@tencent.com进行联系。
1057
+ # 注: 此接口每日限频50次,若要扩大限制次数,请提前与客服经理或邮件至e-contract@tencent.com进行联系。
1058
1058
 
1059
1059
  # @param request: Request instance for DescribeUsage.
1060
1060
  # @type request: :class:`Tencentcloud::essbasic::V20210526::DescribeUsageRequest`
@@ -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: 偏移量,默认为0,最大为20000
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 :Limit, :Agent, :Filters, :Offset, :Operator
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(limit=nil, agent=nil, filters=nil, offset=nil, operator=nil)
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: 偏移量,默认为0,最大为20000
1872
+ # @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
1873
1873
  # 注意:此字段可能返回 null,表示取不到有效值。
1874
1874
  # @type Offset: Integer
1875
- # @param Limit: 返回最大数量,最大为20
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: 查询起始偏移,最大2000
2039
+ # @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
2040
2040
  # @type Offset: Integer
2041
- # @param Limit: 查询数量,最大200
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: 页面偏移量,最大2000
2087
+ # @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
2088
2088
  # @type Offset: Integer
2089
- # @param Limit: 查询数量,最大200
2089
+ # @param Limit: 指定每页多少条数据,单页最大200
2090
2090
  # @type Limit: Integer
2091
2091
  # @param TotalCount: 查询角色的总数量
2092
2092
  # @type TotalCount: Integer
@@ -3923,12 +3923,13 @@ module TencentCloud
3923
3923
  class FlowApproverInfo < TencentCloud::Common::AbstractModel
3924
3924
  # @param Name: 签署人姓名,最大长度50个字符
3925
3925
  # @type Name: String
3926
- # @param IdCardType: 签署人身份证件类型
3926
+ # @param IdCardType: 签署人的证件类型
3927
3927
  # 1.ID_CARD 居民身份证
3928
3928
  # 2.HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证
3929
3929
  # 3.HONGKONG_AND_MACAO 港澳居民来往内地通行证
3930
+ # 4.OTHER_CARD_TYPE 其他(需要使用该类型请先联系运营经理)
3930
3931
  # @type IdCardType: String
3931
- # @param IdCardNumber: 签署人证件号
3932
+ # @param IdCardNumber: 签署人证件号(长度不超过18位)
3932
3933
  # @type IdCardNumber: String
3933
3934
  # @param Mobile: 签署人手机号,脱敏显示。大陆手机号为11位,暂不支持海外手机号。
3934
3935
  # @type Mobile: String
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.630
4
+ version: 3.0.632
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-07 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common