tencentcloud-sdk-essbasic 3.0.793 → 3.0.794

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 +121 -121
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8371bfeb22a4a1917bb0a16f63ee32f533eeb3f
4
- data.tar.gz: dc43299e99713fec8c38ac422402399b15732d88
3
+ metadata.gz: 4a2cfed79fbe9e6116c06a360141eb70db8e819c
4
+ data.tar.gz: f69fc52679e6cab9da55c70fea1e18aae3a60686
5
5
  SHA512:
6
- metadata.gz: e94fcedd01ff9f3ab80fa283acdf3790b7b65631fa164805ce787e978bc56ffaf040ea7a2c02727bd3102b13a641b47fbcd6d9a063ffbda69ddcf749561e92a8
7
- data.tar.gz: 0e52668248e0c0124de2b81f6e9ed2e79125188faef4771bc4aadfb49711644bcd8df8309714777544094b3b4f5ea52363ee54ae53499ddd6ebe65feb9cb69ff
6
+ metadata.gz: 18b32cee287ef57cb6a95210b9c8d9e2bee0259147b8629b061612b6ecb74d8cb1a7e8e184c3af5f3d8848214c737cb7522ab5e6c5a1b2fb9f061ca174ae9857
7
+ data.tar.gz: 24a7a39e441deefd3003b43ac658bb60e68954db83a1d97cf0c70bb077efc2a699498a1aa1107fc7aa2e29dff78431aa96b4f4b6f765874fe10c3ec1208ec221
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.793
1
+ 3.0.794
@@ -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, 3
41
- deprecate :ProxyOrganizationId=, :none, 2024, 3
40
+ deprecate :ProxyOrganizationId, :none, 2024, 4
41
+ deprecate :ProxyOrganizationId=, :none, 2024, 4
42
42
 
43
43
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
44
44
  @AppId = appid
@@ -523,8 +523,8 @@ module TencentCloud
523
523
 
524
524
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
525
525
  extend Gem::Deprecate
526
- deprecate :Operator, :none, 2024, 3
527
- deprecate :Operator=, :none, 2024, 3
526
+ deprecate :Operator, :none, 2024, 4
527
+ deprecate :Operator=, :none, 2024, 4
528
528
 
529
529
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
530
530
  @Agent = agent
@@ -695,8 +695,8 @@ module TencentCloud
695
695
 
696
696
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
697
697
  extend Gem::Deprecate
698
- deprecate :Operator, :none, 2024, 3
699
- deprecate :Operator=, :none, 2024, 3
698
+ deprecate :Operator, :none, 2024, 4
699
+ deprecate :Operator=, :none, 2024, 4
700
700
 
701
701
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
702
702
  @FlowId = flowid
@@ -756,8 +756,8 @@ module TencentCloud
756
756
 
757
757
  attr_accessor :Agent, :QrCodeId, :Operator
758
758
  extend Gem::Deprecate
759
- deprecate :Operator, :none, 2024, 3
760
- deprecate :Operator=, :none, 2024, 3
759
+ deprecate :Operator, :none, 2024, 4
760
+ deprecate :Operator=, :none, 2024, 4
761
761
 
762
762
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
763
763
  @Agent = agent
@@ -867,8 +867,8 @@ module TencentCloud
867
867
 
868
868
  attr_accessor :Agent, :FlowIds, :Operator
869
869
  extend Gem::Deprecate
870
- deprecate :Operator, :none, 2024, 3
871
- deprecate :Operator=, :none, 2024, 3
870
+ deprecate :Operator, :none, 2024, 4
871
+ deprecate :Operator=, :none, 2024, 4
872
872
 
873
873
  def initialize(agent=nil, flowids=nil, operator=nil)
874
874
  @Agent = agent
@@ -1177,8 +1177,8 @@ module TencentCloud
1177
1177
 
1178
1178
  attr_accessor :Agent, :FlowIds, :Operator
1179
1179
  extend Gem::Deprecate
1180
- deprecate :Operator, :none, 2024, 3
1181
- deprecate :Operator=, :none, 2024, 3
1180
+ deprecate :Operator, :none, 2024, 4
1181
+ deprecate :Operator=, :none, 2024, 4
1182
1182
 
1183
1183
  def initialize(agent=nil, flowids=nil, operator=nil)
1184
1184
  @Agent = agent
@@ -1255,10 +1255,10 @@ module TencentCloud
1255
1255
 
1256
1256
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1257
1257
  extend Gem::Deprecate
1258
- deprecate :Operator, :none, 2024, 3
1259
- deprecate :Operator=, :none, 2024, 3
1260
- deprecate :Organization, :none, 2024, 3
1261
- deprecate :Organization=, :none, 2024, 3
1258
+ deprecate :Operator, :none, 2024, 4
1259
+ deprecate :Operator=, :none, 2024, 4
1260
+ deprecate :Organization, :none, 2024, 4
1261
+ deprecate :Organization=, :none, 2024, 4
1262
1262
 
1263
1263
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1264
1264
  @Agent = agent
@@ -1361,8 +1361,8 @@ module TencentCloud
1361
1361
 
1362
1362
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData
1363
1363
  extend Gem::Deprecate
1364
- deprecate :Operator, :none, 2024, 3
1365
- deprecate :Operator=, :none, 2024, 3
1364
+ deprecate :Operator, :none, 2024, 4
1365
+ deprecate :Operator=, :none, 2024, 4
1366
1366
 
1367
1367
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil)
1368
1368
  @Agent = agent
@@ -1601,8 +1601,8 @@ module TencentCloud
1601
1601
 
1602
1602
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
1603
1603
  extend Gem::Deprecate
1604
- deprecate :Operator, :none, 2024, 3
1605
- deprecate :Operator=, :none, 2024, 3
1604
+ deprecate :Operator, :none, 2024, 4
1605
+ deprecate :Operator=, :none, 2024, 4
1606
1606
 
1607
1607
  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)
1608
1608
  @Agent = agent
@@ -1742,8 +1742,8 @@ module TencentCloud
1742
1742
 
1743
1743
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
1744
1744
  extend Gem::Deprecate
1745
- deprecate :Operator, :none, 2024, 3
1746
- deprecate :Operator=, :none, 2024, 3
1745
+ deprecate :Operator, :none, 2024, 4
1746
+ deprecate :Operator=, :none, 2024, 4
1747
1747
 
1748
1748
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
1749
1749
  @FlowFileInfos = flowfileinfos
@@ -2084,10 +2084,10 @@ module TencentCloud
2084
2084
 
2085
2085
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2086
2086
  extend Gem::Deprecate
2087
- deprecate :Operator, :none, 2024, 3
2088
- deprecate :Operator=, :none, 2024, 3
2089
- deprecate :Organization, :none, 2024, 3
2090
- deprecate :Organization=, :none, 2024, 3
2087
+ deprecate :Operator, :none, 2024, 4
2088
+ deprecate :Operator=, :none, 2024, 4
2089
+ deprecate :Organization, :none, 2024, 4
2090
+ deprecate :Organization=, :none, 2024, 4
2091
2091
 
2092
2092
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2093
2093
  @Agent = agent
@@ -2190,12 +2190,12 @@ module TencentCloud
2190
2190
 
2191
2191
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
2192
2192
  extend Gem::Deprecate
2193
- deprecate :CallbackUrl, :none, 2024, 3
2194
- deprecate :CallbackUrl=, :none, 2024, 3
2195
- deprecate :ApproverRestrictions, :none, 2024, 3
2196
- deprecate :ApproverRestrictions=, :none, 2024, 3
2197
- deprecate :Operator, :none, 2024, 3
2198
- deprecate :Operator=, :none, 2024, 3
2193
+ deprecate :CallbackUrl, :none, 2024, 4
2194
+ deprecate :CallbackUrl=, :none, 2024, 4
2195
+ deprecate :ApproverRestrictions, :none, 2024, 4
2196
+ deprecate :ApproverRestrictions=, :none, 2024, 4
2197
+ deprecate :Operator, :none, 2024, 4
2198
+ deprecate :Operator=, :none, 2024, 4
2199
2199
 
2200
2200
  def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
2201
2201
  @Agent = agent
@@ -2432,12 +2432,12 @@ module TencentCloud
2432
2432
 
2433
2433
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
2434
2434
  extend Gem::Deprecate
2435
- deprecate :NeedPreview, :none, 2024, 3
2436
- deprecate :NeedPreview=, :none, 2024, 3
2437
- deprecate :Organization, :none, 2024, 3
2438
- deprecate :Organization=, :none, 2024, 3
2439
- deprecate :Operator, :none, 2024, 3
2440
- deprecate :Operator=, :none, 2024, 3
2435
+ deprecate :NeedPreview, :none, 2024, 4
2436
+ deprecate :NeedPreview=, :none, 2024, 4
2437
+ deprecate :Organization, :none, 2024, 4
2438
+ deprecate :Organization=, :none, 2024, 4
2439
+ deprecate :Operator, :none, 2024, 4
2440
+ deprecate :Operator=, :none, 2024, 4
2441
2441
 
2442
2442
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
2443
2443
  @ResourceType = resourcetype
@@ -2658,12 +2658,12 @@ module TencentCloud
2658
2658
 
2659
2659
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
2660
2660
  extend Gem::Deprecate
2661
- deprecate :CallbackUrl, :none, 2024, 3
2662
- deprecate :CallbackUrl=, :none, 2024, 3
2663
- deprecate :Organization, :none, 2024, 3
2664
- deprecate :Organization=, :none, 2024, 3
2665
- deprecate :Operator, :none, 2024, 3
2666
- deprecate :Operator=, :none, 2024, 3
2661
+ deprecate :CallbackUrl, :none, 2024, 4
2662
+ deprecate :CallbackUrl=, :none, 2024, 4
2663
+ deprecate :Organization, :none, 2024, 4
2664
+ deprecate :Organization=, :none, 2024, 4
2665
+ deprecate :Operator, :none, 2024, 4
2666
+ deprecate :Operator=, :none, 2024, 4
2667
2667
 
2668
2668
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
2669
2669
  @Agent = agent
@@ -2824,10 +2824,10 @@ module TencentCloud
2824
2824
 
2825
2825
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
2826
2826
  extend Gem::Deprecate
2827
- deprecate :Operator, :none, 2024, 3
2828
- deprecate :Operator=, :none, 2024, 3
2829
- deprecate :Organization, :none, 2024, 3
2830
- deprecate :Organization=, :none, 2024, 3
2827
+ deprecate :Operator, :none, 2024, 4
2828
+ deprecate :Operator=, :none, 2024, 4
2829
+ deprecate :Organization, :none, 2024, 4
2830
+ deprecate :Organization=, :none, 2024, 4
2831
2831
 
2832
2832
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
2833
2833
  @Agent = agent
@@ -3087,8 +3087,8 @@ module TencentCloud
3087
3087
 
3088
3088
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3089
3089
  extend Gem::Deprecate
3090
- deprecate :Operator, :none, 2024, 3
3091
- deprecate :Operator=, :none, 2024, 3
3090
+ deprecate :Operator, :none, 2024, 4
3091
+ deprecate :Operator=, :none, 2024, 4
3092
3092
 
3093
3093
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3094
3094
  @Agent = agent
@@ -3253,8 +3253,8 @@ module TencentCloud
3253
3253
 
3254
3254
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3255
3255
  extend Gem::Deprecate
3256
- deprecate :Operator, :none, 2024, 3
3257
- deprecate :Operator=, :none, 2024, 3
3256
+ deprecate :Operator, :none, 2024, 4
3257
+ deprecate :Operator=, :none, 2024, 4
3258
3258
 
3259
3259
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3260
3260
  @Agent = agent
@@ -3316,10 +3316,10 @@ module TencentCloud
3316
3316
 
3317
3317
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3318
3318
  extend Gem::Deprecate
3319
- deprecate :Organization, :none, 2024, 3
3320
- deprecate :Organization=, :none, 2024, 3
3321
- deprecate :Operator, :none, 2024, 3
3322
- deprecate :Operator=, :none, 2024, 3
3319
+ deprecate :Organization, :none, 2024, 4
3320
+ deprecate :Organization=, :none, 2024, 4
3321
+ deprecate :Operator, :none, 2024, 4
3322
+ deprecate :Operator=, :none, 2024, 4
3323
3323
 
3324
3324
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3325
3325
  @Agent = agent
@@ -3487,8 +3487,8 @@ module TencentCloud
3487
3487
 
3488
3488
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3489
3489
  extend Gem::Deprecate
3490
- deprecate :Operator, :none, 2024, 3
3491
- deprecate :Operator=, :none, 2024, 3
3490
+ deprecate :Operator, :none, 2024, 4
3491
+ deprecate :Operator=, :none, 2024, 4
3492
3492
 
3493
3493
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3494
3494
  @Agent = agent
@@ -3748,8 +3748,8 @@ module TencentCloud
3748
3748
 
3749
3749
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3750
3750
  extend Gem::Deprecate
3751
- deprecate :Operator, :none, 2024, 3
3752
- deprecate :Operator=, :none, 2024, 3
3751
+ deprecate :Operator, :none, 2024, 4
3752
+ deprecate :Operator=, :none, 2024, 4
3753
3753
 
3754
3754
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3755
3755
  @Agent = agent
@@ -4051,10 +4051,10 @@ module TencentCloud
4051
4051
 
4052
4052
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4053
4053
  extend Gem::Deprecate
4054
- deprecate :Operator, :none, 2024, 3
4055
- deprecate :Operator=, :none, 2024, 3
4056
- deprecate :Organization, :none, 2024, 3
4057
- deprecate :Organization=, :none, 2024, 3
4054
+ deprecate :Operator, :none, 2024, 4
4055
+ deprecate :Operator=, :none, 2024, 4
4056
+ deprecate :Organization, :none, 2024, 4
4057
+ deprecate :Organization=, :none, 2024, 4
4058
4058
 
4059
4059
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4060
4060
  @Agent = agent
@@ -4111,8 +4111,8 @@ module TencentCloud
4111
4111
 
4112
4112
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4113
4113
  extend Gem::Deprecate
4114
- deprecate :PreviewUrl, :none, 2024, 3
4115
- deprecate :PreviewUrl=, :none, 2024, 3
4114
+ deprecate :PreviewUrl, :none, 2024, 4
4115
+ deprecate :PreviewUrl=, :none, 2024, 4
4116
4116
 
4117
4117
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4118
4118
  @TaskId = taskid
@@ -4383,8 +4383,8 @@ module TencentCloud
4383
4383
 
4384
4384
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4385
4385
  extend Gem::Deprecate
4386
- deprecate :Operator, :none, 2024, 3
4387
- deprecate :Operator=, :none, 2024, 3
4386
+ deprecate :Operator, :none, 2024, 4
4387
+ deprecate :Operator=, :none, 2024, 4
4388
4388
 
4389
4389
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4390
4390
  @Agent = agent
@@ -4444,8 +4444,8 @@ module TencentCloud
4444
4444
 
4445
4445
  attr_accessor :FlowId, :Agent, :Operator
4446
4446
  extend Gem::Deprecate
4447
- deprecate :Operator, :none, 2024, 3
4448
- deprecate :Operator=, :none, 2024, 3
4447
+ deprecate :Operator, :none, 2024, 4
4448
+ deprecate :Operator=, :none, 2024, 4
4449
4449
 
4450
4450
  def initialize(flowid=nil, agent=nil, operator=nil)
4451
4451
  @FlowId = flowid
@@ -5078,8 +5078,8 @@ module TencentCloud
5078
5078
 
5079
5079
  attr_accessor :Agent, :FlowId, :Operator, :ReportType
5080
5080
  extend Gem::Deprecate
5081
- deprecate :Operator, :none, 2024, 3
5082
- deprecate :Operator=, :none, 2024, 3
5081
+ deprecate :Operator, :none, 2024, 4
5082
+ deprecate :Operator=, :none, 2024, 4
5083
5083
 
5084
5084
  def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
5085
5085
  @Agent = agent
@@ -5283,8 +5283,8 @@ module TencentCloud
5283
5283
 
5284
5284
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl
5285
5285
  extend Gem::Deprecate
5286
- deprecate :Operator, :none, 2024, 3
5287
- deprecate :Operator=, :none, 2024, 3
5286
+ deprecate :Operator, :none, 2024, 4
5287
+ deprecate :Operator=, :none, 2024, 4
5288
5288
 
5289
5289
  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)
5290
5290
  @Agent = agent
@@ -5534,8 +5534,8 @@ module TencentCloud
5534
5534
 
5535
5535
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
5536
5536
  extend Gem::Deprecate
5537
- deprecate :Operator, :none, 2024, 3
5538
- deprecate :Operator=, :none, 2024, 3
5537
+ deprecate :Operator, :none, 2024, 4
5538
+ deprecate :Operator=, :none, 2024, 4
5539
5539
 
5540
5540
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
5541
5541
  @Agent = agent
@@ -5760,8 +5760,8 @@ module TencentCloud
5760
5760
 
5761
5761
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
5762
5762
  extend Gem::Deprecate
5763
- deprecate :Operator, :none, 2024, 3
5764
- deprecate :Operator=, :none, 2024, 3
5763
+ deprecate :Operator, :none, 2024, 4
5764
+ deprecate :Operator=, :none, 2024, 4
5765
5765
 
5766
5766
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
5767
5767
  @Agent = agent
@@ -5914,8 +5914,8 @@ module TencentCloud
5914
5914
 
5915
5915
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
5916
5916
  extend Gem::Deprecate
5917
- deprecate :Operator, :none, 2024, 3
5918
- deprecate :Operator=, :none, 2024, 3
5917
+ deprecate :Operator, :none, 2024, 4
5918
+ deprecate :Operator=, :none, 2024, 4
5919
5919
 
5920
5920
  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)
5921
5921
  @Agent = agent
@@ -6173,8 +6173,8 @@ module TencentCloud
6173
6173
 
6174
6174
  attr_accessor :Agent, :ReportId, :Operator, :ReportType
6175
6175
  extend Gem::Deprecate
6176
- deprecate :Operator, :none, 2024, 3
6177
- deprecate :Operator=, :none, 2024, 3
6176
+ deprecate :Operator, :none, 2024, 4
6177
+ deprecate :Operator=, :none, 2024, 4
6178
6178
 
6179
6179
  def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
6180
6180
  @Agent = agent
@@ -6520,8 +6520,8 @@ module TencentCloud
6520
6520
 
6521
6521
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
6522
6522
  extend Gem::Deprecate
6523
- deprecate :Operator, :none, 2024, 3
6524
- deprecate :Operator=, :none, 2024, 3
6523
+ deprecate :Operator, :none, 2024, 4
6524
+ deprecate :Operator=, :none, 2024, 4
6525
6525
 
6526
6526
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
6527
6527
  @Agent = agent
@@ -6610,8 +6610,8 @@ module TencentCloud
6610
6610
 
6611
6611
  attr_accessor :Agent, :FlowIds, :Operator
6612
6612
  extend Gem::Deprecate
6613
- deprecate :Operator, :none, 2024, 3
6614
- deprecate :Operator=, :none, 2024, 3
6613
+ deprecate :Operator, :none, 2024, 4
6614
+ deprecate :Operator=, :none, 2024, 4
6615
6615
 
6616
6616
  def initialize(agent=nil, flowids=nil, operator=nil)
6617
6617
  @Agent = agent
@@ -6736,8 +6736,8 @@ module TencentCloud
6736
6736
 
6737
6737
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
6738
6738
  extend Gem::Deprecate
6739
- deprecate :Operator, :none, 2024, 3
6740
- deprecate :Operator=, :none, 2024, 3
6739
+ deprecate :Operator, :none, 2024, 4
6740
+ deprecate :Operator=, :none, 2024, 4
6741
6741
 
6742
6742
  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)
6743
6743
  @Agent = agent
@@ -6849,8 +6849,8 @@ module TencentCloud
6849
6849
 
6850
6850
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
6851
6851
  extend Gem::Deprecate
6852
- deprecate :Operator, :none, 2024, 3
6853
- deprecate :Operator=, :none, 2024, 3
6852
+ deprecate :Operator, :none, 2024, 4
6853
+ deprecate :Operator=, :none, 2024, 4
6854
6854
 
6855
6855
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
6856
6856
  @Agent = agent
@@ -7409,7 +7409,7 @@ module TencentCloud
7409
7409
  # <li> **2** :签署密码</li>
7410
7410
  # <li> **3** :运营商三要素</li></ul>
7411
7411
 
7412
- # 默认为1(人脸认证 ),2(签署密码)
7412
+ # 默认为1(人脸认证 ),2(签署密码),3(运营商三要素)
7413
7413
 
7414
7414
  # 注:
7415
7415
  # 1. 用<font color='red'>模板创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
@@ -7461,8 +7461,8 @@ module TencentCloud
7461
7461
 
7462
7462
  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
7463
7463
  extend Gem::Deprecate
7464
- deprecate :CallbackUrl, :none, 2024, 3
7465
- deprecate :CallbackUrl=, :none, 2024, 3
7464
+ deprecate :CallbackUrl, :none, 2024, 4
7465
+ deprecate :CallbackUrl=, :none, 2024, 4
7466
7466
 
7467
7467
  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)
7468
7468
  @Name = name
@@ -8338,8 +8338,8 @@ module TencentCloud
8338
8338
 
8339
8339
  attr_accessor :Agent, :DownLoadFlows, :Operator
8340
8340
  extend Gem::Deprecate
8341
- deprecate :Operator, :none, 2024, 3
8342
- deprecate :Operator=, :none, 2024, 3
8341
+ deprecate :Operator, :none, 2024, 4
8342
+ deprecate :Operator=, :none, 2024, 4
8343
8343
 
8344
8344
  def initialize(agent=nil, downloadflows=nil, operator=nil)
8345
8345
  @Agent = agent
@@ -8888,8 +8888,8 @@ module TencentCloud
8888
8888
 
8889
8889
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
8890
8890
  extend Gem::Deprecate
8891
- deprecate :Operator, :none, 2024, 3
8892
- deprecate :Operator=, :none, 2024, 3
8891
+ deprecate :Operator, :none, 2024, 4
8892
+ deprecate :Operator=, :none, 2024, 4
8893
8893
 
8894
8894
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
8895
8895
  @Agent = agent
@@ -9017,10 +9017,10 @@ module TencentCloud
9017
9017
 
9018
9018
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
9019
9019
  extend Gem::Deprecate
9020
- deprecate :ClientIp, :none, 2024, 3
9021
- deprecate :ClientIp=, :none, 2024, 3
9022
- deprecate :ProxyIp, :none, 2024, 3
9023
- deprecate :ProxyIp=, :none, 2024, 3
9020
+ deprecate :ClientIp, :none, 2024, 4
9021
+ deprecate :ClientIp=, :none, 2024, 4
9022
+ deprecate :ProxyIp, :none, 2024, 4
9023
+ deprecate :ProxyIp=, :none, 2024, 4
9024
9024
 
9025
9025
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
9026
9026
  @OrganizationOpenId = organizationopenid
@@ -9249,8 +9249,8 @@ module TencentCloud
9249
9249
 
9250
9250
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
9251
9251
  extend Gem::Deprecate
9252
- deprecate :Operator, :none, 2024, 3
9253
- deprecate :Operator=, :none, 2024, 3
9252
+ deprecate :Operator, :none, 2024, 4
9253
+ deprecate :Operator=, :none, 2024, 4
9254
9254
 
9255
9255
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
9256
9256
  @Agent = agent
@@ -9806,8 +9806,8 @@ module TencentCloud
9806
9806
 
9807
9807
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
9808
9808
  extend Gem::Deprecate
9809
- deprecate :CustomUserId, :none, 2024, 3
9810
- deprecate :CustomUserId=, :none, 2024, 3
9809
+ deprecate :CustomUserId, :none, 2024, 4
9810
+ deprecate :CustomUserId=, :none, 2024, 4
9811
9811
 
9812
9812
  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)
9813
9813
  @SignUrl = signurl
@@ -9980,8 +9980,8 @@ module TencentCloud
9980
9980
 
9981
9981
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
9982
9982
  extend Gem::Deprecate
9983
- deprecate :Operator, :none, 2024, 3
9984
- deprecate :Operator=, :none, 2024, 3
9983
+ deprecate :Operator, :none, 2024, 4
9984
+ deprecate :Operator=, :none, 2024, 4
9985
9985
 
9986
9986
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
9987
9987
  @Agent = agent
@@ -10082,8 +10082,8 @@ module TencentCloud
10082
10082
 
10083
10083
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
10084
10084
  extend Gem::Deprecate
10085
- deprecate :Operator, :none, 2024, 3
10086
- deprecate :Operator=, :none, 2024, 3
10085
+ deprecate :Operator, :none, 2024, 4
10086
+ deprecate :Operator=, :none, 2024, 4
10087
10087
 
10088
10088
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
10089
10089
  @Agent = agent
@@ -10215,8 +10215,8 @@ module TencentCloud
10215
10215
 
10216
10216
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
10217
10217
  extend Gem::Deprecate
10218
- deprecate :IsPromoter, :none, 2024, 3
10219
- deprecate :IsPromoter=, :none, 2024, 3
10218
+ deprecate :IsPromoter, :none, 2024, 4
10219
+ deprecate :IsPromoter=, :none, 2024, 4
10220
10220
 
10221
10221
  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)
10222
10222
  @TemplateId = templateid
@@ -10323,8 +10323,8 @@ module TencentCloud
10323
10323
 
10324
10324
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
10325
10325
  extend Gem::Deprecate
10326
- deprecate :Operator, :none, 2024, 3
10327
- deprecate :Operator=, :none, 2024, 3
10326
+ deprecate :Operator, :none, 2024, 4
10327
+ deprecate :Operator=, :none, 2024, 4
10328
10328
 
10329
10329
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
10330
10330
  @Agent = agent
@@ -10447,14 +10447,14 @@ module TencentCloud
10447
10447
 
10448
10448
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
10449
10449
  extend Gem::Deprecate
10450
- deprecate :Channel, :none, 2024, 3
10451
- deprecate :Channel=, :none, 2024, 3
10452
- deprecate :CustomUserId, :none, 2024, 3
10453
- deprecate :CustomUserId=, :none, 2024, 3
10454
- deprecate :ClientIp, :none, 2024, 3
10455
- deprecate :ClientIp=, :none, 2024, 3
10456
- deprecate :ProxyIp, :none, 2024, 3
10457
- deprecate :ProxyIp=, :none, 2024, 3
10450
+ deprecate :Channel, :none, 2024, 4
10451
+ deprecate :Channel=, :none, 2024, 4
10452
+ deprecate :CustomUserId, :none, 2024, 4
10453
+ deprecate :CustomUserId=, :none, 2024, 4
10454
+ deprecate :ClientIp, :none, 2024, 4
10455
+ deprecate :ClientIp=, :none, 2024, 4
10456
+ deprecate :ProxyIp, :none, 2024, 4
10457
+ deprecate :ProxyIp=, :none, 2024, 4
10458
10458
 
10459
10459
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
10460
10460
  @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.793
4
+ version: 3.0.794
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-03-28 00:00:00.000000000 Z
11
+ date: 2024-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common