tencentcloud-sdk-ess 3.0.1020 → 3.0.1021

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +34 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75055e909fa111de9a52321a0d4d151931b14984
4
- data.tar.gz: 8a709f996a0b72d48e8217ed167e1f0ca3ec0693
3
+ metadata.gz: 1b8a21f5102788057ac2de35adc3537105a8b79b
4
+ data.tar.gz: da369786bed998888d3dc17c1fea7439a2a0e56d
5
5
  SHA512:
6
- metadata.gz: b832cbb211cd35eda888c12573d2afb626c113d294f58592f68b0a3fbeeda2d53ea882633b1b69b6584d47b3f18e5af8f3facaf7f9dff4988677eb91ed85b367
7
- data.tar.gz: 61f35343fc0ca9ad0032b99ccc27ba3ab60edd1826b91055e6b5669377089bba9e805e4034a2d52762a67b4eae5b994aecccd86ae7c79ff7563955d4d4d4e031
6
+ metadata.gz: a7dd8224a4717d3532ff8f8b62d0c0a1628395456e2603f1d466b737ed6b3275fe3e9e53d65e8f8259e0cc9bbd6883731d3b93f3f1b937c534d1c286ed9be0cf
7
+ data.tar.gz: 2d6557af0a1d7466f8147a942858e34205a63a678c57b5f12fef9a4882fab8ea9efcbc25a9c1ae5486f104c58f2928618c674aea5f8be890ee68f4ad6517fbca
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1020
1
+ 3.0.1021
@@ -5375,10 +5375,14 @@ module TencentCloud
5375
5375
  # @type InitiatorComponents: Array
5376
5376
  # @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
5377
5377
  # @type FlowDisplayType: Integer
5378
+ # @param SignComponentConfig: 签署控件的配置信息,用在嵌入式发起的页面配置,包括
5378
5379
 
5379
- attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType
5380
+ # - 签署控件 是否默认展示日期.
5381
+ # @type SignComponentConfig: :class:`Tencentcloud::Ess.v20201111.models.SignComponentConfig`
5380
5382
 
5381
- 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)
5383
+ attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
5384
+
5385
+ 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)
5382
5386
  @Operator = operator
5383
5387
  @ResourceId = resourceid
5384
5388
  @FlowName = flowname
@@ -5399,6 +5403,7 @@ module TencentCloud
5399
5403
  @Agent = agent
5400
5404
  @InitiatorComponents = initiatorcomponents
5401
5405
  @FlowDisplayType = flowdisplaytype
5406
+ @SignComponentConfig = signcomponentconfig
5402
5407
  end
5403
5408
 
5404
5409
  def deserialize(params)
@@ -5455,6 +5460,10 @@ module TencentCloud
5455
5460
  end
5456
5461
  end
5457
5462
  @FlowDisplayType = params['FlowDisplayType']
5463
+ unless params['SignComponentConfig'].nil?
5464
+ @SignComponentConfig = SignComponentConfig.new
5465
+ @SignComponentConfig.deserialize(params['SignComponentConfig'])
5466
+ end
5458
5467
  end
5459
5468
  end
5460
5469
 
@@ -10302,7 +10311,7 @@ module TencentCloud
10302
10311
  # @type NeedSignReview: Boolean
10303
10312
  # @param AutoSignScene: 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
10304
10313
  # @type AutoSignScene: String
10305
- # @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
10314
+ # @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
10306
10315
  # @type FlowDisplayType: Integer
10307
10316
 
10308
10317
  attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
@@ -12457,6 +12466,28 @@ module TencentCloud
12457
12466
  end
12458
12467
  end
12459
12468
 
12469
+ # 签署控件的配置信息,用在嵌入式发起的页面配置,包括
12470
+
12471
+ # - 签署控件是否默认展示日期.
12472
+ class SignComponentConfig < TencentCloud::Common::AbstractModel
12473
+ # @param HideDate: 签署控件默认属性配置,是否默认展示签署日期, 在页面中可以进行修改。
12474
+
12475
+ # - false 展示签署日期(默认)
12476
+ # - true 不展示签署日期
12477
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/448514412e2f69f6129425beda4ff568.png)。
12478
+ # @type HideDate: Boolean
12479
+
12480
+ attr_accessor :HideDate
12481
+
12482
+ def initialize(hidedate=nil)
12483
+ @HideDate = hidedate
12484
+ end
12485
+
12486
+ def deserialize(params)
12487
+ @HideDate = params['HideDate']
12488
+ end
12489
+ end
12490
+
12460
12491
  # 签署二维码的基本信息,用于创建二维码,用户可扫描该二维码进行签署操作。
12461
12492
  class SignQrCode < TencentCloud::Common::AbstractModel
12462
12493
  # @param QrCodeId: 二维码ID,为32位字符串。
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ess
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1020
4
+ version: 3.0.1021
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud