tencentcloud-sdk-ess 3.0.592 → 3.0.594
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 +3 -3
- data/lib/v20201111/models.rb +30 -16
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abb47d087dac375460df285e0cc78afca287d4de
|
4
|
+
data.tar.gz: 55bc2673a6f2dc6cbba1b5a55b39e19ac1349fd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8b8e81d026f80acc0508eb8d2c565f6185fbe32d10569a65c4f8ab5a8da24719480df5adc6df83c905be444be410af54b01aa405d8dab7c3c045e134c460a4d
|
7
|
+
data.tar.gz: 11b26c12b02329b919eb1ff83afe5a81c53cb228c18c249401287ae9c330da49388218ec299c37e9b89185f999ca076f4142b50c2c2c8de022103e52596396c6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.594
|
data/lib/v20201111/client.rb
CHANGED
@@ -441,7 +441,7 @@ module TencentCloud
|
|
441
441
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
442
442
|
end
|
443
443
|
|
444
|
-
#
|
444
|
+
# 创建员工,此接口会发送提醒员工实名的短信
|
445
445
|
|
446
446
|
# @param request: Request instance for CreateIntegrationEmployees.
|
447
447
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateIntegrationEmployeesRequest`
|
@@ -824,7 +824,7 @@ module TencentCloud
|
|
824
824
|
|
825
825
|
# 查询流程摘要
|
826
826
|
# 适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
|
827
|
-
#
|
827
|
+
# 日调用量限制:10W
|
828
828
|
|
829
829
|
# @param request: Request instance for DescribeFlowBriefs.
|
830
830
|
# @type request: :class:`Tencentcloud::ess::V20201111::DescribeFlowBriefsRequest`
|
@@ -1264,7 +1264,7 @@ module TencentCloud
|
|
1264
1264
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1265
1265
|
end
|
1266
1266
|
|
1267
|
-
# 更新员工信息(
|
1267
|
+
# 更新员工信息(姓名,手机号,邮件、部门),用户实名后无法更改姓名与手机号
|
1268
1268
|
|
1269
1269
|
# @param request: Request instance for UpdateIntegrationEmployees.
|
1270
1270
|
# @type request: :class:`Tencentcloud::ess::V20201111::UpdateIntegrationEmployeesRequest`
|
data/lib/v20201111/models.rb
CHANGED
@@ -636,6 +636,7 @@ module TencentCloud
|
|
636
636
|
# 参数样例: "ComponentExtra": "{\"Format\":“yyyy m d”,\"FontSize\":12,\"Gaps\":\"2,2\", \"FontAlign\":\"Right\"}",
|
637
637
|
# @type ComponentExtra: String
|
638
638
|
# @param IsFormType: 是否是表单域类型,默认不false-不是
|
639
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
639
640
|
# @type IsFormType: Boolean
|
640
641
|
# @param ComponentValue: 控件填充vaule,ComponentType和传入值类型对应关系:
|
641
642
|
# TEXT - 文本内容
|
@@ -723,8 +724,10 @@ module TencentCloud
|
|
723
724
|
# @param ChannelComponentId: 第三方应用集成平台模板控件 id 标识
|
724
725
|
# @type ChannelComponentId: String
|
725
726
|
# @param OffsetX: 指定关键字时横坐标偏移量,单位pt
|
727
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
726
728
|
# @type OffsetX: Float
|
727
729
|
# @param OffsetY: 指定关键字时纵坐标偏移量,单位pt
|
730
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
728
731
|
# @type OffsetY: Float
|
729
732
|
# @param ChannelComponentSource: 第三方应用集成中子客企业控件来源。0-平台指定;1-用户自定义
|
730
733
|
# @type ChannelComponentSource: Integer
|
@@ -1131,6 +1134,8 @@ module TencentCloud
|
|
1131
1134
|
# @param Deadline: 签署流程的签署截止时间。
|
1132
1135
|
# 值为unix时间戳,精确到秒,不传默认为当前时间一年后
|
1133
1136
|
# @type Deadline: Integer
|
1137
|
+
# @param RemindedOn: 合同到期提醒时间戳,单位秒。设定该值后,可以提前进行到期通知,方便客户处理合同到期事务,如合同续签等。该值支持的范围是从发起时间起到往后的10年内。仅合同发起方企业的发起人可以编辑修改。
|
1138
|
+
# @type RemindedOn: Integer
|
1134
1139
|
# @param Unordered: 发送类型:
|
1135
1140
|
# true:无序签
|
1136
1141
|
# false:有序签
|
@@ -1161,9 +1166,9 @@ module TencentCloud
|
|
1161
1166
|
# @param AutoSignScene: 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
1162
1167
|
# @type AutoSignScene: String
|
1163
1168
|
|
1164
|
-
attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :ApproverVerifyType, :FlowDescription, :SignBeanTag, :Agent, :CcNotifyType, :AutoSignScene
|
1169
|
+
attr_accessor :Operator, :FlowName, :Approvers, :FileIds, :FlowType, :Components, :CcInfos, :NeedPreview, :PreviewType, :Deadline, :RemindedOn, :Unordered, :CustomShowMap, :NeedSignReview, :UserData, :ApproverVerifyType, :FlowDescription, :SignBeanTag, :Agent, :CcNotifyType, :AutoSignScene
|
1165
1170
|
|
1166
|
-
def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil, agent=nil, ccnotifytype=nil, autosignscene=nil)
|
1171
|
+
def initialize(operator=nil, flowname=nil, approvers=nil, fileids=nil, flowtype=nil, components=nil, ccinfos=nil, needpreview=nil, previewtype=nil, deadline=nil, remindedon=nil, unordered=nil, customshowmap=nil, needsignreview=nil, userdata=nil, approververifytype=nil, flowdescription=nil, signbeantag=nil, agent=nil, ccnotifytype=nil, autosignscene=nil)
|
1167
1172
|
@Operator = operator
|
1168
1173
|
@FlowName = flowname
|
1169
1174
|
@Approvers = approvers
|
@@ -1174,6 +1179,7 @@ module TencentCloud
|
|
1174
1179
|
@NeedPreview = needpreview
|
1175
1180
|
@PreviewType = previewtype
|
1176
1181
|
@Deadline = deadline
|
1182
|
+
@RemindedOn = remindedon
|
1177
1183
|
@Unordered = unordered
|
1178
1184
|
@CustomShowMap = customshowmap
|
1179
1185
|
@NeedSignReview = needsignreview
|
@@ -1221,6 +1227,7 @@ module TencentCloud
|
|
1221
1227
|
@NeedPreview = params['NeedPreview']
|
1222
1228
|
@PreviewType = params['PreviewType']
|
1223
1229
|
@Deadline = params['Deadline']
|
1230
|
+
@RemindedOn = params['RemindedOn']
|
1224
1231
|
@Unordered = params['Unordered']
|
1225
1232
|
@CustomShowMap = params['CustomShowMap']
|
1226
1233
|
@NeedSignReview = params['NeedSignReview']
|
@@ -1383,11 +1390,11 @@ module TencentCloud
|
|
1383
1390
|
# @type FlowType: String
|
1384
1391
|
# @param ClientToken: 客户端Token,保持接口幂等性,最大长度64个字符
|
1385
1392
|
# @type ClientToken: String
|
1386
|
-
# @param RelatedFlowId: 暂未开放
|
1387
|
-
# @type RelatedFlowId: String
|
1388
1393
|
# @param DeadLine: 签署流程的签署截止时间。
|
1389
1394
|
# 值为unix时间戳,精确到秒,不传默认为当前时间一年后
|
1390
1395
|
# @type DeadLine: Integer
|
1396
|
+
# @param RemindedOn: 合同到期提醒时间戳,单位秒。设定该值后,可以提前进行到期通知,方便客户处理合同到期事务,如合同续签等。该值支持的范围是从发起时间起到往后的10年内。仅合同发起方企业的发起人可以编辑修改。
|
1397
|
+
# @type RemindedOn: Integer
|
1391
1398
|
# @param UserData: 用户自定义字段,回调的时候会进行透传,长度需要小于20480
|
1392
1399
|
# @type UserData: String
|
1393
1400
|
# @param FlowDescription: 签署流程描述,最大长度1000个字符
|
@@ -1404,8 +1411,6 @@ module TencentCloud
|
|
1404
1411
|
|
1405
1412
|
# 注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。
|
1406
1413
|
# @type NeedSignReview: Boolean
|
1407
|
-
# @param CallbackUrl: 暂未开放
|
1408
|
-
# @type CallbackUrl: String
|
1409
1414
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
1410
1415
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1411
1416
|
# @param CcInfos: 被抄送人的信息列表。
|
@@ -1413,31 +1418,36 @@ module TencentCloud
|
|
1413
1418
|
# @type CcInfos: Array
|
1414
1419
|
# @param AutoSignScene: 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
1415
1420
|
# @type AutoSignScene: String
|
1421
|
+
# @param RelatedFlowId: 暂未开放
|
1422
|
+
# @type RelatedFlowId: String
|
1423
|
+
# @param CallbackUrl: 暂未开放
|
1424
|
+
# @type CallbackUrl: String
|
1416
1425
|
|
1417
|
-
attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :
|
1426
|
+
attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :FlowDescription, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
|
1418
1427
|
extend Gem::Deprecate
|
1419
1428
|
deprecate :RelatedFlowId, :none, 2023, 6
|
1420
1429
|
deprecate :RelatedFlowId=, :none, 2023, 6
|
1421
1430
|
deprecate :CallbackUrl, :none, 2023, 6
|
1422
1431
|
deprecate :CallbackUrl=, :none, 2023, 6
|
1423
1432
|
|
1424
|
-
def initialize(operator=nil, flowname=nil, approvers=nil, flowtype=nil, clienttoken=nil,
|
1433
|
+
def initialize(operator=nil, flowname=nil, approvers=nil, flowtype=nil, clienttoken=nil, deadline=nil, remindedon=nil, userdata=nil, flowdescription=nil, unordered=nil, customshowmap=nil, needsignreview=nil, agent=nil, ccinfos=nil, autosignscene=nil, relatedflowid=nil, callbackurl=nil)
|
1425
1434
|
@Operator = operator
|
1426
1435
|
@FlowName = flowname
|
1427
1436
|
@Approvers = approvers
|
1428
1437
|
@FlowType = flowtype
|
1429
1438
|
@ClientToken = clienttoken
|
1430
|
-
@RelatedFlowId = relatedflowid
|
1431
1439
|
@DeadLine = deadline
|
1440
|
+
@RemindedOn = remindedon
|
1432
1441
|
@UserData = userdata
|
1433
1442
|
@FlowDescription = flowdescription
|
1434
1443
|
@Unordered = unordered
|
1435
1444
|
@CustomShowMap = customshowmap
|
1436
1445
|
@NeedSignReview = needsignreview
|
1437
|
-
@CallbackUrl = callbackurl
|
1438
1446
|
@Agent = agent
|
1439
1447
|
@CcInfos = ccinfos
|
1440
1448
|
@AutoSignScene = autosignscene
|
1449
|
+
@RelatedFlowId = relatedflowid
|
1450
|
+
@CallbackUrl = callbackurl
|
1441
1451
|
end
|
1442
1452
|
|
1443
1453
|
def deserialize(params)
|
@@ -1456,14 +1466,13 @@ module TencentCloud
|
|
1456
1466
|
end
|
1457
1467
|
@FlowType = params['FlowType']
|
1458
1468
|
@ClientToken = params['ClientToken']
|
1459
|
-
@RelatedFlowId = params['RelatedFlowId']
|
1460
1469
|
@DeadLine = params['DeadLine']
|
1470
|
+
@RemindedOn = params['RemindedOn']
|
1461
1471
|
@UserData = params['UserData']
|
1462
1472
|
@FlowDescription = params['FlowDescription']
|
1463
1473
|
@Unordered = params['Unordered']
|
1464
1474
|
@CustomShowMap = params['CustomShowMap']
|
1465
1475
|
@NeedSignReview = params['NeedSignReview']
|
1466
|
-
@CallbackUrl = params['CallbackUrl']
|
1467
1476
|
unless params['Agent'].nil?
|
1468
1477
|
@Agent = Agent.new
|
1469
1478
|
@Agent.deserialize(params['Agent'])
|
@@ -1477,6 +1486,8 @@ module TencentCloud
|
|
1477
1486
|
end
|
1478
1487
|
end
|
1479
1488
|
@AutoSignScene = params['AutoSignScene']
|
1489
|
+
@RelatedFlowId = params['RelatedFlowId']
|
1490
|
+
@CallbackUrl = params['CallbackUrl']
|
1480
1491
|
end
|
1481
1492
|
end
|
1482
1493
|
|
@@ -1698,7 +1709,8 @@ module TencentCloud
|
|
1698
1709
|
class CreateIntegrationEmployeesRequest < TencentCloud::Common::AbstractModel
|
1699
1710
|
# @param Operator: 操作人信息,userId必填
|
1700
1711
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
1701
|
-
# @param Employees:
|
1712
|
+
# @param Employees: 待创建员工的信息,不超过20个。
|
1713
|
+
# Mobile和DisplayName必填,OpenId、Email和Department.DepartmentId选填,其他字段暂不支持。
|
1702
1714
|
# @type Employees: Array
|
1703
1715
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
1704
1716
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -3343,7 +3355,7 @@ module TencentCloud
|
|
3343
3355
|
|
3344
3356
|
# DescribeIntegrationRoles请求参数结构体
|
3345
3357
|
class DescribeIntegrationRolesRequest < TencentCloud::Common::AbstractModel
|
3346
|
-
# @param Operator:
|
3358
|
+
# @param Operator: 操作人信息,UserId必填
|
3347
3359
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3348
3360
|
# @param Limit: 返回最大数量,最大为200
|
3349
3361
|
# @type Limit: Integer
|
@@ -5693,7 +5705,7 @@ module TencentCloud
|
|
5693
5705
|
|
5694
5706
|
# UnbindEmployeeUserIdWithClientOpenId请求参数结构体
|
5695
5707
|
class UnbindEmployeeUserIdWithClientOpenIdRequest < TencentCloud::Common::AbstractModel
|
5696
|
-
# @param Operator: 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定
|
5708
|
+
# @param Operator: 用户信息,OpenId与UserId二选一必填一个,OpenId是第三方客户ID,userId是用户实名后的电子签生成的ID,当传入客户系统openId,传入的openId需与电子签员工userId绑定,且参数Channel必填,Channel值为INTEGRATE;当传入参数UserId,Channel无需指定(参数用法参考示例)
|
5697
5709
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
5698
5710
|
# @param UserId: 电子签系统员工UserId
|
5699
5711
|
# @type UserId: String
|
@@ -5742,7 +5754,9 @@ module TencentCloud
|
|
5742
5754
|
class UpdateIntegrationEmployeesRequest < TencentCloud::Common::AbstractModel
|
5743
5755
|
# @param Operator: 操作人信息,userId必填
|
5744
5756
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
5745
|
-
# @param Employees:
|
5757
|
+
# @param Employees: 员工信息,不超过100个。
|
5758
|
+
# 根据UserId或OpenId更新员工,必填一个,优先UserId。
|
5759
|
+
# 可更新Mobile、DisplayName、Email和Department.DepartmentId字段,其他字段暂不支持
|
5746
5760
|
# @type Employees: Array
|
5747
5761
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId需填充子企业Id
|
5748
5762
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
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.594
|
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-06-
|
11
|
+
date: 2023-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-ess.rb
|
37
36
|
- lib/v20201111/client.rb
|
38
37
|
- lib/v20201111/models.rb
|
38
|
+
- lib/tencentcloud-sdk-ess.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|