tencentcloud-sdk-ess 1.0.311 → 1.0.312
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 +25 -9
- 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: fbfd151bee490cf605e409291866c6c93cd7b51b
|
4
|
+
data.tar.gz: a6e7274a7f986ebf872227f3ea38ca511568367d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40fce1e424a4345a50723b52590b40d48b5e0ddd52db0a8d57b7ab21e67f916160986d5d703faba7a32f47289b4b2b66c73fca674cb0fb52b41e53d4cd850cc3
|
7
|
+
data.tar.gz: badbca38d6c06860a5269004e207b53f3829d5906a2b2708927c8325a2dd2a4d91db1cf8312710fff3be595d8652aa80014b401bcd8e4aa8d998a1473a600ba8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.312
|
data/lib/v20201111/models.rb
CHANGED
@@ -203,25 +203,33 @@ module TencentCloud
|
|
203
203
|
# SIGN_DATE - 签署日期控件
|
204
204
|
# SIGN_SIGNATURE - 手写签名控件
|
205
205
|
# @type ComponentType: String
|
206
|
-
# @param ComponentWidth: 参数控件宽度,单位
|
206
|
+
# @param ComponentWidth: 参数控件宽度,单位pt
|
207
207
|
# @type ComponentWidth: Float
|
208
|
-
# @param ComponentHeight: 参数控件高度,单位
|
208
|
+
# @param ComponentHeight: 参数控件高度,单位pt
|
209
209
|
# @type ComponentHeight: Float
|
210
210
|
# @param ComponentPage: 参数控件所在页码,取值为:1-N
|
211
211
|
# @type ComponentPage: Integer
|
212
|
-
# @param ComponentPosX: 参数控件X位置,单位
|
212
|
+
# @param ComponentPosX: 参数控件X位置,单位pt
|
213
213
|
# @type ComponentPosX: Float
|
214
|
-
# @param ComponentPosY: 参数控件Y位置,单位
|
214
|
+
# @param ComponentPosY: 参数控件Y位置,单位pt
|
215
215
|
# @type ComponentPosY: Float
|
216
216
|
# @param FileIndex: 控件所属文件的序号(模板中的resourceId排列序号,取值为:0-N)
|
217
217
|
# @type FileIndex: Integer
|
218
|
-
# @param ComponentId:
|
218
|
+
# @param ComponentId: GenerateMode==KEYWORD 指定关键字
|
219
219
|
# @type ComponentId: String
|
220
|
-
# @param ComponentName:
|
220
|
+
# @param ComponentName: GenerateMode==FIELD 指定表单域名称
|
221
221
|
# @type ComponentName: String
|
222
222
|
# @param ComponentRequired: 是否必选,默认为false
|
223
223
|
# @type ComponentRequired: Boolean
|
224
|
-
# @param ComponentExtra:
|
224
|
+
# @param ComponentExtra: 扩展参数:
|
225
|
+
# ComponentType为SIGN_SIGNATURE类型可以控制签署方式
|
226
|
+
# {“ComponentTypeLimit”: [“xxx”]}
|
227
|
+
# xxx可以为:
|
228
|
+
# HANDWRITE – 手写签名
|
229
|
+
# BORDERLESS_ESIGN – 自动生成无边框腾讯体
|
230
|
+
# OCR_ESIGN -- AI智能识别手写签名
|
231
|
+
# ESIGN -- 个人印章类型
|
232
|
+
# 如:{“ComponentTypeLimit”: [“BORDERLESS_ESIGN”]}
|
225
233
|
# @type ComponentExtra: String
|
226
234
|
# @param ComponentRecipientId: 控件关联的签署人ID
|
227
235
|
# @type ComponentRecipientId: String
|
@@ -235,10 +243,14 @@ module TencentCloud
|
|
235
243
|
# @type GenerateMode: String
|
236
244
|
# @param ComponentDateFontSize: 日期控件类型字号
|
237
245
|
# @type ComponentDateFontSize: Integer
|
246
|
+
# @param OffsetX: 指定关键字时横坐标偏移量
|
247
|
+
# @type OffsetX: Float
|
248
|
+
# @param OffsetY: 指定关键字时纵坐标偏移量
|
249
|
+
# @type OffsetY: Float
|
238
250
|
|
239
|
-
attr_accessor :ComponentType, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :FileIndex, :ComponentId, :ComponentName, :ComponentRequired, :ComponentExtra, :ComponentRecipientId, :ComponentValue, :IsFormType, :GenerateMode, :ComponentDateFontSize
|
251
|
+
attr_accessor :ComponentType, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :FileIndex, :ComponentId, :ComponentName, :ComponentRequired, :ComponentExtra, :ComponentRecipientId, :ComponentValue, :IsFormType, :GenerateMode, :ComponentDateFontSize, :OffsetX, :OffsetY
|
240
252
|
|
241
|
-
def initialize(componenttype=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, fileindex=nil, componentid=nil, componentname=nil, componentrequired=nil, componentextra=nil, componentrecipientid=nil, componentvalue=nil, isformtype=nil, generatemode=nil, componentdatefontsize=nil)
|
253
|
+
def initialize(componenttype=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, fileindex=nil, componentid=nil, componentname=nil, componentrequired=nil, componentextra=nil, componentrecipientid=nil, componentvalue=nil, isformtype=nil, generatemode=nil, componentdatefontsize=nil, offsetx=nil, offsety=nil)
|
242
254
|
@ComponentType = componenttype
|
243
255
|
@ComponentWidth = componentwidth
|
244
256
|
@ComponentHeight = componentheight
|
@@ -255,6 +267,8 @@ module TencentCloud
|
|
255
267
|
@IsFormType = isformtype
|
256
268
|
@GenerateMode = generatemode
|
257
269
|
@ComponentDateFontSize = componentdatefontsize
|
270
|
+
@OffsetX = offsetx
|
271
|
+
@OffsetY = offsety
|
258
272
|
end
|
259
273
|
|
260
274
|
def deserialize(params)
|
@@ -274,6 +288,8 @@ module TencentCloud
|
|
274
288
|
@IsFormType = params['IsFormType']
|
275
289
|
@GenerateMode = params['GenerateMode']
|
276
290
|
@ComponentDateFontSize = params['ComponentDateFontSize']
|
291
|
+
@OffsetX = params['OffsetX']
|
292
|
+
@OffsetY = params['OffsetY']
|
277
293
|
end
|
278
294
|
end
|
279
295
|
|
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: 1.0.
|
4
|
+
version: 1.0.312
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|