tencentcloud-sdk-essbasic 3.0.430 → 3.0.431
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 +11 -8
- data/lib/v20210526/models.rb +25 -21
- 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: 01b3a37665b077d5d6e88ffd99fede6b0cc3f7f9
|
4
|
+
data.tar.gz: 91c0457a22d7d0eb7437c593b884c3ebc3bc7663
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c6893ff25805966bfdcbb620df2236160607b788f934656e65f3e85845397f8843096e331253197660a36f9268d7369e748549c006a6356e0c6efa2400f37fd
|
7
|
+
data.tar.gz: de89e2e043dc9b22e48cda044c9eb2414cc50eb00eedfd1e1879166af6d3a9c9fc0a8e8c7b3dbe28d614184f417be532fdc20b87bc70d2917597097a550d318c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.431
|
data/lib/v20210526/client.rb
CHANGED
@@ -232,7 +232,7 @@ module TencentCloud
|
|
232
232
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
233
233
|
end
|
234
234
|
|
235
|
-
#
|
235
|
+
# 查询企业员工列表
|
236
236
|
|
237
237
|
# @param request: Request instance for ChannelDescribeEmployees.
|
238
238
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelDescribeEmployeesRequest`
|
@@ -451,7 +451,7 @@ module TencentCloud
|
|
451
451
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
452
452
|
end
|
453
453
|
|
454
|
-
# 通过此接口(DescribeTemplates
|
454
|
+
# 通过此接口(DescribeTemplates)查询该子客企业在电子签拥有的的有效模板,不包括渠道模版
|
455
455
|
|
456
456
|
# @param request: Request instance for DescribeTemplates.
|
457
457
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::DescribeTemplatesRequest`
|
@@ -525,11 +525,11 @@ module TencentCloud
|
|
525
525
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
526
526
|
end
|
527
527
|
|
528
|
-
# 此接口(OperateChannelTemplate
|
529
|
-
# 1
|
530
|
-
#
|
531
|
-
# 2
|
532
|
-
#
|
528
|
+
# 此接口(OperateChannelTemplate)用于针对渠道模板库中的模板对子客企业可见性的查询和设置,不会直接分配渠道模板给子客企业。
|
529
|
+
# 1、OperateType=select时:
|
530
|
+
# 查询渠道模板库
|
531
|
+
# 2、OperateType=update或者delete时:
|
532
|
+
# 对子客企业进行模板库中模板可见性的修改、删除操作。
|
533
533
|
|
534
534
|
# @param request: Request instance for OperateChannelTemplate.
|
535
535
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::OperateChannelTemplateRequest`
|
@@ -629,7 +629,10 @@ module TencentCloud
|
|
629
629
|
end
|
630
630
|
|
631
631
|
# 此接口(UploadFiles)用于文件上传。
|
632
|
-
# 调用时需要设置Domain
|
632
|
+
# 调用时需要设置Domain, 正式环境为 file.ess.tencent.cn。
|
633
|
+
# 代码示例:
|
634
|
+
# HttpProfile httpProfile = new HttpProfile();
|
635
|
+
# httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
633
636
|
|
634
637
|
# @param request: Request instance for UploadFiles.
|
635
638
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::UploadFilesRequest`
|
data/lib/v20210526/models.rb
CHANGED
@@ -657,21 +657,21 @@ module TencentCloud
|
|
657
657
|
# @type Limit: Integer
|
658
658
|
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
659
659
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
660
|
-
# @param Operator: 操作者的信息
|
661
|
-
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
662
660
|
# @param Filters: 查询过滤实名用户,key为Status,Values为["IsVerified"]
|
663
661
|
# @type Filters: Array
|
664
662
|
# @param Offset: 偏移量,默认为0,最大为20000
|
665
663
|
# @type Offset: Integer
|
664
|
+
# @param Operator: 操作者的信息
|
665
|
+
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
666
666
|
|
667
|
-
attr_accessor :Limit, :Agent, :
|
667
|
+
attr_accessor :Limit, :Agent, :Filters, :Offset, :Operator
|
668
668
|
|
669
|
-
def initialize(limit=nil, agent=nil,
|
669
|
+
def initialize(limit=nil, agent=nil, filters=nil, offset=nil, operator=nil)
|
670
670
|
@Limit = limit
|
671
671
|
@Agent = agent
|
672
|
-
@Operator = operator
|
673
672
|
@Filters = filters
|
674
673
|
@Offset = offset
|
674
|
+
@Operator = operator
|
675
675
|
end
|
676
676
|
|
677
677
|
def deserialize(params)
|
@@ -680,10 +680,6 @@ module TencentCloud
|
|
680
680
|
@Agent = Agent.new
|
681
681
|
@Agent.deserialize(params['Agent'])
|
682
682
|
end
|
683
|
-
unless params['Operator'].nil?
|
684
|
-
@Operator = UserInfo.new
|
685
|
-
@Operator.deserialize(params['Operator'])
|
686
|
-
end
|
687
683
|
unless params['Filters'].nil?
|
688
684
|
@Filters = []
|
689
685
|
params['Filters'].each do |i|
|
@@ -693,6 +689,10 @@ module TencentCloud
|
|
693
689
|
end
|
694
690
|
end
|
695
691
|
@Offset = params['Offset']
|
692
|
+
unless params['Operator'].nil?
|
693
|
+
@Operator = UserInfo.new
|
694
|
+
@Operator.deserialize(params['Operator'])
|
695
|
+
end
|
696
696
|
end
|
697
697
|
end
|
698
698
|
|
@@ -919,6 +919,8 @@ module TencentCloud
|
|
919
919
|
# @type ComponentName: String
|
920
920
|
# @param ComponentRequired: 定义控件是否为必填项,默认为false
|
921
921
|
# @type ComponentRequired: Boolean
|
922
|
+
# @param ComponentRecipientId: 控件关联的签署方id
|
923
|
+
# @type ComponentRecipientId: String
|
922
924
|
# @param FileIndex: 控件所属文件的序号 (文档中文件的排列序号,从0开始)
|
923
925
|
# @type FileIndex: Integer
|
924
926
|
# @param GenerateMode: 控件生成的方式:
|
@@ -964,13 +966,14 @@ module TencentCloud
|
|
964
966
|
# @param OffsetY: 指定关键字时纵坐标偏移量,单位pt
|
965
967
|
# @type OffsetY: Float
|
966
968
|
|
967
|
-
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY
|
969
|
+
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY
|
968
970
|
|
969
|
-
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil)
|
971
|
+
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil)
|
970
972
|
@ComponentId = componentid
|
971
973
|
@ComponentType = componenttype
|
972
974
|
@ComponentName = componentname
|
973
975
|
@ComponentRequired = componentrequired
|
976
|
+
@ComponentRecipientId = componentrecipientid
|
974
977
|
@FileIndex = fileindex
|
975
978
|
@GenerateMode = generatemode
|
976
979
|
@ComponentWidth = componentwidth
|
@@ -992,6 +995,7 @@ module TencentCloud
|
|
992
995
|
@ComponentType = params['ComponentType']
|
993
996
|
@ComponentName = params['ComponentName']
|
994
997
|
@ComponentRequired = params['ComponentRequired']
|
998
|
+
@ComponentRecipientId = params['ComponentRecipientId']
|
995
999
|
@FileIndex = params['FileIndex']
|
996
1000
|
@GenerateMode = params['GenerateMode']
|
997
1001
|
@ComponentWidth = params['ComponentWidth']
|
@@ -1501,7 +1505,7 @@ module TencentCloud
|
|
1501
1505
|
class DescribeTemplatesRequest < TencentCloud::Common::AbstractModel
|
1502
1506
|
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
|
1503
1507
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
1504
|
-
# @param TemplateId:
|
1508
|
+
# @param TemplateId: 模板唯一标识,查询单个模版时使用
|
1505
1509
|
# @type TemplateId: String
|
1506
1510
|
# @param ContentType: 查询内容:0-模板列表及详情(默认),1-仅模板列表
|
1507
1511
|
# @type ContentType: Integer
|
@@ -1509,24 +1513,24 @@ module TencentCloud
|
|
1509
1513
|
# @type Limit: Integer
|
1510
1514
|
# @param Offset: 查询偏移位置,默认0;在查询列表的时候有效
|
1511
1515
|
# @type Offset: Integer
|
1512
|
-
# @param Operator: 操作者的信息
|
1513
|
-
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1514
1516
|
# @param QueryAllComponents: 是否返回所有组件信息。默认false,只返回发起方控件;true,返回所有签署方控件
|
1515
1517
|
# @type QueryAllComponents: Boolean
|
1516
1518
|
# @param TemplateName: 模糊搜索模板名称,最大长度200
|
1517
1519
|
# @type TemplateName: String
|
1520
|
+
# @param Operator: 操作者的信息
|
1521
|
+
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1518
1522
|
|
1519
|
-
attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :
|
1523
|
+
attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :QueryAllComponents, :TemplateName, :Operator
|
1520
1524
|
|
1521
|
-
def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil,
|
1525
|
+
def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil, queryallcomponents=nil, templatename=nil, operator=nil)
|
1522
1526
|
@Agent = agent
|
1523
1527
|
@TemplateId = templateid
|
1524
1528
|
@ContentType = contenttype
|
1525
1529
|
@Limit = limit
|
1526
1530
|
@Offset = offset
|
1527
|
-
@Operator = operator
|
1528
1531
|
@QueryAllComponents = queryallcomponents
|
1529
1532
|
@TemplateName = templatename
|
1533
|
+
@Operator = operator
|
1530
1534
|
end
|
1531
1535
|
|
1532
1536
|
def deserialize(params)
|
@@ -1538,12 +1542,12 @@ module TencentCloud
|
|
1538
1542
|
@ContentType = params['ContentType']
|
1539
1543
|
@Limit = params['Limit']
|
1540
1544
|
@Offset = params['Offset']
|
1545
|
+
@QueryAllComponents = params['QueryAllComponents']
|
1546
|
+
@TemplateName = params['TemplateName']
|
1541
1547
|
unless params['Operator'].nil?
|
1542
1548
|
@Operator = UserInfo.new
|
1543
1549
|
@Operator.deserialize(params['Operator'])
|
1544
1550
|
end
|
1545
|
-
@QueryAllComponents = params['QueryAllComponents']
|
1546
|
-
@TemplateName = params['TemplateName']
|
1547
1551
|
end
|
1548
1552
|
end
|
1549
1553
|
|
@@ -3011,7 +3015,7 @@ module TencentCloud
|
|
3011
3015
|
# @type Recipients: Array
|
3012
3016
|
# @param TemplateType: 模板类型:1-静默签;3-普通模板
|
3013
3017
|
# @type TemplateType: Integer
|
3014
|
-
# @param IsPromoter: 是否是发起人
|
3018
|
+
# @param IsPromoter: 是否是发起人 ,已弃用
|
3015
3019
|
# @type IsPromoter: Boolean
|
3016
3020
|
# @param Creator: 模板的创建者信息
|
3017
3021
|
# @type Creator: String
|
@@ -3133,7 +3137,7 @@ module TencentCloud
|
|
3133
3137
|
|
3134
3138
|
# UploadFiles返回参数结构体
|
3135
3139
|
class UploadFilesResponse < TencentCloud::Common::AbstractModel
|
3136
|
-
# @param FileIds: 文件id
|
3140
|
+
# @param FileIds: 文件id数组,有效期一个小时;有效期内此文件id可以反复使用
|
3137
3141
|
# @type FileIds: Array
|
3138
3142
|
# @param TotalCount: 上传成功文件数量
|
3139
3143
|
# @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.431
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|