tencentcloud-sdk-ess 3.0.630 → 3.0.631
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/client.rb +9 -3
- data/lib/v20201111/models.rb +50 -37
- 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: 5cbd378fbb68763806ebc89580b572ace5b63270
|
4
|
+
data.tar.gz: 3e2eda885dc74471a69690a78e166740557f5235
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ee78404804ddd8ebbe5782d7bf0c217b9fa0e4ad872661895cb70906a76c73c79bbab9ac3e89962e356aae102dd01fe07790be6c0e15410457d2f0d8ef1d3d2
|
7
|
+
data.tar.gz: 8b09b6d9871f3877dcaa31e636232cee20385867ebf6348dafb5ac9c7d3460488261ad9261eb2e5f970ebb545cff09b022242908c258a6965360d7de84773c61
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.631
|
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`
|
@@ -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
@@ -2191,9 +2191,9 @@ module TencentCloud
|
|
2191
2191
|
class CreateIntegrationUserRolesRequest < TencentCloud::Common::AbstractModel
|
2192
2192
|
# @param Operator: 操作人信息,UserId必填
|
2193
2193
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
2194
|
-
# @param UserIds: 绑定角色的用户id
|
2194
|
+
# @param UserIds: 绑定角色的用户id列表,不能重复,不能大于 100 个
|
2195
2195
|
# @type UserIds: Array
|
2196
|
-
# @param RoleIds: 绑定角色的角色id
|
2196
|
+
# @param RoleIds: 绑定角色的角色id列表,不能重复,不能大于 100,可以通过DescribeIntegrationRoles接口获取
|
2197
2197
|
# @type RoleIds: Array
|
2198
2198
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
2199
2199
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -2667,13 +2667,15 @@ module TencentCloud
|
|
2667
2667
|
# 取值:
|
2668
2668
|
# 填写的FileId通过UploadFiles接口上传文件获取。
|
2669
2669
|
# @type FileId: String
|
2670
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
2671
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2670
2672
|
|
2671
|
-
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId
|
2673
|
+
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent
|
2672
2674
|
extend Gem::Deprecate
|
2673
2675
|
deprecate :SealImage, :none, 2023, 8
|
2674
2676
|
deprecate :SealImage=, :none, 2023, 8
|
2675
2677
|
|
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)
|
2678
|
+
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
2679
|
@UserName = username
|
2678
2680
|
@IdCardNumber = idcardnumber
|
2679
2681
|
@SealName = sealname
|
@@ -2686,6 +2688,7 @@ module TencentCloud
|
|
2686
2688
|
@SealColor = sealcolor
|
2687
2689
|
@ProcessSeal = processseal
|
2688
2690
|
@FileId = fileid
|
2691
|
+
@Agent = agent
|
2689
2692
|
end
|
2690
2693
|
|
2691
2694
|
def deserialize(params)
|
@@ -2704,6 +2707,10 @@ module TencentCloud
|
|
2704
2707
|
@SealColor = params['SealColor']
|
2705
2708
|
@ProcessSeal = params['ProcessSeal']
|
2706
2709
|
@FileId = params['FileId']
|
2710
|
+
unless params['Agent'].nil?
|
2711
|
+
@Agent = Agent.new
|
2712
|
+
@Agent.deserialize(params['Agent'])
|
2713
|
+
end
|
2707
2714
|
end
|
2708
2715
|
end
|
2709
2716
|
|
@@ -2811,16 +2818,20 @@ module TencentCloud
|
|
2811
2818
|
# @type Name: String
|
2812
2819
|
# @param Mobile: 手机号,大陆手机号11位
|
2813
2820
|
# @type Mobile: String
|
2814
|
-
# @param EndPoint:
|
2815
|
-
|
2816
|
-
#
|
2817
|
-
#
|
2821
|
+
# @param EndPoint: 要跳转的链接类型
|
2822
|
+
|
2823
|
+
# - HTTP:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 (默认)
|
2824
|
+
# - APP: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
|
2818
2825
|
# @type EndPoint: String
|
2819
2826
|
# @param FlowId: 签署流程编号 (PathType=1时必传)
|
2820
2827
|
# @type FlowId: String
|
2821
2828
|
# @param FlowGroupId: 合同组ID
|
2822
2829
|
# @type FlowGroupId: String
|
2823
|
-
# @param PathType:
|
2830
|
+
# @param PathType: 要跳转到的页面类型
|
2831
|
+
|
2832
|
+
# - 0: 不传, 主页 (默认)
|
2833
|
+
# - 1: 小程序合同详情
|
2834
|
+
# - 2: 小程序合同列表页
|
2824
2835
|
# @type PathType: Integer
|
2825
2836
|
# @param AutoJumpBack: 是否自动回跳
|
2826
2837
|
# true:是,
|
@@ -2831,10 +2842,10 @@ module TencentCloud
|
|
2831
2842
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
2832
2843
|
# @param Hides: 生成的签署链接在签署过程隐藏的按钮列表, 可以设置隐藏的按钮列表如下
|
2833
2844
|
|
2834
|
-
# 0:合同签署页面更多操作按钮
|
2835
|
-
# 1:合同签署页面更多操作的拒绝签署按钮
|
2836
|
-
# 2:合同签署页面更多操作的转他人处理按钮
|
2837
|
-
# 3:签署成功页的查看详情按钮
|
2845
|
+
# - 0:合同签署页面更多操作按钮
|
2846
|
+
# - 1:合同签署页面更多操作的拒绝签署按钮
|
2847
|
+
# - 2:合同签署页面更多操作的转他人处理按钮
|
2848
|
+
# - 3:签署成功页的查看详情按钮
|
2838
2849
|
# @type Hides: Array
|
2839
2850
|
|
2840
2851
|
attr_accessor :Operator, :OrganizationName, :Name, :Mobile, :EndPoint, :FlowId, :FlowGroupId, :PathType, :AutoJumpBack, :Agent, :Hides
|
@@ -3253,7 +3264,7 @@ module TencentCloud
|
|
3253
3264
|
class DeleteIntegrationDepartmentRequest < TencentCloud::Common::AbstractModel
|
3254
3265
|
# @param Operator: 操作人信息,UserId必填且需拥有组织架构管理权限
|
3255
3266
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3256
|
-
# @param DeptId: 电子签中的部门id
|
3267
|
+
# @param DeptId: 电子签中的部门id,通过DescribeIntegrationDepartments接口可获得
|
3257
3268
|
# @type DeptId: String
|
3258
3269
|
# @param ReceiveDeptId: 交接部门ID。待删除部门中的合同、印章和模板数据,交接至该部门ID下,未填写交接至公司根部门。
|
3259
3270
|
# @type ReceiveDeptId: String
|
@@ -3296,7 +3307,7 @@ module TencentCloud
|
|
3296
3307
|
class DeleteIntegrationEmployeesRequest < TencentCloud::Common::AbstractModel
|
3297
3308
|
# @param Operator: 操作人信息,userId必填
|
3298
3309
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3299
|
-
# @param Employees: 待移除员工的信息,userId和openId
|
3310
|
+
# @param Employees: 待移除员工的信息,userId和openId二选一,必填一个,如果需要指定交接人的话,ReceiveUserId或者ReceiveOpenId字段二选一
|
3300
3311
|
# @type Employees: Array
|
3301
3312
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业Id
|
3302
3313
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -3358,7 +3369,7 @@ module TencentCloud
|
|
3358
3369
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3359
3370
|
# @param RoleId: 角色id
|
3360
3371
|
# @type RoleId: String
|
3361
|
-
# @param Users:
|
3372
|
+
# @param Users: 用户信息,最多 200 个用户,并且 UserId 和 OpenId 二选一,其他字段不需要传
|
3362
3373
|
# @type Users: Array
|
3363
3374
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
3364
3375
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -3752,9 +3763,9 @@ module TencentCloud
|
|
3752
3763
|
class DescribeFlowComponentsRequest < TencentCloud::Common::AbstractModel
|
3753
3764
|
# @param Operator: 操作者信息
|
3754
3765
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3755
|
-
# @param FlowId:
|
3766
|
+
# @param FlowId: 流程(合同)的编号
|
3756
3767
|
# @type FlowId: String
|
3757
|
-
# @param Agent:
|
3768
|
+
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
3758
3769
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
3759
3770
|
|
3760
3771
|
attr_accessor :Operator, :FlowId, :Agent
|
@@ -3780,7 +3791,7 @@ module TencentCloud
|
|
3780
3791
|
|
3781
3792
|
# DescribeFlowComponents返回参数结构体
|
3782
3793
|
class DescribeFlowComponentsResponse < TencentCloud::Common::AbstractModel
|
3783
|
-
# @param RecipientComponentInfos:
|
3794
|
+
# @param RecipientComponentInfos: 流程关联的填写控件信息,按照参与方进行分类返回。
|
3784
3795
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3785
3796
|
# @type RecipientComponentInfos: Array
|
3786
3797
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -4115,14 +4126,14 @@ module TencentCloud
|
|
4115
4126
|
class DescribeIntegrationEmployeesRequest < TencentCloud::Common::AbstractModel
|
4116
4127
|
# @param Operator: 操作人信息,userId必填
|
4117
4128
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
4118
|
-
# @param Limit:
|
4129
|
+
# @param Limit: 指定每页多少条数据,单页最大20
|
4119
4130
|
# @type Limit: Integer
|
4120
4131
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
4121
4132
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
4122
4133
|
# @param Filters: 查询过滤实名用户,Key为Status,Values为["IsVerified"]
|
4123
4134
|
# 根据第三方系统openId过滤查询员工时,Key为StaffOpenId,Values为["OpenId","OpenId",...]
|
4124
4135
|
# @type Filters: Array
|
4125
|
-
# @param Offset:
|
4136
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
|
4126
4137
|
# @type Offset: Integer
|
4127
4138
|
|
4128
4139
|
attr_accessor :Operator, :Limit, :Agent, :Filters, :Offset
|
@@ -4162,10 +4173,10 @@ module TencentCloud
|
|
4162
4173
|
# @param Employees: 员工数据列表
|
4163
4174
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4164
4175
|
# @type Employees: Array
|
4165
|
-
# @param Offset:
|
4176
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大20000
|
4166
4177
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4167
4178
|
# @type Offset: Integer
|
4168
|
-
# @param Limit:
|
4179
|
+
# @param Limit: 指定每页多少条数据,单页最大20
|
4169
4180
|
# @type Limit: Integer
|
4170
4181
|
# @param TotalCount: 符合条件的员工数量
|
4171
4182
|
# @type TotalCount: Integer
|
@@ -4245,7 +4256,7 @@ module TencentCloud
|
|
4245
4256
|
class DescribeIntegrationRolesRequest < TencentCloud::Common::AbstractModel
|
4246
4257
|
# @param Operator: 操作人信息,UserId必填
|
4247
4258
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
4248
|
-
# @param Limit:
|
4259
|
+
# @param Limit: 指定每页多少条数据,单页最大200
|
4249
4260
|
# @type Limit: Integer
|
4250
4261
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
4251
4262
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -4254,7 +4265,7 @@ module TencentCloud
|
|
4254
4265
|
# Key:"RoleStatus",Values:["1"]查询启用角色,Values:["2"]查询禁用角色
|
4255
4266
|
# Key:"IsGroupRole",Values:["0"],查询非集团角色,Values:["1"]表示查询集团角色
|
4256
4267
|
# @type Filters: Array
|
4257
|
-
# @param Offset:
|
4268
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
|
4258
4269
|
# @type Offset: Integer
|
4259
4270
|
|
4260
4271
|
attr_accessor :Operator, :Limit, :Agent, :Filters, :Offset
|
@@ -4291,9 +4302,9 @@ module TencentCloud
|
|
4291
4302
|
|
4292
4303
|
# DescribeIntegrationRoles返回参数结构体
|
4293
4304
|
class DescribeIntegrationRolesResponse < TencentCloud::Common::AbstractModel
|
4294
|
-
# @param Offset:
|
4305
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0,最大2000
|
4295
4306
|
# @type Offset: Integer
|
4296
|
-
# @param Limit:
|
4307
|
+
# @param Limit: 指定每页多少条数据,单页最大200
|
4297
4308
|
# @type Limit: Integer
|
4298
4309
|
# @param TotalCount: 符合查询条件的总的角色数
|
4299
4310
|
# @type TotalCount: Integer
|
@@ -4332,9 +4343,9 @@ module TencentCloud
|
|
4332
4343
|
class DescribeOrganizationGroupOrganizationsRequest < TencentCloud::Common::AbstractModel
|
4333
4344
|
# @param Operator: 操作人信息,userId必填
|
4334
4345
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
4335
|
-
# @param Limit:
|
4346
|
+
# @param Limit: 指定每页多少条数据,单页最大1000
|
4336
4347
|
# @type Limit: Integer
|
4337
|
-
# @param Offset:
|
4348
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默认从第一页返回。页码从 0 开始,即首页为 0
|
4338
4349
|
# @type Offset: Integer
|
4339
4350
|
# @param Name: 查询成员企业的企业名,模糊匹配
|
4340
4351
|
# @type Name: String
|
@@ -4342,7 +4353,7 @@ module TencentCloud
|
|
4342
4353
|
# @type Status: Integer
|
4343
4354
|
# @param Export: 是否导出当前成员企业数据
|
4344
4355
|
# @type Export: Boolean
|
4345
|
-
# @param Id:
|
4356
|
+
# @param Id: 成员企业机构 ID,在PC控制台 集团管理可获取
|
4346
4357
|
# @type Id: String
|
4347
4358
|
|
4348
4359
|
attr_accessor :Operator, :Limit, :Offset, :Name, :Status, :Export, :Id
|
@@ -4382,7 +4393,7 @@ module TencentCloud
|
|
4382
4393
|
# @param ActivedTotal: 已加入的企业数量(废弃,请使用ActivatedTotal)
|
4383
4394
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4384
4395
|
# @type ActivedTotal: Integer
|
4385
|
-
# @param ExportUrl:
|
4396
|
+
# @param ExportUrl: 如果入参Export为 true 时使用,表示导出Excel的url
|
4386
4397
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4387
4398
|
# @type ExportUrl: String
|
4388
4399
|
# @param List: 成员企业信息列表
|
@@ -5891,7 +5902,7 @@ module TencentCloud
|
|
5891
5902
|
# @param JoinTime: 成员企业加入集团时间,时间戳,单位秒
|
5892
5903
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5893
5904
|
# @type JoinTime: Integer
|
5894
|
-
# @param FlowEngineEnable:
|
5905
|
+
# @param FlowEngineEnable: 是否使用自建审批流引擎(即不是企微审批流引擎),true-是,false-否
|
5895
5906
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5896
5907
|
# @type FlowEngineEnable: Boolean
|
5897
5908
|
|
@@ -6113,9 +6124,9 @@ module TencentCloud
|
|
6113
6124
|
class ModifyIntegrationDepartmentRequest < TencentCloud::Common::AbstractModel
|
6114
6125
|
# @param Operator: 操作人信息,UserId必填且需拥有组织架构管理权限
|
6115
6126
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
6116
|
-
# @param DeptId: 电子签部门ID
|
6127
|
+
# @param DeptId: 电子签部门ID,通过DescribeIntegrationDepartments接口可以获取
|
6117
6128
|
# @type DeptId: String
|
6118
|
-
# @param ParentDeptId: 电子签父部门ID
|
6129
|
+
# @param ParentDeptId: 电子签父部门ID,通过DescribeIntegrationDepartments接口可以获取
|
6119
6130
|
# @type ParentDeptId: String
|
6120
6131
|
# @param DeptName: 部门名称,不超过50个字符
|
6121
6132
|
# @type DeptName: String
|
@@ -6416,12 +6427,14 @@ module TencentCloud
|
|
6416
6427
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6417
6428
|
# @type RecipientId: String
|
6418
6429
|
# @param RecipientFillStatus: 参与方填写状态
|
6430
|
+
# 0-未填写
|
6431
|
+
# 1-已填写
|
6419
6432
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6420
6433
|
# @type RecipientFillStatus: String
|
6421
|
-
# @param IsPromoter:
|
6434
|
+
# @param IsPromoter: 是否为发起方
|
6422
6435
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6423
6436
|
# @type IsPromoter: Boolean
|
6424
|
-
# @param Components:
|
6437
|
+
# @param Components: 填写控件列表
|
6425
6438
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6426
6439
|
# @type Components: Array
|
6427
6440
|
|
@@ -7157,7 +7170,7 @@ module TencentCloud
|
|
7157
7170
|
|
7158
7171
|
# UpdateIntegrationEmployees请求参数结构体
|
7159
7172
|
class UpdateIntegrationEmployeesRequest < TencentCloud::Common::AbstractModel
|
7160
|
-
# @param Operator: 当前用户信息,
|
7173
|
+
# @param Operator: 当前用户信息,UserId必填
|
7161
7174
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
7162
7175
|
# @param Employees: 员工信息,不超过100个。
|
7163
7176
|
# 根据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.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
|