tencentcloud-sdk-ess 3.0.1091 → 3.0.1093
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 +146 -97
- 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: e77266f1a8d4296c449d9ae13335041b537092a8
|
4
|
+
data.tar.gz: 10ebae345ae47f32d9577ff108ffea43089be71e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f79792082110986903a5bfc82f7ef13fc56832a6de54381a827660e38fd7502be2e6b8d6a71ebff4fac943e3556d097dec8c739ef0b1d2a03e518e14f51bc85
|
7
|
+
data.tar.gz: b29108e827c51863bc5d1c00aa0a654c433fd580e240a8b5a56eaa2620341598b5dc4917d22df8bcf60cc907c4850643535713c58073461487ce52d957a0dacb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1093
|
data/lib/v20201111/models.rb
CHANGED
@@ -51,12 +51,12 @@ module TencentCloud
|
|
51
51
|
|
52
52
|
attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
|
53
53
|
extend Gem::Deprecate
|
54
|
-
deprecate :AppId, :none, 2025,
|
55
|
-
deprecate :AppId=, :none, 2025,
|
56
|
-
deprecate :ProxyAppId, :none, 2025,
|
57
|
-
deprecate :ProxyAppId=, :none, 2025,
|
58
|
-
deprecate :ProxyOperator, :none, 2025,
|
59
|
-
deprecate :ProxyOperator=, :none, 2025,
|
54
|
+
deprecate :AppId, :none, 2025, 7
|
55
|
+
deprecate :AppId=, :none, 2025, 7
|
56
|
+
deprecate :ProxyAppId, :none, 2025, 7
|
57
|
+
deprecate :ProxyAppId=, :none, 2025, 7
|
58
|
+
deprecate :ProxyOperator, :none, 2025, 7
|
59
|
+
deprecate :ProxyOperator=, :none, 2025, 7
|
60
60
|
|
61
61
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
62
62
|
@AppId = appid
|
@@ -667,7 +667,7 @@ module TencentCloud
|
|
667
667
|
# <li>**INSIGHT** : 慧眼人脸识别</li>
|
668
668
|
# <li>**TELECOM** : 运营商三要素验证</li></ul>
|
669
669
|
# 注:
|
670
|
-
# <ul><li
|
670
|
+
# <ul><li>如果是小程序开通链接,仅支持 WEIXINAPP 。为空默认 WEIXINAPP</li>
|
671
671
|
# <li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>
|
672
672
|
# @type VerifyChannels: Array
|
673
673
|
# @param LicenseType: 设置用户自动签合同的扣费方式。
|
@@ -690,8 +690,8 @@ module TencentCloud
|
|
690
690
|
|
691
691
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
692
692
|
extend Gem::Deprecate
|
693
|
-
deprecate :CallbackUrl, :none, 2025,
|
694
|
-
deprecate :CallbackUrl=, :none, 2025,
|
693
|
+
deprecate :CallbackUrl, :none, 2025, 7
|
694
|
+
deprecate :CallbackUrl=, :none, 2025, 7
|
695
695
|
|
696
696
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
697
697
|
@UserInfo = userinfo
|
@@ -933,8 +933,8 @@ module TencentCloud
|
|
933
933
|
|
934
934
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
935
935
|
extend Gem::Deprecate
|
936
|
-
deprecate :Token, :none, 2025,
|
937
|
-
deprecate :Token=, :none, 2025,
|
936
|
+
deprecate :Token, :none, 2025, 7
|
937
|
+
deprecate :Token=, :none, 2025, 7
|
938
938
|
|
939
939
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
940
940
|
@CallbackUrl = callbackurl
|
@@ -964,12 +964,12 @@ module TencentCloud
|
|
964
964
|
|
965
965
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
966
966
|
extend Gem::Deprecate
|
967
|
-
deprecate :ApplicationId, :none, 2025,
|
968
|
-
deprecate :ApplicationId=, :none, 2025,
|
969
|
-
deprecate :OrganizationId, :none, 2025,
|
970
|
-
deprecate :OrganizationId=, :none, 2025,
|
971
|
-
deprecate :SubOrganizationId, :none, 2025,
|
972
|
-
deprecate :SubOrganizationId=, :none, 2025,
|
967
|
+
deprecate :ApplicationId, :none, 2025, 7
|
968
|
+
deprecate :ApplicationId=, :none, 2025, 7
|
969
|
+
deprecate :OrganizationId, :none, 2025, 7
|
970
|
+
deprecate :OrganizationId=, :none, 2025, 7
|
971
|
+
deprecate :SubOrganizationId, :none, 2025, 7
|
972
|
+
deprecate :SubOrganizationId=, :none, 2025, 7
|
973
973
|
|
974
974
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
975
975
|
@ApplicationId = applicationid
|
@@ -2353,8 +2353,8 @@ module TencentCloud
|
|
2353
2353
|
|
2354
2354
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
2355
2355
|
extend Gem::Deprecate
|
2356
|
-
deprecate :Organization, :none, 2025,
|
2357
|
-
deprecate :Organization=, :none, 2025,
|
2356
|
+
deprecate :Organization, :none, 2025, 7
|
2357
|
+
deprecate :Organization=, :none, 2025, 7
|
2358
2358
|
|
2359
2359
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
2360
2360
|
@ResourceType = resourcetype
|
@@ -3428,8 +3428,8 @@ module TencentCloud
|
|
3428
3428
|
|
3429
3429
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
3430
3430
|
extend Gem::Deprecate
|
3431
|
-
deprecate :ReportUrl, :none, 2025,
|
3432
|
-
deprecate :ReportUrl=, :none, 2025,
|
3431
|
+
deprecate :ReportUrl, :none, 2025, 7
|
3432
|
+
deprecate :ReportUrl=, :none, 2025, 7
|
3433
3433
|
|
3434
3434
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
3435
3435
|
@ReportId = reportid
|
@@ -4100,10 +4100,10 @@ module TencentCloud
|
|
4100
4100
|
|
4101
4101
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
|
4102
4102
|
extend Gem::Deprecate
|
4103
|
-
deprecate :RelatedFlowId, :none, 2025,
|
4104
|
-
deprecate :RelatedFlowId=, :none, 2025,
|
4105
|
-
deprecate :CallbackUrl, :none, 2025,
|
4106
|
-
deprecate :CallbackUrl=, :none, 2025,
|
4103
|
+
deprecate :RelatedFlowId, :none, 2025, 7
|
4104
|
+
deprecate :RelatedFlowId=, :none, 2025, 7
|
4105
|
+
deprecate :CallbackUrl, :none, 2025, 7
|
4106
|
+
deprecate :CallbackUrl=, :none, 2025, 7
|
4107
4107
|
|
4108
4108
|
def initialize(operator=nil, flowname=nil, approvers=nil, flowdescription=nil, flowtype=nil, clienttoken=nil, deadline=nil, remindedon=nil, userdata=nil, unordered=nil, customshowmap=nil, needsignreview=nil, agent=nil, ccinfos=nil, autosignscene=nil, relatedflowid=nil, callbackurl=nil, flowdisplaytype=nil)
|
4109
4109
|
@Operator = operator
|
@@ -4312,8 +4312,8 @@ module TencentCloud
|
|
4312
4312
|
|
4313
4313
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
4314
4314
|
extend Gem::Deprecate
|
4315
|
-
deprecate :Organization, :none, 2025,
|
4316
|
-
deprecate :Organization=, :none, 2025,
|
4315
|
+
deprecate :Organization, :none, 2025, 7
|
4316
|
+
deprecate :Organization=, :none, 2025, 7
|
4317
4317
|
|
4318
4318
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
4319
4319
|
@FlowId = flowid
|
@@ -4730,8 +4730,8 @@ module TencentCloud
|
|
4730
4730
|
|
4731
4731
|
attr_accessor :Operator, :Agent, :Organization
|
4732
4732
|
extend Gem::Deprecate
|
4733
|
-
deprecate :Organization, :none, 2025,
|
4734
|
-
deprecate :Organization=, :none, 2025,
|
4733
|
+
deprecate :Organization, :none, 2025, 7
|
4734
|
+
deprecate :Organization=, :none, 2025, 7
|
4735
4735
|
|
4736
4736
|
def initialize(operator=nil, agent=nil, organization=nil)
|
4737
4737
|
@Operator = operator
|
@@ -4885,10 +4885,10 @@ module TencentCloud
|
|
4885
4885
|
|
4886
4886
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
4887
4887
|
extend Gem::Deprecate
|
4888
|
-
deprecate :CallbackUrl, :none, 2025,
|
4889
|
-
deprecate :CallbackUrl=, :none, 2025,
|
4890
|
-
deprecate :ApproverRestrictions, :none, 2025,
|
4891
|
-
deprecate :ApproverRestrictions=, :none, 2025,
|
4888
|
+
deprecate :CallbackUrl, :none, 2025, 7
|
4889
|
+
deprecate :CallbackUrl=, :none, 2025, 7
|
4890
|
+
deprecate :ApproverRestrictions, :none, 2025, 7
|
4891
|
+
deprecate :ApproverRestrictions=, :none, 2025, 7
|
4892
4892
|
|
4893
4893
|
def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, qreffectiveday=nil, floweffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil, approvercomponentlimittypes=nil, forbidpersonalmultiplesign=nil, flownameappendscannerinfo=nil)
|
4894
4894
|
@Operator = operator
|
@@ -5754,8 +5754,8 @@ module TencentCloud
|
|
5754
5754
|
|
5755
5755
|
attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
|
5756
5756
|
extend Gem::Deprecate
|
5757
|
-
deprecate :SignComponentConfig, :none, 2025,
|
5758
|
-
deprecate :SignComponentConfig=, :none, 2025,
|
5757
|
+
deprecate :SignComponentConfig, :none, 2025, 7
|
5758
|
+
deprecate :SignComponentConfig=, :none, 2025, 7
|
5759
5759
|
|
5760
5760
|
def initialize(operator=nil, resourceid=nil, flowname=nil, resourcetype=nil, unordered=nil, deadline=nil, userflowtypeid=nil, flowtype=nil, approvers=nil, intelligentstatus=nil, components=nil, flowoption=nil, needsignreview=nil, needcreatereview=nil, userdata=nil, ccinfos=nil, flowid=nil, agent=nil, initiatorcomponents=nil, flowdisplaytype=nil, signcomponentconfig=nil)
|
5761
5761
|
@Operator = operator
|
@@ -5924,8 +5924,8 @@ module TencentCloud
|
|
5924
5924
|
|
5925
5925
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
5926
5926
|
extend Gem::Deprecate
|
5927
|
-
deprecate :SealImage, :none, 2025,
|
5928
|
-
deprecate :SealImage=, :none, 2025,
|
5927
|
+
deprecate :SealImage, :none, 2025, 7
|
5928
|
+
deprecate :SealImage=, :none, 2025, 7
|
5929
5929
|
|
5930
5930
|
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, licensetype=nil, scenekey=nil)
|
5931
5931
|
@UserName = username
|
@@ -8165,10 +8165,10 @@ module TencentCloud
|
|
8165
8165
|
|
8166
8166
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
8167
8167
|
extend Gem::Deprecate
|
8168
|
-
deprecate :CcToken, :none, 2025,
|
8169
|
-
deprecate :CcToken=, :none, 2025,
|
8170
|
-
deprecate :Scene, :none, 2025,
|
8171
|
-
deprecate :Scene=, :none, 2025,
|
8168
|
+
deprecate :CcToken, :none, 2025, 7
|
8169
|
+
deprecate :CcToken=, :none, 2025, 7
|
8170
|
+
deprecate :Scene, :none, 2025, 7
|
8171
|
+
deprecate :Scene=, :none, 2025, 7
|
8172
8172
|
|
8173
8173
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
8174
8174
|
@Operator = operator
|
@@ -8549,12 +8549,12 @@ module TencentCloud
|
|
8549
8549
|
|
8550
8550
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
8551
8551
|
extend Gem::Deprecate
|
8552
|
-
deprecate :IsChannel, :none, 2025,
|
8553
|
-
deprecate :IsChannel=, :none, 2025,
|
8554
|
-
deprecate :Organization, :none, 2025,
|
8555
|
-
deprecate :Organization=, :none, 2025,
|
8556
|
-
deprecate :GenerateSource, :none, 2025,
|
8557
|
-
deprecate :GenerateSource=, :none, 2025,
|
8552
|
+
deprecate :IsChannel, :none, 2025, 7
|
8553
|
+
deprecate :IsChannel=, :none, 2025, 7
|
8554
|
+
deprecate :Organization, :none, 2025, 7
|
8555
|
+
deprecate :Organization=, :none, 2025, 7
|
8556
|
+
deprecate :GenerateSource, :none, 2025, 7
|
8557
|
+
deprecate :GenerateSource=, :none, 2025, 7
|
8558
8558
|
|
8559
8559
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
8560
8560
|
@Operator = operator
|
@@ -9047,8 +9047,8 @@ module TencentCloud
|
|
9047
9047
|
|
9048
9048
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
9049
9049
|
extend Gem::Deprecate
|
9050
|
-
deprecate :ActivedTotal, :none, 2025,
|
9051
|
-
deprecate :ActivedTotal=, :none, 2025,
|
9050
|
+
deprecate :ActivedTotal, :none, 2025, 7
|
9051
|
+
deprecate :ActivedTotal=, :none, 2025, 7
|
9052
9052
|
|
9053
9053
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
9054
9054
|
@Total = total
|
@@ -10023,7 +10023,7 @@ module TencentCloud
|
|
10023
10023
|
class FillApproverInfo < TencentCloud::Common::AbstractModel
|
10024
10024
|
# @param RecipientId: 签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。
|
10025
10025
|
# 模板发起合同时,该参数为必填项。
|
10026
|
-
#
|
10026
|
+
# 文件发起合同时,该参数无需传值。
|
10027
10027
|
# 如果开发者后序用合同模板发起合同,建议保存此值,在用合同模板发起合同中需此值绑定对应的签署经办人 。
|
10028
10028
|
# @type RecipientId: String
|
10029
10029
|
# @param ApproverSource: 签署人来源
|
@@ -10034,8 +10034,14 @@ module TencentCloud
|
|
10034
10034
|
# <br/>当ApproverSource为WEWORKAPP的企微或签场景下,必须指企业自有应用获取企业微信的UserId
|
10035
10035
|
# @type CustomUserId: String
|
10036
10036
|
# @param ApproverName: 补充企业签署人员工姓名
|
10037
|
+
# <ul>
|
10038
|
+
# <li>ApproverSource!=WEWORKAPP时,必传</li>
|
10039
|
+
# </ul>
|
10037
10040
|
# @type ApproverName: String
|
10038
10041
|
# @param ApproverMobile: 补充企业签署人员工手机号
|
10042
|
+
# <ul>
|
10043
|
+
# <li>ApproverSource!=WEWORKAPP时,必传</li>
|
10044
|
+
# </ul>
|
10039
10045
|
# @type ApproverMobile: String
|
10040
10046
|
# @param OrganizationName: 补充企业动态签署人时,需要指定对应企业名称
|
10041
10047
|
# @type OrganizationName: String
|
@@ -10050,8 +10056,8 @@ module TencentCloud
|
|
10050
10056
|
# @type ApproverIdCardType: String
|
10051
10057
|
# @param ApproverIdCardNumber: 签署方经办人的证件号码,应符合以下规则
|
10052
10058
|
# <ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
|
10053
|
-
# <li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11
|
10054
|
-
# <li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18
|
10059
|
+
# <li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字</li>
|
10060
|
+
# <li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串</li></ul>
|
10055
10061
|
|
10056
10062
|
# 注:`补充个人签署方时,若该用户已在电子签完成实名则可通过指定姓名和证件类型、证件号码完成补充。`
|
10057
10063
|
# @type ApproverIdCardNumber: String
|
@@ -10059,10 +10065,21 @@ module TencentCloud
|
|
10059
10065
|
# - 补充合同组子合同动态签署人时必传。
|
10060
10066
|
# - 补充普通合同时,请阅读:<a href="https://qian.tencent.com/developers/companyApis/operateFlows/CreateFlowApprovers/" target="_blank">补充签署人接口</a>的接口使用说明
|
10061
10067
|
# @type FlowId: String
|
10068
|
+
# @param NotifyType: 通知类型:
|
10069
|
+
# <li>当FillApproverType =0,或签场景补充签署人时,指定是否发送或签领取短信</li>
|
10070
|
+
|
10071
|
+
# <li>SMS:开启或签领取短信通知</li>
|
10072
|
+
|
10073
|
+
# <li>NONE:关闭或签领取短信通知</li>
|
10074
|
+
|
10075
|
+
# <li>当NotifyType=NONE时,可调用<a href="https://qian.tencent.com/developers/companyApis/startFlows/CreateSchemeUrl" target="_blank" rel="noopener noreferrer">获取跳转至腾讯电子签小程序的签署链接</a>接口生成签署链接来完成或签领取</li>
|
10062
10076
|
|
10063
|
-
attr_accessor :RecipientId, :ApproverSource, :CustomUserId, :ApproverName, :ApproverMobile, :OrganizationName, :ApproverIdCardType, :ApproverIdCardNumber, :FlowId
|
10064
10077
|
|
10065
|
-
|
10078
|
+
# @type NotifyType: String
|
10079
|
+
|
10080
|
+
attr_accessor :RecipientId, :ApproverSource, :CustomUserId, :ApproverName, :ApproverMobile, :OrganizationName, :ApproverIdCardType, :ApproverIdCardNumber, :FlowId, :NotifyType
|
10081
|
+
|
10082
|
+
def initialize(recipientid=nil, approversource=nil, customuserid=nil, approvername=nil, approvermobile=nil, organizationname=nil, approveridcardtype=nil, approveridcardnumber=nil, flowid=nil, notifytype=nil)
|
10066
10083
|
@RecipientId = recipientid
|
10067
10084
|
@ApproverSource = approversource
|
10068
10085
|
@CustomUserId = customuserid
|
@@ -10072,6 +10089,7 @@ module TencentCloud
|
|
10072
10089
|
@ApproverIdCardType = approveridcardtype
|
10073
10090
|
@ApproverIdCardNumber = approveridcardnumber
|
10074
10091
|
@FlowId = flowid
|
10092
|
+
@NotifyType = notifytype
|
10075
10093
|
end
|
10076
10094
|
|
10077
10095
|
def deserialize(params)
|
@@ -10084,6 +10102,7 @@ module TencentCloud
|
|
10084
10102
|
@ApproverIdCardType = params['ApproverIdCardType']
|
10085
10103
|
@ApproverIdCardNumber = params['ApproverIdCardNumber']
|
10086
10104
|
@FlowId = params['FlowId']
|
10105
|
+
@NotifyType = params['NotifyType']
|
10087
10106
|
end
|
10088
10107
|
end
|
10089
10108
|
|
@@ -10217,8 +10236,8 @@ module TencentCloud
|
|
10217
10236
|
|
10218
10237
|
attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
|
10219
10238
|
extend Gem::Deprecate
|
10220
|
-
deprecate :ReceiptId, :none, 2025,
|
10221
|
-
deprecate :ReceiptId=, :none, 2025,
|
10239
|
+
deprecate :ReceiptId, :none, 2025, 7
|
10240
|
+
deprecate :ReceiptId=, :none, 2025, 7
|
10222
10241
|
|
10223
10242
|
def initialize(approvemessage=nil, approvename=nil, approvestatus=nil, receiptid=nil, customuserid=nil, mobile=nil, signorder=nil, approvetime=nil, approvetype=nil, approversource=nil, customapprovertag=nil, organizationid=nil, organizationname=nil, signid=nil, approverrolename=nil, recipientid=nil)
|
10224
10243
|
@ApproveMessage = approvemessage
|
@@ -10352,6 +10371,7 @@ module TencentCloud
|
|
10352
10371
|
# @param FlowDescription: 合同流程描述信息。
|
10353
10372
|
# @type FlowDescription: String
|
10354
10373
|
# @param FlowType: 合同流程的类别分类(如销售合同/入职合同等)。
|
10374
|
+
# 该字段将被废弃,不建议使用。 请使用 UserFlowType。
|
10355
10375
|
# @type FlowType: String
|
10356
10376
|
# @param FlowStatus: 合同流程当前的签署状态, 会存在下列的状态值
|
10357
10377
|
# <ul><li> **0** : 未开启流程(合同中不存在填写环节)</li>
|
@@ -10375,10 +10395,17 @@ module TencentCloud
|
|
10375
10395
|
# @type Creator: String
|
10376
10396
|
# @param Deadline: 合同流程的签署截止时间,格式为Unix标准时间戳(秒)。
|
10377
10397
|
# @type Deadline: Integer
|
10398
|
+
# @param UserFlowType: 用户合同的自定义分类。
|
10399
|
+
|
10400
|
+
# 自定义合同类型的位置,在下图所示地方:
|
10401
|
+
# 
|
10402
|
+
# @type UserFlowType: :class:`Tencentcloud::Ess.v20201111.models.UserFlowType`
|
10403
|
+
# @param TemplateId: 发起模板时,使用的模板Id
|
10404
|
+
# @type TemplateId: String
|
10378
10405
|
|
10379
|
-
attr_accessor :FlowId, :FlowName, :FlowDescription, :FlowType, :FlowStatus, :CreatedOn, :FlowMessage, :Creator, :Deadline
|
10406
|
+
attr_accessor :FlowId, :FlowName, :FlowDescription, :FlowType, :FlowStatus, :CreatedOn, :FlowMessage, :Creator, :Deadline, :UserFlowType, :TemplateId
|
10380
10407
|
|
10381
|
-
def initialize(flowid=nil, flowname=nil, flowdescription=nil, flowtype=nil, flowstatus=nil, createdon=nil, flowmessage=nil, creator=nil, deadline=nil)
|
10408
|
+
def initialize(flowid=nil, flowname=nil, flowdescription=nil, flowtype=nil, flowstatus=nil, createdon=nil, flowmessage=nil, creator=nil, deadline=nil, userflowtype=nil, templateid=nil)
|
10382
10409
|
@FlowId = flowid
|
10383
10410
|
@FlowName = flowname
|
10384
10411
|
@FlowDescription = flowdescription
|
@@ -10388,6 +10415,8 @@ module TencentCloud
|
|
10388
10415
|
@FlowMessage = flowmessage
|
10389
10416
|
@Creator = creator
|
10390
10417
|
@Deadline = deadline
|
10418
|
+
@UserFlowType = userflowtype
|
10419
|
+
@TemplateId = templateid
|
10391
10420
|
end
|
10392
10421
|
|
10393
10422
|
def deserialize(params)
|
@@ -10400,6 +10429,11 @@ module TencentCloud
|
|
10400
10429
|
@FlowMessage = params['FlowMessage']
|
10401
10430
|
@Creator = params['Creator']
|
10402
10431
|
@Deadline = params['Deadline']
|
10432
|
+
unless params['UserFlowType'].nil?
|
10433
|
+
@UserFlowType = UserFlowType.new
|
10434
|
+
@UserFlowType.deserialize(params['UserFlowType'])
|
10435
|
+
end
|
10436
|
+
@TemplateId = params['TemplateId']
|
10403
10437
|
end
|
10404
10438
|
end
|
10405
10439
|
|
@@ -10590,8 +10624,8 @@ module TencentCloud
|
|
10590
10624
|
|
10591
10625
|
attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl, :SignId, :ApproverNeedSignReview, :SignComponents, :Components, :ComponentLimitType, :ApproverVerifyTypes, :ApproverSignTypes, :SignTypeSelector, :Deadline, :Intention, :SignEndpoints
|
10592
10626
|
extend Gem::Deprecate
|
10593
|
-
deprecate :JumpUrl, :none, 2025,
|
10594
|
-
deprecate :JumpUrl=, :none, 2025,
|
10627
|
+
deprecate :JumpUrl, :none, 2025, 7
|
10628
|
+
deprecate :JumpUrl=, :none, 2025, 7
|
10595
10629
|
|
10596
10630
|
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, signcomponents=nil, components=nil, componentlimittype=nil, approververifytypes=nil, approversigntypes=nil, signtypeselector=nil, deadline=nil, intention=nil, signendpoints=nil)
|
10597
10631
|
@ApproverType = approvertype
|
@@ -10688,6 +10722,7 @@ module TencentCloud
|
|
10688
10722
|
# @param FlowName: 合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
|
10689
10723
|
# @type FlowName: String
|
10690
10724
|
# @param FlowType: 合同流程的类别分类(如销售合同/入职合同等)。
|
10725
|
+
# 该字段将被废弃,不建议使用。
|
10691
10726
|
# @type FlowType: String
|
10692
10727
|
# @param FlowStatus: 合同流程当前的签署状态, 会存在下列的状态值 <ul><li> **0** : 未开启流程(合同中不存在填写环节)</li> <li> **1** : 待签署</li> <li> **2** : 部分签署</li> <li> **3** : 已拒签</li> <li> **4** : 已签署</li> <li> **5** : 已过期</li> <li> **6** : 已撤销</li> <li> **7** : 未开启流程(合同中存在填写环节)</li> <li> **8** : 等待填写</li> <li> **9** : 部分填写</li> <li> **10** : 已拒填</li> <li> **16** : 已失效(可能因为参与方修改姓名等原因)</li> <li> **21** : 已解除</li></ul>
|
10693
10728
|
# @type FlowStatus: Integer
|
@@ -10703,10 +10738,17 @@ module TencentCloud
|
|
10703
10738
|
# @type CcInfos: Array
|
10704
10739
|
# @param Creator: 合同流程发起方的员工编号, 即员工在腾讯电子签平台的唯一身份标识。
|
10705
10740
|
# @type Creator: String
|
10741
|
+
# @param UserFlowType: 用户合同的自定义分类。
|
10706
10742
|
|
10707
|
-
|
10743
|
+
# 自定义合同类型的位置,在下图所示地方:
|
10744
|
+
# 
|
10745
|
+
# @type UserFlowType: :class:`Tencentcloud::Ess.v20201111.models.UserFlowType`
|
10746
|
+
# @param TemplateId: 发起模板时,使用的模板Id
|
10747
|
+
# @type TemplateId: String
|
10708
10748
|
|
10709
|
-
|
10749
|
+
attr_accessor :FlowId, :FlowName, :FlowType, :FlowStatus, :FlowMessage, :FlowDescription, :CreatedOn, :FlowApproverInfos, :CcInfos, :Creator, :UserFlowType, :TemplateId
|
10750
|
+
|
10751
|
+
def initialize(flowid=nil, flowname=nil, flowtype=nil, flowstatus=nil, flowmessage=nil, flowdescription=nil, createdon=nil, flowapproverinfos=nil, ccinfos=nil, creator=nil, userflowtype=nil, templateid=nil)
|
10710
10752
|
@FlowId = flowid
|
10711
10753
|
@FlowName = flowname
|
10712
10754
|
@FlowType = flowtype
|
@@ -10717,6 +10759,8 @@ module TencentCloud
|
|
10717
10759
|
@FlowApproverInfos = flowapproverinfos
|
10718
10760
|
@CcInfos = ccinfos
|
10719
10761
|
@Creator = creator
|
10762
|
+
@UserFlowType = userflowtype
|
10763
|
+
@TemplateId = templateid
|
10720
10764
|
end
|
10721
10765
|
|
10722
10766
|
def deserialize(params)
|
@@ -10744,6 +10788,11 @@ module TencentCloud
|
|
10744
10788
|
end
|
10745
10789
|
end
|
10746
10790
|
@Creator = params['Creator']
|
10791
|
+
unless params['UserFlowType'].nil?
|
10792
|
+
@UserFlowType = UserFlowType.new
|
10793
|
+
@UserFlowType.deserialize(params['UserFlowType'])
|
10794
|
+
end
|
10795
|
+
@TemplateId = params['TemplateId']
|
10747
10796
|
end
|
10748
10797
|
end
|
10749
10798
|
|
@@ -10891,8 +10940,8 @@ module TencentCloud
|
|
10891
10940
|
|
10892
10941
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
10893
10942
|
extend Gem::Deprecate
|
10894
|
-
deprecate :CallbackUrl, :none, 2025,
|
10895
|
-
deprecate :CallbackUrl=, :none, 2025,
|
10943
|
+
deprecate :CallbackUrl, :none, 2025, 7
|
10944
|
+
deprecate :CallbackUrl=, :none, 2025, 7
|
10896
10945
|
|
10897
10946
|
def initialize(flowname=nil, approvers=nil, fileids=nil, templateid=nil, flowtype=nil, flowdescription=nil, deadline=nil, callbackurl=nil, userdata=nil, unordered=nil, components=nil, needsignreview=nil, autosignscene=nil, flowdisplaytype=nil)
|
10898
10947
|
@FlowName = flowname
|
@@ -11564,8 +11613,8 @@ module TencentCloud
|
|
11564
11613
|
|
11565
11614
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
11566
11615
|
extend Gem::Deprecate
|
11567
|
-
deprecate :Organization, :none, 2025,
|
11568
|
-
deprecate :Organization=, :none, 2025,
|
11616
|
+
deprecate :Organization, :none, 2025, 7
|
11617
|
+
deprecate :Organization=, :none, 2025, 7
|
11569
11618
|
|
11570
11619
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
11571
11620
|
@TaskId = taskid
|
@@ -12821,16 +12870,16 @@ module TencentCloud
|
|
12821
12870
|
|
12822
12871
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
12823
12872
|
extend Gem::Deprecate
|
12824
|
-
deprecate :OrganizationId, :none, 2025,
|
12825
|
-
deprecate :OrganizationId=, :none, 2025,
|
12826
|
-
deprecate :Channel, :none, 2025,
|
12827
|
-
deprecate :Channel=, :none, 2025,
|
12828
|
-
deprecate :OrganizationOpenId, :none, 2025,
|
12829
|
-
deprecate :OrganizationOpenId=, :none, 2025,
|
12830
|
-
deprecate :ClientIp, :none, 2025,
|
12831
|
-
deprecate :ClientIp=, :none, 2025,
|
12832
|
-
deprecate :ProxyIp, :none, 2025,
|
12833
|
-
deprecate :ProxyIp=, :none, 2025,
|
12873
|
+
deprecate :OrganizationId, :none, 2025, 7
|
12874
|
+
deprecate :OrganizationId=, :none, 2025, 7
|
12875
|
+
deprecate :Channel, :none, 2025, 7
|
12876
|
+
deprecate :Channel=, :none, 2025, 7
|
12877
|
+
deprecate :OrganizationOpenId, :none, 2025, 7
|
12878
|
+
deprecate :OrganizationOpenId=, :none, 2025, 7
|
12879
|
+
deprecate :ClientIp, :none, 2025, 7
|
12880
|
+
deprecate :ClientIp=, :none, 2025, 7
|
12881
|
+
deprecate :ProxyIp, :none, 2025, 7
|
12882
|
+
deprecate :ProxyIp=, :none, 2025, 7
|
12834
12883
|
|
12835
12884
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
12836
12885
|
@OrganizationId = organizationid
|
@@ -13207,7 +13256,7 @@ module TencentCloud
|
|
13207
13256
|
# <li><strong>5</strong>: 授权书+对公打款方式</li>
|
13208
13257
|
# </ul>
|
13209
13258
|
# @type AuthorizationTypes: Array
|
13210
|
-
# @param AuthorizationType:
|
13259
|
+
# @param AuthorizationType: 指定企业认证的授权方式:
|
13211
13260
|
|
13212
13261
|
# <ul>
|
13213
13262
|
# <li><strong>2</strong>: 法人授权方式</li>
|
@@ -13217,10 +13266,10 @@ module TencentCloud
|
|
13217
13266
|
|
13218
13267
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :AuthorizationTypes, :AuthorizationType
|
13219
13268
|
extend Gem::Deprecate
|
13220
|
-
deprecate :Uscc, :none, 2025,
|
13221
|
-
deprecate :Uscc=, :none, 2025,
|
13222
|
-
deprecate :AuthorizationTypes, :none, 2025,
|
13223
|
-
deprecate :AuthorizationTypes=, :none, 2025,
|
13269
|
+
deprecate :Uscc, :none, 2025, 7
|
13270
|
+
deprecate :Uscc=, :none, 2025, 7
|
13271
|
+
deprecate :AuthorizationTypes, :none, 2025, 7
|
13272
|
+
deprecate :AuthorizationTypes=, :none, 2025, 7
|
13224
13273
|
|
13225
13274
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, authorizationtypes=nil, authorizationtype=nil)
|
13226
13275
|
@LegalName = legalname
|
@@ -13354,8 +13403,8 @@ module TencentCloud
|
|
13354
13403
|
|
13355
13404
|
attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
|
13356
13405
|
extend Gem::Deprecate
|
13357
|
-
deprecate :RelievedApproverReceiptId, :none, 2025,
|
13358
|
-
deprecate :RelievedApproverReceiptId=, :none, 2025,
|
13406
|
+
deprecate :RelievedApproverReceiptId, :none, 2025, 7
|
13407
|
+
deprecate :RelievedApproverReceiptId=, :none, 2025, 7
|
13359
13408
|
|
13360
13409
|
def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
|
13361
13410
|
@Name = name
|
@@ -13755,8 +13804,8 @@ module TencentCloud
|
|
13755
13804
|
|
13756
13805
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
13757
13806
|
extend Gem::Deprecate
|
13758
|
-
deprecate :ClientToken, :none, 2025,
|
13759
|
-
deprecate :ClientToken=, :none, 2025,
|
13807
|
+
deprecate :ClientToken, :none, 2025, 7
|
13808
|
+
deprecate :ClientToken=, :none, 2025, 7
|
13760
13809
|
|
13761
13810
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
13762
13811
|
@Operator = operator
|
@@ -14062,8 +14111,8 @@ module TencentCloud
|
|
14062
14111
|
|
14063
14112
|
attr_accessor :TemplateId, :TemplateName, :Recipients, :Components, :SignComponents, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :CreatorId, :PreviewUrl, :UserFlowType, :TemplateVersion, :Published, :ShareTemplateId, :TemplateSeals, :Seals
|
14064
14113
|
extend Gem::Deprecate
|
14065
|
-
deprecate :Seals, :none, 2025,
|
14066
|
-
deprecate :Seals=, :none, 2025,
|
14114
|
+
deprecate :Seals, :none, 2025, 7
|
14115
|
+
deprecate :Seals=, :none, 2025, 7
|
14067
14116
|
|
14068
14117
|
def initialize(templateid=nil, templatename=nil, recipients=nil, components=nil, signcomponents=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, creatorid=nil, previewurl=nil, userflowtype=nil, templateversion=nil, published=nil, sharetemplateid=nil, templateseals=nil, seals=nil)
|
14069
14118
|
@TemplateId = templateid
|
@@ -14417,8 +14466,8 @@ module TencentCloud
|
|
14417
14466
|
|
14418
14467
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
14419
14468
|
extend Gem::Deprecate
|
14420
|
-
deprecate :FileUrls, :none, 2025,
|
14421
|
-
deprecate :FileUrls=, :none, 2025,
|
14469
|
+
deprecate :FileUrls, :none, 2025, 7
|
14470
|
+
deprecate :FileUrls=, :none, 2025, 7
|
14422
14471
|
|
14423
14472
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
14424
14473
|
@BusinessType = businesstype
|
@@ -14521,14 +14570,14 @@ module TencentCloud
|
|
14521
14570
|
|
14522
14571
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
14523
14572
|
extend Gem::Deprecate
|
14524
|
-
deprecate :Channel, :none, 2025,
|
14525
|
-
deprecate :Channel=, :none, 2025,
|
14526
|
-
deprecate :OpenId, :none, 2025,
|
14527
|
-
deprecate :OpenId=, :none, 2025,
|
14528
|
-
deprecate :ClientIp, :none, 2025,
|
14529
|
-
deprecate :ClientIp=, :none, 2025,
|
14530
|
-
deprecate :ProxyIp, :none, 2025,
|
14531
|
-
deprecate :ProxyIp=, :none, 2025,
|
14573
|
+
deprecate :Channel, :none, 2025, 7
|
14574
|
+
deprecate :Channel=, :none, 2025, 7
|
14575
|
+
deprecate :OpenId, :none, 2025, 7
|
14576
|
+
deprecate :OpenId=, :none, 2025, 7
|
14577
|
+
deprecate :ClientIp, :none, 2025, 7
|
14578
|
+
deprecate :ClientIp=, :none, 2025, 7
|
14579
|
+
deprecate :ProxyIp, :none, 2025, 7
|
14580
|
+
deprecate :ProxyIp=, :none, 2025, 7
|
14532
14581
|
|
14533
14582
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
14534
14583
|
@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.1093
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|