tencentcloud-sdk-essbasic 3.0.623 → 3.0.624

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 870267ea1ae4065f07a28cb78cfb1ecfd1a470c6
4
- data.tar.gz: 79897aa7d8ac31402056f33c228e56b90693d628
3
+ metadata.gz: 60ae778805b9af9a72199376a67a877c9e140f09
4
+ data.tar.gz: 60a0fa05a54935669e66caf4af2ac67a06ba3c15
5
5
  SHA512:
6
- metadata.gz: 1e351497b5edd14debea1d23f501b5e97199b5bc26025fe39231846e105ea93a18ce54fdeba3c6e071d8cbeb566db7e16b12b9a9f27c9558c70da9ee692088bf
7
- data.tar.gz: 24d7fc9d60cad6019bc3d3eb9f9eea66993953c81a2b34c476ceac46244beefa80a0734573e04959304ba7f27016c4e4518739a45baccc4eb40e5e87cb60b1b0
6
+ metadata.gz: 35656a85d1f89ede6e13c7bdceca30920d0c481f940f5b9aede3d86e03372558133488a673d40dabdeb280ac749bc5e728852abcdbb27da687cdc4d483ab873e
7
+ data.tar.gz: 65435d5f84f49cf51c305fbfda94e371012f88f5b759fc113d4972304ed8144ccb7421d2fb667ef626ad0ec499a7aeb77a8c0f91150386632dd1a6bf15b3cccf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.623
1
+ 3.0.624
@@ -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
 
@@ -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: 本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批。使用ChannelCreateFlowSignReview接口提交审批结果,才能继续完成签署
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: 是否需要发起前审核,当指定NeedCreateReview=true,则发起后,需要使用接口:ChannelCreateFlowSignReview,来完成发起前审核,审核通过后,可以继续查看,签署合同
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,10 +253,11 @@ module TencentCloud
245
253
  # @param CancelMessage: 撤销理由,不超过200个字符
246
254
  # @type CancelMessage: String
247
255
  # @param CancelMessageFormat: 撤销理由自定义格式;选项:
248
- # 0 默认格式
249
- # 1 只保留身份信息:展示为【发起方】
250
- # 2 保留身份信息+企业名称:展示为【发起方xxx公司】
251
- # 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】
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`
@@ -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
- # CREATE_SEAL: 创建印章
601
- # CREATE_TEMPLATE:创建模板
602
- # MODIFY_TEMPLATE:修改模板
603
- # PREVIEW_TEMPLATE:预览模板
604
- # PREVIEW_FLOW:预览合同文档
605
- # PREVIEW_FLOW_DETAIL:预览合同详情
606
- # PREVIEW_SEAL_LIST:预览印章列表
607
- # PREVIEW_SEAL_DETAIL:预览印章详情
608
- # EXTEND_SERVICE:扩展服务
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
- # EmbedType取值MODIFY_TEMPLATE,PREVIEW_TEMPLATE时必填,取值为模板id
612
- # PREVIEW_FLOWPREVIEW_FLOW_DETAIL时必填,取值为合同id
613
- # PREVIEW_SEAL_DETAIL,必填,取值为印章id
621
+
622
+ # - 当EmbedType取值MODIFY_TEMPLATEPREVIEW_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
@@ -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
@@ -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,7 +1334,7 @@ module TencentCloud
1323
1334
  # @param Operator: 操作人(用户)信息,不用传
1324
1335
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
1325
1336
 
1326
- attr_accessor :ResourceId, :ResourceType, :FlowInfo, :FlowApproverList, :Agent, :FlowOption, :FlowId, :NeedPreview, :Organization, :Operator
1337
+ attr_accessor :ResourceId, :ResourceType, :FlowInfo, :Agent, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
1327
1338
  extend Gem::Deprecate
1328
1339
  deprecate :NeedPreview, :none, 2023, 7
1329
1340
  deprecate :NeedPreview=, :none, 2023, 7
@@ -1332,13 +1343,13 @@ module TencentCloud
1332
1343
  deprecate :Operator, :none, 2023, 7
1333
1344
  deprecate :Operator=, :none, 2023, 7
1334
1345
 
1335
- def initialize(resourceid=nil, resourcetype=nil, flowinfo=nil, flowapproverlist=nil, agent=nil, flowoption=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
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?
@@ -2747,12 +2758,15 @@ module TencentCloud
2747
2758
 
2748
2759
  # CreateChannelFlowEvidenceReport返回参数结构体
2749
2760
  class CreateChannelFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
2750
- # @param ReportId: 出证报告 ID,用于查询出证报告接口DescribeChannelFlowEvidenceReport时用到
2761
+ # @param ReportId: 出证报告 ID,可用户DescribeChannelFlowEvidenceReport接口查询出证PDF的下载地址
2762
+
2751
2763
  # 注意:此字段可能返回 null,表示取不到有效值。
2752
2764
  # @type ReportId: String
2753
- # @param Status: 执行中:EvidenceStatusExecuting
2754
- # 成功:EvidenceStatusSuccess
2755
- # 失败:EvidenceStatusFailed
2765
+ # @param Status: 出征任务的执行状态,状态列表如下
2766
+
2767
+ # - EvidenceStatusExecuting : 出征任务正在执行中
2768
+ # - EvidenceStatusSuccess : 出征任务执行成功
2769
+ # - EvidenceStatusFailed : 出征任务执行失败
2756
2770
  # @type Status: String
2757
2771
  # @param ReportUrl: 废除,字段无效
2758
2772
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3240,12 +3254,14 @@ module TencentCloud
3240
3254
 
3241
3255
  # DescribeChannelFlowEvidenceReport返回参数结构体
3242
3256
  class DescribeChannelFlowEvidenceReportResponse < TencentCloud::Common::AbstractModel
3243
- # @param ReportUrl: 出证报告 URL
3257
+ # @param ReportUrl: 出证报告下载 URL
3244
3258
  # 注意:此字段可能返回 null,表示取不到有效值。
3245
3259
  # @type ReportUrl: String
3246
- # @param Status: 执行中:EvidenceStatusExecuting
3247
- # 成功:EvidenceStatusSuccess
3248
- # 失败:EvidenceStatusFailed
3260
+ # @param Status: 出征任务的执行状态,状态列表如下
3261
+
3262
+ # - EvidenceStatusExecuting : 出征任务正在执行中
3263
+ # - EvidenceStatusSuccess : 出征任务执行成功
3264
+ # - EvidenceStatusFailed : 出征任务执行失败
3249
3265
  # @type Status: String
3250
3266
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3251
3267
  # @type RequestId: String
@@ -3319,7 +3335,7 @@ module TencentCloud
3319
3335
  # @param Agent: 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
3320
3336
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
3321
3337
  # @param FlowIds: 合同(流程)编号数组,最多支持100个。
3322
- # (备注:该参数和合同组编号必须二选一)
3338
+ # (备注:该参数和合同组编号必须二选一, 如果填写FlowGroupId则忽略此FlowIds的入参)
3323
3339
  # @type FlowIds: Array
3324
3340
  # @param FlowGroupId: 合同组编号(备注:该参数和合同(流程)编号数组必须二选一)
3325
3341
  # @type FlowGroupId: String
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.623
4
+ version: 3.0.624
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-07-28 00:00:00.000000000 Z
11
+ date: 2023-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common