tencentcloud-sdk-essbasic 3.0.785 → 3.0.786
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/v20210526/client.rb +24 -0
- data/lib/v20210526/models.rb +90 -0
- 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: b04855452da4971542f9008de382a73ddf270333
|
4
|
+
data.tar.gz: e57d6a9c52eee592a7348d264c10e55d5512f4a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da1e3585152b446d6972b48c1c4769337fb79f2034a877f60194d23c49aff313956fa14f0b987e581fc5a788c46c8f7e583bba7baa7b1a937d9fe70fc19fd968
|
7
|
+
data.tar.gz: 18030c8761e84aca08981c3d81ad875aa16369b04e6cf3ad644ef66db23ebd61d703c586719365e0590b99ae24e738b40afdc39521bc556f4d73ebd9f272e652
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.786
|
data/lib/v20210526/client.rb
CHANGED
@@ -2052,6 +2052,30 @@ module TencentCloud
|
|
2052
2052
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2053
2053
|
end
|
2054
2054
|
|
2055
|
+
# 通过接口[批量撤销合同流程](https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelBatchCancelFlows)或者[获取批量撤销签署流程腾讯电子签小程序链接](https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateBatchCancelFlowUrl)发起批量撤销任务后,可通过此接口查询批量撤销任务的结果。
|
2056
|
+
|
2057
|
+
# @param request: Request instance for DescribeCancelFlowsTask.
|
2058
|
+
# @type request: :class:`Tencentcloud::essbasic::V20210526::DescribeCancelFlowsTaskRequest`
|
2059
|
+
# @rtype: :class:`Tencentcloud::essbasic::V20210526::DescribeCancelFlowsTaskResponse`
|
2060
|
+
def DescribeCancelFlowsTask(request)
|
2061
|
+
body = send_request('DescribeCancelFlowsTask', request.serialize)
|
2062
|
+
response = JSON.parse(body)
|
2063
|
+
if response['Response'].key?('Error') == false
|
2064
|
+
model = DescribeCancelFlowsTaskResponse.new
|
2065
|
+
model.deserialize(response['Response'])
|
2066
|
+
model
|
2067
|
+
else
|
2068
|
+
code = response['Response']['Error']['Code']
|
2069
|
+
message = response['Response']['Error']['Message']
|
2070
|
+
reqid = response['Response']['RequestId']
|
2071
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2072
|
+
end
|
2073
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2074
|
+
raise e
|
2075
|
+
rescue StandardError => e
|
2076
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2077
|
+
end
|
2078
|
+
|
2055
2079
|
# 获取出证报告任务执行结果,返回报告 URL。
|
2056
2080
|
|
2057
2081
|
# 注意:
|
data/lib/v20210526/models.rb
CHANGED
@@ -435,6 +435,26 @@ module TencentCloud
|
|
435
435
|
end
|
436
436
|
end
|
437
437
|
|
438
|
+
# 撤销失败的流程信息
|
439
|
+
class CancelFailureFlow < TencentCloud::Common::AbstractModel
|
440
|
+
# @param FlowId: 签署流程编号,为32位字符串
|
441
|
+
# @type FlowId: String
|
442
|
+
# @param Reason: 撤销失败原因
|
443
|
+
# @type Reason: String
|
444
|
+
|
445
|
+
attr_accessor :FlowId, :Reason
|
446
|
+
|
447
|
+
def initialize(flowid=nil, reason=nil)
|
448
|
+
@FlowId = flowid
|
449
|
+
@Reason = reason
|
450
|
+
end
|
451
|
+
|
452
|
+
def deserialize(params)
|
453
|
+
@FlowId = params['FlowId']
|
454
|
+
@Reason = params['Reason']
|
455
|
+
end
|
456
|
+
end
|
457
|
+
|
438
458
|
# 抄送信息
|
439
459
|
class CcInfo < TencentCloud::Common::AbstractModel
|
440
460
|
# @param Mobile: 被抄送人手机号,大陆11位手机号
|
@@ -6021,6 +6041,76 @@ module TencentCloud
|
|
6021
6041
|
end
|
6022
6042
|
end
|
6023
6043
|
|
6044
|
+
# DescribeCancelFlowsTask请求参数结构体
|
6045
|
+
class DescribeCancelFlowsTaskRequest < TencentCloud::Common::AbstractModel
|
6046
|
+
# @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
6047
|
+
|
6048
|
+
# 此接口下面信息必填。
|
6049
|
+
# <ul>
|
6050
|
+
# <li>渠道应用标识: Agent.AppId</li>
|
6051
|
+
# <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
6052
|
+
# <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
6053
|
+
# </ul>
|
6054
|
+
# 第三方平台子客企业和员工必须已经经过实名认证
|
6055
|
+
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
6056
|
+
# @param TaskId: 批量撤销任务编号,为32位字符串,通过接口[批量撤销合同流程](https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelBatchCancelFlows)或者[获取批量撤销签署流程腾讯电子签小程序链接](https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateBatchCancelFlowUrl)获得。
|
6057
|
+
# @type TaskId: String
|
6058
|
+
|
6059
|
+
attr_accessor :Agent, :TaskId
|
6060
|
+
|
6061
|
+
def initialize(agent=nil, taskid=nil)
|
6062
|
+
@Agent = agent
|
6063
|
+
@TaskId = taskid
|
6064
|
+
end
|
6065
|
+
|
6066
|
+
def deserialize(params)
|
6067
|
+
unless params['Agent'].nil?
|
6068
|
+
@Agent = Agent.new
|
6069
|
+
@Agent.deserialize(params['Agent'])
|
6070
|
+
end
|
6071
|
+
@TaskId = params['TaskId']
|
6072
|
+
end
|
6073
|
+
end
|
6074
|
+
|
6075
|
+
# DescribeCancelFlowsTask返回参数结构体
|
6076
|
+
class DescribeCancelFlowsTaskResponse < TencentCloud::Common::AbstractModel
|
6077
|
+
# @param TaskId: 批量撤销任务编号,为32位字符串。
|
6078
|
+
# @type TaskId: String
|
6079
|
+
# @param TaskStatus: 任务状态,需要关注的状态<ul><li>**PROCESSING** - 任务执行中</li><li>**END** - 任务处理完成</li><li>**TIMEOUT** 任务超时未处理完成,用户未在批量撤销链接有效期内操作</li></ul>
|
6080
|
+
# @type TaskStatus: String
|
6081
|
+
# @param SuccessFlowIds: 批量撤销成功的签署流程编号
|
6082
|
+
# @type SuccessFlowIds: Array
|
6083
|
+
# @param FailureFlows: 批量撤销失败的签署流程信息
|
6084
|
+
# @type FailureFlows: Array
|
6085
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6086
|
+
# @type RequestId: String
|
6087
|
+
|
6088
|
+
attr_accessor :TaskId, :TaskStatus, :SuccessFlowIds, :FailureFlows, :RequestId
|
6089
|
+
|
6090
|
+
def initialize(taskid=nil, taskstatus=nil, successflowids=nil, failureflows=nil, requestid=nil)
|
6091
|
+
@TaskId = taskid
|
6092
|
+
@TaskStatus = taskstatus
|
6093
|
+
@SuccessFlowIds = successflowids
|
6094
|
+
@FailureFlows = failureflows
|
6095
|
+
@RequestId = requestid
|
6096
|
+
end
|
6097
|
+
|
6098
|
+
def deserialize(params)
|
6099
|
+
@TaskId = params['TaskId']
|
6100
|
+
@TaskStatus = params['TaskStatus']
|
6101
|
+
@SuccessFlowIds = params['SuccessFlowIds']
|
6102
|
+
unless params['FailureFlows'].nil?
|
6103
|
+
@FailureFlows = []
|
6104
|
+
params['FailureFlows'].each do |i|
|
6105
|
+
cancelfailureflow_tmp = CancelFailureFlow.new
|
6106
|
+
cancelfailureflow_tmp.deserialize(i)
|
6107
|
+
@FailureFlows << cancelfailureflow_tmp
|
6108
|
+
end
|
6109
|
+
end
|
6110
|
+
@RequestId = params['RequestId']
|
6111
|
+
end
|
6112
|
+
end
|
6113
|
+
|
6024
6114
|
# DescribeChannelFlowEvidenceReport请求参数结构体
|
6025
6115
|
class DescribeChannelFlowEvidenceReportRequest < TencentCloud::Common::AbstractModel
|
6026
6116
|
# @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.786
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|