tencentcloud-sdk-ess 3.0.604 → 3.0.606
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/models.rb +116 -81
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ad25f30047edc82912c4bc963ab447570bff477
|
4
|
+
data.tar.gz: 80f4202949ac97f701a9edfe83466b31d5eabd5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7cce415da342180b690f9575d76cd8a181447758922b9c2e6424843d5b1cf6cb6bb2f9695ec13ebfcf1a61ec1c260004f488331df78634960f6a98449bcf1f1
|
7
|
+
data.tar.gz: 52483a0d6c10b017077d74081571633f6841b725e0a40de0198bae146a5a72014338b1ea2cdf0cf71f0ea10e88ced1a06085bcb5aa002f8b9b97d41e0be89d64
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.606
|
data/lib/v20201111/models.rb
CHANGED
@@ -52,12 +52,12 @@ module TencentCloud
|
|
52
52
|
|
53
53
|
attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
|
54
54
|
extend Gem::Deprecate
|
55
|
-
deprecate :AppId, :none, 2023,
|
56
|
-
deprecate :AppId=, :none, 2023,
|
57
|
-
deprecate :ProxyAppId, :none, 2023,
|
58
|
-
deprecate :ProxyAppId=, :none, 2023,
|
59
|
-
deprecate :ProxyOperator, :none, 2023,
|
60
|
-
deprecate :ProxyOperator=, :none, 2023,
|
55
|
+
deprecate :AppId, :none, 2023, 7
|
56
|
+
deprecate :AppId=, :none, 2023, 7
|
57
|
+
deprecate :ProxyAppId, :none, 2023, 7
|
58
|
+
deprecate :ProxyAppId=, :none, 2023, 7
|
59
|
+
deprecate :ProxyOperator, :none, 2023, 7
|
60
|
+
deprecate :ProxyOperator=, :none, 2023, 7
|
61
61
|
|
62
62
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
63
63
|
@AppId = appid
|
@@ -181,9 +181,9 @@ module TencentCloud
|
|
181
181
|
|
182
182
|
# 签署人个性化能力信息
|
183
183
|
class ApproverOption < TencentCloud::Common::AbstractModel
|
184
|
-
# @param NoRefuse: 是否可以拒签 false
|
184
|
+
# @param NoRefuse: 是否可以拒签 默认false-可以拒签 true-不可以拒签
|
185
185
|
# @type NoRefuse: Boolean
|
186
|
-
# @param NoTransfer: 是否可以转发 false
|
186
|
+
# @param NoTransfer: 是否可以转发 默认false-可以转发 true-不可以转发
|
187
187
|
# @type NoTransfer: Boolean
|
188
188
|
|
189
189
|
attr_accessor :NoRefuse, :NoTransfer
|
@@ -342,8 +342,8 @@ module TencentCloud
|
|
342
342
|
|
343
343
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
344
344
|
extend Gem::Deprecate
|
345
|
-
deprecate :Token, :none, 2023,
|
346
|
-
deprecate :Token=, :none, 2023,
|
345
|
+
deprecate :Token, :none, 2023, 7
|
346
|
+
deprecate :Token=, :none, 2023, 7
|
347
347
|
|
348
348
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
349
349
|
@CallbackUrl = callbackurl
|
@@ -373,12 +373,12 @@ module TencentCloud
|
|
373
373
|
|
374
374
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
375
375
|
extend Gem::Deprecate
|
376
|
-
deprecate :ApplicationId, :none, 2023,
|
377
|
-
deprecate :ApplicationId=, :none, 2023,
|
378
|
-
deprecate :OrganizationId, :none, 2023,
|
379
|
-
deprecate :OrganizationId=, :none, 2023,
|
380
|
-
deprecate :SubOrganizationId, :none, 2023,
|
381
|
-
deprecate :SubOrganizationId=, :none, 2023,
|
376
|
+
deprecate :ApplicationId, :none, 2023, 7
|
377
|
+
deprecate :ApplicationId=, :none, 2023, 7
|
378
|
+
deprecate :OrganizationId, :none, 2023, 7
|
379
|
+
deprecate :OrganizationId=, :none, 2023, 7
|
380
|
+
deprecate :SubOrganizationId, :none, 2023, 7
|
381
|
+
deprecate :SubOrganizationId=, :none, 2023, 7
|
382
382
|
|
383
383
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
384
384
|
@ApplicationId = applicationid
|
@@ -932,10 +932,10 @@ module TencentCloud
|
|
932
932
|
|
933
933
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
934
934
|
extend Gem::Deprecate
|
935
|
-
deprecate :Agent, :none, 2023,
|
936
|
-
deprecate :Agent=, :none, 2023,
|
937
|
-
deprecate :Organization, :none, 2023,
|
938
|
-
deprecate :Organization=, :none, 2023,
|
935
|
+
deprecate :Agent, :none, 2023, 7
|
936
|
+
deprecate :Agent=, :none, 2023, 7
|
937
|
+
deprecate :Organization, :none, 2023, 7
|
938
|
+
deprecate :Organization=, :none, 2023, 7
|
939
939
|
|
940
940
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
941
941
|
@ResourceType = resourcetype
|
@@ -1458,10 +1458,10 @@ module TencentCloud
|
|
1458
1458
|
|
1459
1459
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :FlowDescription, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
|
1460
1460
|
extend Gem::Deprecate
|
1461
|
-
deprecate :RelatedFlowId, :none, 2023,
|
1462
|
-
deprecate :RelatedFlowId=, :none, 2023,
|
1463
|
-
deprecate :CallbackUrl, :none, 2023,
|
1464
|
-
deprecate :CallbackUrl=, :none, 2023,
|
1461
|
+
deprecate :RelatedFlowId, :none, 2023, 7
|
1462
|
+
deprecate :RelatedFlowId=, :none, 2023, 7
|
1463
|
+
deprecate :CallbackUrl, :none, 2023, 7
|
1464
|
+
deprecate :CallbackUrl=, :none, 2023, 7
|
1465
1465
|
|
1466
1466
|
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)
|
1467
1467
|
@Operator = operator
|
@@ -1559,15 +1559,25 @@ module TencentCloud
|
|
1559
1559
|
# @type ReviewMessage: String
|
1560
1560
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
1561
1561
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1562
|
+
# @param RecipientId: 审核签署节点使用 非必填 如果填写则审核该签署节点。给个人审核时必填。
|
1563
|
+
# @type RecipientId: String
|
1564
|
+
# @param OperateType: 操作类型:
|
1565
|
+
# 操作类型,默认:SignReview;SignReview:签署审核
|
1566
|
+
# 注:接口通过该字段区分操作类型
|
1567
|
+
# 该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程
|
1568
|
+
# 若发起个人审核,则指定该字段为:SignReview(注意,给个人审核时,需联系客户经理开白使用)
|
1569
|
+
# @type OperateType: String
|
1562
1570
|
|
1563
|
-
attr_accessor :Operator, :FlowId, :ReviewType, :ReviewMessage, :Agent
|
1571
|
+
attr_accessor :Operator, :FlowId, :ReviewType, :ReviewMessage, :Agent, :RecipientId, :OperateType
|
1564
1572
|
|
1565
|
-
def initialize(operator=nil, flowid=nil, reviewtype=nil, reviewmessage=nil, agent=nil)
|
1573
|
+
def initialize(operator=nil, flowid=nil, reviewtype=nil, reviewmessage=nil, agent=nil, recipientid=nil, operatetype=nil)
|
1566
1574
|
@Operator = operator
|
1567
1575
|
@FlowId = flowid
|
1568
1576
|
@ReviewType = reviewtype
|
1569
1577
|
@ReviewMessage = reviewmessage
|
1570
1578
|
@Agent = agent
|
1579
|
+
@RecipientId = recipientid
|
1580
|
+
@OperateType = operatetype
|
1571
1581
|
end
|
1572
1582
|
|
1573
1583
|
def deserialize(params)
|
@@ -1582,6 +1592,8 @@ module TencentCloud
|
|
1582
1592
|
@Agent = Agent.new
|
1583
1593
|
@Agent.deserialize(params['Agent'])
|
1584
1594
|
end
|
1595
|
+
@RecipientId = params['RecipientId']
|
1596
|
+
@OperateType = params['OperateType']
|
1585
1597
|
end
|
1586
1598
|
end
|
1587
1599
|
|
@@ -1616,8 +1628,8 @@ module TencentCloud
|
|
1616
1628
|
|
1617
1629
|
attr_accessor :FlowId, :FlowApproverInfos, :Operator, :Agent, :Organization
|
1618
1630
|
extend Gem::Deprecate
|
1619
|
-
deprecate :Organization, :none, 2023,
|
1620
|
-
deprecate :Organization=, :none, 2023,
|
1631
|
+
deprecate :Organization, :none, 2023, 7
|
1632
|
+
deprecate :Organization=, :none, 2023, 7
|
1621
1633
|
|
1622
1634
|
def initialize(flowid=nil, flowapproverinfos=nil, operator=nil, agent=nil, organization=nil)
|
1623
1635
|
@FlowId = flowid
|
@@ -1743,7 +1755,8 @@ module TencentCloud
|
|
1743
1755
|
# @param Operator: 操作人信息,userId必填
|
1744
1756
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
1745
1757
|
# @param Employees: 待创建员工的信息,不超过20个。
|
1746
|
-
# Mobile和DisplayName必填,OpenId、Email和Department.DepartmentId选填,其他字段暂不支持。
|
1758
|
+
# 所有类型的企业支持的入参:Mobile和DisplayName必填,OpenId、Email和Department.DepartmentId选填,其他字段暂不支持。
|
1759
|
+
# 企微类型的企业特有支持的入参:WeworkOpenId,传入此字段无需在传入其他信息
|
1747
1760
|
# @type Employees: Array
|
1748
1761
|
# @param Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
1749
1762
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
@@ -1890,10 +1903,10 @@ module TencentCloud
|
|
1890
1903
|
|
1891
1904
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions
|
1892
1905
|
extend Gem::Deprecate
|
1893
|
-
deprecate :Agent, :none, 2023,
|
1894
|
-
deprecate :Agent=, :none, 2023,
|
1895
|
-
deprecate :ApproverRestrictions, :none, 2023,
|
1896
|
-
deprecate :ApproverRestrictions=, :none, 2023,
|
1906
|
+
deprecate :Agent, :none, 2023, 7
|
1907
|
+
deprecate :Agent=, :none, 2023, 7
|
1908
|
+
deprecate :ApproverRestrictions, :none, 2023, 7
|
1909
|
+
deprecate :ApproverRestrictions=, :none, 2023, 7
|
1897
1910
|
|
1898
1911
|
def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil)
|
1899
1912
|
@Operator = operator
|
@@ -2091,8 +2104,8 @@ module TencentCloud
|
|
2091
2104
|
|
2092
2105
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId
|
2093
2106
|
extend Gem::Deprecate
|
2094
|
-
deprecate :SealImage, :none, 2023,
|
2095
|
-
deprecate :SealImage=, :none, 2023,
|
2107
|
+
deprecate :SealImage, :none, 2023, 7
|
2108
|
+
deprecate :SealImage=, :none, 2023, 7
|
2096
2109
|
|
2097
2110
|
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)
|
2098
2111
|
@UserName = username
|
@@ -2958,12 +2971,12 @@ module TencentCloud
|
|
2958
2971
|
|
2959
2972
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
2960
2973
|
extend Gem::Deprecate
|
2961
|
-
deprecate :CcToken, :none, 2023,
|
2962
|
-
deprecate :CcToken=, :none, 2023,
|
2963
|
-
deprecate :Scene, :none, 2023,
|
2964
|
-
deprecate :Scene=, :none, 2023,
|
2965
|
-
deprecate :Agent, :none, 2023,
|
2966
|
-
deprecate :Agent=, :none, 2023,
|
2974
|
+
deprecate :CcToken, :none, 2023, 7
|
2975
|
+
deprecate :CcToken=, :none, 2023, 7
|
2976
|
+
deprecate :Scene, :none, 2023, 7
|
2977
|
+
deprecate :Scene=, :none, 2023, 7
|
2978
|
+
deprecate :Agent, :none, 2023, 7
|
2979
|
+
deprecate :Agent=, :none, 2023, 7
|
2967
2980
|
|
2968
2981
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
2969
2982
|
@Operator = operator
|
@@ -3288,12 +3301,12 @@ module TencentCloud
|
|
3288
3301
|
|
3289
3302
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource
|
3290
3303
|
extend Gem::Deprecate
|
3291
|
-
deprecate :IsChannel, :none, 2023,
|
3292
|
-
deprecate :IsChannel=, :none, 2023,
|
3293
|
-
deprecate :Organization, :none, 2023,
|
3294
|
-
deprecate :Organization=, :none, 2023,
|
3295
|
-
deprecate :GenerateSource, :none, 2023,
|
3296
|
-
deprecate :GenerateSource=, :none, 2023,
|
3304
|
+
deprecate :IsChannel, :none, 2023, 7
|
3305
|
+
deprecate :IsChannel=, :none, 2023, 7
|
3306
|
+
deprecate :Organization, :none, 2023, 7
|
3307
|
+
deprecate :Organization=, :none, 2023, 7
|
3308
|
+
deprecate :GenerateSource, :none, 2023, 7
|
3309
|
+
deprecate :GenerateSource=, :none, 2023, 7
|
3297
3310
|
|
3298
3311
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil)
|
3299
3312
|
@Operator = operator
|
@@ -4040,20 +4053,24 @@ module TencentCloud
|
|
4040
4053
|
# @type DisplayName: String
|
4041
4054
|
# @param Mobile: 员工手机号
|
4042
4055
|
# @type Mobile: String
|
4056
|
+
# @param WeworkOpenId: 传入的企微账号id
|
4057
|
+
# @type WeworkOpenId: String
|
4043
4058
|
# @param Reason: 失败原因
|
4044
4059
|
# @type Reason: String
|
4045
4060
|
|
4046
|
-
attr_accessor :DisplayName, :Mobile, :Reason
|
4061
|
+
attr_accessor :DisplayName, :Mobile, :WeworkOpenId, :Reason
|
4047
4062
|
|
4048
|
-
def initialize(displayname=nil, mobile=nil, reason=nil)
|
4063
|
+
def initialize(displayname=nil, mobile=nil, weworkopenid=nil, reason=nil)
|
4049
4064
|
@DisplayName = displayname
|
4050
4065
|
@Mobile = mobile
|
4066
|
+
@WeworkOpenId = weworkopenid
|
4051
4067
|
@Reason = reason
|
4052
4068
|
end
|
4053
4069
|
|
4054
4070
|
def deserialize(params)
|
4055
4071
|
@DisplayName = params['DisplayName']
|
4056
4072
|
@Mobile = params['Mobile']
|
4073
|
+
@WeworkOpenId = params['WeworkOpenId']
|
4057
4074
|
@Reason = params['Reason']
|
4058
4075
|
end
|
4059
4076
|
end
|
@@ -4493,8 +4510,8 @@ module TencentCloud
|
|
4493
4510
|
|
4494
4511
|
attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl, :SignId, :ApproverNeedSignReview
|
4495
4512
|
extend Gem::Deprecate
|
4496
|
-
deprecate :JumpUrl, :none, 2023,
|
4497
|
-
deprecate :JumpUrl=, :none, 2023,
|
4513
|
+
deprecate :JumpUrl, :none, 2023, 7
|
4514
|
+
deprecate :JumpUrl=, :none, 2023, 7
|
4498
4515
|
|
4499
4516
|
def initialize(approvertype=nil, organizationname=nil, approvername=nil, approvermobile=nil, approveridcardtype=nil, approveridcardnumber=nil, recipientid=nil, verifychannel=nil, notifytype=nil, isfulltext=nil, prereadtime=nil, userid=nil, required=nil, approversource=nil, customapprovertag=nil, registerinfo=nil, approveroption=nil, jumpurl=nil, signid=nil, approverneedsignreview=nil)
|
4500
4517
|
@ApproverType = approvertype
|
@@ -4784,10 +4801,10 @@ module TencentCloud
|
|
4784
4801
|
|
4785
4802
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
4786
4803
|
extend Gem::Deprecate
|
4787
|
-
deprecate :Agent, :none, 2023,
|
4788
|
-
deprecate :Agent=, :none, 2023,
|
4789
|
-
deprecate :Organization, :none, 2023,
|
4790
|
-
deprecate :Organization=, :none, 2023,
|
4804
|
+
deprecate :Agent, :none, 2023, 7
|
4805
|
+
deprecate :Agent=, :none, 2023, 7
|
4806
|
+
deprecate :Organization, :none, 2023, 7
|
4807
|
+
deprecate :Organization=, :none, 2023, 7
|
4791
4808
|
|
4792
4809
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
4793
4810
|
@TaskId = taskid
|
@@ -5238,16 +5255,16 @@ module TencentCloud
|
|
5238
5255
|
|
5239
5256
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
5240
5257
|
extend Gem::Deprecate
|
5241
|
-
deprecate :OrganizationId, :none, 2023,
|
5242
|
-
deprecate :OrganizationId=, :none, 2023,
|
5243
|
-
deprecate :Channel, :none, 2023,
|
5244
|
-
deprecate :Channel=, :none, 2023,
|
5245
|
-
deprecate :OrganizationOpenId, :none, 2023,
|
5246
|
-
deprecate :OrganizationOpenId=, :none, 2023,
|
5247
|
-
deprecate :ClientIp, :none, 2023,
|
5248
|
-
deprecate :ClientIp=, :none, 2023,
|
5249
|
-
deprecate :ProxyIp, :none, 2023,
|
5250
|
-
deprecate :ProxyIp=, :none, 2023,
|
5258
|
+
deprecate :OrganizationId, :none, 2023, 7
|
5259
|
+
deprecate :OrganizationId=, :none, 2023, 7
|
5260
|
+
deprecate :Channel, :none, 2023, 7
|
5261
|
+
deprecate :Channel=, :none, 2023, 7
|
5262
|
+
deprecate :OrganizationOpenId, :none, 2023, 7
|
5263
|
+
deprecate :OrganizationOpenId=, :none, 2023, 7
|
5264
|
+
deprecate :ClientIp, :none, 2023, 7
|
5265
|
+
deprecate :ClientIp=, :none, 2023, 7
|
5266
|
+
deprecate :ProxyIp, :none, 2023, 7
|
5267
|
+
deprecate :ProxyIp=, :none, 2023, 7
|
5251
5268
|
|
5252
5269
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
5253
5270
|
@OrganizationId = organizationid
|
@@ -5614,6 +5631,7 @@ module TencentCloud
|
|
5614
5631
|
# 企业员工信息
|
5615
5632
|
class Staff < TencentCloud::Common::AbstractModel
|
5616
5633
|
# @param UserId: 用户在电子签平台的id
|
5634
|
+
# 注:创建和更新场景无需填写
|
5617
5635
|
# @type UserId: String
|
5618
5636
|
# @param DisplayName: 显示的用户名/昵称
|
5619
5637
|
# @type DisplayName: String
|
@@ -5626,29 +5644,40 @@ module TencentCloud
|
|
5626
5644
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5627
5645
|
# @type OpenId: String
|
5628
5646
|
# @param Roles: 员工角色
|
5647
|
+
# 注:创建和更新场景无需填写
|
5629
5648
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5630
5649
|
# @type Roles: Array
|
5631
5650
|
# @param Department: 员工部门
|
5632
5651
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5633
5652
|
# @type Department: :class:`Tencentcloud::Ess.v20201111.models.Department`
|
5634
5653
|
# @param Verified: 员工是否实名
|
5654
|
+
# 注:创建和更新场景无需填写
|
5635
5655
|
# @type Verified: Boolean
|
5636
5656
|
# @param CreatedOn: 员工创建时间戳,单位秒
|
5657
|
+
# 注:创建和更新场景无需填写
|
5637
5658
|
# @type CreatedOn: Integer
|
5638
5659
|
# @param VerifiedOn: 员工实名时间戳,单位秒
|
5660
|
+
# 注:创建和更新场景无需填写
|
5639
5661
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5640
5662
|
# @type VerifiedOn: Integer
|
5641
5663
|
# @param QuiteJob: 员工是否离职:0-未离职,1-离职
|
5664
|
+
# 注:创建和更新场景无需填写
|
5642
5665
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5643
5666
|
# @type QuiteJob: Integer
|
5644
5667
|
# @param ReceiveUserId: 员工离职交接人用户id
|
5668
|
+
# 注:创建和更新场景无需填写
|
5645
5669
|
# @type ReceiveUserId: String
|
5646
5670
|
# @param ReceiveOpenId: 员工离职交接人用户OpenId
|
5671
|
+
# 注:创建和更新场景无需填写
|
5647
5672
|
# @type ReceiveOpenId: String
|
5673
|
+
# @param WeworkOpenId: 企业微信用户账号ID
|
5674
|
+
# 注:仅企微类型的企业创建员工接口支持该字段
|
5675
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5676
|
+
# @type WeworkOpenId: String
|
5648
5677
|
|
5649
|
-
attr_accessor :UserId, :DisplayName, :Mobile, :Email, :OpenId, :Roles, :Department, :Verified, :CreatedOn, :VerifiedOn, :QuiteJob, :ReceiveUserId, :ReceiveOpenId
|
5678
|
+
attr_accessor :UserId, :DisplayName, :Mobile, :Email, :OpenId, :Roles, :Department, :Verified, :CreatedOn, :VerifiedOn, :QuiteJob, :ReceiveUserId, :ReceiveOpenId, :WeworkOpenId
|
5650
5679
|
|
5651
|
-
def initialize(userid=nil, displayname=nil, mobile=nil, email=nil, openid=nil, roles=nil, department=nil, verified=nil, createdon=nil, verifiedon=nil, quitejob=nil, receiveuserid=nil, receiveopenid=nil)
|
5680
|
+
def initialize(userid=nil, displayname=nil, mobile=nil, email=nil, openid=nil, roles=nil, department=nil, verified=nil, createdon=nil, verifiedon=nil, quitejob=nil, receiveuserid=nil, receiveopenid=nil, weworkopenid=nil)
|
5652
5681
|
@UserId = userid
|
5653
5682
|
@DisplayName = displayname
|
5654
5683
|
@Mobile = mobile
|
@@ -5662,6 +5691,7 @@ module TencentCloud
|
|
5662
5691
|
@QuiteJob = quitejob
|
5663
5692
|
@ReceiveUserId = receiveuserid
|
5664
5693
|
@ReceiveOpenId = receiveopenid
|
5694
|
+
@WeworkOpenId = weworkopenid
|
5665
5695
|
end
|
5666
5696
|
|
5667
5697
|
def deserialize(params)
|
@@ -5688,6 +5718,7 @@ module TencentCloud
|
|
5688
5718
|
@QuiteJob = params['QuiteJob']
|
5689
5719
|
@ReceiveUserId = params['ReceiveUserId']
|
5690
5720
|
@ReceiveOpenId = params['ReceiveOpenId']
|
5721
|
+
@WeworkOpenId = params['WeworkOpenId']
|
5691
5722
|
end
|
5692
5723
|
end
|
5693
5724
|
|
@@ -5782,14 +5813,17 @@ module TencentCloud
|
|
5782
5813
|
# @param Note: 提示,当创建已存在未实名用户时,该字段有值
|
5783
5814
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5784
5815
|
# @type Note: String
|
5816
|
+
# @param WeworkOpenId: 传入的企微账号id
|
5817
|
+
# @type WeworkOpenId: String
|
5785
5818
|
|
5786
|
-
attr_accessor :DisplayName, :Mobile, :UserId, :Note
|
5819
|
+
attr_accessor :DisplayName, :Mobile, :UserId, :Note, :WeworkOpenId
|
5787
5820
|
|
5788
|
-
def initialize(displayname=nil, mobile=nil, userid=nil, note=nil)
|
5821
|
+
def initialize(displayname=nil, mobile=nil, userid=nil, note=nil, weworkopenid=nil)
|
5789
5822
|
@DisplayName = displayname
|
5790
5823
|
@Mobile = mobile
|
5791
5824
|
@UserId = userid
|
5792
5825
|
@Note = note
|
5826
|
+
@WeworkOpenId = weworkopenid
|
5793
5827
|
end
|
5794
5828
|
|
5795
5829
|
def deserialize(params)
|
@@ -5797,6 +5831,7 @@ module TencentCloud
|
|
5797
5831
|
@Mobile = params['Mobile']
|
5798
5832
|
@UserId = params['UserId']
|
5799
5833
|
@Note = params['Note']
|
5834
|
+
@WeworkOpenId = params['WeworkOpenId']
|
5800
5835
|
end
|
5801
5836
|
end
|
5802
5837
|
|
@@ -5905,8 +5940,8 @@ module TencentCloud
|
|
5905
5940
|
|
5906
5941
|
attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published, :TemplateSeals, :Seals
|
5907
5942
|
extend Gem::Deprecate
|
5908
|
-
deprecate :Seals, :none, 2023,
|
5909
|
-
deprecate :Seals=, :none, 2023,
|
5943
|
+
deprecate :Seals, :none, 2023, 7
|
5944
|
+
deprecate :Seals=, :none, 2023, 7
|
5910
5945
|
|
5911
5946
|
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, templatetype=nil, available=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil, templateseals=nil, seals=nil)
|
5912
5947
|
@TemplateId = templateid
|
@@ -6173,8 +6208,8 @@ module TencentCloud
|
|
6173
6208
|
|
6174
6209
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls
|
6175
6210
|
extend Gem::Deprecate
|
6176
|
-
deprecate :FileUrls, :none, 2023,
|
6177
|
-
deprecate :FileUrls=, :none, 2023,
|
6211
|
+
deprecate :FileUrls, :none, 2023, 7
|
6212
|
+
deprecate :FileUrls=, :none, 2023, 7
|
6178
6213
|
|
6179
6214
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil)
|
6180
6215
|
@BusinessType = businesstype
|
@@ -6246,14 +6281,14 @@ module TencentCloud
|
|
6246
6281
|
|
6247
6282
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
6248
6283
|
extend Gem::Deprecate
|
6249
|
-
deprecate :Channel, :none, 2023,
|
6250
|
-
deprecate :Channel=, :none, 2023,
|
6251
|
-
deprecate :OpenId, :none, 2023,
|
6252
|
-
deprecate :OpenId=, :none, 2023,
|
6253
|
-
deprecate :ClientIp, :none, 2023,
|
6254
|
-
deprecate :ClientIp=, :none, 2023,
|
6255
|
-
deprecate :ProxyIp, :none, 2023,
|
6256
|
-
deprecate :ProxyIp=, :none, 2023,
|
6284
|
+
deprecate :Channel, :none, 2023, 7
|
6285
|
+
deprecate :Channel=, :none, 2023, 7
|
6286
|
+
deprecate :OpenId, :none, 2023, 7
|
6287
|
+
deprecate :OpenId=, :none, 2023, 7
|
6288
|
+
deprecate :ClientIp, :none, 2023, 7
|
6289
|
+
deprecate :ClientIp=, :none, 2023, 7
|
6290
|
+
deprecate :ProxyIp, :none, 2023, 7
|
6291
|
+
deprecate :ProxyIp=, :none, 2023, 7
|
6257
6292
|
|
6258
6293
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
6259
6294
|
@UserId = 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.606
|
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-07-
|
11
|
+
date: 2023-07-05 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/v20201111/models.rb
|
37
|
-
- lib/v20201111/client.rb
|
38
36
|
- lib/tencentcloud-sdk-ess.rb
|
37
|
+
- lib/v20201111/client.rb
|
38
|
+
- lib/v20201111/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|