tencentcloud-sdk-ess 3.0.548 → 3.0.550

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a79e08de412d69f539733a7e8108d1caa006c691
4
- data.tar.gz: ec9cfe75daaa25cee2bfe74fdfc22a6299f121e6
3
+ metadata.gz: f4d64c54b6cf9831254bf96d6da7136c5f42f113
4
+ data.tar.gz: f4671c90bfdebd8a0b4bc89418e734f1e51bca08
5
5
  SHA512:
6
- metadata.gz: 359cfa7b44f1f6aabaf49149ebeeaf6421db658ccc240fd4e2efb225e1d7eca5c447cca8d6f01345c887e4e6cef6cde38656a42da43a17b10e474ab180ba7521
7
- data.tar.gz: e643506809192f82e512363b254e8bbcd24fc5278e373cc54dcdc1e30c4e089aa8c3aa83643e111b6c22e677b38b5c6e5c2bef477a87f58a262b318147818d0f
6
+ metadata.gz: dbf1a34254e534bdbb2886150598fca8b3c0eadef696b0578c4f1b55d34aaf15fad1e4299e5897b24da88d422d2193e6d2fe7fae01690a73eb044e858edf3986
7
+ data.tar.gz: eff5b7b5e358c2dcf0422f117c4606f2b6ca0668063b3b73dd834309db4ae432ac92c776db649b5d855be7a5b6f410099e744fad600502ede1ec14f6b3f15c49
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.548
1
+ 3.0.550
@@ -79,7 +79,7 @@ module TencentCloud
79
79
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
80
80
  end
81
81
 
82
- # 电子签企业版:指定需要批量撤回的签署流程Id,获取批量撤销链接
82
+ # 指定需要批量撤回的签署流程Id,获取批量撤销链接
83
83
  # 客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
84
84
 
85
85
  # @param request: Request instance for CreateBatchCancelFlowUrl.
@@ -315,7 +315,7 @@ module TencentCloud
315
315
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
316
316
  end
317
317
 
318
- # 创建签署链接,请联系客户经理申请使用
318
+ # 创建集成页面签署链接,请联系客户经理申请使用
319
319
 
320
320
  # @param request: Request instance for CreateFlowSignUrl.
321
321
  # @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowSignUrlRequest`
@@ -363,7 +363,7 @@ module TencentCloud
363
363
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
364
364
  end
365
365
 
366
- # 集成版绑定员工角色
366
+ # 绑定员工与对应角色
367
367
 
368
368
  # @param request: Request instance for CreateIntegrationUserRoles.
369
369
  # @type request: :class:`Tencentcloud::ess::V20201111::CreateIntegrationUserRolesRequest`
@@ -487,7 +487,7 @@ module TencentCloud
487
487
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
488
488
  end
489
489
 
490
- # 获取小程序跳转链接
490
+ # 获取小程序签署链接
491
491
 
492
492
  # 适用场景:如果需要签署人在自己的APP、小程序、H5应用中签署,可以通过此接口获取跳转腾讯电子签小程序的签署跳转链接。
493
493
 
@@ -593,7 +593,7 @@ module TencentCloud
593
593
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
594
594
  end
595
595
 
596
- # 解绑用户角色绑定关系
596
+ # 解绑员工与对应角色关系
597
597
 
598
598
  # @param request: Request instance for DeleteIntegrationRoleUsers.
599
599
  # @type request: :class:`Tencentcloud::ess::V20201111::DeleteIntegrationRoleUsersRequest`
@@ -765,7 +765,7 @@ module TencentCloud
765
765
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
766
766
  end
767
767
 
768
- # 查询员工信息,每次返回的数据量最大为20
768
+ # 查询企业员工列表,每次返回的数据量最大为20
769
769
 
770
770
  # @param request: Request instance for DescribeIntegrationEmployees.
771
771
  # @type request: :class:`Tencentcloud::ess::V20201111::DescribeIntegrationEmployeesRequest`
@@ -813,7 +813,7 @@ module TencentCloud
813
813
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
814
814
  end
815
815
 
816
- # 查询集成版角色
816
+ # 查询企业角色列表
817
817
 
818
818
  # @param request: Request instance for DescribeIntegrationRoles.
819
819
  # @type request: :class:`Tencentcloud::ess::V20201111::DescribeIntegrationRolesRequest`
@@ -1034,7 +1034,7 @@ module TencentCloud
1034
1034
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1035
1035
  end
1036
1036
 
1037
- # 更新集成版员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
1037
+ # 更新员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
1038
1038
 
1039
1039
  # @param request: Request instance for UpdateIntegrationEmployees.
1040
1040
  # @type request: :class:`Tencentcloud::ess::V20201111::UpdateIntegrationEmployeesRequest`
@@ -4820,6 +4820,8 @@ module TencentCloud
4820
4820
  # @type CreatedOn: Integer
4821
4821
  # @param Promoter: 发起人角色信息
4822
4822
  # @type Promoter: :class:`Tencentcloud::Ess.v20201111.models.Recipient`
4823
+ # @param Available: 模板可用状态,取值:0未知,但默认会被转成启用;1启用(默认),2停用
4824
+ # @type Available: Integer
4823
4825
  # @param OrganizationId: 模板创建组织id
4824
4826
  # @type OrganizationId: String
4825
4827
  # @param PreviewUrl: 模板预览链接
@@ -4832,9 +4834,9 @@ module TencentCloud
4832
4834
  # 注意:此字段可能返回 null,表示取不到有效值。
4833
4835
  # @type Published: Boolean
4834
4836
 
4835
- attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published
4837
+ attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published
4836
4838
 
4837
- def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil)
4839
+ def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, available=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil)
4838
4840
  @TemplateId = templateid
4839
4841
  @TemplateName = templatename
4840
4842
  @Description = description
@@ -4849,6 +4851,7 @@ module TencentCloud
4849
4851
  @Creator = creator
4850
4852
  @CreatedOn = createdon
4851
4853
  @Promoter = promoter
4854
+ @Available = available
4852
4855
  @OrganizationId = organizationid
4853
4856
  @PreviewUrl = previewurl
4854
4857
  @TemplateVersion = templateversion
@@ -4901,6 +4904,7 @@ module TencentCloud
4901
4904
  @Promoter = Recipient.new
4902
4905
  @Promoter.deserialize(params['Promoter'])
4903
4906
  end
4907
+ @Available = params['Available']
4904
4908
  @OrganizationId = params['OrganizationId']
4905
4909
  @PreviewUrl = params['PreviewUrl']
4906
4910
  @TemplateVersion = params['TemplateVersion']
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.548
4
+ version: 3.0.550
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-04-11 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common