tencentcloud-sdk-ess 3.0.853 → 3.0.854
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/client.rb +10 -3
- data/lib/v20201111/models.rb +102 -107
- 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: 38daeb66366e2164ad5b02ad5bf8d4324a8360ad
|
|
4
|
+
data.tar.gz: d681588d05d5444dd90ee3fc06663d2f30cabaf3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1be1c52d262d94cfcf69bf9264ef854d8d61ffe36ab1feb0e0c86cb6a9894e70c787b7503e99bf6eb6a8436f1be04038bb5086d096e13f37aec7801c9457871
|
|
7
|
+
data.tar.gz: 83e8124c0914a9d88c0e38caaa5d71cac8185bc13c58f99d60aee47113769cd0537cfc180fe51804f52775c2095b9377191d44894ab84036f75752227dd78c6f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.854
|
data/lib/v20201111/client.rb
CHANGED
|
@@ -1055,10 +1055,15 @@ module TencentCloud
|
|
|
1055
1055
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1056
1056
|
end
|
|
1057
1057
|
|
|
1058
|
-
#
|
|
1058
|
+
# 该接口用于获取创建法人章的二维码,需要通过微信扫描。扫描后将跳转到腾讯电子签署,进入到创建法人章的流程。
|
|
1059
1059
|
|
|
1060
1060
|
# **注意**
|
|
1061
1061
|
# 1. 该二维码**有效期为7天**,过期后将失效,可重新创建 。
|
|
1062
|
+
# 2. 每个公司**只能有1个法人章**,无法重复创建或者创建多个
|
|
1063
|
+
|
|
1064
|
+
# 法人章的样式可以参考下图索引(也可以自己上传法人印章图片):
|
|
1065
|
+
|
|
1066
|
+
# 
|
|
1062
1067
|
|
|
1063
1068
|
# @param request: Request instance for CreateLegalSealQrCode.
|
|
1064
1069
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateLegalSealQrCodeRequest`
|
|
@@ -2191,8 +2196,10 @@ module TencentCloud
|
|
|
2191
2196
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2192
2197
|
end
|
|
2193
2198
|
|
|
2194
|
-
#
|
|
2195
|
-
|
|
2199
|
+
# 查询企业印章列表。
|
|
2200
|
+
|
|
2201
|
+
# 注:
|
|
2202
|
+
# 1. 此操作要求操作者具备<b>印章查询权限</b>(若调用者尚无此权限,请联系超级管理员前往Web控制台【组织管理】->【角色管理】添加相应权限)。
|
|
2196
2203
|
|
|
2197
2204
|
# @param request: Request instance for DescribeOrganizationSeals.
|
|
2198
2205
|
# @type request: :class:`Tencentcloud::ess::V20201111::DescribeOrganizationSealsRequest`
|
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, 7
|
|
58
|
+
deprecate :AppId=, :none, 2024, 7
|
|
59
|
+
deprecate :ProxyAppId, :none, 2024, 7
|
|
60
|
+
deprecate :ProxyAppId=, :none, 2024, 7
|
|
61
|
+
deprecate :ProxyOperator, :none, 2024, 7
|
|
62
|
+
deprecate :ProxyOperator=, :none, 2024, 7
|
|
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, 7
|
|
544
|
+
deprecate :CallbackUrl=, :none, 2024, 7
|
|
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, 7
|
|
738
|
+
deprecate :Token=, :none, 2024, 7
|
|
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, 7
|
|
769
|
+
deprecate :ApplicationId=, :none, 2024, 7
|
|
770
|
+
deprecate :OrganizationId, :none, 2024, 7
|
|
771
|
+
deprecate :OrganizationId=, :none, 2024, 7
|
|
772
|
+
deprecate :SubOrganizationId, :none, 2024, 7
|
|
773
|
+
deprecate :SubOrganizationId=, :none, 2024, 7
|
|
774
774
|
|
|
775
775
|
def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
|
|
776
776
|
@ApplicationId = applicationid
|
|
@@ -1013,8 +1013,6 @@ module TencentCloud
|
|
|
1013
1013
|
# 1. 绝对定位方式 (可以通过 [PDF坐标计算助手](https://qian.tencent.com/developers/tools/template-editor)计算控件的坐标)
|
|
1014
1014
|
# 2. 表单域(FIELD)定位方式
|
|
1015
1015
|
# 3. 关键字(KEYWORD)定位方式,使用关键字定位时,请确保PDF原始文件内是关键字以文字形式保存在PDF文件中,不支持对图片内文字进行关键字查找
|
|
1016
|
-
# 可以参考官网说明
|
|
1017
|
-
# https://cloud.tencent.com/document/product/1323/78346#component-.E4.B8.89.E7.A7.8D.E5.AE.9A.E4.BD.8D.E6.96.B9.E5.BC.8F.E8.AF.B4.E6.98.8E
|
|
1018
1016
|
class Component < TencentCloud::Common::AbstractModel
|
|
1019
1017
|
# @param ComponentType: **如果是Component填写控件类型,则可选的字段为**:
|
|
1020
1018
|
|
|
@@ -1757,8 +1755,8 @@ module TencentCloud
|
|
|
1757
1755
|
|
|
1758
1756
|
attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
|
|
1759
1757
|
extend Gem::Deprecate
|
|
1760
|
-
deprecate :Organization, :none, 2024,
|
|
1761
|
-
deprecate :Organization=, :none, 2024,
|
|
1758
|
+
deprecate :Organization, :none, 2024, 7
|
|
1759
|
+
deprecate :Organization=, :none, 2024, 7
|
|
1762
1760
|
|
|
1763
1761
|
def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
|
|
1764
1762
|
@ResourceType = resourcetype
|
|
@@ -2525,8 +2523,8 @@ module TencentCloud
|
|
|
2525
2523
|
|
|
2526
2524
|
attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
|
|
2527
2525
|
extend Gem::Deprecate
|
|
2528
|
-
deprecate :ReportUrl, :none, 2024,
|
|
2529
|
-
deprecate :ReportUrl=, :none, 2024,
|
|
2526
|
+
deprecate :ReportUrl, :none, 2024, 7
|
|
2527
|
+
deprecate :ReportUrl=, :none, 2024, 7
|
|
2530
2528
|
|
|
2531
2529
|
def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
|
|
2532
2530
|
@ReportId = reportid
|
|
@@ -3093,10 +3091,10 @@ module TencentCloud
|
|
|
3093
3091
|
|
|
3094
3092
|
attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
|
|
3095
3093
|
extend Gem::Deprecate
|
|
3096
|
-
deprecate :RelatedFlowId, :none, 2024,
|
|
3097
|
-
deprecate :RelatedFlowId=, :none, 2024,
|
|
3098
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
3099
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
3094
|
+
deprecate :RelatedFlowId, :none, 2024, 7
|
|
3095
|
+
deprecate :RelatedFlowId=, :none, 2024, 7
|
|
3096
|
+
deprecate :CallbackUrl, :none, 2024, 7
|
|
3097
|
+
deprecate :CallbackUrl=, :none, 2024, 7
|
|
3100
3098
|
|
|
3101
3099
|
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)
|
|
3102
3100
|
@Operator = operator
|
|
@@ -3294,8 +3292,8 @@ module TencentCloud
|
|
|
3294
3292
|
|
|
3295
3293
|
attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
|
|
3296
3294
|
extend Gem::Deprecate
|
|
3297
|
-
deprecate :Organization, :none, 2024,
|
|
3298
|
-
deprecate :Organization=, :none, 2024,
|
|
3295
|
+
deprecate :Organization, :none, 2024, 7
|
|
3296
|
+
deprecate :Organization=, :none, 2024, 7
|
|
3299
3297
|
|
|
3300
3298
|
def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
3301
3299
|
@FlowId = flowid
|
|
@@ -3712,8 +3710,8 @@ module TencentCloud
|
|
|
3712
3710
|
|
|
3713
3711
|
attr_accessor :Operator, :Agent, :Organization
|
|
3714
3712
|
extend Gem::Deprecate
|
|
3715
|
-
deprecate :Organization, :none, 2024,
|
|
3716
|
-
deprecate :Organization=, :none, 2024,
|
|
3713
|
+
deprecate :Organization, :none, 2024, 7
|
|
3714
|
+
deprecate :Organization=, :none, 2024, 7
|
|
3717
3715
|
|
|
3718
3716
|
def initialize(operator=nil, agent=nil, organization=nil)
|
|
3719
3717
|
@Operator = operator
|
|
@@ -3739,7 +3737,10 @@ module TencentCloud
|
|
|
3739
3737
|
|
|
3740
3738
|
# CreateLegalSealQrCode返回参数结构体
|
|
3741
3739
|
class CreateLegalSealQrCodeResponse < TencentCloud::Common::AbstractModel
|
|
3742
|
-
# @param QrcodeBase64: 二维码图片base64
|
|
3740
|
+
# @param QrcodeBase64: 二维码图片base64值,二维码有效期7天(604800秒)
|
|
3741
|
+
|
|
3742
|
+
# 二维码图片的样式如下图:
|
|
3743
|
+
# 
|
|
3743
3744
|
# @type QrcodeBase64: String
|
|
3744
3745
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3745
3746
|
# @type RequestId: String
|
|
@@ -3799,10 +3800,10 @@ module TencentCloud
|
|
|
3799
3800
|
|
|
3800
3801
|
attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes
|
|
3801
3802
|
extend Gem::Deprecate
|
|
3802
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
3803
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
3804
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
3805
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
3803
|
+
deprecate :CallbackUrl, :none, 2024, 7
|
|
3804
|
+
deprecate :CallbackUrl=, :none, 2024, 7
|
|
3805
|
+
deprecate :ApproverRestrictions, :none, 2024, 7
|
|
3806
|
+
deprecate :ApproverRestrictions=, :none, 2024, 7
|
|
3806
3807
|
|
|
3807
3808
|
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)
|
|
3808
3809
|
@Operator = operator
|
|
@@ -4580,8 +4581,8 @@ module TencentCloud
|
|
|
4580
4581
|
|
|
4581
4582
|
attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
|
|
4582
4583
|
extend Gem::Deprecate
|
|
4583
|
-
deprecate :SealImage, :none, 2024,
|
|
4584
|
-
deprecate :SealImage=, :none, 2024,
|
|
4584
|
+
deprecate :SealImage, :none, 2024, 7
|
|
4585
|
+
deprecate :SealImage=, :none, 2024, 7
|
|
4585
4586
|
|
|
4586
4587
|
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)
|
|
4587
4588
|
@UserName = username
|
|
@@ -6472,10 +6473,10 @@ module TencentCloud
|
|
|
6472
6473
|
|
|
6473
6474
|
attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
|
|
6474
6475
|
extend Gem::Deprecate
|
|
6475
|
-
deprecate :CcToken, :none, 2024,
|
|
6476
|
-
deprecate :CcToken=, :none, 2024,
|
|
6477
|
-
deprecate :Scene, :none, 2024,
|
|
6478
|
-
deprecate :Scene=, :none, 2024,
|
|
6476
|
+
deprecate :CcToken, :none, 2024, 7
|
|
6477
|
+
deprecate :CcToken=, :none, 2024, 7
|
|
6478
|
+
deprecate :Scene, :none, 2024, 7
|
|
6479
|
+
deprecate :Scene=, :none, 2024, 7
|
|
6479
6480
|
|
|
6480
6481
|
def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
|
|
6481
6482
|
@Operator = operator
|
|
@@ -6855,12 +6856,12 @@ module TencentCloud
|
|
|
6855
6856
|
|
|
6856
6857
|
attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
|
|
6857
6858
|
extend Gem::Deprecate
|
|
6858
|
-
deprecate :IsChannel, :none, 2024,
|
|
6859
|
-
deprecate :IsChannel=, :none, 2024,
|
|
6860
|
-
deprecate :Organization, :none, 2024,
|
|
6861
|
-
deprecate :Organization=, :none, 2024,
|
|
6862
|
-
deprecate :GenerateSource, :none, 2024,
|
|
6863
|
-
deprecate :GenerateSource=, :none, 2024,
|
|
6859
|
+
deprecate :IsChannel, :none, 2024, 7
|
|
6860
|
+
deprecate :IsChannel=, :none, 2024, 7
|
|
6861
|
+
deprecate :Organization, :none, 2024, 7
|
|
6862
|
+
deprecate :Organization=, :none, 2024, 7
|
|
6863
|
+
deprecate :GenerateSource, :none, 2024, 7
|
|
6864
|
+
deprecate :GenerateSource=, :none, 2024, 7
|
|
6864
6865
|
|
|
6865
6866
|
def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
|
|
6866
6867
|
@Operator = operator
|
|
@@ -7288,8 +7289,8 @@ module TencentCloud
|
|
|
7288
7289
|
|
|
7289
7290
|
attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
|
|
7290
7291
|
extend Gem::Deprecate
|
|
7291
|
-
deprecate :ActivedTotal, :none, 2024,
|
|
7292
|
-
deprecate :ActivedTotal=, :none, 2024,
|
|
7292
|
+
deprecate :ActivedTotal, :none, 2024, 7
|
|
7293
|
+
deprecate :ActivedTotal=, :none, 2024, 7
|
|
7293
7294
|
|
|
7294
7295
|
def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
|
|
7295
7296
|
@Total = total
|
|
@@ -7328,38 +7329,32 @@ module TencentCloud
|
|
|
7328
7329
|
# @type Limit: Integer
|
|
7329
7330
|
# @param Offset: 指定分页返回第几页的数据,如果不传默认返回第一页,页码从 0 开始,即首页为 0,最大 20000。
|
|
7330
7331
|
# @type Offset: Integer
|
|
7331
|
-
# @param InfoType:
|
|
7332
|
-
|
|
7333
|
-
# <li>0
|
|
7334
|
-
# <li>1返回授权用户信息</li>
|
|
7335
|
-
# </ul>
|
|
7332
|
+
# @param InfoType: 查询授权用户信息类型,取值如下:
|
|
7333
|
+
|
|
7334
|
+
# <ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
|
|
7336
7335
|
# @type InfoType: Integer
|
|
7337
|
-
# @param SealId: 印章id
|
|
7336
|
+
# @param SealId: 印章id,是否查询特定的印章(没有输入返回所有)
|
|
7338
7337
|
# @type SealId: String
|
|
7339
|
-
# @param SealTypes:
|
|
7340
|
-
|
|
7341
|
-
#
|
|
7342
|
-
|
|
7343
|
-
# <li>OFFICIAL
|
|
7344
|
-
# <li>CONTRACT:合同专用章;</li>
|
|
7345
|
-
# <li>ORGANIZATION_SEAL:企业印章(图片上传创建);</li>
|
|
7346
|
-
# <li>LEGAL_PERSON_SEAL:法定代表人章</li>
|
|
7347
|
-
# </ul>
|
|
7338
|
+
# @param SealTypes: 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。
|
|
7339
|
+
|
|
7340
|
+
# 目前支持以下几种:
|
|
7341
|
+
|
|
7342
|
+
# <ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>ORGANIZATION_SEAL</strong>:企业印章(通过图片上传创建);</li> <li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> </ul>
|
|
7348
7343
|
# @type SealTypes: Array
|
|
7349
7344
|
# @param Agent: 代理企业和员工的信息。
|
|
7350
7345
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
7351
7346
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
|
7352
|
-
# @param SealStatuses:
|
|
7347
|
+
# @param SealStatuses: 需查询的印章状态列表。
|
|
7353
7348
|
# <ul>
|
|
7354
|
-
# <li
|
|
7355
|
-
# <li>ALL
|
|
7356
|
-
# <li>CHECKING
|
|
7357
|
-
# <li>SUCCESS
|
|
7358
|
-
# <li>FAIL
|
|
7359
|
-
# <li>DISABLE
|
|
7360
|
-
# <li>STOPPED
|
|
7361
|
-
# <li>VOID
|
|
7362
|
-
# <li>INVALID
|
|
7349
|
+
# <li>空:(默认)仅查询启用状态的印章;</li>
|
|
7350
|
+
# <li><strong>ALL</strong>:查询所有状态的印章;</li>
|
|
7351
|
+
# <li><strong>CHECKING</strong>:查询待审核的印章;</li>
|
|
7352
|
+
# <li><strong>SUCCESS</strong>:查询启用状态的印章;</li>
|
|
7353
|
+
# <li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>
|
|
7354
|
+
# <li><strong>DISABLE</strong>:查询已停用的印章;</li>
|
|
7355
|
+
# <li><strong>STOPPED</strong>:查询已终止的印章;</li>
|
|
7356
|
+
# <li><strong>VOID</strong>:查询已作废的印章;</li>
|
|
7357
|
+
# <li><strong>INVALID</strong>:查询已失效的印章。</li>
|
|
7363
7358
|
# </ul>
|
|
7364
7359
|
# @type SealStatuses: Array
|
|
7365
7360
|
|
|
@@ -7396,7 +7391,7 @@ module TencentCloud
|
|
|
7396
7391
|
|
|
7397
7392
|
# DescribeOrganizationSeals返回参数结构体
|
|
7398
7393
|
class DescribeOrganizationSealsResponse < TencentCloud::Common::AbstractModel
|
|
7399
|
-
# @param TotalCount:
|
|
7394
|
+
# @param TotalCount: 在设定了SealId时,返回值为0或1;若未设定SealId,则返回公司的总印章数量
|
|
7400
7395
|
# @type TotalCount: Integer
|
|
7401
7396
|
# @param Seals: 查询到的印章结果数组
|
|
7402
7397
|
# @type Seals: Array
|
|
@@ -8646,8 +8641,8 @@ module TencentCloud
|
|
|
8646
8641
|
|
|
8647
8642
|
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
|
|
8648
8643
|
extend Gem::Deprecate
|
|
8649
|
-
deprecate :JumpUrl, :none, 2024,
|
|
8650
|
-
deprecate :JumpUrl=, :none, 2024,
|
|
8644
|
+
deprecate :JumpUrl, :none, 2024, 7
|
|
8645
|
+
deprecate :JumpUrl=, :none, 2024, 7
|
|
8651
8646
|
|
|
8652
8647
|
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)
|
|
8653
8648
|
@ApproverType = approvertype
|
|
@@ -8911,8 +8906,8 @@ module TencentCloud
|
|
|
8911
8906
|
|
|
8912
8907
|
attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene
|
|
8913
8908
|
extend Gem::Deprecate
|
|
8914
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
8915
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
8909
|
+
deprecate :CallbackUrl, :none, 2024, 7
|
|
8910
|
+
deprecate :CallbackUrl=, :none, 2024, 7
|
|
8916
8911
|
|
|
8917
8912
|
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)
|
|
8918
8913
|
@FlowName = flowname
|
|
@@ -9327,8 +9322,8 @@ module TencentCloud
|
|
|
9327
9322
|
|
|
9328
9323
|
attr_accessor :TaskId, :Operator, :Agent, :Organization
|
|
9329
9324
|
extend Gem::Deprecate
|
|
9330
|
-
deprecate :Organization, :none, 2024,
|
|
9331
|
-
deprecate :Organization=, :none, 2024,
|
|
9325
|
+
deprecate :Organization, :none, 2024, 7
|
|
9326
|
+
deprecate :Organization=, :none, 2024, 7
|
|
9332
9327
|
|
|
9333
9328
|
def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
|
|
9334
9329
|
@TaskId = taskid
|
|
@@ -10340,16 +10335,16 @@ module TencentCloud
|
|
|
10340
10335
|
|
|
10341
10336
|
attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
|
|
10342
10337
|
extend Gem::Deprecate
|
|
10343
|
-
deprecate :OrganizationId, :none, 2024,
|
|
10344
|
-
deprecate :OrganizationId=, :none, 2024,
|
|
10345
|
-
deprecate :Channel, :none, 2024,
|
|
10346
|
-
deprecate :Channel=, :none, 2024,
|
|
10347
|
-
deprecate :OrganizationOpenId, :none, 2024,
|
|
10348
|
-
deprecate :OrganizationOpenId=, :none, 2024,
|
|
10349
|
-
deprecate :ClientIp, :none, 2024,
|
|
10350
|
-
deprecate :ClientIp=, :none, 2024,
|
|
10351
|
-
deprecate :ProxyIp, :none, 2024,
|
|
10352
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
10338
|
+
deprecate :OrganizationId, :none, 2024, 7
|
|
10339
|
+
deprecate :OrganizationId=, :none, 2024, 7
|
|
10340
|
+
deprecate :Channel, :none, 2024, 7
|
|
10341
|
+
deprecate :Channel=, :none, 2024, 7
|
|
10342
|
+
deprecate :OrganizationOpenId, :none, 2024, 7
|
|
10343
|
+
deprecate :OrganizationOpenId=, :none, 2024, 7
|
|
10344
|
+
deprecate :ClientIp, :none, 2024, 7
|
|
10345
|
+
deprecate :ClientIp=, :none, 2024, 7
|
|
10346
|
+
deprecate :ProxyIp, :none, 2024, 7
|
|
10347
|
+
deprecate :ProxyIp=, :none, 2024, 7
|
|
10353
10348
|
|
|
10354
10349
|
def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
|
|
10355
10350
|
@OrganizationId = organizationid
|
|
@@ -10697,8 +10692,8 @@ module TencentCloud
|
|
|
10697
10692
|
|
|
10698
10693
|
attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
|
|
10699
10694
|
extend Gem::Deprecate
|
|
10700
|
-
deprecate :Uscc, :none, 2024,
|
|
10701
|
-
deprecate :Uscc=, :none, 2024,
|
|
10695
|
+
deprecate :Uscc, :none, 2024, 7
|
|
10696
|
+
deprecate :Uscc=, :none, 2024, 7
|
|
10702
10697
|
|
|
10703
10698
|
def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
|
|
10704
10699
|
@LegalName = legalname
|
|
@@ -11205,8 +11200,8 @@ module TencentCloud
|
|
|
11205
11200
|
|
|
11206
11201
|
attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
|
|
11207
11202
|
extend Gem::Deprecate
|
|
11208
|
-
deprecate :ClientToken, :none, 2024,
|
|
11209
|
-
deprecate :ClientToken=, :none, 2024,
|
|
11203
|
+
deprecate :ClientToken, :none, 2024, 7
|
|
11204
|
+
deprecate :ClientToken=, :none, 2024, 7
|
|
11210
11205
|
|
|
11211
11206
|
def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
|
|
11212
11207
|
@Operator = operator
|
|
@@ -11519,8 +11514,8 @@ module TencentCloud
|
|
|
11519
11514
|
|
|
11520
11515
|
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
|
|
11521
11516
|
extend Gem::Deprecate
|
|
11522
|
-
deprecate :Seals, :none, 2024,
|
|
11523
|
-
deprecate :Seals=, :none, 2024,
|
|
11517
|
+
deprecate :Seals, :none, 2024, 7
|
|
11518
|
+
deprecate :Seals=, :none, 2024, 7
|
|
11524
11519
|
|
|
11525
11520
|
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)
|
|
11526
11521
|
@TemplateId = templateid
|
|
@@ -11844,8 +11839,8 @@ module TencentCloud
|
|
|
11844
11839
|
|
|
11845
11840
|
attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
|
|
11846
11841
|
extend Gem::Deprecate
|
|
11847
|
-
deprecate :FileUrls, :none, 2024,
|
|
11848
|
-
deprecate :FileUrls=, :none, 2024,
|
|
11842
|
+
deprecate :FileUrls, :none, 2024, 7
|
|
11843
|
+
deprecate :FileUrls=, :none, 2024, 7
|
|
11849
11844
|
|
|
11850
11845
|
def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
|
|
11851
11846
|
@BusinessType = businesstype
|
|
@@ -11950,14 +11945,14 @@ module TencentCloud
|
|
|
11950
11945
|
|
|
11951
11946
|
attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
|
|
11952
11947
|
extend Gem::Deprecate
|
|
11953
|
-
deprecate :Channel, :none, 2024,
|
|
11954
|
-
deprecate :Channel=, :none, 2024,
|
|
11955
|
-
deprecate :OpenId, :none, 2024,
|
|
11956
|
-
deprecate :OpenId=, :none, 2024,
|
|
11957
|
-
deprecate :ClientIp, :none, 2024,
|
|
11958
|
-
deprecate :ClientIp=, :none, 2024,
|
|
11959
|
-
deprecate :ProxyIp, :none, 2024,
|
|
11960
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
11948
|
+
deprecate :Channel, :none, 2024, 7
|
|
11949
|
+
deprecate :Channel=, :none, 2024, 7
|
|
11950
|
+
deprecate :OpenId, :none, 2024, 7
|
|
11951
|
+
deprecate :OpenId=, :none, 2024, 7
|
|
11952
|
+
deprecate :ClientIp, :none, 2024, 7
|
|
11953
|
+
deprecate :ClientIp=, :none, 2024, 7
|
|
11954
|
+
deprecate :ProxyIp, :none, 2024, 7
|
|
11955
|
+
deprecate :ProxyIp=, :none, 2024, 7
|
|
11961
11956
|
|
|
11962
11957
|
def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
|
|
11963
11958
|
@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.854
|
|
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-06-
|
|
11
|
+
date: 2024-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|