tencentcloud-sdk-essbasic 1.0.238 → 1.0.239

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: b071a0e10f1f2ebcd6c734e9bd61b87b512fe5bf
4
- data.tar.gz: d2d33415653790be82b9137b707e6c37a7e6f5da
3
+ metadata.gz: b6a8a608182f694689ee5baf7c08601044a4f82e
4
+ data.tar.gz: c5a802d3a8a86df0fa9105c4dbf76b8e4407d5c0
5
5
  SHA512:
6
- metadata.gz: 8cf59de3d3d400c59bf19f9da4b4b0e5914faf2f85149d5def4dd3d6912570b3830d2afc4191d28e6f41a03f8075b372b7a18ccd2fc7ce688cbaec50d098299c
7
- data.tar.gz: 6afffefc30cfb3a0e3ceeafdb6796f21a3821d49a09bf7098b8c2f655e4fc3465a3c003e2d7267e981f509bd1822f5a8c9076b36f630439881586b1a4e8bebc9
6
+ metadata.gz: 6f8883cc8cf610d67f123f38ade497f1ac14eb6d32eb8fd0ca43fa9d8ca8a9bda19c9523c591620c35c851096806532cfa474d1f342f5374ba70a6e906edae04
7
+ data.tar.gz: ddc0484708b7591cd4893a24db80d22a1807b38493ef727c75fdda7bb3dd6c72f2ba3e97fc86516c8846fc932ab69f35655845ac3fdcdb88e3ed4b9cceeb1a42
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.238
1
+ 1.0.239
@@ -53,7 +53,7 @@ module TencentCloud
53
53
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
54
54
  end
55
55
 
56
- # 接口(CreateFlowsByTemplates)用于使用多个模板批量创建流程
56
+ # 接口(CreateFlowsByTemplates)用于使用多个模板批量创建流程。当前可批量发起合同(流程)数量最大为20个。
57
57
 
58
58
  # @param request: Request instance for CreateFlowsByTemplates.
59
59
  # @type request: :class:`Tencentcloud::essbasic::V20210526::CreateFlowsByTemplatesRequest`
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
78
78
  end
79
79
 
80
- # 根据流程Id批量创建签署参与者签署H5链接
80
+ # 创建参与者签署短链
81
81
 
82
82
  # @param request: Request instance for CreateSignUrls.
83
83
  # @type request: :class:`Tencentcloud::essbasic::V20210526::CreateSignUrlsRequest`
@@ -198,7 +198,8 @@ module TencentCloud
198
198
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
199
199
  end
200
200
 
201
- # 此接口(GetDownloadFlowUrl)用于创建电子签批量下载确认页面链接,支持客户合同(流程)归类打包下载。
201
+ # 此接口(GetDownloadFlowUrl)用于创建电子签批量下载确认页面链接,支持客户合同(流程)按照自定义文件夹形式 分类下载。
202
+ # 当前接口限制最多合同(流程)50个.
202
203
 
203
204
  # @param request: Request instance for GetDownloadFlowUrl.
204
205
  # @type request: :class:`Tencentcloud::essbasic::V20210526::GetDownloadFlowUrlRequest`
@@ -222,20 +223,11 @@ module TencentCloud
222
223
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
223
224
  end
224
225
 
225
- # 此接口(OperateChannelTemplate)用于渠道侧将模板库中的模板对合作企业进行查询和设置, 其中包括可见性的修改以及对合作企业的指定.
226
+ # 此接口(OperateChannelTemplate)用于渠道侧将模板库中的模板对合作企业进行查询和设置, 其中包括可见性的修改以及对合作企业的设置.
226
227
  # 1、同步标识=select时:
227
- # 输入规则:“可见标识”、“指定合作企业列表”为空。
228
- # 处理规则:返回指定模版的可见标识、指定合作企业列表。
229
- # 2、同步标识=update时:
230
- # 输入规则:“可见标识”、“指定合作企业列表”非必填输入。
231
- # 处理规则:
232
- # 若“可见标识”=空,不做处理,返回当前的可见标识。
233
- # 若“可见标识”=所有合作企业,不取“指定合作企业列表”的值处理。
234
- # 若“可见标识”=指定合作企业,取“指定合作企业列表”的值进行更新/插入。
235
- # 3、同步标识=delete时:
236
- # 输入规则:“可见标识”、“指定合作企业列表”非必填输入。
237
- # 处理规则:
238
- # 仅取“指定合作企业列表”的值进行删除处理,为空时不做处。
228
+ # 返回渠道侧模板库当前模板的属性.
229
+ # 2、同步标识=update或者delete时:
230
+ # 对渠道子客进行模板库中模板授权,修改操作
239
231
 
240
232
  # @param request: Request instance for OperateChannelTemplate.
241
233
  # @type request: :class:`Tencentcloud::essbasic::V20210526::OperateChannelTemplateRequest`
@@ -260,6 +252,8 @@ module TencentCloud
260
252
  end
261
253
 
262
254
  # 该接口 (PrepareFlows) 用于创建待发起文件
255
+ # 用户通过该接口进入流程发起的确认页面,进行发起信息二次确认, 如果确认则进行正常发起。
256
+ # 目前该接口只支持B2C。
263
257
 
264
258
  # @param request: Request instance for PrepareFlows.
265
259
  # @type request: :class:`Tencentcloud::essbasic::V20210526::PrepareFlowsRequest`
@@ -767,18 +767,18 @@ module TencentCloud
767
767
  # @type OpenId: String
768
768
  # @param PreReadTime: 合同的强制预览时间:3~300s,未指定则按合同页数计算
769
769
  # @type PreReadTime: Integer
770
- # @param ComponentLimitType: 个人签署方指定签署控件类型,目前仅支持:OCR_ESIGN
770
+ # @param ComponentLimitType: 个人签署方指定签署控件类型,目前仅支持:OCR_ESIGN(AI智慧手写签名)
771
771
  # @type ComponentLimitType: Array
772
772
  # @param RecipientId: 流程签署人在模板中对应的签署人Id;在非单方签署、以及非B2C签署的场景下必传,用于指定当前签署方在流程中的位置;
773
773
  # @type RecipientId: String
774
+ # @param OrganizationName: 同一渠道下其他合作企业OpenId,签署人为非发起方企业员工场景下必传;
775
+ # @type OrganizationName: String
774
776
  # @param OrganizationOpenId: 同一渠道下其他合作企业OpenId,签署人为非发起方企业员工场景下必传;
775
777
  # @type OrganizationOpenId: String
776
- # @param OrganizationName: 同一渠道下其他合作企业OpenId,B2B场景下必传;
777
- # @type OrganizationName: String
778
778
 
779
- attr_accessor :Name, :IdCardNumber, :Mobile, :JumpUrl, :Deadline, :CallbackUrl, :ApproverType, :OpenId, :PreReadTime, :ComponentLimitType, :RecipientId, :OrganizationOpenId, :OrganizationName
779
+ attr_accessor :Name, :IdCardNumber, :Mobile, :JumpUrl, :Deadline, :CallbackUrl, :ApproverType, :OpenId, :PreReadTime, :ComponentLimitType, :RecipientId, :OrganizationName, :OrganizationOpenId
780
780
 
781
- def initialize(name=nil, idcardnumber=nil, mobile=nil, jumpurl=nil, deadline=nil, callbackurl=nil, approvertype=nil, openid=nil, prereadtime=nil, componentlimittype=nil, recipientid=nil, organizationopenid=nil, organizationname=nil)
781
+ def initialize(name=nil, idcardnumber=nil, mobile=nil, jumpurl=nil, deadline=nil, callbackurl=nil, approvertype=nil, openid=nil, prereadtime=nil, componentlimittype=nil, recipientid=nil, organizationname=nil, organizationopenid=nil)
782
782
  @Name = name
783
783
  @IdCardNumber = idcardnumber
784
784
  @Mobile = mobile
@@ -790,8 +790,8 @@ module TencentCloud
790
790
  @PreReadTime = prereadtime
791
791
  @ComponentLimitType = componentlimittype
792
792
  @RecipientId = recipientid
793
- @OrganizationOpenId = organizationopenid
794
793
  @OrganizationName = organizationname
794
+ @OrganizationOpenId = organizationopenid
795
795
  end
796
796
 
797
797
  def deserialize(params)
@@ -806,8 +806,8 @@ module TencentCloud
806
806
  @PreReadTime = params['PreReadTime']
807
807
  @ComponentLimitType = params['ComponentLimitType']
808
808
  @RecipientId = params['RecipientId']
809
- @OrganizationOpenId = params['OrganizationOpenId']
810
809
  @OrganizationName = params['OrganizationName']
810
+ @OrganizationOpenId = params['OrganizationOpenId']
811
811
  end
812
812
  end
813
813
 
@@ -1068,7 +1068,7 @@ module TencentCloud
1068
1068
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
1069
1069
  # @param AuthTag: 模板可见性, 全部可见-"all", 部分可见-"part"
1070
1070
  # @type AuthTag: String
1071
- # @param ProxyOrganizationOpenIds: 合作企业方第三方机构唯一标识数据
1071
+ # @param ProxyOrganizationOpenIds: 合作企业方第三方机构唯一标识数据,支持多个, 用","进行分隔
1072
1072
  # @type ProxyOrganizationOpenIds: String
1073
1073
 
1074
1074
  attr_accessor :Agent, :TemplateId, :OperateType, :Operator, :AuthTag, :ProxyOrganizationOpenIds
@@ -1266,10 +1266,12 @@ module TencentCloud
1266
1266
  # @type SignType: Integer
1267
1267
  # @param RoutingOrder: 签署顺序:数字越小优先级越高
1268
1268
  # @type RoutingOrder: Integer
1269
+ # @param IsPromoter: 是否是发起方
1270
+ # @type IsPromoter: Boolean
1269
1271
 
1270
- attr_accessor :RecipientId, :RecipientType, :Description, :RoleName, :RequireValidation, :RequireSign, :SignType, :RoutingOrder
1272
+ attr_accessor :RecipientId, :RecipientType, :Description, :RoleName, :RequireValidation, :RequireSign, :SignType, :RoutingOrder, :IsPromoter
1271
1273
 
1272
- def initialize(recipientid=nil, recipienttype=nil, description=nil, rolename=nil, requirevalidation=nil, requiresign=nil, signtype=nil, routingorder=nil)
1274
+ def initialize(recipientid=nil, recipienttype=nil, description=nil, rolename=nil, requirevalidation=nil, requiresign=nil, signtype=nil, routingorder=nil, ispromoter=nil)
1273
1275
  @RecipientId = recipientid
1274
1276
  @RecipientType = recipienttype
1275
1277
  @Description = description
@@ -1278,6 +1280,7 @@ module TencentCloud
1278
1280
  @RequireSign = requiresign
1279
1281
  @SignType = signtype
1280
1282
  @RoutingOrder = routingorder
1283
+ @IsPromoter = ispromoter
1281
1284
  end
1282
1285
 
1283
1286
  def deserialize(params)
@@ -1289,6 +1292,7 @@ module TencentCloud
1289
1292
  @RequireSign = params['RequireSign']
1290
1293
  @SignType = params['SignType']
1291
1294
  @RoutingOrder = params['RoutingOrder']
1295
+ @IsPromoter = params['IsPromoter']
1292
1296
  end
1293
1297
  end
1294
1298
 
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: 1.0.238
4
+ version: 1.0.239
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common