tencentcloud-sdk-essbasic 3.0.761 → 3.0.763

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52f3da405ffd093d4b6e6805cf4c95b120d9e7ba
4
- data.tar.gz: 3b63d0343ecd0ea445ea1c1b79d7a42b24fe4dbd
3
+ metadata.gz: 280eeb803f5197520088298fe86cc056f8c1654b
4
+ data.tar.gz: 896ca837fc47878adc6dc0e3a4ca14ab314cd247
5
5
  SHA512:
6
- metadata.gz: 19e3dfd6dcdfd1554a274bf057b48de4438d86b8ab102d460a52a48faa21c27e2114fefda1aa46a8d281f27d6e1d317644502039b59239386dc497389beb351e
7
- data.tar.gz: 42967c02ee441dd3b6561cafd7bf69434fa144dabe928c96e63135577dcfaf5b7f21bca1d855a3cae0d0ddbd13dcea11014f5d9a08c711d66b52175cf3cb166f
6
+ metadata.gz: 923491a671064fa260b1bd0beda949faf240e55ceb032cb25305082cae2839f772e1d22e0e029313d4a236854835b289d053bb6c6cd95b25ebe09d1d0682f15b
7
+ data.tar.gz: bd6859285b3ad57e0fcf747680ff6923f4b529f05fc476ac9844139704147d75166cc8898f5ae5d1eed8bc326b8a2da5673923f2c04812f2ebeb8120f8be7438
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.761
1
+ 3.0.763
@@ -1742,11 +1742,11 @@ module TencentCloud
1742
1742
  # 如若在模板中配置了动态表格, 上传的附件必须为A4大小
1743
1743
  # 合同发起人必须在电子签已经进行实名。
1744
1744
 
1745
- # **整体的逻辑如下**
1745
+ # ### 一. 整体的逻辑如下
1746
1746
 
1747
1747
  # ![image](https://qcloudimg.tencent-cloud.cn/raw/e193519d4383fa74782a9e19147ef01a/CreateFlowsByTemplates.png)
1748
1748
 
1749
- # **可以作为发起方和签署方的角色列表**
1749
+ # ### 二. 可以作为发起方和签署方的角色列表
1750
1750
  # <table>
1751
1751
  # <thead>
1752
1752
  # <tr>
@@ -1789,7 +1789,41 @@ module TencentCloud
1789
1789
  # </tbody>
1790
1790
  # </table>
1791
1791
 
1792
- # **注**:
1792
+ # ### 三. 填充模版中定义的填写控件
1793
+ # 模版中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充
1794
+
1795
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/37457e0e450fc221effddfcb8b1bad55.png)
1796
+ # 填充的传参示例如下
1797
+
1798
+ # ```
1799
+ # request.FormFields = [{
1800
+ # "ComponentName": "项目的名字",
1801
+ # "ComponentValue": "休闲山庄"
1802
+ # }, {
1803
+ # "ComponentName": "项目的地址",
1804
+ # "ComponentValue": "凤凰山北侧",
1805
+ # }, {
1806
+ # "ComponentName": "范围",
1807
+ # "ComponentValue": "凤凰山至107国道",
1808
+ # }, {
1809
+ # "ComponentName": "面积",
1810
+ # "ComponentValue": "100亩",
1811
+ # }, {
1812
+ # "ComponentName": "基本情况",
1813
+ # "ComponentValue": "完好",
1814
+ # }, , {
1815
+ # "ComponentName": "用途",
1816
+ # "ComponentValue": "经营农家乐",
1817
+ # }
1818
+ # ]
1819
+ # ```
1820
+ # 合成后合同样子示例
1821
+
1822
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/140a2fb771ac66a185d0a000d37485f6.png)
1823
+
1824
+
1825
+
1826
+ # ### 四. 注意
1793
1827
  # 1. 发起合同时候, 作为<font color="red">发起方的第三方子企业A员工的企业和员工必须经过实名</font>, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名
1794
1828
 
1795
1829
  # 2. 不同类型的签署方传参不同, 可以参考开发者中心的FlowApproverInfo结构体说明
@@ -37,8 +37,8 @@ module TencentCloud
37
37
 
38
38
  attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
39
39
  extend Gem::Deprecate
40
- deprecate :ProxyOrganizationId, :none, 2024, 1
41
- deprecate :ProxyOrganizationId=, :none, 2024, 1
40
+ deprecate :ProxyOrganizationId, :none, 2024, 2
41
+ deprecate :ProxyOrganizationId=, :none, 2024, 2
42
42
 
43
43
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
44
44
  @AppId = appid
@@ -599,8 +599,8 @@ module TencentCloud
599
599
 
600
600
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
601
601
  extend Gem::Deprecate
602
- deprecate :Operator, :none, 2024, 1
603
- deprecate :Operator=, :none, 2024, 1
602
+ deprecate :Operator, :none, 2024, 2
603
+ deprecate :Operator=, :none, 2024, 2
604
604
 
605
605
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
606
606
  @Agent = agent
@@ -768,8 +768,8 @@ module TencentCloud
768
768
 
769
769
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
770
770
  extend Gem::Deprecate
771
- deprecate :Operator, :none, 2024, 1
772
- deprecate :Operator=, :none, 2024, 1
771
+ deprecate :Operator, :none, 2024, 2
772
+ deprecate :Operator=, :none, 2024, 2
773
773
 
774
774
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
775
775
  @FlowId = flowid
@@ -829,8 +829,8 @@ module TencentCloud
829
829
 
830
830
  attr_accessor :Agent, :QrCodeId, :Operator
831
831
  extend Gem::Deprecate
832
- deprecate :Operator, :none, 2024, 1
833
- deprecate :Operator=, :none, 2024, 1
832
+ deprecate :Operator, :none, 2024, 2
833
+ deprecate :Operator=, :none, 2024, 2
834
834
 
835
835
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
836
836
  @Agent = agent
@@ -940,8 +940,8 @@ module TencentCloud
940
940
 
941
941
  attr_accessor :Agent, :FlowIds, :Operator
942
942
  extend Gem::Deprecate
943
- deprecate :Operator, :none, 2024, 1
944
- deprecate :Operator=, :none, 2024, 1
943
+ deprecate :Operator, :none, 2024, 2
944
+ deprecate :Operator=, :none, 2024, 2
945
945
 
946
946
  def initialize(agent=nil, flowids=nil, operator=nil)
947
947
  @Agent = agent
@@ -1246,8 +1246,8 @@ module TencentCloud
1246
1246
 
1247
1247
  attr_accessor :Agent, :FlowIds, :Operator
1248
1248
  extend Gem::Deprecate
1249
- deprecate :Operator, :none, 2024, 1
1250
- deprecate :Operator=, :none, 2024, 1
1249
+ deprecate :Operator, :none, 2024, 2
1250
+ deprecate :Operator=, :none, 2024, 2
1251
1251
 
1252
1252
  def initialize(agent=nil, flowids=nil, operator=nil)
1253
1253
  @Agent = agent
@@ -1324,10 +1324,10 @@ module TencentCloud
1324
1324
 
1325
1325
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1326
1326
  extend Gem::Deprecate
1327
- deprecate :Operator, :none, 2024, 1
1328
- deprecate :Operator=, :none, 2024, 1
1329
- deprecate :Organization, :none, 2024, 1
1330
- deprecate :Organization=, :none, 2024, 1
1327
+ deprecate :Operator, :none, 2024, 2
1328
+ deprecate :Operator=, :none, 2024, 2
1329
+ deprecate :Organization, :none, 2024, 2
1330
+ deprecate :Organization=, :none, 2024, 2
1331
1331
 
1332
1332
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1333
1333
  @Agent = agent
@@ -1430,8 +1430,8 @@ module TencentCloud
1430
1430
 
1431
1431
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData
1432
1432
  extend Gem::Deprecate
1433
- deprecate :Operator, :none, 2024, 1
1434
- deprecate :Operator=, :none, 2024, 1
1433
+ deprecate :Operator, :none, 2024, 2
1434
+ deprecate :Operator=, :none, 2024, 2
1435
1435
 
1436
1436
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil)
1437
1437
  @Agent = agent
@@ -1666,8 +1666,8 @@ module TencentCloud
1666
1666
 
1667
1667
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
1668
1668
  extend Gem::Deprecate
1669
- deprecate :Operator, :none, 2024, 1
1670
- deprecate :Operator=, :none, 2024, 1
1669
+ deprecate :Operator, :none, 2024, 2
1670
+ deprecate :Operator=, :none, 2024, 2
1671
1671
 
1672
1672
  def initialize(agent=nil, flowname=nil, flowdescription=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil)
1673
1673
  @Agent = agent
@@ -1807,8 +1807,8 @@ module TencentCloud
1807
1807
 
1808
1808
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
1809
1809
  extend Gem::Deprecate
1810
- deprecate :Operator, :none, 2024, 1
1811
- deprecate :Operator=, :none, 2024, 1
1810
+ deprecate :Operator, :none, 2024, 2
1811
+ deprecate :Operator=, :none, 2024, 2
1812
1812
 
1813
1813
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
1814
1814
  @FlowFileInfos = flowfileinfos
@@ -2127,10 +2127,10 @@ module TencentCloud
2127
2127
 
2128
2128
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2129
2129
  extend Gem::Deprecate
2130
- deprecate :Operator, :none, 2024, 1
2131
- deprecate :Operator=, :none, 2024, 1
2132
- deprecate :Organization, :none, 2024, 1
2133
- deprecate :Organization=, :none, 2024, 1
2130
+ deprecate :Operator, :none, 2024, 2
2131
+ deprecate :Operator=, :none, 2024, 2
2132
+ deprecate :Organization, :none, 2024, 2
2133
+ deprecate :Organization=, :none, 2024, 2
2134
2134
 
2135
2135
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2136
2136
  @Agent = agent
@@ -2233,12 +2233,12 @@ module TencentCloud
2233
2233
 
2234
2234
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
2235
2235
  extend Gem::Deprecate
2236
- deprecate :CallbackUrl, :none, 2024, 1
2237
- deprecate :CallbackUrl=, :none, 2024, 1
2238
- deprecate :ApproverRestrictions, :none, 2024, 1
2239
- deprecate :ApproverRestrictions=, :none, 2024, 1
2240
- deprecate :Operator, :none, 2024, 1
2241
- deprecate :Operator=, :none, 2024, 1
2236
+ deprecate :CallbackUrl, :none, 2024, 2
2237
+ deprecate :CallbackUrl=, :none, 2024, 2
2238
+ deprecate :ApproverRestrictions, :none, 2024, 2
2239
+ deprecate :ApproverRestrictions=, :none, 2024, 2
2240
+ deprecate :Operator, :none, 2024, 2
2241
+ deprecate :Operator=, :none, 2024, 2
2242
2242
 
2243
2243
  def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
2244
2244
  @Agent = agent
@@ -2475,12 +2475,12 @@ module TencentCloud
2475
2475
 
2476
2476
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
2477
2477
  extend Gem::Deprecate
2478
- deprecate :NeedPreview, :none, 2024, 1
2479
- deprecate :NeedPreview=, :none, 2024, 1
2480
- deprecate :Organization, :none, 2024, 1
2481
- deprecate :Organization=, :none, 2024, 1
2482
- deprecate :Operator, :none, 2024, 1
2483
- deprecate :Operator=, :none, 2024, 1
2478
+ deprecate :NeedPreview, :none, 2024, 2
2479
+ deprecate :NeedPreview=, :none, 2024, 2
2480
+ deprecate :Organization, :none, 2024, 2
2481
+ deprecate :Organization=, :none, 2024, 2
2482
+ deprecate :Operator, :none, 2024, 2
2483
+ deprecate :Operator=, :none, 2024, 2
2484
2484
 
2485
2485
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
2486
2486
  @ResourceType = resourcetype
@@ -2701,12 +2701,12 @@ module TencentCloud
2701
2701
 
2702
2702
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
2703
2703
  extend Gem::Deprecate
2704
- deprecate :CallbackUrl, :none, 2024, 1
2705
- deprecate :CallbackUrl=, :none, 2024, 1
2706
- deprecate :Organization, :none, 2024, 1
2707
- deprecate :Organization=, :none, 2024, 1
2708
- deprecate :Operator, :none, 2024, 1
2709
- deprecate :Operator=, :none, 2024, 1
2704
+ deprecate :CallbackUrl, :none, 2024, 2
2705
+ deprecate :CallbackUrl=, :none, 2024, 2
2706
+ deprecate :Organization, :none, 2024, 2
2707
+ deprecate :Organization=, :none, 2024, 2
2708
+ deprecate :Operator, :none, 2024, 2
2709
+ deprecate :Operator=, :none, 2024, 2
2710
2710
 
2711
2711
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
2712
2712
  @Agent = agent
@@ -2867,10 +2867,10 @@ module TencentCloud
2867
2867
 
2868
2868
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
2869
2869
  extend Gem::Deprecate
2870
- deprecate :Operator, :none, 2024, 1
2871
- deprecate :Operator=, :none, 2024, 1
2872
- deprecate :Organization, :none, 2024, 1
2873
- deprecate :Organization=, :none, 2024, 1
2870
+ deprecate :Operator, :none, 2024, 2
2871
+ deprecate :Operator=, :none, 2024, 2
2872
+ deprecate :Organization, :none, 2024, 2
2873
+ deprecate :Organization=, :none, 2024, 2
2874
2874
 
2875
2875
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
2876
2876
  @Agent = agent
@@ -3130,8 +3130,8 @@ module TencentCloud
3130
3130
 
3131
3131
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3132
3132
  extend Gem::Deprecate
3133
- deprecate :Operator, :none, 2024, 1
3134
- deprecate :Operator=, :none, 2024, 1
3133
+ deprecate :Operator, :none, 2024, 2
3134
+ deprecate :Operator=, :none, 2024, 2
3135
3135
 
3136
3136
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3137
3137
  @Agent = agent
@@ -3292,8 +3292,8 @@ module TencentCloud
3292
3292
 
3293
3293
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3294
3294
  extend Gem::Deprecate
3295
- deprecate :Operator, :none, 2024, 1
3296
- deprecate :Operator=, :none, 2024, 1
3295
+ deprecate :Operator, :none, 2024, 2
3296
+ deprecate :Operator=, :none, 2024, 2
3297
3297
 
3298
3298
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3299
3299
  @Agent = agent
@@ -3355,10 +3355,10 @@ module TencentCloud
3355
3355
 
3356
3356
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3357
3357
  extend Gem::Deprecate
3358
- deprecate :Organization, :none, 2024, 1
3359
- deprecate :Organization=, :none, 2024, 1
3360
- deprecate :Operator, :none, 2024, 1
3361
- deprecate :Operator=, :none, 2024, 1
3358
+ deprecate :Organization, :none, 2024, 2
3359
+ deprecate :Organization=, :none, 2024, 2
3360
+ deprecate :Operator, :none, 2024, 2
3361
+ deprecate :Operator=, :none, 2024, 2
3362
3362
 
3363
3363
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3364
3364
  @Agent = agent
@@ -3528,8 +3528,8 @@ module TencentCloud
3528
3528
 
3529
3529
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3530
3530
  extend Gem::Deprecate
3531
- deprecate :Operator, :none, 2024, 1
3532
- deprecate :Operator=, :none, 2024, 1
3531
+ deprecate :Operator, :none, 2024, 2
3532
+ deprecate :Operator=, :none, 2024, 2
3533
3533
 
3534
3534
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3535
3535
  @Agent = agent
@@ -3789,8 +3789,8 @@ module TencentCloud
3789
3789
 
3790
3790
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3791
3791
  extend Gem::Deprecate
3792
- deprecate :Operator, :none, 2024, 1
3793
- deprecate :Operator=, :none, 2024, 1
3792
+ deprecate :Operator, :none, 2024, 2
3793
+ deprecate :Operator=, :none, 2024, 2
3794
3794
 
3795
3795
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3796
3796
  @Agent = agent
@@ -4015,10 +4015,10 @@ module TencentCloud
4015
4015
 
4016
4016
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4017
4017
  extend Gem::Deprecate
4018
- deprecate :Operator, :none, 2024, 1
4019
- deprecate :Operator=, :none, 2024, 1
4020
- deprecate :Organization, :none, 2024, 1
4021
- deprecate :Organization=, :none, 2024, 1
4018
+ deprecate :Operator, :none, 2024, 2
4019
+ deprecate :Operator=, :none, 2024, 2
4020
+ deprecate :Organization, :none, 2024, 2
4021
+ deprecate :Organization=, :none, 2024, 2
4022
4022
 
4023
4023
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4024
4024
  @Agent = agent
@@ -4075,8 +4075,8 @@ module TencentCloud
4075
4075
 
4076
4076
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4077
4077
  extend Gem::Deprecate
4078
- deprecate :PreviewUrl, :none, 2024, 1
4079
- deprecate :PreviewUrl=, :none, 2024, 1
4078
+ deprecate :PreviewUrl, :none, 2024, 2
4079
+ deprecate :PreviewUrl=, :none, 2024, 2
4080
4080
 
4081
4081
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4082
4082
  @TaskId = taskid
@@ -4286,8 +4286,8 @@ module TencentCloud
4286
4286
 
4287
4287
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4288
4288
  extend Gem::Deprecate
4289
- deprecate :Operator, :none, 2024, 1
4290
- deprecate :Operator=, :none, 2024, 1
4289
+ deprecate :Operator, :none, 2024, 2
4290
+ deprecate :Operator=, :none, 2024, 2
4291
4291
 
4292
4292
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4293
4293
  @Agent = agent
@@ -4347,8 +4347,8 @@ module TencentCloud
4347
4347
 
4348
4348
  attr_accessor :FlowId, :Agent, :Operator
4349
4349
  extend Gem::Deprecate
4350
- deprecate :Operator, :none, 2024, 1
4351
- deprecate :Operator=, :none, 2024, 1
4350
+ deprecate :Operator, :none, 2024, 2
4351
+ deprecate :Operator=, :none, 2024, 2
4352
4352
 
4353
4353
  def initialize(flowid=nil, agent=nil, operator=nil)
4354
4354
  @FlowId = flowid
@@ -4968,16 +4968,21 @@ module TencentCloud
4968
4968
  # @type FlowId: String
4969
4969
  # @param Operator: 暂未开放
4970
4970
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
4971
+ # @param ReportType: 指定申请的报告类型,可选类型如下:
4972
+ # <ul><li> **0** :合同签署报告(默认)</li>
4973
+ # <li> **1** :公证处核验报告</li></ul>
4974
+ # @type ReportType: Integer
4971
4975
 
4972
- attr_accessor :Agent, :FlowId, :Operator
4976
+ attr_accessor :Agent, :FlowId, :Operator, :ReportType
4973
4977
  extend Gem::Deprecate
4974
- deprecate :Operator, :none, 2024, 1
4975
- deprecate :Operator=, :none, 2024, 1
4978
+ deprecate :Operator, :none, 2024, 2
4979
+ deprecate :Operator=, :none, 2024, 2
4976
4980
 
4977
- def initialize(agent=nil, flowid=nil, operator=nil)
4981
+ def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
4978
4982
  @Agent = agent
4979
4983
  @FlowId = flowid
4980
4984
  @Operator = operator
4985
+ @ReportType = reporttype
4981
4986
  end
4982
4987
 
4983
4988
  def deserialize(params)
@@ -4990,6 +4995,7 @@ module TencentCloud
4990
4995
  @Operator = UserInfo.new
4991
4996
  @Operator.deserialize(params['Operator'])
4992
4997
  end
4998
+ @ReportType = params['ReportType']
4993
4999
  end
4994
5000
  end
4995
5001
 
@@ -5172,8 +5178,8 @@ module TencentCloud
5172
5178
 
5173
5179
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl
5174
5180
  extend Gem::Deprecate
5175
- deprecate :Operator, :none, 2024, 1
5176
- deprecate :Operator=, :none, 2024, 1
5181
+ deprecate :Operator, :none, 2024, 2
5182
+ deprecate :Operator=, :none, 2024, 2
5177
5183
 
5178
5184
  def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil)
5179
5185
  @Agent = agent
@@ -5421,8 +5427,8 @@ module TencentCloud
5421
5427
 
5422
5428
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
5423
5429
  extend Gem::Deprecate
5424
- deprecate :Operator, :none, 2024, 1
5425
- deprecate :Operator=, :none, 2024, 1
5430
+ deprecate :Operator, :none, 2024, 2
5431
+ deprecate :Operator=, :none, 2024, 2
5426
5432
 
5427
5433
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
5428
5434
  @Agent = agent
@@ -5640,8 +5646,8 @@ module TencentCloud
5640
5646
 
5641
5647
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
5642
5648
  extend Gem::Deprecate
5643
- deprecate :Operator, :none, 2024, 1
5644
- deprecate :Operator=, :none, 2024, 1
5649
+ deprecate :Operator, :none, 2024, 2
5650
+ deprecate :Operator=, :none, 2024, 2
5645
5651
 
5646
5652
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
5647
5653
  @Agent = agent
@@ -5728,6 +5734,8 @@ module TencentCloud
5728
5734
  # <li> **APP** :第三方App或小程序跳转电子签小程序的path, App或者小程序跳转适合此类型</li>
5729
5735
  # <li> **LONGURL2WEIXINAPP** :跳转电子签小程序的链接, H5跳转适合此类型,此时返回长链</li></ul>
5730
5736
 
5737
+ # **注:**动态签署人场景,如果签署链接类型设置为`APP`,则仅支持跳转到封面页。
5738
+
5731
5739
  # 详细使用场景可以参数接口说明中的 **主要使用场景可以更加EndPoint分类如下**
5732
5740
  # @type Endpoint: String
5733
5741
  # @param GenerateType: 签署链接生成类型,可以选择的类型如下
@@ -5790,8 +5798,8 @@ module TencentCloud
5790
5798
 
5791
5799
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds
5792
5800
  extend Gem::Deprecate
5793
- deprecate :Operator, :none, 2024, 1
5794
- deprecate :Operator=, :none, 2024, 1
5801
+ deprecate :Operator, :none, 2024, 2
5802
+ deprecate :Operator=, :none, 2024, 2
5795
5803
 
5796
5804
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil)
5797
5805
  @Agent = agent
@@ -6052,16 +6060,21 @@ module TencentCloud
6052
6060
  # @type ReportId: String
6053
6061
  # @param Operator: 暂未开放
6054
6062
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
6063
+ # @param ReportType: 指定申请的报告类型,可选类型如下:
6064
+ # <ul><li> **0** :合同签署报告(默认)</li>
6065
+ # <li> **1** :公证处核验报告</li></ul>
6066
+ # @type ReportType: Integer
6055
6067
 
6056
- attr_accessor :Agent, :ReportId, :Operator
6068
+ attr_accessor :Agent, :ReportId, :Operator, :ReportType
6057
6069
  extend Gem::Deprecate
6058
- deprecate :Operator, :none, 2024, 1
6059
- deprecate :Operator=, :none, 2024, 1
6070
+ deprecate :Operator, :none, 2024, 2
6071
+ deprecate :Operator=, :none, 2024, 2
6060
6072
 
6061
- def initialize(agent=nil, reportid=nil, operator=nil)
6073
+ def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
6062
6074
  @Agent = agent
6063
6075
  @ReportId = reportid
6064
6076
  @Operator = operator
6077
+ @ReportType = reporttype
6065
6078
  end
6066
6079
 
6067
6080
  def deserialize(params)
@@ -6074,6 +6087,7 @@ module TencentCloud
6074
6087
  @Operator = UserInfo.new
6075
6088
  @Operator.deserialize(params['Operator'])
6076
6089
  end
6090
+ @ReportType = params['ReportType']
6077
6091
  end
6078
6092
  end
6079
6093
 
@@ -6400,8 +6414,8 @@ module TencentCloud
6400
6414
 
6401
6415
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
6402
6416
  extend Gem::Deprecate
6403
- deprecate :Operator, :none, 2024, 1
6404
- deprecate :Operator=, :none, 2024, 1
6417
+ deprecate :Operator, :none, 2024, 2
6418
+ deprecate :Operator=, :none, 2024, 2
6405
6419
 
6406
6420
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
6407
6421
  @Agent = agent
@@ -6490,8 +6504,8 @@ module TencentCloud
6490
6504
 
6491
6505
  attr_accessor :Agent, :FlowIds, :Operator
6492
6506
  extend Gem::Deprecate
6493
- deprecate :Operator, :none, 2024, 1
6494
- deprecate :Operator=, :none, 2024, 1
6507
+ deprecate :Operator, :none, 2024, 2
6508
+ deprecate :Operator=, :none, 2024, 2
6495
6509
 
6496
6510
  def initialize(agent=nil, flowids=nil, operator=nil)
6497
6511
  @Agent = agent
@@ -6616,8 +6630,8 @@ module TencentCloud
6616
6630
 
6617
6631
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
6618
6632
  extend Gem::Deprecate
6619
- deprecate :Operator, :none, 2024, 1
6620
- deprecate :Operator=, :none, 2024, 1
6633
+ deprecate :Operator, :none, 2024, 2
6634
+ deprecate :Operator=, :none, 2024, 2
6621
6635
 
6622
6636
  def initialize(agent=nil, templateid=nil, contenttype=nil, templateids=nil, limit=nil, offset=nil, templatename=nil, channeltemplateid=nil, queryallcomponents=nil, withpreviewurl=nil, withpdfurl=nil, operator=nil)
6623
6637
  @Agent = agent
@@ -6729,8 +6743,8 @@ module TencentCloud
6729
6743
 
6730
6744
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
6731
6745
  extend Gem::Deprecate
6732
- deprecate :Operator, :none, 2024, 1
6733
- deprecate :Operator=, :none, 2024, 1
6746
+ deprecate :Operator, :none, 2024, 2
6747
+ deprecate :Operator=, :none, 2024, 2
6734
6748
 
6735
6749
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
6736
6750
  @Agent = agent
@@ -7273,8 +7287,8 @@ module TencentCloud
7273
7287
 
7274
7288
  attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType, :AddSignComponentsLimits, :ApproverRoleName, :SignTypeSelector
7275
7289
  extend Gem::Deprecate
7276
- deprecate :CallbackUrl, :none, 2024, 1
7277
- deprecate :CallbackUrl=, :none, 2024, 1
7290
+ deprecate :CallbackUrl, :none, 2024, 2
7291
+ deprecate :CallbackUrl=, :none, 2024, 2
7278
7292
 
7279
7293
  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, addsigncomponentslimits=nil, approverrolename=nil, signtypeselector=nil)
7280
7294
  @Name = name
@@ -8059,8 +8073,8 @@ module TencentCloud
8059
8073
 
8060
8074
  attr_accessor :Agent, :DownLoadFlows, :Operator
8061
8075
  extend Gem::Deprecate
8062
- deprecate :Operator, :none, 2024, 1
8063
- deprecate :Operator=, :none, 2024, 1
8076
+ deprecate :Operator, :none, 2024, 2
8077
+ deprecate :Operator=, :none, 2024, 2
8064
8078
 
8065
8079
  def initialize(agent=nil, downloadflows=nil, operator=nil)
8066
8080
  @Agent = agent
@@ -8455,8 +8469,8 @@ module TencentCloud
8455
8469
 
8456
8470
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
8457
8471
  extend Gem::Deprecate
8458
- deprecate :Operator, :none, 2024, 1
8459
- deprecate :Operator=, :none, 2024, 1
8472
+ deprecate :Operator, :none, 2024, 2
8473
+ deprecate :Operator=, :none, 2024, 2
8460
8474
 
8461
8475
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
8462
8476
  @Agent = agent
@@ -8584,10 +8598,10 @@ module TencentCloud
8584
8598
 
8585
8599
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
8586
8600
  extend Gem::Deprecate
8587
- deprecate :ClientIp, :none, 2024, 1
8588
- deprecate :ClientIp=, :none, 2024, 1
8589
- deprecate :ProxyIp, :none, 2024, 1
8590
- deprecate :ProxyIp=, :none, 2024, 1
8601
+ deprecate :ClientIp, :none, 2024, 2
8602
+ deprecate :ClientIp=, :none, 2024, 2
8603
+ deprecate :ProxyIp, :none, 2024, 2
8604
+ deprecate :ProxyIp=, :none, 2024, 2
8591
8605
 
8592
8606
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
8593
8607
  @OrganizationOpenId = organizationopenid
@@ -8816,8 +8830,8 @@ module TencentCloud
8816
8830
 
8817
8831
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
8818
8832
  extend Gem::Deprecate
8819
- deprecate :Operator, :none, 2024, 1
8820
- deprecate :Operator=, :none, 2024, 1
8833
+ deprecate :Operator, :none, 2024, 2
8834
+ deprecate :Operator=, :none, 2024, 2
8821
8835
 
8822
8836
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
8823
8837
  @Agent = agent
@@ -9051,12 +9065,15 @@ module TencentCloud
9051
9065
  # 在注册流程中,这个手机号必须跟操作人在电子签注册的个人手机号一致。
9052
9066
  # @type AdminMobile: String
9053
9067
  # @param AuthorizationTypes: 可选的此企业允许的授权方式, 可以设置的方式有:
9054
- # 1:上传授权书+对公打款
9055
- # 2:法人授权/认证 会根据当前操作人的身份判定,如果当前操作人是法人,则是法人认证, 如果当前操作人不是法人,则走法人授权
9068
+ # 1:上传授权书
9069
+ # 2:法人授权超管
9070
+ # 5:授权书+对公打款
9071
+
9056
9072
 
9057
9073
  # 注:
9058
9074
  # `1. 当前仅支持一种认证方式`
9059
9075
  # `2. 如果当前的企业类型是政府/事业单位, 则只支持上传授权书+对公打款`
9076
+ # `3. 如果当前操作人是法人,则是法人认证`
9060
9077
  # @type AuthorizationTypes: Array
9061
9078
  # @param AdminIdCardType: 经办人的证件类型,支持以下类型
9062
9079
  # <ul><li>ID_CARD : 居民身份证 (默认值)</li>
@@ -9065,10 +9082,12 @@ module TencentCloud
9065
9082
  # @type AdminIdCardType: String
9066
9083
  # @param AdminIdCardNumber: 经办人的证件号
9067
9084
  # @type AdminIdCardNumber: String
9085
+ # @param BusinessLicense: 营业执照正面照(PNG或JPG) base64格式, 大小不超过5M
9086
+ # @type BusinessLicense: String
9068
9087
 
9069
- attr_accessor :OrganizationName, :OrganizationOpenId, :OpenId, :UniformSocialCreditCode, :LegalName, :Address, :AdminName, :AdminMobile, :AuthorizationTypes, :AdminIdCardType, :AdminIdCardNumber
9088
+ attr_accessor :OrganizationName, :OrganizationOpenId, :OpenId, :UniformSocialCreditCode, :LegalName, :Address, :AdminName, :AdminMobile, :AuthorizationTypes, :AdminIdCardType, :AdminIdCardNumber, :BusinessLicense
9070
9089
 
9071
- def initialize(organizationname=nil, organizationopenid=nil, openid=nil, uniformsocialcreditcode=nil, legalname=nil, address=nil, adminname=nil, adminmobile=nil, authorizationtypes=nil, adminidcardtype=nil, adminidcardnumber=nil)
9090
+ def initialize(organizationname=nil, organizationopenid=nil, openid=nil, uniformsocialcreditcode=nil, legalname=nil, address=nil, adminname=nil, adminmobile=nil, authorizationtypes=nil, adminidcardtype=nil, adminidcardnumber=nil, businesslicense=nil)
9072
9091
  @OrganizationName = organizationname
9073
9092
  @OrganizationOpenId = organizationopenid
9074
9093
  @OpenId = openid
@@ -9080,6 +9099,7 @@ module TencentCloud
9080
9099
  @AuthorizationTypes = authorizationtypes
9081
9100
  @AdminIdCardType = adminidcardtype
9082
9101
  @AdminIdCardNumber = adminidcardnumber
9102
+ @BusinessLicense = businesslicense
9083
9103
  end
9084
9104
 
9085
9105
  def deserialize(params)
@@ -9094,6 +9114,7 @@ module TencentCloud
9094
9114
  @AuthorizationTypes = params['AuthorizationTypes']
9095
9115
  @AdminIdCardType = params['AdminIdCardType']
9096
9116
  @AdminIdCardNumber = params['AdminIdCardNumber']
9117
+ @BusinessLicense = params['BusinessLicense']
9097
9118
  end
9098
9119
  end
9099
9120
 
@@ -9365,8 +9386,8 @@ module TencentCloud
9365
9386
 
9366
9387
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
9367
9388
  extend Gem::Deprecate
9368
- deprecate :CustomUserId, :none, 2024, 1
9369
- deprecate :CustomUserId=, :none, 2024, 1
9389
+ deprecate :CustomUserId, :none, 2024, 2
9390
+ deprecate :CustomUserId=, :none, 2024, 2
9370
9391
 
9371
9392
  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, signqrcodeurl=nil)
9372
9393
  @SignUrl = signurl
@@ -9539,8 +9560,8 @@ module TencentCloud
9539
9560
 
9540
9561
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
9541
9562
  extend Gem::Deprecate
9542
- deprecate :Operator, :none, 2024, 1
9543
- deprecate :Operator=, :none, 2024, 1
9563
+ deprecate :Operator, :none, 2024, 2
9564
+ deprecate :Operator=, :none, 2024, 2
9544
9565
 
9545
9566
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
9546
9567
  @Agent = agent
@@ -9641,8 +9662,8 @@ module TencentCloud
9641
9662
 
9642
9663
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
9643
9664
  extend Gem::Deprecate
9644
- deprecate :Operator, :none, 2024, 1
9645
- deprecate :Operator=, :none, 2024, 1
9665
+ deprecate :Operator, :none, 2024, 2
9666
+ deprecate :Operator=, :none, 2024, 2
9646
9667
 
9647
9668
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
9648
9669
  @Agent = agent
@@ -9774,8 +9795,8 @@ module TencentCloud
9774
9795
 
9775
9796
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
9776
9797
  extend Gem::Deprecate
9777
- deprecate :IsPromoter, :none, 2024, 1
9778
- deprecate :IsPromoter=, :none, 2024, 1
9798
+ deprecate :IsPromoter, :none, 2024, 2
9799
+ deprecate :IsPromoter=, :none, 2024, 2
9779
9800
 
9780
9801
  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)
9781
9802
  @TemplateId = templateid
@@ -9882,8 +9903,8 @@ module TencentCloud
9882
9903
 
9883
9904
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
9884
9905
  extend Gem::Deprecate
9885
- deprecate :Operator, :none, 2024, 1
9886
- deprecate :Operator=, :none, 2024, 1
9906
+ deprecate :Operator, :none, 2024, 2
9907
+ deprecate :Operator=, :none, 2024, 2
9887
9908
 
9888
9909
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
9889
9910
  @Agent = agent
@@ -10006,14 +10027,14 @@ module TencentCloud
10006
10027
 
10007
10028
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
10008
10029
  extend Gem::Deprecate
10009
- deprecate :Channel, :none, 2024, 1
10010
- deprecate :Channel=, :none, 2024, 1
10011
- deprecate :CustomUserId, :none, 2024, 1
10012
- deprecate :CustomUserId=, :none, 2024, 1
10013
- deprecate :ClientIp, :none, 2024, 1
10014
- deprecate :ClientIp=, :none, 2024, 1
10015
- deprecate :ProxyIp, :none, 2024, 1
10016
- deprecate :ProxyIp=, :none, 2024, 1
10030
+ deprecate :Channel, :none, 2024, 2
10031
+ deprecate :Channel=, :none, 2024, 2
10032
+ deprecate :CustomUserId, :none, 2024, 2
10033
+ deprecate :CustomUserId=, :none, 2024, 2
10034
+ deprecate :ClientIp, :none, 2024, 2
10035
+ deprecate :ClientIp=, :none, 2024, 2
10036
+ deprecate :ProxyIp, :none, 2024, 2
10037
+ deprecate :ProxyIp=, :none, 2024, 2
10017
10038
 
10018
10039
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
10019
10040
  @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.761
4
+ version: 3.0.763
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-01-30 00:00:00.000000000 Z
11
+ date: 2024-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common