tencentcloud-sdk-essbasic 3.0.623 → 3.0.625
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 +20 -3
- data/lib/v20210526/models.rb +295 -218
- 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: 26295f1f5cc6a8e4f338a0cd52a9cf58a47021cc
|
4
|
+
data.tar.gz: 001b653bb159e570b1b261ea3fa7e786d0bf6208
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1744ae9e75be40a4b73abc6ac7be303d7b204e41fe99877fcf06643b8f2b825f8bb6a248cd5758b8658d7b32880095fbb86c62a7d317bced4958f6a8ca928d34
|
7
|
+
data.tar.gz: 03c1cc8af982e50fbe228ce06fea3d4a62a20f03947aaa90705a807c024ddda486ba4e3754641c752a10a663a32c3229c342ae4d7ac567455a92d84eafcb1869
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.625
|
data/lib/v20210526/client.rb
CHANGED
@@ -32,6 +32,9 @@ module TencentCloud
|
|
32
32
|
# 指定需要批量撤销的签署流程Id,批量撤销合同
|
33
33
|
# 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;
|
34
34
|
|
35
|
+
# 可以撤回:未全部签署完成
|
36
|
+
# 不可以撤回:已全部签署完成、已拒签、已过期、已撤回、拒绝填写、已解除等合同状态。
|
37
|
+
|
35
38
|
# **满足撤销条件的合同会发起异步撤销流程,不满足撤销条件的合同返回失败原因。**
|
36
39
|
|
37
40
|
# **合同撤销成功后,会通过合同状态为 CANCEL 的回调消息通知调用方 [具体可参考回调消息](https://qian.tencent.com/developers/scenes/partner/callback_data_types#-%E5%90%88%E5%90%8C%E7%8A%B6%E6%80%81%E9%80%9A%E7%9F%A5---flowstatuschange)**
|
@@ -114,7 +117,10 @@ module TencentCloud
|
|
114
117
|
# 指定需要批量撤销的签署流程Id,获取批量撤销链接 - 不建议使用此接口,可使用ChannelBatchCancelFlows
|
115
118
|
# 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;
|
116
119
|
# 接口调用成功返回批量撤销合同的链接,通过链接跳转到电子签小程序完成批量撤销;
|
117
|
-
|
120
|
+
|
121
|
+
# 可以撤回:未全部签署完成
|
122
|
+
# 不可以撤回:已全部签署完成、已拒签、已过期、已撤回、拒绝填写、已解除等合同状态。
|
123
|
+
|
118
124
|
# 注意:
|
119
125
|
# 能撤回合同的只能是合同的发起人或者发起企业的超管、法人
|
120
126
|
|
@@ -695,7 +701,8 @@ module TencentCloud
|
|
695
701
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
696
702
|
end
|
697
703
|
|
698
|
-
# 通过发起转换任务接口(ChannelCreateConvertTaskApi
|
704
|
+
# 查询转换任务的状态。转换任务Id通过发起转换任务接口(ChannelCreateConvertTaskApi)获取。
|
705
|
+
# 注意:大文件转换所需的时间可能会比较长。
|
699
706
|
|
700
707
|
# @param request: Request instance for ChannelGetTaskResultApi.
|
701
708
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelGetTaskResultApiRequest`
|
@@ -1012,7 +1019,17 @@ module TencentCloud
|
|
1012
1019
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1013
1020
|
end
|
1014
1021
|
|
1015
|
-
# 通过此接口(DescribeTemplates
|
1022
|
+
# 通过此接口(DescribeTemplates)查询该第三方平台子客企业在电子签拥有的有效模板,不包括第三方平台模板。
|
1023
|
+
|
1024
|
+
# > **适用场景**
|
1025
|
+
# >
|
1026
|
+
# > 该接口常用来配合“使用模板创建签署流程”接口作为前置的接口使用。
|
1027
|
+
# > 一个模板通常会包含以下结构信息
|
1028
|
+
# >- 模板基本信息
|
1029
|
+
# >- 发起方参与信息Promoter、签署参与方 Recipients,后者会在模板发起合同时用于指定参与方
|
1030
|
+
# >- 填写控件 Components
|
1031
|
+
# >- 签署控件 SignComponents
|
1032
|
+
# >- 生成模板的文件基础信息 FileInfos
|
1016
1033
|
|
1017
1034
|
# @param request: Request instance for DescribeTemplates.
|
1018
1035
|
# @type request: :class:`Tencentcloud::essbasic::V20210526::DescribeTemplatesRequest`
|
data/lib/v20210526/models.rb
CHANGED
@@ -32,8 +32,8 @@ module TencentCloud
|
|
32
32
|
|
33
33
|
attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
|
34
34
|
extend Gem::Deprecate
|
35
|
-
deprecate :ProxyOrganizationId, :none, 2023,
|
36
|
-
deprecate :ProxyOrganizationId=, :none, 2023,
|
35
|
+
deprecate :ProxyOrganizationId, :none, 2023, 8
|
36
|
+
deprecate :ProxyOrganizationId=, :none, 2023, 8
|
37
37
|
|
38
38
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
39
39
|
@AppId = appid
|
@@ -140,24 +140,32 @@ module TencentCloud
|
|
140
140
|
# @param FlowName: 合同流程名称
|
141
141
|
# @type FlowName: String
|
142
142
|
# @param FlowType: 合同流程类型
|
143
|
+
# <br/>客户自定义,用于合同分类展示
|
143
144
|
# @type FlowType: String
|
144
145
|
# @param FlowDescription: 合同流程描述信息
|
145
146
|
# @type FlowDescription: String
|
146
147
|
# @param Deadline: 合同流程截止时间,unix时间戳,单位秒
|
147
148
|
# @type Deadline: Integer
|
148
149
|
# @param Unordered: 是否顺序签署(true:无序签,false:顺序签)
|
150
|
+
# <br/>默认false,有序签署合同
|
149
151
|
# @type Unordered: Boolean
|
150
152
|
# @param IntelligentStatus: 是否打开智能添加填写区(默认开启,打开:"OPEN" 关闭:"CLOSE")
|
151
153
|
# @type IntelligentStatus: String
|
152
154
|
# @param FormFields: 填写控件内容
|
153
155
|
# @type FormFields: Array
|
154
|
-
# @param NeedSignReview: 本企业(发起方企业)
|
156
|
+
# @param NeedSignReview: 本企业(发起方企业)是否需要签署审批
|
157
|
+
# <br/>true:开启发起方签署审批
|
158
|
+
# <br/>false:不开启发起方签署审批
|
159
|
+
# <br/>开启后,使用ChannelCreateFlowSignReview接口提交审批结果,才能继续完成签署
|
155
160
|
# @type NeedSignReview: Boolean
|
156
161
|
# @param UserData: 用户流程自定义数据参数
|
157
162
|
# @type UserData: String
|
158
163
|
# @param CcInfos: 抄送人信息
|
159
164
|
# @type CcInfos: Array
|
160
|
-
# @param NeedCreateReview:
|
165
|
+
# @param NeedCreateReview: 是否需要开启发起方发起前审核
|
166
|
+
# <br/>true:开启发起方发起前审核
|
167
|
+
# <br/>false:不开启发起方发起前审核
|
168
|
+
# <br/>当指定NeedCreateReview=true,则提交审核后,需要使用接口:ChannelCreateFlowSignReview,来完成发起前审核,审核通过后,可以继续查看,签署合同
|
161
169
|
# @type NeedCreateReview: Boolean
|
162
170
|
|
163
171
|
attr_accessor :FlowName, :FlowType, :FlowDescription, :Deadline, :Unordered, :IntelligentStatus, :FormFields, :NeedSignReview, :UserData, :CcInfos, :NeedCreateReview
|
@@ -245,18 +253,19 @@ module TencentCloud
|
|
245
253
|
# @param CancelMessage: 撤销理由,不超过200个字符
|
246
254
|
# @type CancelMessage: String
|
247
255
|
# @param CancelMessageFormat: 撤销理由自定义格式;选项:
|
248
|
-
|
249
|
-
#
|
250
|
-
#
|
251
|
-
#
|
256
|
+
|
257
|
+
# - 0 默认格式
|
258
|
+
# - 1 只保留身份信息:展示为【发起方】
|
259
|
+
# - 2 保留身份信息+企业名称:展示为【发起方xxx公司】
|
260
|
+
# - 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】
|
252
261
|
# @type CancelMessageFormat: Integer
|
253
262
|
# @param Operator: 暂未开放
|
254
263
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
255
264
|
|
256
265
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
257
266
|
extend Gem::Deprecate
|
258
|
-
deprecate :Operator, :none, 2023,
|
259
|
-
deprecate :Operator=, :none, 2023,
|
267
|
+
deprecate :Operator, :none, 2023, 8
|
268
|
+
deprecate :Operator=, :none, 2023, 8
|
260
269
|
|
261
270
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
262
271
|
@Agent = agent
|
@@ -320,8 +329,8 @@ module TencentCloud
|
|
320
329
|
|
321
330
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
322
331
|
extend Gem::Deprecate
|
323
|
-
deprecate :Operator, :none, 2023,
|
324
|
-
deprecate :Operator=, :none, 2023,
|
332
|
+
deprecate :Operator, :none, 2023, 8
|
333
|
+
deprecate :Operator=, :none, 2023, 8
|
325
334
|
|
326
335
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
327
336
|
@FlowId = flowid
|
@@ -373,8 +382,8 @@ module TencentCloud
|
|
373
382
|
|
374
383
|
attr_accessor :Agent, :QrCodeId, :Operator
|
375
384
|
extend Gem::Deprecate
|
376
|
-
deprecate :Operator, :none, 2023,
|
377
|
-
deprecate :Operator=, :none, 2023,
|
385
|
+
deprecate :Operator, :none, 2023, 8
|
386
|
+
deprecate :Operator=, :none, 2023, 8
|
378
387
|
|
379
388
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
380
389
|
@Agent = agent
|
@@ -422,8 +431,8 @@ module TencentCloud
|
|
422
431
|
|
423
432
|
attr_accessor :Agent, :FlowIds, :Operator
|
424
433
|
extend Gem::Deprecate
|
425
|
-
deprecate :Operator, :none, 2023,
|
426
|
-
deprecate :Operator=, :none, 2023,
|
434
|
+
deprecate :Operator, :none, 2023, 8
|
435
|
+
deprecate :Operator=, :none, 2023, 8
|
427
436
|
|
428
437
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
429
438
|
@Agent = agent
|
@@ -484,8 +493,8 @@ module TencentCloud
|
|
484
493
|
|
485
494
|
attr_accessor :Agent, :FlowIds, :Operator
|
486
495
|
extend Gem::Deprecate
|
487
|
-
deprecate :Operator, :none, 2023,
|
488
|
-
deprecate :Operator=, :none, 2023,
|
496
|
+
deprecate :Operator, :none, 2023, 8
|
497
|
+
deprecate :Operator=, :none, 2023, 8
|
489
498
|
|
490
499
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
491
500
|
@Agent = agent
|
@@ -539,10 +548,10 @@ module TencentCloud
|
|
539
548
|
|
540
549
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
541
550
|
extend Gem::Deprecate
|
542
|
-
deprecate :Operator, :none, 2023,
|
543
|
-
deprecate :Operator=, :none, 2023,
|
544
|
-
deprecate :Organization, :none, 2023,
|
545
|
-
deprecate :Organization=, :none, 2023,
|
551
|
+
deprecate :Operator, :none, 2023, 8
|
552
|
+
deprecate :Operator=, :none, 2023, 8
|
553
|
+
deprecate :Organization, :none, 2023, 8
|
554
|
+
deprecate :Organization=, :none, 2023, 8
|
546
555
|
|
547
556
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
548
557
|
@Agent = agent
|
@@ -596,21 +605,23 @@ module TencentCloud
|
|
596
605
|
class ChannelCreateEmbedWebUrlRequest < TencentCloud::Common::AbstractModel
|
597
606
|
# @param Agent: 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
598
607
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
599
|
-
# @param EmbedType: WEB
|
600
|
-
|
601
|
-
#
|
602
|
-
#
|
603
|
-
#
|
604
|
-
#
|
605
|
-
#
|
606
|
-
#
|
607
|
-
#
|
608
|
-
#
|
608
|
+
# @param EmbedType: 要生成WEB嵌入界面的类型, 可以选择的值如下:
|
609
|
+
|
610
|
+
# - CREATE_SEAL: 生成创建印章的嵌入页面
|
611
|
+
# - CREATE_TEMPLATE:生成创建模板的嵌入页面
|
612
|
+
# - MODIFY_TEMPLATE:生成修改模板的嵌入页面
|
613
|
+
# - PREVIEW_TEMPLATE:生成预览模板的嵌入页面
|
614
|
+
# - PREVIEW_FLOW:生成预览合同文档的嵌入页面
|
615
|
+
# - PREVIEW_FLOW_DETAIL:生成预览合同详情的嵌入页面
|
616
|
+
# - PREVIEW_SEAL_LIST:生成预览印章列表的嵌入页面
|
617
|
+
# - PREVIEW_SEAL_DETAIL:生成预览印章详情的嵌入页面
|
618
|
+
# - EXTEND_SERVICE:生成扩展服务的嵌入页面
|
609
619
|
# @type EmbedType: String
|
610
620
|
# @param BusinessId: WEB嵌入的业务资源ID
|
611
|
-
|
612
|
-
#
|
613
|
-
#
|
621
|
+
|
622
|
+
# - 当EmbedType取值MODIFY_TEMPLATE,PREVIEW_TEMPLATE时需要填写模板id作为BusinessId
|
623
|
+
# - 当EmbedType取值PREVIEW_FLOW,PREVIEW_FLOW_DETAIL时需要填写合同id作为BusinessId
|
624
|
+
# - 当EmbedType取值PREVIEW_SEAL_DETAIL需要填写印章id作为BusinessId
|
614
625
|
# @type BusinessId: String
|
615
626
|
# @param HiddenComponents: 是否隐藏控件,只有预览模板时生效
|
616
627
|
# @type HiddenComponents: Boolean
|
@@ -619,8 +630,8 @@ module TencentCloud
|
|
619
630
|
|
620
631
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator
|
621
632
|
extend Gem::Deprecate
|
622
|
-
deprecate :Operator, :none, 2023,
|
623
|
-
deprecate :Operator=, :none, 2023,
|
633
|
+
deprecate :Operator, :none, 2023, 8
|
634
|
+
deprecate :Operator=, :none, 2023, 8
|
624
635
|
|
625
636
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil)
|
626
637
|
@Agent = agent
|
@@ -711,8 +722,8 @@ module TencentCloud
|
|
711
722
|
|
712
723
|
attr_accessor :Agent, :FlowName, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :FlowDescription, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
713
724
|
extend Gem::Deprecate
|
714
|
-
deprecate :Operator, :none, 2023,
|
715
|
-
deprecate :Operator=, :none, 2023,
|
725
|
+
deprecate :Operator, :none, 2023, 8
|
726
|
+
deprecate :Operator=, :none, 2023, 8
|
716
727
|
|
717
728
|
def initialize(agent=nil, flowname=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, flowdescription=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil)
|
718
729
|
@Agent = agent
|
@@ -825,8 +836,8 @@ module TencentCloud
|
|
825
836
|
|
826
837
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :Operator
|
827
838
|
extend Gem::Deprecate
|
828
|
-
deprecate :Operator, :none, 2023,
|
829
|
-
deprecate :Operator=, :none, 2023,
|
839
|
+
deprecate :Operator, :none, 2023, 8
|
840
|
+
deprecate :Operator=, :none, 2023, 8
|
830
841
|
|
831
842
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, operator=nil)
|
832
843
|
@FlowFileInfos = flowfileinfos
|
@@ -1024,7 +1035,7 @@ module TencentCloud
|
|
1024
1035
|
# 注:接口通过该字段区分操作类型
|
1025
1036
|
# 该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程
|
1026
1037
|
# 若想使用发起审核,请指定该字段为:CreateReview
|
1027
|
-
# 若发起个人审核,则指定该字段为:SignReview
|
1038
|
+
# 若发起个人审核,则指定该字段为:SignReview
|
1028
1039
|
# @type OperateType: String
|
1029
1040
|
|
1030
1041
|
attr_accessor :Agent, :FlowId, :ReviewType, :ReviewMessage, :RecipientId, :OperateType
|
@@ -1084,10 +1095,10 @@ module TencentCloud
|
|
1084
1095
|
|
1085
1096
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl
|
1086
1097
|
extend Gem::Deprecate
|
1087
|
-
deprecate :Operator, :none, 2023,
|
1088
|
-
deprecate :Operator=, :none, 2023,
|
1089
|
-
deprecate :Organization, :none, 2023,
|
1090
|
-
deprecate :Organization=, :none, 2023,
|
1098
|
+
deprecate :Operator, :none, 2023, 8
|
1099
|
+
deprecate :Operator=, :none, 2023, 8
|
1100
|
+
deprecate :Organization, :none, 2023, 8
|
1101
|
+
deprecate :Organization=, :none, 2023, 8
|
1091
1102
|
|
1092
1103
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil)
|
1093
1104
|
@Agent = agent
|
@@ -1179,10 +1190,10 @@ module TencentCloud
|
|
1179
1190
|
|
1180
1191
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :CallbackUrl, :ApproverRestrictions, :Operator
|
1181
1192
|
extend Gem::Deprecate
|
1182
|
-
deprecate :ApproverRestrictions, :none, 2023,
|
1183
|
-
deprecate :ApproverRestrictions=, :none, 2023,
|
1184
|
-
deprecate :Operator, :none, 2023,
|
1185
|
-
deprecate :Operator=, :none, 2023,
|
1193
|
+
deprecate :ApproverRestrictions, :none, 2023, 8
|
1194
|
+
deprecate :ApproverRestrictions=, :none, 2023, 8
|
1195
|
+
deprecate :Operator, :none, 2023, 8
|
1196
|
+
deprecate :Operator=, :none, 2023, 8
|
1186
1197
|
|
1187
1198
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
1188
1199
|
@Agent = agent
|
@@ -1308,12 +1319,12 @@ module TencentCloud
|
|
1308
1319
|
# @type ResourceType: Integer
|
1309
1320
|
# @param FlowInfo: 合同流程基础信息
|
1310
1321
|
# @type FlowInfo: :class:`Tencentcloud::Essbasic.v20210526.models.BaseFlowInfo`
|
1311
|
-
# @param FlowApproverList: 合同签署人信息
|
1312
|
-
# @type FlowApproverList: Array
|
1313
1322
|
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
1314
1323
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
1315
1324
|
# @param FlowOption: 合同流程配置信息,用于配置发起合同时定制化
|
1316
1325
|
# @type FlowOption: :class:`Tencentcloud::Essbasic.v20210526.models.CreateFlowOption`
|
1326
|
+
# @param FlowApproverList: 合同签署人信息
|
1327
|
+
# @type FlowApproverList: Array
|
1317
1328
|
# @param FlowId: 通过flowid快速获得之前成功通过页面发起的合同生成链接
|
1318
1329
|
# @type FlowId: String
|
1319
1330
|
# @param NeedPreview: 该参数不可用,请通过获取 web 可嵌入接口获取合同流程预览 URL
|
@@ -1323,22 +1334,22 @@ module TencentCloud
|
|
1323
1334
|
# @param Operator: 操作人(用户)信息,不用传
|
1324
1335
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
1325
1336
|
|
1326
|
-
attr_accessor :ResourceId, :ResourceType, :FlowInfo, :
|
1337
|
+
attr_accessor :ResourceId, :ResourceType, :FlowInfo, :Agent, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
1327
1338
|
extend Gem::Deprecate
|
1328
|
-
deprecate :NeedPreview, :none, 2023,
|
1329
|
-
deprecate :NeedPreview=, :none, 2023,
|
1330
|
-
deprecate :Organization, :none, 2023,
|
1331
|
-
deprecate :Organization=, :none, 2023,
|
1332
|
-
deprecate :Operator, :none, 2023,
|
1333
|
-
deprecate :Operator=, :none, 2023,
|
1334
|
-
|
1335
|
-
def initialize(resourceid=nil, resourcetype=nil, flowinfo=nil,
|
1339
|
+
deprecate :NeedPreview, :none, 2023, 8
|
1340
|
+
deprecate :NeedPreview=, :none, 2023, 8
|
1341
|
+
deprecate :Organization, :none, 2023, 8
|
1342
|
+
deprecate :Organization=, :none, 2023, 8
|
1343
|
+
deprecate :Operator, :none, 2023, 8
|
1344
|
+
deprecate :Operator=, :none, 2023, 8
|
1345
|
+
|
1346
|
+
def initialize(resourceid=nil, resourcetype=nil, flowinfo=nil, agent=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
1336
1347
|
@ResourceId = resourceid
|
1337
1348
|
@ResourceType = resourcetype
|
1338
1349
|
@FlowInfo = flowinfo
|
1339
|
-
@FlowApproverList = flowapproverlist
|
1340
1350
|
@Agent = agent
|
1341
1351
|
@FlowOption = flowoption
|
1352
|
+
@FlowApproverList = flowapproverlist
|
1342
1353
|
@FlowId = flowid
|
1343
1354
|
@NeedPreview = needpreview
|
1344
1355
|
@Organization = organization
|
@@ -1352,14 +1363,6 @@ module TencentCloud
|
|
1352
1363
|
@FlowInfo = BaseFlowInfo.new
|
1353
1364
|
@FlowInfo.deserialize(params['FlowInfo'])
|
1354
1365
|
end
|
1355
|
-
unless params['FlowApproverList'].nil?
|
1356
|
-
@FlowApproverList = []
|
1357
|
-
params['FlowApproverList'].each do |i|
|
1358
|
-
commonflowapprover_tmp = CommonFlowApprover.new
|
1359
|
-
commonflowapprover_tmp.deserialize(i)
|
1360
|
-
@FlowApproverList << commonflowapprover_tmp
|
1361
|
-
end
|
1362
|
-
end
|
1363
1366
|
unless params['Agent'].nil?
|
1364
1367
|
@Agent = Agent.new
|
1365
1368
|
@Agent.deserialize(params['Agent'])
|
@@ -1368,6 +1371,14 @@ module TencentCloud
|
|
1368
1371
|
@FlowOption = CreateFlowOption.new
|
1369
1372
|
@FlowOption.deserialize(params['FlowOption'])
|
1370
1373
|
end
|
1374
|
+
unless params['FlowApproverList'].nil?
|
1375
|
+
@FlowApproverList = []
|
1376
|
+
params['FlowApproverList'].each do |i|
|
1377
|
+
commonflowapprover_tmp = CommonFlowApprover.new
|
1378
|
+
commonflowapprover_tmp.deserialize(i)
|
1379
|
+
@FlowApproverList << commonflowapprover_tmp
|
1380
|
+
end
|
1381
|
+
end
|
1371
1382
|
@FlowId = params['FlowId']
|
1372
1383
|
@NeedPreview = params['NeedPreview']
|
1373
1384
|
unless params['Organization'].nil?
|
@@ -1426,10 +1437,10 @@ module TencentCloud
|
|
1426
1437
|
|
1427
1438
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline
|
1428
1439
|
extend Gem::Deprecate
|
1429
|
-
deprecate :Organization, :none, 2023,
|
1430
|
-
deprecate :Organization=, :none, 2023,
|
1431
|
-
deprecate :Operator, :none, 2023,
|
1432
|
-
deprecate :Operator=, :none, 2023,
|
1440
|
+
deprecate :Organization, :none, 2023, 8
|
1441
|
+
deprecate :Organization=, :none, 2023, 8
|
1442
|
+
deprecate :Operator, :none, 2023, 8
|
1443
|
+
deprecate :Operator=, :none, 2023, 8
|
1433
1444
|
|
1434
1445
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil)
|
1435
1446
|
@Agent = agent
|
@@ -1509,10 +1520,10 @@ module TencentCloud
|
|
1509
1520
|
|
1510
1521
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
1511
1522
|
extend Gem::Deprecate
|
1512
|
-
deprecate :Operator, :none, 2023,
|
1513
|
-
deprecate :Operator=, :none, 2023,
|
1514
|
-
deprecate :Organization, :none, 2023,
|
1515
|
-
deprecate :Organization=, :none, 2023,
|
1523
|
+
deprecate :Operator, :none, 2023, 8
|
1524
|
+
deprecate :Operator=, :none, 2023, 8
|
1525
|
+
deprecate :Organization, :none, 2023, 8
|
1526
|
+
deprecate :Organization=, :none, 2023, 8
|
1516
1527
|
|
1517
1528
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
1518
1529
|
@Agent = agent
|
@@ -1576,8 +1587,8 @@ module TencentCloud
|
|
1576
1587
|
|
1577
1588
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
1578
1589
|
extend Gem::Deprecate
|
1579
|
-
deprecate :Operator, :none, 2023,
|
1580
|
-
deprecate :Operator=, :none, 2023,
|
1590
|
+
deprecate :Operator, :none, 2023, 8
|
1591
|
+
deprecate :Operator=, :none, 2023, 8
|
1581
1592
|
|
1582
1593
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
1583
1594
|
@Agent = agent
|
@@ -1691,8 +1702,8 @@ module TencentCloud
|
|
1691
1702
|
|
1692
1703
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
1693
1704
|
extend Gem::Deprecate
|
1694
|
-
deprecate :Operator, :none, 2023,
|
1695
|
-
deprecate :Operator=, :none, 2023,
|
1705
|
+
deprecate :Operator, :none, 2023, 8
|
1706
|
+
deprecate :Operator=, :none, 2023, 8
|
1696
1707
|
|
1697
1708
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
1698
1709
|
@Agent = agent
|
@@ -1753,10 +1764,10 @@ module TencentCloud
|
|
1753
1764
|
|
1754
1765
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
1755
1766
|
extend Gem::Deprecate
|
1756
|
-
deprecate :Organization, :none, 2023,
|
1757
|
-
deprecate :Organization=, :none, 2023,
|
1758
|
-
deprecate :Operator, :none, 2023,
|
1759
|
-
deprecate :Operator=, :none, 2023,
|
1767
|
+
deprecate :Organization, :none, 2023, 8
|
1768
|
+
deprecate :Organization=, :none, 2023, 8
|
1769
|
+
deprecate :Operator, :none, 2023, 8
|
1770
|
+
deprecate :Operator=, :none, 2023, 8
|
1760
1771
|
|
1761
1772
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
1762
1773
|
@Agent = agent
|
@@ -1817,8 +1828,8 @@ module TencentCloud
|
|
1817
1828
|
|
1818
1829
|
attr_accessor :Limit, :Agent, :Filters, :Offset, :Operator
|
1819
1830
|
extend Gem::Deprecate
|
1820
|
-
deprecate :Operator, :none, 2023,
|
1821
|
-
deprecate :Operator=, :none, 2023,
|
1831
|
+
deprecate :Operator, :none, 2023, 8
|
1832
|
+
deprecate :Operator=, :none, 2023, 8
|
1822
1833
|
|
1823
1834
|
def initialize(limit=nil, agent=nil, filters=nil, offset=nil, operator=nil)
|
1824
1835
|
@Limit = limit
|
@@ -2035,8 +2046,8 @@ module TencentCloud
|
|
2035
2046
|
|
2036
2047
|
attr_accessor :Agent, :Offset, :Limit, :Filters, :Operator
|
2037
2048
|
extend Gem::Deprecate
|
2038
|
-
deprecate :Operator, :none, 2023,
|
2039
|
-
deprecate :Operator=, :none, 2023,
|
2049
|
+
deprecate :Operator, :none, 2023, 8
|
2050
|
+
deprecate :Operator=, :none, 2023, 8
|
2040
2051
|
|
2041
2052
|
def initialize(agent=nil, offset=nil, limit=nil, filters=nil, operator=nil)
|
2042
2053
|
@Agent = agent
|
@@ -2121,10 +2132,10 @@ module TencentCloud
|
|
2121
2132
|
|
2122
2133
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
2123
2134
|
extend Gem::Deprecate
|
2124
|
-
deprecate :Operator, :none, 2023,
|
2125
|
-
deprecate :Operator=, :none, 2023,
|
2126
|
-
deprecate :Organization, :none, 2023,
|
2127
|
-
deprecate :Organization=, :none, 2023,
|
2135
|
+
deprecate :Operator, :none, 2023, 8
|
2136
|
+
deprecate :Operator=, :none, 2023, 8
|
2137
|
+
deprecate :Organization, :none, 2023, 8
|
2138
|
+
deprecate :Organization=, :none, 2023, 8
|
2128
2139
|
|
2129
2140
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
2130
2141
|
@Agent = agent
|
@@ -2181,8 +2192,8 @@ module TencentCloud
|
|
2181
2192
|
|
2182
2193
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
2183
2194
|
extend Gem::Deprecate
|
2184
|
-
deprecate :PreviewUrl, :none, 2023,
|
2185
|
-
deprecate :PreviewUrl=, :none, 2023,
|
2195
|
+
deprecate :PreviewUrl, :none, 2023, 8
|
2196
|
+
deprecate :PreviewUrl=, :none, 2023, 8
|
2186
2197
|
|
2187
2198
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
2188
2199
|
@TaskId = taskid
|
@@ -2245,8 +2256,8 @@ module TencentCloud
|
|
2245
2256
|
|
2246
2257
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
2247
2258
|
extend Gem::Deprecate
|
2248
|
-
deprecate :Operator, :none, 2023,
|
2249
|
-
deprecate :Operator=, :none, 2023,
|
2259
|
+
deprecate :Operator, :none, 2023, 8
|
2260
|
+
deprecate :Operator=, :none, 2023, 8
|
2250
2261
|
|
2251
2262
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
2252
2263
|
@Agent = agent
|
@@ -2298,8 +2309,8 @@ module TencentCloud
|
|
2298
2309
|
|
2299
2310
|
attr_accessor :FlowId, :Agent, :Operator
|
2300
2311
|
extend Gem::Deprecate
|
2301
|
-
deprecate :Operator, :none, 2023,
|
2302
|
-
deprecate :Operator=, :none, 2023,
|
2312
|
+
deprecate :Operator, :none, 2023, 8
|
2313
|
+
deprecate :Operator=, :none, 2023, 8
|
2303
2314
|
|
2304
2315
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
2305
2316
|
@FlowId = flowid
|
@@ -2401,8 +2412,8 @@ module TencentCloud
|
|
2401
2412
|
|
2402
2413
|
attr_accessor :NotChannelOrganization, :ApproverType, :OrganizationId, :OrganizationOpenId, :OrganizationName, :UserId, :OpenId, :ApproverName, :ApproverMobile, :RecipientId, :PreReadTime, :IsFullText, :NotifyType, :ApproverOption
|
2403
2414
|
extend Gem::Deprecate
|
2404
|
-
deprecate :NotifyType, :none, 2023,
|
2405
|
-
deprecate :NotifyType=, :none, 2023,
|
2415
|
+
deprecate :NotifyType, :none, 2023, 8
|
2416
|
+
deprecate :NotifyType=, :none, 2023, 8
|
2406
2417
|
|
2407
2418
|
def initialize(notchannelorganization=nil, approvertype=nil, organizationid=nil, organizationopenid=nil, organizationname=nil, userid=nil, openid=nil, approvername=nil, approvermobile=nil, recipientid=nil, prereadtime=nil, isfulltext=nil, notifytype=nil, approveroption=nil)
|
2408
2419
|
@NotChannelOrganization = notchannelorganization
|
@@ -2457,8 +2468,7 @@ module TencentCloud
|
|
2457
2468
|
|
2458
2469
|
# 注:
|
2459
2470
|
# 当GenerateMode=KEYWORD时,通过"^"来决定是否使用关键字整词匹配能力。
|
2460
|
-
#
|
2461
|
-
# 当GenerateMode=KEYWORD时,如果传入关键字"^甲方签署^",则会在PDF文件中有且仅有"甲方签署"关键字的地方进行对应操作。
|
2471
|
+
# 例:当GenerateMode=KEYWORD时,如果传入关键字"^甲方签署^",则会在PDF文件中有且仅有"甲方签署"关键字的地方进行对应操作。
|
2462
2472
|
# 如传入的关键字为"甲方签署",则PDF文件中每个出现关键字的位置都会执行相应操作。
|
2463
2473
|
|
2464
2474
|
# 创建控件时,此值为空
|
@@ -2486,11 +2496,12 @@ module TencentCloud
|
|
2486
2496
|
|
2487
2497
|
# 表单域的控件不能作为印章和签名控件
|
2488
2498
|
# @type ComponentType: String
|
2489
|
-
# @param ComponentName:
|
2499
|
+
# @param ComponentName: 控件简称,不超过30个字符
|
2490
2500
|
# @type ComponentName: String
|
2491
|
-
# @param ComponentRequired:
|
2501
|
+
# @param ComponentRequired: 控件是否为必填项,
|
2502
|
+
# 默认为false-非必填
|
2492
2503
|
# @type ComponentRequired: Boolean
|
2493
|
-
# @param ComponentRecipientId:
|
2504
|
+
# @param ComponentRecipientId: 控件关联的参与方ID,对应Recipient结构体中的RecipientId
|
2494
2505
|
# @type ComponentRecipientId: String
|
2495
2506
|
# @param FileIndex: 控件所属文件的序号 (文档中文件的排列序号,从0开始)
|
2496
2507
|
# @type FileIndex: Integer
|
@@ -2629,9 +2640,9 @@ module TencentCloud
|
|
2629
2640
|
|
2630
2641
|
# 签署区日期控件会转换成图片格式并带存证,需要通过字体决定图片大小
|
2631
2642
|
# @type ComponentDateFontSize: Integer
|
2632
|
-
# @param DocumentId: 控件所属文档的Id,
|
2643
|
+
# @param DocumentId: 控件所属文档的Id, 模板相关接口为空值
|
2633
2644
|
# @type DocumentId: String
|
2634
|
-
# @param ComponentDescription:
|
2645
|
+
# @param ComponentDescription: 控件描述,不超过30个字符
|
2635
2646
|
# @type ComponentDescription: String
|
2636
2647
|
# @param OffsetX: 指定关键字时横坐标偏移量,单位pt
|
2637
2648
|
# @type OffsetX: Float
|
@@ -2640,14 +2651,25 @@ module TencentCloud
|
|
2640
2651
|
# @param ChannelComponentId: 平台企业控件ID。
|
2641
2652
|
# 如果不为空,属于平台企业预设控件;
|
2642
2653
|
# @type ChannelComponentId: String
|
2643
|
-
# @param KeywordOrder: 指定关键字排序规则,
|
2654
|
+
# @param KeywordOrder: 指定关键字排序规则,
|
2655
|
+
# Positive-正序,
|
2656
|
+
# Reverse-倒序。
|
2657
|
+
# 传入Positive时会根据关键字在PDF文件内的顺序进行排列。在指定KeywordIndexes时,0代表在PDF内查找内容时,查找到的第一个关键字。
|
2644
2658
|
# 传入Reverse时会根据关键字在PDF文件内的反序进行排列。在指定KeywordIndexes时,0代表在PDF内查找内容时,查找到的最后一个关键字。
|
2645
2659
|
# @type KeywordOrder: String
|
2646
|
-
# @param KeywordPage:
|
2660
|
+
# @param KeywordPage: 指定关键字页码。
|
2661
|
+
# 指定页码后,将只在指定的页码内查找关键字,非该页码的关键字将不会查询出来
|
2647
2662
|
# @type KeywordPage: Integer
|
2648
|
-
# @param RelativeLocation: 关键字位置模式,
|
2663
|
+
# @param RelativeLocation: 关键字位置模式,
|
2664
|
+
# Middle-居中,
|
2665
|
+
# Below-正下方,
|
2666
|
+
# Right-正右方,
|
2667
|
+
# LowerRight-右上角,
|
2668
|
+
# UpperRight-右下角。
|
2669
|
+
# 示例:如果设置Middle的关键字盖章,则印章的中心会和关键字的中心重合,如果设置Below,则印章在关键字的正下方
|
2649
2670
|
# @type RelativeLocation: String
|
2650
|
-
# @param KeywordIndexes:
|
2671
|
+
# @param KeywordIndexes: 关键字索引,如果一个关键字在PDF文件中存在多个,可以通过关键字索引指定使用第几个关键字作为最后的结果,可指定多个索引。
|
2672
|
+
# 示例[0,2],说明使用PDF文件内第1个和第3个关键字位置。
|
2651
2673
|
# @type KeywordIndexes: Array
|
2652
2674
|
# @param Placeholder: 填写提示的内容
|
2653
2675
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2723,8 +2745,8 @@ module TencentCloud
|
|
2723
2745
|
|
2724
2746
|
attr_accessor :Agent, :FlowId, :Operator
|
2725
2747
|
extend Gem::Deprecate
|
2726
|
-
deprecate :Operator, :none, 2023,
|
2727
|
-
deprecate :Operator=, :none, 2023,
|
2748
|
+
deprecate :Operator, :none, 2023, 8
|
2749
|
+
deprecate :Operator=, :none, 2023, 8
|
2728
2750
|
|
2729
2751
|
def initialize(agent=nil, flowid=nil, operator=nil)
|
2730
2752
|
@Agent = agent
|
@@ -2747,12 +2769,15 @@ module TencentCloud
|
|
2747
2769
|
|
2748
2770
|
# CreateChannelFlowEvidenceReport返回参数结构体
|
2749
2771
|
class CreateChannelFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
|
2750
|
-
# @param ReportId: 出证报告 ID
|
2772
|
+
# @param ReportId: 出证报告 ID,可用户DescribeChannelFlowEvidenceReport接口查询出证PDF的下载地址
|
2773
|
+
|
2751
2774
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2752
2775
|
# @type ReportId: String
|
2753
|
-
# @param Status:
|
2754
|
-
|
2755
|
-
#
|
2776
|
+
# @param Status: 出征任务的执行状态,状态列表如下
|
2777
|
+
|
2778
|
+
# - EvidenceStatusExecuting : 出征任务正在执行中
|
2779
|
+
# - EvidenceStatusSuccess : 出征任务执行成功
|
2780
|
+
# - EvidenceStatusFailed : 出征任务执行失败
|
2756
2781
|
# @type Status: String
|
2757
2782
|
# @param ReportUrl: 废除,字段无效
|
2758
2783
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2805,8 +2830,8 @@ module TencentCloud
|
|
2805
2830
|
|
2806
2831
|
attr_accessor :Agent, :ProxyOrganizationName, :ProxyOperatorName, :Module, :ModuleId, :UniformSocialCreditCode, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator
|
2807
2832
|
extend Gem::Deprecate
|
2808
|
-
deprecate :Operator, :none, 2023,
|
2809
|
-
deprecate :Operator=, :none, 2023,
|
2833
|
+
deprecate :Operator, :none, 2023, 8
|
2834
|
+
deprecate :Operator=, :none, 2023, 8
|
2810
2835
|
|
2811
2836
|
def initialize(agent=nil, proxyorganizationname=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, uniformsocialcreditcode=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil)
|
2812
2837
|
@Agent = agent
|
@@ -2929,8 +2954,8 @@ module TencentCloud
|
|
2929
2954
|
|
2930
2955
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
2931
2956
|
extend Gem::Deprecate
|
2932
|
-
deprecate :Operator, :none, 2023,
|
2933
|
-
deprecate :Operator=, :none, 2023,
|
2957
|
+
deprecate :Operator, :none, 2023, 8
|
2958
|
+
deprecate :Operator=, :none, 2023, 8
|
2934
2959
|
|
2935
2960
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
2936
2961
|
@Agent = agent
|
@@ -3020,8 +3045,8 @@ module TencentCloud
|
|
3020
3045
|
|
3021
3046
|
attr_accessor :Agent, :SealName, :SealImage, :Operator
|
3022
3047
|
extend Gem::Deprecate
|
3023
|
-
deprecate :Operator, :none, 2023,
|
3024
|
-
deprecate :Operator=, :none, 2023,
|
3048
|
+
deprecate :Operator, :none, 2023, 8
|
3049
|
+
deprecate :Operator=, :none, 2023, 8
|
3025
3050
|
|
3026
3051
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil)
|
3027
3052
|
@Agent = agent
|
@@ -3108,8 +3133,8 @@ module TencentCloud
|
|
3108
3133
|
|
3109
3134
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides
|
3110
3135
|
extend Gem::Deprecate
|
3111
|
-
deprecate :Operator, :none, 2023,
|
3112
|
-
deprecate :Operator=, :none, 2023,
|
3136
|
+
deprecate :Operator, :none, 2023, 8
|
3137
|
+
deprecate :Operator=, :none, 2023, 8
|
3113
3138
|
|
3114
3139
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil)
|
3115
3140
|
@Agent = agent
|
@@ -3216,8 +3241,8 @@ module TencentCloud
|
|
3216
3241
|
|
3217
3242
|
attr_accessor :Agent, :ReportId, :Operator
|
3218
3243
|
extend Gem::Deprecate
|
3219
|
-
deprecate :Operator, :none, 2023,
|
3220
|
-
deprecate :Operator=, :none, 2023,
|
3244
|
+
deprecate :Operator, :none, 2023, 8
|
3245
|
+
deprecate :Operator=, :none, 2023, 8
|
3221
3246
|
|
3222
3247
|
def initialize(agent=nil, reportid=nil, operator=nil)
|
3223
3248
|
@Agent = agent
|
@@ -3240,12 +3265,14 @@ module TencentCloud
|
|
3240
3265
|
|
3241
3266
|
# DescribeChannelFlowEvidenceReport返回参数结构体
|
3242
3267
|
class DescribeChannelFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
|
3243
|
-
# @param ReportUrl:
|
3268
|
+
# @param ReportUrl: 出证报告下载 URL
|
3244
3269
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3245
3270
|
# @type ReportUrl: String
|
3246
|
-
# @param Status:
|
3247
|
-
|
3248
|
-
#
|
3271
|
+
# @param Status: 出征任务的执行状态,状态列表如下
|
3272
|
+
|
3273
|
+
# - EvidenceStatusExecuting : 出征任务正在执行中
|
3274
|
+
# - EvidenceStatusSuccess : 出征任务执行成功
|
3275
|
+
# - EvidenceStatusFailed : 出征任务执行失败
|
3249
3276
|
# @type Status: String
|
3250
3277
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3251
3278
|
# @type RequestId: String
|
@@ -3319,7 +3346,7 @@ module TencentCloud
|
|
3319
3346
|
# @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
3320
3347
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
3321
3348
|
# @param FlowIds: 合同(流程)编号数组,最多支持100个。
|
3322
|
-
#
|
3349
|
+
# (备注:该参数和合同组编号必须二选一, 如果填写FlowGroupId则忽略此FlowIds的入参)
|
3323
3350
|
# @type FlowIds: Array
|
3324
3351
|
# @param FlowGroupId: 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
|
3325
3352
|
# @type FlowGroupId: String
|
@@ -3328,8 +3355,8 @@ module TencentCloud
|
|
3328
3355
|
|
3329
3356
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
3330
3357
|
extend Gem::Deprecate
|
3331
|
-
deprecate :Operator, :none, 2023,
|
3332
|
-
deprecate :Operator=, :none, 2023,
|
3358
|
+
deprecate :Operator, :none, 2023, 8
|
3359
|
+
deprecate :Operator=, :none, 2023, 8
|
3333
3360
|
|
3334
3361
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
3335
3362
|
@Agent = agent
|
@@ -3410,8 +3437,8 @@ module TencentCloud
|
|
3410
3437
|
|
3411
3438
|
attr_accessor :Agent, :FlowIds, :Operator
|
3412
3439
|
extend Gem::Deprecate
|
3413
|
-
deprecate :Operator, :none, 2023,
|
3414
|
-
deprecate :Operator=, :none, 2023,
|
3440
|
+
deprecate :Operator, :none, 2023, 8
|
3441
|
+
deprecate :Operator=, :none, 2023, 8
|
3415
3442
|
|
3416
3443
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
3417
3444
|
@Agent = agent
|
@@ -3466,23 +3493,33 @@ module TencentCloud
|
|
3466
3493
|
|
3467
3494
|
# DescribeTemplates请求参数结构体
|
3468
3495
|
class DescribeTemplatesRequest < TencentCloud::Common::AbstractModel
|
3469
|
-
# @param Agent: 应用相关信息。
|
3496
|
+
# @param Agent: 应用相关信息。
|
3497
|
+
# 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
3470
3498
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
3471
3499
|
# @param TemplateId: 模板唯一标识,查询单个模板时使用
|
3472
3500
|
# @type TemplateId: String
|
3473
|
-
# @param ContentType: 查询内容:
|
3501
|
+
# @param ContentType: 查询内容:
|
3502
|
+
# 0-模板列表及详情(默认),
|
3503
|
+
# 1-仅模板列表
|
3474
3504
|
# @type ContentType: Integer
|
3475
|
-
# @param Limit:
|
3505
|
+
# @param Limit: 指定每页多少条数据,如果不传默认为20,单页最大100。
|
3476
3506
|
# @type Limit: Integer
|
3477
|
-
# @param Offset:
|
3507
|
+
# @param Offset: 查询结果分页返回,此处指定第几页,如果不传默从第一页返回。页码从0开始,即首页为0。
|
3478
3508
|
# @type Offset: Integer
|
3479
|
-
# @param QueryAllComponents:
|
3509
|
+
# @param QueryAllComponents: 是否返回所有组件信息。
|
3510
|
+
# 默认false,只返回发起方控件;
|
3511
|
+
# true,返回所有签署方控件
|
3480
3512
|
# @type QueryAllComponents: Boolean
|
3481
3513
|
# @param TemplateName: 模糊搜索模板名称,最大长度200
|
3482
3514
|
# @type TemplateName: String
|
3483
|
-
# @param WithPreviewUrl:
|
3515
|
+
# @param WithPreviewUrl: 是否获取模板预览链接,
|
3516
|
+
# 默认false-不获取
|
3517
|
+
# true-获取
|
3484
3518
|
# @type WithPreviewUrl: Boolean
|
3485
|
-
# @param WithPdfUrl: 是否获取模板的PDF
|
3519
|
+
# @param WithPdfUrl: 是否获取模板的PDF文件链接。
|
3520
|
+
# 默认false-不获取
|
3521
|
+
# true-获取
|
3522
|
+
# 请联系客户经理开白后使用。
|
3486
3523
|
# @type WithPdfUrl: Boolean
|
3487
3524
|
# @param ChannelTemplateId: 对应第三方应用平台企业的模板ID
|
3488
3525
|
# @type ChannelTemplateId: String
|
@@ -3491,8 +3528,8 @@ module TencentCloud
|
|
3491
3528
|
|
3492
3529
|
attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :QueryAllComponents, :TemplateName, :WithPreviewUrl, :WithPdfUrl, :ChannelTemplateId, :Operator
|
3493
3530
|
extend Gem::Deprecate
|
3494
|
-
deprecate :Operator, :none, 2023,
|
3495
|
-
deprecate :Operator=, :none, 2023,
|
3531
|
+
deprecate :Operator, :none, 2023, 8
|
3532
|
+
deprecate :Operator=, :none, 2023, 8
|
3496
3533
|
|
3497
3534
|
def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil, queryallcomponents=nil, templatename=nil, withpreviewurl=nil, withpdfurl=nil, channeltemplateid=nil, operator=nil)
|
3498
3535
|
@Agent = agent
|
@@ -3531,13 +3568,13 @@ module TencentCloud
|
|
3531
3568
|
|
3532
3569
|
# DescribeTemplates返回参数结构体
|
3533
3570
|
class DescribeTemplatesResponse < TencentCloud::Common::AbstractModel
|
3534
|
-
# @param Templates:
|
3571
|
+
# @param Templates: 模板列表
|
3535
3572
|
# @type Templates: Array
|
3536
|
-
# @param TotalCount:
|
3573
|
+
# @param TotalCount: 查询到的总数
|
3537
3574
|
# @type TotalCount: Integer
|
3538
|
-
# @param Limit:
|
3575
|
+
# @param Limit: 每页多少条数据
|
3539
3576
|
# @type Limit: Integer
|
3540
|
-
# @param Offset:
|
3577
|
+
# @param Offset: 查询结果分页返回,此处指定第几页。页码从0开始,即首页为0。
|
3541
3578
|
# @type Offset: Integer
|
3542
3579
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3543
3580
|
# @type RequestId: String
|
@@ -3590,8 +3627,8 @@ module TencentCloud
|
|
3590
3627
|
|
3591
3628
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
3592
3629
|
extend Gem::Deprecate
|
3593
|
-
deprecate :Operator, :none, 2023,
|
3594
|
-
deprecate :Operator=, :none, 2023,
|
3630
|
+
deprecate :Operator, :none, 2023, 8
|
3631
|
+
deprecate :Operator=, :none, 2023, 8
|
3595
3632
|
|
3596
3633
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
3597
3634
|
@Agent = agent
|
@@ -3944,8 +3981,8 @@ module TencentCloud
|
|
3944
3981
|
|
3945
3982
|
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType
|
3946
3983
|
extend Gem::Deprecate
|
3947
|
-
deprecate :CallbackUrl, :none, 2023,
|
3948
|
-
deprecate :CallbackUrl=, :none, 2023,
|
3984
|
+
deprecate :CallbackUrl, :none, 2023, 8
|
3985
|
+
deprecate :CallbackUrl=, :none, 2023, 8
|
3949
3986
|
|
3950
3987
|
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil, notifytype=nil)
|
3951
3988
|
@Name = name
|
@@ -4477,8 +4514,8 @@ module TencentCloud
|
|
4477
4514
|
|
4478
4515
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
4479
4516
|
extend Gem::Deprecate
|
4480
|
-
deprecate :Operator, :none, 2023,
|
4481
|
-
deprecate :Operator=, :none, 2023,
|
4517
|
+
deprecate :Operator, :none, 2023, 8
|
4518
|
+
deprecate :Operator=, :none, 2023, 8
|
4482
4519
|
|
4483
4520
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
4484
4521
|
@Agent = agent
|
@@ -4652,35 +4689,45 @@ module TencentCloud
|
|
4652
4689
|
|
4653
4690
|
# OperateChannelTemplate请求参数结构体
|
4654
4691
|
class OperateChannelTemplateRequest < TencentCloud::Common::AbstractModel
|
4655
|
-
# @param Agent: 应用相关信息。
|
4692
|
+
# @param Agent: 应用相关信息。
|
4693
|
+
# 此接口Agent.AppId必填。
|
4656
4694
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
4657
|
-
# @param OperateType:
|
4695
|
+
# @param OperateType: 操作类型,
|
4696
|
+
# 查询:"SELECT",
|
4697
|
+
# 删除:"DELETE",
|
4698
|
+
# 更新:"UPDATE"
|
4658
4699
|
# @type OperateType: String
|
4659
4700
|
# @param TemplateId: 第三方应用平台模板库模板唯一标识
|
4660
4701
|
# @type TemplateId: String
|
4661
|
-
# @param ProxyOrganizationOpenIds:
|
4702
|
+
# @param ProxyOrganizationOpenIds: 合作企业方第三方机构唯一标识数据.
|
4703
|
+
# 支持多个, 用","进行分隔
|
4662
4704
|
# @type ProxyOrganizationOpenIds: String
|
4663
|
-
# @param AuthTag: 模板可见性,
|
4705
|
+
# @param AuthTag: 模板可见性,
|
4706
|
+
# 全部可见-"all",
|
4707
|
+
# 部分可见-"part"
|
4664
4708
|
# @type AuthTag: String
|
4665
|
-
# @param
|
4666
|
-
#
|
4667
|
-
#
|
4709
|
+
# @param Available: 当OperateType=UPADATE时,可以通过设置此字段对模板启停用状态进行操作。
|
4710
|
+
# 若此字段值为0,则不会修改模板Available,
|
4711
|
+
# 1为启用模板,
|
4712
|
+
# 2为停用模板。
|
4668
4713
|
# 启用后模板可以正常领取。停用后,推送方式为【自动推送】的模板则无法被子客使用,推送方式为【手动领取】的模板则无法出现被模板库被子客领用。如果Available更新失败,会直接返回错误。
|
4669
4714
|
# @type Available: Integer
|
4715
|
+
# @param Operator: 暂未开放
|
4716
|
+
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
4670
4717
|
|
4671
|
-
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :
|
4718
|
+
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
4672
4719
|
extend Gem::Deprecate
|
4673
|
-
deprecate :Operator, :none, 2023,
|
4674
|
-
deprecate :Operator=, :none, 2023,
|
4720
|
+
deprecate :Operator, :none, 2023, 8
|
4721
|
+
deprecate :Operator=, :none, 2023, 8
|
4675
4722
|
|
4676
|
-
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil,
|
4723
|
+
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
4677
4724
|
@Agent = agent
|
4678
4725
|
@OperateType = operatetype
|
4679
4726
|
@TemplateId = templateid
|
4680
4727
|
@ProxyOrganizationOpenIds = proxyorganizationopenids
|
4681
4728
|
@AuthTag = authtag
|
4682
|
-
@Operator = operator
|
4683
4729
|
@Available = available
|
4730
|
+
@Operator = operator
|
4684
4731
|
end
|
4685
4732
|
|
4686
4733
|
def deserialize(params)
|
@@ -4692,11 +4739,11 @@ module TencentCloud
|
|
4692
4739
|
@TemplateId = params['TemplateId']
|
4693
4740
|
@ProxyOrganizationOpenIds = params['ProxyOrganizationOpenIds']
|
4694
4741
|
@AuthTag = params['AuthTag']
|
4742
|
+
@Available = params['Available']
|
4695
4743
|
unless params['Operator'].nil?
|
4696
4744
|
@Operator = UserInfo.new
|
4697
4745
|
@Operator.deserialize(params['Operator'])
|
4698
4746
|
end
|
4699
|
-
@Available = params['Available']
|
4700
4747
|
end
|
4701
4748
|
end
|
4702
4749
|
|
@@ -4708,10 +4755,15 @@ module TencentCloud
|
|
4708
4755
|
# @param TemplateId: 第三方应用平台模板库模板唯一标识
|
4709
4756
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4710
4757
|
# @type TemplateId: String
|
4711
|
-
# @param OperateResult: 描述模板可见性更改的结果,和参数中Available
|
4758
|
+
# @param OperateResult: 描述模板可见性更改的结果,和参数中Available无关。
|
4759
|
+
# 全部成功-"all-success",
|
4760
|
+
# 部分成功-"part-success",
|
4761
|
+
# 全部失败-"fail",失败的会在FailMessageList中展示。
|
4712
4762
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4713
4763
|
# @type OperateResult: String
|
4714
|
-
# @param AuthTag: 模板可见性,
|
4764
|
+
# @param AuthTag: 模板可见性,
|
4765
|
+
# 全部可见-"all",
|
4766
|
+
# 部分可见-"part"
|
4715
4767
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4716
4768
|
# @type AuthTag: String
|
4717
4769
|
# @param ProxyOrganizationOpenIds: 合作企业方第三方机构唯一标识数据
|
@@ -4768,10 +4820,10 @@ module TencentCloud
|
|
4768
4820
|
|
4769
4821
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
4770
4822
|
extend Gem::Deprecate
|
4771
|
-
deprecate :ClientIp, :none, 2023,
|
4772
|
-
deprecate :ClientIp=, :none, 2023,
|
4773
|
-
deprecate :ProxyIp, :none, 2023,
|
4774
|
-
deprecate :ProxyIp=, :none, 2023,
|
4823
|
+
deprecate :ClientIp, :none, 2023, 8
|
4824
|
+
deprecate :ClientIp=, :none, 2023, 8
|
4825
|
+
deprecate :ProxyIp, :none, 2023, 8
|
4826
|
+
deprecate :ProxyIp=, :none, 2023, 8
|
4775
4827
|
|
4776
4828
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
4777
4829
|
@OrganizationOpenId = organizationopenid
|
@@ -4871,8 +4923,8 @@ module TencentCloud
|
|
4871
4923
|
|
4872
4924
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
4873
4925
|
extend Gem::Deprecate
|
4874
|
-
deprecate :Operator, :none, 2023,
|
4875
|
-
deprecate :Operator=, :none, 2023,
|
4926
|
+
deprecate :Operator, :none, 2023, 8
|
4927
|
+
deprecate :Operator=, :none, 2023, 8
|
4876
4928
|
|
4877
4929
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
4878
4930
|
@Agent = agent
|
@@ -4964,25 +5016,34 @@ module TencentCloud
|
|
4964
5016
|
end
|
4965
5017
|
end
|
4966
5018
|
|
4967
|
-
#
|
5019
|
+
# 流程中参与方的信息结构
|
4968
5020
|
class Recipient < TencentCloud::Common::AbstractModel
|
4969
|
-
# @param RecipientId: 签署人唯一标识,在通过模板发起合同的时候对应签署方
|
5021
|
+
# @param RecipientId: 签署人唯一标识,在通过模板发起合同的时候对应签署方ID
|
4970
5022
|
# @type RecipientId: String
|
4971
|
-
# @param RecipientType:
|
5023
|
+
# @param RecipientType: 参与者类型,默认为空。
|
5024
|
+
# ENTERPRISE-企业;
|
5025
|
+
# INDIVIDUAL-个人;
|
5026
|
+
# PROMOTER-发起方
|
4972
5027
|
# @type RecipientType: String
|
4973
|
-
# @param Description:
|
5028
|
+
# @param Description: 描述信息
|
4974
5029
|
# @type Description: String
|
4975
|
-
# @param RoleName:
|
5030
|
+
# @param RoleName: 角色名称
|
4976
5031
|
# @type RoleName: String
|
4977
|
-
# @param RequireValidation: 是否需要校验,
|
5032
|
+
# @param RequireValidation: 是否需要校验,
|
5033
|
+
# true-是,
|
5034
|
+
# false-否
|
4978
5035
|
# @type RequireValidation: Boolean
|
4979
|
-
# @param RequireSign: 是否必须填写,
|
5036
|
+
# @param RequireSign: 是否必须填写,
|
5037
|
+
# true-是,
|
5038
|
+
# false-否
|
4980
5039
|
# @type RequireSign: Boolean
|
4981
|
-
# @param SignType:
|
5040
|
+
# @param SignType: 内部字段,签署类型
|
4982
5041
|
# @type SignType: Integer
|
4983
5042
|
# @param RoutingOrder: 签署顺序:数字越小优先级越高
|
4984
5043
|
# @type RoutingOrder: Integer
|
4985
|
-
# @param IsPromoter:
|
5044
|
+
# @param IsPromoter: 是否是发起方,
|
5045
|
+
# true-是
|
5046
|
+
# false-否
|
4986
5047
|
# @type IsPromoter: Boolean
|
4987
5048
|
|
4988
5049
|
attr_accessor :RecipientId, :RecipientType, :Description, :RoleName, :RequireValidation, :RequireSign, :SignType, :RoutingOrder, :IsPromoter
|
@@ -5301,8 +5362,8 @@ module TencentCloud
|
|
5301
5362
|
|
5302
5363
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId
|
5303
5364
|
extend Gem::Deprecate
|
5304
|
-
deprecate :CustomUserId, :none, 2023,
|
5305
|
-
deprecate :CustomUserId=, :none, 2023,
|
5365
|
+
deprecate :CustomUserId, :none, 2023, 8
|
5366
|
+
deprecate :CustomUserId=, :none, 2023, 8
|
5306
5367
|
|
5307
5368
|
def initialize(signurl=nil, deadline=nil, signorder=nil, signid=nil, customuserid=nil, name=nil, mobile=nil, organizationname=nil, approvertype=nil, idcardnumber=nil, flowid=nil, openid=nil, flowgroupid=nil)
|
5308
5369
|
@SignUrl = signurl
|
@@ -5464,8 +5525,8 @@ module TencentCloud
|
|
5464
5525
|
|
5465
5526
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
5466
5527
|
extend Gem::Deprecate
|
5467
|
-
deprecate :Operator, :none, 2023,
|
5468
|
-
deprecate :Operator=, :none, 2023,
|
5528
|
+
deprecate :Operator, :none, 2023, 8
|
5529
|
+
deprecate :Operator=, :none, 2023, 8
|
5469
5530
|
|
5470
5531
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
5471
5532
|
@Agent = agent
|
@@ -5548,8 +5609,8 @@ module TencentCloud
|
|
5548
5609
|
|
5549
5610
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator
|
5550
5611
|
extend Gem::Deprecate
|
5551
|
-
deprecate :Operator, :none, 2023,
|
5552
|
-
deprecate :Operator=, :none, 2023,
|
5612
|
+
deprecate :Operator, :none, 2023, 8
|
5613
|
+
deprecate :Operator=, :none, 2023, 8
|
5553
5614
|
|
5554
5615
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil)
|
5555
5616
|
@Agent = agent
|
@@ -5615,18 +5676,26 @@ module TencentCloud
|
|
5615
5676
|
end
|
5616
5677
|
|
5617
5678
|
# 此结构体 (TemplateInfo) 用于描述模板的信息。
|
5679
|
+
|
5680
|
+
# > **模板组成**
|
5681
|
+
# >
|
5682
|
+
# > 一个模板通常会包含以下结构信息
|
5683
|
+
# >- 模板基本信息
|
5684
|
+
# >- 签署参与方 Recipients,在模板发起合同时用于指定参与方
|
5685
|
+
# >- 填写控件 Components
|
5686
|
+
# >- 签署控件 SignComponents
|
5618
5687
|
class TemplateInfo < TencentCloud::Common::AbstractModel
|
5619
|
-
# @param TemplateId: 模板ID
|
5688
|
+
# @param TemplateId: 模板ID,模板的唯一标识
|
5620
5689
|
# @type TemplateId: String
|
5621
|
-
# @param TemplateName:
|
5690
|
+
# @param TemplateName: 模板名
|
5622
5691
|
# @type TemplateName: String
|
5623
5692
|
# @param Description: 模板描述信息
|
5624
5693
|
# @type Description: String
|
5625
|
-
# @param Components:
|
5694
|
+
# @param Components: 模板的填充控件列表
|
5626
5695
|
# @type Components: Array
|
5627
|
-
# @param Recipients:
|
5696
|
+
# @param Recipients: 模板中的签署参与方列表
|
5628
5697
|
# @type Recipients: Array
|
5629
|
-
# @param SignComponents:
|
5698
|
+
# @param SignComponents: 模板中的签署控件列表
|
5630
5699
|
# @type SignComponents: Array
|
5631
5700
|
# @param TemplateType: 模板类型:1-静默签;3-普通模板
|
5632
5701
|
# @type TemplateType: Integer
|
@@ -5634,33 +5703,41 @@ module TencentCloud
|
|
5634
5703
|
# @type IsPromoter: Boolean
|
5635
5704
|
# @param Creator: 模板的创建者信息,电子签系统用户ID
|
5636
5705
|
# @type Creator: String
|
5637
|
-
# @param CreatedOn:
|
5706
|
+
# @param CreatedOn: 模板创建的时间戳,格式为Unix标准时间戳(秒)
|
5638
5707
|
# @type CreatedOn: Integer
|
5639
|
-
# @param PreviewUrl: 模板的H5
|
5708
|
+
# @param PreviewUrl: 模板的H5预览链接,有效期5分钟。
|
5709
|
+
# 可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
|
5710
|
+
# (此功能开放需要联系客户经理)
|
5640
5711
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5641
5712
|
# @type PreviewUrl: String
|
5642
|
-
# @param PdfUrl: 第三方应用集成-模板PDF
|
5713
|
+
# @param PdfUrl: 第三方应用集成-模板PDF文件链接,有效期5分钟。
|
5714
|
+
# 请求参数WithPdfUrl=true时返回
|
5715
|
+
# (此功能开放需要联系客户经理)。
|
5643
5716
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5644
5717
|
# @type PdfUrl: String
|
5645
|
-
# @param ChannelTemplateId:
|
5718
|
+
# @param ChannelTemplateId: 本模板关联的第三方应用平台企业模板ID
|
5646
5719
|
# @type ChannelTemplateId: String
|
5647
|
-
# @param ChannelTemplateName:
|
5720
|
+
# @param ChannelTemplateName: 本模板关联的三方应用平台平台企业模板名称
|
5648
5721
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5649
5722
|
# @type ChannelTemplateName: String
|
5650
|
-
# @param ChannelAutoSave: 0-需要子客企业手动领取平台企业的模板(默认);
|
5723
|
+
# @param ChannelAutoSave: 0-需要子客企业手动领取平台企业的模板(默认);
|
5724
|
+
# 1-平台自动设置子客模板
|
5651
5725
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5652
5726
|
# @type ChannelAutoSave: Integer
|
5653
|
-
# @param TemplateVersion:
|
5727
|
+
# @param TemplateVersion: 模板版本,全数字字符。
|
5728
|
+
# 默认为空,初始版本为yyyyMMdd001。
|
5654
5729
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5655
5730
|
# @type TemplateVersion: String
|
5656
|
-
# @param Available:
|
5731
|
+
# @param Available: 模板可用状态:
|
5732
|
+
# 1启用(默认)
|
5733
|
+
# 2停用
|
5657
5734
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5658
5735
|
# @type Available: Integer
|
5659
5736
|
|
5660
5737
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
5661
5738
|
extend Gem::Deprecate
|
5662
|
-
deprecate :IsPromoter, :none, 2023,
|
5663
|
-
deprecate :IsPromoter=, :none, 2023,
|
5739
|
+
deprecate :IsPromoter, :none, 2023, 8
|
5740
|
+
deprecate :IsPromoter=, :none, 2023, 8
|
5664
5741
|
|
5665
5742
|
def initialize(templateid=nil, templatename=nil, description=nil, components=nil, recipients=nil, signcomponents=nil, templatetype=nil, ispromoter=nil, creator=nil, createdon=nil, previewurl=nil, pdfurl=nil, channeltemplateid=nil, channeltemplatename=nil, channelautosave=nil, templateversion=nil, available=nil)
|
5666
5743
|
@TemplateId = templateid
|
@@ -5759,8 +5836,8 @@ module TencentCloud
|
|
5759
5836
|
|
5760
5837
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
5761
5838
|
extend Gem::Deprecate
|
5762
|
-
deprecate :Operator, :none, 2023,
|
5763
|
-
deprecate :Operator=, :none, 2023,
|
5839
|
+
deprecate :Operator, :none, 2023, 8
|
5840
|
+
deprecate :Operator=, :none, 2023, 8
|
5764
5841
|
|
5765
5842
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
5766
5843
|
@Agent = agent
|
@@ -5873,14 +5950,14 @@ module TencentCloud
|
|
5873
5950
|
|
5874
5951
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
5875
5952
|
extend Gem::Deprecate
|
5876
|
-
deprecate :Channel, :none, 2023,
|
5877
|
-
deprecate :Channel=, :none, 2023,
|
5878
|
-
deprecate :CustomUserId, :none, 2023,
|
5879
|
-
deprecate :CustomUserId=, :none, 2023,
|
5880
|
-
deprecate :ClientIp, :none, 2023,
|
5881
|
-
deprecate :ClientIp=, :none, 2023,
|
5882
|
-
deprecate :ProxyIp, :none, 2023,
|
5883
|
-
deprecate :ProxyIp=, :none, 2023,
|
5953
|
+
deprecate :Channel, :none, 2023, 8
|
5954
|
+
deprecate :Channel=, :none, 2023, 8
|
5955
|
+
deprecate :CustomUserId, :none, 2023, 8
|
5956
|
+
deprecate :CustomUserId=, :none, 2023, 8
|
5957
|
+
deprecate :ClientIp, :none, 2023, 8
|
5958
|
+
deprecate :ClientIp=, :none, 2023, 8
|
5959
|
+
deprecate :ProxyIp, :none, 2023, 8
|
5960
|
+
deprecate :ProxyIp=, :none, 2023, 8
|
5884
5961
|
|
5885
5962
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
5886
5963
|
@OpenId = openid
|
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.625
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|