tencentcloud-sdk-essbasic 3.0.975 → 3.0.978

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/v20210526/models.rb +20 -58
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21db9a600117d931e86a32fc969df0d9e9e55a5e
4
- data.tar.gz: f89321f405b54123cf8d5bd210ebd34e678bda4a
3
+ metadata.gz: 37b5731f10bf3b07e5186fa43c397777ed83403d
4
+ data.tar.gz: ec03fc6f8055e27c0de8f94335828e83edd72635
5
5
  SHA512:
6
- metadata.gz: 1f6b878989e63684ac50894cd747dfca6239d18892b63fc7e936c4c231d2d7a7031f76acc7ae81f7f377abc26633fc3985b6989791b2039a5e86d37fd9e6dd78
7
- data.tar.gz: f58fc724dc09c0af8b485fd5a99299022198276f774f413651bbab02438d6edd7fd2db6276bcb4be5eccc037d605a8db17c128f1acd51578a9e5149841afc183
6
+ metadata.gz: ceb5dc7e21357534f1045f01cb67c21f93437b596aeabfc98645b3372ff7f2bf3bd7b9389cf64f7a0266d43ae7f38ce678695436097a5ad6ab229766959d84d2
7
+ data.tar.gz: 9b70042f21da3c8eb9bc2c9e36b2d3ea392b53bd51025113074250888abda282afcc04739704ac172f83620d85b8666526df5a7b879b87d44f85343adbf34cd9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.975
1
+ 3.0.978
@@ -1868,15 +1868,19 @@ module TencentCloud
1868
1868
  # <ul><li> **false** :(默认) 不开启动态合同(动态签署人2.0)</li>
1869
1869
  # <li> **true** :开启动态合同(动态签署人2.0),发起后可继续追加合同签署人</li></ul>
1870
1870
  # @type OpenDynamicFlow: Boolean
1871
+ # @param OpenDynamicSignFlow: 是否开启动态合同(动态签署人2.0)<ul><li> **false** :(默认) 不开启动态合同(动态签署人2.0)</li><li> **true** :开启动态合同(动态签署人2.0),发起后可继续追加合同签署人</li></ul>
1872
+ # @type OpenDynamicSignFlow: Boolean
1871
1873
 
1872
- attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType, :NeedPreview, :PreviewType, :OpenDynamicFlow
1874
+ attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType, :NeedPreview, :PreviewType, :OpenDynamicFlow, :OpenDynamicSignFlow
1873
1875
  extend Gem::Deprecate
1874
1876
  deprecate :CallbackUrl, :none, 2025, 1
1875
1877
  deprecate :CallbackUrl=, :none, 2025, 1
1876
1878
  deprecate :Operator, :none, 2025, 1
1877
1879
  deprecate :Operator=, :none, 2025, 1
1880
+ deprecate :OpenDynamicFlow, :none, 2025, 1
1881
+ deprecate :OpenDynamicFlow=, :none, 2025, 1
1878
1882
 
1879
- 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, flowdisplaytype=nil, needpreview=nil, previewtype=nil, opendynamicflow=nil)
1883
+ 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, flowdisplaytype=nil, needpreview=nil, previewtype=nil, opendynamicflow=nil, opendynamicsignflow=nil)
1880
1884
  @Agent = agent
1881
1885
  @FlowName = flowname
1882
1886
  @FlowDescription = flowdescription
@@ -1900,6 +1904,7 @@ module TencentCloud
1900
1904
  @NeedPreview = needpreview
1901
1905
  @PreviewType = previewtype
1902
1906
  @OpenDynamicFlow = opendynamicflow
1907
+ @OpenDynamicSignFlow = opendynamicsignflow
1903
1908
  end
1904
1909
 
1905
1910
  def deserialize(params)
@@ -1953,6 +1958,7 @@ module TencentCloud
1953
1958
  @NeedPreview = params['NeedPreview']
1954
1959
  @PreviewType = params['PreviewType']
1955
1960
  @OpenDynamicFlow = params['OpenDynamicFlow']
1961
+ @OpenDynamicSignFlow = params['OpenDynamicSignFlow']
1956
1962
  end
1957
1963
  end
1958
1964
 
@@ -5221,60 +5227,10 @@ module TencentCloud
5221
5227
  # <b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
5222
5228
  # <li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
5223
5229
  # ChildrenComponent结构体定义:
5224
- # <table border="1">
5225
- # <thead>
5226
- # <tr>
5227
- # <th>字段名称</th>
5228
- # <th>类型</th>
5229
- # <th>描述</th>
5230
- # </tr>
5231
- # </thead>
5232
- # <tbody>
5233
- # <tr>
5234
- # <td>ComponentType</td>
5235
- # <td>string</td>
5236
- # <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
5237
- # </tr>
5238
- # <tr>
5239
- # <td>ComponentName</td>
5240
- # <td>string</td>
5241
- # <td>子控件名称</td>
5242
- # </tr>
5243
- # <tr>
5244
- # <td>Placeholder</td>
5245
- # <td>string</td>
5246
- # <td>子控件提示语</td>
5247
- # </tr>
5248
- # <tr>
5249
- # <td>ComponentOffsetX</td>
5250
- # <td>float</td>
5251
- # <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
5252
- # </tr>
5253
- # <tr>
5254
- # <td>ComponentOffsetY</td>
5255
- # <td>float</td>
5256
- # <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
5257
- # </tr>
5258
- # <tr>
5259
- # <td>ComponentWidth</td>
5260
- # <td>float</td>
5261
- # <td>控件宽</td>
5262
- # </tr>
5263
- # <tr>
5264
- # <td>ComponentHeight</td>
5265
- # <td>float</td>
5266
- # <td>控件高</td>
5267
- # </tr>
5268
- # <tr>
5269
- # <td>ComponentExtra</td>
5270
- # <td>string</td>
5271
- # <td>控件的附属信息,根据ComponentType设置</td>
5272
- # </tr>
5273
- # </tbody>
5274
- # </table>
5230
+ # <table border="1"> <thead> <tr> <th>字段名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>ComponentType</td> <td>string</td> <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td> </tr> <tr> <td>ComponentName</td> <td>string</td> <td>子控件名称</td> </tr> <tr> <td>Placeholder</td> <td>string</td> <td>子控件提示语</td> </tr> <tr> <td>ComponentOffsetX</td> <td>float</td> <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td> </tr> <tr> <td>ComponentOffsetY</td> <td>float</td> <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td> </tr> <tr> <td>ComponentWidth</td> <td>float</td> <td>控件宽</td> </tr> <tr> <td>ComponentHeight</td> <td>float</td> <td>控件高</td> </tr> <tr> <td>ComponentExtra</td> <td>string</td> <td>控件的附属信息,根据ComponentType设置</td> </tr> </tbody> </table>
5275
5231
  # <b>参数样例</b>:
5276
5232
 
5277
- # ```json
5233
+ # <pre>
5278
5234
  # {
5279
5235
  # "ChildrenComponents": [
5280
5236
  # {
@@ -5308,8 +5264,7 @@ module TencentCloud
5308
5264
  # "ComponentExtra": ""
5309
5265
  # }
5310
5266
  # ]
5311
- # }
5312
- # ```
5267
+ # }</pre>
5313
5268
  # </ul>
5314
5269
 
5315
5270
 
@@ -8509,10 +8464,15 @@ module TencentCloud
8509
8464
  # @param SignId: 签署参与人在本流程中的编号ID(每个流程不同),可用此ID来定位签署参与人在本流程的签署节点。
8510
8465
  # 注意:此字段可能返回 null,表示取不到有效值。
8511
8466
  # @type SignId: String
8467
+ # @param RecipientId: 模板配置时候的签署人角色ID(用PDF文件发起也可以指定,如果不指定则自动生成此角色ID), 所有的填写控件和签署控件都归属不同的角色
8468
+ # @type RecipientId: String
8512
8469
 
8513
- attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId
8470
+ attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
8471
+ extend Gem::Deprecate
8472
+ deprecate :ReceiptId, :none, 2025, 1
8473
+ deprecate :ReceiptId=, :none, 2025, 1
8514
8474
 
8515
- def initialize(receiptid=nil, proxyorganizationopenid=nil, proxyoperatoropenid=nil, proxyorganizationname=nil, mobile=nil, signorder=nil, approvename=nil, approvestatus=nil, approvemessage=nil, approvetime=nil, approvetype=nil, approverrolename=nil, signid=nil)
8475
+ def initialize(receiptid=nil, proxyorganizationopenid=nil, proxyoperatoropenid=nil, proxyorganizationname=nil, mobile=nil, signorder=nil, approvename=nil, approvestatus=nil, approvemessage=nil, approvetime=nil, approvetype=nil, approverrolename=nil, signid=nil, recipientid=nil)
8516
8476
  @ReceiptId = receiptid
8517
8477
  @ProxyOrganizationOpenId = proxyorganizationopenid
8518
8478
  @ProxyOperatorOpenId = proxyoperatoropenid
@@ -8526,6 +8486,7 @@ module TencentCloud
8526
8486
  @ApproveType = approvetype
8527
8487
  @ApproverRoleName = approverrolename
8528
8488
  @SignId = signid
8489
+ @RecipientId = recipientid
8529
8490
  end
8530
8491
 
8531
8492
  def deserialize(params)
@@ -8542,6 +8503,7 @@ module TencentCloud
8542
8503
  @ApproveType = params['ApproveType']
8543
8504
  @ApproverRoleName = params['ApproverRoleName']
8544
8505
  @SignId = params['SignId']
8506
+ @RecipientId = params['RecipientId']
8545
8507
  end
8546
8508
  end
8547
8509
 
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.975
4
+ version: 3.0.978
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common