tencentcloud-sdk-essbasic 3.0.975 → 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/v20210526/models.rb +3 -54
- 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: e4ff69ba49b067e6bda1eb158faee313f6b54ed1
|
4
|
+
data.tar.gz: 6c90eac2dd5e8fbe8e6a944c0c95e681c18ae00b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb8507ea728c4a5ec9383762fea231d89447ae5a9d653b0fdfaebb9d6a8919c092361ccab665c65e8ece5bae8a4072e433f6c51cd1ebfee219fd9af39ed192e4
|
7
|
+
data.tar.gz: 313f626565325b0d16ff30fffba4c844bb1d271eed540f6f0c5b58fb61b18ce85d81dd108273d412d0052acc0ebb1f2a80d2cc1cb774d27c9b9c3cae544cc08d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.977
|
data/lib/v20210526/models.rb
CHANGED
@@ -5221,60 +5221,10 @@ module TencentCloud
|
|
5221
5221
|
# <b>参数样例</b>:<br>`{"Children":["ComponentId_29","ComponentId_27","ComponentId_28","ComponentId_30"]}`
|
5222
5222
|
# <li><b>ChildrenComponents:</b> 关键字定位模式下,用来指定此签批控件的组合子控件 </li>
|
5223
5223
|
# 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>
|
5224
|
+
# <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
5225
|
# <b>参数样例</b>:
|
5276
5226
|
|
5277
|
-
#
|
5227
|
+
# <pre>
|
5278
5228
|
# {
|
5279
5229
|
# "ChildrenComponents": [
|
5280
5230
|
# {
|
@@ -5308,8 +5258,7 @@ module TencentCloud
|
|
5308
5258
|
# "ComponentExtra": ""
|
5309
5259
|
# }
|
5310
5260
|
# ]
|
5311
|
-
# }
|
5312
|
-
# ```
|
5261
|
+
# }</pre>
|
5313
5262
|
# </ul>
|
5314
5263
|
|
5315
5264
|
|
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.
|
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
|