tencentcloud-sdk-essbasic 3.0.455 → 3.0.456
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +22 -6
- 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: 1fb03bd5717f2dc55da55c3839cc000261c4a317
|
4
|
+
data.tar.gz: 8eeef1c191cf1ad5c00236181fa67f38bcd0aeb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc2137da230612a4efcc5782d205e04367cc84744558d20d706084c60a91b0fc8d4c62b10b834f3a0be6811b98c4118e2a58d80c9219207160cc1d3c6fb18f77
|
7
|
+
data.tar.gz: aca3ed8ec4739fd60f311750c03fa6995a239fbce214c7b23314b2902ad339a9350673721fc87d85db5d28668d508f7be9c8755224c0d7a02f581d92e6d03871
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.456
|
data/lib/v20210526/models.rb
CHANGED
@@ -519,10 +519,12 @@ module TencentCloud
|
|
519
519
|
# MobileCheck:手机号验证
|
520
520
|
# 参数说明:可选人脸识别或手机号验证两种方式,若选择后者,未实名个人签署方在签署合同时,无需经过实名认证和意愿确认两次人脸识别,该能力仅适用于个人签署方。
|
521
521
|
# @type ApproverVerifyType: String
|
522
|
+
# @param SignBeanTag: 标识是否允许发起后添加控件。0为不允许1为允许。如果为1,创建的时候不能有签署控件,只能创建后添加。注意发起后添加控件功能不支持添加骑缝章和签批控件
|
523
|
+
# @type SignBeanTag: Integer
|
522
524
|
|
523
|
-
attr_accessor :Agent, :FlowName, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :FlowDescription, :CustomShowMap, :CustomerData, :NeedSignReview, :Operator, :ApproverVerifyType
|
525
|
+
attr_accessor :Agent, :FlowName, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :FlowDescription, :CustomShowMap, :CustomerData, :NeedSignReview, :Operator, :ApproverVerifyType, :SignBeanTag
|
524
526
|
|
525
|
-
def initialize(agent=nil, flowname=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, flowdescription=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, operator=nil, approververifytype=nil)
|
527
|
+
def initialize(agent=nil, flowname=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, flowdescription=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, operator=nil, approververifytype=nil, signbeantag=nil)
|
526
528
|
@Agent = agent
|
527
529
|
@FlowName = flowname
|
528
530
|
@FlowApprovers = flowapprovers
|
@@ -538,6 +540,7 @@ module TencentCloud
|
|
538
540
|
@NeedSignReview = needsignreview
|
539
541
|
@Operator = operator
|
540
542
|
@ApproverVerifyType = approververifytype
|
543
|
+
@SignBeanTag = signbeantag
|
541
544
|
end
|
542
545
|
|
543
546
|
def deserialize(params)
|
@@ -576,6 +579,7 @@ module TencentCloud
|
|
576
579
|
@Operator.deserialize(params['Operator'])
|
577
580
|
end
|
578
581
|
@ApproverVerifyType = params['ApproverVerifyType']
|
582
|
+
@SignBeanTag = params['SignBeanTag']
|
579
583
|
end
|
580
584
|
end
|
581
585
|
|
@@ -1238,6 +1242,9 @@ module TencentCloud
|
|
1238
1242
|
# @type OffsetX: Float
|
1239
1243
|
# @param OffsetY: 指定关键字时纵坐标偏移量,单位pt
|
1240
1244
|
# @type OffsetY: Float
|
1245
|
+
# @param ChannelComponentId: 渠道控件ID。
|
1246
|
+
# 如果不为空,属于渠道预设控件;
|
1247
|
+
# @type ChannelComponentId: String
|
1241
1248
|
# @param KeywordPage: 指定关键字页码
|
1242
1249
|
# @type KeywordPage: Integer
|
1243
1250
|
# @param RelativeLocation: 关键字位置模式
|
@@ -1245,9 +1252,9 @@ module TencentCloud
|
|
1245
1252
|
# @param KeywordIndexes: 关键字索引
|
1246
1253
|
# @type KeywordIndexes: Array
|
1247
1254
|
|
1248
|
-
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY, :KeywordPage, :RelativeLocation, :KeywordIndexes
|
1255
|
+
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY, :ChannelComponentId, :KeywordPage, :RelativeLocation, :KeywordIndexes
|
1249
1256
|
|
1250
|
-
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil)
|
1257
|
+
def initialize(componentid=nil, componenttype=nil, componentname=nil, componentrequired=nil, componentrecipientid=nil, fileindex=nil, generatemode=nil, componentwidth=nil, componentheight=nil, componentpage=nil, componentposx=nil, componentposy=nil, componentextra=nil, componentvalue=nil, componentdatefontsize=nil, documentid=nil, componentdescription=nil, offsetx=nil, offsety=nil, channelcomponentid=nil, keywordpage=nil, relativelocation=nil, keywordindexes=nil)
|
1251
1258
|
@ComponentId = componentid
|
1252
1259
|
@ComponentType = componenttype
|
1253
1260
|
@ComponentName = componentname
|
@@ -1267,6 +1274,7 @@ module TencentCloud
|
|
1267
1274
|
@ComponentDescription = componentdescription
|
1268
1275
|
@OffsetX = offsetx
|
1269
1276
|
@OffsetY = offsety
|
1277
|
+
@ChannelComponentId = channelcomponentid
|
1270
1278
|
@KeywordPage = keywordpage
|
1271
1279
|
@RelativeLocation = relativelocation
|
1272
1280
|
@KeywordIndexes = keywordindexes
|
@@ -1292,6 +1300,7 @@ module TencentCloud
|
|
1292
1300
|
@ComponentDescription = params['ComponentDescription']
|
1293
1301
|
@OffsetX = params['OffsetX']
|
1294
1302
|
@OffsetY = params['OffsetY']
|
1303
|
+
@ChannelComponentId = params['ChannelComponentId']
|
1295
1304
|
@KeywordPage = params['KeywordPage']
|
1296
1305
|
@RelativeLocation = params['RelativeLocation']
|
1297
1306
|
@KeywordIndexes = params['KeywordIndexes']
|
@@ -2113,6 +2122,7 @@ module TencentCloud
|
|
2113
2122
|
# 默认为false,即签署人位于同一个渠道应用号下;
|
2114
2123
|
# @type NotChannelOrganization: Boolean
|
2115
2124
|
# @param OpenId: 用户侧第三方id,最大长度64个字符
|
2125
|
+
# 当签署方为同一渠道下的员工时,该字段若不指定,则发起【待领取】的流程
|
2116
2126
|
# @type OpenId: String
|
2117
2127
|
# @param OrganizationOpenId: 企业签署方在同一渠道下的其他合作企业OpenId,签署方为非发起方企业场景下必传,最大长度64个字符;
|
2118
2128
|
# @type OrganizationOpenId: String
|
@@ -2423,6 +2433,7 @@ module TencentCloud
|
|
2423
2433
|
# | cells.N.content | String | 单元格内容,字数不超过100 |
|
2424
2434
|
|
2425
2435
|
# 表格参数headers说明
|
2436
|
+
|
2426
2437
|
# | 名称 | 类型 | 描述 |
|
2427
2438
|
# | ------------------- | ------- | ------------------------------------------------- |
|
2428
2439
|
# | widthPercent | Integer | 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35 |
|
@@ -3478,10 +3489,13 @@ module TencentCloud
|
|
3478
3489
|
# @param PreviewUrl: 模板的H5预览链接,可以通过浏览器打开此链接预览模板,或者嵌入到iframe中预览模板。
|
3479
3490
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3480
3491
|
# @type PreviewUrl: String
|
3492
|
+
# @param ChannelTemplateId: 渠道模板ID
|
3493
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3494
|
+
# @type ChannelTemplateId: String
|
3481
3495
|
|
3482
|
-
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :SignComponents, :Recipients, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl
|
3496
|
+
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :SignComponents, :Recipients, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :ChannelTemplateId
|
3483
3497
|
|
3484
|
-
def initialize(templateid=nil, templatename=nil, description=nil, components=nil, signcomponents=nil, recipients=nil, templatetype=nil, ispromoter=nil, creator=nil, createdon=nil, previewurl=nil)
|
3498
|
+
def initialize(templateid=nil, templatename=nil, description=nil, components=nil, signcomponents=nil, recipients=nil, templatetype=nil, ispromoter=nil, creator=nil, createdon=nil, previewurl=nil, channeltemplateid=nil)
|
3485
3499
|
@TemplateId = templateid
|
3486
3500
|
@TemplateName = templatename
|
3487
3501
|
@Description = description
|
@@ -3493,6 +3507,7 @@ module TencentCloud
|
|
3493
3507
|
@Creator = creator
|
3494
3508
|
@CreatedOn = createdon
|
3495
3509
|
@PreviewUrl = previewurl
|
3510
|
+
@ChannelTemplateId = channeltemplateid
|
3496
3511
|
end
|
3497
3512
|
|
3498
3513
|
def deserialize(params)
|
@@ -3528,6 +3543,7 @@ module TencentCloud
|
|
3528
3543
|
@Creator = params['Creator']
|
3529
3544
|
@CreatedOn = params['CreatedOn']
|
3530
3545
|
@PreviewUrl = params['PreviewUrl']
|
3546
|
+
@ChannelTemplateId = params['ChannelTemplateId']
|
3531
3547
|
end
|
3532
3548
|
end
|
3533
3549
|
|
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.456
|
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-11-
|
11
|
+
date: 2022-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|