tencentcloud-sdk-ess 3.0.976 → 3.0.977

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 +29 -78
  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: b5e6b43245768a3d87b60df68943fc541a7ed9bb
4
+ data.tar.gz: cba22ea9d3245d272a2c965056aaa80dc1c4bbf8
5
5
  SHA512:
6
- metadata.gz: b3ac715ffdab7e0f4c26cde19f46de96ee7831b0fdc626dd663b21930e1abfa4e2fe8e5cccdc2b7b9c1f201b0234d95c5af9fce742b2c8e7f1ce2610bde115aa
7
- data.tar.gz: c2fc82d013d88258b78ea523024cd7987b021de5ecfac90bb69e78054f9c898879090b02e7567f63a45604bda77a1b600fb2094298d51cfdbc8222d7c087b9e4
6
+ metadata.gz: 693de9d407adec755341978156baf4a4547e1eef59f6184598e37737c3989ea14cb813e217986f4421b4383ced3b942a2a4e827ab390ebc6567028cf6e158a7e
7
+ data.tar.gz: 2ae8fc467e9fad88baa40b7c87d0dbce43376272951ceedc5f5dd184247c3a58aba3f60651e50a91f47a93ba31e5862b645fd001656185ba7480c8515c1c2c2e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.976
1
+ 3.0.977
@@ -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
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.977
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common