tencentcloud-sdk-ess 3.0.1129 → 3.0.1139
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 +109 -91
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df642f8f56b13bc8000002adb080c2606e2633c9
|
4
|
+
data.tar.gz: c2e5a097f960cfd2df30979edf2f60f6974d299f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ecfe85117dcbf38267b1ebc4226590703a4a35c5a0c0a908794d3ce7d9c9f5e0a60d860ac91ea2ee0713ff066f12fac924705ed31d88dc5edf52905fbb70411
|
7
|
+
data.tar.gz: 1e8a7c14203989162c5d709ba36c3894a5b97ba9dda939cafac1b9b8f88ae1b86b1f9f468a994fe848323cd1515c22e870e6929e4f5ed2222b8ef9b5616517b9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1139
|
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, 9
|
55
|
+
deprecate :AppId=, :none, 2025, 9
|
56
|
+
deprecate :ProxyAppId, :none, 2025, 9
|
57
|
+
deprecate :ProxyAppId=, :none, 2025, 9
|
58
|
+
deprecate :ProxyOperator, :none, 2025, 9
|
59
|
+
deprecate :ProxyOperator=, :none, 2025, 9
|
60
60
|
|
61
61
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
62
62
|
@AppId = appid
|
@@ -693,8 +693,8 @@ module TencentCloud
|
|
693
693
|
|
694
694
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
695
695
|
extend Gem::Deprecate
|
696
|
-
deprecate :CallbackUrl, :none, 2025,
|
697
|
-
deprecate :CallbackUrl=, :none, 2025,
|
696
|
+
deprecate :CallbackUrl, :none, 2025, 9
|
697
|
+
deprecate :CallbackUrl=, :none, 2025, 9
|
698
698
|
|
699
699
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
700
700
|
@UserInfo = userinfo
|
@@ -936,8 +936,8 @@ module TencentCloud
|
|
936
936
|
|
937
937
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
938
938
|
extend Gem::Deprecate
|
939
|
-
deprecate :Token, :none, 2025,
|
940
|
-
deprecate :Token=, :none, 2025,
|
939
|
+
deprecate :Token, :none, 2025, 9
|
940
|
+
deprecate :Token=, :none, 2025, 9
|
941
941
|
|
942
942
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
943
943
|
@CallbackUrl = callbackurl
|
@@ -967,12 +967,12 @@ module TencentCloud
|
|
967
967
|
|
968
968
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
969
969
|
extend Gem::Deprecate
|
970
|
-
deprecate :ApplicationId, :none, 2025,
|
971
|
-
deprecate :ApplicationId=, :none, 2025,
|
972
|
-
deprecate :OrganizationId, :none, 2025,
|
973
|
-
deprecate :OrganizationId=, :none, 2025,
|
974
|
-
deprecate :SubOrganizationId, :none, 2025,
|
975
|
-
deprecate :SubOrganizationId=, :none, 2025,
|
970
|
+
deprecate :ApplicationId, :none, 2025, 9
|
971
|
+
deprecate :ApplicationId=, :none, 2025, 9
|
972
|
+
deprecate :OrganizationId, :none, 2025, 9
|
973
|
+
deprecate :OrganizationId=, :none, 2025, 9
|
974
|
+
deprecate :SubOrganizationId, :none, 2025, 9
|
975
|
+
deprecate :SubOrganizationId=, :none, 2025, 9
|
976
976
|
|
977
977
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
978
978
|
@ApplicationId = applicationid
|
@@ -2584,8 +2584,8 @@ module TencentCloud
|
|
2584
2584
|
|
2585
2585
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
2586
2586
|
extend Gem::Deprecate
|
2587
|
-
deprecate :Organization, :none, 2025,
|
2588
|
-
deprecate :Organization=, :none, 2025,
|
2587
|
+
deprecate :Organization, :none, 2025, 9
|
2588
|
+
deprecate :Organization=, :none, 2025, 9
|
2589
2589
|
|
2590
2590
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
2591
2591
|
@ResourceType = resourcetype
|
@@ -3659,8 +3659,8 @@ module TencentCloud
|
|
3659
3659
|
|
3660
3660
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
3661
3661
|
extend Gem::Deprecate
|
3662
|
-
deprecate :ReportUrl, :none, 2025,
|
3663
|
-
deprecate :ReportUrl=, :none, 2025,
|
3662
|
+
deprecate :ReportUrl, :none, 2025, 9
|
3663
|
+
deprecate :ReportUrl=, :none, 2025, 9
|
3664
3664
|
|
3665
3665
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
3666
3666
|
@ReportId = reportid
|
@@ -4331,10 +4331,10 @@ module TencentCloud
|
|
4331
4331
|
|
4332
4332
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
|
4333
4333
|
extend Gem::Deprecate
|
4334
|
-
deprecate :RelatedFlowId, :none, 2025,
|
4335
|
-
deprecate :RelatedFlowId=, :none, 2025,
|
4336
|
-
deprecate :CallbackUrl, :none, 2025,
|
4337
|
-
deprecate :CallbackUrl=, :none, 2025,
|
4334
|
+
deprecate :RelatedFlowId, :none, 2025, 9
|
4335
|
+
deprecate :RelatedFlowId=, :none, 2025, 9
|
4336
|
+
deprecate :CallbackUrl, :none, 2025, 9
|
4337
|
+
deprecate :CallbackUrl=, :none, 2025, 9
|
4338
4338
|
|
4339
4339
|
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)
|
4340
4340
|
@Operator = operator
|
@@ -4543,8 +4543,8 @@ module TencentCloud
|
|
4543
4543
|
|
4544
4544
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
4545
4545
|
extend Gem::Deprecate
|
4546
|
-
deprecate :Organization, :none, 2025,
|
4547
|
-
deprecate :Organization=, :none, 2025,
|
4546
|
+
deprecate :Organization, :none, 2025, 9
|
4547
|
+
deprecate :Organization=, :none, 2025, 9
|
4548
4548
|
|
4549
4549
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
4550
4550
|
@FlowId = flowid
|
@@ -4961,8 +4961,8 @@ module TencentCloud
|
|
4961
4961
|
|
4962
4962
|
attr_accessor :Operator, :Agent, :Organization
|
4963
4963
|
extend Gem::Deprecate
|
4964
|
-
deprecate :Organization, :none, 2025,
|
4965
|
-
deprecate :Organization=, :none, 2025,
|
4964
|
+
deprecate :Organization, :none, 2025, 9
|
4965
|
+
deprecate :Organization=, :none, 2025, 9
|
4966
4966
|
|
4967
4967
|
def initialize(operator=nil, agent=nil, organization=nil)
|
4968
4968
|
@Operator = operator
|
@@ -5271,15 +5271,21 @@ module TencentCloud
|
|
5271
5271
|
# @param FlowNameAppendScannerInfo: 合同流程名称是否应包含扫码签署人的信息,且遵循特定格式(flowname-姓名-手机号后四位)。
|
5272
5272
|
# 例如,通过参数FlowName设定的扫码发起合同名称为“员工入职合同”,当扫码人张三(手机号18800009527)扫码签署时,合同名称将自动生成为“员工入职合同-张三-9527”。
|
5273
5273
|
# @type FlowNameAppendScannerInfo: Boolean
|
5274
|
+
# @param QrCodeName: 签署二维码的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成,会在生成的二维码图片上展示,若为空,则使用FlowName
|
5275
|
+
# @type QrCodeName: String
|
5276
|
+
# @param QrCodeExpiredOn: 签署二维码截止时间,格式为Unix标准时间戳(秒),如果未设置签署截止时间,则默认为签署二维码创建后的7天时截止,最长可设置为签署二维码创建后的365天时截止。
|
5277
|
+
# @type QrCodeExpiredOn: Integer
|
5274
5278
|
|
5275
|
-
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
5279
|
+
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
|
5276
5280
|
extend Gem::Deprecate
|
5277
|
-
deprecate :
|
5278
|
-
deprecate :
|
5279
|
-
deprecate :
|
5280
|
-
deprecate :
|
5281
|
-
|
5282
|
-
|
5281
|
+
deprecate :QrEffectiveDay, :none, 2025, 9
|
5282
|
+
deprecate :QrEffectiveDay=, :none, 2025, 9
|
5283
|
+
deprecate :CallbackUrl, :none, 2025, 9
|
5284
|
+
deprecate :CallbackUrl=, :none, 2025, 9
|
5285
|
+
deprecate :ApproverRestrictions, :none, 2025, 9
|
5286
|
+
deprecate :ApproverRestrictions=, :none, 2025, 9
|
5287
|
+
|
5288
|
+
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)
|
5283
5289
|
@Operator = operator
|
5284
5290
|
@TemplateId = templateid
|
5285
5291
|
@FlowName = flowname
|
@@ -5294,6 +5300,8 @@ module TencentCloud
|
|
5294
5300
|
@ApproverComponentLimitTypes = approvercomponentlimittypes
|
5295
5301
|
@ForbidPersonalMultipleSign = forbidpersonalmultiplesign
|
5296
5302
|
@FlowNameAppendScannerInfo = flownameappendscannerinfo
|
5303
|
+
@QrCodeName = qrcodename
|
5304
|
+
@QrCodeExpiredOn = qrcodeexpiredon
|
5297
5305
|
end
|
5298
5306
|
|
5299
5307
|
def deserialize(params)
|
@@ -5334,6 +5342,8 @@ module TencentCloud
|
|
5334
5342
|
end
|
5335
5343
|
@ForbidPersonalMultipleSign = params['ForbidPersonalMultipleSign']
|
5336
5344
|
@FlowNameAppendScannerInfo = params['FlowNameAppendScannerInfo']
|
5345
|
+
@QrCodeName = params['QrCodeName']
|
5346
|
+
@QrCodeExpiredOn = params['QrCodeExpiredOn']
|
5337
5347
|
end
|
5338
5348
|
end
|
5339
5349
|
|
@@ -6163,8 +6173,8 @@ module TencentCloud
|
|
6163
6173
|
|
6164
6174
|
attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
|
6165
6175
|
extend Gem::Deprecate
|
6166
|
-
deprecate :SignComponentConfig, :none, 2025,
|
6167
|
-
deprecate :SignComponentConfig=, :none, 2025,
|
6176
|
+
deprecate :SignComponentConfig, :none, 2025, 9
|
6177
|
+
deprecate :SignComponentConfig=, :none, 2025, 9
|
6168
6178
|
|
6169
6179
|
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)
|
6170
6180
|
@Operator = operator
|
@@ -6333,8 +6343,8 @@ module TencentCloud
|
|
6333
6343
|
|
6334
6344
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
6335
6345
|
extend Gem::Deprecate
|
6336
|
-
deprecate :SealImage, :none, 2025,
|
6337
|
-
deprecate :SealImage=, :none, 2025,
|
6346
|
+
deprecate :SealImage, :none, 2025, 9
|
6347
|
+
deprecate :SealImage=, :none, 2025, 9
|
6338
6348
|
|
6339
6349
|
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)
|
6340
6350
|
@UserName = username
|
@@ -8766,10 +8776,10 @@ module TencentCloud
|
|
8766
8776
|
|
8767
8777
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
8768
8778
|
extend Gem::Deprecate
|
8769
|
-
deprecate :CcToken, :none, 2025,
|
8770
|
-
deprecate :CcToken=, :none, 2025,
|
8771
|
-
deprecate :Scene, :none, 2025,
|
8772
|
-
deprecate :Scene=, :none, 2025,
|
8779
|
+
deprecate :CcToken, :none, 2025, 9
|
8780
|
+
deprecate :CcToken=, :none, 2025, 9
|
8781
|
+
deprecate :Scene, :none, 2025, 9
|
8782
|
+
deprecate :Scene=, :none, 2025, 9
|
8773
8783
|
|
8774
8784
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
8775
8785
|
@Operator = operator
|
@@ -9150,12 +9160,12 @@ module TencentCloud
|
|
9150
9160
|
|
9151
9161
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
9152
9162
|
extend Gem::Deprecate
|
9153
|
-
deprecate :IsChannel, :none, 2025,
|
9154
|
-
deprecate :IsChannel=, :none, 2025,
|
9155
|
-
deprecate :Organization, :none, 2025,
|
9156
|
-
deprecate :Organization=, :none, 2025,
|
9157
|
-
deprecate :GenerateSource, :none, 2025,
|
9158
|
-
deprecate :GenerateSource=, :none, 2025,
|
9163
|
+
deprecate :IsChannel, :none, 2025, 9
|
9164
|
+
deprecate :IsChannel=, :none, 2025, 9
|
9165
|
+
deprecate :Organization, :none, 2025, 9
|
9166
|
+
deprecate :Organization=, :none, 2025, 9
|
9167
|
+
deprecate :GenerateSource, :none, 2025, 9
|
9168
|
+
deprecate :GenerateSource=, :none, 2025, 9
|
9159
9169
|
|
9160
9170
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
9161
9171
|
@Operator = operator
|
@@ -9725,8 +9735,8 @@ module TencentCloud
|
|
9725
9735
|
|
9726
9736
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
9727
9737
|
extend Gem::Deprecate
|
9728
|
-
deprecate :ActivedTotal, :none, 2025,
|
9729
|
-
deprecate :ActivedTotal=, :none, 2025,
|
9738
|
+
deprecate :ActivedTotal, :none, 2025, 9
|
9739
|
+
deprecate :ActivedTotal=, :none, 2025, 9
|
9730
9740
|
|
9731
9741
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
9732
9742
|
@Total = total
|
@@ -10963,8 +10973,8 @@ module TencentCloud
|
|
10963
10973
|
|
10964
10974
|
attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
|
10965
10975
|
extend Gem::Deprecate
|
10966
|
-
deprecate :ReceiptId, :none, 2025,
|
10967
|
-
deprecate :ReceiptId=, :none, 2025,
|
10976
|
+
deprecate :ReceiptId, :none, 2025, 9
|
10977
|
+
deprecate :ReceiptId=, :none, 2025, 9
|
10968
10978
|
|
10969
10979
|
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)
|
10970
10980
|
@ApproveMessage = approvemessage
|
@@ -11351,8 +11361,8 @@ module TencentCloud
|
|
11351
11361
|
|
11352
11362
|
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
|
11353
11363
|
extend Gem::Deprecate
|
11354
|
-
deprecate :JumpUrl, :none, 2025,
|
11355
|
-
deprecate :JumpUrl=, :none, 2025,
|
11364
|
+
deprecate :JumpUrl, :none, 2025, 9
|
11365
|
+
deprecate :JumpUrl=, :none, 2025, 9
|
11356
11366
|
|
11357
11367
|
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)
|
11358
11368
|
@ApproverType = approvertype
|
@@ -11667,8 +11677,8 @@ module TencentCloud
|
|
11667
11677
|
|
11668
11678
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
11669
11679
|
extend Gem::Deprecate
|
11670
|
-
deprecate :CallbackUrl, :none, 2025,
|
11671
|
-
deprecate :CallbackUrl=, :none, 2025,
|
11680
|
+
deprecate :CallbackUrl, :none, 2025, 9
|
11681
|
+
deprecate :CallbackUrl=, :none, 2025, 9
|
11672
11682
|
|
11673
11683
|
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)
|
11674
11684
|
@FlowName = flowname
|
@@ -12340,8 +12350,8 @@ module TencentCloud
|
|
12340
12350
|
|
12341
12351
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
12342
12352
|
extend Gem::Deprecate
|
12343
|
-
deprecate :Organization, :none, 2025,
|
12344
|
-
deprecate :Organization=, :none, 2025,
|
12353
|
+
deprecate :Organization, :none, 2025, 9
|
12354
|
+
deprecate :Organization=, :none, 2025, 9
|
12345
12355
|
|
12346
12356
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
12347
12357
|
@TaskId = taskid
|
@@ -12853,19 +12863,27 @@ module TencentCloud
|
|
12853
12863
|
# @type NeedCreateReview: Boolean
|
12854
12864
|
# @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
12855
12865
|
# @type FlowDisplayType: Integer
|
12866
|
+
# @param ForbidEditFlow: 小程序集成发起,是否禁止发起时修改合同内容
|
12867
|
+
# <ul>
|
12868
|
+
# <li>false:默认值,不禁止发起时修改合同内容</li>
|
12869
|
+
# <li>true:禁止发起时修改合同内容</li>
|
12870
|
+
# </ul>
|
12871
|
+
# @type ForbidEditFlow: Boolean
|
12856
12872
|
|
12857
|
-
attr_accessor :RemindedOn, :NeedCreateReview, :FlowDisplayType
|
12873
|
+
attr_accessor :RemindedOn, :NeedCreateReview, :FlowDisplayType, :ForbidEditFlow
|
12858
12874
|
|
12859
|
-
def initialize(remindedon=nil, needcreatereview=nil, flowdisplaytype=nil)
|
12875
|
+
def initialize(remindedon=nil, needcreatereview=nil, flowdisplaytype=nil, forbideditflow=nil)
|
12860
12876
|
@RemindedOn = remindedon
|
12861
12877
|
@NeedCreateReview = needcreatereview
|
12862
12878
|
@FlowDisplayType = flowdisplaytype
|
12879
|
+
@ForbidEditFlow = forbideditflow
|
12863
12880
|
end
|
12864
12881
|
|
12865
12882
|
def deserialize(params)
|
12866
12883
|
@RemindedOn = params['RemindedOn']
|
12867
12884
|
@NeedCreateReview = params['NeedCreateReview']
|
12868
12885
|
@FlowDisplayType = params['FlowDisplayType']
|
12886
|
+
@ForbidEditFlow = params['ForbidEditFlow']
|
12869
12887
|
end
|
12870
12888
|
end
|
12871
12889
|
|
@@ -13734,16 +13752,16 @@ module TencentCloud
|
|
13734
13752
|
|
13735
13753
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
13736
13754
|
extend Gem::Deprecate
|
13737
|
-
deprecate :OrganizationId, :none, 2025,
|
13738
|
-
deprecate :OrganizationId=, :none, 2025,
|
13739
|
-
deprecate :Channel, :none, 2025,
|
13740
|
-
deprecate :Channel=, :none, 2025,
|
13741
|
-
deprecate :OrganizationOpenId, :none, 2025,
|
13742
|
-
deprecate :OrganizationOpenId=, :none, 2025,
|
13743
|
-
deprecate :ClientIp, :none, 2025,
|
13744
|
-
deprecate :ClientIp=, :none, 2025,
|
13745
|
-
deprecate :ProxyIp, :none, 2025,
|
13746
|
-
deprecate :ProxyIp=, :none, 2025,
|
13755
|
+
deprecate :OrganizationId, :none, 2025, 9
|
13756
|
+
deprecate :OrganizationId=, :none, 2025, 9
|
13757
|
+
deprecate :Channel, :none, 2025, 9
|
13758
|
+
deprecate :Channel=, :none, 2025, 9
|
13759
|
+
deprecate :OrganizationOpenId, :none, 2025, 9
|
13760
|
+
deprecate :OrganizationOpenId=, :none, 2025, 9
|
13761
|
+
deprecate :ClientIp, :none, 2025, 9
|
13762
|
+
deprecate :ClientIp=, :none, 2025, 9
|
13763
|
+
deprecate :ProxyIp, :none, 2025, 9
|
13764
|
+
deprecate :ProxyIp=, :none, 2025, 9
|
13747
13765
|
|
13748
13766
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
13749
13767
|
@OrganizationId = organizationid
|
@@ -14227,10 +14245,10 @@ module TencentCloud
|
|
14227
14245
|
|
14228
14246
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :AuthorizationTypes, :AuthorizationType
|
14229
14247
|
extend Gem::Deprecate
|
14230
|
-
deprecate :Uscc, :none, 2025,
|
14231
|
-
deprecate :Uscc=, :none, 2025,
|
14232
|
-
deprecate :AuthorizationTypes, :none, 2025,
|
14233
|
-
deprecate :AuthorizationTypes=, :none, 2025,
|
14248
|
+
deprecate :Uscc, :none, 2025, 9
|
14249
|
+
deprecate :Uscc=, :none, 2025, 9
|
14250
|
+
deprecate :AuthorizationTypes, :none, 2025, 9
|
14251
|
+
deprecate :AuthorizationTypes=, :none, 2025, 9
|
14234
14252
|
|
14235
14253
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, authorizationtypes=nil, authorizationtype=nil)
|
14236
14254
|
@LegalName = legalname
|
@@ -14364,8 +14382,8 @@ module TencentCloud
|
|
14364
14382
|
|
14365
14383
|
attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
|
14366
14384
|
extend Gem::Deprecate
|
14367
|
-
deprecate :RelievedApproverReceiptId, :none, 2025,
|
14368
|
-
deprecate :RelievedApproverReceiptId=, :none, 2025,
|
14385
|
+
deprecate :RelievedApproverReceiptId, :none, 2025, 9
|
14386
|
+
deprecate :RelievedApproverReceiptId=, :none, 2025, 9
|
14369
14387
|
|
14370
14388
|
def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
|
14371
14389
|
@Name = name
|
@@ -14809,8 +14827,8 @@ module TencentCloud
|
|
14809
14827
|
|
14810
14828
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
14811
14829
|
extend Gem::Deprecate
|
14812
|
-
deprecate :ClientToken, :none, 2025,
|
14813
|
-
deprecate :ClientToken=, :none, 2025,
|
14830
|
+
deprecate :ClientToken, :none, 2025, 9
|
14831
|
+
deprecate :ClientToken=, :none, 2025, 9
|
14814
14832
|
|
14815
14833
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
14816
14834
|
@Operator = operator
|
@@ -15116,8 +15134,8 @@ module TencentCloud
|
|
15116
15134
|
|
15117
15135
|
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
|
15118
15136
|
extend Gem::Deprecate
|
15119
|
-
deprecate :Seals, :none, 2025,
|
15120
|
-
deprecate :Seals=, :none, 2025,
|
15137
|
+
deprecate :Seals, :none, 2025, 9
|
15138
|
+
deprecate :Seals=, :none, 2025, 9
|
15121
15139
|
|
15122
15140
|
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)
|
15123
15141
|
@TemplateId = templateid
|
@@ -15468,8 +15486,8 @@ module TencentCloud
|
|
15468
15486
|
|
15469
15487
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
15470
15488
|
extend Gem::Deprecate
|
15471
|
-
deprecate :FileUrls, :none, 2025,
|
15472
|
-
deprecate :FileUrls=, :none, 2025,
|
15489
|
+
deprecate :FileUrls, :none, 2025, 9
|
15490
|
+
deprecate :FileUrls=, :none, 2025, 9
|
15473
15491
|
|
15474
15492
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
15475
15493
|
@BusinessType = businesstype
|
@@ -15572,14 +15590,14 @@ module TencentCloud
|
|
15572
15590
|
|
15573
15591
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
15574
15592
|
extend Gem::Deprecate
|
15575
|
-
deprecate :Channel, :none, 2025,
|
15576
|
-
deprecate :Channel=, :none, 2025,
|
15577
|
-
deprecate :OpenId, :none, 2025,
|
15578
|
-
deprecate :OpenId=, :none, 2025,
|
15579
|
-
deprecate :ClientIp, :none, 2025,
|
15580
|
-
deprecate :ClientIp=, :none, 2025,
|
15581
|
-
deprecate :ProxyIp, :none, 2025,
|
15582
|
-
deprecate :ProxyIp=, :none, 2025,
|
15593
|
+
deprecate :Channel, :none, 2025, 9
|
15594
|
+
deprecate :Channel=, :none, 2025, 9
|
15595
|
+
deprecate :OpenId, :none, 2025, 9
|
15596
|
+
deprecate :OpenId=, :none, 2025, 9
|
15597
|
+
deprecate :ClientIp, :none, 2025, 9
|
15598
|
+
deprecate :ClientIp=, :none, 2025, 9
|
15599
|
+
deprecate :ProxyIp, :none, 2025, 9
|
15600
|
+
deprecate :ProxyIp=, :none, 2025, 9
|
15583
15601
|
|
15584
15602
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
15585
15603
|
@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.1139
|
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-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20201111/client.rb
|
37
36
|
- lib/v20201111/models.rb
|
37
|
+
- lib/v20201111/client.rb
|
38
38
|
- lib/tencentcloud-sdk-ess.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|