tencentcloud-sdk-ess 3.0.465 → 3.0.466
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 +28 -20
- 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: 30388e8e59d8366a814e6c2e15b6c7c3b3d0f080
|
4
|
+
data.tar.gz: 7ab2ab7e625f69e8ec9297f9b56d292b0cb77c4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed6ca25bd4cf44c93c46752ab15ce042926c5005298e3db0f63525634a84094da385e245c61f202f374b970e8a3799d2fd08040e3eed91aa36219dde75c17551
|
7
|
+
data.tar.gz: e1669a7c7e89cd1f5013dca209f76c7202ba97ea097bb15928b25e5ba6080fe6fc0fb72823e5c0217e8c829c3b65994bf22bf3a5c854a03b8efd45b37da354db
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.466
|
data/lib/v20201111/models.rb
CHANGED
@@ -337,31 +337,33 @@ module TencentCloud
|
|
337
337
|
# 如果是SignComponent控件类型,则可选的字段为
|
338
338
|
# SIGN_SEAL - 签署印章控件;
|
339
339
|
# SIGN_DATE - 签署日期控件;
|
340
|
-
# DATE, 日期控件,默认是格式化为xxxx年xx月xx日
|
341
340
|
# SIGN_SIGNATURE - 用户签名控件;
|
342
341
|
# SIGN_PERSONAL_SEAL - 个人签署印章控件(使用文件发起暂不支持此类型);
|
343
342
|
# SIGN_PAGING_SEAL - 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight
|
343
|
+
# SIGN_OPINION - 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认
|
344
344
|
|
345
345
|
# 表单域的控件不能作为印章和签名控件
|
346
346
|
# @type ComponentType: String
|
347
|
-
# @param
|
348
|
-
# @type
|
347
|
+
# @param FileIndex: 控件所属文件的序号(模板中的resourceId排列序号,取值为:0-N)
|
348
|
+
# @type FileIndex: Integer
|
349
349
|
# @param ComponentHeight: 参数控件高度,单位pt
|
350
350
|
# @type ComponentHeight: Float
|
351
|
+
# @param ComponentWidth: 参数控件宽度,单位pt
|
352
|
+
# @type ComponentWidth: Float
|
351
353
|
# @param ComponentPage: 参数控件所在页码,取值为:1-N
|
352
354
|
# @type ComponentPage: Integer
|
353
355
|
# @param ComponentPosX: 参数控件X位置,单位pt
|
354
356
|
# @type ComponentPosX: Float
|
355
357
|
# @param ComponentPosY: 参数控件Y位置,单位pt
|
356
358
|
# @type ComponentPosY: Float
|
357
|
-
# @param FileIndex: 控件所属文件的序号(模板中的resourceId排列序号,取值为:0-N)
|
358
|
-
# @type FileIndex: Integer
|
359
359
|
# @param ComponentId: GenerateMode==KEYWORD 指定关键字
|
360
360
|
# @type ComponentId: String
|
361
361
|
# @param ComponentName: GenerateMode==FIELD 指定表单域名称
|
362
362
|
# @type ComponentName: String
|
363
363
|
# @param ComponentRequired: 是否必选,默认为false
|
364
364
|
# @type ComponentRequired: Boolean
|
365
|
+
# @param ComponentRecipientId: 控件关联的签署人ID
|
366
|
+
# @type ComponentRecipientId: String
|
365
367
|
# @param ComponentExtra: 扩展参数:
|
366
368
|
# 为JSON格式。
|
367
369
|
|
@@ -378,8 +380,8 @@ module TencentCloud
|
|
378
380
|
# ESIGN -- 个人印章类型
|
379
381
|
# 如:{“ComponentTypeLimit”: [“BORDERLESS_ESIGN”]}
|
380
382
|
# @type ComponentExtra: String
|
381
|
-
# @param
|
382
|
-
# @type
|
383
|
+
# @param IsFormType: 是否是表单域类型,默认不存在
|
384
|
+
# @type IsFormType: Boolean
|
383
385
|
# @param ComponentValue: 控件填充vaule,ComponentType和传入值类型对应关系:
|
384
386
|
# TEXT - 文本内容
|
385
387
|
# MULTI_LINE_TEXT - 文本内容
|
@@ -391,18 +393,20 @@ module TencentCloud
|
|
391
393
|
# SIGN_SEAL - 印章ID,于控制台查询获取
|
392
394
|
# SIGN_PAGING_SEAL - 可以指定印章ID,于控制台查询获取
|
393
395
|
# @type ComponentValue: String
|
394
|
-
# @param IsFormType: 是否是表单域类型,默认不存在
|
395
|
-
# @type IsFormType: Boolean
|
396
396
|
# @param GenerateMode: NORMAL 正常模式,使用坐标制定签署控件位置
|
397
397
|
# FIELD 表单域,需使用ComponentName指定表单域名称
|
398
398
|
# KEYWORD 关键字,使用ComponentId指定关键字
|
399
399
|
# @type GenerateMode: String
|
400
|
-
# @param ComponentDateFontSize:
|
400
|
+
# @param ComponentDateFontSize: 日期签署控件的字号,默认为 12
|
401
401
|
# @type ComponentDateFontSize: Integer
|
402
|
+
# @param ChannelComponentId: 渠道版控件 id 标识
|
403
|
+
# @type ChannelComponentId: String
|
402
404
|
# @param OffsetX: 指定关键字时横坐标偏移量,单位pt
|
403
405
|
# @type OffsetX: Float
|
404
406
|
# @param OffsetY: 指定关键字时纵坐标偏移量,单位pt
|
405
407
|
# @type OffsetY: Float
|
408
|
+
# @param ChannelComponentSource: //渠道子客控件来源。0-渠道指定;1-用户自定义
|
409
|
+
# @type ChannelComponentSource: Integer
|
406
410
|
# @param KeywordOrder: 指定关键字排序规则,Positive-正序,Reverse-倒序。传入Positive时会根据关键字在PDF文件内的顺序进行排列。在指定KeywordIndexes时,0代表在PDF内查找内容时,查找到的第一个关键字。
|
407
411
|
# 传入Reverse时会根据关键字在PDF文件内的反序进行排列。在指定KeywordIndexes时,0代表在PDF内查找内容时,查找到的最后一个关键字。
|
408
412
|
# @type KeywordOrder: String
|
@@ -413,27 +417,29 @@ module TencentCloud
|
|
413
417
|
# @param KeywordIndexes: 关键字索引,可选参数,如果一个关键字在PDF文件中存在多个,可以通过关键字索引指定使用第几个关键字作为最后的结果,可指定多个索引。示例:[0,2],说明使用PDF文件内第1个和第3个关键字位置。
|
414
418
|
# @type KeywordIndexes: Array
|
415
419
|
|
416
|
-
attr_accessor :ComponentType, :
|
420
|
+
attr_accessor :ComponentType, :FileIndex, :ComponentHeight, :ComponentWidth, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentId, :ComponentName, :ComponentRequired, :ComponentRecipientId, :ComponentExtra, :IsFormType, :ComponentValue, :GenerateMode, :ComponentDateFontSize, :ChannelComponentId, :OffsetX, :OffsetY, :ChannelComponentSource, :KeywordOrder, :KeywordPage, :RelativeLocation, :KeywordIndexes
|
417
421
|
|
418
|
-
def initialize(componenttype=nil,
|
422
|
+
def initialize(componenttype=nil, fileindex=nil, componentheight=nil, componentwidth=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentid=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, componentextra=nil, isformtype=nil, componentvalue=nil, generatemode=nil, componentdatefontsize=nil, channelcomponentid=nil, offsetx=nil, offsety=nil, channelcomponentsource=nil, keywordorder=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil)
|
419
423
|
@ComponentType = componenttype
|
420
|
-
@
|
424
|
+
@FileIndex = fileindex
|
421
425
|
@ComponentHeight = componentheight
|
426
|
+
@ComponentWidth = componentwidth
|
422
427
|
@ComponentPage = componentpage
|
423
428
|
@ComponentPosX = componentposx
|
424
429
|
@ComponentPosY = componentposy
|
425
|
-
@FileIndex = fileindex
|
426
430
|
@ComponentId = componentid
|
427
431
|
@ComponentName = componentname
|
428
432
|
@ComponentRequired = componentrequired
|
429
|
-
@ComponentExtra = componentextra
|
430
433
|
@ComponentRecipientId = componentrecipientid
|
431
|
-
@
|
434
|
+
@ComponentExtra = componentextra
|
432
435
|
@IsFormType = isformtype
|
436
|
+
@ComponentValue = componentvalue
|
433
437
|
@GenerateMode = generatemode
|
434
438
|
@ComponentDateFontSize = componentdatefontsize
|
439
|
+
@ChannelComponentId = channelcomponentid
|
435
440
|
@OffsetX = offsetx
|
436
441
|
@OffsetY = offsety
|
442
|
+
@ChannelComponentSource = channelcomponentsource
|
437
443
|
@KeywordOrder = keywordorder
|
438
444
|
@KeywordPage = keywordpage
|
439
445
|
@RelativeLocation = relativelocation
|
@@ -442,23 +448,25 @@ module TencentCloud
|
|
442
448
|
|
443
449
|
def deserialize(params)
|
444
450
|
@ComponentType = params['ComponentType']
|
445
|
-
@
|
451
|
+
@FileIndex = params['FileIndex']
|
446
452
|
@ComponentHeight = params['ComponentHeight']
|
453
|
+
@ComponentWidth = params['ComponentWidth']
|
447
454
|
@ComponentPage = params['ComponentPage']
|
448
455
|
@ComponentPosX = params['ComponentPosX']
|
449
456
|
@ComponentPosY = params['ComponentPosY']
|
450
|
-
@FileIndex = params['FileIndex']
|
451
457
|
@ComponentId = params['ComponentId']
|
452
458
|
@ComponentName = params['ComponentName']
|
453
459
|
@ComponentRequired = params['ComponentRequired']
|
454
|
-
@ComponentExtra = params['ComponentExtra']
|
455
460
|
@ComponentRecipientId = params['ComponentRecipientId']
|
456
|
-
@
|
461
|
+
@ComponentExtra = params['ComponentExtra']
|
457
462
|
@IsFormType = params['IsFormType']
|
463
|
+
@ComponentValue = params['ComponentValue']
|
458
464
|
@GenerateMode = params['GenerateMode']
|
459
465
|
@ComponentDateFontSize = params['ComponentDateFontSize']
|
466
|
+
@ChannelComponentId = params['ChannelComponentId']
|
460
467
|
@OffsetX = params['OffsetX']
|
461
468
|
@OffsetY = params['OffsetY']
|
469
|
+
@ChannelComponentSource = params['ChannelComponentSource']
|
462
470
|
@KeywordOrder = params['KeywordOrder']
|
463
471
|
@KeywordPage = params['KeywordPage']
|
464
472
|
@RelativeLocation = params['RelativeLocation']
|
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.466
|
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-12-
|
11
|
+
date: 2022-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|