tencentcloud-sdk-essbasic 3.0.932 → 3.0.934

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: b31a260e2dfddfa730a18daec31c53e854c597e1
4
- data.tar.gz: 9ce89f57a46d1cc1bd1841c5a9718c4a599e5388
3
+ metadata.gz: 15303d7bbdd260586c8b7fa7834255105aef2b0a
4
+ data.tar.gz: c0fdf38277512e5e9d1de67304f0ee75f9f2a78d
5
5
  SHA512:
6
- metadata.gz: 621d0d6d062d269532599d7ce8a8c94a518fe9673804000a9bcf95de37f8fe7287cfed91ad84c009eb6922ea4ec75dfd2e3a70e5da1667da77d140d27375d339
7
- data.tar.gz: 8e058c48f9a6ac704c714da3bd8e2dd634d575c55ba7f1807fd608a976971b8e9cab2f7b2c3aa11dc733527468816e3a17de9e5f1b4f310cd4c3751cdac28dd9
6
+ metadata.gz: a174e160aaa946fa1072f0b6385d7c6a2e723ef852677e2ec6cfad884296497f4160ef25cc83e58394ef4bbf1f7b83f642525be449b6a4e4a2dc58ba9d7b8e5c
7
+ data.tar.gz: a45fd1101a4bfba7814f8c6725b246195e1b036ce69de6df5f6fcaec4b5bf5861b4c9165c35c95fb3b9d7b8f157d415e40089806740b889f2b3e777b6d1d25c4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.932
1
+ 3.0.934
@@ -460,20 +460,23 @@ module TencentCloud
460
460
 
461
461
  # 接口(ChannelCreateFlowGroupByFiles)用于使用 PDF 文件创建合同组签署流程。
462
462
 
463
- # 合同组是将多个合同签署流程组织在一起,多个合同同时创建,每个签署方得到一个签署链接,`一次完成合同组中多个合同的签署`。合同组的合同`不能拆分一个一个签署`,只能作为一个整体签署。
463
+ # - 该接口允许通过选择多个模板一次性创建多个合同,这些合同被组织在一个合同组中。
464
+ # - 每个签署方将收到一个签署链接,通过这个链接可以访问并签署合同组中的所有合同。
465
+ # - 合同组中的合同必须作为一个整体进行签署,不能将合同组拆分成单独的合同进行逐一签署。
464
466
 
465
- # 适用场景:该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
467
+ # <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
466
468
 
467
469
 
470
+ # ### 1. 适用场景
468
471
 
469
- # **注**:
470
- # <ul>
471
- # <li>此接口静默签(企业自动签)能力为白名单功能,使用前请联系对接的客户经理沟通。</li>
472
- # <li>合同组暂不支持抄送功能</li>
473
- # <li>此接口需要依赖<a href="https://qian.tencent.com/developers/partnerApis/files/UploadFiles" target="_blank">文件上传接口</a>生成pdf资源编号(FileIds)进行使用。</li>
474
- # </ul>
472
+ # 该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
473
+
474
+ # ### 2. 发起方要求和签署方实名要求
475
+ # - **发起方要求**:作为合同发起方的第三方子企业A的员工必须进行实名认证。
476
+ # - **签署方要求**:签署方可以是多种身份(如第三方子企业的员工、个人、SaaS平台企业员工),其中企业和员工可以不进行实名认证。
475
477
 
476
478
  # **可以作为发起方和签署方的角色列表**
479
+
477
480
  # <table>
478
481
  # <thead>
479
482
  # <tr>
@@ -493,37 +496,35 @@ module TencentCloud
493
496
  # <tr>
494
497
  # <td>场景二</td>
495
498
  # <td>第三方子企业A员工</td>
496
- # <td>第三方子企业B(不指定经办人)</td>
497
- # </tr>
498
-
499
- # <tr>
500
- # <td>场景三</td>
501
- # <td>第三方子企业A员工</td>
502
499
  # <td>第三方子企业B员工</td>
503
500
  # </tr>
504
501
 
505
502
  # <tr>
506
- # <td>场景四</td>
503
+ # <td>场景三</td>
507
504
  # <td>第三方子企业A员工</td>
508
505
  # <td>个人/自然人</td>
509
506
  # </tr>
510
507
 
511
508
  # <tr>
512
- # <td>场景五</td>
509
+ # <td>场景四</td>
513
510
  # <td>第三方子企业A员工</td>
514
511
  # <td>SaaS平台企业员工</td>
515
512
  # </tr>
516
513
  # </tbody>
517
514
  # </table>
518
515
 
519
- # **注**:
520
- # `1. 发起合同时候, 作为发起方的第三方子企业A员工的企业和员工必须经过实名, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名`
516
+ # ### 3. 签署方参数差异
517
+ # - 根据签署方的不同类型(第三方子企业的员工、个人、SaaS平台企业员工),传递的参数也不同。具体参数的结构和要求可以参考开发者中心提供的 `FlowApproverInfo` 结构体说明。
521
518
 
522
- # `2. 不同类型的签署方传参不同, 可以参考开发者中心的FlowApproverInfo结构体说明`
519
+ # ### 4. 合同额度的扣减与返还
520
+ # - **扣减时机**:合同一旦发起,相关的合同额度就会被扣减,合同组下面的每个合同都要扣减一个合同额度。
521
+ # - **返还条件**:只有在合同被撤销且没有任何签署方签署过,或者只有自动签署的情况下,合同额度才会被返还。
522
+ # - **不返还的情况**:如果合同已过期、被拒签、签署完成或已解除,合同额度将不会被返还。
523
523
 
524
- # `3. 合同发起后就会扣减合同的额度, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度),合同组中每个合同会扣减一个合同额度`
524
+ # ### 5. 静默(自动)签署的限制
525
+ # - 在使用静默(自动)签署功能时,合同签署方不能有填写控件。<font color="red">此接口静默签(企业自动签)能力为白名单功能</font>,使用前请联系对接的客户经理沟通。
525
526
 
526
- # `4. 静默(自动)签署不支持合同签署方存在填写功能`
527
+ # ### 6.合同组暂不支持抄送功能
527
528
 
528
529
  # @param request: Request instance for ChannelCreateFlowGroupByFiles.
529
530
  # @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateFlowGroupByFilesRequest`
@@ -549,17 +550,22 @@ module TencentCloud
549
550
 
550
551
  # 接口(ChannelCreateFlowGroupByTemplates)用于通过多模板创建合同组签署流程。
551
552
 
552
- # 合同组是将多个合同签署流程组织在一起,多个合同同时创建,每个签署方得到一个签署链接,`一次完成合同组中多个合同的签署`。合同组的合同`不能拆分一个一个签署`,只能作为一个整体签署。
553
+ # - 该接口允许通过选择多个模板一次性创建多个合同,这些合同被组织在一个合同组中。
554
+ # - 每个签署方将收到一个签署链接,通过这个链接可以访问并签署合同组中的所有合同。
555
+ # - 合同组中的合同必须作为一个整体进行签署,不能将合同组拆分成单独的合同进行逐一签署。
553
556
 
554
- # 适用场景:该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
557
+ # <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
555
558
 
556
- # **注**:
557
- # <ul>
558
- # <li>此接口静默签(企业自动签)能力为白名单功能,使用前请联系对接的客户经理沟通。</li>
559
- # <li>合同组暂不支持抄送功能</li>
560
- # </ul>
559
+ # ### 1. 适用场景
560
+
561
+ # 该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
562
+
563
+ # ### 2. 发起方要求和签署方实名要求
564
+ # - **发起方要求**:作为合同发起方的第三方子企业A的员工必须进行实名认证。
565
+ # - **签署方要求**:签署方可以是多种身份(如第三方子企业的员工、个人、SaaS平台企业员工),其中企业和员工可以不进行实名认证。
561
566
 
562
567
  # **可以作为发起方和签署方的角色列表**
568
+
563
569
  # <table>
564
570
  # <thead>
565
571
  # <tr>
@@ -575,41 +581,38 @@ module TencentCloud
575
581
  # <td>第三方子企业A员工</td>
576
582
  # <td>第三方子企业A员工</td>
577
583
  # </tr>
578
-
579
584
  # <tr>
580
585
  # <td>场景二</td>
581
586
  # <td>第三方子企业A员工</td>
582
- # <td>第三方子企业B(不指定经办人)</td>
583
- # </tr>
584
-
585
- # <tr>
586
- # <td>场景三</td>
587
- # <td>第三方子企业A员工</td>
588
587
  # <td>第三方子企业B员工</td>
589
588
  # </tr>
590
589
 
591
590
  # <tr>
592
- # <td>场景四</td>
591
+ # <td>场景三</td>
593
592
  # <td>第三方子企业A员工</td>
594
593
  # <td>个人/自然人</td>
595
594
  # </tr>
596
595
 
597
596
  # <tr>
598
- # <td>场景五</td>
597
+ # <td>场景四</td>
599
598
  # <td>第三方子企业A员工</td>
600
599
  # <td>SaaS平台企业员工</td>
601
600
  # </tr>
602
601
  # </tbody>
603
602
  # </table>
604
603
 
605
- # **注**:
606
- # `1. 发起合同时候, 作为发起方的第三方子企业A员工的企业和员工必须经过实名, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名`
604
+ # ### 3. 签署方参数差异
605
+ # - 根据签署方的不同类型(第三方子企业的员工、个人、SaaS平台企业员工),传递的参数也不同。具体参数的结构和要求可以参考开发者中心提供的 `FlowApproverInfo` 结构体说明。
607
606
 
608
- # `2. 不同类型的签署方传参不同, 可以参考开发者中心的FlowApproverInfo结构体说明`
607
+ # ### 4. 合同额度的扣减与返还
608
+ # - **扣减时机**:合同一旦发起,相关的合同额度就会被扣减,合同组下面的每个合同都要扣减一个合同额度。
609
+ # - **返还条件**:只有在合同被撤销且没有任何签署方签署过,或者只有自动签署的情况下,合同额度才会被返还。
610
+ # - **不返还的情况**:如果合同已过期、被拒签、签署完成或已解除,合同额度将不会被返还。
609
611
 
610
- # `3. 合同发起后就会扣减合同的额度, 只有撤销没有参与方签署过或只有自动签署签署过的合同,才会返还合同额度。(过期,拒签,签署完成,解除完成等状态不会返还额度),合同组中每个合同会扣减一个合同额度`
612
+ # ### 5. 静默(自动)签署的限制
613
+ # - 在使用静默(自动)签署功能时,合同签署方不能有填写控件。<font color="red">此接口静默签(企业自动签)能力为白名单功能</font>,使用前请联系对接的客户经理沟通。
611
614
 
612
- # `4. 静默(自动)签署不支持合同签署方存在填写功能`
615
+ # ### 6.合同组暂不支持抄送功能
613
616
 
614
617
  # @param request: Request instance for ChannelCreateFlowGroupByTemplates.
615
618
  # @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateFlowGroupByTemplatesRequest`
@@ -2523,6 +2526,7 @@ module TencentCloud
2523
2526
  # 用户创建合同或者提交签署动作后,后台需要1~3秒的时间就进行合同PDF合成或者签名,为了确保您下载的是签署完成的完整合同文件,我们建议采取下面两种方式的一种来<font color="red"><b>确保PDF已经合成完成,然后在调用本接口</b></font>。
2524
2527
 
2525
2528
  # **第一种**:请确保您的系统配置了[接收合同完成通知的回调](https://qian.tencent.com/developers/partner/callback_types_contracts_sign)功能。一旦所有参与方签署完毕,我们的系统将自动向您提供的回调地址发送完成通知。
2529
+
2526
2530
  # **第二种**:通过调用我们的[获取合同信息](https://qian.tencent.com/developers/partnerApis/flows/DescribeFlowDetailInfo)接口来主动检查合同的签署状态。请仅在确认合同状态为“全部签署完成”后,进行文件的下载操作。
2527
2531
 
2528
2532
  # ### 2. 有两种开通下载权限的途径。
@@ -2535,6 +2539,7 @@ module TencentCloud
2535
2539
  # **第二种**: 渠道方企业在**企业应用管理**的配置界面打开需要配置的应用,点击**应用扩展服务**开通此功能,需要**渠道方企业的超管**扫描二维码跳转到电子签小程序签署 <<渠道端下载渠道子客合同功能开通知情同意书>>
2536
2540
  # 注:
2537
2541
  # 1. `请注意如果第三方应用的子客主动关闭了渠道端下载渠道子客合同功能开关,那么渠道方开通了此功能也无法下载子客的合同文件`
2542
+
2538
2543
  # ![image](https://qcloudimg.tencent-cloud.cn/raw/238979ef51dd381ccbdbc755a593debc/channel_DescribeResourceUrlsByFlows_appilications2.png)
2539
2544
 
2540
2545
  # @param request: Request instance for DescribeResourceUrlsByFlows.
@@ -2678,7 +2683,6 @@ module TencentCloud
2678
2683
  # - **需要法人或者超管签署开通协议的情形:** 当需要开通以下企业拓展服务时, 系统将返回一个操作链接。贵方需要主动联系并通知企业的超级管理员(超管)或法人。由他们点击该链接,完成服务的开通操作。
2679
2684
  # - **AUTO_SIGN(企业自动签)**
2680
2685
  # - **DOWNLOAD_FLOW(授权渠道下载合同)**
2681
- # - **OVERSEA_SIGN(企业与港澳台居民签署合同)**
2682
2686
 
2683
2687
  # 注意: `在调用此接口以管理企业扩展服务时,操作者( Agent.ProxyOperator.OpenId)必须是企业的超级管理员(超管)或法人`
2684
2688
 
@@ -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, 10
41
- deprecate :ProxyOrganizationId=, :none, 2024, 10
40
+ deprecate :ProxyOrganizationId, :none, 2024, 11
41
+ deprecate :ProxyOrganizationId=, :none, 2024, 11
42
42
 
43
43
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
44
44
  @AppId = appid
@@ -329,8 +329,8 @@ module TencentCloud
329
329
 
330
330
  attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
331
331
  extend Gem::Deprecate
332
- deprecate :CallbackUrl, :none, 2024, 10
333
- deprecate :CallbackUrl=, :none, 2024, 10
332
+ deprecate :CallbackUrl, :none, 2024, 11
333
+ deprecate :CallbackUrl=, :none, 2024, 11
334
334
 
335
335
  def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
336
336
  @UserInfo = userinfo
@@ -542,8 +542,8 @@ module TencentCloud
542
542
 
543
543
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
544
544
  extend Gem::Deprecate
545
- deprecate :Operator, :none, 2024, 10
546
- deprecate :Operator=, :none, 2024, 10
545
+ deprecate :Operator, :none, 2024, 11
546
+ deprecate :Operator=, :none, 2024, 11
547
547
 
548
548
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
549
549
  @Agent = agent
@@ -714,8 +714,8 @@ module TencentCloud
714
714
 
715
715
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
716
716
  extend Gem::Deprecate
717
- deprecate :Operator, :none, 2024, 10
718
- deprecate :Operator=, :none, 2024, 10
717
+ deprecate :Operator, :none, 2024, 11
718
+ deprecate :Operator=, :none, 2024, 11
719
719
 
720
720
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
721
721
  @FlowId = flowid
@@ -775,8 +775,8 @@ module TencentCloud
775
775
 
776
776
  attr_accessor :Agent, :QrCodeId, :Operator
777
777
  extend Gem::Deprecate
778
- deprecate :Operator, :none, 2024, 10
779
- deprecate :Operator=, :none, 2024, 10
778
+ deprecate :Operator, :none, 2024, 11
779
+ deprecate :Operator=, :none, 2024, 11
780
780
 
781
781
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
782
782
  @Agent = agent
@@ -886,8 +886,8 @@ module TencentCloud
886
886
 
887
887
  attr_accessor :Agent, :FlowIds, :Operator
888
888
  extend Gem::Deprecate
889
- deprecate :Operator, :none, 2024, 10
890
- deprecate :Operator=, :none, 2024, 10
889
+ deprecate :Operator, :none, 2024, 11
890
+ deprecate :Operator=, :none, 2024, 11
891
891
 
892
892
  def initialize(agent=nil, flowids=nil, operator=nil)
893
893
  @Agent = agent
@@ -1235,8 +1235,8 @@ module TencentCloud
1235
1235
 
1236
1236
  attr_accessor :Agent, :FlowIds, :Operator
1237
1237
  extend Gem::Deprecate
1238
- deprecate :Operator, :none, 2024, 10
1239
- deprecate :Operator=, :none, 2024, 10
1238
+ deprecate :Operator, :none, 2024, 11
1239
+ deprecate :Operator=, :none, 2024, 11
1240
1240
 
1241
1241
  def initialize(agent=nil, flowids=nil, operator=nil)
1242
1242
  @Agent = agent
@@ -1313,10 +1313,10 @@ module TencentCloud
1313
1313
 
1314
1314
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1315
1315
  extend Gem::Deprecate
1316
- deprecate :Operator, :none, 2024, 10
1317
- deprecate :Operator=, :none, 2024, 10
1318
- deprecate :Organization, :none, 2024, 10
1319
- deprecate :Organization=, :none, 2024, 10
1316
+ deprecate :Operator, :none, 2024, 11
1317
+ deprecate :Operator=, :none, 2024, 11
1318
+ deprecate :Organization, :none, 2024, 11
1319
+ deprecate :Organization=, :none, 2024, 11
1320
1320
 
1321
1321
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1322
1322
  @Agent = agent
@@ -1427,8 +1427,8 @@ module TencentCloud
1427
1427
 
1428
1428
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
1429
1429
  extend Gem::Deprecate
1430
- deprecate :Operator, :none, 2024, 10
1431
- deprecate :Operator=, :none, 2024, 10
1430
+ deprecate :Operator, :none, 2024, 11
1431
+ deprecate :Operator=, :none, 2024, 11
1432
1432
 
1433
1433
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
1434
1434
  @Agent = agent
@@ -1672,10 +1672,10 @@ module TencentCloud
1672
1672
 
1673
1673
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType
1674
1674
  extend Gem::Deprecate
1675
- deprecate :CallbackUrl, :none, 2024, 10
1676
- deprecate :CallbackUrl=, :none, 2024, 10
1677
- deprecate :Operator, :none, 2024, 10
1678
- deprecate :Operator=, :none, 2024, 10
1675
+ deprecate :CallbackUrl, :none, 2024, 11
1676
+ deprecate :CallbackUrl=, :none, 2024, 11
1677
+ deprecate :Operator, :none, 2024, 11
1678
+ deprecate :Operator=, :none, 2024, 11
1679
1679
 
1680
1680
  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, flowdisplaytype=nil)
1681
1681
  @Agent = agent
@@ -1817,8 +1817,8 @@ module TencentCloud
1817
1817
 
1818
1818
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
1819
1819
  extend Gem::Deprecate
1820
- deprecate :Operator, :none, 2024, 10
1821
- deprecate :Operator=, :none, 2024, 10
1820
+ deprecate :Operator, :none, 2024, 11
1821
+ deprecate :Operator=, :none, 2024, 11
1822
1822
 
1823
1823
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
1824
1824
  @FlowFileInfos = flowfileinfos
@@ -2163,10 +2163,10 @@ module TencentCloud
2163
2163
 
2164
2164
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2165
2165
  extend Gem::Deprecate
2166
- deprecate :Operator, :none, 2024, 10
2167
- deprecate :Operator=, :none, 2024, 10
2168
- deprecate :Organization, :none, 2024, 10
2169
- deprecate :Organization=, :none, 2024, 10
2166
+ deprecate :Operator, :none, 2024, 11
2167
+ deprecate :Operator=, :none, 2024, 11
2168
+ deprecate :Organization, :none, 2024, 11
2169
+ deprecate :Organization=, :none, 2024, 11
2170
2170
 
2171
2171
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2172
2172
  @Agent = agent
@@ -2271,12 +2271,12 @@ module TencentCloud
2271
2271
 
2272
2272
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign
2273
2273
  extend Gem::Deprecate
2274
- deprecate :CallbackUrl, :none, 2024, 10
2275
- deprecate :CallbackUrl=, :none, 2024, 10
2276
- deprecate :ApproverRestrictions, :none, 2024, 10
2277
- deprecate :ApproverRestrictions=, :none, 2024, 10
2278
- deprecate :Operator, :none, 2024, 10
2279
- deprecate :Operator=, :none, 2024, 10
2274
+ deprecate :CallbackUrl, :none, 2024, 11
2275
+ deprecate :CallbackUrl=, :none, 2024, 11
2276
+ deprecate :ApproverRestrictions, :none, 2024, 11
2277
+ deprecate :ApproverRestrictions=, :none, 2024, 11
2278
+ deprecate :Operator, :none, 2024, 11
2279
+ deprecate :Operator=, :none, 2024, 11
2280
2280
 
2281
2281
  def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil, forbidpersonalmultiplesign=nil)
2282
2282
  @Agent = agent
@@ -2520,12 +2520,12 @@ module TencentCloud
2520
2520
 
2521
2521
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
2522
2522
  extend Gem::Deprecate
2523
- deprecate :NeedPreview, :none, 2024, 10
2524
- deprecate :NeedPreview=, :none, 2024, 10
2525
- deprecate :Organization, :none, 2024, 10
2526
- deprecate :Organization=, :none, 2024, 10
2527
- deprecate :Operator, :none, 2024, 10
2528
- deprecate :Operator=, :none, 2024, 10
2523
+ deprecate :NeedPreview, :none, 2024, 11
2524
+ deprecate :NeedPreview=, :none, 2024, 11
2525
+ deprecate :Organization, :none, 2024, 11
2526
+ deprecate :Organization=, :none, 2024, 11
2527
+ deprecate :Operator, :none, 2024, 11
2528
+ deprecate :Operator=, :none, 2024, 11
2529
2529
 
2530
2530
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
2531
2531
  @ResourceType = resourcetype
@@ -2750,12 +2750,12 @@ module TencentCloud
2750
2750
 
2751
2751
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
2752
2752
  extend Gem::Deprecate
2753
- deprecate :CallbackUrl, :none, 2024, 10
2754
- deprecate :CallbackUrl=, :none, 2024, 10
2755
- deprecate :Organization, :none, 2024, 10
2756
- deprecate :Organization=, :none, 2024, 10
2757
- deprecate :Operator, :none, 2024, 10
2758
- deprecate :Operator=, :none, 2024, 10
2753
+ deprecate :CallbackUrl, :none, 2024, 11
2754
+ deprecate :CallbackUrl=, :none, 2024, 11
2755
+ deprecate :Organization, :none, 2024, 11
2756
+ deprecate :Organization=, :none, 2024, 11
2757
+ deprecate :Operator, :none, 2024, 11
2758
+ deprecate :Operator=, :none, 2024, 11
2759
2759
 
2760
2760
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
2761
2761
  @Agent = agent
@@ -2916,10 +2916,10 @@ module TencentCloud
2916
2916
 
2917
2917
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
2918
2918
  extend Gem::Deprecate
2919
- deprecate :Operator, :none, 2024, 10
2920
- deprecate :Operator=, :none, 2024, 10
2921
- deprecate :Organization, :none, 2024, 10
2922
- deprecate :Organization=, :none, 2024, 10
2919
+ deprecate :Operator, :none, 2024, 11
2920
+ deprecate :Operator=, :none, 2024, 11
2921
+ deprecate :Organization, :none, 2024, 11
2922
+ deprecate :Organization=, :none, 2024, 11
2923
2923
 
2924
2924
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
2925
2925
  @Agent = agent
@@ -3183,8 +3183,8 @@ module TencentCloud
3183
3183
 
3184
3184
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3185
3185
  extend Gem::Deprecate
3186
- deprecate :Operator, :none, 2024, 10
3187
- deprecate :Operator=, :none, 2024, 10
3186
+ deprecate :Operator, :none, 2024, 11
3187
+ deprecate :Operator=, :none, 2024, 11
3188
3188
 
3189
3189
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3190
3190
  @Agent = agent
@@ -3349,8 +3349,8 @@ module TencentCloud
3349
3349
 
3350
3350
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3351
3351
  extend Gem::Deprecate
3352
- deprecate :Operator, :none, 2024, 10
3353
- deprecate :Operator=, :none, 2024, 10
3352
+ deprecate :Operator, :none, 2024, 11
3353
+ deprecate :Operator=, :none, 2024, 11
3354
3354
 
3355
3355
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3356
3356
  @Agent = agent
@@ -3412,10 +3412,10 @@ module TencentCloud
3412
3412
 
3413
3413
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3414
3414
  extend Gem::Deprecate
3415
- deprecate :Organization, :none, 2024, 10
3416
- deprecate :Organization=, :none, 2024, 10
3417
- deprecate :Operator, :none, 2024, 10
3418
- deprecate :Operator=, :none, 2024, 10
3415
+ deprecate :Organization, :none, 2024, 11
3416
+ deprecate :Organization=, :none, 2024, 11
3417
+ deprecate :Operator, :none, 2024, 11
3418
+ deprecate :Operator=, :none, 2024, 11
3419
3419
 
3420
3420
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3421
3421
  @Agent = agent
@@ -3643,8 +3643,8 @@ module TencentCloud
3643
3643
 
3644
3644
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3645
3645
  extend Gem::Deprecate
3646
- deprecate :Operator, :none, 2024, 10
3647
- deprecate :Operator=, :none, 2024, 10
3646
+ deprecate :Operator, :none, 2024, 11
3647
+ deprecate :Operator=, :none, 2024, 11
3648
3648
 
3649
3649
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3650
3650
  @Agent = agent
@@ -3900,8 +3900,8 @@ module TencentCloud
3900
3900
 
3901
3901
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3902
3902
  extend Gem::Deprecate
3903
- deprecate :Operator, :none, 2024, 10
3904
- deprecate :Operator=, :none, 2024, 10
3903
+ deprecate :Operator, :none, 2024, 11
3904
+ deprecate :Operator=, :none, 2024, 11
3905
3905
 
3906
3906
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3907
3907
  @Agent = agent
@@ -4205,10 +4205,10 @@ module TencentCloud
4205
4205
 
4206
4206
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4207
4207
  extend Gem::Deprecate
4208
- deprecate :Operator, :none, 2024, 10
4209
- deprecate :Operator=, :none, 2024, 10
4210
- deprecate :Organization, :none, 2024, 10
4211
- deprecate :Organization=, :none, 2024, 10
4208
+ deprecate :Operator, :none, 2024, 11
4209
+ deprecate :Operator=, :none, 2024, 11
4210
+ deprecate :Organization, :none, 2024, 11
4211
+ deprecate :Organization=, :none, 2024, 11
4212
4212
 
4213
4213
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4214
4214
  @Agent = agent
@@ -4265,8 +4265,8 @@ module TencentCloud
4265
4265
 
4266
4266
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4267
4267
  extend Gem::Deprecate
4268
- deprecate :PreviewUrl, :none, 2024, 10
4269
- deprecate :PreviewUrl=, :none, 2024, 10
4268
+ deprecate :PreviewUrl, :none, 2024, 11
4269
+ deprecate :PreviewUrl=, :none, 2024, 11
4270
4270
 
4271
4271
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4272
4272
  @TaskId = taskid
@@ -4549,8 +4549,8 @@ module TencentCloud
4549
4549
 
4550
4550
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4551
4551
  extend Gem::Deprecate
4552
- deprecate :Operator, :none, 2024, 10
4553
- deprecate :Operator=, :none, 2024, 10
4552
+ deprecate :Operator, :none, 2024, 11
4553
+ deprecate :Operator=, :none, 2024, 11
4554
4554
 
4555
4555
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4556
4556
  @Agent = agent
@@ -4610,8 +4610,8 @@ module TencentCloud
4610
4610
 
4611
4611
  attr_accessor :FlowId, :Agent, :Operator
4612
4612
  extend Gem::Deprecate
4613
- deprecate :Operator, :none, 2024, 10
4614
- deprecate :Operator=, :none, 2024, 10
4613
+ deprecate :Operator, :none, 2024, 11
4614
+ deprecate :Operator=, :none, 2024, 11
4615
4615
 
4616
4616
  def initialize(flowid=nil, agent=nil, operator=nil)
4617
4617
  @FlowId = flowid
@@ -5316,8 +5316,8 @@ module TencentCloud
5316
5316
 
5317
5317
  attr_accessor :Agent, :FlowId, :Operator, :ReportType
5318
5318
  extend Gem::Deprecate
5319
- deprecate :Operator, :none, 2024, 10
5320
- deprecate :Operator=, :none, 2024, 10
5319
+ deprecate :Operator, :none, 2024, 11
5320
+ deprecate :Operator=, :none, 2024, 11
5321
5321
 
5322
5322
  def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
5323
5323
  @Agent = agent
@@ -5652,8 +5652,8 @@ module TencentCloud
5652
5652
 
5653
5653
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive
5654
5654
  extend Gem::Deprecate
5655
- deprecate :Operator, :none, 2024, 10
5656
- deprecate :Operator=, :none, 2024, 10
5655
+ deprecate :Operator, :none, 2024, 11
5656
+ deprecate :Operator=, :none, 2024, 11
5657
5657
 
5658
5658
  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, autoactive=nil)
5659
5659
  @Agent = agent
@@ -6008,8 +6008,8 @@ module TencentCloud
6008
6008
 
6009
6009
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
6010
6010
  extend Gem::Deprecate
6011
- deprecate :Operator, :none, 2024, 10
6012
- deprecate :Operator=, :none, 2024, 10
6011
+ deprecate :Operator, :none, 2024, 11
6012
+ deprecate :Operator=, :none, 2024, 11
6013
6013
 
6014
6014
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
6015
6015
  @Agent = agent
@@ -6122,10 +6122,10 @@ module TencentCloud
6122
6122
 
6123
6123
  attr_accessor :Agent, :Operator, :Organization
6124
6124
  extend Gem::Deprecate
6125
- deprecate :Operator, :none, 2024, 10
6126
- deprecate :Operator=, :none, 2024, 10
6127
- deprecate :Organization, :none, 2024, 10
6128
- deprecate :Organization=, :none, 2024, 10
6125
+ deprecate :Operator, :none, 2024, 11
6126
+ deprecate :Operator=, :none, 2024, 11
6127
+ deprecate :Organization, :none, 2024, 11
6128
+ deprecate :Organization=, :none, 2024, 11
6129
6129
 
6130
6130
  def initialize(agent=nil, operator=nil, organization=nil)
6131
6131
  @Agent = agent
@@ -6389,8 +6389,8 @@ module TencentCloud
6389
6389
 
6390
6390
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
6391
6391
  extend Gem::Deprecate
6392
- deprecate :Operator, :none, 2024, 10
6393
- deprecate :Operator=, :none, 2024, 10
6392
+ deprecate :Operator, :none, 2024, 11
6393
+ deprecate :Operator=, :none, 2024, 11
6394
6394
 
6395
6395
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
6396
6396
  @Agent = agent
@@ -6511,8 +6511,7 @@ module TencentCloud
6511
6511
  # <li>港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给香港居民,“M”字头签发给澳门居民;第2位至第11位为数字。</li>
6512
6512
  # <li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
6513
6513
  # @type IdCardNumber: String
6514
- # @param OrganizationOpenId: 第三方平台子客企业的企业的标识, 即OrganizationOpenId
6515
- # 注: `GenerateType为"CHANNEL"时必填`
6514
+ # @param OrganizationOpenId: 第三方平台子客企业的企业的标识, 即OrganizationOpenId。 注: `1.GenerateType为"CHANNEL"时必填` `2.获取B端动态签署人领取链接时,可指定此字段来预先设定签署人的平台子客企业,预设后只能以该平台子客企业身份去领取合同并完成签署`
6516
6515
  # @type OrganizationOpenId: String
6517
6516
  # @param OpenId: 第三方平台子客企业员工的标识OpenId,GenerateType为"CHANNEL"时可用,指定到具体参与人, 仅展示已经实名的经办人信息
6518
6517
 
@@ -6549,8 +6548,8 @@ module TencentCloud
6549
6548
 
6550
6549
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
6551
6550
  extend Gem::Deprecate
6552
- deprecate :Operator, :none, 2024, 10
6553
- deprecate :Operator=, :none, 2024, 10
6551
+ deprecate :Operator, :none, 2024, 11
6552
+ deprecate :Operator=, :none, 2024, 11
6554
6553
 
6555
6554
  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)
6556
6555
  @Agent = agent
@@ -6896,8 +6895,8 @@ module TencentCloud
6896
6895
 
6897
6896
  attr_accessor :Agent, :ReportId, :Operator, :ReportType
6898
6897
  extend Gem::Deprecate
6899
- deprecate :Operator, :none, 2024, 10
6900
- deprecate :Operator=, :none, 2024, 10
6898
+ deprecate :Operator, :none, 2024, 11
6899
+ deprecate :Operator=, :none, 2024, 11
6901
6900
 
6902
6901
  def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
6903
6902
  @Agent = agent
@@ -7243,8 +7242,8 @@ module TencentCloud
7243
7242
 
7244
7243
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
7245
7244
  extend Gem::Deprecate
7246
- deprecate :Operator, :none, 2024, 10
7247
- deprecate :Operator=, :none, 2024, 10
7245
+ deprecate :Operator, :none, 2024, 11
7246
+ deprecate :Operator=, :none, 2024, 11
7248
7247
 
7249
7248
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
7250
7249
  @Agent = agent
@@ -7333,8 +7332,8 @@ module TencentCloud
7333
7332
 
7334
7333
  attr_accessor :Agent, :FlowIds, :Operator
7335
7334
  extend Gem::Deprecate
7336
- deprecate :Operator, :none, 2024, 10
7337
- deprecate :Operator=, :none, 2024, 10
7335
+ deprecate :Operator, :none, 2024, 11
7336
+ deprecate :Operator=, :none, 2024, 11
7338
7337
 
7339
7338
  def initialize(agent=nil, flowids=nil, operator=nil)
7340
7339
  @Agent = agent
@@ -7459,8 +7458,8 @@ module TencentCloud
7459
7458
 
7460
7459
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
7461
7460
  extend Gem::Deprecate
7462
- deprecate :Operator, :none, 2024, 10
7463
- deprecate :Operator=, :none, 2024, 10
7461
+ deprecate :Operator, :none, 2024, 11
7462
+ deprecate :Operator=, :none, 2024, 11
7464
7463
 
7465
7464
  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)
7466
7465
  @Agent = agent
@@ -7572,8 +7571,8 @@ module TencentCloud
7572
7571
 
7573
7572
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
7574
7573
  extend Gem::Deprecate
7575
- deprecate :Operator, :none, 2024, 10
7576
- deprecate :Operator=, :none, 2024, 10
7574
+ deprecate :Operator, :none, 2024, 11
7575
+ deprecate :Operator=, :none, 2024, 11
7577
7576
 
7578
7577
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
7579
7578
  @Agent = agent
@@ -8188,8 +8187,8 @@ module TencentCloud
8188
8187
 
8189
8188
  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
8190
8189
  extend Gem::Deprecate
8191
- deprecate :CallbackUrl, :none, 2024, 10
8192
- deprecate :CallbackUrl=, :none, 2024, 10
8190
+ deprecate :CallbackUrl, :none, 2024, 11
8191
+ deprecate :CallbackUrl=, :none, 2024, 11
8193
8192
 
8194
8193
  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)
8195
8194
  @Name = name
@@ -8507,8 +8506,8 @@ module TencentCloud
8507
8506
 
8508
8507
  attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
8509
8508
  extend Gem::Deprecate
8510
- deprecate :CallbackUrl, :none, 2024, 10
8511
- deprecate :CallbackUrl=, :none, 2024, 10
8509
+ deprecate :CallbackUrl, :none, 2024, 11
8510
+ deprecate :CallbackUrl=, :none, 2024, 11
8512
8511
 
8513
8512
  def initialize(fileids=nil, flowname=nil, flowapprovers=nil, deadline=nil, flowdescription=nil, flowtype=nil, callbackurl=nil, customerdata=nil, unordered=nil, components=nil, customshowmap=nil, needsignreview=nil, flowdisplaytype=nil)
8514
8513
  @FileIds = fileids
@@ -8730,8 +8729,8 @@ module TencentCloud
8730
8729
 
8731
8730
  attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
8732
8731
  extend Gem::Deprecate
8733
- deprecate :CallbackUrl, :none, 2024, 10
8734
- deprecate :CallbackUrl=, :none, 2024, 10
8732
+ deprecate :CallbackUrl, :none, 2024, 11
8733
+ deprecate :CallbackUrl=, :none, 2024, 11
8735
8734
 
8736
8735
  def initialize(flowname=nil, deadline=nil, templateid=nil, flowapprovers=nil, formfields=nil, callbackurl=nil, flowtype=nil, flowdescription=nil, customerdata=nil, customshowmap=nil, ccinfos=nil, needsignreview=nil, ccnotifytype=nil, autosignscene=nil, flowdisplaytype=nil)
8737
8736
  @FlowName = flowname
@@ -9122,8 +9121,8 @@ module TencentCloud
9122
9121
 
9123
9122
  attr_accessor :Agent, :DownLoadFlows, :Operator
9124
9123
  extend Gem::Deprecate
9125
- deprecate :Operator, :none, 2024, 10
9126
- deprecate :Operator=, :none, 2024, 10
9124
+ deprecate :Operator, :none, 2024, 11
9125
+ deprecate :Operator=, :none, 2024, 11
9127
9126
 
9128
9127
  def initialize(agent=nil, downloadflows=nil, operator=nil)
9129
9128
  @Agent = agent
@@ -9443,7 +9442,7 @@ module TencentCloud
9443
9442
  # @param OperateUrl: 操作跳转链接
9444
9443
  # <ul><li><strong>链接有效期:</strong> 跳转链接的有效期为24小时。</li>
9445
9444
  # <li><strong>没有返回链接的情形:</strong> 如果在操作时没有返回跳转链接,说明此次操作无需进行跳转,服务将会直接被开通或关闭。</li>
9446
- # <li><strong>返回链接的情形:</strong> 当操作类型为<b>OPEN(开通服务)</b>,并且扩展服务类型为<b>AUTO_SIGN( 企业自动签署)</b>、<b>DOWNLOAD_FLOW(授权渠道下载合同)</b>或<b>OVERSEA_SIGN(企业与港澳台居民签署合同)</b>时,系统将返回一个操作链接。收到操作链接后,贵方需主动联系超级管理员(超管)或法人。<font color="red"><b>由超管或法人点击链接</b></font>,以完成服务的开通操作。</li>
9445
+ # <li><strong>返回链接的情形:</strong> 当操作类型为<b>OPEN(开通服务)</b>,并且扩展服务类型为<b>AUTO_SIGN( 企业自动签署)</b>、<b>DOWNLOAD_FLOW(授权渠道下载合同)</b>时,系统将返回一个操作链接。收到操作链接后,贵方需主动联系超级管理员(超管)或法人。<font color="red"><b>由超管或法人点击链接</b></font>,以完成服务的开通操作。</li>
9447
9446
  # </ul>
9448
9447
 
9449
9448
  # @type OperateUrl: String
@@ -9680,8 +9679,8 @@ module TencentCloud
9680
9679
 
9681
9680
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
9682
9681
  extend Gem::Deprecate
9683
- deprecate :Operator, :none, 2024, 10
9684
- deprecate :Operator=, :none, 2024, 10
9682
+ deprecate :Operator, :none, 2024, 11
9683
+ deprecate :Operator=, :none, 2024, 11
9685
9684
 
9686
9685
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
9687
9686
  @Agent = agent
@@ -9809,10 +9808,10 @@ module TencentCloud
9809
9808
 
9810
9809
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
9811
9810
  extend Gem::Deprecate
9812
- deprecate :ClientIp, :none, 2024, 10
9813
- deprecate :ClientIp=, :none, 2024, 10
9814
- deprecate :ProxyIp, :none, 2024, 10
9815
- deprecate :ProxyIp=, :none, 2024, 10
9811
+ deprecate :ClientIp, :none, 2024, 11
9812
+ deprecate :ClientIp=, :none, 2024, 11
9813
+ deprecate :ProxyIp, :none, 2024, 11
9814
+ deprecate :ProxyIp=, :none, 2024, 11
9816
9815
 
9817
9816
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
9818
9817
  @OrganizationOpenId = organizationopenid
@@ -10041,8 +10040,8 @@ module TencentCloud
10041
10040
 
10042
10041
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
10043
10042
  extend Gem::Deprecate
10044
- deprecate :Operator, :none, 2024, 10
10045
- deprecate :Operator=, :none, 2024, 10
10043
+ deprecate :Operator, :none, 2024, 11
10044
+ deprecate :Operator=, :none, 2024, 11
10046
10045
 
10047
10046
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
10048
10047
  @Agent = agent
@@ -10630,8 +10629,8 @@ module TencentCloud
10630
10629
 
10631
10630
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
10632
10631
  extend Gem::Deprecate
10633
- deprecate :CustomUserId, :none, 2024, 10
10634
- deprecate :CustomUserId=, :none, 2024, 10
10632
+ deprecate :CustomUserId, :none, 2024, 11
10633
+ deprecate :CustomUserId=, :none, 2024, 11
10635
10634
 
10636
10635
  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)
10637
10636
  @SignUrl = signurl
@@ -10806,8 +10805,8 @@ module TencentCloud
10806
10805
 
10807
10806
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
10808
10807
  extend Gem::Deprecate
10809
- deprecate :Operator, :none, 2024, 10
10810
- deprecate :Operator=, :none, 2024, 10
10808
+ deprecate :Operator, :none, 2024, 11
10809
+ deprecate :Operator=, :none, 2024, 11
10811
10810
 
10812
10811
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
10813
10812
  @Agent = agent
@@ -10908,8 +10907,8 @@ module TencentCloud
10908
10907
 
10909
10908
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
10910
10909
  extend Gem::Deprecate
10911
- deprecate :Operator, :none, 2024, 10
10912
- deprecate :Operator=, :none, 2024, 10
10910
+ deprecate :Operator, :none, 2024, 11
10911
+ deprecate :Operator=, :none, 2024, 11
10913
10912
 
10914
10913
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
10915
10914
  @Agent = agent
@@ -11041,8 +11040,8 @@ module TencentCloud
11041
11040
 
11042
11041
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
11043
11042
  extend Gem::Deprecate
11044
- deprecate :IsPromoter, :none, 2024, 10
11045
- deprecate :IsPromoter=, :none, 2024, 10
11043
+ deprecate :IsPromoter, :none, 2024, 11
11044
+ deprecate :IsPromoter=, :none, 2024, 11
11046
11045
 
11047
11046
  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)
11048
11047
  @TemplateId = templateid
@@ -11149,8 +11148,8 @@ module TencentCloud
11149
11148
 
11150
11149
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
11151
11150
  extend Gem::Deprecate
11152
- deprecate :Operator, :none, 2024, 10
11153
- deprecate :Operator=, :none, 2024, 10
11151
+ deprecate :Operator, :none, 2024, 11
11152
+ deprecate :Operator=, :none, 2024, 11
11154
11153
 
11155
11154
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
11156
11155
  @Agent = agent
@@ -11273,14 +11272,14 @@ module TencentCloud
11273
11272
 
11274
11273
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
11275
11274
  extend Gem::Deprecate
11276
- deprecate :Channel, :none, 2024, 10
11277
- deprecate :Channel=, :none, 2024, 10
11278
- deprecate :CustomUserId, :none, 2024, 10
11279
- deprecate :CustomUserId=, :none, 2024, 10
11280
- deprecate :ClientIp, :none, 2024, 10
11281
- deprecate :ClientIp=, :none, 2024, 10
11282
- deprecate :ProxyIp, :none, 2024, 10
11283
- deprecate :ProxyIp=, :none, 2024, 10
11275
+ deprecate :Channel, :none, 2024, 11
11276
+ deprecate :Channel=, :none, 2024, 11
11277
+ deprecate :CustomUserId, :none, 2024, 11
11278
+ deprecate :CustomUserId=, :none, 2024, 11
11279
+ deprecate :ClientIp, :none, 2024, 11
11280
+ deprecate :ClientIp=, :none, 2024, 11
11281
+ deprecate :ProxyIp, :none, 2024, 11
11282
+ deprecate :ProxyIp=, :none, 2024, 11
11284
11283
 
11285
11284
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
11286
11285
  @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.932
4
+ version: 3.0.934
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-10-29 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common