tencentcloud-sdk-ess 3.0.976 → 3.0.977
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201111/models.rb +29 -78
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5e6b43245768a3d87b60df68943fc541a7ed9bb
|
4
|
+
data.tar.gz: cba22ea9d3245d272a2c965056aaa80dc1c4bbf8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 693de9d407adec755341978156baf4a4547e1eef59f6184598e37737c3989ea14cb813e217986f4421b4383ced3b942a2a4e827ab390ebc6567028cf6e158a7e
|
7
|
+
data.tar.gz: 2ae8fc467e9fad88baa40b7c87d0dbce43376272951ceedc5f5dd184247c3a58aba3f60651e50a91f47a93ba31e5862b645fd001656185ba7480c8515c1c2c2e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.977
|
data/lib/v20201111/models.rb
CHANGED
@@ -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
|
-
#
|
1342
|
+
# 输入:
|
1343
|
+
# <pre>
|
1393
1344
|
# {
|
1394
|
-
#
|
1345
|
+
# ChildrenComponents: [
|
1395
1346
|
# {
|
1396
|
-
#
|
1397
|
-
#
|
1398
|
-
#
|
1399
|
-
#
|
1400
|
-
#
|
1401
|
-
#
|
1402
|
-
#
|
1403
|
-
#
|
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
|
-
#
|
1407
|
-
#
|
1408
|
-
#
|
1409
|
-
#
|
1410
|
-
#
|
1411
|
-
#
|
1412
|
-
#
|
1413
|
-
#
|
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
|
-
#
|
1417
|
-
#
|
1418
|
-
#
|
1419
|
-
#
|
1420
|
-
#
|
1421
|
-
#
|
1422
|
-
#
|
1423
|
-
#
|
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.
|
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-
|
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
|