tencentcloud-sdk-ess 3.0.834 → 3.0.836
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/client.rb +30 -0
- data/lib/v20201111/models.rb +200 -76
- 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: e7bba5ea6eb8a73e13936d87bd682b6d7799bd83
|
4
|
+
data.tar.gz: d138f0e1cab82aa77ca3f01b0b8c4dd198b62923
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9193da375de43fd315f1f20d3b8423f2b8d4680c3508aed95e2104265ec8f7803ebf779d2c4fefa0e5d0a498a346fa163f64d17bdc29b16cf2c7b414cd956169
|
7
|
+
data.tar.gz: 901d7cb206105a2a6e89970054244918f2a7696a7cc44f513ff7f2b397ec8ac577f3ecc56d47458273270614428aa22b9d2d42a7a3a7b3add912ad3b211a6926
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.836
|
data/lib/v20201111/client.rb
CHANGED
@@ -581,6 +581,11 @@ module TencentCloud
|
|
581
581
|
# - 合同**发起后就会扣减合同的额度**, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(**过期,拒签,签署完成,解除完成等状态不会返还额度**)
|
582
582
|
# - **静默(自动)签署不支持合同签署方存在填写**功能
|
583
583
|
|
584
|
+
|
585
|
+
# <font color="red">相关视频指引</font> <br>
|
586
|
+
# 1. <a href="https://dyn.ess.tencent.cn/guide/apivideo/ess_uploadfiles.mp4" target="_blank">上传用于合同发起的PDF文件代码编写示例</a><br>
|
587
|
+
# 2. <a href="https://dyn.ess.tencent.cn/guide/apivideo/ess-CreateFlowByFiles.mp4" target="_blank">用PDF文件创建签署流程编写示例</a><br>
|
588
|
+
|
584
589
|
# @param request: Request instance for CreateFlowByFiles.
|
585
590
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateFlowByFilesRequest`
|
586
591
|
# @rtype: :class:`Tencentcloud::ess::V20201111::CreateFlowByFilesResponse`
|
@@ -1464,6 +1469,31 @@ module TencentCloud
|
|
1464
1469
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1465
1470
|
end
|
1466
1471
|
|
1472
|
+
# 该接口会生成一个手机号变更的链接,用户可以通过该链接进入电子签系统进行手机号的变更。
|
1473
|
+
# 该接口支持员工和个人端手机号的变更。
|
1474
|
+
|
1475
|
+
# @param request: Request instance for CreateUserMobileChangeUrl.
|
1476
|
+
# @type request: :class:`Tencentcloud::ess::V20201111::CreateUserMobileChangeUrlRequest`
|
1477
|
+
# @rtype: :class:`Tencentcloud::ess::V20201111::CreateUserMobileChangeUrlResponse`
|
1478
|
+
def CreateUserMobileChangeUrl(request)
|
1479
|
+
body = send_request('CreateUserMobileChangeUrl', request.serialize)
|
1480
|
+
response = JSON.parse(body)
|
1481
|
+
if response['Response'].key?('Error') == false
|
1482
|
+
model = CreateUserMobileChangeUrlResponse.new
|
1483
|
+
model.deserialize(response['Response'])
|
1484
|
+
model
|
1485
|
+
else
|
1486
|
+
code = response['Response']['Error']['Code']
|
1487
|
+
message = response['Response']['Error']['Message']
|
1488
|
+
reqid = response['Response']['RequestId']
|
1489
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1490
|
+
end
|
1491
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1492
|
+
raise e
|
1493
|
+
rescue StandardError => e
|
1494
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1495
|
+
end
|
1496
|
+
|
1467
1497
|
# 客户可以主动调用生成实名链接去做C端用户实名,会对实名的用户进行打标记为调用链接客户的用户
|
1468
1498
|
# 使用场景:
|
1469
1499
|
# 用户集成场景
|
data/lib/v20201111/models.rb
CHANGED
@@ -54,12 +54,12 @@ module TencentCloud
|
|
54
54
|
|
55
55
|
attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
|
56
56
|
extend Gem::Deprecate
|
57
|
-
deprecate :AppId, :none, 2024,
|
58
|
-
deprecate :AppId=, :none, 2024,
|
59
|
-
deprecate :ProxyAppId, :none, 2024,
|
60
|
-
deprecate :ProxyAppId=, :none, 2024,
|
61
|
-
deprecate :ProxyOperator, :none, 2024,
|
62
|
-
deprecate :ProxyOperator=, :none, 2024,
|
57
|
+
deprecate :AppId, :none, 2024, 6
|
58
|
+
deprecate :AppId=, :none, 2024, 6
|
59
|
+
deprecate :ProxyAppId, :none, 2024, 6
|
60
|
+
deprecate :ProxyAppId=, :none, 2024, 6
|
61
|
+
deprecate :ProxyOperator, :none, 2024, 6
|
62
|
+
deprecate :ProxyOperator=, :none, 2024, 6
|
63
63
|
|
64
64
|
def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
|
65
65
|
@AppId = appid
|
@@ -540,8 +540,8 @@ module TencentCloud
|
|
540
540
|
|
541
541
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
542
542
|
extend Gem::Deprecate
|
543
|
-
deprecate :CallbackUrl, :none, 2024,
|
544
|
-
deprecate :CallbackUrl=, :none, 2024,
|
543
|
+
deprecate :CallbackUrl, :none, 2024, 6
|
544
|
+
deprecate :CallbackUrl=, :none, 2024, 6
|
545
545
|
|
546
546
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
547
547
|
@UserInfo = userinfo
|
@@ -734,8 +734,8 @@ module TencentCloud
|
|
734
734
|
|
735
735
|
attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
|
736
736
|
extend Gem::Deprecate
|
737
|
-
deprecate :Token, :none, 2024,
|
738
|
-
deprecate :Token=, :none, 2024,
|
737
|
+
deprecate :Token, :none, 2024, 6
|
738
|
+
deprecate :Token=, :none, 2024, 6
|
739
739
|
|
740
740
|
def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
|
741
741
|
@CallbackUrl = callbackurl
|
@@ -765,12 +765,12 @@ module TencentCloud
|
|
765
765
|
|
766
766
|
attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
|
767
767
|
extend Gem::Deprecate
|
768
|
-
deprecate :ApplicationId, :none, 2024,
|
769
|
-
deprecate :ApplicationId=, :none, 2024,
|
770
|
-
deprecate :OrganizationId, :none, 2024,
|
771
|
-
deprecate :OrganizationId=, :none, 2024,
|
772
|
-
deprecate :SubOrganizationId, :none, 2024,
|
773
|
-
deprecate :SubOrganizationId=, :none, 2024,
|
768
|
+
deprecate :ApplicationId, :none, 2024, 6
|
769
|
+
deprecate :ApplicationId=, :none, 2024, 6
|
770
|
+
deprecate :OrganizationId, :none, 2024, 6
|
771
|
+
deprecate :OrganizationId=, :none, 2024, 6
|
772
|
+
deprecate :SubOrganizationId, :none, 2024, 6
|
773
|
+
deprecate :SubOrganizationId=, :none, 2024, 6
|
774
774
|
|
775
775
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
776
776
|
@ApplicationId = applicationid
|
@@ -1733,8 +1733,8 @@ module TencentCloud
|
|
1733
1733
|
|
1734
1734
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
1735
1735
|
extend Gem::Deprecate
|
1736
|
-
deprecate :Organization, :none, 2024,
|
1737
|
-
deprecate :Organization=, :none, 2024,
|
1736
|
+
deprecate :Organization, :none, 2024, 6
|
1737
|
+
deprecate :Organization=, :none, 2024, 6
|
1738
1738
|
|
1739
1739
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
1740
1740
|
@ResourceType = resourcetype
|
@@ -2439,8 +2439,8 @@ module TencentCloud
|
|
2439
2439
|
|
2440
2440
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
2441
2441
|
extend Gem::Deprecate
|
2442
|
-
deprecate :ReportUrl, :none, 2024,
|
2443
|
-
deprecate :ReportUrl=, :none, 2024,
|
2442
|
+
deprecate :ReportUrl, :none, 2024, 6
|
2443
|
+
deprecate :ReportUrl=, :none, 2024, 6
|
2444
2444
|
|
2445
2445
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
2446
2446
|
@ReportId = reportid
|
@@ -3007,10 +3007,10 @@ module TencentCloud
|
|
3007
3007
|
|
3008
3008
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
|
3009
3009
|
extend Gem::Deprecate
|
3010
|
-
deprecate :RelatedFlowId, :none, 2024,
|
3011
|
-
deprecate :RelatedFlowId=, :none, 2024,
|
3012
|
-
deprecate :CallbackUrl, :none, 2024,
|
3013
|
-
deprecate :CallbackUrl=, :none, 2024,
|
3010
|
+
deprecate :RelatedFlowId, :none, 2024, 6
|
3011
|
+
deprecate :RelatedFlowId=, :none, 2024, 6
|
3012
|
+
deprecate :CallbackUrl, :none, 2024, 6
|
3013
|
+
deprecate :CallbackUrl=, :none, 2024, 6
|
3014
3014
|
|
3015
3015
|
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)
|
3016
3016
|
@Operator = operator
|
@@ -3208,8 +3208,8 @@ module TencentCloud
|
|
3208
3208
|
|
3209
3209
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
3210
3210
|
extend Gem::Deprecate
|
3211
|
-
deprecate :Organization, :none, 2024,
|
3212
|
-
deprecate :Organization=, :none, 2024,
|
3211
|
+
deprecate :Organization, :none, 2024, 6
|
3212
|
+
deprecate :Organization=, :none, 2024, 6
|
3213
3213
|
|
3214
3214
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
3215
3215
|
@FlowId = flowid
|
@@ -3655,10 +3655,10 @@ module TencentCloud
|
|
3655
3655
|
|
3656
3656
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes
|
3657
3657
|
extend Gem::Deprecate
|
3658
|
-
deprecate :CallbackUrl, :none, 2024,
|
3659
|
-
deprecate :CallbackUrl=, :none, 2024,
|
3660
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
3661
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
3658
|
+
deprecate :CallbackUrl, :none, 2024, 6
|
3659
|
+
deprecate :CallbackUrl=, :none, 2024, 6
|
3660
|
+
deprecate :ApproverRestrictions, :none, 2024, 6
|
3661
|
+
deprecate :ApproverRestrictions=, :none, 2024, 6
|
3662
3662
|
|
3663
3663
|
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)
|
3664
3664
|
@Operator = operator
|
@@ -4436,8 +4436,8 @@ module TencentCloud
|
|
4436
4436
|
|
4437
4437
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
4438
4438
|
extend Gem::Deprecate
|
4439
|
-
deprecate :SealImage, :none, 2024,
|
4440
|
-
deprecate :SealImage=, :none, 2024,
|
4439
|
+
deprecate :SealImage, :none, 2024, 6
|
4440
|
+
deprecate :SealImage=, :none, 2024, 6
|
4441
4441
|
|
4442
4442
|
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)
|
4443
4443
|
@UserName = username
|
@@ -5212,6 +5212,130 @@ module TencentCloud
|
|
5212
5212
|
end
|
5213
5213
|
end
|
5214
5214
|
|
5215
|
+
# CreateUserMobileChangeUrl请求参数结构体
|
5216
|
+
class CreateUserMobileChangeUrlRequest < TencentCloud::Common::AbstractModel
|
5217
|
+
# @param Operator: 执行本接口操作的员工信息。使用此接口时,必须填写userId。 支持填入集团子公司经办人 userId 代发合同。 注: 在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
|
5218
|
+
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
5219
|
+
# @param Agent: 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
5220
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
5221
|
+
# @param UserId: 如果您要修改企业员工用户ID,传递此用户ID即可,其他参数(Name,UserAccountType,IdCardType,IdCardNumber)将被忽略。如果不传此用户ID,则会使用其他参数来进行链接生成。
|
5222
|
+
|
5223
|
+
# [点击查看用户ID的获取方式](https://res.ess.tencent.cn/cdn/tsign-developer-center/assets/images/%E7%BB%84%E7%BB%87%E6%9E%B6%E6%9E%84-47eb7105dd300e6dc0c502fba22688ae.png)
|
5224
|
+
# @type UserId: String
|
5225
|
+
# @param UserAccountType: 要修改手机号用户的类型。
|
5226
|
+
# <ul><li>0:员工 (默认)</li><li>1:个人</li>
|
5227
|
+
# </ul>
|
5228
|
+
# 如果是员工类型,<b>只能修改本方员工,而不能修改其他企业的员工</b>。
|
5229
|
+
# 如果是个人类型,可<b>不指定用户身份,生成的是固定的链接,当前登录电子签小程序的用户可进行换绑。</b>
|
5230
|
+
# @type UserAccountType: Integer
|
5231
|
+
# @param Name: 要修改手机号用户的姓名,请确保填写的姓名为对方的真实姓名,而非昵称等代名。
|
5232
|
+
|
5233
|
+
# 如果没有传递 userId且 userAccountType 是 0 或者没有传递, 此参数为<b>必填项。</b>
|
5234
|
+
# @type Name: String
|
5235
|
+
# @param IdCardType: 要修改手机号用户的证件类型,
|
5236
|
+
# 目前支持的账号类型如下:
|
5237
|
+
|
5238
|
+
# <ul><li><b>ID_CARD </b>: (默认)中国大陆居民身份证 </li>
|
5239
|
+
# <li><b>HONGKONG_AND_MACAO</b> : 港澳居民来往内地通行证</li>
|
5240
|
+
# <li><b>HONGKONG_MACAO_AND_TAIWAN </b>: 港澳台居民居住证(格式同居民身份证)</li></ul>
|
5241
|
+
# @type IdCardType: String
|
5242
|
+
# @param IdCardNumber: 要修改手机号用户的身份证号码,应符合以下规则
|
5243
|
+
# <ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
|
5244
|
+
# <li>港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给香港居民,“M”字头签发给澳门居民;第2位至第11位为数字。</li>
|
5245
|
+
# <li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
|
5246
|
+
# 如果没有传递 userId且 userAccountType 是 0 或者没有传递, 此参数为<b>必填项。</b>
|
5247
|
+
# @type IdCardNumber: String
|
5248
|
+
# @param Endpoint: 要跳转的链接类型
|
5249
|
+
|
5250
|
+
# <ul>
|
5251
|
+
# <li><b>HTTP</b>:(默认)跳转电子签小程序的http_url,短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li>
|
5252
|
+
# <li><b>HTTP_SHORT_URL</b>:跳转电子签小程序的http_url,短信通知或者H5跳转适合此类型,此时返回短链</li>
|
5253
|
+
# <li><b>APP</b>:第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li>
|
5254
|
+
# </ul>
|
5255
|
+
|
5256
|
+
# @type Endpoint: String
|
5257
|
+
# @param UserData: 在用户完成实名认证后,其自定义数据将通过[手机号换绑回调](https://qian.tencent.com/developers/company/callback_types_staffs/#%E5%8D%81%E4%B8%89-%E4%B8%AA%E4%BA%BA%E5%91%98%E5%B7%A5%E6%89%8B%E6%9C%BA%E5%8F%B7%E4%BF%AE%E6%94%B9%E5%90%8E%E5%9B%9E%E8%B0%83)返回,以便用户确认其个人数据信息。请注意,自定义数据的字符长度上限为1000,且必须采用base64编码格式。
|
5258
|
+
|
5259
|
+
# 请注意:
|
5260
|
+
# 此参数仅支持通过[获取c端用户实名链接](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)接口实名的用户生效。
|
5261
|
+
# @type UserData: String
|
5262
|
+
|
5263
|
+
attr_accessor :Operator, :Agent, :UserId, :UserAccountType, :Name, :IdCardType, :IdCardNumber, :Endpoint, :UserData
|
5264
|
+
|
5265
|
+
def initialize(operator=nil, agent=nil, userid=nil, useraccounttype=nil, name=nil, idcardtype=nil, idcardnumber=nil, endpoint=nil, userdata=nil)
|
5266
|
+
@Operator = operator
|
5267
|
+
@Agent = agent
|
5268
|
+
@UserId = userid
|
5269
|
+
@UserAccountType = useraccounttype
|
5270
|
+
@Name = name
|
5271
|
+
@IdCardType = idcardtype
|
5272
|
+
@IdCardNumber = idcardnumber
|
5273
|
+
@Endpoint = endpoint
|
5274
|
+
@UserData = userdata
|
5275
|
+
end
|
5276
|
+
|
5277
|
+
def deserialize(params)
|
5278
|
+
unless params['Operator'].nil?
|
5279
|
+
@Operator = UserInfo.new
|
5280
|
+
@Operator.deserialize(params['Operator'])
|
5281
|
+
end
|
5282
|
+
unless params['Agent'].nil?
|
5283
|
+
@Agent = Agent.new
|
5284
|
+
@Agent.deserialize(params['Agent'])
|
5285
|
+
end
|
5286
|
+
@UserId = params['UserId']
|
5287
|
+
@UserAccountType = params['UserAccountType']
|
5288
|
+
@Name = params['Name']
|
5289
|
+
@IdCardType = params['IdCardType']
|
5290
|
+
@IdCardNumber = params['IdCardNumber']
|
5291
|
+
@Endpoint = params['Endpoint']
|
5292
|
+
@UserData = params['UserData']
|
5293
|
+
end
|
5294
|
+
end
|
5295
|
+
|
5296
|
+
# CreateUserMobileChangeUrl返回参数结构体
|
5297
|
+
class CreateUserMobileChangeUrlResponse < TencentCloud::Common::AbstractModel
|
5298
|
+
# @param Url: 腾讯电子签小程序的实名认证链接。
|
5299
|
+
# 如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。
|
5300
|
+
|
5301
|
+
# - 如果EndPoint是APP,
|
5302
|
+
# 得到的链接类似于pages/guide/index?to=MOBILE_CHANGE_INTENTION&shortKey=yDCZHUyOcExAlcOvNod0, 用法可以参考描述中的"跳转到小程序的实现"
|
5303
|
+
|
5304
|
+
# - 如果EndPoint是HTTP,
|
5305
|
+
# 得到的链接类似于https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=MOBILE_CHANGE_INTENTION&shortKey=yDCZHUyOcChrfpaswT0d,点击后会跳转到腾讯电子签小程序进行签署
|
5306
|
+
|
5307
|
+
# - 如果EndPoint是HTTP_SHORT_URL,
|
5308
|
+
# 得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署
|
5309
|
+
|
5310
|
+
|
5311
|
+
# 注: 生成的链路后面不能再增加参数
|
5312
|
+
# 示例值:https://essurl.cn/2n**42Nd
|
5313
|
+
# @type Url: String
|
5314
|
+
# @param ExpireTime: 链接失效期限如下:
|
5315
|
+
|
5316
|
+
# <ul>
|
5317
|
+
# <li>如果指定更换绑定手机号的用户(指定用户ID或姓名等信息),则设定的链接失效期限为7天后。</li>
|
5318
|
+
# <li>如果没有指定更换绑定手机号的用户,则生成通用跳转到个人换手机号的界面,链接不会过期。</li>
|
5319
|
+
# </ul>
|
5320
|
+
# @type ExpireTime: Integer
|
5321
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5322
|
+
# @type RequestId: String
|
5323
|
+
|
5324
|
+
attr_accessor :Url, :ExpireTime, :RequestId
|
5325
|
+
|
5326
|
+
def initialize(url=nil, expiretime=nil, requestid=nil)
|
5327
|
+
@Url = url
|
5328
|
+
@ExpireTime = expiretime
|
5329
|
+
@RequestId = requestid
|
5330
|
+
end
|
5331
|
+
|
5332
|
+
def deserialize(params)
|
5333
|
+
@Url = params['Url']
|
5334
|
+
@ExpireTime = params['ExpireTime']
|
5335
|
+
@RequestId = params['RequestId']
|
5336
|
+
end
|
5337
|
+
end
|
5338
|
+
|
5215
5339
|
# CreateUserVerifyUrl请求参数结构体
|
5216
5340
|
class CreateUserVerifyUrlRequest < TencentCloud::Common::AbstractModel
|
5217
5341
|
# @param Operator: 操作人信息
|
@@ -6201,10 +6325,10 @@ module TencentCloud
|
|
6201
6325
|
|
6202
6326
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
6203
6327
|
extend Gem::Deprecate
|
6204
|
-
deprecate :CcToken, :none, 2024,
|
6205
|
-
deprecate :CcToken=, :none, 2024,
|
6206
|
-
deprecate :Scene, :none, 2024,
|
6207
|
-
deprecate :Scene=, :none, 2024,
|
6328
|
+
deprecate :CcToken, :none, 2024, 6
|
6329
|
+
deprecate :CcToken=, :none, 2024, 6
|
6330
|
+
deprecate :Scene, :none, 2024, 6
|
6331
|
+
deprecate :Scene=, :none, 2024, 6
|
6208
6332
|
|
6209
6333
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
6210
6334
|
@Operator = operator
|
@@ -6584,12 +6708,12 @@ module TencentCloud
|
|
6584
6708
|
|
6585
6709
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
6586
6710
|
extend Gem::Deprecate
|
6587
|
-
deprecate :IsChannel, :none, 2024,
|
6588
|
-
deprecate :IsChannel=, :none, 2024,
|
6589
|
-
deprecate :Organization, :none, 2024,
|
6590
|
-
deprecate :Organization=, :none, 2024,
|
6591
|
-
deprecate :GenerateSource, :none, 2024,
|
6592
|
-
deprecate :GenerateSource=, :none, 2024,
|
6711
|
+
deprecate :IsChannel, :none, 2024, 6
|
6712
|
+
deprecate :IsChannel=, :none, 2024, 6
|
6713
|
+
deprecate :Organization, :none, 2024, 6
|
6714
|
+
deprecate :Organization=, :none, 2024, 6
|
6715
|
+
deprecate :GenerateSource, :none, 2024, 6
|
6716
|
+
deprecate :GenerateSource=, :none, 2024, 6
|
6593
6717
|
|
6594
6718
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
6595
6719
|
@Operator = operator
|
@@ -7017,8 +7141,8 @@ module TencentCloud
|
|
7017
7141
|
|
7018
7142
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
7019
7143
|
extend Gem::Deprecate
|
7020
|
-
deprecate :ActivedTotal, :none, 2024,
|
7021
|
-
deprecate :ActivedTotal=, :none, 2024,
|
7144
|
+
deprecate :ActivedTotal, :none, 2024, 6
|
7145
|
+
deprecate :ActivedTotal=, :none, 2024, 6
|
7022
7146
|
|
7023
7147
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
7024
7148
|
@Total = total
|
@@ -8375,8 +8499,8 @@ module TencentCloud
|
|
8375
8499
|
|
8376
8500
|
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
|
8377
8501
|
extend Gem::Deprecate
|
8378
|
-
deprecate :JumpUrl, :none, 2024,
|
8379
|
-
deprecate :JumpUrl=, :none, 2024,
|
8502
|
+
deprecate :JumpUrl, :none, 2024, 6
|
8503
|
+
deprecate :JumpUrl=, :none, 2024, 6
|
8380
8504
|
|
8381
8505
|
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)
|
8382
8506
|
@ApproverType = approvertype
|
@@ -8640,8 +8764,8 @@ module TencentCloud
|
|
8640
8764
|
|
8641
8765
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene
|
8642
8766
|
extend Gem::Deprecate
|
8643
|
-
deprecate :CallbackUrl, :none, 2024,
|
8644
|
-
deprecate :CallbackUrl=, :none, 2024,
|
8767
|
+
deprecate :CallbackUrl, :none, 2024, 6
|
8768
|
+
deprecate :CallbackUrl=, :none, 2024, 6
|
8645
8769
|
|
8646
8770
|
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)
|
8647
8771
|
@FlowName = flowname
|
@@ -9056,8 +9180,8 @@ module TencentCloud
|
|
9056
9180
|
|
9057
9181
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
9058
9182
|
extend Gem::Deprecate
|
9059
|
-
deprecate :Organization, :none, 2024,
|
9060
|
-
deprecate :Organization=, :none, 2024,
|
9183
|
+
deprecate :Organization, :none, 2024, 6
|
9184
|
+
deprecate :Organization=, :none, 2024, 6
|
9061
9185
|
|
9062
9186
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
9063
9187
|
@TaskId = taskid
|
@@ -10069,16 +10193,16 @@ module TencentCloud
|
|
10069
10193
|
|
10070
10194
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
10071
10195
|
extend Gem::Deprecate
|
10072
|
-
deprecate :OrganizationId, :none, 2024,
|
10073
|
-
deprecate :OrganizationId=, :none, 2024,
|
10074
|
-
deprecate :Channel, :none, 2024,
|
10075
|
-
deprecate :Channel=, :none, 2024,
|
10076
|
-
deprecate :OrganizationOpenId, :none, 2024,
|
10077
|
-
deprecate :OrganizationOpenId=, :none, 2024,
|
10078
|
-
deprecate :ClientIp, :none, 2024,
|
10079
|
-
deprecate :ClientIp=, :none, 2024,
|
10080
|
-
deprecate :ProxyIp, :none, 2024,
|
10081
|
-
deprecate :ProxyIp=, :none, 2024,
|
10196
|
+
deprecate :OrganizationId, :none, 2024, 6
|
10197
|
+
deprecate :OrganizationId=, :none, 2024, 6
|
10198
|
+
deprecate :Channel, :none, 2024, 6
|
10199
|
+
deprecate :Channel=, :none, 2024, 6
|
10200
|
+
deprecate :OrganizationOpenId, :none, 2024, 6
|
10201
|
+
deprecate :OrganizationOpenId=, :none, 2024, 6
|
10202
|
+
deprecate :ClientIp, :none, 2024, 6
|
10203
|
+
deprecate :ClientIp=, :none, 2024, 6
|
10204
|
+
deprecate :ProxyIp, :none, 2024, 6
|
10205
|
+
deprecate :ProxyIp=, :none, 2024, 6
|
10082
10206
|
|
10083
10207
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
10084
10208
|
@OrganizationId = organizationid
|
@@ -10426,8 +10550,8 @@ module TencentCloud
|
|
10426
10550
|
|
10427
10551
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
|
10428
10552
|
extend Gem::Deprecate
|
10429
|
-
deprecate :Uscc, :none, 2024,
|
10430
|
-
deprecate :Uscc=, :none, 2024,
|
10553
|
+
deprecate :Uscc, :none, 2024, 6
|
10554
|
+
deprecate :Uscc=, :none, 2024, 6
|
10431
10555
|
|
10432
10556
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
|
10433
10557
|
@LegalName = legalname
|
@@ -10934,8 +11058,8 @@ module TencentCloud
|
|
10934
11058
|
|
10935
11059
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
10936
11060
|
extend Gem::Deprecate
|
10937
|
-
deprecate :ClientToken, :none, 2024,
|
10938
|
-
deprecate :ClientToken=, :none, 2024,
|
11061
|
+
deprecate :ClientToken, :none, 2024, 6
|
11062
|
+
deprecate :ClientToken=, :none, 2024, 6
|
10939
11063
|
|
10940
11064
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
10941
11065
|
@Operator = operator
|
@@ -11248,8 +11372,8 @@ module TencentCloud
|
|
11248
11372
|
|
11249
11373
|
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
|
11250
11374
|
extend Gem::Deprecate
|
11251
|
-
deprecate :Seals, :none, 2024,
|
11252
|
-
deprecate :Seals=, :none, 2024,
|
11375
|
+
deprecate :Seals, :none, 2024, 6
|
11376
|
+
deprecate :Seals=, :none, 2024, 6
|
11253
11377
|
|
11254
11378
|
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)
|
11255
11379
|
@TemplateId = templateid
|
@@ -11573,8 +11697,8 @@ module TencentCloud
|
|
11573
11697
|
|
11574
11698
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
11575
11699
|
extend Gem::Deprecate
|
11576
|
-
deprecate :FileUrls, :none, 2024,
|
11577
|
-
deprecate :FileUrls=, :none, 2024,
|
11700
|
+
deprecate :FileUrls, :none, 2024, 6
|
11701
|
+
deprecate :FileUrls=, :none, 2024, 6
|
11578
11702
|
|
11579
11703
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
11580
11704
|
@BusinessType = businesstype
|
@@ -11679,14 +11803,14 @@ module TencentCloud
|
|
11679
11803
|
|
11680
11804
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
11681
11805
|
extend Gem::Deprecate
|
11682
|
-
deprecate :Channel, :none, 2024,
|
11683
|
-
deprecate :Channel=, :none, 2024,
|
11684
|
-
deprecate :OpenId, :none, 2024,
|
11685
|
-
deprecate :OpenId=, :none, 2024,
|
11686
|
-
deprecate :ClientIp, :none, 2024,
|
11687
|
-
deprecate :ClientIp=, :none, 2024,
|
11688
|
-
deprecate :ProxyIp, :none, 2024,
|
11689
|
-
deprecate :ProxyIp=, :none, 2024,
|
11806
|
+
deprecate :Channel, :none, 2024, 6
|
11807
|
+
deprecate :Channel=, :none, 2024, 6
|
11808
|
+
deprecate :OpenId, :none, 2024, 6
|
11809
|
+
deprecate :OpenId=, :none, 2024, 6
|
11810
|
+
deprecate :ClientIp, :none, 2024, 6
|
11811
|
+
deprecate :ClientIp=, :none, 2024, 6
|
11812
|
+
deprecate :ProxyIp, :none, 2024, 6
|
11813
|
+
deprecate :ProxyIp=, :none, 2024, 6
|
11690
11814
|
|
11691
11815
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
11692
11816
|
@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.836
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|