tencentcloud-sdk-ess 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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/client.rb +10 -4
- data/lib/v20201111/models.rb +62 -46
- 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: 0e6b16a03ac984d5d876fd4c152bfd8a8abfdb5b
|
4
|
+
data.tar.gz: 4237265e5cdd711fb73bb8a8ccc1c74329048da3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ee8843ea7172380e8abc48d9ef6740301e4949990a9ffcca1dd38f5e56e731b4679f967e210525507deac453ede8e2b6d348be7c52413f7eedc5255d861c8cb
|
7
|
+
data.tar.gz: db9f3dc5936ceaaca2feaa36995e95713ebb9ecaf3fa229ba88a0fd544f4c52d9b67044f23cec250b8bafb0e2ab1f96526bbd9fb89c3548537f13bb78288481d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.632
|
data/lib/v20201111/client.rb
CHANGED
@@ -184,6 +184,7 @@ module TencentCloud
|
|
184
184
|
end
|
185
185
|
|
186
186
|
# 上传了word、excel、图片文件后,通过该接口发起文件转换任务,将word、excel、图片文件转换为pdf文件。
|
187
|
+
# 注:如果是集团代子企业发起任务场景,可以通过对Agent参数(未列在入参列表)设置代理的相关应用信息来支持,Agent参数设置可以参考CreateFlow接口的Agent相关说明。
|
187
188
|
|
188
189
|
# @param request: Request instance for CreateConvertTaskApi.
|
189
190
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateConvertTaskApiRequest`
|
@@ -525,7 +526,8 @@ module TencentCloud
|
|
525
526
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
526
527
|
end
|
527
528
|
|
528
|
-
#
|
529
|
+
# 创建员工,此接口会发送提醒员工实名的短信,如果通过手机号发现员工已经创建,则不会重新创建,会发送短信提醒员工实名
|
530
|
+
# 注意:此接口支持企微组织架构的 openid 创建员工,这种场景下传递明文的企微 openid 到WeworkOpenId字段即可(企微明文的 openid 一定要在应用的可见范围内才行),通过企微创建的员工,会发送企微消息去提醒实名
|
529
531
|
|
530
532
|
# @param request: Request instance for CreateIntegrationEmployees.
|
531
533
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateIntegrationEmployeesRequest`
|
@@ -883,6 +885,9 @@ module TencentCloud
|
|
883
885
|
end
|
884
886
|
|
885
887
|
# 移除员工
|
888
|
+
# 这里分两个场景
|
889
|
+
# 如果不传交接人的ReceiveUserId或者ReceiveOpenId,则会直接把这个人进行离职
|
890
|
+
# 如果传了交接人,会把离职人未处理完的合同交接给交接人后再离职
|
886
891
|
|
887
892
|
# @param request: Request instance for DeleteIntegrationEmployees.
|
888
893
|
# @type request: :class:`Tencentcloud::ess::V20201111::DeleteIntegrationEmployeesRequest`
|
@@ -1005,7 +1010,7 @@ module TencentCloud
|
|
1005
1010
|
|
1006
1011
|
# 查询流程基础信息
|
1007
1012
|
# 适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
|
1008
|
-
# 每个企业限制日调用量限制:
|
1013
|
+
# 每个企业限制日调用量限制:100W,当日超过此限制后再调用接口返回错误
|
1009
1014
|
|
1010
1015
|
# @param request: Request instance for DescribeFlowBriefs.
|
1011
1016
|
# @type request: :class:`Tencentcloud::ess::V20201111::DescribeFlowBriefsRequest`
|
@@ -1029,7 +1034,8 @@ module TencentCloud
|
|
1029
1034
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1030
1035
|
end
|
1031
1036
|
|
1032
|
-
# 查询流程填写控件内容,可以根据流程Id
|
1037
|
+
# 查询流程填写控件内容,可以根据流程Id查询该流程相关联的填写控件信息和填写内容。
|
1038
|
+
# 注意:使用此接口前,需要在【企业应用管理】-【应用集成】-【第三方应用管理】中开通【下载应用内全量合同文件及内容数据】功能。
|
1033
1039
|
|
1034
1040
|
# @param request: Request instance for DescribeFlowComponents.
|
1035
1041
|
# @type request: :class:`Tencentcloud::ess::V20201111::DescribeFlowComponentsRequest`
|
@@ -1212,7 +1218,7 @@ module TencentCloud
|
|
1212
1218
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1213
1219
|
end
|
1214
1220
|
|
1215
|
-
#
|
1221
|
+
# 分页查询企业角色列表,法人的角色是系统保留角色,不会返回,按照角色创建时间升序排列
|
1216
1222
|
|
1217
1223
|
# @param request: Request instance for DescribeIntegrationRoles.
|
1218
1224
|
# @type request: :class:`Tencentcloud::ess::V20201111::DescribeIntegrationRolesRequest`
|
data/lib/v20201111/models.rb
CHANGED
@@ -90,13 +90,14 @@ module TencentCloud
|
|
90
90
|
# @type OrganizationName: String
|
91
91
|
# @param SignComponents: 签署人的签署控件列表
|
92
92
|
# @type SignComponents: Array
|
93
|
-
# @param
|
94
|
-
# @type ApproverIdCardNumber: String
|
95
|
-
# @param ApproverIdCardType: 签署人的身份证件类型
|
93
|
+
# @param ApproverIdCardType: 签署人的证件类型
|
96
94
|
# ID_CARD 身份证
|
97
95
|
# HONGKONG_AND_MACAO 港澳居民来往内地通行证
|
98
96
|
# HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
97
|
+
# OTHER_CARD_TYPE 其他(需要使用该类型请先联系运营经理)
|
99
98
|
# @type ApproverIdCardType: String
|
99
|
+
# @param ApproverIdCardNumber: 签署人证件号(长度不超过18位)
|
100
|
+
# @type ApproverIdCardNumber: String
|
100
101
|
# @param NotifyType: 签署通知类型:sms--短信,none--不通知
|
101
102
|
# @type NotifyType: String
|
102
103
|
# @param ApproverRole: 签署人角色类型:1--收款人、2--开具人、3--见证人
|
@@ -126,16 +127,16 @@ module TencentCloud
|
|
126
127
|
# @param ApproverNeedSignReview: 当前签署方进行签署操作是否需要企业内部审批,true 则为需要。为个人签署方时则由发起方企业审核。
|
127
128
|
# @type ApproverNeedSignReview: Boolean
|
128
129
|
|
129
|
-
attr_accessor :ApproverType, :ApproverName, :ApproverMobile, :OrganizationName, :SignComponents, :
|
130
|
+
attr_accessor :ApproverType, :ApproverName, :ApproverMobile, :OrganizationName, :SignComponents, :ApproverIdCardType, :ApproverIdCardNumber, :NotifyType, :ApproverRole, :VerifyChannel, :PreReadTime, :UserId, :ApproverSource, :CustomApproverTag, :ApproverOption, :ApproverVerifyTypes, :ApproverSignTypes, :ApproverNeedSignReview
|
130
131
|
|
131
|
-
def initialize(approvertype=nil, approvername=nil, approvermobile=nil, organizationname=nil, signcomponents=nil,
|
132
|
+
def initialize(approvertype=nil, approvername=nil, approvermobile=nil, organizationname=nil, signcomponents=nil, approveridcardtype=nil, approveridcardnumber=nil, notifytype=nil, approverrole=nil, verifychannel=nil, prereadtime=nil, userid=nil, approversource=nil, customapprovertag=nil, approveroption=nil, approververifytypes=nil, approversigntypes=nil, approverneedsignreview=nil)
|
132
133
|
@ApproverType = approvertype
|
133
134
|
@ApproverName = approvername
|
134
135
|
@ApproverMobile = approvermobile
|
135
136
|
@OrganizationName = organizationname
|
136
137
|
@SignComponents = signcomponents
|
137
|
-
@ApproverIdCardNumber = approveridcardnumber
|
138
138
|
@ApproverIdCardType = approveridcardtype
|
139
|
+
@ApproverIdCardNumber = approveridcardnumber
|
139
140
|
@NotifyType = notifytype
|
140
141
|
@ApproverRole = approverrole
|
141
142
|
@VerifyChannel = verifychannel
|
@@ -162,8 +163,8 @@ module TencentCloud
|
|
162
163
|
@SignComponents << component_tmp
|
163
164
|
end
|
164
165
|
end
|
165
|
-
@ApproverIdCardNumber = params['ApproverIdCardNumber']
|
166
166
|
@ApproverIdCardType = params['ApproverIdCardType']
|
167
|
+
@ApproverIdCardNumber = params['ApproverIdCardNumber']
|
167
168
|
@NotifyType = params['NotifyType']
|
168
169
|
@ApproverRole = params['ApproverRole']
|
169
170
|
@VerifyChannel = params['VerifyChannel']
|
@@ -2191,9 +2192,9 @@ module TencentCloud
|
|
2191
2192
|
class CreateIntegrationUserRolesRequest < TencentCloud::Common::AbstractModel
|
2192
2193
|
# @param Operator: 操作人信息,UserId必填
|
2193
2194
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
2194
|
-
# @param UserIds: 绑定角色的用户id
|
2195
|
+
# @param UserIds: 绑定角色的用户id列表,不能重复,不能大于 100 个
|
2195
2196
|
# @type UserIds: Array
|
2196
|
-
# @param RoleIds: 绑定角色的角色id
|
2197
|
+
# @param RoleIds: 绑定角色的角色id列表,不能重复,不能大于 100,可以通过DescribeIntegrationRoles接口获取
|
2197
2198
|
# @type RoleIds: Array
|
2198
2199
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
2199
2200
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -2667,13 +2668,15 @@ module TencentCloud
|
|
2667
2668
|
# 取值:
|
2668
2669
|
# 填写的FileId通过UploadFiles接口上传文件获取。
|
2669
2670
|
# @type FileId: String
|
2671
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
2672
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2670
2673
|
|
2671
|
-
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId
|
2674
|
+
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent
|
2672
2675
|
extend Gem::Deprecate
|
2673
2676
|
deprecate :SealImage, :none, 2023, 8
|
2674
2677
|
deprecate :SealImage=, :none, 2023, 8
|
2675
2678
|
|
2676
|
-
def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil)
|
2679
|
+
def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil)
|
2677
2680
|
@UserName = username
|
2678
2681
|
@IdCardNumber = idcardnumber
|
2679
2682
|
@SealName = sealname
|
@@ -2686,6 +2689,7 @@ module TencentCloud
|
|
2686
2689
|
@SealColor = sealcolor
|
2687
2690
|
@ProcessSeal = processseal
|
2688
2691
|
@FileId = fileid
|
2692
|
+
@Agent = agent
|
2689
2693
|
end
|
2690
2694
|
|
2691
2695
|
def deserialize(params)
|
@@ -2704,6 +2708,10 @@ module TencentCloud
|
|
2704
2708
|
@SealColor = params['SealColor']
|
2705
2709
|
@ProcessSeal = params['ProcessSeal']
|
2706
2710
|
@FileId = params['FileId']
|
2711
|
+
unless params['Agent'].nil?
|
2712
|
+
@Agent = Agent.new
|
2713
|
+
@Agent.deserialize(params['Agent'])
|
2714
|
+
end
|
2707
2715
|
end
|
2708
2716
|
end
|
2709
2717
|
|
@@ -2811,16 +2819,20 @@ module TencentCloud
|
|
2811
2819
|
# @type Name: String
|
2812
2820
|
# @param Mobile: 手机号,大陆手机号11位
|
2813
2821
|
# @type Mobile: String
|
2814
|
-
# @param EndPoint:
|
2815
|
-
|
2816
|
-
#
|
2817
|
-
#
|
2822
|
+
# @param EndPoint: 要跳转的链接类型
|
2823
|
+
|
2824
|
+
# - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认)
|
2825
|
+
# - APP: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
|
2818
2826
|
# @type EndPoint: String
|
2819
2827
|
# @param FlowId: 签署流程编号 (PathType=1时必传)
|
2820
2828
|
# @type FlowId: String
|
2821
2829
|
# @param FlowGroupId: 合同组ID
|
2822
2830
|
# @type FlowGroupId: String
|
2823
|
-
# @param PathType:
|
2831
|
+
# @param PathType: 要跳转到的页面类型
|
2832
|
+
|
2833
|
+
# - 0: 不传, 主页 (默认)
|
2834
|
+
# - 1: 小程序合同详情
|
2835
|
+
# - 2: 小程序合同列表页
|
2824
2836
|
# @type PathType: Integer
|
2825
2837
|
# @param AutoJumpBack: 是否自动回跳
|
2826
2838
|
# true:是,
|
@@ -2831,10 +2843,10 @@ module TencentCloud
|
|
2831
2843
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2832
2844
|
# @param Hides: 生成的签署链接在签署过程隐藏的按钮列表, 可以设置隐藏的按钮列表如下
|
2833
2845
|
|
2834
|
-
# 0:合同签署页面更多操作按钮
|
2835
|
-
# 1:合同签署页面更多操作的拒绝签署按钮
|
2836
|
-
# 2:合同签署页面更多操作的转他人处理按钮
|
2837
|
-
# 3:签署成功页的查看详情按钮
|
2846
|
+
# - 0:合同签署页面更多操作按钮
|
2847
|
+
# - 1:合同签署页面更多操作的拒绝签署按钮
|
2848
|
+
# - 2:合同签署页面更多操作的转他人处理按钮
|
2849
|
+
# - 3:签署成功页的查看详情按钮
|
2838
2850
|
# @type Hides: Array
|
2839
2851
|
|
2840
2852
|
attr_accessor :Operator, :OrganizationName, :Name, :Mobile, :EndPoint, :FlowId, :FlowGroupId, :PathType, :AutoJumpBack, :Agent, :Hides
|
@@ -3253,7 +3265,7 @@ module TencentCloud
|
|
3253
3265
|
class DeleteIntegrationDepartmentRequest < TencentCloud::Common::AbstractModel
|
3254
3266
|
# @param Operator: 操作人信息,UserId必填且需拥有组织架构管理权限
|
3255
3267
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3256
|
-
# @param DeptId: 电子签中的部门id
|
3268
|
+
# @param DeptId: 电子签中的部门id,通过DescribeIntegrationDepartments接口可获得
|
3257
3269
|
# @type DeptId: String
|
3258
3270
|
# @param ReceiveDeptId: 交接部门ID。待删除部门中的合同、印章和模板数据,交接至该部门ID下,未填写交接至公司根部门。
|
3259
3271
|
# @type ReceiveDeptId: String
|
@@ -3296,7 +3308,7 @@ module TencentCloud
|
|
3296
3308
|
class DeleteIntegrationEmployeesRequest < TencentCloud::Common::AbstractModel
|
3297
3309
|
# @param Operator: 操作人信息,userId必填
|
3298
3310
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3299
|
-
# @param Employees: 待移除员工的信息,userId和openId
|
3311
|
+
# @param Employees: 待移除员工的信息,userId和openId二选一,必填一个,如果需要指定交接人的话,ReceiveUserId或者ReceiveOpenId字段二选一
|
3300
3312
|
# @type Employees: Array
|
3301
3313
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业Id
|
3302
3314
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -3358,7 +3370,7 @@ module TencentCloud
|
|
3358
3370
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3359
3371
|
# @param RoleId: 角色id
|
3360
3372
|
# @type RoleId: String
|
3361
|
-
# @param Users:
|
3373
|
+
# @param Users: 用户信息,最多 200 个用户,并且 UserId 和 OpenId 二选一,其他字段不需要传
|
3362
3374
|
# @type Users: Array
|
3363
3375
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
3364
3376
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -3752,9 +3764,9 @@ module TencentCloud
|
|
3752
3764
|
class DescribeFlowComponentsRequest < TencentCloud::Common::AbstractModel
|
3753
3765
|
# @param Operator: 操作者信息
|
3754
3766
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3755
|
-
# @param FlowId:
|
3767
|
+
# @param FlowId: 流程(合同)的编号
|
3756
3768
|
# @type FlowId: String
|
3757
|
-
# @param Agent:
|
3769
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
3758
3770
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
3759
3771
|
|
3760
3772
|
attr_accessor :Operator, :FlowId, :Agent
|
@@ -3780,7 +3792,7 @@ module TencentCloud
|
|
3780
3792
|
|
3781
3793
|
# DescribeFlowComponents返回参数结构体
|
3782
3794
|
class DescribeFlowComponentsResponse < TencentCloud::Common::AbstractModel
|
3783
|
-
# @param RecipientComponentInfos:
|
3795
|
+
# @param RecipientComponentInfos: 流程关联的填写控件信息,按照参与方进行分类返回。
|
3784
3796
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3785
3797
|
# @type RecipientComponentInfos: Array
|
3786
3798
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -4115,14 +4127,14 @@ module TencentCloud
|
|
4115
4127
|
class DescribeIntegrationEmployeesRequest < TencentCloud::Common::AbstractModel
|
4116
4128
|
# @param Operator: 操作人信息,userId必填
|
4117
4129
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
4118
|
-
# @param Limit:
|
4130
|
+
# @param Limit: 指定每页多少条数据,单页最大20
|
4119
4131
|
# @type Limit: Integer
|
4120
4132
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
4121
4133
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
4122
4134
|
# @param Filters: 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
4123
4135
|
# 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
4124
4136
|
# @type Filters: Array
|
4125
|
-
# @param Offset:
|
4137
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
|
4126
4138
|
# @type Offset: Integer
|
4127
4139
|
|
4128
4140
|
attr_accessor :Operator, :Limit, :Agent, :Filters, :Offset
|
@@ -4162,10 +4174,10 @@ module TencentCloud
|
|
4162
4174
|
# @param Employees: 员工数据列表
|
4163
4175
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4164
4176
|
# @type Employees: Array
|
4165
|
-
# @param Offset:
|
4177
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
|
4166
4178
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4167
4179
|
# @type Offset: Integer
|
4168
|
-
# @param Limit:
|
4180
|
+
# @param Limit: 指定每页多少条数据,单页最大20
|
4169
4181
|
# @type Limit: Integer
|
4170
4182
|
# @param TotalCount: 符合条件的员工数量
|
4171
4183
|
# @type TotalCount: Integer
|
@@ -4245,7 +4257,7 @@ module TencentCloud
|
|
4245
4257
|
class DescribeIntegrationRolesRequest < TencentCloud::Common::AbstractModel
|
4246
4258
|
# @param Operator: 操作人信息,UserId必填
|
4247
4259
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
4248
|
-
# @param Limit:
|
4260
|
+
# @param Limit: 指定每页多少条数据,单页最大200
|
4249
4261
|
# @type Limit: Integer
|
4250
4262
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
4251
4263
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -4254,7 +4266,7 @@ module TencentCloud
|
|
4254
4266
|
# Key:"RoleStatus",Values:["1"]查询启用角色,Values:["2"]查询禁用角色
|
4255
4267
|
# Key:"IsGroupRole",Values:["0"],查询非集团角色,Values:["1"]表示查询集团角色
|
4256
4268
|
# @type Filters: Array
|
4257
|
-
# @param Offset:
|
4269
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
|
4258
4270
|
# @type Offset: Integer
|
4259
4271
|
|
4260
4272
|
attr_accessor :Operator, :Limit, :Agent, :Filters, :Offset
|
@@ -4291,9 +4303,9 @@ module TencentCloud
|
|
4291
4303
|
|
4292
4304
|
# DescribeIntegrationRoles返回参数结构体
|
4293
4305
|
class DescribeIntegrationRolesResponse < TencentCloud::Common::AbstractModel
|
4294
|
-
# @param Offset:
|
4306
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
|
4295
4307
|
# @type Offset: Integer
|
4296
|
-
# @param Limit:
|
4308
|
+
# @param Limit: 指定每页多少条数据,单页最大200
|
4297
4309
|
# @type Limit: Integer
|
4298
4310
|
# @param TotalCount: 符合查询条件的总的角色数
|
4299
4311
|
# @type TotalCount: Integer
|
@@ -4332,9 +4344,9 @@ module TencentCloud
|
|
4332
4344
|
class DescribeOrganizationGroupOrganizationsRequest < TencentCloud::Common::AbstractModel
|
4333
4345
|
# @param Operator: 操作人信息,userId必填
|
4334
4346
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
4335
|
-
# @param Limit:
|
4347
|
+
# @param Limit: 指定每页多少条数据,单页最大1000
|
4336
4348
|
# @type Limit: Integer
|
4337
|
-
# @param Offset:
|
4349
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0
|
4338
4350
|
# @type Offset: Integer
|
4339
4351
|
# @param Name: 查询成员企业的企业名,模糊匹配
|
4340
4352
|
# @type Name: String
|
@@ -4342,7 +4354,7 @@ module TencentCloud
|
|
4342
4354
|
# @type Status: Integer
|
4343
4355
|
# @param Export: 是否导出当前成员企业数据
|
4344
4356
|
# @type Export: Boolean
|
4345
|
-
# @param Id:
|
4357
|
+
# @param Id: 成员企业机构 ID,在PC控制台 集团管理可获取
|
4346
4358
|
# @type Id: String
|
4347
4359
|
|
4348
4360
|
attr_accessor :Operator, :Limit, :Offset, :Name, :Status, :Export, :Id
|
@@ -4382,7 +4394,7 @@ module TencentCloud
|
|
4382
4394
|
# @param ActivedTotal: 已加入的企业数量(废弃,请使用ActivatedTotal)
|
4383
4395
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4384
4396
|
# @type ActivedTotal: Integer
|
4385
|
-
# @param ExportUrl:
|
4397
|
+
# @param ExportUrl: 如果入参Export为 true 时使用,表示导出Excel的url
|
4386
4398
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4387
4399
|
# @type ExportUrl: String
|
4388
4400
|
# @param List: 成员企业信息列表
|
@@ -5228,11 +5240,13 @@ module TencentCloud
|
|
5228
5240
|
# @param ApproverMobile: 签署方经办人手机号码
|
5229
5241
|
# <br/>在未指定签署人电子签UserId情况下,为必填参数
|
5230
5242
|
# @type ApproverMobile: String
|
5231
|
-
# @param ApproverIdCardType:
|
5243
|
+
# @param ApproverIdCardType: 签署人的证件类型
|
5244
|
+
# ID_CARD 身份证
|
5232
5245
|
# HONGKONG_AND_MACAO 港澳居民来往内地通行证
|
5233
5246
|
# HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
5247
|
+
# OTHER_CARD_TYPE 其他(需要使用该类型请先联系运营经理)
|
5234
5248
|
# @type ApproverIdCardType: String
|
5235
|
-
# @param ApproverIdCardNumber:
|
5249
|
+
# @param ApproverIdCardNumber: 签署人证件号(长度不超过18位)
|
5236
5250
|
# @type ApproverIdCardNumber: String
|
5237
5251
|
# @param RecipientId: 签署方经办人在模板中的参与方ID
|
5238
5252
|
# <br/>模板发起合同时,该参数为必填项
|
@@ -5891,7 +5905,7 @@ module TencentCloud
|
|
5891
5905
|
# @param JoinTime: 成员企业加入集团时间,时间戳,单位秒
|
5892
5906
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5893
5907
|
# @type JoinTime: Integer
|
5894
|
-
# @param FlowEngineEnable:
|
5908
|
+
# @param FlowEngineEnable: 是否使用自建审批流引擎(即不是企微审批流引擎),true-是,false-否
|
5895
5909
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5896
5910
|
# @type FlowEngineEnable: Boolean
|
5897
5911
|
|
@@ -6113,9 +6127,9 @@ module TencentCloud
|
|
6113
6127
|
class ModifyIntegrationDepartmentRequest < TencentCloud::Common::AbstractModel
|
6114
6128
|
# @param Operator: 操作人信息,UserId必填且需拥有组织架构管理权限
|
6115
6129
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
6116
|
-
# @param DeptId: 电子签部门ID
|
6130
|
+
# @param DeptId: 电子签部门ID,通过DescribeIntegrationDepartments接口可以获取
|
6117
6131
|
# @type DeptId: String
|
6118
|
-
# @param ParentDeptId: 电子签父部门ID
|
6132
|
+
# @param ParentDeptId: 电子签父部门ID,通过DescribeIntegrationDepartments接口可以获取
|
6119
6133
|
# @type ParentDeptId: String
|
6120
6134
|
# @param DeptName: 部门名称,不超过50个字符
|
6121
6135
|
# @type DeptName: String
|
@@ -6416,12 +6430,14 @@ module TencentCloud
|
|
6416
6430
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6417
6431
|
# @type RecipientId: String
|
6418
6432
|
# @param RecipientFillStatus: 参与方填写状态
|
6433
|
+
# 0-未填写
|
6434
|
+
# 1-已填写
|
6419
6435
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6420
6436
|
# @type RecipientFillStatus: String
|
6421
|
-
# @param IsPromoter:
|
6437
|
+
# @param IsPromoter: 是否为发起方
|
6422
6438
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6423
6439
|
# @type IsPromoter: Boolean
|
6424
|
-
# @param Components:
|
6440
|
+
# @param Components: 填写控件列表
|
6425
6441
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6426
6442
|
# @type Components: Array
|
6427
6443
|
|
@@ -7157,7 +7173,7 @@ module TencentCloud
|
|
7157
7173
|
|
7158
7174
|
# UpdateIntegrationEmployees请求参数结构体
|
7159
7175
|
class UpdateIntegrationEmployeesRequest < TencentCloud::Common::AbstractModel
|
7160
|
-
# @param Operator: 当前用户信息,
|
7176
|
+
# @param Operator: 当前用户信息,UserId必填
|
7161
7177
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
7162
7178
|
# @param Employees: 员工信息,不超过100个。
|
7163
7179
|
# 根据UserId或OpenId更新员工,必填一个,优先UserId。
|
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.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-
|
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
|