tencentcloud-sdk-essbasic 3.0.853 → 3.0.854

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: 01d151fd3410894fe22a5dc12ee218b811b280ba
4
- data.tar.gz: ef7a93030e6cfb3787500d9bb4cc125a512fc892
3
+ metadata.gz: c735fdc4fdd9630e4a6735f4d060d44a6a686d61
4
+ data.tar.gz: a7e570cad1d97b4bb9cbde6a05413cf96f228901
5
5
  SHA512:
6
- metadata.gz: af8aff121001ec517c2e9ee7d1b4e082b4eb00a4de61589ccf362e98679ac3dca5288c6cd1e5192b5dd464d72ebc54cfd234e5b47c2e49c2f0e1962d2272f17c
7
- data.tar.gz: 1a9a7efc8109848df816f4b8fac4a77bbb5c8e01d550637c82b247970a19b68420f1b4c61d5e4a2165293d89342cbecd41ad807922356a8f0e73ed3a31897ead
6
+ metadata.gz: 213f45c8652487f059b286eb07590a4c87bbc774e990e977fc858b3b6dd389366d4f2c3d291e4ab3dd108380786cb46ac91a0eb257453dd4e0bdd6d90595b77d
7
+ data.tar.gz: 843cd1da1cc30d9bfef54bc911e8d99d18f2c7c0f5e8c98dbfdaa834556d6f4209cdb627fcfa566e6d8662e8a6ffff3efdc2eb171596bfda09648c9642f632ba
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.853
1
+ 3.0.854
@@ -1255,11 +1255,10 @@ module TencentCloud
1255
1255
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1256
1256
  end
1257
1257
 
1258
- # 此接口(ChannelDescribeOrganizationSeals)查询子客企业电子印章。<br />
1259
- # 注:
1260
- # 1. `查询子客企业电子印章,需要操作者具有管理印章权限`
1261
- # 2. `客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理`
1262
- # 3. `此接口只能查询启用的印章`
1258
+ # 此接口查询子企业电子印章。<br />
1259
+
1260
+ # 注:
1261
+ # 1. 此操作要求操作者具备<b>印章查询权限</b>(若调用者尚无此权限,请联系超级管理员前往Web控制台【组织管理】->【角色管理】添加相应权限)。
1263
1262
 
1264
1263
  # @param request: Request instance for ChannelDescribeOrganizationSeals.
1265
1264
  # @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelDescribeOrganizationSealsRequest`
@@ -1894,7 +1893,15 @@ module TencentCloud
1894
1893
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1895
1894
  end
1896
1895
 
1897
- # 此接口用于获取创建法人章二维码图片base64
1896
+ # 该接口用于获取创建法人章的二维码,需要通过微信扫描。扫描后将跳转到腾讯电子签署,进入到创建法人章的流程。
1897
+
1898
+ # **注意**
1899
+ # 1. 该二维码**有效期为7天**,过期后将失效,可重新创建 。
1900
+ # 2. 每个公司**只能有1个法人章**,无法重复创建或者创建多个
1901
+
1902
+ # 法人章的样式可以参考下图索引(也可以自己上传法人印章图片):
1903
+
1904
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/36a0a090750c45bb5cac5047ac461b2c.png)
1898
1905
 
1899
1906
  # @param request: Request instance for CreateLegalSealQrCode.
1900
1907
  # @type request: :class:`Tencentcloud::essbasic::V20210526::CreateLegalSealQrCodeRequest`
@@ -37,8 +37,8 @@ module TencentCloud
37
37
 
38
38
  attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
39
39
  extend Gem::Deprecate
40
- deprecate :ProxyOrganizationId, :none, 2024, 6
41
- deprecate :ProxyOrganizationId=, :none, 2024, 6
40
+ deprecate :ProxyOrganizationId, :none, 2024, 7
41
+ deprecate :ProxyOrganizationId=, :none, 2024, 7
42
42
 
43
43
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
44
44
  @AppId = appid
@@ -536,8 +536,8 @@ module TencentCloud
536
536
 
537
537
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
538
538
  extend Gem::Deprecate
539
- deprecate :Operator, :none, 2024, 6
540
- deprecate :Operator=, :none, 2024, 6
539
+ deprecate :Operator, :none, 2024, 7
540
+ deprecate :Operator=, :none, 2024, 7
541
541
 
542
542
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
543
543
  @Agent = agent
@@ -708,8 +708,8 @@ module TencentCloud
708
708
 
709
709
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
710
710
  extend Gem::Deprecate
711
- deprecate :Operator, :none, 2024, 6
712
- deprecate :Operator=, :none, 2024, 6
711
+ deprecate :Operator, :none, 2024, 7
712
+ deprecate :Operator=, :none, 2024, 7
713
713
 
714
714
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
715
715
  @FlowId = flowid
@@ -769,8 +769,8 @@ module TencentCloud
769
769
 
770
770
  attr_accessor :Agent, :QrCodeId, :Operator
771
771
  extend Gem::Deprecate
772
- deprecate :Operator, :none, 2024, 6
773
- deprecate :Operator=, :none, 2024, 6
772
+ deprecate :Operator, :none, 2024, 7
773
+ deprecate :Operator=, :none, 2024, 7
774
774
 
775
775
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
776
776
  @Agent = agent
@@ -880,8 +880,8 @@ module TencentCloud
880
880
 
881
881
  attr_accessor :Agent, :FlowIds, :Operator
882
882
  extend Gem::Deprecate
883
- deprecate :Operator, :none, 2024, 6
884
- deprecate :Operator=, :none, 2024, 6
883
+ deprecate :Operator, :none, 2024, 7
884
+ deprecate :Operator=, :none, 2024, 7
885
885
 
886
886
  def initialize(agent=nil, flowids=nil, operator=nil)
887
887
  @Agent = agent
@@ -1197,8 +1197,8 @@ module TencentCloud
1197
1197
 
1198
1198
  attr_accessor :Agent, :FlowIds, :Operator
1199
1199
  extend Gem::Deprecate
1200
- deprecate :Operator, :none, 2024, 6
1201
- deprecate :Operator=, :none, 2024, 6
1200
+ deprecate :Operator, :none, 2024, 7
1201
+ deprecate :Operator=, :none, 2024, 7
1202
1202
 
1203
1203
  def initialize(agent=nil, flowids=nil, operator=nil)
1204
1204
  @Agent = agent
@@ -1275,10 +1275,10 @@ module TencentCloud
1275
1275
 
1276
1276
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1277
1277
  extend Gem::Deprecate
1278
- deprecate :Operator, :none, 2024, 6
1279
- deprecate :Operator=, :none, 2024, 6
1280
- deprecate :Organization, :none, 2024, 6
1281
- deprecate :Organization=, :none, 2024, 6
1278
+ deprecate :Operator, :none, 2024, 7
1279
+ deprecate :Operator=, :none, 2024, 7
1280
+ deprecate :Organization, :none, 2024, 7
1281
+ deprecate :Organization=, :none, 2024, 7
1282
1282
 
1283
1283
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1284
1284
  @Agent = agent
@@ -1383,8 +1383,8 @@ module TencentCloud
1383
1383
 
1384
1384
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
1385
1385
  extend Gem::Deprecate
1386
- deprecate :Operator, :none, 2024, 6
1387
- deprecate :Operator=, :none, 2024, 6
1386
+ deprecate :Operator, :none, 2024, 7
1387
+ deprecate :Operator=, :none, 2024, 7
1388
1388
 
1389
1389
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
1390
1390
  @Agent = agent
@@ -1628,8 +1628,8 @@ module TencentCloud
1628
1628
 
1629
1629
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
1630
1630
  extend Gem::Deprecate
1631
- deprecate :Operator, :none, 2024, 6
1632
- deprecate :Operator=, :none, 2024, 6
1631
+ deprecate :Operator, :none, 2024, 7
1632
+ deprecate :Operator=, :none, 2024, 7
1633
1633
 
1634
1634
  def initialize(agent=nil, flowname=nil, flowdescription=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil)
1635
1635
  @Agent = agent
@@ -1769,8 +1769,8 @@ module TencentCloud
1769
1769
 
1770
1770
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
1771
1771
  extend Gem::Deprecate
1772
- deprecate :Operator, :none, 2024, 6
1773
- deprecate :Operator=, :none, 2024, 6
1772
+ deprecate :Operator, :none, 2024, 7
1773
+ deprecate :Operator=, :none, 2024, 7
1774
1774
 
1775
1775
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
1776
1776
  @FlowFileInfos = flowfileinfos
@@ -2113,10 +2113,10 @@ module TencentCloud
2113
2113
 
2114
2114
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2115
2115
  extend Gem::Deprecate
2116
- deprecate :Operator, :none, 2024, 6
2117
- deprecate :Operator=, :none, 2024, 6
2118
- deprecate :Organization, :none, 2024, 6
2119
- deprecate :Organization=, :none, 2024, 6
2116
+ deprecate :Operator, :none, 2024, 7
2117
+ deprecate :Operator=, :none, 2024, 7
2118
+ deprecate :Organization, :none, 2024, 7
2119
+ deprecate :Organization=, :none, 2024, 7
2120
2120
 
2121
2121
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2122
2122
  @Agent = agent
@@ -2219,12 +2219,12 @@ module TencentCloud
2219
2219
 
2220
2220
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
2221
2221
  extend Gem::Deprecate
2222
- deprecate :CallbackUrl, :none, 2024, 6
2223
- deprecate :CallbackUrl=, :none, 2024, 6
2224
- deprecate :ApproverRestrictions, :none, 2024, 6
2225
- deprecate :ApproverRestrictions=, :none, 2024, 6
2226
- deprecate :Operator, :none, 2024, 6
2227
- deprecate :Operator=, :none, 2024, 6
2222
+ deprecate :CallbackUrl, :none, 2024, 7
2223
+ deprecate :CallbackUrl=, :none, 2024, 7
2224
+ deprecate :ApproverRestrictions, :none, 2024, 7
2225
+ deprecate :ApproverRestrictions=, :none, 2024, 7
2226
+ deprecate :Operator, :none, 2024, 7
2227
+ deprecate :Operator=, :none, 2024, 7
2228
2228
 
2229
2229
  def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
2230
2230
  @Agent = agent
@@ -2466,12 +2466,12 @@ module TencentCloud
2466
2466
 
2467
2467
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
2468
2468
  extend Gem::Deprecate
2469
- deprecate :NeedPreview, :none, 2024, 6
2470
- deprecate :NeedPreview=, :none, 2024, 6
2471
- deprecate :Organization, :none, 2024, 6
2472
- deprecate :Organization=, :none, 2024, 6
2473
- deprecate :Operator, :none, 2024, 6
2474
- deprecate :Operator=, :none, 2024, 6
2469
+ deprecate :NeedPreview, :none, 2024, 7
2470
+ deprecate :NeedPreview=, :none, 2024, 7
2471
+ deprecate :Organization, :none, 2024, 7
2472
+ deprecate :Organization=, :none, 2024, 7
2473
+ deprecate :Operator, :none, 2024, 7
2474
+ deprecate :Operator=, :none, 2024, 7
2475
2475
 
2476
2476
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
2477
2477
  @ResourceType = resourcetype
@@ -2696,12 +2696,12 @@ module TencentCloud
2696
2696
 
2697
2697
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
2698
2698
  extend Gem::Deprecate
2699
- deprecate :CallbackUrl, :none, 2024, 6
2700
- deprecate :CallbackUrl=, :none, 2024, 6
2701
- deprecate :Organization, :none, 2024, 6
2702
- deprecate :Organization=, :none, 2024, 6
2703
- deprecate :Operator, :none, 2024, 6
2704
- deprecate :Operator=, :none, 2024, 6
2699
+ deprecate :CallbackUrl, :none, 2024, 7
2700
+ deprecate :CallbackUrl=, :none, 2024, 7
2701
+ deprecate :Organization, :none, 2024, 7
2702
+ deprecate :Organization=, :none, 2024, 7
2703
+ deprecate :Operator, :none, 2024, 7
2704
+ deprecate :Operator=, :none, 2024, 7
2705
2705
 
2706
2706
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
2707
2707
  @Agent = agent
@@ -2862,10 +2862,10 @@ module TencentCloud
2862
2862
 
2863
2863
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
2864
2864
  extend Gem::Deprecate
2865
- deprecate :Operator, :none, 2024, 6
2866
- deprecate :Operator=, :none, 2024, 6
2867
- deprecate :Organization, :none, 2024, 6
2868
- deprecate :Organization=, :none, 2024, 6
2865
+ deprecate :Operator, :none, 2024, 7
2866
+ deprecate :Operator=, :none, 2024, 7
2867
+ deprecate :Organization, :none, 2024, 7
2868
+ deprecate :Organization=, :none, 2024, 7
2869
2869
 
2870
2870
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
2871
2871
  @Agent = agent
@@ -3129,8 +3129,8 @@ module TencentCloud
3129
3129
 
3130
3130
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3131
3131
  extend Gem::Deprecate
3132
- deprecate :Operator, :none, 2024, 6
3133
- deprecate :Operator=, :none, 2024, 6
3132
+ deprecate :Operator, :none, 2024, 7
3133
+ deprecate :Operator=, :none, 2024, 7
3134
3134
 
3135
3135
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3136
3136
  @Agent = agent
@@ -3295,8 +3295,8 @@ module TencentCloud
3295
3295
 
3296
3296
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3297
3297
  extend Gem::Deprecate
3298
- deprecate :Operator, :none, 2024, 6
3299
- deprecate :Operator=, :none, 2024, 6
3298
+ deprecate :Operator, :none, 2024, 7
3299
+ deprecate :Operator=, :none, 2024, 7
3300
3300
 
3301
3301
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3302
3302
  @Agent = agent
@@ -3358,10 +3358,10 @@ module TencentCloud
3358
3358
 
3359
3359
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3360
3360
  extend Gem::Deprecate
3361
- deprecate :Organization, :none, 2024, 6
3362
- deprecate :Organization=, :none, 2024, 6
3363
- deprecate :Operator, :none, 2024, 6
3364
- deprecate :Operator=, :none, 2024, 6
3361
+ deprecate :Organization, :none, 2024, 7
3362
+ deprecate :Organization=, :none, 2024, 7
3363
+ deprecate :Operator, :none, 2024, 7
3364
+ deprecate :Operator=, :none, 2024, 7
3365
3365
 
3366
3366
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3367
3367
  @Agent = agent
@@ -3528,8 +3528,8 @@ module TencentCloud
3528
3528
 
3529
3529
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3530
3530
  extend Gem::Deprecate
3531
- deprecate :Operator, :none, 2024, 6
3532
- deprecate :Operator=, :none, 2024, 6
3531
+ deprecate :Operator, :none, 2024, 7
3532
+ deprecate :Operator=, :none, 2024, 7
3533
3533
 
3534
3534
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3535
3535
  @Agent = agent
@@ -3672,22 +3672,20 @@ module TencentCloud
3672
3672
  # </ul>
3673
3673
  # 第三方平台子客企业和员工必须已经经过实名认证
3674
3674
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
3675
- # @param Limit: 返回最大数量,最大为100
3675
+ # @param Limit: 指定分页每页返回的数据条数,单页最大支持 100
3676
3676
  # @type Limit: Integer
3677
3677
  # @param Offset: 分页查询偏移量,默认为0,最大为20000
3678
3678
  # @type Offset: Integer
3679
- # @param InfoType: 查询信息类型
3680
- # 支持的值如下:
3681
- # <ul><li>0-默认,不返回授权用户信息</li>
3682
- # <li>1-返回授权用户信息</li>
3683
- # </ul>
3679
+ # @param InfoType: 查询授权用户信息类型,取值如下:
3680
+
3681
+ # <ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
3684
3682
  # @type InfoType: Integer
3685
- # @param SealId: 印章id(没有输入返回所有)
3683
+ # @param SealId: 印章id,是否查询特定的印章(没有输入返回所有)
3686
3684
 
3687
3685
  # 注: `没有输入返回所有记录,最大返回100条。`
3688
3686
  # @type SealId: String
3689
3687
  # @param SealTypes: 电子印章类型 , 可选类型如下:
3690
- # <ul><li>**OFFICIAL**: (默认)公章</li>
3688
+ # <ul><li>**OFFICIAL**: 公章</li>
3691
3689
  # <li>**CONTRACT**: 合同专用章;</li>
3692
3690
  # <li>**FINANCE**: 财务专用章;</li>
3693
3691
  # <li>**PERSONNEL**: 人事专用章</li>
@@ -3696,7 +3694,9 @@ module TencentCloud
3696
3694
 
3697
3695
  # 注: `为空时查询所有类型的印章。`
3698
3696
  # @type SealTypes: Array
3699
- # @param SealStatuses: 查询的印章状态列表。 <ul> <li>空,只查询启用状态的印章;</li> <li>ALL,查询所有状态的印章;</li> <li>CHECKING,查询待审核的印章;</li> <li>SUCCESS,查询启用状态的印章;</li> <li>FAIL,查询印章审核拒绝的印章;</li> <li>DISABLE,查询已停用的印章;</li> <li>STOPPED,查询已终止的印章;</li> <li>VOID,查询已作废的印章;</li> <li>INVALID,查询已失效的印章;</li> </ul>
3697
+ # @param SealStatuses: 需查询的印章状态列表。
3698
+
3699
+ # <ul> <li>空,()仅查询启用状态的印章;</li> <li><strong>ALL</strong>,查询所有状态的印章;</li> <li><strong>CHECKING</strong>,查询待审核的印章;</li> <li><strong>SUCCESS</strong>,查询启用状态的印章;</li> <li><strong>FAIL</strong>,查询印章审核拒绝的印章;</li> <li><strong>DISABLE</strong>,查询已停用的印章;</li> <li><strong>STOPPED</strong>,查询已终止的印章;</li> <li><strong>VOID</strong>,查询已作废的印章;</li> <li><strong>INVALID</strong>,查询已失效的印章。</li> </ul>
3700
3700
  # @type SealStatuses: Array
3701
3701
 
3702
3702
  attr_accessor :Agent, :Limit, :Offset, :InfoType, :SealId, :SealTypes, :SealStatuses
@@ -3727,7 +3727,7 @@ module TencentCloud
3727
3727
 
3728
3728
  # ChannelDescribeOrganizationSeals返回参数结构体
3729
3729
  class ChannelDescribeOrganizationSealsResponse < TencentCloud::Common::AbstractModel
3730
- # @param TotalCount: 在设置了SealId时返回0或1,没有设置时返回公司的总印章数量,可能比返回的印章数组数量多
3730
+ # @param TotalCount: 在设定了SealId时,返回值为0或1;若未设定SealId,则返回公司的总印章数量
3731
3731
  # @type TotalCount: Integer
3732
3732
  # @param Seals: 查询到的印章结果数组
3733
3733
  # @type Seals: Array
@@ -3793,8 +3793,8 @@ module TencentCloud
3793
3793
 
3794
3794
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3795
3795
  extend Gem::Deprecate
3796
- deprecate :Operator, :none, 2024, 6
3797
- deprecate :Operator=, :none, 2024, 6
3796
+ deprecate :Operator, :none, 2024, 7
3797
+ deprecate :Operator=, :none, 2024, 7
3798
3798
 
3799
3799
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3800
3800
  @Agent = agent
@@ -4096,10 +4096,10 @@ module TencentCloud
4096
4096
 
4097
4097
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4098
4098
  extend Gem::Deprecate
4099
- deprecate :Operator, :none, 2024, 6
4100
- deprecate :Operator=, :none, 2024, 6
4101
- deprecate :Organization, :none, 2024, 6
4102
- deprecate :Organization=, :none, 2024, 6
4099
+ deprecate :Operator, :none, 2024, 7
4100
+ deprecate :Operator=, :none, 2024, 7
4101
+ deprecate :Organization, :none, 2024, 7
4102
+ deprecate :Organization=, :none, 2024, 7
4103
4103
 
4104
4104
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4105
4105
  @Agent = agent
@@ -4156,8 +4156,8 @@ module TencentCloud
4156
4156
 
4157
4157
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4158
4158
  extend Gem::Deprecate
4159
- deprecate :PreviewUrl, :none, 2024, 6
4160
- deprecate :PreviewUrl=, :none, 2024, 6
4159
+ deprecate :PreviewUrl, :none, 2024, 7
4160
+ deprecate :PreviewUrl=, :none, 2024, 7
4161
4161
 
4162
4162
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4163
4163
  @TaskId = taskid
@@ -4428,8 +4428,8 @@ module TencentCloud
4428
4428
 
4429
4429
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4430
4430
  extend Gem::Deprecate
4431
- deprecate :Operator, :none, 2024, 6
4432
- deprecate :Operator=, :none, 2024, 6
4431
+ deprecate :Operator, :none, 2024, 7
4432
+ deprecate :Operator=, :none, 2024, 7
4433
4433
 
4434
4434
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4435
4435
  @Agent = agent
@@ -4489,8 +4489,8 @@ module TencentCloud
4489
4489
 
4490
4490
  attr_accessor :FlowId, :Agent, :Operator
4491
4491
  extend Gem::Deprecate
4492
- deprecate :Operator, :none, 2024, 6
4493
- deprecate :Operator=, :none, 2024, 6
4492
+ deprecate :Operator, :none, 2024, 7
4493
+ deprecate :Operator=, :none, 2024, 7
4494
4494
 
4495
4495
  def initialize(flowid=nil, agent=nil, operator=nil)
4496
4496
  @FlowId = flowid
@@ -4719,8 +4719,6 @@ module TencentCloud
4719
4719
  # 1. 绝对定位方式 (可以通过 [PDF坐标计算助手](https://qian.tencent.com/developers/tools/template-editor)计算控件的坐标)
4720
4720
  # 2. 表单域(FIELD)定位方式
4721
4721
  # 3. 关键字(KEYWORD)定位方式,使用关键字定位时,请确保PDF原始文件内是关键字以文字形式保存在PDF文件中,不支持对图片内文字进行关键字查找
4722
- # 可以参考官网说明
4723
- # 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
4724
4722
  class Component < TencentCloud::Common::AbstractModel
4725
4723
  # @param ComponentId: 控件唯一ID。
4726
4724
 
@@ -5135,8 +5133,8 @@ module TencentCloud
5135
5133
 
5136
5134
  attr_accessor :Agent, :FlowId, :Operator, :ReportType
5137
5135
  extend Gem::Deprecate
5138
- deprecate :Operator, :none, 2024, 6
5139
- deprecate :Operator=, :none, 2024, 6
5136
+ deprecate :Operator, :none, 2024, 7
5137
+ deprecate :Operator=, :none, 2024, 7
5140
5138
 
5141
5139
  def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
5142
5140
  @Agent = agent
@@ -5344,8 +5342,8 @@ module TencentCloud
5344
5342
 
5345
5343
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus
5346
5344
  extend Gem::Deprecate
5347
- deprecate :Operator, :none, 2024, 6
5348
- deprecate :Operator=, :none, 2024, 6
5345
+ deprecate :Operator, :none, 2024, 7
5346
+ deprecate :Operator=, :none, 2024, 7
5349
5347
 
5350
5348
  def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil)
5351
5349
  @Agent = agent
@@ -5648,8 +5646,8 @@ module TencentCloud
5648
5646
 
5649
5647
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
5650
5648
  extend Gem::Deprecate
5651
- deprecate :Operator, :none, 2024, 6
5652
- deprecate :Operator=, :none, 2024, 6
5649
+ deprecate :Operator, :none, 2024, 7
5650
+ deprecate :Operator=, :none, 2024, 7
5653
5651
 
5654
5652
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
5655
5653
  @Agent = agent
@@ -5762,10 +5760,10 @@ module TencentCloud
5762
5760
 
5763
5761
  attr_accessor :Agent, :Operator, :Organization
5764
5762
  extend Gem::Deprecate
5765
- deprecate :Operator, :none, 2024, 6
5766
- deprecate :Operator=, :none, 2024, 6
5767
- deprecate :Organization, :none, 2024, 6
5768
- deprecate :Organization=, :none, 2024, 6
5763
+ deprecate :Operator, :none, 2024, 7
5764
+ deprecate :Operator=, :none, 2024, 7
5765
+ deprecate :Organization, :none, 2024, 7
5766
+ deprecate :Organization=, :none, 2024, 7
5769
5767
 
5770
5768
  def initialize(agent=nil, operator=nil, organization=nil)
5771
5769
  @Agent = agent
@@ -5791,7 +5789,10 @@ module TencentCloud
5791
5789
 
5792
5790
  # CreateLegalSealQrCode返回参数结构体
5793
5791
  class CreateLegalSealQrCodeResponse < TencentCloud::Common::AbstractModel
5794
- # @param QrcodeBase64: 二维码图片base64
5792
+ # @param QrcodeBase64: 二维码图片base64值,二维码有效期7天(604800秒)
5793
+
5794
+ # 二维码图片的样式如下图:
5795
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/7ec2478761158a35a9c623882839a5df.png)
5795
5796
  # @type QrcodeBase64: String
5796
5797
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5797
5798
  # @type RequestId: String
@@ -5954,8 +5955,8 @@ module TencentCloud
5954
5955
 
5955
5956
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
5956
5957
  extend Gem::Deprecate
5957
- deprecate :Operator, :none, 2024, 6
5958
- deprecate :Operator=, :none, 2024, 6
5958
+ deprecate :Operator, :none, 2024, 7
5959
+ deprecate :Operator=, :none, 2024, 7
5959
5960
 
5960
5961
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
5961
5962
  @Agent = agent
@@ -6114,8 +6115,8 @@ module TencentCloud
6114
6115
 
6115
6116
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
6116
6117
  extend Gem::Deprecate
6117
- deprecate :Operator, :none, 2024, 6
6118
- deprecate :Operator=, :none, 2024, 6
6118
+ deprecate :Operator, :none, 2024, 7
6119
+ deprecate :Operator=, :none, 2024, 7
6119
6120
 
6120
6121
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil, flowgroupurlinfo=nil)
6121
6122
  @Agent = agent
@@ -6373,8 +6374,8 @@ module TencentCloud
6373
6374
 
6374
6375
  attr_accessor :Agent, :ReportId, :Operator, :ReportType
6375
6376
  extend Gem::Deprecate
6376
- deprecate :Operator, :none, 2024, 6
6377
- deprecate :Operator=, :none, 2024, 6
6377
+ deprecate :Operator, :none, 2024, 7
6378
+ deprecate :Operator=, :none, 2024, 7
6378
6379
 
6379
6380
  def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
6380
6381
  @Agent = agent
@@ -6720,8 +6721,8 @@ module TencentCloud
6720
6721
 
6721
6722
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
6722
6723
  extend Gem::Deprecate
6723
- deprecate :Operator, :none, 2024, 6
6724
- deprecate :Operator=, :none, 2024, 6
6724
+ deprecate :Operator, :none, 2024, 7
6725
+ deprecate :Operator=, :none, 2024, 7
6725
6726
 
6726
6727
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
6727
6728
  @Agent = agent
@@ -6810,8 +6811,8 @@ module TencentCloud
6810
6811
 
6811
6812
  attr_accessor :Agent, :FlowIds, :Operator
6812
6813
  extend Gem::Deprecate
6813
- deprecate :Operator, :none, 2024, 6
6814
- deprecate :Operator=, :none, 2024, 6
6814
+ deprecate :Operator, :none, 2024, 7
6815
+ deprecate :Operator=, :none, 2024, 7
6815
6816
 
6816
6817
  def initialize(agent=nil, flowids=nil, operator=nil)
6817
6818
  @Agent = agent
@@ -6936,8 +6937,8 @@ module TencentCloud
6936
6937
 
6937
6938
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
6938
6939
  extend Gem::Deprecate
6939
- deprecate :Operator, :none, 2024, 6
6940
- deprecate :Operator=, :none, 2024, 6
6940
+ deprecate :Operator, :none, 2024, 7
6941
+ deprecate :Operator=, :none, 2024, 7
6941
6942
 
6942
6943
  def initialize(agent=nil, templateid=nil, contenttype=nil, templateids=nil, limit=nil, offset=nil, templatename=nil, channeltemplateid=nil, queryallcomponents=nil, withpreviewurl=nil, withpdfurl=nil, operator=nil)
6943
6944
  @Agent = agent
@@ -7049,8 +7050,8 @@ module TencentCloud
7049
7050
 
7050
7051
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
7051
7052
  extend Gem::Deprecate
7052
- deprecate :Operator, :none, 2024, 6
7053
- deprecate :Operator=, :none, 2024, 6
7053
+ deprecate :Operator, :none, 2024, 7
7054
+ deprecate :Operator=, :none, 2024, 7
7054
7055
 
7055
7056
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
7056
7057
  @Agent = agent
@@ -7643,8 +7644,8 @@ module TencentCloud
7643
7644
 
7644
7645
  attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType, :AddSignComponentsLimits, :ApproverRoleName, :SignTypeSelector, :Components, :Intention
7645
7646
  extend Gem::Deprecate
7646
- deprecate :CallbackUrl, :none, 2024, 6
7647
- deprecate :CallbackUrl=, :none, 2024, 6
7647
+ deprecate :CallbackUrl, :none, 2024, 7
7648
+ deprecate :CallbackUrl=, :none, 2024, 7
7648
7649
 
7649
7650
  def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil, notifytype=nil, addsigncomponentslimits=nil, approverrolename=nil, signtypeselector=nil, components=nil, intention=nil)
7650
7651
  @Name = name
@@ -8566,8 +8567,8 @@ module TencentCloud
8566
8567
 
8567
8568
  attr_accessor :Agent, :DownLoadFlows, :Operator
8568
8569
  extend Gem::Deprecate
8569
- deprecate :Operator, :none, 2024, 6
8570
- deprecate :Operator=, :none, 2024, 6
8570
+ deprecate :Operator, :none, 2024, 7
8571
+ deprecate :Operator=, :none, 2024, 7
8571
8572
 
8572
8573
  def initialize(agent=nil, downloadflows=nil, operator=nil)
8573
8574
  @Agent = agent
@@ -9122,8 +9123,8 @@ module TencentCloud
9122
9123
 
9123
9124
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
9124
9125
  extend Gem::Deprecate
9125
- deprecate :Operator, :none, 2024, 6
9126
- deprecate :Operator=, :none, 2024, 6
9126
+ deprecate :Operator, :none, 2024, 7
9127
+ deprecate :Operator=, :none, 2024, 7
9127
9128
 
9128
9129
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
9129
9130
  @Agent = agent
@@ -9251,10 +9252,10 @@ module TencentCloud
9251
9252
 
9252
9253
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
9253
9254
  extend Gem::Deprecate
9254
- deprecate :ClientIp, :none, 2024, 6
9255
- deprecate :ClientIp=, :none, 2024, 6
9256
- deprecate :ProxyIp, :none, 2024, 6
9257
- deprecate :ProxyIp=, :none, 2024, 6
9255
+ deprecate :ClientIp, :none, 2024, 7
9256
+ deprecate :ClientIp=, :none, 2024, 7
9257
+ deprecate :ProxyIp, :none, 2024, 7
9258
+ deprecate :ProxyIp=, :none, 2024, 7
9258
9259
 
9259
9260
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
9260
9261
  @OrganizationOpenId = organizationopenid
@@ -9483,8 +9484,8 @@ module TencentCloud
9483
9484
 
9484
9485
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
9485
9486
  extend Gem::Deprecate
9486
- deprecate :Operator, :none, 2024, 6
9487
- deprecate :Operator=, :none, 2024, 6
9487
+ deprecate :Operator, :none, 2024, 7
9488
+ deprecate :Operator=, :none, 2024, 7
9488
9489
 
9489
9490
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
9490
9491
  @Agent = agent
@@ -10057,8 +10058,8 @@ module TencentCloud
10057
10058
 
10058
10059
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
10059
10060
  extend Gem::Deprecate
10060
- deprecate :CustomUserId, :none, 2024, 6
10061
- deprecate :CustomUserId=, :none, 2024, 6
10061
+ deprecate :CustomUserId, :none, 2024, 7
10062
+ deprecate :CustomUserId=, :none, 2024, 7
10062
10063
 
10063
10064
  def initialize(signurl=nil, deadline=nil, signorder=nil, signid=nil, customuserid=nil, name=nil, mobile=nil, organizationname=nil, approvertype=nil, idcardnumber=nil, flowid=nil, openid=nil, flowgroupid=nil, signqrcodeurl=nil)
10064
10065
  @SignUrl = signurl
@@ -10231,8 +10232,8 @@ module TencentCloud
10231
10232
 
10232
10233
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
10233
10234
  extend Gem::Deprecate
10234
- deprecate :Operator, :none, 2024, 6
10235
- deprecate :Operator=, :none, 2024, 6
10235
+ deprecate :Operator, :none, 2024, 7
10236
+ deprecate :Operator=, :none, 2024, 7
10236
10237
 
10237
10238
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
10238
10239
  @Agent = agent
@@ -10333,8 +10334,8 @@ module TencentCloud
10333
10334
 
10334
10335
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
10335
10336
  extend Gem::Deprecate
10336
- deprecate :Operator, :none, 2024, 6
10337
- deprecate :Operator=, :none, 2024, 6
10337
+ deprecate :Operator, :none, 2024, 7
10338
+ deprecate :Operator=, :none, 2024, 7
10338
10339
 
10339
10340
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
10340
10341
  @Agent = agent
@@ -10466,8 +10467,8 @@ module TencentCloud
10466
10467
 
10467
10468
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
10468
10469
  extend Gem::Deprecate
10469
- deprecate :IsPromoter, :none, 2024, 6
10470
- deprecate :IsPromoter=, :none, 2024, 6
10470
+ deprecate :IsPromoter, :none, 2024, 7
10471
+ deprecate :IsPromoter=, :none, 2024, 7
10471
10472
 
10472
10473
  def initialize(templateid=nil, templatename=nil, description=nil, components=nil, recipients=nil, signcomponents=nil, templatetype=nil, ispromoter=nil, creator=nil, createdon=nil, previewurl=nil, pdfurl=nil, channeltemplateid=nil, channeltemplatename=nil, channelautosave=nil, templateversion=nil, available=nil)
10473
10474
  @TemplateId = templateid
@@ -10574,8 +10575,8 @@ module TencentCloud
10574
10575
 
10575
10576
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
10576
10577
  extend Gem::Deprecate
10577
- deprecate :Operator, :none, 2024, 6
10578
- deprecate :Operator=, :none, 2024, 6
10578
+ deprecate :Operator, :none, 2024, 7
10579
+ deprecate :Operator=, :none, 2024, 7
10579
10580
 
10580
10581
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
10581
10582
  @Agent = agent
@@ -10698,14 +10699,14 @@ module TencentCloud
10698
10699
 
10699
10700
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
10700
10701
  extend Gem::Deprecate
10701
- deprecate :Channel, :none, 2024, 6
10702
- deprecate :Channel=, :none, 2024, 6
10703
- deprecate :CustomUserId, :none, 2024, 6
10704
- deprecate :CustomUserId=, :none, 2024, 6
10705
- deprecate :ClientIp, :none, 2024, 6
10706
- deprecate :ClientIp=, :none, 2024, 6
10707
- deprecate :ProxyIp, :none, 2024, 6
10708
- deprecate :ProxyIp=, :none, 2024, 6
10702
+ deprecate :Channel, :none, 2024, 7
10703
+ deprecate :Channel=, :none, 2024, 7
10704
+ deprecate :CustomUserId, :none, 2024, 7
10705
+ deprecate :CustomUserId=, :none, 2024, 7
10706
+ deprecate :ClientIp, :none, 2024, 7
10707
+ deprecate :ClientIp=, :none, 2024, 7
10708
+ deprecate :ProxyIp, :none, 2024, 7
10709
+ deprecate :ProxyIp=, :none, 2024, 7
10709
10710
 
10710
10711
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
10711
10712
  @OpenId = openid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-essbasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.853
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-27 00:00:00.000000000 Z
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