tencentcloud-sdk-essbasic 3.0.1030 → 3.0.1031

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3d3fa370e70c60ebee635e01ecac908f49dbe9e
4
- data.tar.gz: 79ec9d68737ae20982dc0a2392fc3b6ab301ad04
3
+ metadata.gz: 529d5b51bf9f757450d6b34e8213eb2c375e1d57
4
+ data.tar.gz: c8a5baa0172b2e9162c5f1500f9c298d5ef42b7b
5
5
  SHA512:
6
- metadata.gz: 693b51bd1db7e9758936818b8a9e4bd8e89004948d29c61a2d784a61ffa1eea657968d6abe646611705061f220e3f3d0b8c7e98d914fd8a552ef35530fa007a5
7
- data.tar.gz: e3a7548322b13ab7a21e66cc8a49df4010ee3e44a91427a07e9f9d17205459e50c902298f9d1c8cd52ee0f36bfff47a8582d66b2e50b8f34a3f8719671991a92
6
+ metadata.gz: 2059b5e3cef21ff7f723222a532950db71023ae916dff88081b93cd09990c441870c183d13d77054fc5d13247289c27cf7412234ac371bab90a2eb9aea9e672a
7
+ data.tar.gz: 05fdf18363524983cce66c8aaa704eab3b5448f6e492c2e1cb0f02913e44eba91832c80205aab52998d109e47a3ab4306fdb943745cb402e66b23501d161c085
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1030
1
+ 3.0.1031
@@ -2,12 +2,12 @@
2
2
 
3
3
  require 'tencentcloud-sdk-common'
4
4
 
5
- require_relative 'v20210526/client'
6
- require_relative 'v20210526/models'
7
-
8
5
  require_relative 'v20201222/client'
9
6
  require_relative 'v20201222/models'
10
7
 
8
+ require_relative 'v20210526/client'
9
+ require_relative 'v20210526/models'
10
+
11
11
  module TencentCloud
12
12
  module Essbasic
13
13
  end
@@ -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, 3
41
- deprecate :ProxyOrganizationId=, :none, 2025, 3
40
+ deprecate :ProxyOrganizationId, :none, 2025, 4
41
+ deprecate :ProxyOrganizationId=, :none, 2025, 4
42
42
 
43
43
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
44
44
  @AppId = appid
@@ -394,8 +394,8 @@ module TencentCloud
394
394
 
395
395
  attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
396
396
  extend Gem::Deprecate
397
- deprecate :CallbackUrl, :none, 2025, 3
398
- deprecate :CallbackUrl=, :none, 2025, 3
397
+ deprecate :CallbackUrl, :none, 2025, 4
398
+ deprecate :CallbackUrl=, :none, 2025, 4
399
399
 
400
400
  def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
401
401
  @UserInfo = userinfo
@@ -634,8 +634,8 @@ module TencentCloud
634
634
 
635
635
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
636
636
  extend Gem::Deprecate
637
- deprecate :Operator, :none, 2025, 3
638
- deprecate :Operator=, :none, 2025, 3
637
+ deprecate :Operator, :none, 2025, 4
638
+ deprecate :Operator=, :none, 2025, 4
639
639
 
640
640
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
641
641
  @Agent = agent
@@ -806,8 +806,8 @@ module TencentCloud
806
806
 
807
807
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
808
808
  extend Gem::Deprecate
809
- deprecate :Operator, :none, 2025, 3
810
- deprecate :Operator=, :none, 2025, 3
809
+ deprecate :Operator, :none, 2025, 4
810
+ deprecate :Operator=, :none, 2025, 4
811
811
 
812
812
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
813
813
  @FlowId = flowid
@@ -867,8 +867,8 @@ module TencentCloud
867
867
 
868
868
  attr_accessor :Agent, :QrCodeId, :Operator
869
869
  extend Gem::Deprecate
870
- deprecate :Operator, :none, 2025, 3
871
- deprecate :Operator=, :none, 2025, 3
870
+ deprecate :Operator, :none, 2025, 4
871
+ deprecate :Operator=, :none, 2025, 4
872
872
 
873
873
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
874
874
  @Agent = agent
@@ -978,8 +978,8 @@ module TencentCloud
978
978
 
979
979
  attr_accessor :Agent, :FlowIds, :Operator
980
980
  extend Gem::Deprecate
981
- deprecate :Operator, :none, 2025, 3
982
- deprecate :Operator=, :none, 2025, 3
981
+ deprecate :Operator, :none, 2025, 4
982
+ deprecate :Operator=, :none, 2025, 4
983
983
 
984
984
  def initialize(agent=nil, flowids=nil, operator=nil)
985
985
  @Agent = agent
@@ -1362,8 +1362,8 @@ module TencentCloud
1362
1362
 
1363
1363
  attr_accessor :Agent, :FlowIds, :Operator
1364
1364
  extend Gem::Deprecate
1365
- deprecate :Operator, :none, 2025, 3
1366
- deprecate :Operator=, :none, 2025, 3
1365
+ deprecate :Operator, :none, 2025, 4
1366
+ deprecate :Operator=, :none, 2025, 4
1367
1367
 
1368
1368
  def initialize(agent=nil, flowids=nil, operator=nil)
1369
1369
  @Agent = agent
@@ -1440,10 +1440,10 @@ module TencentCloud
1440
1440
 
1441
1441
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1442
1442
  extend Gem::Deprecate
1443
- deprecate :Operator, :none, 2025, 3
1444
- deprecate :Operator=, :none, 2025, 3
1445
- deprecate :Organization, :none, 2025, 3
1446
- deprecate :Organization=, :none, 2025, 3
1443
+ deprecate :Operator, :none, 2025, 4
1444
+ deprecate :Operator=, :none, 2025, 4
1445
+ deprecate :Organization, :none, 2025, 4
1446
+ deprecate :Organization=, :none, 2025, 4
1447
1447
 
1448
1448
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1449
1449
  @Agent = agent
@@ -1611,8 +1611,8 @@ module TencentCloud
1611
1611
 
1612
1612
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
1613
1613
  extend Gem::Deprecate
1614
- deprecate :Operator, :none, 2025, 3
1615
- deprecate :Operator=, :none, 2025, 3
1614
+ deprecate :Operator, :none, 2025, 4
1615
+ deprecate :Operator=, :none, 2025, 4
1616
1616
 
1617
1617
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
1618
1618
  @Agent = agent
@@ -1857,7 +1857,7 @@ module TencentCloud
1857
1857
  # @type AutoSignScene: String
1858
1858
  # @param Operator: 操作者的信息,不用传
1859
1859
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
1860
- # @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
1860
+ # @param FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
1861
1861
  # @type FlowDisplayType: Integer
1862
1862
  # @param NeedPreview: 是否为预览模式,取值如下: <ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li> <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。</li></ul>
1863
1863
  # @type NeedPreview: Boolean
@@ -1875,12 +1875,12 @@ module TencentCloud
1875
1875
 
1876
1876
  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
1877
1877
  extend Gem::Deprecate
1878
- deprecate :CallbackUrl, :none, 2025, 3
1879
- deprecate :CallbackUrl=, :none, 2025, 3
1880
- deprecate :Operator, :none, 2025, 3
1881
- deprecate :Operator=, :none, 2025, 3
1882
- deprecate :OpenDynamicFlow, :none, 2025, 3
1883
- deprecate :OpenDynamicFlow=, :none, 2025, 3
1878
+ deprecate :CallbackUrl, :none, 2025, 4
1879
+ deprecate :CallbackUrl=, :none, 2025, 4
1880
+ deprecate :Operator, :none, 2025, 4
1881
+ deprecate :Operator=, :none, 2025, 4
1882
+ deprecate :OpenDynamicFlow, :none, 2025, 4
1883
+ deprecate :OpenDynamicFlow=, :none, 2025, 4
1884
1884
 
1885
1885
  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)
1886
1886
  @Agent = agent
@@ -2034,8 +2034,8 @@ module TencentCloud
2034
2034
 
2035
2035
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
2036
2036
  extend Gem::Deprecate
2037
- deprecate :Operator, :none, 2025, 3
2038
- deprecate :Operator=, :none, 2025, 3
2037
+ deprecate :Operator, :none, 2025, 4
2038
+ deprecate :Operator=, :none, 2025, 4
2039
2039
 
2040
2040
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
2041
2041
  @FlowFileInfos = flowfileinfos
@@ -2385,10 +2385,10 @@ module TencentCloud
2385
2385
 
2386
2386
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2387
2387
  extend Gem::Deprecate
2388
- deprecate :Operator, :none, 2025, 3
2389
- deprecate :Operator=, :none, 2025, 3
2390
- deprecate :Organization, :none, 2025, 3
2391
- deprecate :Organization=, :none, 2025, 3
2388
+ deprecate :Operator, :none, 2025, 4
2389
+ deprecate :Operator=, :none, 2025, 4
2390
+ deprecate :Organization, :none, 2025, 4
2391
+ deprecate :Organization=, :none, 2025, 4
2392
2392
 
2393
2393
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2394
2394
  @Agent = agent
@@ -2495,12 +2495,12 @@ module TencentCloud
2495
2495
 
2496
2496
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
2497
2497
  extend Gem::Deprecate
2498
- deprecate :CallbackUrl, :none, 2025, 3
2499
- deprecate :CallbackUrl=, :none, 2025, 3
2500
- deprecate :ApproverRestrictions, :none, 2025, 3
2501
- deprecate :ApproverRestrictions=, :none, 2025, 3
2502
- deprecate :Operator, :none, 2025, 3
2503
- deprecate :Operator=, :none, 2025, 3
2498
+ deprecate :CallbackUrl, :none, 2025, 4
2499
+ deprecate :CallbackUrl=, :none, 2025, 4
2500
+ deprecate :ApproverRestrictions, :none, 2025, 4
2501
+ deprecate :ApproverRestrictions=, :none, 2025, 4
2502
+ deprecate :Operator, :none, 2025, 4
2503
+ deprecate :Operator=, :none, 2025, 4
2504
2504
 
2505
2505
  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)
2506
2506
  @Agent = agent
@@ -2751,14 +2751,14 @@ module TencentCloud
2751
2751
 
2752
2752
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
2753
2753
  extend Gem::Deprecate
2754
- deprecate :NeedPreview, :none, 2025, 3
2755
- deprecate :NeedPreview=, :none, 2025, 3
2756
- deprecate :Organization, :none, 2025, 3
2757
- deprecate :Organization=, :none, 2025, 3
2758
- deprecate :Operator, :none, 2025, 3
2759
- deprecate :Operator=, :none, 2025, 3
2760
- deprecate :SignComponentConfig, :none, 2025, 3
2761
- deprecate :SignComponentConfig=, :none, 2025, 3
2754
+ deprecate :NeedPreview, :none, 2025, 4
2755
+ deprecate :NeedPreview=, :none, 2025, 4
2756
+ deprecate :Organization, :none, 2025, 4
2757
+ deprecate :Organization=, :none, 2025, 4
2758
+ deprecate :Operator, :none, 2025, 4
2759
+ deprecate :Operator=, :none, 2025, 4
2760
+ deprecate :SignComponentConfig, :none, 2025, 4
2761
+ deprecate :SignComponentConfig=, :none, 2025, 4
2762
2762
 
2763
2763
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
2764
2764
  @ResourceType = resourcetype
@@ -2987,12 +2987,12 @@ module TencentCloud
2987
2987
 
2988
2988
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
2989
2989
  extend Gem::Deprecate
2990
- deprecate :CallbackUrl, :none, 2025, 3
2991
- deprecate :CallbackUrl=, :none, 2025, 3
2992
- deprecate :Organization, :none, 2025, 3
2993
- deprecate :Organization=, :none, 2025, 3
2994
- deprecate :Operator, :none, 2025, 3
2995
- deprecate :Operator=, :none, 2025, 3
2990
+ deprecate :CallbackUrl, :none, 2025, 4
2991
+ deprecate :CallbackUrl=, :none, 2025, 4
2992
+ deprecate :Organization, :none, 2025, 4
2993
+ deprecate :Organization=, :none, 2025, 4
2994
+ deprecate :Operator, :none, 2025, 4
2995
+ deprecate :Operator=, :none, 2025, 4
2996
2996
 
2997
2997
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
2998
2998
  @Agent = agent
@@ -3153,10 +3153,10 @@ module TencentCloud
3153
3153
 
3154
3154
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
3155
3155
  extend Gem::Deprecate
3156
- deprecate :Operator, :none, 2025, 3
3157
- deprecate :Operator=, :none, 2025, 3
3158
- deprecate :Organization, :none, 2025, 3
3159
- deprecate :Organization=, :none, 2025, 3
3156
+ deprecate :Operator, :none, 2025, 4
3157
+ deprecate :Operator=, :none, 2025, 4
3158
+ deprecate :Organization, :none, 2025, 4
3159
+ deprecate :Organization=, :none, 2025, 4
3160
3160
 
3161
3161
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
3162
3162
  @Agent = agent
@@ -3418,8 +3418,8 @@ module TencentCloud
3418
3418
 
3419
3419
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3420
3420
  extend Gem::Deprecate
3421
- deprecate :Operator, :none, 2025, 3
3422
- deprecate :Operator=, :none, 2025, 3
3421
+ deprecate :Operator, :none, 2025, 4
3422
+ deprecate :Operator=, :none, 2025, 4
3423
3423
 
3424
3424
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3425
3425
  @Agent = agent
@@ -3584,8 +3584,8 @@ module TencentCloud
3584
3584
 
3585
3585
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3586
3586
  extend Gem::Deprecate
3587
- deprecate :Operator, :none, 2025, 3
3588
- deprecate :Operator=, :none, 2025, 3
3587
+ deprecate :Operator, :none, 2025, 4
3588
+ deprecate :Operator=, :none, 2025, 4
3589
3589
 
3590
3590
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3591
3591
  @Agent = agent
@@ -3647,10 +3647,10 @@ module TencentCloud
3647
3647
 
3648
3648
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3649
3649
  extend Gem::Deprecate
3650
- deprecate :Organization, :none, 2025, 3
3651
- deprecate :Organization=, :none, 2025, 3
3652
- deprecate :Operator, :none, 2025, 3
3653
- deprecate :Operator=, :none, 2025, 3
3650
+ deprecate :Organization, :none, 2025, 4
3651
+ deprecate :Organization=, :none, 2025, 4
3652
+ deprecate :Operator, :none, 2025, 4
3653
+ deprecate :Operator=, :none, 2025, 4
3654
3654
 
3655
3655
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3656
3656
  @Agent = agent
@@ -3878,8 +3878,8 @@ module TencentCloud
3878
3878
 
3879
3879
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3880
3880
  extend Gem::Deprecate
3881
- deprecate :Operator, :none, 2025, 3
3882
- deprecate :Operator=, :none, 2025, 3
3881
+ deprecate :Operator, :none, 2025, 4
3882
+ deprecate :Operator=, :none, 2025, 4
3883
3883
 
3884
3884
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3885
3885
  @Agent = agent
@@ -4133,8 +4133,8 @@ module TencentCloud
4133
4133
 
4134
4134
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
4135
4135
  extend Gem::Deprecate
4136
- deprecate :Operator, :none, 2025, 3
4137
- deprecate :Operator=, :none, 2025, 3
4136
+ deprecate :Operator, :none, 2025, 4
4137
+ deprecate :Operator=, :none, 2025, 4
4138
4138
 
4139
4139
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
4140
4140
  @Agent = agent
@@ -4435,10 +4435,10 @@ module TencentCloud
4435
4435
 
4436
4436
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4437
4437
  extend Gem::Deprecate
4438
- deprecate :Operator, :none, 2025, 3
4439
- deprecate :Operator=, :none, 2025, 3
4440
- deprecate :Organization, :none, 2025, 3
4441
- deprecate :Organization=, :none, 2025, 3
4438
+ deprecate :Operator, :none, 2025, 4
4439
+ deprecate :Operator=, :none, 2025, 4
4440
+ deprecate :Organization, :none, 2025, 4
4441
+ deprecate :Organization=, :none, 2025, 4
4442
4442
 
4443
4443
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4444
4444
  @Agent = agent
@@ -4494,8 +4494,8 @@ module TencentCloud
4494
4494
 
4495
4495
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4496
4496
  extend Gem::Deprecate
4497
- deprecate :PreviewUrl, :none, 2025, 3
4498
- deprecate :PreviewUrl=, :none, 2025, 3
4497
+ deprecate :PreviewUrl, :none, 2025, 4
4498
+ deprecate :PreviewUrl=, :none, 2025, 4
4499
4499
 
4500
4500
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4501
4501
  @TaskId = taskid
@@ -4775,8 +4775,8 @@ module TencentCloud
4775
4775
 
4776
4776
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4777
4777
  extend Gem::Deprecate
4778
- deprecate :Operator, :none, 2025, 3
4779
- deprecate :Operator=, :none, 2025, 3
4778
+ deprecate :Operator, :none, 2025, 4
4779
+ deprecate :Operator=, :none, 2025, 4
4780
4780
 
4781
4781
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4782
4782
  @Agent = agent
@@ -4836,8 +4836,8 @@ module TencentCloud
4836
4836
 
4837
4837
  attr_accessor :FlowId, :Agent, :Operator
4838
4838
  extend Gem::Deprecate
4839
- deprecate :Operator, :none, 2025, 3
4840
- deprecate :Operator=, :none, 2025, 3
4839
+ deprecate :Operator, :none, 2025, 4
4840
+ deprecate :Operator=, :none, 2025, 4
4841
4841
 
4842
4842
  def initialize(flowid=nil, agent=nil, operator=nil)
4843
4843
  @FlowId = flowid
@@ -5699,8 +5699,8 @@ module TencentCloud
5699
5699
 
5700
5700
  attr_accessor :Agent, :FlowId, :Operator, :ReportType
5701
5701
  extend Gem::Deprecate
5702
- deprecate :Operator, :none, 2025, 3
5703
- deprecate :Operator=, :none, 2025, 3
5702
+ deprecate :Operator, :none, 2025, 4
5703
+ deprecate :Operator=, :none, 2025, 4
5704
5704
 
5705
5705
  def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
5706
5706
  @Agent = agent
@@ -6046,8 +6046,8 @@ module TencentCloud
6046
6046
 
6047
6047
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions
6048
6048
  extend Gem::Deprecate
6049
- deprecate :Operator, :none, 2025, 3
6050
- deprecate :Operator=, :none, 2025, 3
6049
+ deprecate :Operator, :none, 2025, 4
6050
+ deprecate :Operator=, :none, 2025, 4
6051
6051
 
6052
6052
  def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil)
6053
6053
  @Agent = agent
@@ -6557,8 +6557,8 @@ module TencentCloud
6557
6557
 
6558
6558
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
6559
6559
  extend Gem::Deprecate
6560
- deprecate :Operator, :none, 2025, 3
6561
- deprecate :Operator=, :none, 2025, 3
6560
+ deprecate :Operator, :none, 2025, 4
6561
+ deprecate :Operator=, :none, 2025, 4
6562
6562
 
6563
6563
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
6564
6564
  @Agent = agent
@@ -6673,10 +6673,10 @@ module TencentCloud
6673
6673
 
6674
6674
  attr_accessor :Agent, :Operator, :Organization
6675
6675
  extend Gem::Deprecate
6676
- deprecate :Operator, :none, 2025, 3
6677
- deprecate :Operator=, :none, 2025, 3
6678
- deprecate :Organization, :none, 2025, 3
6679
- deprecate :Organization=, :none, 2025, 3
6676
+ deprecate :Operator, :none, 2025, 4
6677
+ deprecate :Operator=, :none, 2025, 4
6678
+ deprecate :Organization, :none, 2025, 4
6679
+ deprecate :Organization=, :none, 2025, 4
6680
6680
 
6681
6681
  def initialize(agent=nil, operator=nil, organization=nil)
6682
6682
  @Agent = agent
@@ -7005,8 +7005,8 @@ module TencentCloud
7005
7005
 
7006
7006
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
7007
7007
  extend Gem::Deprecate
7008
- deprecate :Operator, :none, 2025, 3
7009
- deprecate :Operator=, :none, 2025, 3
7008
+ deprecate :Operator, :none, 2025, 4
7009
+ deprecate :Operator=, :none, 2025, 4
7010
7010
 
7011
7011
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
7012
7012
  @Agent = agent
@@ -7167,8 +7167,8 @@ module TencentCloud
7167
7167
 
7168
7168
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
7169
7169
  extend Gem::Deprecate
7170
- deprecate :Operator, :none, 2025, 3
7171
- deprecate :Operator=, :none, 2025, 3
7170
+ deprecate :Operator, :none, 2025, 4
7171
+ deprecate :Operator=, :none, 2025, 4
7172
7172
 
7173
7173
  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)
7174
7174
  @Agent = agent
@@ -7514,8 +7514,8 @@ module TencentCloud
7514
7514
 
7515
7515
  attr_accessor :Agent, :ReportId, :Operator, :ReportType
7516
7516
  extend Gem::Deprecate
7517
- deprecate :Operator, :none, 2025, 3
7518
- deprecate :Operator=, :none, 2025, 3
7517
+ deprecate :Operator, :none, 2025, 4
7518
+ deprecate :Operator=, :none, 2025, 4
7519
7519
 
7520
7520
  def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
7521
7521
  @Agent = agent
@@ -7858,8 +7858,8 @@ module TencentCloud
7858
7858
 
7859
7859
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
7860
7860
  extend Gem::Deprecate
7861
- deprecate :Operator, :none, 2025, 3
7862
- deprecate :Operator=, :none, 2025, 3
7861
+ deprecate :Operator, :none, 2025, 4
7862
+ deprecate :Operator=, :none, 2025, 4
7863
7863
 
7864
7864
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
7865
7865
  @Agent = agent
@@ -7945,8 +7945,8 @@ module TencentCloud
7945
7945
 
7946
7946
  attr_accessor :Agent, :FlowIds, :Operator
7947
7947
  extend Gem::Deprecate
7948
- deprecate :Operator, :none, 2025, 3
7949
- deprecate :Operator=, :none, 2025, 3
7948
+ deprecate :Operator, :none, 2025, 4
7949
+ deprecate :Operator=, :none, 2025, 4
7950
7950
 
7951
7951
  def initialize(agent=nil, flowids=nil, operator=nil)
7952
7952
  @Agent = agent
@@ -8073,8 +8073,8 @@ module TencentCloud
8073
8073
 
8074
8074
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator, :UserFlowTypeId
8075
8075
  extend Gem::Deprecate
8076
- deprecate :Operator, :none, 2025, 3
8077
- deprecate :Operator=, :none, 2025, 3
8076
+ deprecate :Operator, :none, 2025, 4
8077
+ deprecate :Operator=, :none, 2025, 4
8078
8078
 
8079
8079
  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)
8080
8080
  @Agent = agent
@@ -8188,8 +8188,8 @@ module TencentCloud
8188
8188
 
8189
8189
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
8190
8190
  extend Gem::Deprecate
8191
- deprecate :Operator, :none, 2025, 3
8192
- deprecate :Operator=, :none, 2025, 3
8191
+ deprecate :Operator, :none, 2025, 4
8192
+ deprecate :Operator=, :none, 2025, 4
8193
8193
 
8194
8194
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
8195
8195
  @Agent = agent
@@ -8731,8 +8731,8 @@ module TencentCloud
8731
8731
 
8732
8732
  attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
8733
8733
  extend Gem::Deprecate
8734
- deprecate :ReceiptId, :none, 2025, 3
8735
- deprecate :ReceiptId=, :none, 2025, 3
8734
+ deprecate :ReceiptId, :none, 2025, 4
8735
+ deprecate :ReceiptId=, :none, 2025, 4
8736
8736
 
8737
8737
  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)
8738
8738
  @ReceiptId = receiptid
@@ -8957,8 +8957,8 @@ module TencentCloud
8957
8957
 
8958
8958
  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
8959
8959
  extend Gem::Deprecate
8960
- deprecate :CallbackUrl, :none, 2025, 3
8961
- deprecate :CallbackUrl=, :none, 2025, 3
8960
+ deprecate :CallbackUrl, :none, 2025, 4
8961
+ deprecate :CallbackUrl=, :none, 2025, 4
8962
8962
 
8963
8963
  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)
8964
8964
  @Name = name
@@ -9275,8 +9275,8 @@ module TencentCloud
9275
9275
 
9276
9276
  attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
9277
9277
  extend Gem::Deprecate
9278
- deprecate :CallbackUrl, :none, 2025, 3
9279
- deprecate :CallbackUrl=, :none, 2025, 3
9278
+ deprecate :CallbackUrl, :none, 2025, 4
9279
+ deprecate :CallbackUrl=, :none, 2025, 4
9280
9280
 
9281
9281
  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)
9282
9282
  @FileIds = fileids
@@ -9540,8 +9540,8 @@ module TencentCloud
9540
9540
 
9541
9541
  attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
9542
9542
  extend Gem::Deprecate
9543
- deprecate :CallbackUrl, :none, 2025, 3
9544
- deprecate :CallbackUrl=, :none, 2025, 3
9543
+ deprecate :CallbackUrl, :none, 2025, 4
9544
+ deprecate :CallbackUrl=, :none, 2025, 4
9545
9545
 
9546
9546
  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)
9547
9547
  @FlowName = flowname
@@ -9927,8 +9927,8 @@ module TencentCloud
9927
9927
 
9928
9928
  attr_accessor :Agent, :DownLoadFlows, :Operator
9929
9929
  extend Gem::Deprecate
9930
- deprecate :Operator, :none, 2025, 3
9931
- deprecate :Operator=, :none, 2025, 3
9930
+ deprecate :Operator, :none, 2025, 4
9931
+ deprecate :Operator=, :none, 2025, 4
9932
9932
 
9933
9933
  def initialize(agent=nil, downloadflows=nil, operator=nil)
9934
9934
  @Agent = agent
@@ -10471,8 +10471,8 @@ module TencentCloud
10471
10471
 
10472
10472
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
10473
10473
  extend Gem::Deprecate
10474
- deprecate :Operator, :none, 2025, 3
10475
- deprecate :Operator=, :none, 2025, 3
10474
+ deprecate :Operator, :none, 2025, 4
10475
+ deprecate :Operator=, :none, 2025, 4
10476
10476
 
10477
10477
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
10478
10478
  @Agent = agent
@@ -10689,10 +10689,10 @@ module TencentCloud
10689
10689
 
10690
10690
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
10691
10691
  extend Gem::Deprecate
10692
- deprecate :ClientIp, :none, 2025, 3
10693
- deprecate :ClientIp=, :none, 2025, 3
10694
- deprecate :ProxyIp, :none, 2025, 3
10695
- deprecate :ProxyIp=, :none, 2025, 3
10692
+ deprecate :ClientIp, :none, 2025, 4
10693
+ deprecate :ClientIp=, :none, 2025, 4
10694
+ deprecate :ProxyIp, :none, 2025, 4
10695
+ deprecate :ProxyIp=, :none, 2025, 4
10696
10696
 
10697
10697
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
10698
10698
  @OrganizationOpenId = organizationopenid
@@ -10904,8 +10904,8 @@ module TencentCloud
10904
10904
 
10905
10905
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
10906
10906
  extend Gem::Deprecate
10907
- deprecate :Operator, :none, 2025, 3
10908
- deprecate :Operator=, :none, 2025, 3
10907
+ deprecate :Operator, :none, 2025, 4
10908
+ deprecate :Operator=, :none, 2025, 4
10909
10909
 
10910
10910
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
10911
10911
  @Agent = agent
@@ -11503,8 +11503,8 @@ module TencentCloud
11503
11503
 
11504
11504
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
11505
11505
  extend Gem::Deprecate
11506
- deprecate :CustomUserId, :none, 2025, 3
11507
- deprecate :CustomUserId=, :none, 2025, 3
11506
+ deprecate :CustomUserId, :none, 2025, 4
11507
+ deprecate :CustomUserId=, :none, 2025, 4
11508
11508
 
11509
11509
  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)
11510
11510
  @SignUrl = signurl
@@ -11672,8 +11672,8 @@ module TencentCloud
11672
11672
 
11673
11673
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
11674
11674
  extend Gem::Deprecate
11675
- deprecate :Operator, :none, 2025, 3
11676
- deprecate :Operator=, :none, 2025, 3
11675
+ deprecate :Operator, :none, 2025, 4
11676
+ deprecate :Operator=, :none, 2025, 4
11677
11677
 
11678
11678
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
11679
11679
  @Agent = agent
@@ -11772,8 +11772,8 @@ module TencentCloud
11772
11772
 
11773
11773
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
11774
11774
  extend Gem::Deprecate
11775
- deprecate :Operator, :none, 2025, 3
11776
- deprecate :Operator=, :none, 2025, 3
11775
+ deprecate :Operator, :none, 2025, 4
11776
+ deprecate :Operator=, :none, 2025, 4
11777
11777
 
11778
11778
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
11779
11779
  @Agent = agent
@@ -11911,8 +11911,8 @@ module TencentCloud
11911
11911
 
11912
11912
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available, :UserFlowType
11913
11913
  extend Gem::Deprecate
11914
- deprecate :IsPromoter, :none, 2025, 3
11915
- deprecate :IsPromoter=, :none, 2025, 3
11914
+ deprecate :IsPromoter, :none, 2025, 4
11915
+ deprecate :IsPromoter=, :none, 2025, 4
11916
11916
 
11917
11917
  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)
11918
11918
  @TemplateId = templateid
@@ -12056,8 +12056,8 @@ module TencentCloud
12056
12056
 
12057
12057
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
12058
12058
  extend Gem::Deprecate
12059
- deprecate :Operator, :none, 2025, 3
12060
- deprecate :Operator=, :none, 2025, 3
12059
+ deprecate :Operator, :none, 2025, 4
12060
+ deprecate :Operator=, :none, 2025, 4
12061
12061
 
12062
12062
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
12063
12063
  @Agent = agent
@@ -12200,14 +12200,14 @@ module TencentCloud
12200
12200
 
12201
12201
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
12202
12202
  extend Gem::Deprecate
12203
- deprecate :Channel, :none, 2025, 3
12204
- deprecate :Channel=, :none, 2025, 3
12205
- deprecate :CustomUserId, :none, 2025, 3
12206
- deprecate :CustomUserId=, :none, 2025, 3
12207
- deprecate :ClientIp, :none, 2025, 3
12208
- deprecate :ClientIp=, :none, 2025, 3
12209
- deprecate :ProxyIp, :none, 2025, 3
12210
- deprecate :ProxyIp=, :none, 2025, 3
12203
+ deprecate :Channel, :none, 2025, 4
12204
+ deprecate :Channel=, :none, 2025, 4
12205
+ deprecate :CustomUserId, :none, 2025, 4
12206
+ deprecate :CustomUserId=, :none, 2025, 4
12207
+ deprecate :ClientIp, :none, 2025, 4
12208
+ deprecate :ClientIp=, :none, 2025, 4
12209
+ deprecate :ProxyIp, :none, 2025, 4
12210
+ deprecate :ProxyIp=, :none, 2025, 4
12211
12211
 
12212
12212
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
12213
12213
  @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.1030
4
+ version: 3.0.1031
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-03-30 00:00:00.000000000 Z
11
+ date: 2025-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,10 +34,10 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-essbasic.rb
37
- - lib/v20210526/models.rb
38
- - lib/v20210526/client.rb
39
- - lib/v20201222/models.rb
40
37
  - lib/v20201222/client.rb
38
+ - lib/v20201222/models.rb
39
+ - lib/v20210526/client.rb
40
+ - lib/v20210526/models.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: