tencentcloud-sdk-ess 3.0.1193 → 3.0.1198
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 +110 -101
- 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: f5a82f7c7a594db39f750e3445a4ffcf02086f26
|
|
4
|
+
data.tar.gz: 236e36fe8310910337a83b9c48735b3d2d081118
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3c74c25b2ee18001d0800543bd80a43a3b6c5a0f0d0728a9766e05f9c0f13d9fbfcce5d08b8c487fcd3f5f05b7953658226b630d6bea2ad88950df739b491ab
|
|
7
|
+
data.tar.gz: 6a18b2b1fdebbc7e513b8c19ceccf74f1f3005102dfba2606b60090e122a1885fdb0af3c55a9bc168b7945a1c944479a6fe9d0eee3084337edb6ccc4d1dd5968
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1198
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -105,12 +105,12 @@ module TencentCloud
|
|
|
105
105
|
|
|
106
106
|
attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
|
|
107
107
|
extend Gem::Deprecate
|
|
108
|
-
deprecate :AppId, :none,
|
|
109
|
-
deprecate :AppId=, :none,
|
|
110
|
-
deprecate :ProxyAppId, :none,
|
|
111
|
-
deprecate :ProxyAppId=, :none,
|
|
112
|
-
deprecate :ProxyOperator, :none,
|
|
113
|
-
deprecate :ProxyOperator=, :none,
|
|
108
|
+
deprecate :AppId, :none, 2026, 1
|
|
109
|
+
deprecate :AppId=, :none, 2026, 1
|
|
110
|
+
deprecate :ProxyAppId, :none, 2026, 1
|
|
111
|
+
deprecate :ProxyAppId=, :none, 2026, 1
|
|
112
|
+
deprecate :ProxyOperator, :none, 2026, 1
|
|
113
|
+
deprecate :ProxyOperator=, :none, 2026, 1
|
|
114
114
|
|
|
115
115
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
|
116
116
|
@AppId = appid
|
|
@@ -764,8 +764,8 @@ module TencentCloud
|
|
|
764
764
|
|
|
765
765
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
|
766
766
|
extend Gem::Deprecate
|
|
767
|
-
deprecate :CallbackUrl, :none,
|
|
768
|
-
deprecate :CallbackUrl=, :none,
|
|
767
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
768
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
769
769
|
|
|
770
770
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
|
771
771
|
@UserInfo = userinfo
|
|
@@ -1007,8 +1007,8 @@ module TencentCloud
|
|
|
1007
1007
|
|
|
1008
1008
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
|
1009
1009
|
extend Gem::Deprecate
|
|
1010
|
-
deprecate :Token, :none,
|
|
1011
|
-
deprecate :Token=, :none,
|
|
1010
|
+
deprecate :Token, :none, 2026, 1
|
|
1011
|
+
deprecate :Token=, :none, 2026, 1
|
|
1012
1012
|
|
|
1013
1013
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
|
1014
1014
|
@CallbackUrl = callbackurl
|
|
@@ -1038,12 +1038,12 @@ module TencentCloud
|
|
|
1038
1038
|
|
|
1039
1039
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
|
1040
1040
|
extend Gem::Deprecate
|
|
1041
|
-
deprecate :ApplicationId, :none,
|
|
1042
|
-
deprecate :ApplicationId=, :none,
|
|
1043
|
-
deprecate :OrganizationId, :none,
|
|
1044
|
-
deprecate :OrganizationId=, :none,
|
|
1045
|
-
deprecate :SubOrganizationId, :none,
|
|
1046
|
-
deprecate :SubOrganizationId=, :none,
|
|
1041
|
+
deprecate :ApplicationId, :none, 2026, 1
|
|
1042
|
+
deprecate :ApplicationId=, :none, 2026, 1
|
|
1043
|
+
deprecate :OrganizationId, :none, 2026, 1
|
|
1044
|
+
deprecate :OrganizationId=, :none, 2026, 1
|
|
1045
|
+
deprecate :SubOrganizationId, :none, 2026, 1
|
|
1046
|
+
deprecate :SubOrganizationId=, :none, 2026, 1
|
|
1047
1047
|
|
|
1048
1048
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
|
1049
1049
|
@ApplicationId = applicationid
|
|
@@ -3059,8 +3059,8 @@ module TencentCloud
|
|
|
3059
3059
|
|
|
3060
3060
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
|
3061
3061
|
extend Gem::Deprecate
|
|
3062
|
-
deprecate :Organization, :none,
|
|
3063
|
-
deprecate :Organization=, :none,
|
|
3062
|
+
deprecate :Organization, :none, 2026, 1
|
|
3063
|
+
deprecate :Organization=, :none, 2026, 1
|
|
3064
3064
|
|
|
3065
3065
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
|
3066
3066
|
@ResourceType = resourcetype
|
|
@@ -3135,11 +3135,7 @@ module TencentCloud
|
|
|
3135
3135
|
# @type FormFields: Array
|
|
3136
3136
|
# @param NeedPreview: 是否为预览模式,取值如下:<ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li> <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。 <font color="red">注意: 1.以预览模式创建的合同仅供查看,因此参与方无法进行签署操作;;2.以预览模式调用该接口返回的FlowId为临时Flowld,无法用于发起和拉取信息。</font> </li></ul>注: `当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,动态表格合成完后会触发文档合成完成的回调通知`
|
|
3137
3137
|
# @type NeedPreview: Boolean
|
|
3138
|
-
# @param PreviewType: 预览模式下产生的预览链接类型
|
|
3139
|
-
# <ul><li> **0** :(默认) 文件流 ,点开后下载预览的合同PDF文件 </li>
|
|
3140
|
-
# <li> **1** :H5链接 ,点开后在浏览器中展示合同的样子。</li></ul>
|
|
3141
|
-
# 注: `1.此参数在NeedPreview 为true时有效`
|
|
3142
|
-
# `2.动态表格控件不支持H5链接方式预览`
|
|
3138
|
+
# @param PreviewType: 预览模式下产生的预览链接类型 <ul><li> **0** :(默认) 文件流 ,点开后下载预览的合同PDF文件 </li><li> **1** :H5链接 ,点开后在浏览器中展示合同的样子。</li></ul>注: `1.此参数在NeedPreview 为true时有效`
|
|
3143
3139
|
# @type PreviewType: Integer
|
|
3144
3140
|
# @param Agent: 代理企业和员工的信息。
|
|
3145
3141
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -3900,9 +3896,7 @@ module TencentCloud
|
|
|
3900
3896
|
|
|
3901
3897
|
# 到达提醒时间后,腾讯电子签会短信通知发起方企业合同提醒,可用于处理合同到期事务,如合同续签等事宜。
|
|
3902
3898
|
# @type RemindedOn: Integer
|
|
3903
|
-
# @param ApproverVerifyType:
|
|
3904
|
-
# <ul><li> **VerifyCheck** :(默认)人脸识别,人脸识别后才能合同内容 </li>
|
|
3905
|
-
# <li> **MobileCheck** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容(当手写签名方式为OCR_ESIGN时,该校验方式无效,因为这种签名方式依赖实名认证)</li></ul>
|
|
3899
|
+
# @param ApproverVerifyType: 指定个人签署方查看合同的校验方式<ul><li> **VerifyCheck** :(默认)人脸识别,人脸识别后才能查看合同内容 </li><li> **MobileCheck** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容(当手写签名方式为OCR_ESIGN时,该校验方式无效,因为这种签名方式依赖实名认证)</li></ul>
|
|
3906
3900
|
# @type ApproverVerifyType: String
|
|
3907
3901
|
# @param SignBeanTag: 签署方签署控件(印章/签名等)的生成方式:
|
|
3908
3902
|
# <ul><li> **0**:在合同流程发起时,由发起人指定签署方的签署控件的位置和数量。</li>
|
|
@@ -4135,8 +4129,8 @@ module TencentCloud
|
|
|
4135
4129
|
|
|
4136
4130
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
|
4137
4131
|
extend Gem::Deprecate
|
|
4138
|
-
deprecate :ReportUrl, :none,
|
|
4139
|
-
deprecate :ReportUrl=, :none,
|
|
4132
|
+
deprecate :ReportUrl, :none, 2026, 1
|
|
4133
|
+
deprecate :ReportUrl=, :none, 2026, 1
|
|
4140
4134
|
|
|
4141
4135
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
|
4142
4136
|
@ReportId = reportid
|
|
@@ -4662,8 +4656,8 @@ module TencentCloud
|
|
|
4662
4656
|
|
|
4663
4657
|
attr_accessor :CanEditFlow, :CanEditFormField, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :SkipUploadFile, :ForbidEditFillComponent, :CustomCreateFlowDescription, :ForbidAddApprover, :ForbidEditApprover, :ForbidEditFlowProperties, :HideComponentTypes, :ShowComponentTypes, :ResultPageConfig, :SignComponentConfig, :ForbidEditWatermark, :HideOperationInstructions, :HideOperationSteps, :SelfName, :HideSignCodeAfterStart, :PreviewAfterStart, :SignAfterStart, :NeedFlowDraft
|
|
4664
4658
|
extend Gem::Deprecate
|
|
4665
|
-
deprecate :HideOperationInstructions, :none,
|
|
4666
|
-
deprecate :HideOperationInstructions=, :none,
|
|
4659
|
+
deprecate :HideOperationInstructions, :none, 2026, 1
|
|
4660
|
+
deprecate :HideOperationInstructions=, :none, 2026, 1
|
|
4667
4661
|
|
|
4668
4662
|
def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil, signcomponentconfig=nil, forbideditwatermark=nil, hideoperationinstructions=nil, hideoperationsteps=nil, selfname=nil, hidesigncodeafterstart=nil, previewafterstart=nil, signafterstart=nil, needflowdraft=nil)
|
|
4669
4663
|
@CanEditFlow = caneditflow
|
|
@@ -4881,10 +4875,10 @@ module TencentCloud
|
|
|
4881
4875
|
|
|
4882
4876
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
|
|
4883
4877
|
extend Gem::Deprecate
|
|
4884
|
-
deprecate :RelatedFlowId, :none,
|
|
4885
|
-
deprecate :RelatedFlowId=, :none,
|
|
4886
|
-
deprecate :CallbackUrl, :none,
|
|
4887
|
-
deprecate :CallbackUrl=, :none,
|
|
4878
|
+
deprecate :RelatedFlowId, :none, 2026, 1
|
|
4879
|
+
deprecate :RelatedFlowId=, :none, 2026, 1
|
|
4880
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
4881
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
4888
4882
|
|
|
4889
4883
|
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)
|
|
4890
4884
|
@Operator = operator
|
|
@@ -5095,8 +5089,8 @@ module TencentCloud
|
|
|
5095
5089
|
|
|
5096
5090
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :VideoVerifyTimesLimit, :Organization, :JumpUrl, :UrlType
|
|
5097
5091
|
extend Gem::Deprecate
|
|
5098
|
-
deprecate :Organization, :none,
|
|
5099
|
-
deprecate :Organization=, :none,
|
|
5092
|
+
deprecate :Organization, :none, 2026, 1
|
|
5093
|
+
deprecate :Organization=, :none, 2026, 1
|
|
5100
5094
|
|
|
5101
5095
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, videoverifytimeslimit=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
5102
5096
|
@FlowId = flowid
|
|
@@ -5579,8 +5573,8 @@ module TencentCloud
|
|
|
5579
5573
|
|
|
5580
5574
|
attr_accessor :Operator, :Agent, :Organization
|
|
5581
5575
|
extend Gem::Deprecate
|
|
5582
|
-
deprecate :Organization, :none,
|
|
5583
|
-
deprecate :Organization=, :none,
|
|
5576
|
+
deprecate :Organization, :none, 2026, 1
|
|
5577
|
+
deprecate :Organization=, :none, 2026, 1
|
|
5584
5578
|
|
|
5585
5579
|
def initialize(operator=nil, agent=nil, organization=nil)
|
|
5586
5580
|
@Operator = operator
|
|
@@ -5909,12 +5903,12 @@ module TencentCloud
|
|
|
5909
5903
|
|
|
5910
5904
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
|
|
5911
5905
|
extend Gem::Deprecate
|
|
5912
|
-
deprecate :QrEffectiveDay, :none,
|
|
5913
|
-
deprecate :QrEffectiveDay=, :none,
|
|
5914
|
-
deprecate :CallbackUrl, :none,
|
|
5915
|
-
deprecate :CallbackUrl=, :none,
|
|
5916
|
-
deprecate :ApproverRestrictions, :none,
|
|
5917
|
-
deprecate :ApproverRestrictions=, :none,
|
|
5906
|
+
deprecate :QrEffectiveDay, :none, 2026, 1
|
|
5907
|
+
deprecate :QrEffectiveDay=, :none, 2026, 1
|
|
5908
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
5909
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
5910
|
+
deprecate :ApproverRestrictions, :none, 2026, 1
|
|
5911
|
+
deprecate :ApproverRestrictions=, :none, 2026, 1
|
|
5918
5912
|
|
|
5919
5913
|
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, qrcodename=nil, qrcodeexpiredon=nil)
|
|
5920
5914
|
@Operator = operator
|
|
@@ -6865,8 +6859,8 @@ module TencentCloud
|
|
|
6865
6859
|
|
|
6866
6860
|
attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
|
|
6867
6861
|
extend Gem::Deprecate
|
|
6868
|
-
deprecate :SignComponentConfig, :none,
|
|
6869
|
-
deprecate :SignComponentConfig=, :none,
|
|
6862
|
+
deprecate :SignComponentConfig, :none, 2026, 1
|
|
6863
|
+
deprecate :SignComponentConfig=, :none, 2026, 1
|
|
6870
6864
|
|
|
6871
6865
|
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)
|
|
6872
6866
|
@Operator = operator
|
|
@@ -7039,8 +7033,8 @@ module TencentCloud
|
|
|
7039
7033
|
|
|
7040
7034
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
|
7041
7035
|
extend Gem::Deprecate
|
|
7042
|
-
deprecate :SealImage, :none,
|
|
7043
|
-
deprecate :SealImage=, :none,
|
|
7036
|
+
deprecate :SealImage, :none, 2026, 1
|
|
7037
|
+
deprecate :SealImage=, :none, 2026, 1
|
|
7044
7038
|
|
|
7045
7039
|
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)
|
|
7046
7040
|
@UserName = username
|
|
@@ -9771,10 +9765,10 @@ module TencentCloud
|
|
|
9771
9765
|
|
|
9772
9766
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
|
9773
9767
|
extend Gem::Deprecate
|
|
9774
|
-
deprecate :CcToken, :none,
|
|
9775
|
-
deprecate :CcToken=, :none,
|
|
9776
|
-
deprecate :Scene, :none,
|
|
9777
|
-
deprecate :Scene=, :none,
|
|
9768
|
+
deprecate :CcToken, :none, 2026, 1
|
|
9769
|
+
deprecate :CcToken=, :none, 2026, 1
|
|
9770
|
+
deprecate :Scene, :none, 2026, 1
|
|
9771
|
+
deprecate :Scene=, :none, 2026, 1
|
|
9778
9772
|
|
|
9779
9773
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
|
9780
9774
|
@Operator = operator
|
|
@@ -10154,12 +10148,12 @@ module TencentCloud
|
|
|
10154
10148
|
|
|
10155
10149
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
|
10156
10150
|
extend Gem::Deprecate
|
|
10157
|
-
deprecate :IsChannel, :none,
|
|
10158
|
-
deprecate :IsChannel=, :none,
|
|
10159
|
-
deprecate :Organization, :none,
|
|
10160
|
-
deprecate :Organization=, :none,
|
|
10161
|
-
deprecate :GenerateSource, :none,
|
|
10162
|
-
deprecate :GenerateSource=, :none,
|
|
10151
|
+
deprecate :IsChannel, :none, 2026, 1
|
|
10152
|
+
deprecate :IsChannel=, :none, 2026, 1
|
|
10153
|
+
deprecate :Organization, :none, 2026, 1
|
|
10154
|
+
deprecate :Organization=, :none, 2026, 1
|
|
10155
|
+
deprecate :GenerateSource, :none, 2026, 1
|
|
10156
|
+
deprecate :GenerateSource=, :none, 2026, 1
|
|
10163
10157
|
|
|
10164
10158
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
|
10165
10159
|
@Operator = operator
|
|
@@ -10745,8 +10739,8 @@ module TencentCloud
|
|
|
10745
10739
|
|
|
10746
10740
|
attr_accessor :Operator, :Limit, :Offset, :Name, :Status, :Export, :Id
|
|
10747
10741
|
extend Gem::Deprecate
|
|
10748
|
-
deprecate :Name, :none,
|
|
10749
|
-
deprecate :Name=, :none,
|
|
10742
|
+
deprecate :Name, :none, 2026, 1
|
|
10743
|
+
deprecate :Name=, :none, 2026, 1
|
|
10750
10744
|
|
|
10751
10745
|
def initialize(operator=nil, limit=nil, offset=nil, name=nil, status=nil, export=nil, id=nil)
|
|
10752
10746
|
@Operator = operator
|
|
@@ -10791,8 +10785,8 @@ module TencentCloud
|
|
|
10791
10785
|
|
|
10792
10786
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
|
10793
10787
|
extend Gem::Deprecate
|
|
10794
|
-
deprecate :ActivedTotal, :none,
|
|
10795
|
-
deprecate :ActivedTotal=, :none,
|
|
10788
|
+
deprecate :ActivedTotal, :none, 2026, 1
|
|
10789
|
+
deprecate :ActivedTotal=, :none, 2026, 1
|
|
10796
10790
|
|
|
10797
10791
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
|
10798
10792
|
@Total = total
|
|
@@ -12273,8 +12267,8 @@ module TencentCloud
|
|
|
12273
12267
|
|
|
12274
12268
|
attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
|
|
12275
12269
|
extend Gem::Deprecate
|
|
12276
|
-
deprecate :ReceiptId, :none,
|
|
12277
|
-
deprecate :ReceiptId=, :none,
|
|
12270
|
+
deprecate :ReceiptId, :none, 2026, 1
|
|
12271
|
+
deprecate :ReceiptId=, :none, 2026, 1
|
|
12278
12272
|
|
|
12279
12273
|
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)
|
|
12280
12274
|
@ApproveMessage = approvemessage
|
|
@@ -12422,6 +12416,7 @@ module TencentCloud
|
|
|
12422
12416
|
# <li> **8** : 等待填写</li>
|
|
12423
12417
|
# <li> **9** : 部分填写</li>
|
|
12424
12418
|
# <li> **10** : 已拒填</li>
|
|
12419
|
+
# <li> **16** : 已失效(签署期间有签署人改名等原因导致)</li>
|
|
12425
12420
|
# <li> **21** : 已解除</li></ul>
|
|
12426
12421
|
# @type FlowStatus: Integer
|
|
12427
12422
|
# @param CreatedOn: 合同流程创建时间,格式为Unix标准时间戳(秒)。
|
|
@@ -12670,8 +12665,8 @@ module TencentCloud
|
|
|
12670
12665
|
|
|
12671
12666
|
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, :NotSaveContact
|
|
12672
12667
|
extend Gem::Deprecate
|
|
12673
|
-
deprecate :JumpUrl, :none,
|
|
12674
|
-
deprecate :JumpUrl=, :none,
|
|
12668
|
+
deprecate :JumpUrl, :none, 2026, 1
|
|
12669
|
+
deprecate :JumpUrl=, :none, 2026, 1
|
|
12675
12670
|
|
|
12676
12671
|
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, notsavecontact=nil)
|
|
12677
12672
|
@ApproverType = approvertype
|
|
@@ -12772,7 +12767,21 @@ module TencentCloud
|
|
|
12772
12767
|
# @param FlowType: 合同流程的类别分类(如销售合同/入职合同等)。
|
|
12773
12768
|
# 该字段将被废弃,不建议使用。
|
|
12774
12769
|
# @type FlowType: String
|
|
12775
|
-
# @param FlowStatus: 合同流程当前的签署状态, 会存在下列的状态值
|
|
12770
|
+
# @param FlowStatus: 合同流程当前的签署状态, 会存在下列的状态值
|
|
12771
|
+
# <ul>
|
|
12772
|
+
# <li> **0** : 未开启流程(合同中不存在填写环节)</li>
|
|
12773
|
+
# <li> **1** : 待签署</li>
|
|
12774
|
+
# <li> **2** : 部分签署</li>
|
|
12775
|
+
# <li> **3** : 已拒签</li>
|
|
12776
|
+
# <li> **4** : 已签署</li>
|
|
12777
|
+
# <li> **5** : 已过期</li>
|
|
12778
|
+
# <li> **6** : 已撤销</li>
|
|
12779
|
+
# <li> **7** : 未开启流程(合同中存在填写环节)</li>
|
|
12780
|
+
# <li> **8** : 等待填写</li>
|
|
12781
|
+
# <li> **9** : 部分填写</li>
|
|
12782
|
+
# <li> **10** : 已拒填</li>
|
|
12783
|
+
# <li> **16** : 已失效(可能因为参与方修改姓名等原因)</li>
|
|
12784
|
+
# <li> **21** : 已解除</li></ul>
|
|
12776
12785
|
# @type FlowStatus: Integer
|
|
12777
12786
|
# @param FlowMessage: 当合同流程状态为已拒签(即 FlowStatus=3)或已撤销(即 FlowStatus=6)时,此字段 FlowMessage 为拒签或撤销原因。
|
|
12778
12787
|
# @type FlowMessage: String
|
|
@@ -12988,8 +12997,8 @@ module TencentCloud
|
|
|
12988
12997
|
|
|
12989
12998
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
|
12990
12999
|
extend Gem::Deprecate
|
|
12991
|
-
deprecate :CallbackUrl, :none,
|
|
12992
|
-
deprecate :CallbackUrl=, :none,
|
|
13000
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
13001
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
12993
13002
|
|
|
12994
13003
|
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)
|
|
12995
13004
|
@FlowName = flowname
|
|
@@ -13661,8 +13670,8 @@ module TencentCloud
|
|
|
13661
13670
|
|
|
13662
13671
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
|
13663
13672
|
extend Gem::Deprecate
|
|
13664
|
-
deprecate :Organization, :none,
|
|
13665
|
-
deprecate :Organization=, :none,
|
|
13673
|
+
deprecate :Organization, :none, 2026, 1
|
|
13674
|
+
deprecate :Organization=, :none, 2026, 1
|
|
13666
13675
|
|
|
13667
13676
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
|
13668
13677
|
@TaskId = taskid
|
|
@@ -15316,16 +15325,16 @@ module TencentCloud
|
|
|
15316
15325
|
|
|
15317
15326
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
|
15318
15327
|
extend Gem::Deprecate
|
|
15319
|
-
deprecate :OrganizationId, :none,
|
|
15320
|
-
deprecate :OrganizationId=, :none,
|
|
15321
|
-
deprecate :Channel, :none,
|
|
15322
|
-
deprecate :Channel=, :none,
|
|
15323
|
-
deprecate :OrganizationOpenId, :none,
|
|
15324
|
-
deprecate :OrganizationOpenId=, :none,
|
|
15325
|
-
deprecate :ClientIp, :none,
|
|
15326
|
-
deprecate :ClientIp=, :none,
|
|
15327
|
-
deprecate :ProxyIp, :none,
|
|
15328
|
-
deprecate :ProxyIp=, :none,
|
|
15328
|
+
deprecate :OrganizationId, :none, 2026, 1
|
|
15329
|
+
deprecate :OrganizationId=, :none, 2026, 1
|
|
15330
|
+
deprecate :Channel, :none, 2026, 1
|
|
15331
|
+
deprecate :Channel=, :none, 2026, 1
|
|
15332
|
+
deprecate :OrganizationOpenId, :none, 2026, 1
|
|
15333
|
+
deprecate :OrganizationOpenId=, :none, 2026, 1
|
|
15334
|
+
deprecate :ClientIp, :none, 2026, 1
|
|
15335
|
+
deprecate :ClientIp=, :none, 2026, 1
|
|
15336
|
+
deprecate :ProxyIp, :none, 2026, 1
|
|
15337
|
+
deprecate :ProxyIp=, :none, 2026, 1
|
|
15329
15338
|
|
|
15330
15339
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
|
15331
15340
|
@OrganizationId = organizationid
|
|
@@ -15936,10 +15945,10 @@ module TencentCloud
|
|
|
15936
15945
|
|
|
15937
15946
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :OrganizationAddress, :AuthorizationTypes, :AuthorizationType, :AuthorizationMethods, :OrganizationIdCardType, :RegisterInfoOption
|
|
15938
15947
|
extend Gem::Deprecate
|
|
15939
|
-
deprecate :Uscc, :none,
|
|
15940
|
-
deprecate :Uscc=, :none,
|
|
15941
|
-
deprecate :AuthorizationType, :none,
|
|
15942
|
-
deprecate :AuthorizationType=, :none,
|
|
15948
|
+
deprecate :Uscc, :none, 2026, 1
|
|
15949
|
+
deprecate :Uscc=, :none, 2026, 1
|
|
15950
|
+
deprecate :AuthorizationType, :none, 2026, 1
|
|
15951
|
+
deprecate :AuthorizationType=, :none, 2026, 1
|
|
15943
15952
|
|
|
15944
15953
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, organizationaddress=nil, authorizationtypes=nil, authorizationtype=nil, authorizationmethods=nil, organizationidcardtype=nil, registerinfooption=nil)
|
|
15945
15954
|
@LegalName = legalname
|
|
@@ -16126,8 +16135,8 @@ module TencentCloud
|
|
|
16126
16135
|
|
|
16127
16136
|
attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
|
|
16128
16137
|
extend Gem::Deprecate
|
|
16129
|
-
deprecate :RelievedApproverReceiptId, :none,
|
|
16130
|
-
deprecate :RelievedApproverReceiptId=, :none,
|
|
16138
|
+
deprecate :RelievedApproverReceiptId, :none, 2026, 1
|
|
16139
|
+
deprecate :RelievedApproverReceiptId=, :none, 2026, 1
|
|
16131
16140
|
|
|
16132
16141
|
def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
|
|
16133
16142
|
@Name = name
|
|
@@ -16618,8 +16627,8 @@ module TencentCloud
|
|
|
16618
16627
|
|
|
16619
16628
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
16620
16629
|
extend Gem::Deprecate
|
|
16621
|
-
deprecate :ClientToken, :none,
|
|
16622
|
-
deprecate :ClientToken=, :none,
|
|
16630
|
+
deprecate :ClientToken, :none, 2026, 1
|
|
16631
|
+
deprecate :ClientToken=, :none, 2026, 1
|
|
16623
16632
|
|
|
16624
16633
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
|
16625
16634
|
@Operator = operator
|
|
@@ -16945,8 +16954,8 @@ module TencentCloud
|
|
|
16945
16954
|
|
|
16946
16955
|
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
|
|
16947
16956
|
extend Gem::Deprecate
|
|
16948
|
-
deprecate :Seals, :none,
|
|
16949
|
-
deprecate :Seals=, :none,
|
|
16957
|
+
deprecate :Seals, :none, 2026, 1
|
|
16958
|
+
deprecate :Seals=, :none, 2026, 1
|
|
16950
16959
|
|
|
16951
16960
|
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)
|
|
16952
16961
|
@TemplateId = templateid
|
|
@@ -17297,8 +17306,8 @@ module TencentCloud
|
|
|
17297
17306
|
|
|
17298
17307
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
|
17299
17308
|
extend Gem::Deprecate
|
|
17300
|
-
deprecate :FileUrls, :none,
|
|
17301
|
-
deprecate :FileUrls=, :none,
|
|
17309
|
+
deprecate :FileUrls, :none, 2026, 1
|
|
17310
|
+
deprecate :FileUrls=, :none, 2026, 1
|
|
17302
17311
|
|
|
17303
17312
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
|
17304
17313
|
@BusinessType = businesstype
|
|
@@ -17401,14 +17410,14 @@ module TencentCloud
|
|
|
17401
17410
|
|
|
17402
17411
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
|
17403
17412
|
extend Gem::Deprecate
|
|
17404
|
-
deprecate :Channel, :none,
|
|
17405
|
-
deprecate :Channel=, :none,
|
|
17406
|
-
deprecate :OpenId, :none,
|
|
17407
|
-
deprecate :OpenId=, :none,
|
|
17408
|
-
deprecate :ClientIp, :none,
|
|
17409
|
-
deprecate :ClientIp=, :none,
|
|
17410
|
-
deprecate :ProxyIp, :none,
|
|
17411
|
-
deprecate :ProxyIp=, :none,
|
|
17413
|
+
deprecate :Channel, :none, 2026, 1
|
|
17414
|
+
deprecate :Channel=, :none, 2026, 1
|
|
17415
|
+
deprecate :OpenId, :none, 2026, 1
|
|
17416
|
+
deprecate :OpenId=, :none, 2026, 1
|
|
17417
|
+
deprecate :ClientIp, :none, 2026, 1
|
|
17418
|
+
deprecate :ClientIp=, :none, 2026, 1
|
|
17419
|
+
deprecate :ProxyIp, :none, 2026, 1
|
|
17420
|
+
deprecate :ProxyIp=, :none, 2026, 1
|
|
17412
17421
|
|
|
17413
17422
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
|
17414
17423
|
@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.1198
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|