tencentcloud-sdk-ess 3.0.1156 → 3.0.1161
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/v20201111/models.rb +195 -99
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3d7165577af54fc517f7b6a7fdf0acde88f008f
|
|
4
|
+
data.tar.gz: e4eeca2a45bebab9de6260b158d4687f1d5c6686
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: befda11ba36d9105550dbe4e6c0c7fb3a6f57cd0c13ce5d26d4e87c1423b3d9ad4f94a0252c0b96a8a3b995972fc8fb727b1fbcc6b54566bf1c16ec6fbe86508
|
|
7
|
+
data.tar.gz: 6e40017e1a22e6dd378b32ce87d9e683eb18c22fa34b7296717b74a1a6568be30d80521ff2358f888d1ba7710ed6cb45e8856b2bd480e399028eb90b0c146e4e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1161
|
data/lib/v20201111/models.rb
CHANGED
|
@@ -51,12 +51,12 @@ module TencentCloud
|
|
|
51
51
|
|
|
52
52
|
attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
|
|
53
53
|
extend Gem::Deprecate
|
|
54
|
-
deprecate :AppId, :none, 2025,
|
|
55
|
-
deprecate :AppId=, :none, 2025,
|
|
56
|
-
deprecate :ProxyAppId, :none, 2025,
|
|
57
|
-
deprecate :ProxyAppId=, :none, 2025,
|
|
58
|
-
deprecate :ProxyOperator, :none, 2025,
|
|
59
|
-
deprecate :ProxyOperator=, :none, 2025,
|
|
54
|
+
deprecate :AppId, :none, 2025, 11
|
|
55
|
+
deprecate :AppId=, :none, 2025, 11
|
|
56
|
+
deprecate :ProxyAppId, :none, 2025, 11
|
|
57
|
+
deprecate :ProxyAppId=, :none, 2025, 11
|
|
58
|
+
deprecate :ProxyOperator, :none, 2025, 11
|
|
59
|
+
deprecate :ProxyOperator=, :none, 2025, 11
|
|
60
60
|
|
|
61
61
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
|
62
62
|
@AppId = appid
|
|
@@ -388,7 +388,7 @@ module TencentCloud
|
|
|
388
388
|
|
|
389
389
|
|
|
390
390
|
# 注:
|
|
391
|
-
# 1.
|
|
391
|
+
# 1. `使用动态签署人能力前,需登录腾讯电子签控制台打开服务开关`
|
|
392
392
|
# 2. 此参数在嵌入式场景下无效。
|
|
393
393
|
# @type FillType: Integer
|
|
394
394
|
# @param FlowReadLimit: 签署人阅读合同限制参数
|
|
@@ -700,8 +700,8 @@ module TencentCloud
|
|
|
700
700
|
|
|
701
701
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
|
702
702
|
extend Gem::Deprecate
|
|
703
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
704
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
703
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
704
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
705
705
|
|
|
706
706
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
|
707
707
|
@UserInfo = userinfo
|
|
@@ -943,8 +943,8 @@ module TencentCloud
|
|
|
943
943
|
|
|
944
944
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
|
945
945
|
extend Gem::Deprecate
|
|
946
|
-
deprecate :Token, :none, 2025,
|
|
947
|
-
deprecate :Token=, :none, 2025,
|
|
946
|
+
deprecate :Token, :none, 2025, 11
|
|
947
|
+
deprecate :Token=, :none, 2025, 11
|
|
948
948
|
|
|
949
949
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
|
950
950
|
@CallbackUrl = callbackurl
|
|
@@ -974,12 +974,12 @@ module TencentCloud
|
|
|
974
974
|
|
|
975
975
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
|
976
976
|
extend Gem::Deprecate
|
|
977
|
-
deprecate :ApplicationId, :none, 2025,
|
|
978
|
-
deprecate :ApplicationId=, :none, 2025,
|
|
979
|
-
deprecate :OrganizationId, :none, 2025,
|
|
980
|
-
deprecate :OrganizationId=, :none, 2025,
|
|
981
|
-
deprecate :SubOrganizationId, :none, 2025,
|
|
982
|
-
deprecate :SubOrganizationId=, :none, 2025,
|
|
977
|
+
deprecate :ApplicationId, :none, 2025, 11
|
|
978
|
+
deprecate :ApplicationId=, :none, 2025, 11
|
|
979
|
+
deprecate :OrganizationId, :none, 2025, 11
|
|
980
|
+
deprecate :OrganizationId=, :none, 2025, 11
|
|
981
|
+
deprecate :SubOrganizationId, :none, 2025, 11
|
|
982
|
+
deprecate :SubOrganizationId=, :none, 2025, 11
|
|
983
983
|
|
|
984
984
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
|
985
985
|
@ApplicationId = applicationid
|
|
@@ -1424,6 +1424,11 @@ module TencentCloud
|
|
|
1424
1424
|
# <ul><li> <b>UseSealSize</b>:使用印章设置的大小盖章,true表示使用印章设置的大小盖章,false表示使用签署控件的大小进行盖章;不传则为false</li></ul>
|
|
1425
1425
|
# <b>参数样例</b>:`{"UseSealSize":true}`
|
|
1426
1426
|
|
|
1427
|
+
# <font color="red">签署意见功能设置,</font>当ComponentType为SIGN_OPINION时,可以通过以下参数设置签署意见的相关内容:
|
|
1428
|
+
# <ul><li> <b>Values</b>:签署意见预设的需要用户填写的的文本</li>
|
|
1429
|
+
# <li> <b>ValuesArray</b>:签署意见需要用户按顺序点击的分词(组合后应和Values内容一致)</li></ul>
|
|
1430
|
+
# <b>参数样例</b>:`{"Values":"我已知晓内容并同意签署","ValuesArray":["我","已知晓","内容","并","同意","签署"]}`
|
|
1431
|
+
|
|
1427
1432
|
# <font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
|
|
1428
1433
|
# <ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
|
1429
1434
|
# 场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
|
|
@@ -2205,6 +2210,8 @@ module TencentCloud
|
|
|
2205
2210
|
# 2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
|
|
2206
2211
|
# 3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
|
|
2207
2212
|
# @type Intention: :class:`Tencentcloud::Ess.v20201111.models.Intention`
|
|
2213
|
+
# @param VideoVerifyTimesLimit: 用于指定进入视频签署的限制次数,次数取值范围:1 - 10,不设置则默认为5次,仅视频签署时生效。
|
|
2214
|
+
# @type VideoVerifyTimesLimit: Integer
|
|
2208
2215
|
# @param CacheApproverInfo: 缓存签署人信息。在H5签署链接动态领取场景,首次填写后,选择缓存签署人信息,在下次签署人点击领取链接时,会自动将个人信息(姓名、身份证号、手机号)填入,否则需要每次手动填写。
|
|
2209
2216
|
|
|
2210
2217
|
# 注: `若参与方为企业员工时,暂不支持对参与方信息进行缓存`
|
|
@@ -2217,9 +2224,9 @@ module TencentCloud
|
|
|
2217
2224
|
# @param PresetApproverInfo: 预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。
|
|
2218
2225
|
# @type PresetApproverInfo: :class:`Tencentcloud::Ess.v20201111.models.PresetApproverInfo`
|
|
2219
2226
|
|
|
2220
|
-
attr_accessor :FlowApproverInfo, :Agent, :Operator, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo, :CanBatchReject, :PresetApproverInfo
|
|
2227
|
+
attr_accessor :FlowApproverInfo, :Agent, :Operator, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :VideoVerifyTimesLimit, :CacheApproverInfo, :CanBatchReject, :PresetApproverInfo
|
|
2221
2228
|
|
|
2222
|
-
def initialize(flowapproverinfo=nil, agent=nil, operator=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil, canbatchreject=nil, presetapproverinfo=nil)
|
|
2229
|
+
def initialize(flowapproverinfo=nil, agent=nil, operator=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, videoverifytimeslimit=nil, cacheapproverinfo=nil, canbatchreject=nil, presetapproverinfo=nil)
|
|
2223
2230
|
@FlowApproverInfo = flowapproverinfo
|
|
2224
2231
|
@Agent = agent
|
|
2225
2232
|
@Operator = operator
|
|
@@ -2231,6 +2238,7 @@ module TencentCloud
|
|
|
2231
2238
|
@SignTypeSelector = signtypeselector
|
|
2232
2239
|
@FlowBatchUrlInfo = flowbatchurlinfo
|
|
2233
2240
|
@Intention = intention
|
|
2241
|
+
@VideoVerifyTimesLimit = videoverifytimeslimit
|
|
2234
2242
|
@CacheApproverInfo = cacheapproverinfo
|
|
2235
2243
|
@CanBatchReject = canbatchreject
|
|
2236
2244
|
@PresetApproverInfo = presetapproverinfo
|
|
@@ -2263,6 +2271,7 @@ module TencentCloud
|
|
|
2263
2271
|
@Intention = Intention.new
|
|
2264
2272
|
@Intention.deserialize(params['Intention'])
|
|
2265
2273
|
end
|
|
2274
|
+
@VideoVerifyTimesLimit = params['VideoVerifyTimesLimit']
|
|
2266
2275
|
@CacheApproverInfo = params['CacheApproverInfo']
|
|
2267
2276
|
@CanBatchReject = params['CanBatchReject']
|
|
2268
2277
|
unless params['PresetApproverInfo'].nil?
|
|
@@ -2715,8 +2724,8 @@ module TencentCloud
|
|
|
2715
2724
|
|
|
2716
2725
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
|
2717
2726
|
extend Gem::Deprecate
|
|
2718
|
-
deprecate :Organization, :none, 2025,
|
|
2719
|
-
deprecate :Organization=, :none, 2025,
|
|
2727
|
+
deprecate :Organization, :none, 2025, 11
|
|
2728
|
+
deprecate :Organization=, :none, 2025, 11
|
|
2720
2729
|
|
|
2721
2730
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
|
2722
2731
|
@ResourceType = resourcetype
|
|
@@ -3787,8 +3796,8 @@ module TencentCloud
|
|
|
3787
3796
|
|
|
3788
3797
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
|
3789
3798
|
extend Gem::Deprecate
|
|
3790
|
-
deprecate :ReportUrl, :none, 2025,
|
|
3791
|
-
deprecate :ReportUrl=, :none, 2025,
|
|
3799
|
+
deprecate :ReportUrl, :none, 2025, 11
|
|
3800
|
+
deprecate :ReportUrl=, :none, 2025, 11
|
|
3792
3801
|
|
|
3793
3802
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
|
3794
3803
|
@ReportId = reportid
|
|
@@ -4183,7 +4192,7 @@ module TencentCloud
|
|
|
4183
4192
|
|
|
4184
4193
|
# 注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
|
|
4185
4194
|
# @type ForbidEditApprover: Boolean
|
|
4186
|
-
# @param ForbidEditFlowProperties:
|
|
4195
|
+
# @param ForbidEditFlowProperties: 禁止设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
|
|
4187
4196
|
# @type ForbidEditFlowProperties: Boolean
|
|
4188
4197
|
# @param HideComponentTypes: 在发起流程的可嵌入页面要隐藏的控件列表,和 ShowComponentTypes 参数 只能二选一使用(注:
|
|
4189
4198
|
# <font color='red'>空数组代表未指定</font>),具体的控件类型如下
|
|
@@ -4254,10 +4263,37 @@ module TencentCloud
|
|
|
4254
4263
|
# @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
|
|
4255
4264
|
# <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
|
|
4256
4265
|
# @type ForbidEditWatermark: Boolean
|
|
4266
|
+
# @param HideOperationInstructions: 隐藏操作指引: 具体的控件类型如下
|
|
4267
|
+
|
|
4268
|
+
# <ul><li>1 : 操作指引入口</li>
|
|
4269
|
+
# <li>2 : 操作文档</li>
|
|
4270
|
+
# <li>3 : 操作视频</li>
|
|
4271
|
+
# </ul>
|
|
4272
|
+
# 注:仅对新版页面生效
|
|
4273
|
+
# @type HideOperationInstructions: Array
|
|
4274
|
+
# @param HideOperationSteps: 隐藏操作步骤: 具体的控件类型如下
|
|
4257
4275
|
|
|
4258
|
-
|
|
4276
|
+
# <ul><li>1 : 选择文件及签署方</li>
|
|
4277
|
+
# <li>2 : 补充文件内容</li>
|
|
4278
|
+
# <li>4 : 发起前合同信息与设置确认</li>
|
|
4279
|
+
# </ul>
|
|
4280
|
+
# 注:仅对新版页面生效
|
|
4281
|
+
# @type HideOperationSteps: Array
|
|
4282
|
+
# @param SelfName: 本企业简称,注:仅对新版页面生效
|
|
4283
|
+
# @type SelfName: String
|
|
4284
|
+
# @param HideSignCodeAfterStart: 发起后签署码隐藏,默认false,注:仅对新版页面生效
|
|
4285
|
+
# @type HideSignCodeAfterStart: Boolean
|
|
4286
|
+
# @param PreviewAfterStart: 发起成功后是否预览合同 <ul><li>(默认) false -否</li> <li> true - 展示预览按钮</li></ul>
|
|
4287
|
+
# @type PreviewAfterStart: Boolean
|
|
4288
|
+
# @param SignAfterStart: 发起成功之后是否签署合同,仅当前经办人作为签署人时生效 <ul><li>(默认) false -否</li> <li> true - 展示签署按钮</li></ul>
|
|
4289
|
+
# @type SignAfterStart: Boolean
|
|
4290
|
+
|
|
4291
|
+
attr_accessor :CanEditFlow, :CanEditFormField, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :SkipUploadFile, :ForbidEditFillComponent, :CustomCreateFlowDescription, :ForbidAddApprover, :ForbidEditApprover, :ForbidEditFlowProperties, :HideComponentTypes, :ShowComponentTypes, :ResultPageConfig, :SignComponentConfig, :ForbidEditWatermark, :HideOperationInstructions, :HideOperationSteps, :SelfName, :HideSignCodeAfterStart, :PreviewAfterStart, :SignAfterStart
|
|
4292
|
+
extend Gem::Deprecate
|
|
4293
|
+
deprecate :HideOperationInstructions, :none, 2025, 11
|
|
4294
|
+
deprecate :HideOperationInstructions=, :none, 2025, 11
|
|
4259
4295
|
|
|
4260
|
-
def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil, signcomponentconfig=nil, forbideditwatermark=nil)
|
|
4296
|
+
def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil, signcomponentconfig=nil, forbideditwatermark=nil, hideoperationinstructions=nil, hideoperationsteps=nil, selfname=nil, hidesigncodeafterstart=nil, previewafterstart=nil, signafterstart=nil)
|
|
4261
4297
|
@CanEditFlow = caneditflow
|
|
4262
4298
|
@CanEditFormField = caneditformfield
|
|
4263
4299
|
@HideShowFlowName = hideshowflowname
|
|
@@ -4275,6 +4311,12 @@ module TencentCloud
|
|
|
4275
4311
|
@ResultPageConfig = resultpageconfig
|
|
4276
4312
|
@SignComponentConfig = signcomponentconfig
|
|
4277
4313
|
@ForbidEditWatermark = forbideditwatermark
|
|
4314
|
+
@HideOperationInstructions = hideoperationinstructions
|
|
4315
|
+
@HideOperationSteps = hideoperationsteps
|
|
4316
|
+
@SelfName = selfname
|
|
4317
|
+
@HideSignCodeAfterStart = hidesigncodeafterstart
|
|
4318
|
+
@PreviewAfterStart = previewafterstart
|
|
4319
|
+
@SignAfterStart = signafterstart
|
|
4278
4320
|
end
|
|
4279
4321
|
|
|
4280
4322
|
def deserialize(params)
|
|
@@ -4305,6 +4347,12 @@ module TencentCloud
|
|
|
4305
4347
|
@SignComponentConfig.deserialize(params['SignComponentConfig'])
|
|
4306
4348
|
end
|
|
4307
4349
|
@ForbidEditWatermark = params['ForbidEditWatermark']
|
|
4350
|
+
@HideOperationInstructions = params['HideOperationInstructions']
|
|
4351
|
+
@HideOperationSteps = params['HideOperationSteps']
|
|
4352
|
+
@SelfName = params['SelfName']
|
|
4353
|
+
@HideSignCodeAfterStart = params['HideSignCodeAfterStart']
|
|
4354
|
+
@PreviewAfterStart = params['PreviewAfterStart']
|
|
4355
|
+
@SignAfterStart = params['SignAfterStart']
|
|
4308
4356
|
end
|
|
4309
4357
|
end
|
|
4310
4358
|
|
|
@@ -4459,10 +4507,10 @@ module TencentCloud
|
|
|
4459
4507
|
|
|
4460
4508
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
|
|
4461
4509
|
extend Gem::Deprecate
|
|
4462
|
-
deprecate :RelatedFlowId, :none, 2025,
|
|
4463
|
-
deprecate :RelatedFlowId=, :none, 2025,
|
|
4464
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
4465
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
4510
|
+
deprecate :RelatedFlowId, :none, 2025, 11
|
|
4511
|
+
deprecate :RelatedFlowId=, :none, 2025, 11
|
|
4512
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
4513
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
4466
4514
|
|
|
4467
4515
|
def initialize(operator=nil, flowname=nil, approvers=nil, flowdescription=nil, flowtype=nil, clienttoken=nil, deadline=nil, remindedon=nil, userdata=nil, unordered=nil, customshowmap=nil, needsignreview=nil, agent=nil, ccinfos=nil, autosignscene=nil, relatedflowid=nil, callbackurl=nil, flowdisplaytype=nil)
|
|
4468
4516
|
@Operator = operator
|
|
@@ -4655,6 +4703,8 @@ module TencentCloud
|
|
|
4655
4703
|
# 2. 生成发起方预览链接时,该字段(FlowApproverInfos)可以传空或者不传。
|
|
4656
4704
|
|
|
4657
4705
|
# @type FlowApproverInfos: Array
|
|
4706
|
+
# @param VideoVerifyTimesLimit: 用于指定进入视频签署的限制次数,次数取值范围:1 - 10,不设置则默认为5次,仅视频签署时生效。
|
|
4707
|
+
# @type VideoVerifyTimesLimit: Integer
|
|
4658
4708
|
# @param Organization: 机构信息,暂未开放
|
|
4659
4709
|
# @type Organization: :class:`Tencentcloud::Ess.v20201111.models.OrganizationInfo`
|
|
4660
4710
|
# @param JumpUrl: 签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>
|
|
@@ -4669,16 +4719,17 @@ module TencentCloud
|
|
|
4669
4719
|
# 2. 如需生成发起方预览链接,则签署方信息应传空,即FlowApproverInfos传空或者不传。
|
|
4670
4720
|
# @type UrlType: Integer
|
|
4671
4721
|
|
|
4672
|
-
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
|
4722
|
+
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :VideoVerifyTimesLimit, :Organization, :JumpUrl, :UrlType
|
|
4673
4723
|
extend Gem::Deprecate
|
|
4674
|
-
deprecate :Organization, :none, 2025,
|
|
4675
|
-
deprecate :Organization=, :none, 2025,
|
|
4724
|
+
deprecate :Organization, :none, 2025, 11
|
|
4725
|
+
deprecate :Organization=, :none, 2025, 11
|
|
4676
4726
|
|
|
4677
|
-
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
4727
|
+
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, videoverifytimeslimit=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
4678
4728
|
@FlowId = flowid
|
|
4679
4729
|
@Operator = operator
|
|
4680
4730
|
@Agent = agent
|
|
4681
4731
|
@FlowApproverInfos = flowapproverinfos
|
|
4732
|
+
@VideoVerifyTimesLimit = videoverifytimeslimit
|
|
4682
4733
|
@Organization = organization
|
|
4683
4734
|
@JumpUrl = jumpurl
|
|
4684
4735
|
@UrlType = urltype
|
|
@@ -4702,6 +4753,7 @@ module TencentCloud
|
|
|
4702
4753
|
@FlowApproverInfos << flowcreateapprover_tmp
|
|
4703
4754
|
end
|
|
4704
4755
|
end
|
|
4756
|
+
@VideoVerifyTimesLimit = params['VideoVerifyTimesLimit']
|
|
4705
4757
|
unless params['Organization'].nil?
|
|
4706
4758
|
@Organization = OrganizationInfo.new
|
|
4707
4759
|
@Organization.deserialize(params['Organization'])
|
|
@@ -5153,8 +5205,8 @@ module TencentCloud
|
|
|
5153
5205
|
|
|
5154
5206
|
attr_accessor :Operator, :Agent, :Organization
|
|
5155
5207
|
extend Gem::Deprecate
|
|
5156
|
-
deprecate :Organization, :none, 2025,
|
|
5157
|
-
deprecate :Organization=, :none, 2025,
|
|
5208
|
+
deprecate :Organization, :none, 2025, 11
|
|
5209
|
+
deprecate :Organization=, :none, 2025, 11
|
|
5158
5210
|
|
|
5159
5211
|
def initialize(operator=nil, agent=nil, organization=nil)
|
|
5160
5212
|
@Operator = operator
|
|
@@ -5470,12 +5522,12 @@ module TencentCloud
|
|
|
5470
5522
|
|
|
5471
5523
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
|
|
5472
5524
|
extend Gem::Deprecate
|
|
5473
|
-
deprecate :QrEffectiveDay, :none, 2025,
|
|
5474
|
-
deprecate :QrEffectiveDay=, :none, 2025,
|
|
5475
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
5476
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
5477
|
-
deprecate :ApproverRestrictions, :none, 2025,
|
|
5478
|
-
deprecate :ApproverRestrictions=, :none, 2025,
|
|
5525
|
+
deprecate :QrEffectiveDay, :none, 2025, 11
|
|
5526
|
+
deprecate :QrEffectiveDay=, :none, 2025, 11
|
|
5527
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
5528
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
5529
|
+
deprecate :ApproverRestrictions, :none, 2025, 11
|
|
5530
|
+
deprecate :ApproverRestrictions=, :none, 2025, 11
|
|
5479
5531
|
|
|
5480
5532
|
def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, qreffectiveday=nil, floweffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil, approvercomponentlimittypes=nil, forbidpersonalmultiplesign=nil, flownameappendscannerinfo=nil, qrcodename=nil, qrcodeexpiredon=nil)
|
|
5481
5533
|
@Operator = operator
|
|
@@ -5652,7 +5704,8 @@ module TencentCloud
|
|
|
5652
5704
|
# @type UniformSocialCreditCode: String
|
|
5653
5705
|
# @param LegalName: 企业法人的姓名
|
|
5654
5706
|
# @type LegalName: String
|
|
5655
|
-
# @param AutoJumpUrl:
|
|
5707
|
+
# @param AutoJumpUrl: <font color="red">即将废弃</font>,入参请使用JumpEvents。
|
|
5708
|
+
# 认证完成跳回的链接,最长500个字符。
|
|
5656
5709
|
# @type AutoJumpUrl: String
|
|
5657
5710
|
# @param OrganizationAddress: 营业执照企业地址
|
|
5658
5711
|
# @type OrganizationAddress: String
|
|
@@ -5730,10 +5783,17 @@ module TencentCloud
|
|
|
5730
5783
|
|
|
5731
5784
|
# p.s. 仅在对公打款不为空时有效
|
|
5732
5785
|
# @type BankAccountNumberSame: Boolean
|
|
5786
|
+
# @param JumpEvents: 跳转事件,其中包括认证期间收录,授权书审核,企业认证的回跳事件。
|
|
5787
|
+
# p.s.
|
|
5788
|
+
# Endpoint如果是APP 类型,请传递JumpUrl为<font color="red">"true" </font>
|
|
5789
|
+
# 如果 Endpoint 是 H5 类型,请参考文档跳转电子签H5
|
|
5733
5790
|
|
|
5734
|
-
|
|
5791
|
+
# p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
|
|
5792
|
+
# @type JumpEvents: Array
|
|
5735
5793
|
|
|
5736
|
-
|
|
5794
|
+
attr_accessor :Operator, :AuthorizationTypes, :OrganizationName, :UniformSocialCreditCode, :LegalName, :AutoJumpUrl, :OrganizationAddress, :AdminName, :AdminMobile, :AdminIdCardNumber, :AdminIdCardType, :UniformSocialCreditCodeSame, :LegalNameSame, :AdminNameSame, :AdminIdCardNumberSame, :AdminMobileSame, :OrganizationNameSame, :BusinessLicense, :Endpoint, :Initialization, :PowerOfAttorneys, :UserData, :BankAccountNumber, :BankAccountNumberSame, :JumpEvents
|
|
5795
|
+
|
|
5796
|
+
def initialize(operator=nil, authorizationtypes=nil, organizationname=nil, uniformsocialcreditcode=nil, legalname=nil, autojumpurl=nil, organizationaddress=nil, adminname=nil, adminmobile=nil, adminidcardnumber=nil, adminidcardtype=nil, uniformsocialcreditcodesame=nil, legalnamesame=nil, adminnamesame=nil, adminidcardnumbersame=nil, adminmobilesame=nil, organizationnamesame=nil, businesslicense=nil, endpoint=nil, initialization=nil, powerofattorneys=nil, userdata=nil, bankaccountnumber=nil, bankaccountnumbersame=nil, jumpevents=nil)
|
|
5737
5797
|
@Operator = operator
|
|
5738
5798
|
@AuthorizationTypes = authorizationtypes
|
|
5739
5799
|
@OrganizationName = organizationname
|
|
@@ -5758,6 +5818,7 @@ module TencentCloud
|
|
|
5758
5818
|
@UserData = userdata
|
|
5759
5819
|
@BankAccountNumber = bankaccountnumber
|
|
5760
5820
|
@BankAccountNumberSame = bankaccountnumbersame
|
|
5821
|
+
@JumpEvents = jumpevents
|
|
5761
5822
|
end
|
|
5762
5823
|
|
|
5763
5824
|
def deserialize(params)
|
|
@@ -5788,6 +5849,14 @@ module TencentCloud
|
|
|
5788
5849
|
@UserData = params['UserData']
|
|
5789
5850
|
@BankAccountNumber = params['BankAccountNumber']
|
|
5790
5851
|
@BankAccountNumberSame = params['BankAccountNumberSame']
|
|
5852
|
+
unless params['JumpEvents'].nil?
|
|
5853
|
+
@JumpEvents = []
|
|
5854
|
+
params['JumpEvents'].each do |i|
|
|
5855
|
+
jumpevent_tmp = JumpEvent.new
|
|
5856
|
+
jumpevent_tmp.deserialize(i)
|
|
5857
|
+
@JumpEvents << jumpevent_tmp
|
|
5858
|
+
end
|
|
5859
|
+
end
|
|
5791
5860
|
end
|
|
5792
5861
|
end
|
|
5793
5862
|
|
|
@@ -6369,8 +6438,8 @@ module TencentCloud
|
|
|
6369
6438
|
|
|
6370
6439
|
attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
|
|
6371
6440
|
extend Gem::Deprecate
|
|
6372
|
-
deprecate :SignComponentConfig, :none, 2025,
|
|
6373
|
-
deprecate :SignComponentConfig=, :none, 2025,
|
|
6441
|
+
deprecate :SignComponentConfig, :none, 2025, 11
|
|
6442
|
+
deprecate :SignComponentConfig=, :none, 2025, 11
|
|
6374
6443
|
|
|
6375
6444
|
def initialize(operator=nil, resourceid=nil, flowname=nil, resourcetype=nil, unordered=nil, deadline=nil, userflowtypeid=nil, flowtype=nil, approvers=nil, intelligentstatus=nil, components=nil, flowoption=nil, needsignreview=nil, needcreatereview=nil, userdata=nil, ccinfos=nil, flowid=nil, agent=nil, initiatorcomponents=nil, flowdisplaytype=nil, signcomponentconfig=nil)
|
|
6376
6445
|
@Operator = operator
|
|
@@ -6539,8 +6608,8 @@ module TencentCloud
|
|
|
6539
6608
|
|
|
6540
6609
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
|
6541
6610
|
extend Gem::Deprecate
|
|
6542
|
-
deprecate :SealImage, :none, 2025,
|
|
6543
|
-
deprecate :SealImage=, :none, 2025,
|
|
6611
|
+
deprecate :SealImage, :none, 2025, 11
|
|
6612
|
+
deprecate :SealImage=, :none, 2025, 11
|
|
6544
6613
|
|
|
6545
6614
|
def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil, licensetype=nil, scenekey=nil)
|
|
6546
6615
|
@UserName = username
|
|
@@ -9245,10 +9314,10 @@ module TencentCloud
|
|
|
9245
9314
|
|
|
9246
9315
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
|
9247
9316
|
extend Gem::Deprecate
|
|
9248
|
-
deprecate :CcToken, :none, 2025,
|
|
9249
|
-
deprecate :CcToken=, :none, 2025,
|
|
9250
|
-
deprecate :Scene, :none, 2025,
|
|
9251
|
-
deprecate :Scene=, :none, 2025,
|
|
9317
|
+
deprecate :CcToken, :none, 2025, 11
|
|
9318
|
+
deprecate :CcToken=, :none, 2025, 11
|
|
9319
|
+
deprecate :Scene, :none, 2025, 11
|
|
9320
|
+
deprecate :Scene=, :none, 2025, 11
|
|
9252
9321
|
|
|
9253
9322
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
|
9254
9323
|
@Operator = operator
|
|
@@ -9628,12 +9697,12 @@ module TencentCloud
|
|
|
9628
9697
|
|
|
9629
9698
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
|
9630
9699
|
extend Gem::Deprecate
|
|
9631
|
-
deprecate :IsChannel, :none, 2025,
|
|
9632
|
-
deprecate :IsChannel=, :none, 2025,
|
|
9633
|
-
deprecate :Organization, :none, 2025,
|
|
9634
|
-
deprecate :Organization=, :none, 2025,
|
|
9635
|
-
deprecate :GenerateSource, :none, 2025,
|
|
9636
|
-
deprecate :GenerateSource=, :none, 2025,
|
|
9700
|
+
deprecate :IsChannel, :none, 2025, 11
|
|
9701
|
+
deprecate :IsChannel=, :none, 2025, 11
|
|
9702
|
+
deprecate :Organization, :none, 2025, 11
|
|
9703
|
+
deprecate :Organization=, :none, 2025, 11
|
|
9704
|
+
deprecate :GenerateSource, :none, 2025, 11
|
|
9705
|
+
deprecate :GenerateSource=, :none, 2025, 11
|
|
9637
9706
|
|
|
9638
9707
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
|
9639
9708
|
@Operator = operator
|
|
@@ -10262,8 +10331,8 @@ module TencentCloud
|
|
|
10262
10331
|
|
|
10263
10332
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
|
10264
10333
|
extend Gem::Deprecate
|
|
10265
|
-
deprecate :ActivedTotal, :none, 2025,
|
|
10266
|
-
deprecate :ActivedTotal=, :none, 2025,
|
|
10334
|
+
deprecate :ActivedTotal, :none, 2025, 11
|
|
10335
|
+
deprecate :ActivedTotal=, :none, 2025, 11
|
|
10267
10336
|
|
|
10268
10337
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
|
10269
10338
|
@Total = total
|
|
@@ -11716,8 +11785,8 @@ module TencentCloud
|
|
|
11716
11785
|
|
|
11717
11786
|
attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
|
|
11718
11787
|
extend Gem::Deprecate
|
|
11719
|
-
deprecate :ReceiptId, :none, 2025,
|
|
11720
|
-
deprecate :ReceiptId=, :none, 2025,
|
|
11788
|
+
deprecate :ReceiptId, :none, 2025, 11
|
|
11789
|
+
deprecate :ReceiptId=, :none, 2025, 11
|
|
11721
11790
|
|
|
11722
11791
|
def initialize(approvemessage=nil, approvename=nil, approvestatus=nil, receiptid=nil, customuserid=nil, mobile=nil, signorder=nil, approvetime=nil, approvetype=nil, approversource=nil, customapprovertag=nil, organizationid=nil, organizationname=nil, signid=nil, approverrolename=nil, recipientid=nil)
|
|
11723
11792
|
@ApproveMessage = approvemessage
|
|
@@ -12104,8 +12173,8 @@ module TencentCloud
|
|
|
12104
12173
|
|
|
12105
12174
|
attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl, :SignId, :ApproverNeedSignReview, :SignComponents, :Components, :ComponentLimitType, :ApproverVerifyTypes, :ApproverSignTypes, :SignTypeSelector, :Deadline, :Intention, :SignEndpoints
|
|
12106
12175
|
extend Gem::Deprecate
|
|
12107
|
-
deprecate :JumpUrl, :none, 2025,
|
|
12108
|
-
deprecate :JumpUrl=, :none, 2025,
|
|
12176
|
+
deprecate :JumpUrl, :none, 2025, 11
|
|
12177
|
+
deprecate :JumpUrl=, :none, 2025, 11
|
|
12109
12178
|
|
|
12110
12179
|
def initialize(approvertype=nil, organizationname=nil, approvername=nil, approvermobile=nil, approveridcardtype=nil, approveridcardnumber=nil, recipientid=nil, verifychannel=nil, notifytype=nil, isfulltext=nil, prereadtime=nil, userid=nil, required=nil, approversource=nil, customapprovertag=nil, registerinfo=nil, approveroption=nil, jumpurl=nil, signid=nil, approverneedsignreview=nil, signcomponents=nil, components=nil, componentlimittype=nil, approververifytypes=nil, approversigntypes=nil, signtypeselector=nil, deadline=nil, intention=nil, signendpoints=nil)
|
|
12111
12180
|
@ApproverType = approvertype
|
|
@@ -12420,8 +12489,8 @@ module TencentCloud
|
|
|
12420
12489
|
|
|
12421
12490
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
|
|
12422
12491
|
extend Gem::Deprecate
|
|
12423
|
-
deprecate :CallbackUrl, :none, 2025,
|
|
12424
|
-
deprecate :CallbackUrl=, :none, 2025,
|
|
12492
|
+
deprecate :CallbackUrl, :none, 2025, 11
|
|
12493
|
+
deprecate :CallbackUrl=, :none, 2025, 11
|
|
12425
12494
|
|
|
12426
12495
|
def initialize(flowname=nil, approvers=nil, fileids=nil, templateid=nil, flowtype=nil, flowdescription=nil, deadline=nil, callbackurl=nil, userdata=nil, unordered=nil, components=nil, needsignreview=nil, autosignscene=nil, flowdisplaytype=nil)
|
|
12427
12496
|
@FlowName = flowname
|
|
@@ -13093,8 +13162,8 @@ module TencentCloud
|
|
|
13093
13162
|
|
|
13094
13163
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
|
13095
13164
|
extend Gem::Deprecate
|
|
13096
|
-
deprecate :Organization, :none, 2025,
|
|
13097
|
-
deprecate :Organization=, :none, 2025,
|
|
13165
|
+
deprecate :Organization, :none, 2025, 11
|
|
13166
|
+
deprecate :Organization=, :none, 2025, 11
|
|
13098
13167
|
|
|
13099
13168
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
|
13100
13169
|
@TaskId = taskid
|
|
@@ -13532,6 +13601,33 @@ module TencentCloud
|
|
|
13532
13601
|
end
|
|
13533
13602
|
end
|
|
13534
13603
|
|
|
13604
|
+
# 跳转事件的结构体,其中包括认证期间收录,授权书审核,企业认证的回跳事件。
|
|
13605
|
+
class JumpEvent < TencentCloud::Common::AbstractModel
|
|
13606
|
+
# @param JumpEventType: 跳转事件枚举,
|
|
13607
|
+
# * 1 - 企业收录。
|
|
13608
|
+
# * 2 - 超管授权书审核。
|
|
13609
|
+
# * 3 - 认证完成。
|
|
13610
|
+
# @type JumpEventType: Integer
|
|
13611
|
+
# @param JumpUrl: 为认证成功后页面进行回跳的URL,请确保回跳地址的可用性。
|
|
13612
|
+
# Endpoint如果是APP 类型,请传递<font color="red">"true"</font>
|
|
13613
|
+
# 如果 Endpoint 是 H5 类型,请参考文档[跳转电子签H5](https://qian.tencent.com/developers/company/openqianh5/)
|
|
13614
|
+
|
|
13615
|
+
# p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
|
|
13616
|
+
# @type JumpUrl: String
|
|
13617
|
+
|
|
13618
|
+
attr_accessor :JumpEventType, :JumpUrl
|
|
13619
|
+
|
|
13620
|
+
def initialize(jumpeventtype=nil, jumpurl=nil)
|
|
13621
|
+
@JumpEventType = jumpeventtype
|
|
13622
|
+
@JumpUrl = jumpurl
|
|
13623
|
+
end
|
|
13624
|
+
|
|
13625
|
+
def deserialize(params)
|
|
13626
|
+
@JumpEventType = params['JumpEventType']
|
|
13627
|
+
@JumpUrl = params['JumpUrl']
|
|
13628
|
+
end
|
|
13629
|
+
end
|
|
13630
|
+
|
|
13535
13631
|
# 创建流程的签署方信息
|
|
13536
13632
|
class MiniAppCreateApproverInfo < TencentCloud::Common::AbstractModel
|
|
13537
13633
|
# @param ApproverType: 在指定签署方时,可以选择企业B端或个人C端等不同的参与者类型,可选类型如下:
|
|
@@ -14594,16 +14690,16 @@ module TencentCloud
|
|
|
14594
14690
|
|
|
14595
14691
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
|
14596
14692
|
extend Gem::Deprecate
|
|
14597
|
-
deprecate :OrganizationId, :none, 2025,
|
|
14598
|
-
deprecate :OrganizationId=, :none, 2025,
|
|
14599
|
-
deprecate :Channel, :none, 2025,
|
|
14600
|
-
deprecate :Channel=, :none, 2025,
|
|
14601
|
-
deprecate :OrganizationOpenId, :none, 2025,
|
|
14602
|
-
deprecate :OrganizationOpenId=, :none, 2025,
|
|
14603
|
-
deprecate :ClientIp, :none, 2025,
|
|
14604
|
-
deprecate :ClientIp=, :none, 2025,
|
|
14605
|
-
deprecate :ProxyIp, :none, 2025,
|
|
14606
|
-
deprecate :ProxyIp=, :none, 2025,
|
|
14693
|
+
deprecate :OrganizationId, :none, 2025, 11
|
|
14694
|
+
deprecate :OrganizationId=, :none, 2025, 11
|
|
14695
|
+
deprecate :Channel, :none, 2025, 11
|
|
14696
|
+
deprecate :Channel=, :none, 2025, 11
|
|
14697
|
+
deprecate :OrganizationOpenId, :none, 2025, 11
|
|
14698
|
+
deprecate :OrganizationOpenId=, :none, 2025, 11
|
|
14699
|
+
deprecate :ClientIp, :none, 2025, 11
|
|
14700
|
+
deprecate :ClientIp=, :none, 2025, 11
|
|
14701
|
+
deprecate :ProxyIp, :none, 2025, 11
|
|
14702
|
+
deprecate :ProxyIp=, :none, 2025, 11
|
|
14607
14703
|
|
|
14608
14704
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
|
14609
14705
|
@OrganizationId = organizationid
|
|
@@ -15089,10 +15185,10 @@ module TencentCloud
|
|
|
15089
15185
|
|
|
15090
15186
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :OrganizationAddress, :AuthorizationTypes, :AuthorizationType
|
|
15091
15187
|
extend Gem::Deprecate
|
|
15092
|
-
deprecate :Uscc, :none, 2025,
|
|
15093
|
-
deprecate :Uscc=, :none, 2025,
|
|
15094
|
-
deprecate :AuthorizationTypes, :none, 2025,
|
|
15095
|
-
deprecate :AuthorizationTypes=, :none, 2025,
|
|
15188
|
+
deprecate :Uscc, :none, 2025, 11
|
|
15189
|
+
deprecate :Uscc=, :none, 2025, 11
|
|
15190
|
+
deprecate :AuthorizationTypes, :none, 2025, 11
|
|
15191
|
+
deprecate :AuthorizationTypes=, :none, 2025, 11
|
|
15096
15192
|
|
|
15097
15193
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, organizationaddress=nil, authorizationtypes=nil, authorizationtype=nil)
|
|
15098
15194
|
@LegalName = legalname
|
|
@@ -15228,8 +15324,8 @@ module TencentCloud
|
|
|
15228
15324
|
|
|
15229
15325
|
attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
|
|
15230
15326
|
extend Gem::Deprecate
|
|
15231
|
-
deprecate :RelievedApproverReceiptId, :none, 2025,
|
|
15232
|
-
deprecate :RelievedApproverReceiptId=, :none, 2025,
|
|
15327
|
+
deprecate :RelievedApproverReceiptId, :none, 2025, 11
|
|
15328
|
+
deprecate :RelievedApproverReceiptId=, :none, 2025, 11
|
|
15233
15329
|
|
|
15234
15330
|
def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
|
|
15235
15331
|
@Name = name
|
|
@@ -15720,8 +15816,8 @@ module TencentCloud
|
|
|
15720
15816
|
|
|
15721
15817
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
15722
15818
|
extend Gem::Deprecate
|
|
15723
|
-
deprecate :ClientToken, :none, 2025,
|
|
15724
|
-
deprecate :ClientToken=, :none, 2025,
|
|
15819
|
+
deprecate :ClientToken, :none, 2025, 11
|
|
15820
|
+
deprecate :ClientToken=, :none, 2025, 11
|
|
15725
15821
|
|
|
15726
15822
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
|
15727
15823
|
@Operator = operator
|
|
@@ -16047,8 +16143,8 @@ module TencentCloud
|
|
|
16047
16143
|
|
|
16048
16144
|
attr_accessor :TemplateId, :TemplateName, :Recipients, :Components, :SignComponents, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :CreatorId, :PreviewUrl, :UserFlowType, :TemplateVersion, :Published, :ShareTemplateId, :TemplateSeals, :Seals
|
|
16049
16145
|
extend Gem::Deprecate
|
|
16050
|
-
deprecate :Seals, :none, 2025,
|
|
16051
|
-
deprecate :Seals=, :none, 2025,
|
|
16146
|
+
deprecate :Seals, :none, 2025, 11
|
|
16147
|
+
deprecate :Seals=, :none, 2025, 11
|
|
16052
16148
|
|
|
16053
16149
|
def initialize(templateid=nil, templatename=nil, recipients=nil, components=nil, signcomponents=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, creatorid=nil, previewurl=nil, userflowtype=nil, templateversion=nil, published=nil, sharetemplateid=nil, templateseals=nil, seals=nil)
|
|
16054
16150
|
@TemplateId = templateid
|
|
@@ -16399,8 +16495,8 @@ module TencentCloud
|
|
|
16399
16495
|
|
|
16400
16496
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
|
16401
16497
|
extend Gem::Deprecate
|
|
16402
|
-
deprecate :FileUrls, :none, 2025,
|
|
16403
|
-
deprecate :FileUrls=, :none, 2025,
|
|
16498
|
+
deprecate :FileUrls, :none, 2025, 11
|
|
16499
|
+
deprecate :FileUrls=, :none, 2025, 11
|
|
16404
16500
|
|
|
16405
16501
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
|
16406
16502
|
@BusinessType = businesstype
|
|
@@ -16503,14 +16599,14 @@ module TencentCloud
|
|
|
16503
16599
|
|
|
16504
16600
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
|
16505
16601
|
extend Gem::Deprecate
|
|
16506
|
-
deprecate :Channel, :none, 2025,
|
|
16507
|
-
deprecate :Channel=, :none, 2025,
|
|
16508
|
-
deprecate :OpenId, :none, 2025,
|
|
16509
|
-
deprecate :OpenId=, :none, 2025,
|
|
16510
|
-
deprecate :ClientIp, :none, 2025,
|
|
16511
|
-
deprecate :ClientIp=, :none, 2025,
|
|
16512
|
-
deprecate :ProxyIp, :none, 2025,
|
|
16513
|
-
deprecate :ProxyIp=, :none, 2025,
|
|
16602
|
+
deprecate :Channel, :none, 2025, 11
|
|
16603
|
+
deprecate :Channel=, :none, 2025, 11
|
|
16604
|
+
deprecate :OpenId, :none, 2025, 11
|
|
16605
|
+
deprecate :OpenId=, :none, 2025, 11
|
|
16606
|
+
deprecate :ClientIp, :none, 2025, 11
|
|
16607
|
+
deprecate :ClientIp=, :none, 2025, 11
|
|
16608
|
+
deprecate :ProxyIp, :none, 2025, 11
|
|
16609
|
+
deprecate :ProxyIp=, :none, 2025, 11
|
|
16514
16610
|
|
|
16515
16611
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
|
16516
16612
|
@UserId = userid
|
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.1161
|
|
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-
|
|
11
|
+
date: 2025-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,8 +34,8 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-ess.rb
|
|
37
|
-
- lib/v20201111/models.rb
|
|
38
37
|
- lib/v20201111/client.rb
|
|
38
|
+
- lib/v20201111/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|