tencentcloud-sdk-ess 1.0.311 → 1.0.314

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 +25 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0dfbbec114a3b02e020d7926833a1af7ff82be1
4
- data.tar.gz: fb51a028b5835a3d6b8ba39afd6bfeeea267d1e8
3
+ metadata.gz: 0c8001b46137645c8b0d45ad9b607242669e2b0c
4
+ data.tar.gz: 118f1d897188d7c3932c41e96e8e42cce3d92af8
5
5
  SHA512:
6
- metadata.gz: 1787975e4c134db82fcecc18a73796bca5926bb80e9454b316025addbf36d6318b2e3bd75b7a7824aba65be0bd0c7d36347c93f65ce72fb0a012449a3dff200e
7
- data.tar.gz: e1d087c6e31d3ff8e5acf174cf899536c7a1393f9c5f4e46a383b1ec4b6e4ce1582befff7436a983c0391f887b2492d14a30c3813fbe49d80c8c604180aab69f
6
+ metadata.gz: 15b79efc18f9ef0f63a492ebaecb1e9dfbf769f603078555fa67dbb21450f48785a292537105e77827ef558524f967ceeef430719727cdb8877ffee887106329
7
+ data.tar.gz: 23fa4e72b84fd0e848d1c6d2963445a4ff58bbd92d33ca338dde65372a233bd530b4acf57c83c3cb6cbc2e994fc8a9330cc2dbb7f80c05b711a2341e731f0405
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.311
1
+ 1.0.314
@@ -203,25 +203,33 @@ module TencentCloud
203
203
  # SIGN_DATE - 签署日期控件
204
204
  # SIGN_SIGNATURE - 手写签名控件
205
205
  # @type ComponentType: String
206
- # @param ComponentWidth: 参数控件宽度,单位px
206
+ # @param ComponentWidth: 参数控件宽度,单位pt
207
207
  # @type ComponentWidth: Float
208
- # @param ComponentHeight: 参数控件高度,单位px
208
+ # @param ComponentHeight: 参数控件高度,单位pt
209
209
  # @type ComponentHeight: Float
210
210
  # @param ComponentPage: 参数控件所在页码,取值为:1-N
211
211
  # @type ComponentPage: Integer
212
- # @param ComponentPosX: 参数控件X位置,单位px
212
+ # @param ComponentPosX: 参数控件X位置,单位pt
213
213
  # @type ComponentPosX: Float
214
- # @param ComponentPosY: 参数控件Y位置,单位px
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.311
4
+ version: 1.0.314
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-12 00:00:00.000000000 Z
11
+ date: 2022-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common