tencentcloud-sdk-ess 3.0.976 → 3.0.978

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201111/models.rb +47 -82
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0346144c6ae3cced311bed6b07c37c100a767395
4
- data.tar.gz: 176c77e20da43743b810cd61a298303ba55ef211
3
+ metadata.gz: 45a73aa385395578e8fb7a123343bf83d66ef193
4
+ data.tar.gz: 70ffee5bdd295b4aa017a50099edec77d682d4c7
5
5
  SHA512:
6
- metadata.gz: b3ac715ffdab7e0f4c26cde19f46de96ee7831b0fdc626dd663b21930e1abfa4e2fe8e5cccdc2b7b9c1f201b0234d95c5af9fce742b2c8e7f1ce2610bde115aa
7
- data.tar.gz: c2fc82d013d88258b78ea523024cd7987b021de5ecfac90bb69e78054f9c898879090b02e7567f63a45604bda77a1b600fb2094298d51cfdbc8222d7c087b9e4
6
+ metadata.gz: 0149f385f8c8df621d13f9512196bfc44c7f13f65dac364b45bc2cb454516ef6718d3c191c7fc56c9975004541aa22d5da5d30d230c86c54d80756e47455c90e
7
+ data.tar.gz: 0bb77399e66bd2f24e8afdb966efc15c1b7b654a8e3e9bcd99616c2a54bc2bb430fd05caea9b5c1a2a9f9004f44c1da092aecb8f1ac9496ecac87045e7a8fbaf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.976
1
+ 3.0.978
@@ -1336,95 +1336,46 @@ module TencentCloud
1336
1336
  # <b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
1337
1337
  # <li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
1338
1338
  # ChildrenComponent结构体定义:
1339
- # <table border="1">
1340
- # <thead>
1341
- # <tr>
1342
- # <th>字段名称</th>
1343
- # <th>类型</th>
1344
- # <th>描述</th>
1345
- # </tr>
1346
- # </thead>
1347
- # <tbody>
1348
- # <tr>
1349
- # <td>ComponentType</td>
1350
- # <td>string</td>
1351
- # <td>子控件类型-可选值:SIGN_SIGNATURE,SIGN_DATE,SIGN_SELECTOR,SIGN_MULTI_LINE_TEXT</td>
1352
- # </tr>
1353
- # <tr>
1354
- # <td>ComponentName</td>
1355
- # <td>string</td>
1356
- # <td>子控件名称</td>
1357
- # </tr>
1358
- # <tr>
1359
- # <td>Placeholder</td>
1360
- # <td>string</td>
1361
- # <td>子控件提示语</td>
1362
- # </tr>
1363
- # <tr>
1364
- # <td>ComponentOffsetX</td>
1365
- # <td>float</td>
1366
- # <td>控件偏移位置X(相对于父控件(签批控件的ComponentX))</td>
1367
- # </tr>
1368
- # <tr>
1369
- # <td>ComponentOffsetY</td>
1370
- # <td>float</td>
1371
- # <td>控件偏移位置Y 相对于父控件(签批控件的ComponentY))</td>
1372
- # </tr>
1373
- # <tr>
1374
- # <td>ComponentWidth</td>
1375
- # <td>float</td>
1376
- # <td>控件宽</td>
1377
- # </tr>
1378
- # <tr>
1379
- # <td>ComponentHeight</td>
1380
- # <td>float</td>
1381
- # <td>控件高</td>
1382
- # </tr>
1383
- # <tr>
1384
- # <td>ComponentExtra</td>
1385
- # <td>string</td>
1386
- # <td>控件的附属信息,根据ComponentType设置</td>
1387
- # </tr>
1388
- # </tbody>
1389
- # </table>
1339
+ # <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>
1390
1340
  # <b>参数样例</b>:
1391
1341
 
1392
- # ```json
1342
+ # 输入:
1343
+ # <pre>
1393
1344
  # {
1394
- # "ChildrenComponents": [
1345
+ # ChildrenComponents: [
1395
1346
  # {
1396
- # "ComponentType": "SIGN_SIGNATURE",
1397
- # "ComponentName": "个人签名",
1398
- # "Placeholder": "请签名",
1399
- # "ComponentOffsetX": 10,
1400
- # "ComponentOffsetY": 30,
1401
- # "ComponentWidth": 119,
1402
- # "ComponentHeight": 43,
1403
- # "ComponentExtra": "{\"ComponentTypeLimit\":[\"SYSTEM_ESIGN\"]}"
1347
+ # ComponentType: SIGN_SIGNATURE,
1348
+ # ComponentName: 个人签名,
1349
+ # Placeholder: 请签名,
1350
+ # ComponentOffsetX: 10,
1351
+ # ComponentOffsetY: 30,
1352
+ # ComponentWidth: 119,
1353
+ # ComponentHeight: 43,
1354
+ # ComponentExtra: {\ComponentTypeLimit\:[\SYSTEM_ESIGN\]}
1404
1355
  # },
1405
1356
  # {
1406
- # "ComponentType": "SIGN_SELECTOR",
1407
- # "ComponentName": "是否同意此协议",
1408
- # "Placeholder": "",
1409
- # "ComponentOffsetX": 50,
1410
- # "ComponentOffsetY": 130,
1411
- # "ComponentWidth": 120,
1412
- # "ComponentHeight": 43,
1413
- # "ComponentExtra": "{\"Values\":[\"同意\",\"不同意\",\"再想想\"],\"FontSize\":12,\"FontAlign\":\"Left\",\"Font\":\"黑体\",\"MultiSelect\":false}"
1357
+ # ComponentType: SIGN_SELECTOR,
1358
+ # ComponentName: 是否同意此协议,
1359
+ # Placeholder: ,
1360
+ # ComponentOffsetX: 50,
1361
+ # ComponentOffsetY: 130,
1362
+ # ComponentWidth: 120,
1363
+ # ComponentHeight: 43,
1364
+ # ComponentExtra: {\Values\:[\同意\,\不同意\,\再想想\],\FontSize\:12,\FontAlign\:\Left\,\Font\:\黑体\,\MultiSelect\:false}
1414
1365
  # },
1415
1366
  # {
1416
- # "ComponentType": "SIGN_MULTI_LINE_TEXT",
1417
- # "ComponentName": "批注附言",
1418
- # "Placeholder": "",
1419
- # "ComponentOffsetX": 150,
1420
- # "ComponentOffsetY": 300,
1421
- # "ComponentWidth": 200,
1422
- # "ComponentHeight": 86,
1423
- # "ComponentExtra": ""
1367
+ # ComponentType: SIGN_MULTI_LINE_TEXT,
1368
+ # ComponentName: 批注附言,
1369
+ # Placeholder: ,
1370
+ # ComponentOffsetX: 150,
1371
+ # ComponentOffsetY: 300,
1372
+ # ComponentWidth: 200,
1373
+ # ComponentHeight: 86,
1374
+ # ComponentExtra:
1424
1375
  # }
1425
1376
  # ]
1426
1377
  # }
1427
- # ```
1378
+ # </pre>
1428
1379
  # </ul>
1429
1380
 
1430
1381
  # @type ComponentExtra: String
@@ -9422,10 +9373,15 @@ module TencentCloud
9422
9373
  # @param ApproverRoleName: 自定义签署人角色
9423
9374
  # 注意:此字段可能返回 null,表示取不到有效值。
9424
9375
  # @type ApproverRoleName: String
9376
+ # @param RecipientId: 模板配置中的参与方ID,与控件绑定
9377
+ # @type RecipientId: String
9425
9378
 
9426
- attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName
9379
+ attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
9380
+ extend Gem::Deprecate
9381
+ deprecate :ReceiptId, :none, 2025, 1
9382
+ deprecate :ReceiptId=, :none, 2025, 1
9427
9383
 
9428
- def initialize(approvemessage=nil, approvename=nil, approvestatus=nil, receiptid=nil, customuserid=nil, mobile=nil, signorder=nil, approvetime=nil, approvetype=nil, approversource=nil, customapprovertag=nil, organizationid=nil, organizationname=nil, signid=nil, approverrolename=nil)
9384
+ def initialize(approvemessage=nil, approvename=nil, approvestatus=nil, receiptid=nil, customuserid=nil, mobile=nil, signorder=nil, approvetime=nil, approvetype=nil, approversource=nil, customapprovertag=nil, organizationid=nil, organizationname=nil, signid=nil, approverrolename=nil, recipientid=nil)
9429
9385
  @ApproveMessage = approvemessage
9430
9386
  @ApproveName = approvename
9431
9387
  @ApproveStatus = approvestatus
@@ -9441,6 +9397,7 @@ module TencentCloud
9441
9397
  @OrganizationName = organizationname
9442
9398
  @SignId = signid
9443
9399
  @ApproverRoleName = approverrolename
9400
+ @RecipientId = recipientid
9444
9401
  end
9445
9402
 
9446
9403
  def deserialize(params)
@@ -9459,6 +9416,7 @@ module TencentCloud
9459
9416
  @OrganizationName = params['OrganizationName']
9460
9417
  @SignId = params['SignId']
9461
9418
  @ApproverRoleName = params['ApproverRoleName']
9419
+ @RecipientId = params['RecipientId']
9462
9420
  end
9463
9421
  end
9464
9422
 
@@ -12098,10 +12056,15 @@ module TencentCloud
12098
12056
  # @type ApproverSignRole: String
12099
12057
  # @param ApproverSignSealId: 印章Id,签署控件类型为印章时,用于指定本企业签署方在解除协议中使用那个印章进行签署
12100
12058
  # @type ApproverSignSealId: String
12059
+ # @param RelievedApproverRecipientId: 要更换的原合同参与人RecipientId编号。(可通过接口<a href="https://qian.tencent.com/developers/companyApis/queryFlows/DescribeFlowInfo/">DescribeFlowInfo</a>查询签署人的RecipientId编号)<br/>
12060
+ # @type RelievedApproverRecipientId: String
12101
12061
 
12102
- attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId
12062
+ attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
12063
+ extend Gem::Deprecate
12064
+ deprecate :RelievedApproverReceiptId, :none, 2025, 1
12065
+ deprecate :RelievedApproverReceiptId=, :none, 2025, 1
12103
12066
 
12104
- def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil)
12067
+ def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
12105
12068
  @Name = name
12106
12069
  @Mobile = mobile
12107
12070
  @RelievedApproverReceiptId = relievedapproverreceiptid
@@ -12109,6 +12072,7 @@ module TencentCloud
12109
12072
  @ApproverSignComponentType = approversigncomponenttype
12110
12073
  @ApproverSignRole = approversignrole
12111
12074
  @ApproverSignSealId = approversignsealid
12075
+ @RelievedApproverRecipientId = relievedapproverrecipientid
12112
12076
  end
12113
12077
 
12114
12078
  def deserialize(params)
@@ -12119,6 +12083,7 @@ module TencentCloud
12119
12083
  @ApproverSignComponentType = params['ApproverSignComponentType']
12120
12084
  @ApproverSignRole = params['ApproverSignRole']
12121
12085
  @ApproverSignSealId = params['ApproverSignSealId']
12086
+ @RelievedApproverRecipientId = params['RelievedApproverRecipientId']
12122
12087
  end
12123
12088
  end
12124
12089
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ess
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.976
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-06 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