tencentcloud-sdk-essbasic 3.0.739 → 3.0.740

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: 6366916a66be61fe455b19e5ae51c693af2bad4c
4
- data.tar.gz: f2f2d9c7c9fcaba852a694749742e973e35d4d76
3
+ metadata.gz: af34761535e949141a8caa002507581faa9efff5
4
+ data.tar.gz: a4e7e2d3f130449a40e2a76b8f656170487cb5a8
5
5
  SHA512:
6
- metadata.gz: a7eca785dbd0d2792bb6abf0614bb4b8e2394118543738f5fc9795d79373bb66b6d78de5283af24c61c2abff9b7a3d15f00f37bbe191d987895d36caad6eeb35
7
- data.tar.gz: 3de08850915b260f2defcbeccf5bb357ad142737e6be4e996c611d7fb5ad98c4c836eda22100b8d1625c0dda7c575bd549b8e39f2ef58957507c69e322a0415d
6
+ metadata.gz: 9417f3da7ad0905c80e9ca0c15d74faa0f5847828bfca0ced8958ee7b7712d3f6ff37888180d0e60ebbab06d5561b1956675d401d9af803562b112dbde515b56
7
+ data.tar.gz: 211f5ff4afdcd590003847ee0ab367fb8da0ec637b5d1af93b7d2fd40f6271a86abe0ed4c6bce65c218e6258abd87a1f4d2f6dee2952eaef3b6bac289c90e588
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.739
1
+ 3.0.740
@@ -1567,7 +1567,7 @@ module TencentCloud
1567
1567
 
1568
1568
  # <ul>
1569
1569
  # <li>合同: 老合同不做任何处理, 新发起的合同需要用新的企业名字作为签署方, 否则无法签署</li>
1570
- # <li>印章: 会删除所有的印章所有的机构公章和合同专用章, 然后用新企业名称生成新的机构公章 和合同专用章, 而法人章, 财务专用章和人事专用章不会处理</li>
1570
+ # <li>印章: 会删除所有的印章所有的机构公章,合同专用章,财务专用章和人事专用章, 然后用新企业名称生成新的机构公章,合同专用章,财务专用章和人事专用章, 而法人章不会处理</li>
1571
1571
  # <li>证书: 企业证书会重新请求CA机构用新企业名称生成新的证书</li>
1572
1572
  # </ul>
1573
1573
 
@@ -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, 2023, 12
41
- deprecate :ProxyOrganizationId=, :none, 2023, 12
40
+ deprecate :ProxyOrganizationId, :none, 2024, 1
41
+ deprecate :ProxyOrganizationId=, :none, 2024, 1
42
42
 
43
43
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
44
44
  @AppId = appid
@@ -599,8 +599,8 @@ module TencentCloud
599
599
 
600
600
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
601
601
  extend Gem::Deprecate
602
- deprecate :Operator, :none, 2023, 12
603
- deprecate :Operator=, :none, 2023, 12
602
+ deprecate :Operator, :none, 2024, 1
603
+ deprecate :Operator=, :none, 2024, 1
604
604
 
605
605
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
606
606
  @Agent = agent
@@ -767,8 +767,8 @@ module TencentCloud
767
767
 
768
768
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
769
769
  extend Gem::Deprecate
770
- deprecate :Operator, :none, 2023, 12
771
- deprecate :Operator=, :none, 2023, 12
770
+ deprecate :Operator, :none, 2024, 1
771
+ deprecate :Operator=, :none, 2024, 1
772
772
 
773
773
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
774
774
  @FlowId = flowid
@@ -828,8 +828,8 @@ module TencentCloud
828
828
 
829
829
  attr_accessor :Agent, :QrCodeId, :Operator
830
830
  extend Gem::Deprecate
831
- deprecate :Operator, :none, 2023, 12
832
- deprecate :Operator=, :none, 2023, 12
831
+ deprecate :Operator, :none, 2024, 1
832
+ deprecate :Operator=, :none, 2024, 1
833
833
 
834
834
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
835
835
  @Agent = agent
@@ -928,9 +928,9 @@ module TencentCloud
928
928
  # <ul>
929
929
  # <li>渠道应用标识: Agent.AppId</li>
930
930
  # <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
931
- # <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
931
+ # <li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li>
932
932
  # </ul>
933
- # 第三方平台子客企业和员工必须已经经过实名认证
933
+ # 第三方平台子客企业和员工必须已经过实名认证
934
934
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
935
935
  # @param FlowIds: 要撤销的合同流程ID列表,最多100个,超过100不处理
936
936
  # @type FlowIds: Array
@@ -939,8 +939,8 @@ module TencentCloud
939
939
 
940
940
  attr_accessor :Agent, :FlowIds, :Operator
941
941
  extend Gem::Deprecate
942
- deprecate :Operator, :none, 2023, 12
943
- deprecate :Operator=, :none, 2023, 12
942
+ deprecate :Operator, :none, 2024, 1
943
+ deprecate :Operator=, :none, 2024, 1
944
944
 
945
945
  def initialize(agent=nil, flowids=nil, operator=nil)
946
946
  @Agent = agent
@@ -1092,7 +1092,15 @@ module TencentCloud
1092
1092
 
1093
1093
  # ChannelCreateBatchSignUrl请求参数结构体
1094
1094
  class ChannelCreateBatchSignUrlRequest < TencentCloud::Common::AbstractModel
1095
- # @param Agent: 关于渠道应用的相关信息,包括子客企业及应用编、号等详细内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
1095
+ # @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
1096
+
1097
+ # 此接口下面信息必填。
1098
+ # <ul>
1099
+ # <li>渠道应用标识: Agent.AppId</li>
1100
+ # <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
1101
+ # <li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li>
1102
+ # </ul>
1103
+ # 第三方平台子客企业和员工必须已经过实名认证
1096
1104
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
1097
1105
  # @param Name: 签署方经办人的姓名。
1098
1106
  # 经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
@@ -1237,8 +1245,8 @@ module TencentCloud
1237
1245
 
1238
1246
  attr_accessor :Agent, :FlowIds, :Operator
1239
1247
  extend Gem::Deprecate
1240
- deprecate :Operator, :none, 2023, 12
1241
- deprecate :Operator=, :none, 2023, 12
1248
+ deprecate :Operator, :none, 2024, 1
1249
+ deprecate :Operator=, :none, 2024, 1
1242
1250
 
1243
1251
  def initialize(agent=nil, flowids=nil, operator=nil)
1244
1252
  @Agent = agent
@@ -1315,10 +1323,10 @@ module TencentCloud
1315
1323
 
1316
1324
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1317
1325
  extend Gem::Deprecate
1318
- deprecate :Operator, :none, 2023, 12
1319
- deprecate :Operator=, :none, 2023, 12
1320
- deprecate :Organization, :none, 2023, 12
1321
- deprecate :Organization=, :none, 2023, 12
1326
+ deprecate :Operator, :none, 2024, 1
1327
+ deprecate :Operator=, :none, 2024, 1
1328
+ deprecate :Organization, :none, 2024, 1
1329
+ deprecate :Organization=, :none, 2024, 1
1322
1330
 
1323
1331
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1324
1332
  @Agent = agent
@@ -1421,8 +1429,8 @@ module TencentCloud
1421
1429
 
1422
1430
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData
1423
1431
  extend Gem::Deprecate
1424
- deprecate :Operator, :none, 2023, 12
1425
- deprecate :Operator=, :none, 2023, 12
1432
+ deprecate :Operator, :none, 2024, 1
1433
+ deprecate :Operator=, :none, 2024, 1
1426
1434
 
1427
1435
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil)
1428
1436
  @Agent = agent
@@ -1563,9 +1571,9 @@ module TencentCloud
1563
1571
 
1564
1572
  # 此接口下面信息必填。
1565
1573
  # <ul>
1566
- # <li>渠道应用标识: Agent.ProxyOrganizationOpenId</li>
1567
- # <li>第三方平台子客企业标识: Agent. ProxyOperator.OpenId</li>
1568
- # <li>第三方平台子客企业中的员工标识: Agent.AppId</li>
1574
+ # <li>渠道应用标识: Agent.AppId</li>
1575
+ # <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
1576
+ # <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
1569
1577
  # </ul>
1570
1578
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
1571
1579
  # @param FlowName: 合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
@@ -1657,8 +1665,8 @@ module TencentCloud
1657
1665
 
1658
1666
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
1659
1667
  extend Gem::Deprecate
1660
- deprecate :Operator, :none, 2023, 12
1661
- deprecate :Operator=, :none, 2023, 12
1668
+ deprecate :Operator, :none, 2024, 1
1669
+ deprecate :Operator=, :none, 2024, 1
1662
1670
 
1663
1671
  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)
1664
1672
  @Agent = agent
@@ -1796,8 +1804,8 @@ module TencentCloud
1796
1804
 
1797
1805
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
1798
1806
  extend Gem::Deprecate
1799
- deprecate :Operator, :none, 2023, 12
1800
- deprecate :Operator=, :none, 2023, 12
1807
+ deprecate :Operator, :none, 2024, 1
1808
+ deprecate :Operator=, :none, 2024, 1
1801
1809
 
1802
1810
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
1803
1811
  @FlowFileInfos = flowfileinfos
@@ -2102,10 +2110,10 @@ module TencentCloud
2102
2110
 
2103
2111
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl
2104
2112
  extend Gem::Deprecate
2105
- deprecate :Operator, :none, 2023, 12
2106
- deprecate :Operator=, :none, 2023, 12
2107
- deprecate :Organization, :none, 2023, 12
2108
- deprecate :Organization=, :none, 2023, 12
2113
+ deprecate :Operator, :none, 2024, 1
2114
+ deprecate :Operator=, :none, 2024, 1
2115
+ deprecate :Organization, :none, 2024, 1
2116
+ deprecate :Organization=, :none, 2024, 1
2109
2117
 
2110
2118
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil)
2111
2119
  @Agent = agent
@@ -2206,12 +2214,12 @@ module TencentCloud
2206
2214
 
2207
2215
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
2208
2216
  extend Gem::Deprecate
2209
- deprecate :CallbackUrl, :none, 2023, 12
2210
- deprecate :CallbackUrl=, :none, 2023, 12
2211
- deprecate :ApproverRestrictions, :none, 2023, 12
2212
- deprecate :ApproverRestrictions=, :none, 2023, 12
2213
- deprecate :Operator, :none, 2023, 12
2214
- deprecate :Operator=, :none, 2023, 12
2217
+ deprecate :CallbackUrl, :none, 2024, 1
2218
+ deprecate :CallbackUrl=, :none, 2024, 1
2219
+ deprecate :ApproverRestrictions, :none, 2024, 1
2220
+ deprecate :ApproverRestrictions=, :none, 2024, 1
2221
+ deprecate :Operator, :none, 2024, 1
2222
+ deprecate :Operator=, :none, 2024, 1
2215
2223
 
2216
2224
  def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
2217
2225
  @Agent = agent
@@ -2447,12 +2455,12 @@ module TencentCloud
2447
2455
 
2448
2456
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
2449
2457
  extend Gem::Deprecate
2450
- deprecate :NeedPreview, :none, 2023, 12
2451
- deprecate :NeedPreview=, :none, 2023, 12
2452
- deprecate :Organization, :none, 2023, 12
2453
- deprecate :Organization=, :none, 2023, 12
2454
- deprecate :Operator, :none, 2023, 12
2455
- deprecate :Operator=, :none, 2023, 12
2458
+ deprecate :NeedPreview, :none, 2024, 1
2459
+ deprecate :NeedPreview=, :none, 2024, 1
2460
+ deprecate :Organization, :none, 2024, 1
2461
+ deprecate :Organization=, :none, 2024, 1
2462
+ deprecate :Operator, :none, 2024, 1
2463
+ deprecate :Operator=, :none, 2024, 1
2456
2464
 
2457
2465
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
2458
2466
  @ResourceType = resourcetype
@@ -2670,12 +2678,12 @@ module TencentCloud
2670
2678
 
2671
2679
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
2672
2680
  extend Gem::Deprecate
2673
- deprecate :CallbackUrl, :none, 2023, 12
2674
- deprecate :CallbackUrl=, :none, 2023, 12
2675
- deprecate :Organization, :none, 2023, 12
2676
- deprecate :Organization=, :none, 2023, 12
2677
- deprecate :Operator, :none, 2023, 12
2678
- deprecate :Operator=, :none, 2023, 12
2681
+ deprecate :CallbackUrl, :none, 2024, 1
2682
+ deprecate :CallbackUrl=, :none, 2024, 1
2683
+ deprecate :Organization, :none, 2024, 1
2684
+ deprecate :Organization=, :none, 2024, 1
2685
+ deprecate :Operator, :none, 2024, 1
2686
+ deprecate :Operator=, :none, 2024, 1
2679
2687
 
2680
2688
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
2681
2689
  @Agent = agent
@@ -2836,10 +2844,10 @@ module TencentCloud
2836
2844
 
2837
2845
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
2838
2846
  extend Gem::Deprecate
2839
- deprecate :Operator, :none, 2023, 12
2840
- deprecate :Operator=, :none, 2023, 12
2841
- deprecate :Organization, :none, 2023, 12
2842
- deprecate :Organization=, :none, 2023, 12
2847
+ deprecate :Operator, :none, 2024, 1
2848
+ deprecate :Operator=, :none, 2024, 1
2849
+ deprecate :Organization, :none, 2024, 1
2850
+ deprecate :Organization=, :none, 2024, 1
2843
2851
 
2844
2852
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
2845
2853
  @Agent = agent
@@ -3091,8 +3099,8 @@ module TencentCloud
3091
3099
 
3092
3100
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3093
3101
  extend Gem::Deprecate
3094
- deprecate :Operator, :none, 2023, 12
3095
- deprecate :Operator=, :none, 2023, 12
3102
+ deprecate :Operator, :none, 2024, 1
3103
+ deprecate :Operator=, :none, 2024, 1
3096
3104
 
3097
3105
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3098
3106
  @Agent = agent
@@ -3253,8 +3261,8 @@ module TencentCloud
3253
3261
 
3254
3262
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3255
3263
  extend Gem::Deprecate
3256
- deprecate :Operator, :none, 2023, 12
3257
- deprecate :Operator=, :none, 2023, 12
3264
+ deprecate :Operator, :none, 2024, 1
3265
+ deprecate :Operator=, :none, 2024, 1
3258
3266
 
3259
3267
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3260
3268
  @Agent = agent
@@ -3316,10 +3324,10 @@ module TencentCloud
3316
3324
 
3317
3325
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3318
3326
  extend Gem::Deprecate
3319
- deprecate :Organization, :none, 2023, 12
3320
- deprecate :Organization=, :none, 2023, 12
3321
- deprecate :Operator, :none, 2023, 12
3322
- deprecate :Operator=, :none, 2023, 12
3327
+ deprecate :Organization, :none, 2024, 1
3328
+ deprecate :Organization=, :none, 2024, 1
3329
+ deprecate :Operator, :none, 2024, 1
3330
+ deprecate :Operator=, :none, 2024, 1
3323
3331
 
3324
3332
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3325
3333
  @Agent = agent
@@ -3488,8 +3496,8 @@ module TencentCloud
3488
3496
 
3489
3497
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3490
3498
  extend Gem::Deprecate
3491
- deprecate :Operator, :none, 2023, 12
3492
- deprecate :Operator=, :none, 2023, 12
3499
+ deprecate :Operator, :none, 2024, 1
3500
+ deprecate :Operator=, :none, 2024, 1
3493
3501
 
3494
3502
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3495
3503
  @Agent = agent
@@ -3749,8 +3757,8 @@ module TencentCloud
3749
3757
 
3750
3758
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3751
3759
  extend Gem::Deprecate
3752
- deprecate :Operator, :none, 2023, 12
3753
- deprecate :Operator=, :none, 2023, 12
3760
+ deprecate :Operator, :none, 2024, 1
3761
+ deprecate :Operator=, :none, 2024, 1
3754
3762
 
3755
3763
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3756
3764
  @Agent = agent
@@ -3975,10 +3983,10 @@ module TencentCloud
3975
3983
 
3976
3984
  attr_accessor :Agent, :TaskId, :Operator, :Organization
3977
3985
  extend Gem::Deprecate
3978
- deprecate :Operator, :none, 2023, 12
3979
- deprecate :Operator=, :none, 2023, 12
3980
- deprecate :Organization, :none, 2023, 12
3981
- deprecate :Organization=, :none, 2023, 12
3986
+ deprecate :Operator, :none, 2024, 1
3987
+ deprecate :Operator=, :none, 2024, 1
3988
+ deprecate :Organization, :none, 2024, 1
3989
+ deprecate :Organization=, :none, 2024, 1
3982
3990
 
3983
3991
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
3984
3992
  @Agent = agent
@@ -4035,8 +4043,8 @@ module TencentCloud
4035
4043
 
4036
4044
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4037
4045
  extend Gem::Deprecate
4038
- deprecate :PreviewUrl, :none, 2023, 12
4039
- deprecate :PreviewUrl=, :none, 2023, 12
4046
+ deprecate :PreviewUrl, :none, 2024, 1
4047
+ deprecate :PreviewUrl=, :none, 2024, 1
4040
4048
 
4041
4049
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4042
4050
  @TaskId = taskid
@@ -4246,8 +4254,8 @@ module TencentCloud
4246
4254
 
4247
4255
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4248
4256
  extend Gem::Deprecate
4249
- deprecate :Operator, :none, 2023, 12
4250
- deprecate :Operator=, :none, 2023, 12
4257
+ deprecate :Operator, :none, 2024, 1
4258
+ deprecate :Operator=, :none, 2024, 1
4251
4259
 
4252
4260
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4253
4261
  @Agent = agent
@@ -4307,8 +4315,8 @@ module TencentCloud
4307
4315
 
4308
4316
  attr_accessor :FlowId, :Agent, :Operator
4309
4317
  extend Gem::Deprecate
4310
- deprecate :Operator, :none, 2023, 12
4311
- deprecate :Operator=, :none, 2023, 12
4318
+ deprecate :Operator, :none, 2024, 1
4319
+ deprecate :Operator=, :none, 2024, 1
4312
4320
 
4313
4321
  def initialize(flowid=nil, agent=nil, operator=nil)
4314
4322
  @FlowId = flowid
@@ -4954,8 +4962,8 @@ module TencentCloud
4954
4962
 
4955
4963
  attr_accessor :Agent, :FlowId, :Operator
4956
4964
  extend Gem::Deprecate
4957
- deprecate :Operator, :none, 2023, 12
4958
- deprecate :Operator=, :none, 2023, 12
4965
+ deprecate :Operator, :none, 2024, 1
4966
+ deprecate :Operator=, :none, 2024, 1
4959
4967
 
4960
4968
  def initialize(agent=nil, flowid=nil, operator=nil)
4961
4969
  @Agent = agent
@@ -5017,9 +5025,10 @@ module TencentCloud
5017
5025
  # 此接口下面信息必填。
5018
5026
  # <ul>
5019
5027
  # <li>渠道应用标识: Agent.AppId</li>
5020
- # <li>第三方平台子客企业标识: Agent. ProxyOperator.OpenId</li>
5021
- # <li>第三方平台子客企业中的员工标识: Agent.ProxyOrganizationOpenId</li>
5028
+ # <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
5029
+ # <li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li>
5022
5030
  # </ul>
5031
+ # 第三方平台子客企业和员工必须已经过实名认证
5023
5032
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
5024
5033
  # @param ChangeType: 企业信息变更类型,可选类型如下:
5025
5034
  # <ul><li>**1**:企业超管变更, 可以将超管换成同企业的其他员工</li>
@@ -5138,8 +5147,8 @@ module TencentCloud
5138
5147
 
5139
5148
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator
5140
5149
  extend Gem::Deprecate
5141
- deprecate :Operator, :none, 2023, 12
5142
- deprecate :Operator=, :none, 2023, 12
5150
+ deprecate :Operator, :none, 2024, 1
5151
+ deprecate :Operator=, :none, 2024, 1
5143
5152
 
5144
5153
  def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil)
5145
5154
  @Agent = agent
@@ -5383,8 +5392,8 @@ module TencentCloud
5383
5392
 
5384
5393
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
5385
5394
  extend Gem::Deprecate
5386
- deprecate :Operator, :none, 2023, 12
5387
- deprecate :Operator=, :none, 2023, 12
5395
+ deprecate :Operator, :none, 2024, 1
5396
+ deprecate :Operator=, :none, 2024, 1
5388
5397
 
5389
5398
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
5390
5399
  @Agent = agent
@@ -5600,8 +5609,8 @@ module TencentCloud
5600
5609
 
5601
5610
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
5602
5611
  extend Gem::Deprecate
5603
- deprecate :Operator, :none, 2023, 12
5604
- deprecate :Operator=, :none, 2023, 12
5612
+ deprecate :Operator, :none, 2024, 1
5613
+ deprecate :Operator=, :none, 2024, 1
5605
5614
 
5606
5615
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
5607
5616
  @Agent = agent
@@ -5672,7 +5681,7 @@ module TencentCloud
5672
5681
  # <ul>
5673
5682
  # <li>渠道应用标识: Agent.AppId</li>
5674
5683
  # <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
5675
- # <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
5684
+ # <li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li>
5676
5685
  # </ul>
5677
5686
  # 第三方平台子客企业和员工必须已经过实名认证
5678
5687
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
@@ -5750,8 +5759,8 @@ module TencentCloud
5750
5759
 
5751
5760
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds
5752
5761
  extend Gem::Deprecate
5753
- deprecate :Operator, :none, 2023, 12
5754
- deprecate :Operator=, :none, 2023, 12
5762
+ deprecate :Operator, :none, 2024, 1
5763
+ deprecate :Operator=, :none, 2024, 1
5755
5764
 
5756
5765
  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)
5757
5766
  @Agent = agent
@@ -6015,8 +6024,8 @@ module TencentCloud
6015
6024
 
6016
6025
  attr_accessor :Agent, :ReportId, :Operator
6017
6026
  extend Gem::Deprecate
6018
- deprecate :Operator, :none, 2023, 12
6019
- deprecate :Operator=, :none, 2023, 12
6027
+ deprecate :Operator, :none, 2024, 1
6028
+ deprecate :Operator=, :none, 2024, 1
6020
6029
 
6021
6030
  def initialize(agent=nil, reportid=nil, operator=nil)
6022
6031
  @Agent = agent
@@ -6289,9 +6298,9 @@ module TencentCloud
6289
6298
  # <ul>
6290
6299
  # <li>渠道应用标识: Agent.AppId</li>
6291
6300
  # <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
6292
- # <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
6301
+ # <li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li>
6293
6302
  # </ul>
6294
- # 第三方平台子客企业和员工必须已经经过实名认证
6303
+ # 第三方平台子客企业和员工必须已经过实名认证
6295
6304
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
6296
6305
 
6297
6306
  attr_accessor :Agent
@@ -6360,8 +6369,8 @@ module TencentCloud
6360
6369
 
6361
6370
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
6362
6371
  extend Gem::Deprecate
6363
- deprecate :Operator, :none, 2023, 12
6364
- deprecate :Operator=, :none, 2023, 12
6372
+ deprecate :Operator, :none, 2024, 1
6373
+ deprecate :Operator=, :none, 2024, 1
6365
6374
 
6366
6375
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
6367
6376
  @Agent = agent
@@ -6450,8 +6459,8 @@ module TencentCloud
6450
6459
 
6451
6460
  attr_accessor :Agent, :FlowIds, :Operator
6452
6461
  extend Gem::Deprecate
6453
- deprecate :Operator, :none, 2023, 12
6454
- deprecate :Operator=, :none, 2023, 12
6462
+ deprecate :Operator, :none, 2024, 1
6463
+ deprecate :Operator=, :none, 2024, 1
6455
6464
 
6456
6465
  def initialize(agent=nil, flowids=nil, operator=nil)
6457
6466
  @Agent = agent
@@ -6571,8 +6580,8 @@ module TencentCloud
6571
6580
 
6572
6581
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
6573
6582
  extend Gem::Deprecate
6574
- deprecate :Operator, :none, 2023, 12
6575
- deprecate :Operator=, :none, 2023, 12
6583
+ deprecate :Operator, :none, 2024, 1
6584
+ deprecate :Operator=, :none, 2024, 1
6576
6585
 
6577
6586
  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)
6578
6587
  @Agent = agent
@@ -6684,8 +6693,8 @@ module TencentCloud
6684
6693
 
6685
6694
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
6686
6695
  extend Gem::Deprecate
6687
- deprecate :Operator, :none, 2023, 12
6688
- deprecate :Operator=, :none, 2023, 12
6696
+ deprecate :Operator, :none, 2024, 1
6697
+ deprecate :Operator=, :none, 2024, 1
6689
6698
 
6690
6699
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
6691
6700
  @Agent = agent
@@ -7227,8 +7236,8 @@ module TencentCloud
7227
7236
 
7228
7237
  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
7229
7238
  extend Gem::Deprecate
7230
- deprecate :CallbackUrl, :none, 2023, 12
7231
- deprecate :CallbackUrl=, :none, 2023, 12
7239
+ deprecate :CallbackUrl, :none, 2024, 1
7240
+ deprecate :CallbackUrl=, :none, 2024, 1
7232
7241
 
7233
7242
  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)
7234
7243
  @Name = name
@@ -8006,8 +8015,8 @@ module TencentCloud
8006
8015
 
8007
8016
  attr_accessor :Agent, :DownLoadFlows, :Operator
8008
8017
  extend Gem::Deprecate
8009
- deprecate :Operator, :none, 2023, 12
8010
- deprecate :Operator=, :none, 2023, 12
8018
+ deprecate :Operator, :none, 2024, 1
8019
+ deprecate :Operator=, :none, 2024, 1
8011
8020
 
8012
8021
  def initialize(agent=nil, downloadflows=nil, operator=nil)
8013
8022
  @Agent = agent
@@ -8117,10 +8126,11 @@ module TencentCloud
8117
8126
 
8118
8127
  # 此接口下面信息必填。
8119
8128
  # <ul>
8120
- # <li>渠道应用标识: Agent.ProxyOrganizationOpenId</li>
8121
- # <li>第三方平台子客企业标识: Agent. ProxyOperator.OpenId</li>
8122
- # <li>第三方平台子客企业中的员工标识: Agent.AppId</li>
8129
+ # <li>渠道应用标识: Agent.AppId</li>
8130
+ # <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
8131
+ # <li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li>
8123
8132
  # </ul>
8133
+ # 第三方平台子客企业和员工必须已经过实名认证
8124
8134
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
8125
8135
  # @param ServiceType: 扩展服务类型
8126
8136
  # <ul>
@@ -8310,7 +8320,7 @@ module TencentCloud
8310
8320
 
8311
8321
  # 此接口下面信息必填。
8312
8322
  # <ul>
8313
- # <li>第三方平台子客企业中的员工标识: Agent.AppId</li>
8323
+ # <li>渠道应用标识: Agent.AppId</li>
8314
8324
  # </ul>
8315
8325
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
8316
8326
  # @param OperateType: 操作类型,可取值如下:
@@ -8349,8 +8359,8 @@ module TencentCloud
8349
8359
 
8350
8360
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
8351
8361
  extend Gem::Deprecate
8352
- deprecate :Operator, :none, 2023, 12
8353
- deprecate :Operator=, :none, 2023, 12
8362
+ deprecate :Operator, :none, 2024, 1
8363
+ deprecate :Operator=, :none, 2024, 1
8354
8364
 
8355
8365
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
8356
8366
  @Agent = agent
@@ -8478,10 +8488,10 @@ module TencentCloud
8478
8488
 
8479
8489
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
8480
8490
  extend Gem::Deprecate
8481
- deprecate :ClientIp, :none, 2023, 12
8482
- deprecate :ClientIp=, :none, 2023, 12
8483
- deprecate :ProxyIp, :none, 2023, 12
8484
- deprecate :ProxyIp=, :none, 2023, 12
8491
+ deprecate :ClientIp, :none, 2024, 1
8492
+ deprecate :ClientIp=, :none, 2024, 1
8493
+ deprecate :ProxyIp, :none, 2024, 1
8494
+ deprecate :ProxyIp=, :none, 2024, 1
8485
8495
 
8486
8496
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
8487
8497
  @OrganizationOpenId = organizationopenid
@@ -8710,8 +8720,8 @@ module TencentCloud
8710
8720
 
8711
8721
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
8712
8722
  extend Gem::Deprecate
8713
- deprecate :Operator, :none, 2023, 12
8714
- deprecate :Operator=, :none, 2023, 12
8723
+ deprecate :Operator, :none, 2024, 1
8724
+ deprecate :Operator=, :none, 2024, 1
8715
8725
 
8716
8726
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
8717
8727
  @Agent = agent
@@ -9248,8 +9258,8 @@ module TencentCloud
9248
9258
 
9249
9259
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
9250
9260
  extend Gem::Deprecate
9251
- deprecate :CustomUserId, :none, 2023, 12
9252
- deprecate :CustomUserId=, :none, 2023, 12
9261
+ deprecate :CustomUserId, :none, 2024, 1
9262
+ deprecate :CustomUserId=, :none, 2024, 1
9253
9263
 
9254
9264
  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)
9255
9265
  @SignUrl = signurl
@@ -9422,8 +9432,8 @@ module TencentCloud
9422
9432
 
9423
9433
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
9424
9434
  extend Gem::Deprecate
9425
- deprecate :Operator, :none, 2023, 12
9426
- deprecate :Operator=, :none, 2023, 12
9435
+ deprecate :Operator, :none, 2024, 1
9436
+ deprecate :Operator=, :none, 2024, 1
9427
9437
 
9428
9438
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
9429
9439
  @Agent = agent
@@ -9524,8 +9534,8 @@ module TencentCloud
9524
9534
 
9525
9535
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
9526
9536
  extend Gem::Deprecate
9527
- deprecate :Operator, :none, 2023, 12
9528
- deprecate :Operator=, :none, 2023, 12
9537
+ deprecate :Operator, :none, 2024, 1
9538
+ deprecate :Operator=, :none, 2024, 1
9529
9539
 
9530
9540
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
9531
9541
  @Agent = agent
@@ -9657,8 +9667,8 @@ module TencentCloud
9657
9667
 
9658
9668
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
9659
9669
  extend Gem::Deprecate
9660
- deprecate :IsPromoter, :none, 2023, 12
9661
- deprecate :IsPromoter=, :none, 2023, 12
9670
+ deprecate :IsPromoter, :none, 2024, 1
9671
+ deprecate :IsPromoter=, :none, 2024, 1
9662
9672
 
9663
9673
  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)
9664
9674
  @TemplateId = templateid
@@ -9765,8 +9775,8 @@ module TencentCloud
9765
9775
 
9766
9776
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
9767
9777
  extend Gem::Deprecate
9768
- deprecate :Operator, :none, 2023, 12
9769
- deprecate :Operator=, :none, 2023, 12
9778
+ deprecate :Operator, :none, 2024, 1
9779
+ deprecate :Operator=, :none, 2024, 1
9770
9780
 
9771
9781
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
9772
9782
  @Agent = agent
@@ -9889,14 +9899,14 @@ module TencentCloud
9889
9899
 
9890
9900
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
9891
9901
  extend Gem::Deprecate
9892
- deprecate :Channel, :none, 2023, 12
9893
- deprecate :Channel=, :none, 2023, 12
9894
- deprecate :CustomUserId, :none, 2023, 12
9895
- deprecate :CustomUserId=, :none, 2023, 12
9896
- deprecate :ClientIp, :none, 2023, 12
9897
- deprecate :ClientIp=, :none, 2023, 12
9898
- deprecate :ProxyIp, :none, 2023, 12
9899
- deprecate :ProxyIp=, :none, 2023, 12
9902
+ deprecate :Channel, :none, 2024, 1
9903
+ deprecate :Channel=, :none, 2024, 1
9904
+ deprecate :CustomUserId, :none, 2024, 1
9905
+ deprecate :CustomUserId=, :none, 2024, 1
9906
+ deprecate :ClientIp, :none, 2024, 1
9907
+ deprecate :ClientIp=, :none, 2024, 1
9908
+ deprecate :ProxyIp, :none, 2024, 1
9909
+ deprecate :ProxyIp=, :none, 2024, 1
9900
9910
 
9901
9911
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
9902
9912
  @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.739
4
+ version: 3.0.740
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-12-31 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common