tencentcloud-sdk-ess 3.0.670 → 3.0.672

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: fd67b07617dd0d234fcb5159432d6e0396ff807a
4
- data.tar.gz: 1bbbe853bef5a7ccedf32c7ab50fb268b3371ebb
3
+ metadata.gz: cc447e082ecc2afa5531fb41a439cdcfe5c0ff86
4
+ data.tar.gz: b344faaed3a5309bc10d25effda9d90996a69ef7
5
5
  SHA512:
6
- metadata.gz: 39afba63c73f716667dacdb570d5cee2164d9235ec71ceb356f655d81686334952a2f709f5e8490c91767bcc2c47d9037d3d142309ab51de5c3b0220256188fa
7
- data.tar.gz: b3dd53f7da5782865bdc756ff5b35d51723123484f83752848b587914c9c316147f5555375028b8ecaccce03839e993eaf2c45f38d444ce7f58daaf68043ca6e
6
+ metadata.gz: ea5717678dea00693770702a2f07fc2019bee5d025ce3c907d3c70b53417ffd20e1f003ff25512882cefd40780ca012212947dcb2d45347cfafa871d4d791f20
7
+ data.tar.gz: df8f6ce79332b01480f3ab286211306f1935ea5aff38d903f06bf29775d36059f5a14e3e614257cc4f76946204616d136745f9f81d577e6b1a57bcb0e8d620c8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.670
1
+ 3.0.672
@@ -594,7 +594,8 @@ module TencentCloud
594
594
 
595
595
  # 适用场景1:创建当前企业的自定义SaaS角色或集团角色,并且创建时不进行权限的设置(PermissionGroups 参数不传),角色中的权限内容可通过控制台编辑角色或通过接口 ModifyIntegrationRole 完成更新。
596
596
 
597
- # 适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。
597
+ # 适用场景2:创建当前企业的自定义SaaS角色或集团角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
598
+
598
599
  # 适用场景3:创建集团角色时可同时设置角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
599
600
 
600
601
  # 适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
@@ -1609,7 +1610,8 @@ module TencentCloud
1609
1610
 
1610
1611
  # 适用场景1:更新当前企业的自定义SaaS角色或集团角色,并且更新时不进行角色中权限的更新(PermissionGroups 参数不传)。
1611
1612
 
1612
- # 适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。
1613
+ # 适用场景2:更新当前企业的自定义SaaS角色或集团角色,并且更新时进行角色中权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 DescribeIntegrationRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
1614
+
1613
1615
  # 适用场景3:更新集团角色管理的子企业列表,可通过设置 SubOrganizationIds 参数达到此效果。
1614
1616
 
1615
1617
  # 适用场景4:主企业代理子企业操作的场景,需要设置Agent参数,并且ProxyOrganizationId设置为子企业的id即可。
@@ -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, 2023, 9
58
- deprecate :AppId=, :none, 2023, 9
59
- deprecate :ProxyAppId, :none, 2023, 9
60
- deprecate :ProxyAppId=, :none, 2023, 9
61
- deprecate :ProxyOperator, :none, 2023, 9
62
- deprecate :ProxyOperator=, :none, 2023, 9
57
+ deprecate :AppId, :none, 2023, 10
58
+ deprecate :AppId=, :none, 2023, 10
59
+ deprecate :ProxyAppId, :none, 2023, 10
60
+ deprecate :ProxyAppId=, :none, 2023, 10
61
+ deprecate :ProxyOperator, :none, 2023, 10
62
+ deprecate :ProxyOperator=, :none, 2023, 10
63
63
 
64
64
  def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
65
65
  @AppId = appid
@@ -416,8 +416,8 @@ module TencentCloud
416
416
 
417
417
  attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType
418
418
  extend Gem::Deprecate
419
- deprecate :CallbackUrl, :none, 2023, 9
420
- deprecate :CallbackUrl=, :none, 2023, 9
419
+ deprecate :CallbackUrl, :none, 2023, 10
420
+ deprecate :CallbackUrl=, :none, 2023, 10
421
421
 
422
422
  def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil)
423
423
  @UserInfo = userinfo
@@ -514,8 +514,8 @@ module TencentCloud
514
514
 
515
515
  attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
516
516
  extend Gem::Deprecate
517
- deprecate :Token, :none, 2023, 9
518
- deprecate :Token=, :none, 2023, 9
517
+ deprecate :Token, :none, 2023, 10
518
+ deprecate :Token=, :none, 2023, 10
519
519
 
520
520
  def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
521
521
  @CallbackUrl = callbackurl
@@ -545,12 +545,12 @@ module TencentCloud
545
545
 
546
546
  attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
547
547
  extend Gem::Deprecate
548
- deprecate :ApplicationId, :none, 2023, 9
549
- deprecate :ApplicationId=, :none, 2023, 9
550
- deprecate :OrganizationId, :none, 2023, 9
551
- deprecate :OrganizationId=, :none, 2023, 9
552
- deprecate :SubOrganizationId, :none, 2023, 9
553
- deprecate :SubOrganizationId=, :none, 2023, 9
548
+ deprecate :ApplicationId, :none, 2023, 10
549
+ deprecate :ApplicationId=, :none, 2023, 10
550
+ deprecate :OrganizationId, :none, 2023, 10
551
+ deprecate :OrganizationId=, :none, 2023, 10
552
+ deprecate :SubOrganizationId, :none, 2023, 10
553
+ deprecate :SubOrganizationId=, :none, 2023, 10
554
554
 
555
555
  def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
556
556
  @ApplicationId = applicationid
@@ -1287,8 +1287,8 @@ module TencentCloud
1287
1287
 
1288
1288
  attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
1289
1289
  extend Gem::Deprecate
1290
- deprecate :Organization, :none, 2023, 9
1291
- deprecate :Organization=, :none, 2023, 9
1290
+ deprecate :Organization, :none, 2023, 10
1291
+ deprecate :Organization=, :none, 2023, 10
1292
1292
 
1293
1293
  def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
1294
1294
  @ResourceType = resourcetype
@@ -1886,8 +1886,8 @@ module TencentCloud
1886
1886
 
1887
1887
  attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
1888
1888
  extend Gem::Deprecate
1889
- deprecate :ReportUrl, :none, 2023, 9
1890
- deprecate :ReportUrl=, :none, 2023, 9
1889
+ deprecate :ReportUrl, :none, 2023, 10
1890
+ deprecate :ReportUrl=, :none, 2023, 10
1891
1891
 
1892
1892
  def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
1893
1893
  @ReportId = reportid
@@ -2273,10 +2273,10 @@ module TencentCloud
2273
2273
 
2274
2274
  attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
2275
2275
  extend Gem::Deprecate
2276
- deprecate :RelatedFlowId, :none, 2023, 9
2277
- deprecate :RelatedFlowId=, :none, 2023, 9
2278
- deprecate :CallbackUrl, :none, 2023, 9
2279
- deprecate :CallbackUrl=, :none, 2023, 9
2276
+ deprecate :RelatedFlowId, :none, 2023, 10
2277
+ deprecate :RelatedFlowId=, :none, 2023, 10
2278
+ deprecate :CallbackUrl, :none, 2023, 10
2279
+ deprecate :CallbackUrl=, :none, 2023, 10
2280
2280
 
2281
2281
  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)
2282
2282
  @Operator = operator
@@ -2465,8 +2465,8 @@ module TencentCloud
2465
2465
 
2466
2466
  attr_accessor :FlowId, :FlowApproverInfos, :Operator, :Agent, :Organization, :JumpUrl
2467
2467
  extend Gem::Deprecate
2468
- deprecate :Organization, :none, 2023, 9
2469
- deprecate :Organization=, :none, 2023, 9
2468
+ deprecate :Organization, :none, 2023, 10
2469
+ deprecate :Organization=, :none, 2023, 10
2470
2470
 
2471
2471
  def initialize(flowid=nil, flowapproverinfos=nil, operator=nil, agent=nil, organization=nil, jumpurl=nil)
2472
2472
  @FlowId = flowid
@@ -2844,10 +2844,10 @@ module TencentCloud
2844
2844
 
2845
2845
  attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes
2846
2846
  extend Gem::Deprecate
2847
- deprecate :CallbackUrl, :none, 2023, 9
2848
- deprecate :CallbackUrl=, :none, 2023, 9
2849
- deprecate :ApproverRestrictions, :none, 2023, 9
2850
- deprecate :ApproverRestrictions=, :none, 2023, 9
2847
+ deprecate :CallbackUrl, :none, 2023, 10
2848
+ deprecate :CallbackUrl=, :none, 2023, 10
2849
+ deprecate :ApproverRestrictions, :none, 2023, 10
2850
+ deprecate :ApproverRestrictions=, :none, 2023, 10
2851
2851
 
2852
2852
  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)
2853
2853
  @Operator = operator
@@ -3381,8 +3381,8 @@ module TencentCloud
3381
3381
 
3382
3382
  attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType
3383
3383
  extend Gem::Deprecate
3384
- deprecate :SealImage, :none, 2023, 9
3385
- deprecate :SealImage=, :none, 2023, 9
3384
+ deprecate :SealImage, :none, 2023, 10
3385
+ deprecate :SealImage=, :none, 2023, 10
3386
3386
 
3387
3387
  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)
3388
3388
  @UserName = username
@@ -3561,7 +3561,8 @@ module TencentCloud
3561
3561
 
3562
3562
  # <ul><li> **0** : 腾讯电子签小程序个人首页 (默认)</li>
3563
3563
  # <li> **1** : 腾讯电子签小程序流程合同的详情页 (即合同签署页面)</li>
3564
- # <li> **2** : 腾讯电子签小程序合同列表页</li></ul>
3564
+ # <li> **2** : 腾讯电子签小程序合同列表页</li><li> **3** : 腾讯电子签小程序合同封面页
3565
+ # 注:`生成动态签署人补充链接时,必须指定为封面页`</li></ul>
3565
3566
  # @type PathType: Integer
3566
3567
  # @param AutoJumpBack: 签署完成后是否自动回跳
3567
3568
  # <ul><li>**false**:否, 签署完成不会自动跳转回来(默认)</li><li>**true**:是, 签署完成会自动跳转回来</li></ul>
@@ -3579,7 +3580,9 @@ module TencentCloud
3579
3580
 
3580
3581
  # 注: `字段为数组, 可以传值隐藏多个按钮`
3581
3582
  # @type Hides: Array
3582
- # @param RecipientId: 签署节点ID,用于生成动态签署人链接完成领取
3583
+ # @param RecipientId: 签署节点ID,用于生成动态签署人链接完成领取。
3584
+
3585
+ # 注:`生成动态签署人补充链接时必传。`
3583
3586
  # @type RecipientId: String
3584
3587
 
3585
3588
  attr_accessor :Operator, :OrganizationName, :Name, :Mobile, :EndPoint, :FlowId, :FlowGroupId, :PathType, :AutoJumpBack, :Agent, :Hides, :RecipientId
@@ -4470,10 +4473,10 @@ module TencentCloud
4470
4473
 
4471
4474
  attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
4472
4475
  extend Gem::Deprecate
4473
- deprecate :CcToken, :none, 2023, 9
4474
- deprecate :CcToken=, :none, 2023, 9
4475
- deprecate :Scene, :none, 2023, 9
4476
- deprecate :Scene=, :none, 2023, 9
4476
+ deprecate :CcToken, :none, 2023, 10
4477
+ deprecate :CcToken=, :none, 2023, 10
4478
+ deprecate :Scene, :none, 2023, 10
4479
+ deprecate :Scene=, :none, 2023, 10
4477
4480
 
4478
4481
  def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
4479
4482
  @Operator = operator
@@ -4838,12 +4841,12 @@ module TencentCloud
4838
4841
 
4839
4842
  attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource
4840
4843
  extend Gem::Deprecate
4841
- deprecate :IsChannel, :none, 2023, 9
4842
- deprecate :IsChannel=, :none, 2023, 9
4843
- deprecate :Organization, :none, 2023, 9
4844
- deprecate :Organization=, :none, 2023, 9
4845
- deprecate :GenerateSource, :none, 2023, 9
4846
- deprecate :GenerateSource=, :none, 2023, 9
4844
+ deprecate :IsChannel, :none, 2023, 10
4845
+ deprecate :IsChannel=, :none, 2023, 10
4846
+ deprecate :Organization, :none, 2023, 10
4847
+ deprecate :Organization=, :none, 2023, 10
4848
+ deprecate :GenerateSource, :none, 2023, 10
4849
+ deprecate :GenerateSource=, :none, 2023, 10
4847
4850
 
4848
4851
  def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil)
4849
4852
  @Operator = operator
@@ -5260,8 +5263,8 @@ module TencentCloud
5260
5263
 
5261
5264
  attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
5262
5265
  extend Gem::Deprecate
5263
- deprecate :ActivedTotal, :none, 2023, 9
5264
- deprecate :ActivedTotal=, :none, 2023, 9
5266
+ deprecate :ActivedTotal, :none, 2023, 10
5267
+ deprecate :ActivedTotal=, :none, 2023, 10
5265
5268
 
5266
5269
  def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
5267
5270
  @Total = total
@@ -6339,8 +6342,8 @@ module TencentCloud
6339
6342
 
6340
6343
  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
6341
6344
  extend Gem::Deprecate
6342
- deprecate :JumpUrl, :none, 2023, 9
6343
- deprecate :JumpUrl=, :none, 2023, 9
6345
+ deprecate :JumpUrl, :none, 2023, 10
6346
+ deprecate :JumpUrl=, :none, 2023, 10
6344
6347
 
6345
6348
  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)
6346
6349
  @ApproverType = approvertype
@@ -6546,8 +6549,8 @@ module TencentCloud
6546
6549
 
6547
6550
  attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene
6548
6551
  extend Gem::Deprecate
6549
- deprecate :CallbackUrl, :none, 2023, 9
6550
- deprecate :CallbackUrl=, :none, 2023, 9
6552
+ deprecate :CallbackUrl, :none, 2023, 10
6553
+ deprecate :CallbackUrl=, :none, 2023, 10
6551
6554
 
6552
6555
  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)
6553
6556
  @FlowName = flowname
@@ -6847,8 +6850,8 @@ module TencentCloud
6847
6850
 
6848
6851
  attr_accessor :TaskId, :Operator, :Agent, :Organization
6849
6852
  extend Gem::Deprecate
6850
- deprecate :Organization, :none, 2023, 9
6851
- deprecate :Organization=, :none, 2023, 9
6853
+ deprecate :Organization, :none, 2023, 10
6854
+ deprecate :Organization=, :none, 2023, 10
6852
6855
 
6853
6856
  def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
6854
6857
  @TaskId = taskid
@@ -7390,16 +7393,16 @@ module TencentCloud
7390
7393
 
7391
7394
  attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
7392
7395
  extend Gem::Deprecate
7393
- deprecate :OrganizationId, :none, 2023, 9
7394
- deprecate :OrganizationId=, :none, 2023, 9
7395
- deprecate :Channel, :none, 2023, 9
7396
- deprecate :Channel=, :none, 2023, 9
7397
- deprecate :OrganizationOpenId, :none, 2023, 9
7398
- deprecate :OrganizationOpenId=, :none, 2023, 9
7399
- deprecate :ClientIp, :none, 2023, 9
7400
- deprecate :ClientIp=, :none, 2023, 9
7401
- deprecate :ProxyIp, :none, 2023, 9
7402
- deprecate :ProxyIp=, :none, 2023, 9
7396
+ deprecate :OrganizationId, :none, 2023, 10
7397
+ deprecate :OrganizationId=, :none, 2023, 10
7398
+ deprecate :Channel, :none, 2023, 10
7399
+ deprecate :Channel=, :none, 2023, 10
7400
+ deprecate :OrganizationOpenId, :none, 2023, 10
7401
+ deprecate :OrganizationOpenId=, :none, 2023, 10
7402
+ deprecate :ClientIp, :none, 2023, 10
7403
+ deprecate :ClientIp=, :none, 2023, 10
7404
+ deprecate :ProxyIp, :none, 2023, 10
7405
+ deprecate :ProxyIp=, :none, 2023, 10
7403
7406
 
7404
7407
  def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
7405
7408
  @OrganizationId = organizationid
@@ -7723,8 +7726,8 @@ module TencentCloud
7723
7726
 
7724
7727
  attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
7725
7728
  extend Gem::Deprecate
7726
- deprecate :Uscc, :none, 2023, 9
7727
- deprecate :Uscc=, :none, 2023, 9
7729
+ deprecate :Uscc, :none, 2023, 10
7730
+ deprecate :Uscc=, :none, 2023, 10
7728
7731
 
7729
7732
  def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
7730
7733
  @LegalName = legalname
@@ -8082,8 +8085,8 @@ module TencentCloud
8082
8085
 
8083
8086
  attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
8084
8087
  extend Gem::Deprecate
8085
- deprecate :ClientToken, :none, 2023, 9
8086
- deprecate :ClientToken=, :none, 2023, 9
8088
+ deprecate :ClientToken, :none, 2023, 10
8089
+ deprecate :ClientToken=, :none, 2023, 10
8087
8090
 
8088
8091
  def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
8089
8092
  @Operator = operator
@@ -8278,6 +8281,9 @@ module TencentCloud
8278
8281
  # false-未发布
8279
8282
  # 注意:此字段可能返回 null,表示取不到有效值。
8280
8283
  # @type Published: Boolean
8284
+ # @param ShareTemplateId: 分享来源的模板ID。用在集团账号子企业模板里
8285
+ # 注意:此字段可能返回 null,表示取不到有效值。
8286
+ # @type ShareTemplateId: String
8281
8287
  # @param TemplateSeals: 模板内部指定的印章列表
8282
8288
  # 注意:此字段可能返回 null,表示取不到有效值。
8283
8289
  # @type TemplateSeals: Array
@@ -8285,12 +8291,12 @@ module TencentCloud
8285
8291
  # 注意:此字段可能返回 null,表示取不到有效值。
8286
8292
  # @type Seals: Array
8287
8293
 
8288
- attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published, :TemplateSeals, :Seals
8294
+ attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published, :ShareTemplateId, :TemplateSeals, :Seals
8289
8295
  extend Gem::Deprecate
8290
- deprecate :Seals, :none, 2023, 9
8291
- deprecate :Seals=, :none, 2023, 9
8296
+ deprecate :Seals, :none, 2023, 10
8297
+ deprecate :Seals=, :none, 2023, 10
8292
8298
 
8293
- def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil, templateseals=nil, seals=nil)
8299
+ def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil, sharetemplateid=nil, templateseals=nil, seals=nil)
8294
8300
  @TemplateId = templateid
8295
8301
  @TemplateName = templatename
8296
8302
  @Description = description
@@ -8311,6 +8317,7 @@ module TencentCloud
8311
8317
  @PreviewUrl = previewurl
8312
8318
  @TemplateVersion = templateversion
8313
8319
  @Published = published
8320
+ @ShareTemplateId = sharetemplateid
8314
8321
  @TemplateSeals = templateseals
8315
8322
  @Seals = seals
8316
8323
  end
@@ -8367,6 +8374,7 @@ module TencentCloud
8367
8374
  @PreviewUrl = params['PreviewUrl']
8368
8375
  @TemplateVersion = params['TemplateVersion']
8369
8376
  @Published = params['Published']
8377
+ @ShareTemplateId = params['ShareTemplateId']
8370
8378
  unless params['TemplateSeals'].nil?
8371
8379
  @TemplateSeals = []
8372
8380
  params['TemplateSeals'].each do |i|
@@ -8589,8 +8597,8 @@ module TencentCloud
8589
8597
 
8590
8598
  attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
8591
8599
  extend Gem::Deprecate
8592
- deprecate :FileUrls, :none, 2023, 9
8593
- deprecate :FileUrls=, :none, 2023, 9
8600
+ deprecate :FileUrls, :none, 2023, 10
8601
+ deprecate :FileUrls=, :none, 2023, 10
8594
8602
 
8595
8603
  def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
8596
8604
  @BusinessType = businesstype
@@ -8668,14 +8676,14 @@ module TencentCloud
8668
8676
 
8669
8677
  attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
8670
8678
  extend Gem::Deprecate
8671
- deprecate :Channel, :none, 2023, 9
8672
- deprecate :Channel=, :none, 2023, 9
8673
- deprecate :OpenId, :none, 2023, 9
8674
- deprecate :OpenId=, :none, 2023, 9
8675
- deprecate :ClientIp, :none, 2023, 9
8676
- deprecate :ClientIp=, :none, 2023, 9
8677
- deprecate :ProxyIp, :none, 2023, 9
8678
- deprecate :ProxyIp=, :none, 2023, 9
8679
+ deprecate :Channel, :none, 2023, 10
8680
+ deprecate :Channel=, :none, 2023, 10
8681
+ deprecate :OpenId, :none, 2023, 10
8682
+ deprecate :OpenId=, :none, 2023, 10
8683
+ deprecate :ClientIp, :none, 2023, 10
8684
+ deprecate :ClientIp=, :none, 2023, 10
8685
+ deprecate :ProxyIp, :none, 2023, 10
8686
+ deprecate :ProxyIp=, :none, 2023, 10
8679
8687
 
8680
8688
  def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
8681
8689
  @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.670
4
+ version: 3.0.672
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-28 00:00:00.000000000 Z
11
+ date: 2023-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common