tencentcloud-sdk-ess 3.0.1192 → 3.0.1196
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 +327 -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: af16ca3f089e920a1c7bfc1b020fe6e79826bdba
|
|
4
|
+
data.tar.gz: 6c778a18ece75c0abaad71cfced436ba628de3aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14ee9fd61eb925933dfe8702d89ee8a5bd33581248e8bc994c1402be94c477b5110d44108b7e5a5d686db0ee06ae52622dc3adf0b04128c658d11e0970810a2a
|
|
7
|
+
data.tar.gz: 47a130cc38435fd37b2b632657b0d5fee4932bfb28eeb69c10561c7143c47603190a6ce5323626e61a227bf04caab800bb4f18275821a011c859bc06689a6828
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1196
|
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
|
|
@@ -1748,6 +1748,64 @@ module TencentCloud
|
|
|
1748
1748
|
end
|
|
1749
1749
|
end
|
|
1750
1750
|
|
|
1751
|
+
# 合同摘要
|
|
1752
|
+
class ContractSummary < TencentCloud::Common::AbstractModel
|
|
1753
|
+
# @param Name: 提取内容分类:
|
|
1754
|
+
# Base 合同信息
|
|
1755
|
+
# Identity 主体信息
|
|
1756
|
+
# Performance 履约条款
|
|
1757
|
+
# @type Name: String
|
|
1758
|
+
# @param Infos: 详细信息
|
|
1759
|
+
# @type Infos: Array
|
|
1760
|
+
|
|
1761
|
+
attr_accessor :Name, :Infos
|
|
1762
|
+
|
|
1763
|
+
def initialize(name=nil, infos=nil)
|
|
1764
|
+
@Name = name
|
|
1765
|
+
@Infos = infos
|
|
1766
|
+
end
|
|
1767
|
+
|
|
1768
|
+
def deserialize(params)
|
|
1769
|
+
@Name = params['Name']
|
|
1770
|
+
unless params['Infos'].nil?
|
|
1771
|
+
@Infos = []
|
|
1772
|
+
params['Infos'].each do |i|
|
|
1773
|
+
contractsummaryinfo_tmp = ContractSummaryInfo.new
|
|
1774
|
+
contractsummaryinfo_tmp.deserialize(i)
|
|
1775
|
+
@Infos << contractsummaryinfo_tmp
|
|
1776
|
+
end
|
|
1777
|
+
end
|
|
1778
|
+
end
|
|
1779
|
+
end
|
|
1780
|
+
|
|
1781
|
+
# 合同摘要信息
|
|
1782
|
+
class ContractSummaryInfo < TencentCloud::Common::AbstractModel
|
|
1783
|
+
# @param Key: 字段 key
|
|
1784
|
+
# @type Key: String
|
|
1785
|
+
# @param Value: 字段值
|
|
1786
|
+
# @type Value: String
|
|
1787
|
+
# @param Identity: 主体信息
|
|
1788
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1789
|
+
# @type Identity: :class:`Tencentcloud::Ess.v20201111.models.Identity`
|
|
1790
|
+
|
|
1791
|
+
attr_accessor :Key, :Value, :Identity
|
|
1792
|
+
|
|
1793
|
+
def initialize(key=nil, value=nil, identity=nil)
|
|
1794
|
+
@Key = key
|
|
1795
|
+
@Value = value
|
|
1796
|
+
@Identity = identity
|
|
1797
|
+
end
|
|
1798
|
+
|
|
1799
|
+
def deserialize(params)
|
|
1800
|
+
@Key = params['Key']
|
|
1801
|
+
@Value = params['Value']
|
|
1802
|
+
unless params['Identity'].nil?
|
|
1803
|
+
@Identity = Identity.new
|
|
1804
|
+
@Identity.deserialize(params['Identity'])
|
|
1805
|
+
end
|
|
1806
|
+
end
|
|
1807
|
+
end
|
|
1808
|
+
|
|
1751
1809
|
# CreateBatchAdminChangeInvitations请求参数结构体
|
|
1752
1810
|
class CreateBatchAdminChangeInvitationsRequest < TencentCloud::Common::AbstractModel
|
|
1753
1811
|
# @param Operator: 执行本接口操作的员工信息。
|
|
@@ -3001,8 +3059,8 @@ module TencentCloud
|
|
|
3001
3059
|
|
|
3002
3060
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
|
3003
3061
|
extend Gem::Deprecate
|
|
3004
|
-
deprecate :Organization, :none,
|
|
3005
|
-
deprecate :Organization=, :none,
|
|
3062
|
+
deprecate :Organization, :none, 2026, 1
|
|
3063
|
+
deprecate :Organization=, :none, 2026, 1
|
|
3006
3064
|
|
|
3007
3065
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
|
3008
3066
|
@ResourceType = resourcetype
|
|
@@ -3842,9 +3900,7 @@ module TencentCloud
|
|
|
3842
3900
|
|
|
3843
3901
|
# 到达提醒时间后,腾讯电子签会短信通知发起方企业合同提醒,可用于处理合同到期事务,如合同续签等事宜。
|
|
3844
3902
|
# @type RemindedOn: Integer
|
|
3845
|
-
# @param ApproverVerifyType:
|
|
3846
|
-
# <ul><li> **VerifyCheck** :(默认)人脸识别,人脸识别后才能合同内容 </li>
|
|
3847
|
-
# <li> **MobileCheck** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容(当手写签名方式为OCR_ESIGN时,该校验方式无效,因为这种签名方式依赖实名认证)</li></ul>
|
|
3903
|
+
# @param ApproverVerifyType: 指定个人签署方查看合同的校验方式<ul><li> **VerifyCheck** :(默认)人脸识别,人脸识别后才能查看合同内容 </li><li> **MobileCheck** : 手机号验证, 用户手机号和参与方手机号(ApproverMobile)相同即可查看合同内容(当手写签名方式为OCR_ESIGN时,该校验方式无效,因为这种签名方式依赖实名认证)</li></ul>
|
|
3848
3904
|
# @type ApproverVerifyType: String
|
|
3849
3905
|
# @param SignBeanTag: 签署方签署控件(印章/签名等)的生成方式:
|
|
3850
3906
|
# <ul><li> **0**:在合同流程发起时,由发起人指定签署方的签署控件的位置和数量。</li>
|
|
@@ -4077,8 +4133,8 @@ module TencentCloud
|
|
|
4077
4133
|
|
|
4078
4134
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
|
4079
4135
|
extend Gem::Deprecate
|
|
4080
|
-
deprecate :ReportUrl, :none,
|
|
4081
|
-
deprecate :ReportUrl=, :none,
|
|
4136
|
+
deprecate :ReportUrl, :none, 2026, 1
|
|
4137
|
+
deprecate :ReportUrl=, :none, 2026, 1
|
|
4082
4138
|
|
|
4083
4139
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
|
4084
4140
|
@ReportId = reportid
|
|
@@ -4604,8 +4660,8 @@ module TencentCloud
|
|
|
4604
4660
|
|
|
4605
4661
|
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
|
|
4606
4662
|
extend Gem::Deprecate
|
|
4607
|
-
deprecate :HideOperationInstructions, :none,
|
|
4608
|
-
deprecate :HideOperationInstructions=, :none,
|
|
4663
|
+
deprecate :HideOperationInstructions, :none, 2026, 1
|
|
4664
|
+
deprecate :HideOperationInstructions=, :none, 2026, 1
|
|
4609
4665
|
|
|
4610
4666
|
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)
|
|
4611
4667
|
@CanEditFlow = caneditflow
|
|
@@ -4823,10 +4879,10 @@ module TencentCloud
|
|
|
4823
4879
|
|
|
4824
4880
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
|
|
4825
4881
|
extend Gem::Deprecate
|
|
4826
|
-
deprecate :RelatedFlowId, :none,
|
|
4827
|
-
deprecate :RelatedFlowId=, :none,
|
|
4828
|
-
deprecate :CallbackUrl, :none,
|
|
4829
|
-
deprecate :CallbackUrl=, :none,
|
|
4882
|
+
deprecate :RelatedFlowId, :none, 2026, 1
|
|
4883
|
+
deprecate :RelatedFlowId=, :none, 2026, 1
|
|
4884
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
4885
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
4830
4886
|
|
|
4831
4887
|
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)
|
|
4832
4888
|
@Operator = operator
|
|
@@ -5037,8 +5093,8 @@ module TencentCloud
|
|
|
5037
5093
|
|
|
5038
5094
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :VideoVerifyTimesLimit, :Organization, :JumpUrl, :UrlType
|
|
5039
5095
|
extend Gem::Deprecate
|
|
5040
|
-
deprecate :Organization, :none,
|
|
5041
|
-
deprecate :Organization=, :none,
|
|
5096
|
+
deprecate :Organization, :none, 2026, 1
|
|
5097
|
+
deprecate :Organization=, :none, 2026, 1
|
|
5042
5098
|
|
|
5043
5099
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, videoverifytimeslimit=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
5044
5100
|
@FlowId = flowid
|
|
@@ -5521,8 +5577,8 @@ module TencentCloud
|
|
|
5521
5577
|
|
|
5522
5578
|
attr_accessor :Operator, :Agent, :Organization
|
|
5523
5579
|
extend Gem::Deprecate
|
|
5524
|
-
deprecate :Organization, :none,
|
|
5525
|
-
deprecate :Organization=, :none,
|
|
5580
|
+
deprecate :Organization, :none, 2026, 1
|
|
5581
|
+
deprecate :Organization=, :none, 2026, 1
|
|
5526
5582
|
|
|
5527
5583
|
def initialize(operator=nil, agent=nil, organization=nil)
|
|
5528
5584
|
@Operator = operator
|
|
@@ -5851,12 +5907,12 @@ module TencentCloud
|
|
|
5851
5907
|
|
|
5852
5908
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
|
|
5853
5909
|
extend Gem::Deprecate
|
|
5854
|
-
deprecate :QrEffectiveDay, :none,
|
|
5855
|
-
deprecate :QrEffectiveDay=, :none,
|
|
5856
|
-
deprecate :CallbackUrl, :none,
|
|
5857
|
-
deprecate :CallbackUrl=, :none,
|
|
5858
|
-
deprecate :ApproverRestrictions, :none,
|
|
5859
|
-
deprecate :ApproverRestrictions=, :none,
|
|
5910
|
+
deprecate :QrEffectiveDay, :none, 2026, 1
|
|
5911
|
+
deprecate :QrEffectiveDay=, :none, 2026, 1
|
|
5912
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
5913
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
5914
|
+
deprecate :ApproverRestrictions, :none, 2026, 1
|
|
5915
|
+
deprecate :ApproverRestrictions=, :none, 2026, 1
|
|
5860
5916
|
|
|
5861
5917
|
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)
|
|
5862
5918
|
@Operator = operator
|
|
@@ -6807,8 +6863,8 @@ module TencentCloud
|
|
|
6807
6863
|
|
|
6808
6864
|
attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
|
|
6809
6865
|
extend Gem::Deprecate
|
|
6810
|
-
deprecate :SignComponentConfig, :none,
|
|
6811
|
-
deprecate :SignComponentConfig=, :none,
|
|
6866
|
+
deprecate :SignComponentConfig, :none, 2026, 1
|
|
6867
|
+
deprecate :SignComponentConfig=, :none, 2026, 1
|
|
6812
6868
|
|
|
6813
6869
|
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)
|
|
6814
6870
|
@Operator = operator
|
|
@@ -6981,8 +7037,8 @@ module TencentCloud
|
|
|
6981
7037
|
|
|
6982
7038
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
|
6983
7039
|
extend Gem::Deprecate
|
|
6984
|
-
deprecate :SealImage, :none,
|
|
6985
|
-
deprecate :SealImage=, :none,
|
|
7040
|
+
deprecate :SealImage, :none, 2026, 1
|
|
7041
|
+
deprecate :SealImage=, :none, 2026, 1
|
|
6986
7042
|
|
|
6987
7043
|
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)
|
|
6988
7044
|
@UserName = username
|
|
@@ -9342,12 +9398,14 @@ module TencentCloud
|
|
|
9342
9398
|
# @param ApprovedLists: 通过项信息(详细引文信息)
|
|
9343
9399
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9344
9400
|
# @type ApprovedLists: Array
|
|
9401
|
+
# @param Summaries: 摘要信息
|
|
9402
|
+
# @type Summaries: Array
|
|
9345
9403
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9346
9404
|
# @type RequestId: String
|
|
9347
9405
|
|
|
9348
|
-
attr_accessor :ChecklistId, :CreatedOn, :FinishedOn, :PolicyType, :ResourceId, :Risks, :Role, :Status, :TaskId, :Comment, :UserData, :HighRiskCount, :TotalRiskCount, :ApprovedLists, :RequestId
|
|
9406
|
+
attr_accessor :ChecklistId, :CreatedOn, :FinishedOn, :PolicyType, :ResourceId, :Risks, :Role, :Status, :TaskId, :Comment, :UserData, :HighRiskCount, :TotalRiskCount, :ApprovedLists, :Summaries, :RequestId
|
|
9349
9407
|
|
|
9350
|
-
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, approvedlists=nil, requestid=nil)
|
|
9408
|
+
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, approvedlists=nil, summaries=nil, requestid=nil)
|
|
9351
9409
|
@ChecklistId = checklistid
|
|
9352
9410
|
@CreatedOn = createdon
|
|
9353
9411
|
@FinishedOn = finishedon
|
|
@@ -9362,6 +9420,7 @@ module TencentCloud
|
|
|
9362
9420
|
@HighRiskCount = highriskcount
|
|
9363
9421
|
@TotalRiskCount = totalriskcount
|
|
9364
9422
|
@ApprovedLists = approvedlists
|
|
9423
|
+
@Summaries = summaries
|
|
9365
9424
|
@RequestId = requestid
|
|
9366
9425
|
end
|
|
9367
9426
|
|
|
@@ -9397,6 +9456,14 @@ module TencentCloud
|
|
|
9397
9456
|
@ApprovedLists << outputreference_tmp
|
|
9398
9457
|
end
|
|
9399
9458
|
end
|
|
9459
|
+
unless params['Summaries'].nil?
|
|
9460
|
+
@Summaries = []
|
|
9461
|
+
params['Summaries'].each do |i|
|
|
9462
|
+
contractsummary_tmp = ContractSummary.new
|
|
9463
|
+
contractsummary_tmp.deserialize(i)
|
|
9464
|
+
@Summaries << contractsummary_tmp
|
|
9465
|
+
end
|
|
9466
|
+
end
|
|
9400
9467
|
@RequestId = params['RequestId']
|
|
9401
9468
|
end
|
|
9402
9469
|
end
|
|
@@ -9702,10 +9769,10 @@ module TencentCloud
|
|
|
9702
9769
|
|
|
9703
9770
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
|
9704
9771
|
extend Gem::Deprecate
|
|
9705
|
-
deprecate :CcToken, :none,
|
|
9706
|
-
deprecate :CcToken=, :none,
|
|
9707
|
-
deprecate :Scene, :none,
|
|
9708
|
-
deprecate :Scene=, :none,
|
|
9772
|
+
deprecate :CcToken, :none, 2026, 1
|
|
9773
|
+
deprecate :CcToken=, :none, 2026, 1
|
|
9774
|
+
deprecate :Scene, :none, 2026, 1
|
|
9775
|
+
deprecate :Scene=, :none, 2026, 1
|
|
9709
9776
|
|
|
9710
9777
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
|
9711
9778
|
@Operator = operator
|
|
@@ -10085,12 +10152,12 @@ module TencentCloud
|
|
|
10085
10152
|
|
|
10086
10153
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
|
10087
10154
|
extend Gem::Deprecate
|
|
10088
|
-
deprecate :IsChannel, :none,
|
|
10089
|
-
deprecate :IsChannel=, :none,
|
|
10090
|
-
deprecate :Organization, :none,
|
|
10091
|
-
deprecate :Organization=, :none,
|
|
10092
|
-
deprecate :GenerateSource, :none,
|
|
10093
|
-
deprecate :GenerateSource=, :none,
|
|
10155
|
+
deprecate :IsChannel, :none, 2026, 1
|
|
10156
|
+
deprecate :IsChannel=, :none, 2026, 1
|
|
10157
|
+
deprecate :Organization, :none, 2026, 1
|
|
10158
|
+
deprecate :Organization=, :none, 2026, 1
|
|
10159
|
+
deprecate :GenerateSource, :none, 2026, 1
|
|
10160
|
+
deprecate :GenerateSource=, :none, 2026, 1
|
|
10094
10161
|
|
|
10095
10162
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
|
10096
10163
|
@Operator = operator
|
|
@@ -10676,8 +10743,8 @@ module TencentCloud
|
|
|
10676
10743
|
|
|
10677
10744
|
attr_accessor :Operator, :Limit, :Offset, :Name, :Status, :Export, :Id
|
|
10678
10745
|
extend Gem::Deprecate
|
|
10679
|
-
deprecate :Name, :none,
|
|
10680
|
-
deprecate :Name=, :none,
|
|
10746
|
+
deprecate :Name, :none, 2026, 1
|
|
10747
|
+
deprecate :Name=, :none, 2026, 1
|
|
10681
10748
|
|
|
10682
10749
|
def initialize(operator=nil, limit=nil, offset=nil, name=nil, status=nil, export=nil, id=nil)
|
|
10683
10750
|
@Operator = operator
|
|
@@ -10722,8 +10789,8 @@ module TencentCloud
|
|
|
10722
10789
|
|
|
10723
10790
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
|
10724
10791
|
extend Gem::Deprecate
|
|
10725
|
-
deprecate :ActivedTotal, :none,
|
|
10726
|
-
deprecate :ActivedTotal=, :none,
|
|
10792
|
+
deprecate :ActivedTotal, :none, 2026, 1
|
|
10793
|
+
deprecate :ActivedTotal=, :none, 2026, 1
|
|
10727
10794
|
|
|
10728
10795
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
|
10729
10796
|
@Total = total
|
|
@@ -12204,8 +12271,8 @@ module TencentCloud
|
|
|
12204
12271
|
|
|
12205
12272
|
attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
|
|
12206
12273
|
extend Gem::Deprecate
|
|
12207
|
-
deprecate :ReceiptId, :none,
|
|
12208
|
-
deprecate :ReceiptId=, :none,
|
|
12274
|
+
deprecate :ReceiptId, :none, 2026, 1
|
|
12275
|
+
deprecate :ReceiptId=, :none, 2026, 1
|
|
12209
12276
|
|
|
12210
12277
|
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)
|
|
12211
12278
|
@ApproveMessage = approvemessage
|
|
@@ -12601,8 +12668,8 @@ module TencentCloud
|
|
|
12601
12668
|
|
|
12602
12669
|
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
|
|
12603
12670
|
extend Gem::Deprecate
|
|
12604
|
-
deprecate :JumpUrl, :none,
|
|
12605
|
-
deprecate :JumpUrl=, :none,
|
|
12671
|
+
deprecate :JumpUrl, :none, 2026, 1
|
|
12672
|
+
deprecate :JumpUrl=, :none, 2026, 1
|
|
12606
12673
|
|
|
12607
12674
|
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)
|
|
12608
12675
|
@ApproverType = approvertype
|
|
@@ -12919,8 +12986,8 @@ module TencentCloud
|
|
|
12919
12986
|
|
|
12920
12987
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
|
12921
12988
|
extend Gem::Deprecate
|
|
12922
|
-
deprecate :CallbackUrl, :none,
|
|
12923
|
-
deprecate :CallbackUrl=, :none,
|
|
12989
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
12990
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
12924
12991
|
|
|
12925
12992
|
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)
|
|
12926
12993
|
@FlowName = flowname
|
|
@@ -13592,8 +13659,8 @@ module TencentCloud
|
|
|
13592
13659
|
|
|
13593
13660
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
|
13594
13661
|
extend Gem::Deprecate
|
|
13595
|
-
deprecate :Organization, :none,
|
|
13596
|
-
deprecate :Organization=, :none,
|
|
13662
|
+
deprecate :Organization, :none, 2026, 1
|
|
13663
|
+
deprecate :Organization=, :none, 2026, 1
|
|
13597
13664
|
|
|
13598
13665
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
|
13599
13666
|
@TaskId = taskid
|
|
@@ -13800,6 +13867,133 @@ module TencentCloud
|
|
|
13800
13867
|
end
|
|
13801
13868
|
end
|
|
13802
13869
|
|
|
13870
|
+
# 主体信息
|
|
13871
|
+
class Identity < TencentCloud::Common::AbstractModel
|
|
13872
|
+
# @param CreditCode: 统一社会信用代码
|
|
13873
|
+
# @type CreditCode: String
|
|
13874
|
+
# @param OrgCode: 组织机构代码
|
|
13875
|
+
# @type OrgCode: String
|
|
13876
|
+
# @param RegNo: 营业执照注册编号
|
|
13877
|
+
# @type RegNo: String
|
|
13878
|
+
# @param EntName: 企业名称
|
|
13879
|
+
# @type EntName: String
|
|
13880
|
+
# @param LegalRepName: 修改人法人代表姓名
|
|
13881
|
+
# @type LegalRepName: String
|
|
13882
|
+
# @param OpState: 渠道经营状态
|
|
13883
|
+
# @type OpState: String
|
|
13884
|
+
# @param OpFromDate: 经营期限自(格式YYYY-MM-DD)
|
|
13885
|
+
# @type OpFromDate: String
|
|
13886
|
+
# @param OpToDate: 经营期限至
|
|
13887
|
+
# @type OpToDate: String
|
|
13888
|
+
# @param EstabDate: 成立日期(格式YYYY-MM-DD)
|
|
13889
|
+
# @type EstabDate: String
|
|
13890
|
+
# @param ApprDate: 核准日期(格式YYYY-MM-DD)
|
|
13891
|
+
# @type ApprDate: String
|
|
13892
|
+
# @param RevoDate: 吊销日期(格式YYYY-MM-DD)
|
|
13893
|
+
# @type RevoDate: String
|
|
13894
|
+
# @param CancelDate: 注销日期(格式YYYY-MM-DD)
|
|
13895
|
+
# @type CancelDate: String
|
|
13896
|
+
# @param RegOrg: 登记机关
|
|
13897
|
+
# @type RegOrg: String
|
|
13898
|
+
# @param EntTypeCode: 企业类型编码
|
|
13899
|
+
# @type EntTypeCode: String
|
|
13900
|
+
# @param EntType: 企业类型
|
|
13901
|
+
# @type EntType: String
|
|
13902
|
+
# @param BizScope: 经营业务范围
|
|
13903
|
+
# @type BizScope: String
|
|
13904
|
+
# @param LicenseBizItem: 许可经营项目
|
|
13905
|
+
# @type LicenseBizItem: String
|
|
13906
|
+
# @param RegAreaCode: 注册地址行政编号
|
|
13907
|
+
# @type RegAreaCode: String
|
|
13908
|
+
# @param RegAddress: 注册地址
|
|
13909
|
+
# @type RegAddress: String
|
|
13910
|
+
# @param RegCapitalCurtype: 注册资本币种
|
|
13911
|
+
# @type RegCapitalCurtype: String
|
|
13912
|
+
# @param RegCapital: 注册资本(万元)
|
|
13913
|
+
# @type RegCapital: String
|
|
13914
|
+
# @param PaidCapital: 实收资本(万元)
|
|
13915
|
+
# @type PaidCapital: String
|
|
13916
|
+
# @param OriRegNo: 原注册号
|
|
13917
|
+
# @type OriRegNo: String
|
|
13918
|
+
# @param EntNameEng: 企业英文名称
|
|
13919
|
+
# @type EntNameEng: String
|
|
13920
|
+
# @param OriEntName: 曾用名
|
|
13921
|
+
# @type OriEntName: String
|
|
13922
|
+
# @param OpStateCode: 企业经营状态枚举。常见值如下:
|
|
13923
|
+
# 未定义的状态 = 0
|
|
13924
|
+
# 正常 = 1
|
|
13925
|
+
# 注销 = 2
|
|
13926
|
+
# 吊销 = 3
|
|
13927
|
+
# 吊销后注销 = 4
|
|
13928
|
+
# 撤销 = 5
|
|
13929
|
+
# 其他 = 99
|
|
13930
|
+
# @type OpStateCode: Integer
|
|
13931
|
+
# @param SearchDate: 查询日期(格式YYYY-MM-DD)
|
|
13932
|
+
# @type SearchDate: String
|
|
13933
|
+
|
|
13934
|
+
attr_accessor :CreditCode, :OrgCode, :RegNo, :EntName, :LegalRepName, :OpState, :OpFromDate, :OpToDate, :EstabDate, :ApprDate, :RevoDate, :CancelDate, :RegOrg, :EntTypeCode, :EntType, :BizScope, :LicenseBizItem, :RegAreaCode, :RegAddress, :RegCapitalCurtype, :RegCapital, :PaidCapital, :OriRegNo, :EntNameEng, :OriEntName, :OpStateCode, :SearchDate
|
|
13935
|
+
|
|
13936
|
+
def initialize(creditcode=nil, orgcode=nil, regno=nil, entname=nil, legalrepname=nil, opstate=nil, opfromdate=nil, optodate=nil, estabdate=nil, apprdate=nil, revodate=nil, canceldate=nil, regorg=nil, enttypecode=nil, enttype=nil, bizscope=nil, licensebizitem=nil, regareacode=nil, regaddress=nil, regcapitalcurtype=nil, regcapital=nil, paidcapital=nil, oriregno=nil, entnameeng=nil, orientname=nil, opstatecode=nil, searchdate=nil)
|
|
13937
|
+
@CreditCode = creditcode
|
|
13938
|
+
@OrgCode = orgcode
|
|
13939
|
+
@RegNo = regno
|
|
13940
|
+
@EntName = entname
|
|
13941
|
+
@LegalRepName = legalrepname
|
|
13942
|
+
@OpState = opstate
|
|
13943
|
+
@OpFromDate = opfromdate
|
|
13944
|
+
@OpToDate = optodate
|
|
13945
|
+
@EstabDate = estabdate
|
|
13946
|
+
@ApprDate = apprdate
|
|
13947
|
+
@RevoDate = revodate
|
|
13948
|
+
@CancelDate = canceldate
|
|
13949
|
+
@RegOrg = regorg
|
|
13950
|
+
@EntTypeCode = enttypecode
|
|
13951
|
+
@EntType = enttype
|
|
13952
|
+
@BizScope = bizscope
|
|
13953
|
+
@LicenseBizItem = licensebizitem
|
|
13954
|
+
@RegAreaCode = regareacode
|
|
13955
|
+
@RegAddress = regaddress
|
|
13956
|
+
@RegCapitalCurtype = regcapitalcurtype
|
|
13957
|
+
@RegCapital = regcapital
|
|
13958
|
+
@PaidCapital = paidcapital
|
|
13959
|
+
@OriRegNo = oriregno
|
|
13960
|
+
@EntNameEng = entnameeng
|
|
13961
|
+
@OriEntName = orientname
|
|
13962
|
+
@OpStateCode = opstatecode
|
|
13963
|
+
@SearchDate = searchdate
|
|
13964
|
+
end
|
|
13965
|
+
|
|
13966
|
+
def deserialize(params)
|
|
13967
|
+
@CreditCode = params['CreditCode']
|
|
13968
|
+
@OrgCode = params['OrgCode']
|
|
13969
|
+
@RegNo = params['RegNo']
|
|
13970
|
+
@EntName = params['EntName']
|
|
13971
|
+
@LegalRepName = params['LegalRepName']
|
|
13972
|
+
@OpState = params['OpState']
|
|
13973
|
+
@OpFromDate = params['OpFromDate']
|
|
13974
|
+
@OpToDate = params['OpToDate']
|
|
13975
|
+
@EstabDate = params['EstabDate']
|
|
13976
|
+
@ApprDate = params['ApprDate']
|
|
13977
|
+
@RevoDate = params['RevoDate']
|
|
13978
|
+
@CancelDate = params['CancelDate']
|
|
13979
|
+
@RegOrg = params['RegOrg']
|
|
13980
|
+
@EntTypeCode = params['EntTypeCode']
|
|
13981
|
+
@EntType = params['EntType']
|
|
13982
|
+
@BizScope = params['BizScope']
|
|
13983
|
+
@LicenseBizItem = params['LicenseBizItem']
|
|
13984
|
+
@RegAreaCode = params['RegAreaCode']
|
|
13985
|
+
@RegAddress = params['RegAddress']
|
|
13986
|
+
@RegCapitalCurtype = params['RegCapitalCurtype']
|
|
13987
|
+
@RegCapital = params['RegCapital']
|
|
13988
|
+
@PaidCapital = params['PaidCapital']
|
|
13989
|
+
@OriRegNo = params['OriRegNo']
|
|
13990
|
+
@EntNameEng = params['EntNameEng']
|
|
13991
|
+
@OriEntName = params['OriEntName']
|
|
13992
|
+
@OpStateCode = params['OpStateCode']
|
|
13993
|
+
@SearchDate = params['SearchDate']
|
|
13994
|
+
end
|
|
13995
|
+
end
|
|
13996
|
+
|
|
13803
13997
|
# 企业角色数据信息
|
|
13804
13998
|
class IntegrateRole < TencentCloud::Common::AbstractModel
|
|
13805
13999
|
# @param RoleId: 角色id
|
|
@@ -15120,16 +15314,16 @@ module TencentCloud
|
|
|
15120
15314
|
|
|
15121
15315
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
|
15122
15316
|
extend Gem::Deprecate
|
|
15123
|
-
deprecate :OrganizationId, :none,
|
|
15124
|
-
deprecate :OrganizationId=, :none,
|
|
15125
|
-
deprecate :Channel, :none,
|
|
15126
|
-
deprecate :Channel=, :none,
|
|
15127
|
-
deprecate :OrganizationOpenId, :none,
|
|
15128
|
-
deprecate :OrganizationOpenId=, :none,
|
|
15129
|
-
deprecate :ClientIp, :none,
|
|
15130
|
-
deprecate :ClientIp=, :none,
|
|
15131
|
-
deprecate :ProxyIp, :none,
|
|
15132
|
-
deprecate :ProxyIp=, :none,
|
|
15317
|
+
deprecate :OrganizationId, :none, 2026, 1
|
|
15318
|
+
deprecate :OrganizationId=, :none, 2026, 1
|
|
15319
|
+
deprecate :Channel, :none, 2026, 1
|
|
15320
|
+
deprecate :Channel=, :none, 2026, 1
|
|
15321
|
+
deprecate :OrganizationOpenId, :none, 2026, 1
|
|
15322
|
+
deprecate :OrganizationOpenId=, :none, 2026, 1
|
|
15323
|
+
deprecate :ClientIp, :none, 2026, 1
|
|
15324
|
+
deprecate :ClientIp=, :none, 2026, 1
|
|
15325
|
+
deprecate :ProxyIp, :none, 2026, 1
|
|
15326
|
+
deprecate :ProxyIp=, :none, 2026, 1
|
|
15133
15327
|
|
|
15134
15328
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
|
15135
15329
|
@OrganizationId = organizationid
|
|
@@ -15220,10 +15414,20 @@ module TencentCloud
|
|
|
15220
15414
|
# @type RiskBasis: String
|
|
15221
15415
|
# @param RiskLevelId: 风险等级id。1 为最高风险等级,0 为最低风险等级,从[2,n]数字越大风险等级逐渐降低。
|
|
15222
15416
|
# @type RiskLevelId: Integer
|
|
15417
|
+
# @param RiskLabels: 风险标签
|
|
15418
|
+
# @type RiskLabels: Array
|
|
15419
|
+
# @param RiskOrigin: 风险来源 0:模型标注的风险 1:人工标注的风险
|
|
15420
|
+
# @type RiskOrigin: Integer
|
|
15421
|
+
# @param Creator: 创建人
|
|
15422
|
+
# @type Creator: String
|
|
15423
|
+
# @param CreatorId: 创建人ID
|
|
15424
|
+
# @type CreatorId: String
|
|
15425
|
+
# @param CreatedOn: 创建时间
|
|
15426
|
+
# @type CreatedOn: Integer
|
|
15223
15427
|
|
|
15224
|
-
attr_accessor :RiskId, :RiskName, :RiskDescription, :RiskLevel, :RiskAdvice, :RiskPresentation, :Content, :Positions, :RiskBasis, :RiskLevelId
|
|
15428
|
+
attr_accessor :RiskId, :RiskName, :RiskDescription, :RiskLevel, :RiskAdvice, :RiskPresentation, :Content, :Positions, :RiskBasis, :RiskLevelId, :RiskLabels, :RiskOrigin, :Creator, :CreatorId, :CreatedOn
|
|
15225
15429
|
|
|
15226
|
-
def initialize(riskid=nil, riskname=nil, riskdescription=nil, risklevel=nil, riskadvice=nil, riskpresentation=nil, content=nil, positions=nil, riskbasis=nil, risklevelid=nil)
|
|
15430
|
+
def initialize(riskid=nil, riskname=nil, riskdescription=nil, risklevel=nil, riskadvice=nil, riskpresentation=nil, content=nil, positions=nil, riskbasis=nil, risklevelid=nil, risklabels=nil, riskorigin=nil, creator=nil, creatorid=nil, createdon=nil)
|
|
15227
15431
|
@RiskId = riskid
|
|
15228
15432
|
@RiskName = riskname
|
|
15229
15433
|
@RiskDescription = riskdescription
|
|
@@ -15234,6 +15438,11 @@ module TencentCloud
|
|
|
15234
15438
|
@Positions = positions
|
|
15235
15439
|
@RiskBasis = riskbasis
|
|
15236
15440
|
@RiskLevelId = risklevelid
|
|
15441
|
+
@RiskLabels = risklabels
|
|
15442
|
+
@RiskOrigin = riskorigin
|
|
15443
|
+
@Creator = creator
|
|
15444
|
+
@CreatorId = creatorid
|
|
15445
|
+
@CreatedOn = createdon
|
|
15237
15446
|
end
|
|
15238
15447
|
|
|
15239
15448
|
def deserialize(params)
|
|
@@ -15254,6 +15463,11 @@ module TencentCloud
|
|
|
15254
15463
|
end
|
|
15255
15464
|
@RiskBasis = params['RiskBasis']
|
|
15256
15465
|
@RiskLevelId = params['RiskLevelId']
|
|
15466
|
+
@RiskLabels = params['RiskLabels']
|
|
15467
|
+
@RiskOrigin = params['RiskOrigin']
|
|
15468
|
+
@Creator = params['Creator']
|
|
15469
|
+
@CreatorId = params['CreatorId']
|
|
15470
|
+
@CreatedOn = params['CreatedOn']
|
|
15257
15471
|
end
|
|
15258
15472
|
end
|
|
15259
15473
|
|
|
@@ -15441,16 +15655,25 @@ module TencentCloud
|
|
|
15441
15655
|
# @type PageIndex: Integer
|
|
15442
15656
|
# @param Id: 系统生成的唯一ID值
|
|
15443
15657
|
# @type Id: String
|
|
15658
|
+
# @param Begin: 开始位置
|
|
15659
|
+
# @type Begin: Integer
|
|
15660
|
+
# @param End: 结束位置
|
|
15661
|
+
# @type End: Integer
|
|
15662
|
+
# @param DocType: 文档类型,1:pdf,2:doc 文档
|
|
15663
|
+
# @type DocType: Integer
|
|
15444
15664
|
|
|
15445
|
-
attr_accessor :X, :Y, :Width, :Height, :PageIndex, :Id
|
|
15665
|
+
attr_accessor :X, :Y, :Width, :Height, :PageIndex, :Id, :Begin, :End, :DocType
|
|
15446
15666
|
|
|
15447
|
-
def initialize(x=nil, y=nil, width=nil, height=nil, pageindex=nil, id=nil)
|
|
15667
|
+
def initialize(x=nil, y=nil, width=nil, height=nil, pageindex=nil, id=nil, _begin=nil, _end=nil, doctype=nil)
|
|
15448
15668
|
@X = x
|
|
15449
15669
|
@Y = y
|
|
15450
15670
|
@Width = width
|
|
15451
15671
|
@Height = height
|
|
15452
15672
|
@PageIndex = pageindex
|
|
15453
15673
|
@Id = id
|
|
15674
|
+
@Begin = _begin
|
|
15675
|
+
@End = _end
|
|
15676
|
+
@DocType = doctype
|
|
15454
15677
|
end
|
|
15455
15678
|
|
|
15456
15679
|
def deserialize(params)
|
|
@@ -15460,6 +15683,9 @@ module TencentCloud
|
|
|
15460
15683
|
@Height = params['Height']
|
|
15461
15684
|
@PageIndex = params['PageIndex']
|
|
15462
15685
|
@Id = params['Id']
|
|
15686
|
+
@Begin = params['Begin']
|
|
15687
|
+
@End = params['End']
|
|
15688
|
+
@DocType = params['DocType']
|
|
15463
15689
|
end
|
|
15464
15690
|
end
|
|
15465
15691
|
|
|
@@ -15708,10 +15934,10 @@ module TencentCloud
|
|
|
15708
15934
|
|
|
15709
15935
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :OrganizationAddress, :AuthorizationTypes, :AuthorizationType, :AuthorizationMethods, :OrganizationIdCardType, :RegisterInfoOption
|
|
15710
15936
|
extend Gem::Deprecate
|
|
15711
|
-
deprecate :Uscc, :none,
|
|
15712
|
-
deprecate :Uscc=, :none,
|
|
15713
|
-
deprecate :AuthorizationType, :none,
|
|
15714
|
-
deprecate :AuthorizationType=, :none,
|
|
15937
|
+
deprecate :Uscc, :none, 2026, 1
|
|
15938
|
+
deprecate :Uscc=, :none, 2026, 1
|
|
15939
|
+
deprecate :AuthorizationType, :none, 2026, 1
|
|
15940
|
+
deprecate :AuthorizationType=, :none, 2026, 1
|
|
15715
15941
|
|
|
15716
15942
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, organizationaddress=nil, authorizationtypes=nil, authorizationtype=nil, authorizationmethods=nil, organizationidcardtype=nil, registerinfooption=nil)
|
|
15717
15943
|
@LegalName = legalname
|
|
@@ -15898,8 +16124,8 @@ module TencentCloud
|
|
|
15898
16124
|
|
|
15899
16125
|
attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
|
|
15900
16126
|
extend Gem::Deprecate
|
|
15901
|
-
deprecate :RelievedApproverReceiptId, :none,
|
|
15902
|
-
deprecate :RelievedApproverReceiptId=, :none,
|
|
16127
|
+
deprecate :RelievedApproverReceiptId, :none, 2026, 1
|
|
16128
|
+
deprecate :RelievedApproverReceiptId=, :none, 2026, 1
|
|
15903
16129
|
|
|
15904
16130
|
def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
|
|
15905
16131
|
@Name = name
|
|
@@ -16390,8 +16616,8 @@ module TencentCloud
|
|
|
16390
16616
|
|
|
16391
16617
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
16392
16618
|
extend Gem::Deprecate
|
|
16393
|
-
deprecate :ClientToken, :none,
|
|
16394
|
-
deprecate :ClientToken=, :none,
|
|
16619
|
+
deprecate :ClientToken, :none, 2026, 1
|
|
16620
|
+
deprecate :ClientToken=, :none, 2026, 1
|
|
16395
16621
|
|
|
16396
16622
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
|
16397
16623
|
@Operator = operator
|
|
@@ -16717,8 +16943,8 @@ module TencentCloud
|
|
|
16717
16943
|
|
|
16718
16944
|
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
|
|
16719
16945
|
extend Gem::Deprecate
|
|
16720
|
-
deprecate :Seals, :none,
|
|
16721
|
-
deprecate :Seals=, :none,
|
|
16946
|
+
deprecate :Seals, :none, 2026, 1
|
|
16947
|
+
deprecate :Seals=, :none, 2026, 1
|
|
16722
16948
|
|
|
16723
16949
|
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)
|
|
16724
16950
|
@TemplateId = templateid
|
|
@@ -17069,8 +17295,8 @@ module TencentCloud
|
|
|
17069
17295
|
|
|
17070
17296
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
|
17071
17297
|
extend Gem::Deprecate
|
|
17072
|
-
deprecate :FileUrls, :none,
|
|
17073
|
-
deprecate :FileUrls=, :none,
|
|
17298
|
+
deprecate :FileUrls, :none, 2026, 1
|
|
17299
|
+
deprecate :FileUrls=, :none, 2026, 1
|
|
17074
17300
|
|
|
17075
17301
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
|
17076
17302
|
@BusinessType = businesstype
|
|
@@ -17173,14 +17399,14 @@ module TencentCloud
|
|
|
17173
17399
|
|
|
17174
17400
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
|
17175
17401
|
extend Gem::Deprecate
|
|
17176
|
-
deprecate :Channel, :none,
|
|
17177
|
-
deprecate :Channel=, :none,
|
|
17178
|
-
deprecate :OpenId, :none,
|
|
17179
|
-
deprecate :OpenId=, :none,
|
|
17180
|
-
deprecate :ClientIp, :none,
|
|
17181
|
-
deprecate :ClientIp=, :none,
|
|
17182
|
-
deprecate :ProxyIp, :none,
|
|
17183
|
-
deprecate :ProxyIp=, :none,
|
|
17402
|
+
deprecate :Channel, :none, 2026, 1
|
|
17403
|
+
deprecate :Channel=, :none, 2026, 1
|
|
17404
|
+
deprecate :OpenId, :none, 2026, 1
|
|
17405
|
+
deprecate :OpenId=, :none, 2026, 1
|
|
17406
|
+
deprecate :ClientIp, :none, 2026, 1
|
|
17407
|
+
deprecate :ClientIp=, :none, 2026, 1
|
|
17408
|
+
deprecate :ProxyIp, :none, 2026, 1
|
|
17409
|
+
deprecate :ProxyIp=, :none, 2026, 1
|
|
17184
17410
|
|
|
17185
17411
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
|
17186
17412
|
@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.1196
|
|
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-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|