tencentcloud-sdk-ess 3.0.833 → 3.0.835
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 +8 -0
- data/lib/v20201111/models.rb +76 -76
- 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: 4e2e602834892abbe4f13105d75c6a2c043f46b6
|
|
4
|
+
data.tar.gz: 688e9ccf751e298bc2b74c3c26cdf7e880a1d953
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ca759ddb539d82b3ab7dd76d74914cbd9b9d9cf6e727bfc66ae91dd089b5439902cf8210746861a8e21ff7dabddad68c6bf6944e1ef8a28af00abf0645487e4
|
|
7
|
+
data.tar.gz: 942ec533bb63c6f78bc0140ff23cb3a9688e6c3a0d6907e74714ed8c29b29597535a6b7d943b74ed571cee978b0f5798ef2d7fc89f00448fee4a50a841749568
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.835
|
data/lib/v20201111/client.rb
CHANGED
|
@@ -581,6 +581,11 @@ module TencentCloud
|
|
|
581
581
|
# - 合同**发起后就会扣减合同的额度**, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(**过期,拒签,签署完成,解除完成等状态不会返还额度**)
|
|
582
582
|
# - **静默(自动)签署不支持合同签署方存在填写**功能
|
|
583
583
|
|
|
584
|
+
|
|
585
|
+
# <font color="red">相关视频指引</font> <br>
|
|
586
|
+
# 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/ess_uploadfiles.mp4" target="_blank">上传用于合同发起的PDF文件代码编写示例</a><br>
|
|
587
|
+
# 2. <a href="https://dyn.ess.tencent.cn/guide/apivideo/ess-CreateFlowByFiles.mp4" target="_blank">用PDF文件创建签署流程编写示例</a><br>
|
|
588
|
+
|
|
584
589
|
# @param request: Request instance for CreateFlowByFiles.
|
|
585
590
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowByFilesRequest`
|
|
586
591
|
# @rtype: :class:`Tencentcloud::ess::V20201111::CreateFlowByFilesResponse`
|
|
@@ -2637,6 +2642,9 @@ module TencentCloud
|
|
|
2637
2642
|
# httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
2638
2643
|
# ```
|
|
2639
2644
|
|
|
2645
|
+
# <font color="red">相关视频指引</font> <br>
|
|
2646
|
+
# 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/ess_uploadfiles.mp4" target="_blank">上传用于合同发起的PDF文件代码编写示例</a><br>
|
|
2647
|
+
|
|
2640
2648
|
# @param request: Request instance for UploadFiles.
|
|
2641
2649
|
# @type request: :class:`Tencentcloud::ess::V20201111::UploadFilesRequest`
|
|
2642
2650
|
# @rtype: :class:`Tencentcloud::ess::V20201111::UploadFilesResponse`
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -54,12 +54,12 @@ module TencentCloud
|
|
|
54
54
|
|
|
55
55
|
attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
|
|
56
56
|
extend Gem::Deprecate
|
|
57
|
-
deprecate :AppId, :none, 2024,
|
|
58
|
-
deprecate :AppId=, :none, 2024,
|
|
59
|
-
deprecate :ProxyAppId, :none, 2024,
|
|
60
|
-
deprecate :ProxyAppId=, :none, 2024,
|
|
61
|
-
deprecate :ProxyOperator, :none, 2024,
|
|
62
|
-
deprecate :ProxyOperator=, :none, 2024,
|
|
57
|
+
deprecate :AppId, :none, 2024, 6
|
|
58
|
+
deprecate :AppId=, :none, 2024, 6
|
|
59
|
+
deprecate :ProxyAppId, :none, 2024, 6
|
|
60
|
+
deprecate :ProxyAppId=, :none, 2024, 6
|
|
61
|
+
deprecate :ProxyOperator, :none, 2024, 6
|
|
62
|
+
deprecate :ProxyOperator=, :none, 2024, 6
|
|
63
63
|
|
|
64
64
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
|
65
65
|
@AppId = appid
|
|
@@ -540,8 +540,8 @@ module TencentCloud
|
|
|
540
540
|
|
|
541
541
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
|
542
542
|
extend Gem::Deprecate
|
|
543
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
544
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
543
|
+
deprecate :CallbackUrl, :none, 2024, 6
|
|
544
|
+
deprecate :CallbackUrl=, :none, 2024, 6
|
|
545
545
|
|
|
546
546
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
|
547
547
|
@UserInfo = userinfo
|
|
@@ -734,8 +734,8 @@ module TencentCloud
|
|
|
734
734
|
|
|
735
735
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
|
736
736
|
extend Gem::Deprecate
|
|
737
|
-
deprecate :Token, :none, 2024,
|
|
738
|
-
deprecate :Token=, :none, 2024,
|
|
737
|
+
deprecate :Token, :none, 2024, 6
|
|
738
|
+
deprecate :Token=, :none, 2024, 6
|
|
739
739
|
|
|
740
740
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
|
741
741
|
@CallbackUrl = callbackurl
|
|
@@ -765,12 +765,12 @@ module TencentCloud
|
|
|
765
765
|
|
|
766
766
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
|
767
767
|
extend Gem::Deprecate
|
|
768
|
-
deprecate :ApplicationId, :none, 2024,
|
|
769
|
-
deprecate :ApplicationId=, :none, 2024,
|
|
770
|
-
deprecate :OrganizationId, :none, 2024,
|
|
771
|
-
deprecate :OrganizationId=, :none, 2024,
|
|
772
|
-
deprecate :SubOrganizationId, :none, 2024,
|
|
773
|
-
deprecate :SubOrganizationId=, :none, 2024,
|
|
768
|
+
deprecate :ApplicationId, :none, 2024, 6
|
|
769
|
+
deprecate :ApplicationId=, :none, 2024, 6
|
|
770
|
+
deprecate :OrganizationId, :none, 2024, 6
|
|
771
|
+
deprecate :OrganizationId=, :none, 2024, 6
|
|
772
|
+
deprecate :SubOrganizationId, :none, 2024, 6
|
|
773
|
+
deprecate :SubOrganizationId=, :none, 2024, 6
|
|
774
774
|
|
|
775
775
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
|
776
776
|
@ApplicationId = applicationid
|
|
@@ -1733,8 +1733,8 @@ module TencentCloud
|
|
|
1733
1733
|
|
|
1734
1734
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
|
1735
1735
|
extend Gem::Deprecate
|
|
1736
|
-
deprecate :Organization, :none, 2024,
|
|
1737
|
-
deprecate :Organization=, :none, 2024,
|
|
1736
|
+
deprecate :Organization, :none, 2024, 6
|
|
1737
|
+
deprecate :Organization=, :none, 2024, 6
|
|
1738
1738
|
|
|
1739
1739
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
|
1740
1740
|
@ResourceType = resourcetype
|
|
@@ -2439,8 +2439,8 @@ module TencentCloud
|
|
|
2439
2439
|
|
|
2440
2440
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
|
2441
2441
|
extend Gem::Deprecate
|
|
2442
|
-
deprecate :ReportUrl, :none, 2024,
|
|
2443
|
-
deprecate :ReportUrl=, :none, 2024,
|
|
2442
|
+
deprecate :ReportUrl, :none, 2024, 6
|
|
2443
|
+
deprecate :ReportUrl=, :none, 2024, 6
|
|
2444
2444
|
|
|
2445
2445
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
|
2446
2446
|
@ReportId = reportid
|
|
@@ -3007,10 +3007,10 @@ module TencentCloud
|
|
|
3007
3007
|
|
|
3008
3008
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
|
|
3009
3009
|
extend Gem::Deprecate
|
|
3010
|
-
deprecate :RelatedFlowId, :none, 2024,
|
|
3011
|
-
deprecate :RelatedFlowId=, :none, 2024,
|
|
3012
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
3013
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
3010
|
+
deprecate :RelatedFlowId, :none, 2024, 6
|
|
3011
|
+
deprecate :RelatedFlowId=, :none, 2024, 6
|
|
3012
|
+
deprecate :CallbackUrl, :none, 2024, 6
|
|
3013
|
+
deprecate :CallbackUrl=, :none, 2024, 6
|
|
3014
3014
|
|
|
3015
3015
|
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)
|
|
3016
3016
|
@Operator = operator
|
|
@@ -3208,8 +3208,8 @@ module TencentCloud
|
|
|
3208
3208
|
|
|
3209
3209
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
|
3210
3210
|
extend Gem::Deprecate
|
|
3211
|
-
deprecate :Organization, :none, 2024,
|
|
3212
|
-
deprecate :Organization=, :none, 2024,
|
|
3211
|
+
deprecate :Organization, :none, 2024, 6
|
|
3212
|
+
deprecate :Organization=, :none, 2024, 6
|
|
3213
3213
|
|
|
3214
3214
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
3215
3215
|
@FlowId = flowid
|
|
@@ -3655,10 +3655,10 @@ module TencentCloud
|
|
|
3655
3655
|
|
|
3656
3656
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes
|
|
3657
3657
|
extend Gem::Deprecate
|
|
3658
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
3659
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
3660
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
3661
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
3658
|
+
deprecate :CallbackUrl, :none, 2024, 6
|
|
3659
|
+
deprecate :CallbackUrl=, :none, 2024, 6
|
|
3660
|
+
deprecate :ApproverRestrictions, :none, 2024, 6
|
|
3661
|
+
deprecate :ApproverRestrictions=, :none, 2024, 6
|
|
3662
3662
|
|
|
3663
3663
|
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)
|
|
3664
3664
|
@Operator = operator
|
|
@@ -4436,8 +4436,8 @@ module TencentCloud
|
|
|
4436
4436
|
|
|
4437
4437
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
|
4438
4438
|
extend Gem::Deprecate
|
|
4439
|
-
deprecate :SealImage, :none, 2024,
|
|
4440
|
-
deprecate :SealImage=, :none, 2024,
|
|
4439
|
+
deprecate :SealImage, :none, 2024, 6
|
|
4440
|
+
deprecate :SealImage=, :none, 2024, 6
|
|
4441
4441
|
|
|
4442
4442
|
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)
|
|
4443
4443
|
@UserName = username
|
|
@@ -6201,10 +6201,10 @@ module TencentCloud
|
|
|
6201
6201
|
|
|
6202
6202
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
|
6203
6203
|
extend Gem::Deprecate
|
|
6204
|
-
deprecate :CcToken, :none, 2024,
|
|
6205
|
-
deprecate :CcToken=, :none, 2024,
|
|
6206
|
-
deprecate :Scene, :none, 2024,
|
|
6207
|
-
deprecate :Scene=, :none, 2024,
|
|
6204
|
+
deprecate :CcToken, :none, 2024, 6
|
|
6205
|
+
deprecate :CcToken=, :none, 2024, 6
|
|
6206
|
+
deprecate :Scene, :none, 2024, 6
|
|
6207
|
+
deprecate :Scene=, :none, 2024, 6
|
|
6208
6208
|
|
|
6209
6209
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
|
6210
6210
|
@Operator = operator
|
|
@@ -6584,12 +6584,12 @@ module TencentCloud
|
|
|
6584
6584
|
|
|
6585
6585
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
|
6586
6586
|
extend Gem::Deprecate
|
|
6587
|
-
deprecate :IsChannel, :none, 2024,
|
|
6588
|
-
deprecate :IsChannel=, :none, 2024,
|
|
6589
|
-
deprecate :Organization, :none, 2024,
|
|
6590
|
-
deprecate :Organization=, :none, 2024,
|
|
6591
|
-
deprecate :GenerateSource, :none, 2024,
|
|
6592
|
-
deprecate :GenerateSource=, :none, 2024,
|
|
6587
|
+
deprecate :IsChannel, :none, 2024, 6
|
|
6588
|
+
deprecate :IsChannel=, :none, 2024, 6
|
|
6589
|
+
deprecate :Organization, :none, 2024, 6
|
|
6590
|
+
deprecate :Organization=, :none, 2024, 6
|
|
6591
|
+
deprecate :GenerateSource, :none, 2024, 6
|
|
6592
|
+
deprecate :GenerateSource=, :none, 2024, 6
|
|
6593
6593
|
|
|
6594
6594
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
|
6595
6595
|
@Operator = operator
|
|
@@ -7017,8 +7017,8 @@ module TencentCloud
|
|
|
7017
7017
|
|
|
7018
7018
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
|
7019
7019
|
extend Gem::Deprecate
|
|
7020
|
-
deprecate :ActivedTotal, :none, 2024,
|
|
7021
|
-
deprecate :ActivedTotal=, :none, 2024,
|
|
7020
|
+
deprecate :ActivedTotal, :none, 2024, 6
|
|
7021
|
+
deprecate :ActivedTotal=, :none, 2024, 6
|
|
7022
7022
|
|
|
7023
7023
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
|
7024
7024
|
@Total = total
|
|
@@ -8375,8 +8375,8 @@ module TencentCloud
|
|
|
8375
8375
|
|
|
8376
8376
|
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
|
|
8377
8377
|
extend Gem::Deprecate
|
|
8378
|
-
deprecate :JumpUrl, :none, 2024,
|
|
8379
|
-
deprecate :JumpUrl=, :none, 2024,
|
|
8378
|
+
deprecate :JumpUrl, :none, 2024, 6
|
|
8379
|
+
deprecate :JumpUrl=, :none, 2024, 6
|
|
8380
8380
|
|
|
8381
8381
|
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)
|
|
8382
8382
|
@ApproverType = approvertype
|
|
@@ -8640,8 +8640,8 @@ module TencentCloud
|
|
|
8640
8640
|
|
|
8641
8641
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene
|
|
8642
8642
|
extend Gem::Deprecate
|
|
8643
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
8644
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
8643
|
+
deprecate :CallbackUrl, :none, 2024, 6
|
|
8644
|
+
deprecate :CallbackUrl=, :none, 2024, 6
|
|
8645
8645
|
|
|
8646
8646
|
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)
|
|
8647
8647
|
@FlowName = flowname
|
|
@@ -9056,8 +9056,8 @@ module TencentCloud
|
|
|
9056
9056
|
|
|
9057
9057
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
|
9058
9058
|
extend Gem::Deprecate
|
|
9059
|
-
deprecate :Organization, :none, 2024,
|
|
9060
|
-
deprecate :Organization=, :none, 2024,
|
|
9059
|
+
deprecate :Organization, :none, 2024, 6
|
|
9060
|
+
deprecate :Organization=, :none, 2024, 6
|
|
9061
9061
|
|
|
9062
9062
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
|
9063
9063
|
@TaskId = taskid
|
|
@@ -10069,16 +10069,16 @@ module TencentCloud
|
|
|
10069
10069
|
|
|
10070
10070
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
|
10071
10071
|
extend Gem::Deprecate
|
|
10072
|
-
deprecate :OrganizationId, :none, 2024,
|
|
10073
|
-
deprecate :OrganizationId=, :none, 2024,
|
|
10074
|
-
deprecate :Channel, :none, 2024,
|
|
10075
|
-
deprecate :Channel=, :none, 2024,
|
|
10076
|
-
deprecate :OrganizationOpenId, :none, 2024,
|
|
10077
|
-
deprecate :OrganizationOpenId=, :none, 2024,
|
|
10078
|
-
deprecate :ClientIp, :none, 2024,
|
|
10079
|
-
deprecate :ClientIp=, :none, 2024,
|
|
10080
|
-
deprecate :ProxyIp, :none, 2024,
|
|
10081
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
10072
|
+
deprecate :OrganizationId, :none, 2024, 6
|
|
10073
|
+
deprecate :OrganizationId=, :none, 2024, 6
|
|
10074
|
+
deprecate :Channel, :none, 2024, 6
|
|
10075
|
+
deprecate :Channel=, :none, 2024, 6
|
|
10076
|
+
deprecate :OrganizationOpenId, :none, 2024, 6
|
|
10077
|
+
deprecate :OrganizationOpenId=, :none, 2024, 6
|
|
10078
|
+
deprecate :ClientIp, :none, 2024, 6
|
|
10079
|
+
deprecate :ClientIp=, :none, 2024, 6
|
|
10080
|
+
deprecate :ProxyIp, :none, 2024, 6
|
|
10081
|
+
deprecate :ProxyIp=, :none, 2024, 6
|
|
10082
10082
|
|
|
10083
10083
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
|
10084
10084
|
@OrganizationId = organizationid
|
|
@@ -10426,8 +10426,8 @@ module TencentCloud
|
|
|
10426
10426
|
|
|
10427
10427
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
|
|
10428
10428
|
extend Gem::Deprecate
|
|
10429
|
-
deprecate :Uscc, :none, 2024,
|
|
10430
|
-
deprecate :Uscc=, :none, 2024,
|
|
10429
|
+
deprecate :Uscc, :none, 2024, 6
|
|
10430
|
+
deprecate :Uscc=, :none, 2024, 6
|
|
10431
10431
|
|
|
10432
10432
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
|
|
10433
10433
|
@LegalName = legalname
|
|
@@ -10934,8 +10934,8 @@ module TencentCloud
|
|
|
10934
10934
|
|
|
10935
10935
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
10936
10936
|
extend Gem::Deprecate
|
|
10937
|
-
deprecate :ClientToken, :none, 2024,
|
|
10938
|
-
deprecate :ClientToken=, :none, 2024,
|
|
10937
|
+
deprecate :ClientToken, :none, 2024, 6
|
|
10938
|
+
deprecate :ClientToken=, :none, 2024, 6
|
|
10939
10939
|
|
|
10940
10940
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
|
10941
10941
|
@Operator = operator
|
|
@@ -11248,8 +11248,8 @@ module TencentCloud
|
|
|
11248
11248
|
|
|
11249
11249
|
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
|
|
11250
11250
|
extend Gem::Deprecate
|
|
11251
|
-
deprecate :Seals, :none, 2024,
|
|
11252
|
-
deprecate :Seals=, :none, 2024,
|
|
11251
|
+
deprecate :Seals, :none, 2024, 6
|
|
11252
|
+
deprecate :Seals=, :none, 2024, 6
|
|
11253
11253
|
|
|
11254
11254
|
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)
|
|
11255
11255
|
@TemplateId = templateid
|
|
@@ -11573,8 +11573,8 @@ module TencentCloud
|
|
|
11573
11573
|
|
|
11574
11574
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
|
11575
11575
|
extend Gem::Deprecate
|
|
11576
|
-
deprecate :FileUrls, :none, 2024,
|
|
11577
|
-
deprecate :FileUrls=, :none, 2024,
|
|
11576
|
+
deprecate :FileUrls, :none, 2024, 6
|
|
11577
|
+
deprecate :FileUrls=, :none, 2024, 6
|
|
11578
11578
|
|
|
11579
11579
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
|
11580
11580
|
@BusinessType = businesstype
|
|
@@ -11679,14 +11679,14 @@ module TencentCloud
|
|
|
11679
11679
|
|
|
11680
11680
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
|
11681
11681
|
extend Gem::Deprecate
|
|
11682
|
-
deprecate :Channel, :none, 2024,
|
|
11683
|
-
deprecate :Channel=, :none, 2024,
|
|
11684
|
-
deprecate :OpenId, :none, 2024,
|
|
11685
|
-
deprecate :OpenId=, :none, 2024,
|
|
11686
|
-
deprecate :ClientIp, :none, 2024,
|
|
11687
|
-
deprecate :ClientIp=, :none, 2024,
|
|
11688
|
-
deprecate :ProxyIp, :none, 2024,
|
|
11689
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
11682
|
+
deprecate :Channel, :none, 2024, 6
|
|
11683
|
+
deprecate :Channel=, :none, 2024, 6
|
|
11684
|
+
deprecate :OpenId, :none, 2024, 6
|
|
11685
|
+
deprecate :OpenId=, :none, 2024, 6
|
|
11686
|
+
deprecate :ClientIp, :none, 2024, 6
|
|
11687
|
+
deprecate :ClientIp=, :none, 2024, 6
|
|
11688
|
+
deprecate :ProxyIp, :none, 2024, 6
|
|
11689
|
+
deprecate :ProxyIp=, :none, 2024, 6
|
|
11690
11690
|
|
|
11691
11691
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
|
11692
11692
|
@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.835
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|