tencentcloud-sdk-ess 3.0.1055 → 3.0.1057
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/client.rb +29 -1
- data/lib/v20201111/models.rb +163 -88
- 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: 228e484e4b1f401999f7d7d2bd4b63dd9a792d2b
|
4
|
+
data.tar.gz: e3b444874629d97a8ac9d3842522ec6313ce7a3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 741389277904ce723bd01b34afb891c7d2567e26308e0c583988265b1c5368117a3a98548d26c7363e71fcb22523211cfeba8a0a5bd0dde829d5591fc2245095
|
7
|
+
data.tar.gz: 0ab0b7af753fc4a88719d39e1460ae4973e9ffc047b5bd6d7eefa81571f95855272b4ec5ef56b0c328b330e10e877970c001e9a14106bd5fe93660c1c1e05b46
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1057
|
data/lib/v20201111/client.rb
CHANGED
@@ -1735,6 +1735,34 @@ module TencentCloud
|
|
1735
1735
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1736
1736
|
end
|
1737
1737
|
|
1738
|
+
# 接口(CreatePrepareFlowGroup)用于创建嵌入式合同组签署流程。
|
1739
|
+
|
1740
|
+
# - 该接口当前仅支持文件发起
|
1741
|
+
# - 该接口能力和CreateFlowGroupByFiles,~~CreateFlowGroupByTemplates~~保持一致。
|
1742
|
+
# - 返回的FlowGroupId 为临时id,只有在页面内成功发起后FlowGroupId才会有效。
|
1743
|
+
|
1744
|
+
# @param request: Request instance for CreatePrepareFlowGroup.
|
1745
|
+
# @type request: :class:`Tencentcloud::ess::V20201111::CreatePrepareFlowGroupRequest`
|
1746
|
+
# @rtype: :class:`Tencentcloud::ess::V20201111::CreatePrepareFlowGroupResponse`
|
1747
|
+
def CreatePrepareFlowGroup(request)
|
1748
|
+
body = send_request('CreatePrepareFlowGroup', request.serialize)
|
1749
|
+
response = JSON.parse(body)
|
1750
|
+
if response['Response'].key?('Error') == false
|
1751
|
+
model = CreatePrepareFlowGroupResponse.new
|
1752
|
+
model.deserialize(response['Response'])
|
1753
|
+
model
|
1754
|
+
else
|
1755
|
+
code = response['Response']['Error']['Code']
|
1756
|
+
message = response['Response']['Error']['Message']
|
1757
|
+
reqid = response['Response']['RequestId']
|
1758
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1759
|
+
end
|
1760
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1761
|
+
raise e
|
1762
|
+
rescue StandardError => e
|
1763
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1764
|
+
end
|
1765
|
+
|
1738
1766
|
# 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章(处方单场景专用,使用此接口请与客户经理确认)。
|
1739
1767
|
|
1740
1768
|
# @param request: Request instance for CreatePreparedPersonalEsign.
|
@@ -3235,7 +3263,7 @@ module TencentCloud
|
|
3235
3263
|
|
3236
3264
|
# 2.<font color="red">静默(自动)签署不支持非本企业合同签署方存在填写</font>功能
|
3237
3265
|
|
3238
|
-
# 3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/
|
3266
|
+
# 3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)</font>,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
|
3239
3267
|
|
3240
3268
|
# @param request: Request instance for StartFlow.
|
3241
3269
|
# @type request: :class:`Tencentcloud::ess::V20201111::StartFlowRequest`
|
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, 5
|
55
|
+
deprecate :AppId=, :none, 2025, 5
|
56
|
+
deprecate :ProxyAppId, :none, 2025, 5
|
57
|
+
deprecate :ProxyAppId=, :none, 2025, 5
|
58
|
+
deprecate :ProxyOperator, :none, 2025, 5
|
59
|
+
deprecate :ProxyOperator=, :none, 2025, 5
|
60
60
|
|
61
61
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
62
62
|
@AppId = appid
|
@@ -682,8 +682,8 @@ module TencentCloud
|
|
682
682
|
|
683
683
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
684
684
|
extend Gem::Deprecate
|
685
|
-
deprecate :CallbackUrl, :none, 2025,
|
686
|
-
deprecate :CallbackUrl=, :none, 2025,
|
685
|
+
deprecate :CallbackUrl, :none, 2025, 5
|
686
|
+
deprecate :CallbackUrl=, :none, 2025, 5
|
687
687
|
|
688
688
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
689
689
|
@UserInfo = userinfo
|
@@ -876,8 +876,8 @@ module TencentCloud
|
|
876
876
|
|
877
877
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
878
878
|
extend Gem::Deprecate
|
879
|
-
deprecate :Token, :none, 2025,
|
880
|
-
deprecate :Token=, :none, 2025,
|
879
|
+
deprecate :Token, :none, 2025, 5
|
880
|
+
deprecate :Token=, :none, 2025, 5
|
881
881
|
|
882
882
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
883
883
|
@CallbackUrl = callbackurl
|
@@ -907,12 +907,12 @@ module TencentCloud
|
|
907
907
|
|
908
908
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
909
909
|
extend Gem::Deprecate
|
910
|
-
deprecate :ApplicationId, :none, 2025,
|
911
|
-
deprecate :ApplicationId=, :none, 2025,
|
912
|
-
deprecate :OrganizationId, :none, 2025,
|
913
|
-
deprecate :OrganizationId=, :none, 2025,
|
914
|
-
deprecate :SubOrganizationId, :none, 2025,
|
915
|
-
deprecate :SubOrganizationId=, :none, 2025,
|
910
|
+
deprecate :ApplicationId, :none, 2025, 5
|
911
|
+
deprecate :ApplicationId=, :none, 2025, 5
|
912
|
+
deprecate :OrganizationId, :none, 2025, 5
|
913
|
+
deprecate :OrganizationId=, :none, 2025, 5
|
914
|
+
deprecate :SubOrganizationId, :none, 2025, 5
|
915
|
+
deprecate :SubOrganizationId=, :none, 2025, 5
|
916
916
|
|
917
917
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
918
918
|
@ApplicationId = applicationid
|
@@ -1203,9 +1203,9 @@ module TencentCloud
|
|
1203
1203
|
# 1. 页码编号是从<font color="red">1</font>开始编号的。
|
1204
1204
|
# 2. <font color="red">页面编号不能超过PDF文件的页码总数</font>。如果指定的页码超过了PDF文件的页码总数,在填写和签署时会出现错误,导致无法正常进行操作。
|
1205
1205
|
# @type ComponentPage: Integer
|
1206
|
-
# @param ComponentPosX:
|
1206
|
+
# @param ComponentPosX: **在绝对定位方式下**,可以指定控件横向位置的位置,单位为pt(点)。
|
1207
1207
|
# @type ComponentPosX: Float
|
1208
|
-
# @param ComponentPosY:
|
1208
|
+
# @param ComponentPosY: **在绝对定位方式下**,可以指定控件纵向位置的位置,单位为pt(点)。
|
1209
1209
|
# @type ComponentPosY: Float
|
1210
1210
|
# @param FileIndex: <font color="red">【暂未使用】</font>控件所属文件的序号(取值为:0-N)。 目前单文件的情况下,值一直为0
|
1211
1211
|
# @type FileIndex: Integer
|
@@ -2207,8 +2207,8 @@ module TencentCloud
|
|
2207
2207
|
|
2208
2208
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
2209
2209
|
extend Gem::Deprecate
|
2210
|
-
deprecate :Organization, :none, 2025,
|
2211
|
-
deprecate :Organization=, :none, 2025,
|
2210
|
+
deprecate :Organization, :none, 2025, 5
|
2211
|
+
deprecate :Organization=, :none, 2025, 5
|
2212
2212
|
|
2213
2213
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
2214
2214
|
@ResourceType = resourcetype
|
@@ -3280,8 +3280,8 @@ module TencentCloud
|
|
3280
3280
|
|
3281
3281
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
3282
3282
|
extend Gem::Deprecate
|
3283
|
-
deprecate :ReportUrl, :none, 2025,
|
3284
|
-
deprecate :ReportUrl=, :none, 2025,
|
3283
|
+
deprecate :ReportUrl, :none, 2025, 5
|
3284
|
+
deprecate :ReportUrl=, :none, 2025, 5
|
3285
3285
|
|
3286
3286
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
3287
3287
|
@ReportId = reportid
|
@@ -3942,10 +3942,10 @@ module TencentCloud
|
|
3942
3942
|
|
3943
3943
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
|
3944
3944
|
extend Gem::Deprecate
|
3945
|
-
deprecate :RelatedFlowId, :none, 2025,
|
3946
|
-
deprecate :RelatedFlowId=, :none, 2025,
|
3947
|
-
deprecate :CallbackUrl, :none, 2025,
|
3948
|
-
deprecate :CallbackUrl=, :none, 2025,
|
3945
|
+
deprecate :RelatedFlowId, :none, 2025, 5
|
3946
|
+
deprecate :RelatedFlowId=, :none, 2025, 5
|
3947
|
+
deprecate :CallbackUrl, :none, 2025, 5
|
3948
|
+
deprecate :CallbackUrl=, :none, 2025, 5
|
3949
3949
|
|
3950
3950
|
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)
|
3951
3951
|
@Operator = operator
|
@@ -4154,8 +4154,8 @@ module TencentCloud
|
|
4154
4154
|
|
4155
4155
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
4156
4156
|
extend Gem::Deprecate
|
4157
|
-
deprecate :Organization, :none, 2025,
|
4158
|
-
deprecate :Organization=, :none, 2025,
|
4157
|
+
deprecate :Organization, :none, 2025, 5
|
4158
|
+
deprecate :Organization=, :none, 2025, 5
|
4159
4159
|
|
4160
4160
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
4161
4161
|
@FlowId = flowid
|
@@ -4572,8 +4572,8 @@ module TencentCloud
|
|
4572
4572
|
|
4573
4573
|
attr_accessor :Operator, :Agent, :Organization
|
4574
4574
|
extend Gem::Deprecate
|
4575
|
-
deprecate :Organization, :none, 2025,
|
4576
|
-
deprecate :Organization=, :none, 2025,
|
4575
|
+
deprecate :Organization, :none, 2025, 5
|
4576
|
+
deprecate :Organization=, :none, 2025, 5
|
4577
4577
|
|
4578
4578
|
def initialize(operator=nil, agent=nil, organization=nil)
|
4579
4579
|
@Operator = operator
|
@@ -4667,10 +4667,10 @@ module TencentCloud
|
|
4667
4667
|
|
4668
4668
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
4669
4669
|
extend Gem::Deprecate
|
4670
|
-
deprecate :CallbackUrl, :none, 2025,
|
4671
|
-
deprecate :CallbackUrl=, :none, 2025,
|
4672
|
-
deprecate :ApproverRestrictions, :none, 2025,
|
4673
|
-
deprecate :ApproverRestrictions=, :none, 2025,
|
4670
|
+
deprecate :CallbackUrl, :none, 2025, 5
|
4671
|
+
deprecate :CallbackUrl=, :none, 2025, 5
|
4672
|
+
deprecate :ApproverRestrictions, :none, 2025, 5
|
4673
|
+
deprecate :ApproverRestrictions=, :none, 2025, 5
|
4674
4674
|
|
4675
4675
|
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)
|
4676
4676
|
@Operator = operator
|
@@ -5022,10 +5022,12 @@ module TencentCloud
|
|
5022
5022
|
# 您可以通过查询合同接口(DescribeFlowInfo)查询此参数。
|
5023
5023
|
# 若传了此参数,则可以不传 UserId, Name, Mobile等参数
|
5024
5024
|
# @type RecipientIds: Array
|
5025
|
+
# @param FlowGroupId: 合同组Id,传入此参数则可以不传FlowIds
|
5026
|
+
# @type FlowGroupId: String
|
5025
5027
|
|
5026
|
-
attr_accessor :Operator, :FlowIds, :Agent, :UserId, :Name, :Mobile, :RecipientIds
|
5028
|
+
attr_accessor :Operator, :FlowIds, :Agent, :UserId, :Name, :Mobile, :RecipientIds, :FlowGroupId
|
5027
5029
|
|
5028
|
-
def initialize(operator=nil, flowids=nil, agent=nil, userid=nil, name=nil, mobile=nil, recipientids=nil)
|
5030
|
+
def initialize(operator=nil, flowids=nil, agent=nil, userid=nil, name=nil, mobile=nil, recipientids=nil, flowgroupid=nil)
|
5029
5031
|
@Operator = operator
|
5030
5032
|
@FlowIds = flowids
|
5031
5033
|
@Agent = agent
|
@@ -5033,6 +5035,7 @@ module TencentCloud
|
|
5033
5035
|
@Name = name
|
5034
5036
|
@Mobile = mobile
|
5035
5037
|
@RecipientIds = recipientids
|
5038
|
+
@FlowGroupId = flowgroupid
|
5036
5039
|
end
|
5037
5040
|
|
5038
5041
|
def deserialize(params)
|
@@ -5049,6 +5052,7 @@ module TencentCloud
|
|
5049
5052
|
@Name = params['Name']
|
5050
5053
|
@Mobile = params['Mobile']
|
5051
5054
|
@RecipientIds = params['RecipientIds']
|
5055
|
+
@FlowGroupId = params['FlowGroupId']
|
5052
5056
|
end
|
5053
5057
|
end
|
5054
5058
|
|
@@ -5375,6 +5379,77 @@ module TencentCloud
|
|
5375
5379
|
end
|
5376
5380
|
end
|
5377
5381
|
|
5382
|
+
# CreatePrepareFlowGroup请求参数结构体
|
5383
|
+
class CreatePrepareFlowGroupRequest < TencentCloud::Common::AbstractModel
|
5384
|
+
# @param Operator: 执行本接口操作的员工信息。
|
5385
|
+
# 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
5386
|
+
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
5387
|
+
# @param FlowGroupName: 合同(流程)组名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
|
5388
|
+
# @type FlowGroupName: String
|
5389
|
+
# @param FlowGroupInfos: 合同(流程)组的子合同信息,支持2-50个子合同
|
5390
|
+
# @type FlowGroupInfos: Array
|
5391
|
+
# @param ResourceType: 资源类型,取值有: <ul><li> **1**:模板</li> <li> **2**:文件</li></ul>
|
5392
|
+
# @type ResourceType: Integer
|
5393
|
+
# @param Agent: 代理企业和员工的信息。
|
5394
|
+
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
5395
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
5396
|
+
|
5397
|
+
attr_accessor :Operator, :FlowGroupName, :FlowGroupInfos, :ResourceType, :Agent
|
5398
|
+
|
5399
|
+
def initialize(operator=nil, flowgroupname=nil, flowgroupinfos=nil, resourcetype=nil, agent=nil)
|
5400
|
+
@Operator = operator
|
5401
|
+
@FlowGroupName = flowgroupname
|
5402
|
+
@FlowGroupInfos = flowgroupinfos
|
5403
|
+
@ResourceType = resourcetype
|
5404
|
+
@Agent = agent
|
5405
|
+
end
|
5406
|
+
|
5407
|
+
def deserialize(params)
|
5408
|
+
unless params['Operator'].nil?
|
5409
|
+
@Operator = UserInfo.new
|
5410
|
+
@Operator.deserialize(params['Operator'])
|
5411
|
+
end
|
5412
|
+
@FlowGroupName = params['FlowGroupName']
|
5413
|
+
unless params['FlowGroupInfos'].nil?
|
5414
|
+
@FlowGroupInfos = []
|
5415
|
+
params['FlowGroupInfos'].each do |i|
|
5416
|
+
flowgroupinfo_tmp = FlowGroupInfo.new
|
5417
|
+
flowgroupinfo_tmp.deserialize(i)
|
5418
|
+
@FlowGroupInfos << flowgroupinfo_tmp
|
5419
|
+
end
|
5420
|
+
end
|
5421
|
+
@ResourceType = params['ResourceType']
|
5422
|
+
unless params['Agent'].nil?
|
5423
|
+
@Agent = Agent.new
|
5424
|
+
@Agent.deserialize(params['Agent'])
|
5425
|
+
end
|
5426
|
+
end
|
5427
|
+
end
|
5428
|
+
|
5429
|
+
# CreatePrepareFlowGroup返回参数结构体
|
5430
|
+
class CreatePrepareFlowGroupResponse < TencentCloud::Common::AbstractModel
|
5431
|
+
# @param FlowGroupId: 合同(流程)组的合同组Id
|
5432
|
+
# @type FlowGroupId: String
|
5433
|
+
# @param PrepareUrl: 嵌入式合同组发起链接
|
5434
|
+
# @type PrepareUrl: String
|
5435
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5436
|
+
# @type RequestId: String
|
5437
|
+
|
5438
|
+
attr_accessor :FlowGroupId, :PrepareUrl, :RequestId
|
5439
|
+
|
5440
|
+
def initialize(flowgroupid=nil, prepareurl=nil, requestid=nil)
|
5441
|
+
@FlowGroupId = flowgroupid
|
5442
|
+
@PrepareUrl = prepareurl
|
5443
|
+
@RequestId = requestid
|
5444
|
+
end
|
5445
|
+
|
5446
|
+
def deserialize(params)
|
5447
|
+
@FlowGroupId = params['FlowGroupId']
|
5448
|
+
@PrepareUrl = params['PrepareUrl']
|
5449
|
+
@RequestId = params['RequestId']
|
5450
|
+
end
|
5451
|
+
end
|
5452
|
+
|
5378
5453
|
# CreatePrepareFlow请求参数结构体
|
5379
5454
|
class CreatePrepareFlowRequest < TencentCloud::Common::AbstractModel
|
5380
5455
|
# @param Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。
|
@@ -5462,8 +5537,8 @@ module TencentCloud
|
|
5462
5537
|
|
5463
5538
|
attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
|
5464
5539
|
extend Gem::Deprecate
|
5465
|
-
deprecate :SignComponentConfig, :none, 2025,
|
5466
|
-
deprecate :SignComponentConfig=, :none, 2025,
|
5540
|
+
deprecate :SignComponentConfig, :none, 2025, 5
|
5541
|
+
deprecate :SignComponentConfig=, :none, 2025, 5
|
5467
5542
|
|
5468
5543
|
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)
|
5469
5544
|
@Operator = operator
|
@@ -5634,8 +5709,8 @@ module TencentCloud
|
|
5634
5709
|
|
5635
5710
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
5636
5711
|
extend Gem::Deprecate
|
5637
|
-
deprecate :SealImage, :none, 2025,
|
5638
|
-
deprecate :SealImage=, :none, 2025,
|
5712
|
+
deprecate :SealImage, :none, 2025, 5
|
5713
|
+
deprecate :SealImage=, :none, 2025, 5
|
5639
5714
|
|
5640
5715
|
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)
|
5641
5716
|
@UserName = username
|
@@ -7694,10 +7769,10 @@ module TencentCloud
|
|
7694
7769
|
|
7695
7770
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
7696
7771
|
extend Gem::Deprecate
|
7697
|
-
deprecate :CcToken, :none, 2025,
|
7698
|
-
deprecate :CcToken=, :none, 2025,
|
7699
|
-
deprecate :Scene, :none, 2025,
|
7700
|
-
deprecate :Scene=, :none, 2025,
|
7772
|
+
deprecate :CcToken, :none, 2025, 5
|
7773
|
+
deprecate :CcToken=, :none, 2025, 5
|
7774
|
+
deprecate :Scene, :none, 2025, 5
|
7775
|
+
deprecate :Scene=, :none, 2025, 5
|
7701
7776
|
|
7702
7777
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
7703
7778
|
@Operator = operator
|
@@ -8078,12 +8153,12 @@ module TencentCloud
|
|
8078
8153
|
|
8079
8154
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
8080
8155
|
extend Gem::Deprecate
|
8081
|
-
deprecate :IsChannel, :none, 2025,
|
8082
|
-
deprecate :IsChannel=, :none, 2025,
|
8083
|
-
deprecate :Organization, :none, 2025,
|
8084
|
-
deprecate :Organization=, :none, 2025,
|
8085
|
-
deprecate :GenerateSource, :none, 2025,
|
8086
|
-
deprecate :GenerateSource=, :none, 2025,
|
8156
|
+
deprecate :IsChannel, :none, 2025, 5
|
8157
|
+
deprecate :IsChannel=, :none, 2025, 5
|
8158
|
+
deprecate :Organization, :none, 2025, 5
|
8159
|
+
deprecate :Organization=, :none, 2025, 5
|
8160
|
+
deprecate :GenerateSource, :none, 2025, 5
|
8161
|
+
deprecate :GenerateSource=, :none, 2025, 5
|
8087
8162
|
|
8088
8163
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
8089
8164
|
@Operator = operator
|
@@ -8576,8 +8651,8 @@ module TencentCloud
|
|
8576
8651
|
|
8577
8652
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
8578
8653
|
extend Gem::Deprecate
|
8579
|
-
deprecate :ActivedTotal, :none, 2025,
|
8580
|
-
deprecate :ActivedTotal=, :none, 2025,
|
8654
|
+
deprecate :ActivedTotal, :none, 2025, 5
|
8655
|
+
deprecate :ActivedTotal=, :none, 2025, 5
|
8581
8656
|
|
8582
8657
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
8583
8658
|
@Total = total
|
@@ -9741,8 +9816,8 @@ module TencentCloud
|
|
9741
9816
|
|
9742
9817
|
attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
|
9743
9818
|
extend Gem::Deprecate
|
9744
|
-
deprecate :ReceiptId, :none, 2025,
|
9745
|
-
deprecate :ReceiptId=, :none, 2025,
|
9819
|
+
deprecate :ReceiptId, :none, 2025, 5
|
9820
|
+
deprecate :ReceiptId=, :none, 2025, 5
|
9746
9821
|
|
9747
9822
|
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)
|
9748
9823
|
@ApproveMessage = approvemessage
|
@@ -10114,8 +10189,8 @@ module TencentCloud
|
|
10114
10189
|
|
10115
10190
|
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
|
10116
10191
|
extend Gem::Deprecate
|
10117
|
-
deprecate :JumpUrl, :none, 2025,
|
10118
|
-
deprecate :JumpUrl=, :none, 2025,
|
10192
|
+
deprecate :JumpUrl, :none, 2025, 5
|
10193
|
+
deprecate :JumpUrl=, :none, 2025, 5
|
10119
10194
|
|
10120
10195
|
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)
|
10121
10196
|
@ApproverType = approvertype
|
@@ -10415,8 +10490,8 @@ module TencentCloud
|
|
10415
10490
|
|
10416
10491
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
10417
10492
|
extend Gem::Deprecate
|
10418
|
-
deprecate :CallbackUrl, :none, 2025,
|
10419
|
-
deprecate :CallbackUrl=, :none, 2025,
|
10493
|
+
deprecate :CallbackUrl, :none, 2025, 5
|
10494
|
+
deprecate :CallbackUrl=, :none, 2025, 5
|
10420
10495
|
|
10421
10496
|
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)
|
10422
10497
|
@FlowName = flowname
|
@@ -11088,8 +11163,8 @@ module TencentCloud
|
|
11088
11163
|
|
11089
11164
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
11090
11165
|
extend Gem::Deprecate
|
11091
|
-
deprecate :Organization, :none, 2025,
|
11092
|
-
deprecate :Organization=, :none, 2025,
|
11166
|
+
deprecate :Organization, :none, 2025, 5
|
11167
|
+
deprecate :Organization=, :none, 2025, 5
|
11093
11168
|
|
11094
11169
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
11095
11170
|
@TaskId = taskid
|
@@ -12208,16 +12283,16 @@ module TencentCloud
|
|
12208
12283
|
|
12209
12284
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
12210
12285
|
extend Gem::Deprecate
|
12211
|
-
deprecate :OrganizationId, :none, 2025,
|
12212
|
-
deprecate :OrganizationId=, :none, 2025,
|
12213
|
-
deprecate :Channel, :none, 2025,
|
12214
|
-
deprecate :Channel=, :none, 2025,
|
12215
|
-
deprecate :OrganizationOpenId, :none, 2025,
|
12216
|
-
deprecate :OrganizationOpenId=, :none, 2025,
|
12217
|
-
deprecate :ClientIp, :none, 2025,
|
12218
|
-
deprecate :ClientIp=, :none, 2025,
|
12219
|
-
deprecate :ProxyIp, :none, 2025,
|
12220
|
-
deprecate :ProxyIp=, :none, 2025,
|
12286
|
+
deprecate :OrganizationId, :none, 2025, 5
|
12287
|
+
deprecate :OrganizationId=, :none, 2025, 5
|
12288
|
+
deprecate :Channel, :none, 2025, 5
|
12289
|
+
deprecate :Channel=, :none, 2025, 5
|
12290
|
+
deprecate :OrganizationOpenId, :none, 2025, 5
|
12291
|
+
deprecate :OrganizationOpenId=, :none, 2025, 5
|
12292
|
+
deprecate :ClientIp, :none, 2025, 5
|
12293
|
+
deprecate :ClientIp=, :none, 2025, 5
|
12294
|
+
deprecate :ProxyIp, :none, 2025, 5
|
12295
|
+
deprecate :ProxyIp=, :none, 2025, 5
|
12221
12296
|
|
12222
12297
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
12223
12298
|
@OrganizationId = organizationid
|
@@ -12590,8 +12665,8 @@ module TencentCloud
|
|
12590
12665
|
|
12591
12666
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
|
12592
12667
|
extend Gem::Deprecate
|
12593
|
-
deprecate :Uscc, :none, 2025,
|
12594
|
-
deprecate :Uscc=, :none, 2025,
|
12668
|
+
deprecate :Uscc, :none, 2025, 5
|
12669
|
+
deprecate :Uscc=, :none, 2025, 5
|
12595
12670
|
|
12596
12671
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
|
12597
12672
|
@LegalName = legalname
|
@@ -12721,8 +12796,8 @@ module TencentCloud
|
|
12721
12796
|
|
12722
12797
|
attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
|
12723
12798
|
extend Gem::Deprecate
|
12724
|
-
deprecate :RelievedApproverReceiptId, :none, 2025,
|
12725
|
-
deprecate :RelievedApproverReceiptId=, :none, 2025,
|
12799
|
+
deprecate :RelievedApproverReceiptId, :none, 2025, 5
|
12800
|
+
deprecate :RelievedApproverReceiptId=, :none, 2025, 5
|
12726
12801
|
|
12727
12802
|
def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
|
12728
12803
|
@Name = name
|
@@ -13122,8 +13197,8 @@ module TencentCloud
|
|
13122
13197
|
|
13123
13198
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
13124
13199
|
extend Gem::Deprecate
|
13125
|
-
deprecate :ClientToken, :none, 2025,
|
13126
|
-
deprecate :ClientToken=, :none, 2025,
|
13200
|
+
deprecate :ClientToken, :none, 2025, 5
|
13201
|
+
deprecate :ClientToken=, :none, 2025, 5
|
13127
13202
|
|
13128
13203
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
13129
13204
|
@Operator = operator
|
@@ -13429,8 +13504,8 @@ module TencentCloud
|
|
13429
13504
|
|
13430
13505
|
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
|
13431
13506
|
extend Gem::Deprecate
|
13432
|
-
deprecate :Seals, :none, 2025,
|
13433
|
-
deprecate :Seals=, :none, 2025,
|
13507
|
+
deprecate :Seals, :none, 2025, 5
|
13508
|
+
deprecate :Seals=, :none, 2025, 5
|
13434
13509
|
|
13435
13510
|
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)
|
13436
13511
|
@TemplateId = templateid
|
@@ -13786,8 +13861,8 @@ module TencentCloud
|
|
13786
13861
|
|
13787
13862
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
13788
13863
|
extend Gem::Deprecate
|
13789
|
-
deprecate :FileUrls, :none, 2025,
|
13790
|
-
deprecate :FileUrls=, :none, 2025,
|
13864
|
+
deprecate :FileUrls, :none, 2025, 5
|
13865
|
+
deprecate :FileUrls=, :none, 2025, 5
|
13791
13866
|
|
13792
13867
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
13793
13868
|
@BusinessType = businesstype
|
@@ -13890,14 +13965,14 @@ module TencentCloud
|
|
13890
13965
|
|
13891
13966
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
13892
13967
|
extend Gem::Deprecate
|
13893
|
-
deprecate :Channel, :none, 2025,
|
13894
|
-
deprecate :Channel=, :none, 2025,
|
13895
|
-
deprecate :OpenId, :none, 2025,
|
13896
|
-
deprecate :OpenId=, :none, 2025,
|
13897
|
-
deprecate :ClientIp, :none, 2025,
|
13898
|
-
deprecate :ClientIp=, :none, 2025,
|
13899
|
-
deprecate :ProxyIp, :none, 2025,
|
13900
|
-
deprecate :ProxyIp=, :none, 2025,
|
13968
|
+
deprecate :Channel, :none, 2025, 5
|
13969
|
+
deprecate :Channel=, :none, 2025, 5
|
13970
|
+
deprecate :OpenId, :none, 2025, 5
|
13971
|
+
deprecate :OpenId=, :none, 2025, 5
|
13972
|
+
deprecate :ClientIp, :none, 2025, 5
|
13973
|
+
deprecate :ClientIp=, :none, 2025, 5
|
13974
|
+
deprecate :ProxyIp, :none, 2025, 5
|
13975
|
+
deprecate :ProxyIp=, :none, 2025, 5
|
13901
13976
|
|
13902
13977
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
13903
13978
|
@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.1057
|
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-05-
|
11
|
+
date: 2025-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|