tencentcloud-sdk-ess 3.0.1128 → 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 +120 -94
- 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
|
@@ -8390,7 +8400,7 @@ module TencentCloud
|
|
8390
8400
|
|
8391
8401
|
# 注意:`审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。`
|
8392
8402
|
# @type Risks: Array
|
8393
|
-
# @param Role:
|
8403
|
+
# @param Role: 合同审查中的角色信息。注意: `如果用户没有配置审查角色时此值可能为null,需要等大模型根据合同内容推荐出审查角色信息。`
|
8394
8404
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8395
8405
|
# @type Role: :class:`Tencentcloud::Ess.v20201111.models.RiskIdentificationRoleInfo`
|
8396
8406
|
# @param Status: 合同审查任务状态。
|
@@ -8411,12 +8421,16 @@ module TencentCloud
|
|
8411
8421
|
|
8412
8422
|
# 在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。
|
8413
8423
|
# @type UserData: String
|
8424
|
+
# @param HighRiskCount: 合同审查出的高风险项数量
|
8425
|
+
# @type HighRiskCount: Integer
|
8426
|
+
# @param TotalRiskCount: 合同审查出的风险总数
|
8427
|
+
# @type TotalRiskCount: Integer
|
8414
8428
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8415
8429
|
# @type RequestId: String
|
8416
8430
|
|
8417
|
-
attr_accessor :ChecklistId, :CreatedOn, :FinishedOn, :PolicyType, :ResourceId, :Risks, :Role, :Status, :TaskId, :Comment, :UserData, :RequestId
|
8431
|
+
attr_accessor :ChecklistId, :CreatedOn, :FinishedOn, :PolicyType, :ResourceId, :Risks, :Role, :Status, :TaskId, :Comment, :UserData, :HighRiskCount, :TotalRiskCount, :RequestId
|
8418
8432
|
|
8419
|
-
def initialize(checklistid=nil, createdon=nil, finishedon=nil, policytype=nil, resourceid=nil, risks=nil, role=nil, status=nil, taskid=nil, comment=nil, userdata=nil, requestid=nil)
|
8433
|
+
def initialize(checklistid=nil, createdon=nil, finishedon=nil, policytype=nil, resourceid=nil, risks=nil, role=nil, status=nil, taskid=nil, comment=nil, userdata=nil, highriskcount=nil, totalriskcount=nil, requestid=nil)
|
8420
8434
|
@ChecklistId = checklistid
|
8421
8435
|
@CreatedOn = createdon
|
8422
8436
|
@FinishedOn = finishedon
|
@@ -8428,6 +8442,8 @@ module TencentCloud
|
|
8428
8442
|
@TaskId = taskid
|
8429
8443
|
@Comment = comment
|
8430
8444
|
@UserData = userdata
|
8445
|
+
@HighRiskCount = highriskcount
|
8446
|
+
@TotalRiskCount = totalriskcount
|
8431
8447
|
@RequestId = requestid
|
8432
8448
|
end
|
8433
8449
|
|
@@ -8453,6 +8469,8 @@ module TencentCloud
|
|
8453
8469
|
@TaskId = params['TaskId']
|
8454
8470
|
@Comment = params['Comment']
|
8455
8471
|
@UserData = params['UserData']
|
8472
|
+
@HighRiskCount = params['HighRiskCount']
|
8473
|
+
@TotalRiskCount = params['TotalRiskCount']
|
8456
8474
|
@RequestId = params['RequestId']
|
8457
8475
|
end
|
8458
8476
|
end
|
@@ -8758,10 +8776,10 @@ module TencentCloud
|
|
8758
8776
|
|
8759
8777
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
8760
8778
|
extend Gem::Deprecate
|
8761
|
-
deprecate :CcToken, :none, 2025,
|
8762
|
-
deprecate :CcToken=, :none, 2025,
|
8763
|
-
deprecate :Scene, :none, 2025,
|
8764
|
-
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
|
8765
8783
|
|
8766
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)
|
8767
8785
|
@Operator = operator
|
@@ -9142,12 +9160,12 @@ module TencentCloud
|
|
9142
9160
|
|
9143
9161
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
9144
9162
|
extend Gem::Deprecate
|
9145
|
-
deprecate :IsChannel, :none, 2025,
|
9146
|
-
deprecate :IsChannel=, :none, 2025,
|
9147
|
-
deprecate :Organization, :none, 2025,
|
9148
|
-
deprecate :Organization=, :none, 2025,
|
9149
|
-
deprecate :GenerateSource, :none, 2025,
|
9150
|
-
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
|
9151
9169
|
|
9152
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)
|
9153
9171
|
@Operator = operator
|
@@ -9717,8 +9735,8 @@ module TencentCloud
|
|
9717
9735
|
|
9718
9736
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
9719
9737
|
extend Gem::Deprecate
|
9720
|
-
deprecate :ActivedTotal, :none, 2025,
|
9721
|
-
deprecate :ActivedTotal=, :none, 2025,
|
9738
|
+
deprecate :ActivedTotal, :none, 2025, 9
|
9739
|
+
deprecate :ActivedTotal=, :none, 2025, 9
|
9722
9740
|
|
9723
9741
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
9724
9742
|
@Total = total
|
@@ -10955,8 +10973,8 @@ module TencentCloud
|
|
10955
10973
|
|
10956
10974
|
attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
|
10957
10975
|
extend Gem::Deprecate
|
10958
|
-
deprecate :ReceiptId, :none, 2025,
|
10959
|
-
deprecate :ReceiptId=, :none, 2025,
|
10976
|
+
deprecate :ReceiptId, :none, 2025, 9
|
10977
|
+
deprecate :ReceiptId=, :none, 2025, 9
|
10960
10978
|
|
10961
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)
|
10962
10980
|
@ApproveMessage = approvemessage
|
@@ -11343,8 +11361,8 @@ module TencentCloud
|
|
11343
11361
|
|
11344
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
|
11345
11363
|
extend Gem::Deprecate
|
11346
|
-
deprecate :JumpUrl, :none, 2025,
|
11347
|
-
deprecate :JumpUrl=, :none, 2025,
|
11364
|
+
deprecate :JumpUrl, :none, 2025, 9
|
11365
|
+
deprecate :JumpUrl=, :none, 2025, 9
|
11348
11366
|
|
11349
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)
|
11350
11368
|
@ApproverType = approvertype
|
@@ -11659,8 +11677,8 @@ module TencentCloud
|
|
11659
11677
|
|
11660
11678
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
11661
11679
|
extend Gem::Deprecate
|
11662
|
-
deprecate :CallbackUrl, :none, 2025,
|
11663
|
-
deprecate :CallbackUrl=, :none, 2025,
|
11680
|
+
deprecate :CallbackUrl, :none, 2025, 9
|
11681
|
+
deprecate :CallbackUrl=, :none, 2025, 9
|
11664
11682
|
|
11665
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)
|
11666
11684
|
@FlowName = flowname
|
@@ -12332,8 +12350,8 @@ module TencentCloud
|
|
12332
12350
|
|
12333
12351
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
12334
12352
|
extend Gem::Deprecate
|
12335
|
-
deprecate :Organization, :none, 2025,
|
12336
|
-
deprecate :Organization=, :none, 2025,
|
12353
|
+
deprecate :Organization, :none, 2025, 9
|
12354
|
+
deprecate :Organization=, :none, 2025, 9
|
12337
12355
|
|
12338
12356
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
12339
12357
|
@TaskId = taskid
|
@@ -12845,19 +12863,27 @@ module TencentCloud
|
|
12845
12863
|
# @type NeedCreateReview: Boolean
|
12846
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>效果如下:
|
12847
12865
|
# @type FlowDisplayType: Integer
|
12866
|
+
# @param ForbidEditFlow: 小程序集成发起,是否禁止发起时修改合同内容
|
12867
|
+
# <ul>
|
12868
|
+
# <li>false:默认值,不禁止发起时修改合同内容</li>
|
12869
|
+
# <li>true:禁止发起时修改合同内容</li>
|
12870
|
+
# </ul>
|
12871
|
+
# @type ForbidEditFlow: Boolean
|
12848
12872
|
|
12849
|
-
attr_accessor :RemindedOn, :NeedCreateReview, :FlowDisplayType
|
12873
|
+
attr_accessor :RemindedOn, :NeedCreateReview, :FlowDisplayType, :ForbidEditFlow
|
12850
12874
|
|
12851
|
-
def initialize(remindedon=nil, needcreatereview=nil, flowdisplaytype=nil)
|
12875
|
+
def initialize(remindedon=nil, needcreatereview=nil, flowdisplaytype=nil, forbideditflow=nil)
|
12852
12876
|
@RemindedOn = remindedon
|
12853
12877
|
@NeedCreateReview = needcreatereview
|
12854
12878
|
@FlowDisplayType = flowdisplaytype
|
12879
|
+
@ForbidEditFlow = forbideditflow
|
12855
12880
|
end
|
12856
12881
|
|
12857
12882
|
def deserialize(params)
|
12858
12883
|
@RemindedOn = params['RemindedOn']
|
12859
12884
|
@NeedCreateReview = params['NeedCreateReview']
|
12860
12885
|
@FlowDisplayType = params['FlowDisplayType']
|
12886
|
+
@ForbidEditFlow = params['ForbidEditFlow']
|
12861
12887
|
end
|
12862
12888
|
end
|
12863
12889
|
|
@@ -13726,16 +13752,16 @@ module TencentCloud
|
|
13726
13752
|
|
13727
13753
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
13728
13754
|
extend Gem::Deprecate
|
13729
|
-
deprecate :OrganizationId, :none, 2025,
|
13730
|
-
deprecate :OrganizationId=, :none, 2025,
|
13731
|
-
deprecate :Channel, :none, 2025,
|
13732
|
-
deprecate :Channel=, :none, 2025,
|
13733
|
-
deprecate :OrganizationOpenId, :none, 2025,
|
13734
|
-
deprecate :OrganizationOpenId=, :none, 2025,
|
13735
|
-
deprecate :ClientIp, :none, 2025,
|
13736
|
-
deprecate :ClientIp=, :none, 2025,
|
13737
|
-
deprecate :ProxyIp, :none, 2025,
|
13738
|
-
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
|
13739
13765
|
|
13740
13766
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
13741
13767
|
@OrganizationId = organizationid
|
@@ -14219,10 +14245,10 @@ module TencentCloud
|
|
14219
14245
|
|
14220
14246
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :AuthorizationTypes, :AuthorizationType
|
14221
14247
|
extend Gem::Deprecate
|
14222
|
-
deprecate :Uscc, :none, 2025,
|
14223
|
-
deprecate :Uscc=, :none, 2025,
|
14224
|
-
deprecate :AuthorizationTypes, :none, 2025,
|
14225
|
-
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
|
14226
14252
|
|
14227
14253
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, authorizationtypes=nil, authorizationtype=nil)
|
14228
14254
|
@LegalName = legalname
|
@@ -14356,8 +14382,8 @@ module TencentCloud
|
|
14356
14382
|
|
14357
14383
|
attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
|
14358
14384
|
extend Gem::Deprecate
|
14359
|
-
deprecate :RelievedApproverReceiptId, :none, 2025,
|
14360
|
-
deprecate :RelievedApproverReceiptId=, :none, 2025,
|
14385
|
+
deprecate :RelievedApproverReceiptId, :none, 2025, 9
|
14386
|
+
deprecate :RelievedApproverReceiptId=, :none, 2025, 9
|
14361
14387
|
|
14362
14388
|
def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
|
14363
14389
|
@Name = name
|
@@ -14801,8 +14827,8 @@ module TencentCloud
|
|
14801
14827
|
|
14802
14828
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
14803
14829
|
extend Gem::Deprecate
|
14804
|
-
deprecate :ClientToken, :none, 2025,
|
14805
|
-
deprecate :ClientToken=, :none, 2025,
|
14830
|
+
deprecate :ClientToken, :none, 2025, 9
|
14831
|
+
deprecate :ClientToken=, :none, 2025, 9
|
14806
14832
|
|
14807
14833
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
14808
14834
|
@Operator = operator
|
@@ -15108,8 +15134,8 @@ module TencentCloud
|
|
15108
15134
|
|
15109
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
|
15110
15136
|
extend Gem::Deprecate
|
15111
|
-
deprecate :Seals, :none, 2025,
|
15112
|
-
deprecate :Seals=, :none, 2025,
|
15137
|
+
deprecate :Seals, :none, 2025, 9
|
15138
|
+
deprecate :Seals=, :none, 2025, 9
|
15113
15139
|
|
15114
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)
|
15115
15141
|
@TemplateId = templateid
|
@@ -15460,8 +15486,8 @@ module TencentCloud
|
|
15460
15486
|
|
15461
15487
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
15462
15488
|
extend Gem::Deprecate
|
15463
|
-
deprecate :FileUrls, :none, 2025,
|
15464
|
-
deprecate :FileUrls=, :none, 2025,
|
15489
|
+
deprecate :FileUrls, :none, 2025, 9
|
15490
|
+
deprecate :FileUrls=, :none, 2025, 9
|
15465
15491
|
|
15466
15492
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
15467
15493
|
@BusinessType = businesstype
|
@@ -15564,14 +15590,14 @@ module TencentCloud
|
|
15564
15590
|
|
15565
15591
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
15566
15592
|
extend Gem::Deprecate
|
15567
|
-
deprecate :Channel, :none, 2025,
|
15568
|
-
deprecate :Channel=, :none, 2025,
|
15569
|
-
deprecate :OpenId, :none, 2025,
|
15570
|
-
deprecate :OpenId=, :none, 2025,
|
15571
|
-
deprecate :ClientIp, :none, 2025,
|
15572
|
-
deprecate :ClientIp=, :none, 2025,
|
15573
|
-
deprecate :ProxyIp, :none, 2025,
|
15574
|
-
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
|
15575
15601
|
|
15576
15602
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
15577
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
|