tencentcloud-sdk-ess 3.0.853 → 3.0.855

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e43e5a2c130390c01adee549b2754cc571e8202
4
- data.tar.gz: 28ccddbfdaa09ac21e5de655cff979251be34010
3
+ metadata.gz: 5ba70bf0619271ce8c108008ff72d6081d1205a5
4
+ data.tar.gz: 34133309cae0550b7761188a1a045ed7ccd754e1
5
5
  SHA512:
6
- metadata.gz: 1ee194589847d074ce8197b7dd4b8b9e7bad0390644f9945d2973658a88a82f2792d5f10ffb6e1ddb8ebdba250ac1f2f4121d0c4096c5a464ea516d359656621
7
- data.tar.gz: 21676f74d17717155bfe577e699516d87299f3394f336f546ef86a196513233989a669dc5d16c2047081ad6b28aac7f2b1e5cbcebca108c4c511d006a956825b
6
+ metadata.gz: 3f5049e01d26eece7b10001bda4097024f6068a665bfcad289a3fe96c83832695775ce0951bb2b0cab510cf6c5a484e16b638c2b97970fd7a00c8bdafdb6ee68
7
+ data.tar.gz: e573f5cfe8816defae88aba564e05162959a7f06bad5909bd9fcb4e2986b4ed327e78dfefdf69290af2903549b15273e79c0970ccd07d0a92925e26cb011c361
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.853
1
+ 3.0.855
@@ -1055,10 +1055,15 @@ module TencentCloud
1055
1055
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1056
1056
  end
1057
1057
 
1058
- # 该接口用于获取创建法人章的二维码<br/>
1058
+ # 该接口用于获取创建法人章的二维码,需要通过微信扫描。扫描后将跳转到腾讯电子签署,进入到创建法人章的流程。
1059
1059
 
1060
1060
  # **注意**
1061
1061
  # 1. 该二维码**有效期为7天**,过期后将失效,可重新创建 。
1062
+ # 2. 每个公司**只能有1个法人章**,无法重复创建或者创建多个
1063
+
1064
+ # 法人章的样式可以参考下图索引(也可以自己上传法人印章图片):
1065
+
1066
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/36a0a090750c45bb5cac5047ac461b2c.png)
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
- # 客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
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`
@@ -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, 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
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, 6
544
- deprecate :CallbackUrl=, :none, 2024, 6
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, 6
738
- deprecate :Token=, :none, 2024, 6
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, 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
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, 6
1761
- deprecate :Organization=, :none, 2024, 6
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, 6
2529
- deprecate :ReportUrl=, :none, 2024, 6
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, 6
3097
- deprecate :RelatedFlowId=, :none, 2024, 6
3098
- deprecate :CallbackUrl, :none, 2024, 6
3099
- deprecate :CallbackUrl=, :none, 2024, 6
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, 6
3298
- deprecate :Organization=, :none, 2024, 6
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, 6
3716
- deprecate :Organization=, :none, 2024, 6
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
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/7ec2478761158a35a9c623882839a5df.png)
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, 6
3803
- deprecate :CallbackUrl=, :none, 2024, 6
3804
- deprecate :ApproverRestrictions, :none, 2024, 6
3805
- deprecate :ApproverRestrictions=, :none, 2024, 6
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, 6
4584
- deprecate :SealImage=, :none, 2024, 6
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
@@ -5496,6 +5497,11 @@ module TencentCloud
5496
5497
  # @type IdCardType: String
5497
5498
  # @param Mobile: 要实名的手机号,兼容带+86的格式
5498
5499
  # @type Mobile: String
5500
+ # @param JumpUrl: 实名完之后的跳转链接,最大长度1000个字符。
5501
+ # 链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>。
5502
+
5503
+ # 注:此参数仅支持 Endpoint 为 <font color="red">H5 或 H5_SHORT_URL </font>的时候传递
5504
+ # @type JumpUrl: String
5499
5505
  # @param Endpoint: 要跳转的链接类型
5500
5506
 
5501
5507
  # - HTTP:
@@ -5507,27 +5513,34 @@ module TencentCloud
5507
5513
  # - APP:
5508
5514
  # 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
5509
5515
 
5510
- # 如果不传递,默认值是 APP
5516
+ # - H5:
5517
+ # 跳转电子签H5实名页面的长链
5518
+
5519
+ # - H5_SHORT_URL:
5520
+ # 跳转电子签H5实名页面的短链
5521
+
5522
+ # 注:如果不传递,默认值是 <font color="red"> APP </font>
5511
5523
  # @type Endpoint: String
5512
5524
  # @param AutoJumpBack: 签署完成后是否自动回跳
5513
5525
  # <ul><li>false:否, 实名完成不会自动跳转回来(默认)</li><li>true:是, 实名完成会自动跳转回来</li></ul>
5514
5526
 
5515
5527
  # 注:
5516
- # 1. 该参数<font color="red">只针对APP类型(电子签小程序跳转贵方小程序)场景</font> 的实名链接有效
5528
+ # 1. 该参数<font color="red">只针对APP类型(第三方APP或小程序跳转电子签小程序)场景</font> 的实名链接有效
5517
5529
  # 2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
5518
5530
  # 3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
5519
5531
  # @type AutoJumpBack: Boolean
5520
5532
  # @param UserData: 在用户完成实名认证后,其自定义数据将通过[企业引导个人实名认证后回调](https://qian.tencent.com/developers/company/callback_types_staffs/#%E5%8D%81%E4%BA%8C-%E4%BC%81%E4%B8%9A%E5%BC%95%E5%AF%BC%E4%B8%AA%E4%BA%BA%E5%AE%9E%E5%90%8D%E8%AE%A4%E8%AF%81%E5%90%8E%E5%9B%9E%E8%B0%83)返回,以便用户确认其个人数据信息。请注意,自定义数据的字符长度上限为1000,且必须采用base64编码格式。
5521
5533
  # @type UserData: String
5522
5534
 
5523
- attr_accessor :Operator, :Name, :IdCardNumber, :IdCardType, :Mobile, :Endpoint, :AutoJumpBack, :UserData
5535
+ attr_accessor :Operator, :Name, :IdCardNumber, :IdCardType, :Mobile, :JumpUrl, :Endpoint, :AutoJumpBack, :UserData
5524
5536
 
5525
- def initialize(operator=nil, name=nil, idcardnumber=nil, idcardtype=nil, mobile=nil, endpoint=nil, autojumpback=nil, userdata=nil)
5537
+ def initialize(operator=nil, name=nil, idcardnumber=nil, idcardtype=nil, mobile=nil, jumpurl=nil, endpoint=nil, autojumpback=nil, userdata=nil)
5526
5538
  @Operator = operator
5527
5539
  @Name = name
5528
5540
  @IdCardNumber = idcardnumber
5529
5541
  @IdCardType = idcardtype
5530
5542
  @Mobile = mobile
5543
+ @JumpUrl = jumpurl
5531
5544
  @Endpoint = endpoint
5532
5545
  @AutoJumpBack = autojumpback
5533
5546
  @UserData = userdata
@@ -5542,6 +5555,7 @@ module TencentCloud
5542
5555
  @IdCardNumber = params['IdCardNumber']
5543
5556
  @IdCardType = params['IdCardType']
5544
5557
  @Mobile = params['Mobile']
5558
+ @JumpUrl = params['JumpUrl']
5545
5559
  @Endpoint = params['Endpoint']
5546
5560
  @AutoJumpBack = params['AutoJumpBack']
5547
5561
  @UserData = params['UserData']
@@ -5562,8 +5576,14 @@ module TencentCloud
5562
5576
  # - 如果EndPoint是HTTP_SHORT_URL,
5563
5577
  # 得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署
5564
5578
 
5579
+ # - 如果EndPoint是H5,
5580
+ # 得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb,点击后会跳转到腾讯电子签H5页面进行签署
5565
5581
 
5566
- # 注: 生成的链路后面不能再增加参数
5582
+ # - 如果EndPoint是H5_SHORT_URL,
5583
+ # 得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签H5页面进行签署
5584
+
5585
+
5586
+ # `注:` <font color="red">生成的链路后面不能再增加参数</font>
5567
5587
  # 示例值:https://essurl.cn/2n**42Nd
5568
5588
  # @type UserVerifyUrl: String
5569
5589
  # @param ExpireTime: 链接过期时间
@@ -6472,10 +6492,10 @@ module TencentCloud
6472
6492
 
6473
6493
  attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
6474
6494
  extend Gem::Deprecate
6475
- deprecate :CcToken, :none, 2024, 6
6476
- deprecate :CcToken=, :none, 2024, 6
6477
- deprecate :Scene, :none, 2024, 6
6478
- deprecate :Scene=, :none, 2024, 6
6495
+ deprecate :CcToken, :none, 2024, 7
6496
+ deprecate :CcToken=, :none, 2024, 7
6497
+ deprecate :Scene, :none, 2024, 7
6498
+ deprecate :Scene=, :none, 2024, 7
6479
6499
 
6480
6500
  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
6501
  @Operator = operator
@@ -6855,12 +6875,12 @@ module TencentCloud
6855
6875
 
6856
6876
  attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
6857
6877
  extend Gem::Deprecate
6858
- deprecate :IsChannel, :none, 2024, 6
6859
- deprecate :IsChannel=, :none, 2024, 6
6860
- deprecate :Organization, :none, 2024, 6
6861
- deprecate :Organization=, :none, 2024, 6
6862
- deprecate :GenerateSource, :none, 2024, 6
6863
- deprecate :GenerateSource=, :none, 2024, 6
6878
+ deprecate :IsChannel, :none, 2024, 7
6879
+ deprecate :IsChannel=, :none, 2024, 7
6880
+ deprecate :Organization, :none, 2024, 7
6881
+ deprecate :Organization=, :none, 2024, 7
6882
+ deprecate :GenerateSource, :none, 2024, 7
6883
+ deprecate :GenerateSource=, :none, 2024, 7
6864
6884
 
6865
6885
  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
6886
  @Operator = operator
@@ -7288,8 +7308,8 @@ module TencentCloud
7288
7308
 
7289
7309
  attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
7290
7310
  extend Gem::Deprecate
7291
- deprecate :ActivedTotal, :none, 2024, 6
7292
- deprecate :ActivedTotal=, :none, 2024, 6
7311
+ deprecate :ActivedTotal, :none, 2024, 7
7312
+ deprecate :ActivedTotal=, :none, 2024, 7
7293
7313
 
7294
7314
  def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
7295
7315
  @Total = total
@@ -7328,38 +7348,32 @@ module TencentCloud
7328
7348
  # @type Limit: Integer
7329
7349
  # @param Offset: 指定分页返回第几页的数据,如果不传默认返回第一页,页码从 0 开始,即首页为 0,最大 20000。
7330
7350
  # @type Offset: Integer
7331
- # @param InfoType: 查询信息类型,取值如下:
7332
- # <ul>
7333
- # <li>0不返回授权用户</li>
7334
- # <li>1返回授权用户信息</li>
7335
- # </ul>
7351
+ # @param InfoType: 查询授权用户信息类型,取值如下:
7352
+
7353
+ # <ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
7336
7354
  # @type InfoType: Integer
7337
- # @param SealId: 印章id(没有输入返回所有)
7355
+ # @param SealId: 印章id,是否查询特定的印章(没有输入返回所有)
7338
7356
  # @type SealId: String
7339
- # @param SealTypes: 印章类型列表(都是组织机构印章)。
7340
- # 为空时查询所有类型的印章。
7341
- # 目前支持以下类型:
7342
- # <ul>
7343
- # <li>OFFICIAL:企业公章;</li>
7344
- # <li>CONTRACT:合同专用章;</li>
7345
- # <li>ORGANIZATION_SEAL:企业印章(图片上传创建);</li>
7346
- # <li>LEGAL_PERSON_SEAL:法定代表人章</li>
7347
- # </ul>
7357
+ # @param SealTypes: 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。
7358
+
7359
+ # 目前支持以下几种:
7360
+
7361
+ # <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
7362
  # @type SealTypes: Array
7349
7363
  # @param Agent: 代理企业和员工的信息。
7350
7364
  # 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
7351
7365
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
7352
- # @param SealStatuses: 查询的印章状态列表。
7366
+ # @param SealStatuses: 需查询的印章状态列表。
7353
7367
  # <ul>
7354
- # <li>空,只查询启用状态的印章;</li>
7355
- # <li>ALL,查询所有状态的印章;</li>
7356
- # <li>CHECKING,查询待审核的印章;</li>
7357
- # <li>SUCCESS,查询启用状态的印章;</li>
7358
- # <li>FAIL,查询印章审核拒绝的印章;</li>
7359
- # <li>DISABLE,查询已停用的印章;</li>
7360
- # <li>STOPPED,查询已终止的印章;</li>
7361
- # <li>VOID,查询已作废的印章;</li>
7362
- # <li>INVALID,查询已失效的印章;</li>
7368
+ # <li>空:(默认)仅查询启用状态的印章;</li>
7369
+ # <li><strong>ALL</strong>:查询所有状态的印章;</li>
7370
+ # <li><strong>CHECKING</strong>:查询待审核的印章;</li>
7371
+ # <li><strong>SUCCESS</strong>:查询启用状态的印章;</li>
7372
+ # <li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>
7373
+ # <li><strong>DISABLE</strong>:查询已停用的印章;</li>
7374
+ # <li><strong>STOPPED</strong>:查询已终止的印章;</li>
7375
+ # <li><strong>VOID</strong>:查询已作废的印章;</li>
7376
+ # <li><strong>INVALID</strong>:查询已失效的印章。</li>
7363
7377
  # </ul>
7364
7378
  # @type SealStatuses: Array
7365
7379
 
@@ -7396,7 +7410,7 @@ module TencentCloud
7396
7410
 
7397
7411
  # DescribeOrganizationSeals返回参数结构体
7398
7412
  class DescribeOrganizationSealsResponse < TencentCloud::Common::AbstractModel
7399
- # @param TotalCount: 在设置了SealId时返回0或1,没有设置时返回公司的总印章数量,可能比返回的印章数组数量多
7413
+ # @param TotalCount: 在设定了SealId时,返回值为0或1;若未设定SealId,则返回公司的总印章数量
7400
7414
  # @type TotalCount: Integer
7401
7415
  # @param Seals: 查询到的印章结果数组
7402
7416
  # @type Seals: Array
@@ -8646,8 +8660,8 @@ module TencentCloud
8646
8660
 
8647
8661
  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
8662
  extend Gem::Deprecate
8649
- deprecate :JumpUrl, :none, 2024, 6
8650
- deprecate :JumpUrl=, :none, 2024, 6
8663
+ deprecate :JumpUrl, :none, 2024, 7
8664
+ deprecate :JumpUrl=, :none, 2024, 7
8651
8665
 
8652
8666
  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
8667
  @ApproverType = approvertype
@@ -8911,8 +8925,8 @@ module TencentCloud
8911
8925
 
8912
8926
  attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene
8913
8927
  extend Gem::Deprecate
8914
- deprecate :CallbackUrl, :none, 2024, 6
8915
- deprecate :CallbackUrl=, :none, 2024, 6
8928
+ deprecate :CallbackUrl, :none, 2024, 7
8929
+ deprecate :CallbackUrl=, :none, 2024, 7
8916
8930
 
8917
8931
  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
8932
  @FlowName = flowname
@@ -9327,8 +9341,8 @@ module TencentCloud
9327
9341
 
9328
9342
  attr_accessor :TaskId, :Operator, :Agent, :Organization
9329
9343
  extend Gem::Deprecate
9330
- deprecate :Organization, :none, 2024, 6
9331
- deprecate :Organization=, :none, 2024, 6
9344
+ deprecate :Organization, :none, 2024, 7
9345
+ deprecate :Organization=, :none, 2024, 7
9332
9346
 
9333
9347
  def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
9334
9348
  @TaskId = taskid
@@ -10340,16 +10354,16 @@ module TencentCloud
10340
10354
 
10341
10355
  attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
10342
10356
  extend Gem::Deprecate
10343
- deprecate :OrganizationId, :none, 2024, 6
10344
- deprecate :OrganizationId=, :none, 2024, 6
10345
- deprecate :Channel, :none, 2024, 6
10346
- deprecate :Channel=, :none, 2024, 6
10347
- deprecate :OrganizationOpenId, :none, 2024, 6
10348
- deprecate :OrganizationOpenId=, :none, 2024, 6
10349
- deprecate :ClientIp, :none, 2024, 6
10350
- deprecate :ClientIp=, :none, 2024, 6
10351
- deprecate :ProxyIp, :none, 2024, 6
10352
- deprecate :ProxyIp=, :none, 2024, 6
10357
+ deprecate :OrganizationId, :none, 2024, 7
10358
+ deprecate :OrganizationId=, :none, 2024, 7
10359
+ deprecate :Channel, :none, 2024, 7
10360
+ deprecate :Channel=, :none, 2024, 7
10361
+ deprecate :OrganizationOpenId, :none, 2024, 7
10362
+ deprecate :OrganizationOpenId=, :none, 2024, 7
10363
+ deprecate :ClientIp, :none, 2024, 7
10364
+ deprecate :ClientIp=, :none, 2024, 7
10365
+ deprecate :ProxyIp, :none, 2024, 7
10366
+ deprecate :ProxyIp=, :none, 2024, 7
10353
10367
 
10354
10368
  def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
10355
10369
  @OrganizationId = organizationid
@@ -10697,8 +10711,8 @@ module TencentCloud
10697
10711
 
10698
10712
  attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
10699
10713
  extend Gem::Deprecate
10700
- deprecate :Uscc, :none, 2024, 6
10701
- deprecate :Uscc=, :none, 2024, 6
10714
+ deprecate :Uscc, :none, 2024, 7
10715
+ deprecate :Uscc=, :none, 2024, 7
10702
10716
 
10703
10717
  def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
10704
10718
  @LegalName = legalname
@@ -11205,8 +11219,8 @@ module TencentCloud
11205
11219
 
11206
11220
  attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
11207
11221
  extend Gem::Deprecate
11208
- deprecate :ClientToken, :none, 2024, 6
11209
- deprecate :ClientToken=, :none, 2024, 6
11222
+ deprecate :ClientToken, :none, 2024, 7
11223
+ deprecate :ClientToken=, :none, 2024, 7
11210
11224
 
11211
11225
  def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
11212
11226
  @Operator = operator
@@ -11519,8 +11533,8 @@ module TencentCloud
11519
11533
 
11520
11534
  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
11535
  extend Gem::Deprecate
11522
- deprecate :Seals, :none, 2024, 6
11523
- deprecate :Seals=, :none, 2024, 6
11536
+ deprecate :Seals, :none, 2024, 7
11537
+ deprecate :Seals=, :none, 2024, 7
11524
11538
 
11525
11539
  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
11540
  @TemplateId = templateid
@@ -11844,8 +11858,8 @@ module TencentCloud
11844
11858
 
11845
11859
  attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
11846
11860
  extend Gem::Deprecate
11847
- deprecate :FileUrls, :none, 2024, 6
11848
- deprecate :FileUrls=, :none, 2024, 6
11861
+ deprecate :FileUrls, :none, 2024, 7
11862
+ deprecate :FileUrls=, :none, 2024, 7
11849
11863
 
11850
11864
  def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
11851
11865
  @BusinessType = businesstype
@@ -11950,14 +11964,14 @@ module TencentCloud
11950
11964
 
11951
11965
  attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
11952
11966
  extend Gem::Deprecate
11953
- deprecate :Channel, :none, 2024, 6
11954
- deprecate :Channel=, :none, 2024, 6
11955
- deprecate :OpenId, :none, 2024, 6
11956
- deprecate :OpenId=, :none, 2024, 6
11957
- deprecate :ClientIp, :none, 2024, 6
11958
- deprecate :ClientIp=, :none, 2024, 6
11959
- deprecate :ProxyIp, :none, 2024, 6
11960
- deprecate :ProxyIp=, :none, 2024, 6
11967
+ deprecate :Channel, :none, 2024, 7
11968
+ deprecate :Channel=, :none, 2024, 7
11969
+ deprecate :OpenId, :none, 2024, 7
11970
+ deprecate :OpenId=, :none, 2024, 7
11971
+ deprecate :ClientIp, :none, 2024, 7
11972
+ deprecate :ClientIp=, :none, 2024, 7
11973
+ deprecate :ProxyIp, :none, 2024, 7
11974
+ deprecate :ProxyIp=, :none, 2024, 7
11961
11975
 
11962
11976
  def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
11963
11977
  @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.853
4
+ version: 3.0.855
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-27 00:00:00.000000000 Z
11
+ date: 2024-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common