tencentcloud-sdk-essbasic 3.0.1126 → 3.0.1135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210526/models.rb +151 -147
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cdc40c96513556b0d1a88c9c85424c5f71867c8
4
- data.tar.gz: 3c9d04e5ec626efffb172f72add5a12ed7b54713
3
+ metadata.gz: ce0f1cd1235d2ac4d7561af95a0636ce218ffec1
4
+ data.tar.gz: f809bdcb55739c95621a37fa5c12891a757af24e
5
5
  SHA512:
6
- metadata.gz: cf7284c792f7dc278a2d70d9a037ba8fe171ea35a9d782e47a4b65ec4c2d0fcb30254ccec8d0c9ed1727a8fd66abfb33bbc0d5cd5e7d202f2a1e73771467329a
7
- data.tar.gz: 78e83a17bf08c435105806e2e26a738a5903501b45a537786adf0745f9c4ffaf117e0b54cca712eb478a0ccd8131be615ab93a5c8ae6221904b79b040d8fa47c
6
+ metadata.gz: d032f5df773cc33ddad5fec4c45bee9432970b8d0c9a97b233a24eb0c9bf23f98089dc60769a889a9c9eb9f9c6331f7f3ed70fee035e4f434fb0a5b0f750c689
7
+ data.tar.gz: a69d904902d0e416de93f78fe25671d83d08a3406b060067b012fa47ef1f36e5e5e0d41cb400976c0ecf91bb713ab86d6f4fda2385097c6b9e5709b6757a07a6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1126
1
+ 3.0.1135
@@ -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, 2025, 8
41
- deprecate :ProxyOrganizationId=, :none, 2025, 8
40
+ deprecate :ProxyOrganizationId, :none, 2025, 9
41
+ deprecate :ProxyOrganizationId=, :none, 2025, 9
42
42
 
43
43
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
44
44
  @AppId = appid
@@ -399,8 +399,8 @@ module TencentCloud
399
399
 
400
400
  attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
401
401
  extend Gem::Deprecate
402
- deprecate :CallbackUrl, :none, 2025, 8
403
- deprecate :CallbackUrl=, :none, 2025, 8
402
+ deprecate :CallbackUrl, :none, 2025, 9
403
+ deprecate :CallbackUrl=, :none, 2025, 9
404
404
 
405
405
  def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
406
406
  @UserInfo = userinfo
@@ -545,7 +545,7 @@ module TencentCloud
545
545
  end
546
546
  end
547
547
 
548
- # 批量认证企业任务详情信息,其中包括 TaskId,状态信息等等
548
+ # 批量认证企业任务详情信息,其中包括 TaskId,状态信息等
549
549
  class BatchOrganizationRegistrationTasksDetails < TencentCloud::Common::AbstractModel
550
550
  # @param TaskId: 生成注册链接的任务Id
551
551
  # @type TaskId: String
@@ -703,8 +703,8 @@ module TencentCloud
703
703
 
704
704
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
705
705
  extend Gem::Deprecate
706
- deprecate :Operator, :none, 2025, 8
707
- deprecate :Operator=, :none, 2025, 8
706
+ deprecate :Operator, :none, 2025, 9
707
+ deprecate :Operator=, :none, 2025, 9
708
708
 
709
709
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
710
710
  @Agent = agent
@@ -875,8 +875,8 @@ module TencentCloud
875
875
 
876
876
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
877
877
  extend Gem::Deprecate
878
- deprecate :Operator, :none, 2025, 8
879
- deprecate :Operator=, :none, 2025, 8
878
+ deprecate :Operator, :none, 2025, 9
879
+ deprecate :Operator=, :none, 2025, 9
880
880
 
881
881
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
882
882
  @FlowId = flowid
@@ -936,8 +936,8 @@ module TencentCloud
936
936
 
937
937
  attr_accessor :Agent, :QrCodeId, :Operator
938
938
  extend Gem::Deprecate
939
- deprecate :Operator, :none, 2025, 8
940
- deprecate :Operator=, :none, 2025, 8
939
+ deprecate :Operator, :none, 2025, 9
940
+ deprecate :Operator=, :none, 2025, 9
941
941
 
942
942
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
943
943
  @Agent = agent
@@ -1047,8 +1047,8 @@ module TencentCloud
1047
1047
 
1048
1048
  attr_accessor :Agent, :FlowIds, :Operator
1049
1049
  extend Gem::Deprecate
1050
- deprecate :Operator, :none, 2025, 8
1051
- deprecate :Operator=, :none, 2025, 8
1050
+ deprecate :Operator, :none, 2025, 9
1051
+ deprecate :Operator=, :none, 2025, 9
1052
1052
 
1053
1053
  def initialize(agent=nil, flowids=nil, operator=nil)
1054
1054
  @Agent = agent
@@ -1458,8 +1458,8 @@ module TencentCloud
1458
1458
 
1459
1459
  attr_accessor :Agent, :FlowIds, :Operator
1460
1460
  extend Gem::Deprecate
1461
- deprecate :Operator, :none, 2025, 8
1462
- deprecate :Operator=, :none, 2025, 8
1461
+ deprecate :Operator, :none, 2025, 9
1462
+ deprecate :Operator=, :none, 2025, 9
1463
1463
 
1464
1464
  def initialize(agent=nil, flowids=nil, operator=nil)
1465
1465
  @Agent = agent
@@ -1536,10 +1536,10 @@ module TencentCloud
1536
1536
 
1537
1537
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1538
1538
  extend Gem::Deprecate
1539
- deprecate :Operator, :none, 2025, 8
1540
- deprecate :Operator=, :none, 2025, 8
1541
- deprecate :Organization, :none, 2025, 8
1542
- deprecate :Organization=, :none, 2025, 8
1539
+ deprecate :Operator, :none, 2025, 9
1540
+ deprecate :Operator=, :none, 2025, 9
1541
+ deprecate :Organization, :none, 2025, 9
1542
+ deprecate :Organization=, :none, 2025, 9
1543
1543
 
1544
1544
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1545
1545
  @Agent = agent
@@ -1707,8 +1707,8 @@ module TencentCloud
1707
1707
 
1708
1708
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
1709
1709
  extend Gem::Deprecate
1710
- deprecate :Operator, :none, 2025, 8
1711
- deprecate :Operator=, :none, 2025, 8
1710
+ deprecate :Operator, :none, 2025, 9
1711
+ deprecate :Operator=, :none, 2025, 9
1712
1712
 
1713
1713
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
1714
1714
  @Agent = agent
@@ -1973,12 +1973,12 @@ module TencentCloud
1973
1973
 
1974
1974
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType, :NeedPreview, :PreviewType, :OpenDynamicFlow, :OpenDynamicSignFlow
1975
1975
  extend Gem::Deprecate
1976
- deprecate :CallbackUrl, :none, 2025, 8
1977
- deprecate :CallbackUrl=, :none, 2025, 8
1978
- deprecate :Operator, :none, 2025, 8
1979
- deprecate :Operator=, :none, 2025, 8
1980
- deprecate :OpenDynamicFlow, :none, 2025, 8
1981
- deprecate :OpenDynamicFlow=, :none, 2025, 8
1976
+ deprecate :CallbackUrl, :none, 2025, 9
1977
+ deprecate :CallbackUrl=, :none, 2025, 9
1978
+ deprecate :Operator, :none, 2025, 9
1979
+ deprecate :Operator=, :none, 2025, 9
1980
+ deprecate :OpenDynamicFlow, :none, 2025, 9
1981
+ deprecate :OpenDynamicFlow=, :none, 2025, 9
1982
1982
 
1983
1983
  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, needpreview=nil, previewtype=nil, opendynamicflow=nil, opendynamicsignflow=nil)
1984
1984
  @Agent = agent
@@ -2132,8 +2132,8 @@ module TencentCloud
2132
2132
 
2133
2133
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
2134
2134
  extend Gem::Deprecate
2135
- deprecate :Operator, :none, 2025, 8
2136
- deprecate :Operator=, :none, 2025, 8
2135
+ deprecate :Operator, :none, 2025, 9
2136
+ deprecate :Operator=, :none, 2025, 9
2137
2137
 
2138
2138
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
2139
2139
  @FlowFileInfos = flowfileinfos
@@ -2483,10 +2483,10 @@ module TencentCloud
2483
2483
 
2484
2484
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2485
2485
  extend Gem::Deprecate
2486
- deprecate :Operator, :none, 2025, 8
2487
- deprecate :Operator=, :none, 2025, 8
2488
- deprecate :Organization, :none, 2025, 8
2489
- deprecate :Organization=, :none, 2025, 8
2486
+ deprecate :Operator, :none, 2025, 9
2487
+ deprecate :Operator=, :none, 2025, 9
2488
+ deprecate :Organization, :none, 2025, 9
2489
+ deprecate :Organization=, :none, 2025, 9
2490
2490
 
2491
2491
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2492
2492
  @Agent = agent
@@ -2593,12 +2593,12 @@ module TencentCloud
2593
2593
 
2594
2594
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
2595
2595
  extend Gem::Deprecate
2596
- deprecate :CallbackUrl, :none, 2025, 8
2597
- deprecate :CallbackUrl=, :none, 2025, 8
2598
- deprecate :ApproverRestrictions, :none, 2025, 8
2599
- deprecate :ApproverRestrictions=, :none, 2025, 8
2600
- deprecate :Operator, :none, 2025, 8
2601
- deprecate :Operator=, :none, 2025, 8
2596
+ deprecate :CallbackUrl, :none, 2025, 9
2597
+ deprecate :CallbackUrl=, :none, 2025, 9
2598
+ deprecate :ApproverRestrictions, :none, 2025, 9
2599
+ deprecate :ApproverRestrictions=, :none, 2025, 9
2600
+ deprecate :Operator, :none, 2025, 9
2601
+ deprecate :Operator=, :none, 2025, 9
2602
2602
 
2603
2603
  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, flownameappendscannerinfo=nil)
2604
2604
  @Agent = agent
@@ -2925,16 +2925,16 @@ module TencentCloud
2925
2925
 
2926
2926
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
2927
2927
  extend Gem::Deprecate
2928
- deprecate :FlowApproverList, :none, 2025, 8
2929
- deprecate :FlowApproverList=, :none, 2025, 8
2930
- deprecate :NeedPreview, :none, 2025, 8
2931
- deprecate :NeedPreview=, :none, 2025, 8
2932
- deprecate :Organization, :none, 2025, 8
2933
- deprecate :Organization=, :none, 2025, 8
2934
- deprecate :Operator, :none, 2025, 8
2935
- deprecate :Operator=, :none, 2025, 8
2936
- deprecate :SignComponentConfig, :none, 2025, 8
2937
- deprecate :SignComponentConfig=, :none, 2025, 8
2928
+ deprecate :FlowApproverList, :none, 2025, 9
2929
+ deprecate :FlowApproverList=, :none, 2025, 9
2930
+ deprecate :NeedPreview, :none, 2025, 9
2931
+ deprecate :NeedPreview=, :none, 2025, 9
2932
+ deprecate :Organization, :none, 2025, 9
2933
+ deprecate :Organization=, :none, 2025, 9
2934
+ deprecate :Operator, :none, 2025, 9
2935
+ deprecate :Operator=, :none, 2025, 9
2936
+ deprecate :SignComponentConfig, :none, 2025, 9
2937
+ deprecate :SignComponentConfig=, :none, 2025, 9
2938
2938
 
2939
2939
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
2940
2940
  @ResourceType = resourcetype
@@ -3163,12 +3163,12 @@ module TencentCloud
3163
3163
 
3164
3164
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
3165
3165
  extend Gem::Deprecate
3166
- deprecate :CallbackUrl, :none, 2025, 8
3167
- deprecate :CallbackUrl=, :none, 2025, 8
3168
- deprecate :Organization, :none, 2025, 8
3169
- deprecate :Organization=, :none, 2025, 8
3170
- deprecate :Operator, :none, 2025, 8
3171
- deprecate :Operator=, :none, 2025, 8
3166
+ deprecate :CallbackUrl, :none, 2025, 9
3167
+ deprecate :CallbackUrl=, :none, 2025, 9
3168
+ deprecate :Organization, :none, 2025, 9
3169
+ deprecate :Organization=, :none, 2025, 9
3170
+ deprecate :Operator, :none, 2025, 9
3171
+ deprecate :Operator=, :none, 2025, 9
3172
3172
 
3173
3173
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
3174
3174
  @Agent = agent
@@ -3329,10 +3329,10 @@ module TencentCloud
3329
3329
 
3330
3330
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
3331
3331
  extend Gem::Deprecate
3332
- deprecate :Operator, :none, 2025, 8
3333
- deprecate :Operator=, :none, 2025, 8
3334
- deprecate :Organization, :none, 2025, 8
3335
- deprecate :Organization=, :none, 2025, 8
3332
+ deprecate :Operator, :none, 2025, 9
3333
+ deprecate :Operator=, :none, 2025, 9
3334
+ deprecate :Organization, :none, 2025, 9
3335
+ deprecate :Organization=, :none, 2025, 9
3336
3336
 
3337
3337
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
3338
3338
  @Agent = agent
@@ -3594,8 +3594,8 @@ module TencentCloud
3594
3594
 
3595
3595
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3596
3596
  extend Gem::Deprecate
3597
- deprecate :Operator, :none, 2025, 8
3598
- deprecate :Operator=, :none, 2025, 8
3597
+ deprecate :Operator, :none, 2025, 9
3598
+ deprecate :Operator=, :none, 2025, 9
3599
3599
 
3600
3600
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3601
3601
  @Agent = agent
@@ -3760,8 +3760,8 @@ module TencentCloud
3760
3760
 
3761
3761
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3762
3762
  extend Gem::Deprecate
3763
- deprecate :Operator, :none, 2025, 8
3764
- deprecate :Operator=, :none, 2025, 8
3763
+ deprecate :Operator, :none, 2025, 9
3764
+ deprecate :Operator=, :none, 2025, 9
3765
3765
 
3766
3766
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3767
3767
  @Agent = agent
@@ -3823,10 +3823,10 @@ module TencentCloud
3823
3823
 
3824
3824
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3825
3825
  extend Gem::Deprecate
3826
- deprecate :Organization, :none, 2025, 8
3827
- deprecate :Organization=, :none, 2025, 8
3828
- deprecate :Operator, :none, 2025, 8
3829
- deprecate :Operator=, :none, 2025, 8
3826
+ deprecate :Organization, :none, 2025, 9
3827
+ deprecate :Organization=, :none, 2025, 9
3828
+ deprecate :Operator, :none, 2025, 9
3829
+ deprecate :Operator=, :none, 2025, 9
3830
3830
 
3831
3831
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3832
3832
  @Agent = agent
@@ -4055,8 +4055,8 @@ module TencentCloud
4055
4055
 
4056
4056
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
4057
4057
  extend Gem::Deprecate
4058
- deprecate :Operator, :none, 2025, 8
4059
- deprecate :Operator=, :none, 2025, 8
4058
+ deprecate :Operator, :none, 2025, 9
4059
+ deprecate :Operator=, :none, 2025, 9
4060
4060
 
4061
4061
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
4062
4062
  @Agent = agent
@@ -4310,8 +4310,8 @@ module TencentCloud
4310
4310
 
4311
4311
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
4312
4312
  extend Gem::Deprecate
4313
- deprecate :Operator, :none, 2025, 8
4314
- deprecate :Operator=, :none, 2025, 8
4313
+ deprecate :Operator, :none, 2025, 9
4314
+ deprecate :Operator=, :none, 2025, 9
4315
4315
 
4316
4316
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
4317
4317
  @Agent = agent
@@ -4612,10 +4612,10 @@ module TencentCloud
4612
4612
 
4613
4613
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4614
4614
  extend Gem::Deprecate
4615
- deprecate :Operator, :none, 2025, 8
4616
- deprecate :Operator=, :none, 2025, 8
4617
- deprecate :Organization, :none, 2025, 8
4618
- deprecate :Organization=, :none, 2025, 8
4615
+ deprecate :Operator, :none, 2025, 9
4616
+ deprecate :Operator=, :none, 2025, 9
4617
+ deprecate :Organization, :none, 2025, 9
4618
+ deprecate :Organization=, :none, 2025, 9
4619
4619
 
4620
4620
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4621
4621
  @Agent = agent
@@ -4671,8 +4671,8 @@ module TencentCloud
4671
4671
 
4672
4672
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4673
4673
  extend Gem::Deprecate
4674
- deprecate :PreviewUrl, :none, 2025, 8
4675
- deprecate :PreviewUrl=, :none, 2025, 8
4674
+ deprecate :PreviewUrl, :none, 2025, 9
4675
+ deprecate :PreviewUrl=, :none, 2025, 9
4676
4676
 
4677
4677
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4678
4678
  @TaskId = taskid
@@ -4952,8 +4952,8 @@ module TencentCloud
4952
4952
 
4953
4953
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4954
4954
  extend Gem::Deprecate
4955
- deprecate :Operator, :none, 2025, 8
4956
- deprecate :Operator=, :none, 2025, 8
4955
+ deprecate :Operator, :none, 2025, 9
4956
+ deprecate :Operator=, :none, 2025, 9
4957
4957
 
4958
4958
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4959
4959
  @Agent = agent
@@ -5013,8 +5013,8 @@ module TencentCloud
5013
5013
 
5014
5014
  attr_accessor :FlowId, :Agent, :Operator
5015
5015
  extend Gem::Deprecate
5016
- deprecate :Operator, :none, 2025, 8
5017
- deprecate :Operator=, :none, 2025, 8
5016
+ deprecate :Operator, :none, 2025, 9
5017
+ deprecate :Operator=, :none, 2025, 9
5018
5018
 
5019
5019
  def initialize(flowid=nil, agent=nil, operator=nil)
5020
5020
  @FlowId = flowid
@@ -5930,8 +5930,8 @@ module TencentCloud
5930
5930
 
5931
5931
  attr_accessor :Agent, :FlowId, :Operator, :ReportType
5932
5932
  extend Gem::Deprecate
5933
- deprecate :Operator, :none, 2025, 8
5934
- deprecate :Operator=, :none, 2025, 8
5933
+ deprecate :Operator, :none, 2025, 9
5934
+ deprecate :Operator=, :none, 2025, 9
5935
5935
 
5936
5936
  def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
5937
5937
  @Agent = agent
@@ -6278,8 +6278,8 @@ module TencentCloud
6278
6278
 
6279
6279
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions, :BankAccountNumber, :Operator
6280
6280
  extend Gem::Deprecate
6281
- deprecate :Operator, :none, 2025, 8
6282
- deprecate :Operator=, :none, 2025, 8
6281
+ deprecate :Operator, :none, 2025, 9
6282
+ deprecate :Operator=, :none, 2025, 9
6283
6283
 
6284
6284
  def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil, bankaccountnumber=nil, operator=nil)
6285
6285
  @Agent = agent
@@ -6800,8 +6800,8 @@ module TencentCloud
6800
6800
 
6801
6801
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
6802
6802
  extend Gem::Deprecate
6803
- deprecate :Operator, :none, 2025, 8
6804
- deprecate :Operator=, :none, 2025, 8
6803
+ deprecate :Operator, :none, 2025, 9
6804
+ deprecate :Operator=, :none, 2025, 9
6805
6805
 
6806
6806
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
6807
6807
  @Agent = agent
@@ -6916,10 +6916,10 @@ module TencentCloud
6916
6916
 
6917
6917
  attr_accessor :Agent, :Operator, :Organization
6918
6918
  extend Gem::Deprecate
6919
- deprecate :Operator, :none, 2025, 8
6920
- deprecate :Operator=, :none, 2025, 8
6921
- deprecate :Organization, :none, 2025, 8
6922
- deprecate :Organization=, :none, 2025, 8
6919
+ deprecate :Operator, :none, 2025, 9
6920
+ deprecate :Operator=, :none, 2025, 9
6921
+ deprecate :Organization, :none, 2025, 9
6922
+ deprecate :Organization=, :none, 2025, 9
6923
6923
 
6924
6924
  def initialize(agent=nil, operator=nil, organization=nil)
6925
6925
  @Agent = agent
@@ -7302,8 +7302,8 @@ module TencentCloud
7302
7302
 
7303
7303
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode, :SealDescription
7304
7304
  extend Gem::Deprecate
7305
- deprecate :Operator, :none, 2025, 8
7306
- deprecate :Operator=, :none, 2025, 8
7305
+ deprecate :Operator, :none, 2025, 9
7306
+ deprecate :Operator=, :none, 2025, 9
7307
7307
 
7308
7308
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil, sealdescription=nil)
7309
7309
  @Agent = agent
@@ -7474,8 +7474,8 @@ module TencentCloud
7474
7474
 
7475
7475
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
7476
7476
  extend Gem::Deprecate
7477
- deprecate :Operator, :none, 2025, 8
7478
- deprecate :Operator=, :none, 2025, 8
7477
+ deprecate :Operator, :none, 2025, 9
7478
+ deprecate :Operator=, :none, 2025, 9
7479
7479
 
7480
7480
  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, urluseenv=nil)
7481
7481
  @Agent = agent
@@ -7599,15 +7599,18 @@ module TencentCloud
7599
7599
  # <li>渠道应用标识: Agent.AppId</li>
7600
7600
  # </ul>
7601
7601
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
7602
+ # @param AuthorizationIds: 认证流Ids数组 认证流 Id 是指在企业认证过程中,当前操作人的认证流程的唯一标识。每个企业在认证过程中只能有一条认证流认证成功。这意味着在同一认证过程内,一个企业只能有一个认证流程处于成功状态,以确保认证的唯一性和有效性。
7603
+ # @type AuthorizationIds: Array
7602
7604
  # @param AdminName: 认证人姓名,组织机构超管姓名。 在注册流程中,必须是超管本人进行操作。
7603
7605
  # @type AdminName: String
7604
7606
  # @param AdminMobile: 认证人手机号,组织机构超管手机号。 在注册流程中,必须是超管本人进行操作。
7605
7607
  # @type AdminMobile: String
7606
7608
 
7607
- attr_accessor :Agent, :AdminName, :AdminMobile
7609
+ attr_accessor :Agent, :AuthorizationIds, :AdminName, :AdminMobile
7608
7610
 
7609
- def initialize(agent=nil, adminname=nil, adminmobile=nil)
7611
+ def initialize(agent=nil, authorizationids=nil, adminname=nil, adminmobile=nil)
7610
7612
  @Agent = agent
7613
+ @AuthorizationIds = authorizationids
7611
7614
  @AdminName = adminname
7612
7615
  @AdminMobile = adminmobile
7613
7616
  end
@@ -7617,6 +7620,7 @@ module TencentCloud
7617
7620
  @Agent = Agent.new
7618
7621
  @Agent.deserialize(params['Agent'])
7619
7622
  end
7623
+ @AuthorizationIds = params['AuthorizationIds']
7620
7624
  @AdminName = params['AdminName']
7621
7625
  @AdminMobile = params['AdminMobile']
7622
7626
  end
@@ -7876,8 +7880,8 @@ module TencentCloud
7876
7880
 
7877
7881
  attr_accessor :Agent, :ReportId, :Operator, :ReportType
7878
7882
  extend Gem::Deprecate
7879
- deprecate :Operator, :none, 2025, 8
7880
- deprecate :Operator=, :none, 2025, 8
7883
+ deprecate :Operator, :none, 2025, 9
7884
+ deprecate :Operator=, :none, 2025, 9
7881
7885
 
7882
7886
  def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
7883
7887
  @Agent = agent
@@ -8220,8 +8224,8 @@ module TencentCloud
8220
8224
 
8221
8225
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
8222
8226
  extend Gem::Deprecate
8223
- deprecate :Operator, :none, 2025, 8
8224
- deprecate :Operator=, :none, 2025, 8
8227
+ deprecate :Operator, :none, 2025, 9
8228
+ deprecate :Operator=, :none, 2025, 9
8225
8229
 
8226
8230
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
8227
8231
  @Agent = agent
@@ -8307,8 +8311,8 @@ module TencentCloud
8307
8311
 
8308
8312
  attr_accessor :Agent, :FlowIds, :Operator
8309
8313
  extend Gem::Deprecate
8310
- deprecate :Operator, :none, 2025, 8
8311
- deprecate :Operator=, :none, 2025, 8
8314
+ deprecate :Operator, :none, 2025, 9
8315
+ deprecate :Operator=, :none, 2025, 9
8312
8316
 
8313
8317
  def initialize(agent=nil, flowids=nil, operator=nil)
8314
8318
  @Agent = agent
@@ -8435,8 +8439,8 @@ module TencentCloud
8435
8439
 
8436
8440
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator, :UserFlowTypeId
8437
8441
  extend Gem::Deprecate
8438
- deprecate :Operator, :none, 2025, 8
8439
- deprecate :Operator=, :none, 2025, 8
8442
+ deprecate :Operator, :none, 2025, 9
8443
+ deprecate :Operator=, :none, 2025, 9
8440
8444
 
8441
8445
  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, userflowtypeid=nil)
8442
8446
  @Agent = agent
@@ -8550,8 +8554,8 @@ module TencentCloud
8550
8554
 
8551
8555
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
8552
8556
  extend Gem::Deprecate
8553
- deprecate :Operator, :none, 2025, 8
8554
- deprecate :Operator=, :none, 2025, 8
8557
+ deprecate :Operator, :none, 2025, 9
8558
+ deprecate :Operator=, :none, 2025, 9
8555
8559
 
8556
8560
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
8557
8561
  @Agent = agent
@@ -8826,7 +8830,7 @@ module TencentCloud
8826
8830
  # @type SealDescription: String
8827
8831
  # @param ForbidEditSealDescription: 是否禁止编辑印章描述内容
8828
8832
  # <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
8829
- # @type ForbidEditSealDescription: String
8833
+ # @type ForbidEditSealDescription: Boolean
8830
8834
 
8831
8835
  attr_accessor :ShowFlowDetailComponent, :ShowTemplateComponent, :SkipUploadFile, :ForbidEditWatermark, :SealDescription, :ForbidEditSealDescription
8832
8836
 
@@ -9109,8 +9113,8 @@ module TencentCloud
9109
9113
 
9110
9114
  attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
9111
9115
  extend Gem::Deprecate
9112
- deprecate :ReceiptId, :none, 2025, 8
9113
- deprecate :ReceiptId=, :none, 2025, 8
9116
+ deprecate :ReceiptId, :none, 2025, 9
9117
+ deprecate :ReceiptId=, :none, 2025, 9
9114
9118
 
9115
9119
  def initialize(receiptid=nil, proxyorganizationopenid=nil, proxyoperatoropenid=nil, proxyorganizationname=nil, mobile=nil, signorder=nil, approvename=nil, approvestatus=nil, approvemessage=nil, approvetime=nil, approvetype=nil, approverrolename=nil, signid=nil, recipientid=nil)
9116
9120
  @ReceiptId = receiptid
@@ -9338,8 +9342,8 @@ module TencentCloud
9338
9342
 
9339
9343
  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, :SignEndpoints
9340
9344
  extend Gem::Deprecate
9341
- deprecate :CallbackUrl, :none, 2025, 8
9342
- deprecate :CallbackUrl=, :none, 2025, 8
9345
+ deprecate :CallbackUrl, :none, 2025, 9
9346
+ deprecate :CallbackUrl=, :none, 2025, 9
9343
9347
 
9344
9348
  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, signendpoints=nil)
9345
9349
  @Name = name
@@ -9671,8 +9675,8 @@ module TencentCloud
9671
9675
 
9672
9676
  attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
9673
9677
  extend Gem::Deprecate
9674
- deprecate :CallbackUrl, :none, 2025, 8
9675
- deprecate :CallbackUrl=, :none, 2025, 8
9678
+ deprecate :CallbackUrl, :none, 2025, 9
9679
+ deprecate :CallbackUrl=, :none, 2025, 9
9676
9680
 
9677
9681
  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)
9678
9682
  @FileIds = fileids
@@ -9936,8 +9940,8 @@ module TencentCloud
9936
9940
 
9937
9941
  attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
9938
9942
  extend Gem::Deprecate
9939
- deprecate :CallbackUrl, :none, 2025, 8
9940
- deprecate :CallbackUrl=, :none, 2025, 8
9943
+ deprecate :CallbackUrl, :none, 2025, 9
9944
+ deprecate :CallbackUrl=, :none, 2025, 9
9941
9945
 
9942
9946
  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)
9943
9947
  @FlowName = flowname
@@ -10591,8 +10595,8 @@ module TencentCloud
10591
10595
 
10592
10596
  attr_accessor :Agent, :DownLoadFlows, :Operator
10593
10597
  extend Gem::Deprecate
10594
- deprecate :Operator, :none, 2025, 8
10595
- deprecate :Operator=, :none, 2025, 8
10598
+ deprecate :Operator, :none, 2025, 9
10599
+ deprecate :Operator=, :none, 2025, 9
10596
10600
 
10597
10601
  def initialize(agent=nil, downloadflows=nil, operator=nil)
10598
10602
  @Agent = agent
@@ -11242,8 +11246,8 @@ module TencentCloud
11242
11246
 
11243
11247
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
11244
11248
  extend Gem::Deprecate
11245
- deprecate :Operator, :none, 2025, 8
11246
- deprecate :Operator=, :none, 2025, 8
11249
+ deprecate :Operator, :none, 2025, 9
11250
+ deprecate :Operator=, :none, 2025, 9
11247
11251
 
11248
11252
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
11249
11253
  @Agent = agent
@@ -11541,10 +11545,10 @@ module TencentCloud
11541
11545
 
11542
11546
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
11543
11547
  extend Gem::Deprecate
11544
- deprecate :ClientIp, :none, 2025, 8
11545
- deprecate :ClientIp=, :none, 2025, 8
11546
- deprecate :ProxyIp, :none, 2025, 8
11547
- deprecate :ProxyIp=, :none, 2025, 8
11548
+ deprecate :ClientIp, :none, 2025, 9
11549
+ deprecate :ClientIp=, :none, 2025, 9
11550
+ deprecate :ProxyIp, :none, 2025, 9
11551
+ deprecate :ProxyIp=, :none, 2025, 9
11548
11552
 
11549
11553
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
11550
11554
  @OrganizationOpenId = organizationopenid
@@ -11756,8 +11760,8 @@ module TencentCloud
11756
11760
 
11757
11761
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
11758
11762
  extend Gem::Deprecate
11759
- deprecate :Operator, :none, 2025, 8
11760
- deprecate :Operator=, :none, 2025, 8
11763
+ deprecate :Operator, :none, 2025, 9
11764
+ deprecate :Operator=, :none, 2025, 9
11761
11765
 
11762
11766
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
11763
11767
  @Agent = agent
@@ -12411,8 +12415,8 @@ module TencentCloud
12411
12415
 
12412
12416
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
12413
12417
  extend Gem::Deprecate
12414
- deprecate :CustomUserId, :none, 2025, 8
12415
- deprecate :CustomUserId=, :none, 2025, 8
12418
+ deprecate :CustomUserId, :none, 2025, 9
12419
+ deprecate :CustomUserId=, :none, 2025, 9
12416
12420
 
12417
12421
  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)
12418
12422
  @SignUrl = signurl
@@ -12580,8 +12584,8 @@ module TencentCloud
12580
12584
 
12581
12585
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
12582
12586
  extend Gem::Deprecate
12583
- deprecate :Operator, :none, 2025, 8
12584
- deprecate :Operator=, :none, 2025, 8
12587
+ deprecate :Operator, :none, 2025, 9
12588
+ deprecate :Operator=, :none, 2025, 9
12585
12589
 
12586
12590
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
12587
12591
  @Agent = agent
@@ -12680,8 +12684,8 @@ module TencentCloud
12680
12684
 
12681
12685
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
12682
12686
  extend Gem::Deprecate
12683
- deprecate :Operator, :none, 2025, 8
12684
- deprecate :Operator=, :none, 2025, 8
12687
+ deprecate :Operator, :none, 2025, 9
12688
+ deprecate :Operator=, :none, 2025, 9
12685
12689
 
12686
12690
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
12687
12691
  @Agent = agent
@@ -12814,13 +12818,13 @@ module TencentCloud
12814
12818
  # <ul><li>1:启用(默认),表示模板处于启用状态,可以被用户正常使用。</li>
12815
12819
  # <li>2:停用,表示模板处于停用状态,禁止用户使用该模板。</li></ul>
12816
12820
  # @type Available: Integer
12817
- # @param UserFlowType: 模版的用户合同类型
12821
+ # @param UserFlowType: 模板的用户合同类型
12818
12822
  # @type UserFlowType: :class:`Tencentcloud::Essbasic.v20210526.models.UserFlowType`
12819
12823
 
12820
12824
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available, :UserFlowType
12821
12825
  extend Gem::Deprecate
12822
- deprecate :IsPromoter, :none, 2025, 8
12823
- deprecate :IsPromoter=, :none, 2025, 8
12826
+ deprecate :IsPromoter, :none, 2025, 9
12827
+ deprecate :IsPromoter=, :none, 2025, 9
12824
12828
 
12825
12829
  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, userflowtype=nil)
12826
12830
  @TemplateId = templateid
@@ -12889,13 +12893,13 @@ module TencentCloud
12889
12893
  end
12890
12894
  end
12891
12895
 
12892
- # 模版对应的合同类型
12896
+ # 模板对应的合同类型
12893
12897
  class TemplateUserFlowType < TencentCloud::Common::AbstractModel
12894
12898
  # @param UserFlowTypeId: 合同类型id
12895
12899
  # @type UserFlowTypeId: String
12896
12900
  # @param Name: 用户合同类型名称
12897
12901
  # @type Name: String
12898
- # @param TemplateNum: 每个合同类型绑定的模版数量
12902
+ # @param TemplateNum: 每个合同类型绑定的模板数量
12899
12903
  # @type TemplateNum: Integer
12900
12904
  # @param Description: 合同类型的具体描述
12901
12905
  # @type Description: String
@@ -12962,8 +12966,8 @@ module TencentCloud
12962
12966
 
12963
12967
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
12964
12968
  extend Gem::Deprecate
12965
- deprecate :Operator, :none, 2025, 8
12966
- deprecate :Operator=, :none, 2025, 8
12969
+ deprecate :Operator, :none, 2025, 9
12970
+ deprecate :Operator=, :none, 2025, 9
12967
12971
 
12968
12972
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
12969
12973
  @Agent = agent
@@ -13106,14 +13110,14 @@ module TencentCloud
13106
13110
 
13107
13111
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
13108
13112
  extend Gem::Deprecate
13109
- deprecate :Channel, :none, 2025, 8
13110
- deprecate :Channel=, :none, 2025, 8
13111
- deprecate :CustomUserId, :none, 2025, 8
13112
- deprecate :CustomUserId=, :none, 2025, 8
13113
- deprecate :ClientIp, :none, 2025, 8
13114
- deprecate :ClientIp=, :none, 2025, 8
13115
- deprecate :ProxyIp, :none, 2025, 8
13116
- deprecate :ProxyIp=, :none, 2025, 8
13113
+ deprecate :Channel, :none, 2025, 9
13114
+ deprecate :Channel=, :none, 2025, 9
13115
+ deprecate :CustomUserId, :none, 2025, 9
13116
+ deprecate :CustomUserId=, :none, 2025, 9
13117
+ deprecate :ClientIp, :none, 2025, 9
13118
+ deprecate :ClientIp=, :none, 2025, 9
13119
+ deprecate :ProxyIp, :none, 2025, 9
13120
+ deprecate :ProxyIp=, :none, 2025, 9
13117
13121
 
13118
13122
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
13119
13123
  @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.1126
4
+ version: 3.0.1135
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-19 00:00:00.000000000 Z
11
+ date: 2025-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common