tencentcloud-sdk-essbasic 3.0.1070 → 3.0.1072

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 +141 -139
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4015564921e0b1abf42c2b520cc1e603f239addd
4
- data.tar.gz: 504d800777f77b5dfc066ef140ecedc770f3021a
3
+ metadata.gz: 690d8f7fef6b25b32a5244dfe148f328756ec276
4
+ data.tar.gz: db97788f4d13575647ad0e6e5be4cd157b3eb8a7
5
5
  SHA512:
6
- metadata.gz: 8fdc4f340cb0ad0550e1ce67c97bd0e712ebe2fd49bb15eafc51efb17f06cdf11ce8ef35e8e8c68bcc06323bc016a5df270540d4cf2b691166753b0341382a7f
7
- data.tar.gz: 82dd28f65526718dde7dc8f641a4676db5c1cb213c17b3bfce1917d91403a53753ae0b1136dd97fbc514e8156d59dc29b7e7eba5ed06a24c712ca5c4fdac9080
6
+ metadata.gz: 4385047586a568d865bacc709bc136c7ff2c23de5e872ea01437a3832dc1da25bcd84792e9cb617a32444a85d4e49635a9c139552d0945ebc125ce507a9087f1
7
+ data.tar.gz: cf420f9cc1916d0ba49f00b30d5900a367d5ebfae25e919558b8377ac0d64e12e30289f1c8fd5120e4fc935b894e42499fe6d22f294c588f17841ee38b8cb80a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1070
1
+ 3.0.1072
@@ -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, 5
41
- deprecate :ProxyOrganizationId=, :none, 2025, 5
40
+ deprecate :ProxyOrganizationId, :none, 2025, 6
41
+ deprecate :ProxyOrganizationId=, :none, 2025, 6
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, 5
403
- deprecate :CallbackUrl=, :none, 2025, 5
402
+ deprecate :CallbackUrl, :none, 2025, 6
403
+ deprecate :CallbackUrl=, :none, 2025, 6
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
@@ -654,8 +654,8 @@ module TencentCloud
654
654
 
655
655
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
656
656
  extend Gem::Deprecate
657
- deprecate :Operator, :none, 2025, 5
658
- deprecate :Operator=, :none, 2025, 5
657
+ deprecate :Operator, :none, 2025, 6
658
+ deprecate :Operator=, :none, 2025, 6
659
659
 
660
660
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
661
661
  @Agent = agent
@@ -826,8 +826,8 @@ module TencentCloud
826
826
 
827
827
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
828
828
  extend Gem::Deprecate
829
- deprecate :Operator, :none, 2025, 5
830
- deprecate :Operator=, :none, 2025, 5
829
+ deprecate :Operator, :none, 2025, 6
830
+ deprecate :Operator=, :none, 2025, 6
831
831
 
832
832
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
833
833
  @FlowId = flowid
@@ -887,8 +887,8 @@ module TencentCloud
887
887
 
888
888
  attr_accessor :Agent, :QrCodeId, :Operator
889
889
  extend Gem::Deprecate
890
- deprecate :Operator, :none, 2025, 5
891
- deprecate :Operator=, :none, 2025, 5
890
+ deprecate :Operator, :none, 2025, 6
891
+ deprecate :Operator=, :none, 2025, 6
892
892
 
893
893
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
894
894
  @Agent = agent
@@ -998,8 +998,8 @@ module TencentCloud
998
998
 
999
999
  attr_accessor :Agent, :FlowIds, :Operator
1000
1000
  extend Gem::Deprecate
1001
- deprecate :Operator, :none, 2025, 5
1002
- deprecate :Operator=, :none, 2025, 5
1001
+ deprecate :Operator, :none, 2025, 6
1002
+ deprecate :Operator=, :none, 2025, 6
1003
1003
 
1004
1004
  def initialize(agent=nil, flowids=nil, operator=nil)
1005
1005
  @Agent = agent
@@ -1404,8 +1404,8 @@ module TencentCloud
1404
1404
 
1405
1405
  attr_accessor :Agent, :FlowIds, :Operator
1406
1406
  extend Gem::Deprecate
1407
- deprecate :Operator, :none, 2025, 5
1408
- deprecate :Operator=, :none, 2025, 5
1407
+ deprecate :Operator, :none, 2025, 6
1408
+ deprecate :Operator=, :none, 2025, 6
1409
1409
 
1410
1410
  def initialize(agent=nil, flowids=nil, operator=nil)
1411
1411
  @Agent = agent
@@ -1482,10 +1482,10 @@ module TencentCloud
1482
1482
 
1483
1483
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1484
1484
  extend Gem::Deprecate
1485
- deprecate :Operator, :none, 2025, 5
1486
- deprecate :Operator=, :none, 2025, 5
1487
- deprecate :Organization, :none, 2025, 5
1488
- deprecate :Organization=, :none, 2025, 5
1485
+ deprecate :Operator, :none, 2025, 6
1486
+ deprecate :Operator=, :none, 2025, 6
1487
+ deprecate :Organization, :none, 2025, 6
1488
+ deprecate :Organization=, :none, 2025, 6
1489
1489
 
1490
1490
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1491
1491
  @Agent = agent
@@ -1653,8 +1653,8 @@ module TencentCloud
1653
1653
 
1654
1654
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
1655
1655
  extend Gem::Deprecate
1656
- deprecate :Operator, :none, 2025, 5
1657
- deprecate :Operator=, :none, 2025, 5
1656
+ deprecate :Operator, :none, 2025, 6
1657
+ deprecate :Operator=, :none, 2025, 6
1658
1658
 
1659
1659
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
1660
1660
  @Agent = agent
@@ -1919,12 +1919,12 @@ module TencentCloud
1919
1919
 
1920
1920
  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
1921
1921
  extend Gem::Deprecate
1922
- deprecate :CallbackUrl, :none, 2025, 5
1923
- deprecate :CallbackUrl=, :none, 2025, 5
1924
- deprecate :Operator, :none, 2025, 5
1925
- deprecate :Operator=, :none, 2025, 5
1926
- deprecate :OpenDynamicFlow, :none, 2025, 5
1927
- deprecate :OpenDynamicFlow=, :none, 2025, 5
1922
+ deprecate :CallbackUrl, :none, 2025, 6
1923
+ deprecate :CallbackUrl=, :none, 2025, 6
1924
+ deprecate :Operator, :none, 2025, 6
1925
+ deprecate :Operator=, :none, 2025, 6
1926
+ deprecate :OpenDynamicFlow, :none, 2025, 6
1927
+ deprecate :OpenDynamicFlow=, :none, 2025, 6
1928
1928
 
1929
1929
  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)
1930
1930
  @Agent = agent
@@ -2078,8 +2078,8 @@ module TencentCloud
2078
2078
 
2079
2079
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
2080
2080
  extend Gem::Deprecate
2081
- deprecate :Operator, :none, 2025, 5
2082
- deprecate :Operator=, :none, 2025, 5
2081
+ deprecate :Operator, :none, 2025, 6
2082
+ deprecate :Operator=, :none, 2025, 6
2083
2083
 
2084
2084
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
2085
2085
  @FlowFileInfos = flowfileinfos
@@ -2429,10 +2429,10 @@ module TencentCloud
2429
2429
 
2430
2430
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2431
2431
  extend Gem::Deprecate
2432
- deprecate :Operator, :none, 2025, 5
2433
- deprecate :Operator=, :none, 2025, 5
2434
- deprecate :Organization, :none, 2025, 5
2435
- deprecate :Organization=, :none, 2025, 5
2432
+ deprecate :Operator, :none, 2025, 6
2433
+ deprecate :Operator=, :none, 2025, 6
2434
+ deprecate :Organization, :none, 2025, 6
2435
+ deprecate :Organization=, :none, 2025, 6
2436
2436
 
2437
2437
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2438
2438
  @Agent = agent
@@ -2539,12 +2539,12 @@ module TencentCloud
2539
2539
 
2540
2540
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
2541
2541
  extend Gem::Deprecate
2542
- deprecate :CallbackUrl, :none, 2025, 5
2543
- deprecate :CallbackUrl=, :none, 2025, 5
2544
- deprecate :ApproverRestrictions, :none, 2025, 5
2545
- deprecate :ApproverRestrictions=, :none, 2025, 5
2546
- deprecate :Operator, :none, 2025, 5
2547
- deprecate :Operator=, :none, 2025, 5
2542
+ deprecate :CallbackUrl, :none, 2025, 6
2543
+ deprecate :CallbackUrl=, :none, 2025, 6
2544
+ deprecate :ApproverRestrictions, :none, 2025, 6
2545
+ deprecate :ApproverRestrictions=, :none, 2025, 6
2546
+ deprecate :Operator, :none, 2025, 6
2547
+ deprecate :Operator=, :none, 2025, 6
2548
2548
 
2549
2549
  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)
2550
2550
  @Agent = agent
@@ -2871,14 +2871,14 @@ module TencentCloud
2871
2871
 
2872
2872
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
2873
2873
  extend Gem::Deprecate
2874
- deprecate :NeedPreview, :none, 2025, 5
2875
- deprecate :NeedPreview=, :none, 2025, 5
2876
- deprecate :Organization, :none, 2025, 5
2877
- deprecate :Organization=, :none, 2025, 5
2878
- deprecate :Operator, :none, 2025, 5
2879
- deprecate :Operator=, :none, 2025, 5
2880
- deprecate :SignComponentConfig, :none, 2025, 5
2881
- deprecate :SignComponentConfig=, :none, 2025, 5
2874
+ deprecate :NeedPreview, :none, 2025, 6
2875
+ deprecate :NeedPreview=, :none, 2025, 6
2876
+ deprecate :Organization, :none, 2025, 6
2877
+ deprecate :Organization=, :none, 2025, 6
2878
+ deprecate :Operator, :none, 2025, 6
2879
+ deprecate :Operator=, :none, 2025, 6
2880
+ deprecate :SignComponentConfig, :none, 2025, 6
2881
+ deprecate :SignComponentConfig=, :none, 2025, 6
2882
2882
 
2883
2883
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
2884
2884
  @ResourceType = resourcetype
@@ -3107,12 +3107,12 @@ module TencentCloud
3107
3107
 
3108
3108
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
3109
3109
  extend Gem::Deprecate
3110
- deprecate :CallbackUrl, :none, 2025, 5
3111
- deprecate :CallbackUrl=, :none, 2025, 5
3112
- deprecate :Organization, :none, 2025, 5
3113
- deprecate :Organization=, :none, 2025, 5
3114
- deprecate :Operator, :none, 2025, 5
3115
- deprecate :Operator=, :none, 2025, 5
3110
+ deprecate :CallbackUrl, :none, 2025, 6
3111
+ deprecate :CallbackUrl=, :none, 2025, 6
3112
+ deprecate :Organization, :none, 2025, 6
3113
+ deprecate :Organization=, :none, 2025, 6
3114
+ deprecate :Operator, :none, 2025, 6
3115
+ deprecate :Operator=, :none, 2025, 6
3116
3116
 
3117
3117
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
3118
3118
  @Agent = agent
@@ -3273,10 +3273,10 @@ module TencentCloud
3273
3273
 
3274
3274
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
3275
3275
  extend Gem::Deprecate
3276
- deprecate :Operator, :none, 2025, 5
3277
- deprecate :Operator=, :none, 2025, 5
3278
- deprecate :Organization, :none, 2025, 5
3279
- deprecate :Organization=, :none, 2025, 5
3276
+ deprecate :Operator, :none, 2025, 6
3277
+ deprecate :Operator=, :none, 2025, 6
3278
+ deprecate :Organization, :none, 2025, 6
3279
+ deprecate :Organization=, :none, 2025, 6
3280
3280
 
3281
3281
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
3282
3282
  @Agent = agent
@@ -3538,8 +3538,8 @@ module TencentCloud
3538
3538
 
3539
3539
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3540
3540
  extend Gem::Deprecate
3541
- deprecate :Operator, :none, 2025, 5
3542
- deprecate :Operator=, :none, 2025, 5
3541
+ deprecate :Operator, :none, 2025, 6
3542
+ deprecate :Operator=, :none, 2025, 6
3543
3543
 
3544
3544
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3545
3545
  @Agent = agent
@@ -3704,8 +3704,8 @@ module TencentCloud
3704
3704
 
3705
3705
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3706
3706
  extend Gem::Deprecate
3707
- deprecate :Operator, :none, 2025, 5
3708
- deprecate :Operator=, :none, 2025, 5
3707
+ deprecate :Operator, :none, 2025, 6
3708
+ deprecate :Operator=, :none, 2025, 6
3709
3709
 
3710
3710
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3711
3711
  @Agent = agent
@@ -3767,10 +3767,10 @@ module TencentCloud
3767
3767
 
3768
3768
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3769
3769
  extend Gem::Deprecate
3770
- deprecate :Organization, :none, 2025, 5
3771
- deprecate :Organization=, :none, 2025, 5
3772
- deprecate :Operator, :none, 2025, 5
3773
- deprecate :Operator=, :none, 2025, 5
3770
+ deprecate :Organization, :none, 2025, 6
3771
+ deprecate :Organization=, :none, 2025, 6
3772
+ deprecate :Operator, :none, 2025, 6
3773
+ deprecate :Operator=, :none, 2025, 6
3774
3774
 
3775
3775
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3776
3776
  @Agent = agent
@@ -3998,8 +3998,8 @@ module TencentCloud
3998
3998
 
3999
3999
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
4000
4000
  extend Gem::Deprecate
4001
- deprecate :Operator, :none, 2025, 5
4002
- deprecate :Operator=, :none, 2025, 5
4001
+ deprecate :Operator, :none, 2025, 6
4002
+ deprecate :Operator=, :none, 2025, 6
4003
4003
 
4004
4004
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
4005
4005
  @Agent = agent
@@ -4253,8 +4253,8 @@ module TencentCloud
4253
4253
 
4254
4254
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
4255
4255
  extend Gem::Deprecate
4256
- deprecate :Operator, :none, 2025, 5
4257
- deprecate :Operator=, :none, 2025, 5
4256
+ deprecate :Operator, :none, 2025, 6
4257
+ deprecate :Operator=, :none, 2025, 6
4258
4258
 
4259
4259
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
4260
4260
  @Agent = agent
@@ -4555,10 +4555,10 @@ module TencentCloud
4555
4555
 
4556
4556
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4557
4557
  extend Gem::Deprecate
4558
- deprecate :Operator, :none, 2025, 5
4559
- deprecate :Operator=, :none, 2025, 5
4560
- deprecate :Organization, :none, 2025, 5
4561
- deprecate :Organization=, :none, 2025, 5
4558
+ deprecate :Operator, :none, 2025, 6
4559
+ deprecate :Operator=, :none, 2025, 6
4560
+ deprecate :Organization, :none, 2025, 6
4561
+ deprecate :Organization=, :none, 2025, 6
4562
4562
 
4563
4563
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4564
4564
  @Agent = agent
@@ -4614,8 +4614,8 @@ module TencentCloud
4614
4614
 
4615
4615
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4616
4616
  extend Gem::Deprecate
4617
- deprecate :PreviewUrl, :none, 2025, 5
4618
- deprecate :PreviewUrl=, :none, 2025, 5
4617
+ deprecate :PreviewUrl, :none, 2025, 6
4618
+ deprecate :PreviewUrl=, :none, 2025, 6
4619
4619
 
4620
4620
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4621
4621
  @TaskId = taskid
@@ -4895,8 +4895,8 @@ module TencentCloud
4895
4895
 
4896
4896
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4897
4897
  extend Gem::Deprecate
4898
- deprecate :Operator, :none, 2025, 5
4899
- deprecate :Operator=, :none, 2025, 5
4898
+ deprecate :Operator, :none, 2025, 6
4899
+ deprecate :Operator=, :none, 2025, 6
4900
4900
 
4901
4901
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4902
4902
  @Agent = agent
@@ -4956,8 +4956,8 @@ module TencentCloud
4956
4956
 
4957
4957
  attr_accessor :FlowId, :Agent, :Operator
4958
4958
  extend Gem::Deprecate
4959
- deprecate :Operator, :none, 2025, 5
4960
- deprecate :Operator=, :none, 2025, 5
4959
+ deprecate :Operator, :none, 2025, 6
4960
+ deprecate :Operator=, :none, 2025, 6
4961
4961
 
4962
4962
  def initialize(flowid=nil, agent=nil, operator=nil)
4963
4963
  @FlowId = flowid
@@ -5224,6 +5224,7 @@ module TencentCloud
5224
5224
  # <ul><li> <b>SIGN_SEAL</b> : 签署印章控件;</li>
5225
5225
  # <li> <b>SIGN_DATE</b> : 签署日期控件;</li>
5226
5226
  # <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
5227
+ # <li> <b>SIGN_PAGING_SIGNATURE</b> : 用户签名骑缝章控件;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
5227
5228
  # <li> <b>SIGN_PAGING_SEAL</b> : 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight</li>
5228
5229
  # <li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
5229
5230
  # <li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部最多组合4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
@@ -5235,6 +5236,7 @@ module TencentCloud
5235
5236
  # * 个人方
5236
5237
  # <ul><li> <b>SIGN_DATE</b> : 签署日期控件;</li>
5237
5238
  # <li> <b>SIGN_SIGNATURE</b> : 用户签名控件;</li>
5239
+ # <li> <b>SIGN_PAGING_SIGNATURE</b> : 用户签名骑缝章控件;</li>
5238
5240
  # <li> <b>SIGN_OPINION</b> : 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;</li>
5239
5241
  # <li> <b>SIGN_VIRTUAL_COMBINATION</b> : 签批控件。内部包含最多4个特定控件(SIGN_SIGNATURE,SIGN_DATA,SIGN_MULTI_LINE_TEXT,SIGN_SELECTOR),本身不填充任何文字内容</li>
5240
5242
  # <li> <b>SIGN_MULTI_LINE_TEXT</b> : 多行文本,<font color="red">仅可用在签批控件内部作为组合控件,单独无法使用</font>,常用作批注附言</li>
@@ -5298,7 +5300,7 @@ module TencentCloud
5298
5300
  # <ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
5299
5301
  # <li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
5300
5302
 
5301
- # <font color="red">ComponentType为SIGN_SIGNATURE类型时</font>,可以**ComponentTypeLimit**参数控制签署方式
5303
+ # <font color="red">ComponentType为SIGN_SIGNATURE、SIGN_PAGING_SIGNATURE类型时</font>,可以**ComponentTypeLimit**参数控制签署方式
5302
5304
  # <ul><li> <b>HANDWRITE</b> : 需要实时手写的手写签名</li>
5303
5305
  # <li> <b>HANDWRITTEN_ESIGN</b> : 长效手写签名, 是使用保存到个人中心的印章列表的手写签名(并且包含HANDWRITE)</li>
5304
5306
  # <li> <b>OCR_ESIGN</b> : AI智能识别手写签名</li>
@@ -5819,8 +5821,8 @@ module TencentCloud
5819
5821
 
5820
5822
  attr_accessor :Agent, :FlowId, :Operator, :ReportType
5821
5823
  extend Gem::Deprecate
5822
- deprecate :Operator, :none, 2025, 5
5823
- deprecate :Operator=, :none, 2025, 5
5824
+ deprecate :Operator, :none, 2025, 6
5825
+ deprecate :Operator=, :none, 2025, 6
5824
5826
 
5825
5827
  def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
5826
5828
  @Agent = agent
@@ -6166,8 +6168,8 @@ module TencentCloud
6166
6168
 
6167
6169
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions
6168
6170
  extend Gem::Deprecate
6169
- deprecate :Operator, :none, 2025, 5
6170
- deprecate :Operator=, :none, 2025, 5
6171
+ deprecate :Operator, :none, 2025, 6
6172
+ deprecate :Operator=, :none, 2025, 6
6171
6173
 
6172
6174
  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)
6173
6175
  @Agent = agent
@@ -6682,8 +6684,8 @@ module TencentCloud
6682
6684
 
6683
6685
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
6684
6686
  extend Gem::Deprecate
6685
- deprecate :Operator, :none, 2025, 5
6686
- deprecate :Operator=, :none, 2025, 5
6687
+ deprecate :Operator, :none, 2025, 6
6688
+ deprecate :Operator=, :none, 2025, 6
6687
6689
 
6688
6690
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
6689
6691
  @Agent = agent
@@ -6798,10 +6800,10 @@ module TencentCloud
6798
6800
 
6799
6801
  attr_accessor :Agent, :Operator, :Organization
6800
6802
  extend Gem::Deprecate
6801
- deprecate :Operator, :none, 2025, 5
6802
- deprecate :Operator=, :none, 2025, 5
6803
- deprecate :Organization, :none, 2025, 5
6804
- deprecate :Organization=, :none, 2025, 5
6803
+ deprecate :Operator, :none, 2025, 6
6804
+ deprecate :Operator=, :none, 2025, 6
6805
+ deprecate :Organization, :none, 2025, 6
6806
+ deprecate :Organization=, :none, 2025, 6
6805
6807
 
6806
6808
  def initialize(agent=nil, operator=nil, organization=nil)
6807
6809
  @Agent = agent
@@ -7130,8 +7132,8 @@ module TencentCloud
7130
7132
 
7131
7133
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
7132
7134
  extend Gem::Deprecate
7133
- deprecate :Operator, :none, 2025, 5
7134
- deprecate :Operator=, :none, 2025, 5
7135
+ deprecate :Operator, :none, 2025, 6
7136
+ deprecate :Operator=, :none, 2025, 6
7135
7137
 
7136
7138
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
7137
7139
  @Agent = agent
@@ -7300,8 +7302,8 @@ module TencentCloud
7300
7302
 
7301
7303
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
7302
7304
  extend Gem::Deprecate
7303
- deprecate :Operator, :none, 2025, 5
7304
- deprecate :Operator=, :none, 2025, 5
7305
+ deprecate :Operator, :none, 2025, 6
7306
+ deprecate :Operator=, :none, 2025, 6
7305
7307
 
7306
7308
  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)
7307
7309
  @Agent = agent
@@ -7647,8 +7649,8 @@ module TencentCloud
7647
7649
 
7648
7650
  attr_accessor :Agent, :ReportId, :Operator, :ReportType
7649
7651
  extend Gem::Deprecate
7650
- deprecate :Operator, :none, 2025, 5
7651
- deprecate :Operator=, :none, 2025, 5
7652
+ deprecate :Operator, :none, 2025, 6
7653
+ deprecate :Operator=, :none, 2025, 6
7652
7654
 
7653
7655
  def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
7654
7656
  @Agent = agent
@@ -7991,8 +7993,8 @@ module TencentCloud
7991
7993
 
7992
7994
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
7993
7995
  extend Gem::Deprecate
7994
- deprecate :Operator, :none, 2025, 5
7995
- deprecate :Operator=, :none, 2025, 5
7996
+ deprecate :Operator, :none, 2025, 6
7997
+ deprecate :Operator=, :none, 2025, 6
7996
7998
 
7997
7999
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
7998
8000
  @Agent = agent
@@ -8078,8 +8080,8 @@ module TencentCloud
8078
8080
 
8079
8081
  attr_accessor :Agent, :FlowIds, :Operator
8080
8082
  extend Gem::Deprecate
8081
- deprecate :Operator, :none, 2025, 5
8082
- deprecate :Operator=, :none, 2025, 5
8083
+ deprecate :Operator, :none, 2025, 6
8084
+ deprecate :Operator=, :none, 2025, 6
8083
8085
 
8084
8086
  def initialize(agent=nil, flowids=nil, operator=nil)
8085
8087
  @Agent = agent
@@ -8206,8 +8208,8 @@ module TencentCloud
8206
8208
 
8207
8209
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator, :UserFlowTypeId
8208
8210
  extend Gem::Deprecate
8209
- deprecate :Operator, :none, 2025, 5
8210
- deprecate :Operator=, :none, 2025, 5
8211
+ deprecate :Operator, :none, 2025, 6
8212
+ deprecate :Operator=, :none, 2025, 6
8211
8213
 
8212
8214
  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)
8213
8215
  @Agent = agent
@@ -8321,8 +8323,8 @@ module TencentCloud
8321
8323
 
8322
8324
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
8323
8325
  extend Gem::Deprecate
8324
- deprecate :Operator, :none, 2025, 5
8325
- deprecate :Operator=, :none, 2025, 5
8326
+ deprecate :Operator, :none, 2025, 6
8327
+ deprecate :Operator=, :none, 2025, 6
8326
8328
 
8327
8329
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
8328
8330
  @Agent = agent
@@ -8871,8 +8873,8 @@ module TencentCloud
8871
8873
 
8872
8874
  attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
8873
8875
  extend Gem::Deprecate
8874
- deprecate :ReceiptId, :none, 2025, 5
8875
- deprecate :ReceiptId=, :none, 2025, 5
8876
+ deprecate :ReceiptId, :none, 2025, 6
8877
+ deprecate :ReceiptId=, :none, 2025, 6
8876
8878
 
8877
8879
  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)
8878
8880
  @ReceiptId = receiptid
@@ -9100,8 +9102,8 @@ module TencentCloud
9100
9102
 
9101
9103
  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
9102
9104
  extend Gem::Deprecate
9103
- deprecate :CallbackUrl, :none, 2025, 5
9104
- deprecate :CallbackUrl=, :none, 2025, 5
9105
+ deprecate :CallbackUrl, :none, 2025, 6
9106
+ deprecate :CallbackUrl=, :none, 2025, 6
9105
9107
 
9106
9108
  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)
9107
9109
  @Name = name
@@ -9418,8 +9420,8 @@ module TencentCloud
9418
9420
 
9419
9421
  attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
9420
9422
  extend Gem::Deprecate
9421
- deprecate :CallbackUrl, :none, 2025, 5
9422
- deprecate :CallbackUrl=, :none, 2025, 5
9423
+ deprecate :CallbackUrl, :none, 2025, 6
9424
+ deprecate :CallbackUrl=, :none, 2025, 6
9423
9425
 
9424
9426
  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)
9425
9427
  @FileIds = fileids
@@ -9683,8 +9685,8 @@ module TencentCloud
9683
9685
 
9684
9686
  attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
9685
9687
  extend Gem::Deprecate
9686
- deprecate :CallbackUrl, :none, 2025, 5
9687
- deprecate :CallbackUrl=, :none, 2025, 5
9688
+ deprecate :CallbackUrl, :none, 2025, 6
9689
+ deprecate :CallbackUrl=, :none, 2025, 6
9688
9690
 
9689
9691
  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)
9690
9692
  @FlowName = flowname
@@ -10338,8 +10340,8 @@ module TencentCloud
10338
10340
 
10339
10341
  attr_accessor :Agent, :DownLoadFlows, :Operator
10340
10342
  extend Gem::Deprecate
10341
- deprecate :Operator, :none, 2025, 5
10342
- deprecate :Operator=, :none, 2025, 5
10343
+ deprecate :Operator, :none, 2025, 6
10344
+ deprecate :Operator=, :none, 2025, 6
10343
10345
 
10344
10346
  def initialize(agent=nil, downloadflows=nil, operator=nil)
10345
10347
  @Agent = agent
@@ -10882,8 +10884,8 @@ module TencentCloud
10882
10884
 
10883
10885
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
10884
10886
  extend Gem::Deprecate
10885
- deprecate :Operator, :none, 2025, 5
10886
- deprecate :Operator=, :none, 2025, 5
10887
+ deprecate :Operator, :none, 2025, 6
10888
+ deprecate :Operator=, :none, 2025, 6
10887
10889
 
10888
10890
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
10889
10891
  @Agent = agent
@@ -11155,10 +11157,10 @@ module TencentCloud
11155
11157
 
11156
11158
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
11157
11159
  extend Gem::Deprecate
11158
- deprecate :ClientIp, :none, 2025, 5
11159
- deprecate :ClientIp=, :none, 2025, 5
11160
- deprecate :ProxyIp, :none, 2025, 5
11161
- deprecate :ProxyIp=, :none, 2025, 5
11160
+ deprecate :ClientIp, :none, 2025, 6
11161
+ deprecate :ClientIp=, :none, 2025, 6
11162
+ deprecate :ProxyIp, :none, 2025, 6
11163
+ deprecate :ProxyIp=, :none, 2025, 6
11162
11164
 
11163
11165
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
11164
11166
  @OrganizationOpenId = organizationopenid
@@ -11370,8 +11372,8 @@ module TencentCloud
11370
11372
 
11371
11373
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
11372
11374
  extend Gem::Deprecate
11373
- deprecate :Operator, :none, 2025, 5
11374
- deprecate :Operator=, :none, 2025, 5
11375
+ deprecate :Operator, :none, 2025, 6
11376
+ deprecate :Operator=, :none, 2025, 6
11375
11377
 
11376
11378
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
11377
11379
  @Agent = agent
@@ -12005,8 +12007,8 @@ module TencentCloud
12005
12007
 
12006
12008
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
12007
12009
  extend Gem::Deprecate
12008
- deprecate :CustomUserId, :none, 2025, 5
12009
- deprecate :CustomUserId=, :none, 2025, 5
12010
+ deprecate :CustomUserId, :none, 2025, 6
12011
+ deprecate :CustomUserId=, :none, 2025, 6
12010
12012
 
12011
12013
  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)
12012
12014
  @SignUrl = signurl
@@ -12174,8 +12176,8 @@ module TencentCloud
12174
12176
 
12175
12177
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
12176
12178
  extend Gem::Deprecate
12177
- deprecate :Operator, :none, 2025, 5
12178
- deprecate :Operator=, :none, 2025, 5
12179
+ deprecate :Operator, :none, 2025, 6
12180
+ deprecate :Operator=, :none, 2025, 6
12179
12181
 
12180
12182
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
12181
12183
  @Agent = agent
@@ -12274,8 +12276,8 @@ module TencentCloud
12274
12276
 
12275
12277
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
12276
12278
  extend Gem::Deprecate
12277
- deprecate :Operator, :none, 2025, 5
12278
- deprecate :Operator=, :none, 2025, 5
12279
+ deprecate :Operator, :none, 2025, 6
12280
+ deprecate :Operator=, :none, 2025, 6
12279
12281
 
12280
12282
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
12281
12283
  @Agent = agent
@@ -12413,8 +12415,8 @@ module TencentCloud
12413
12415
 
12414
12416
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available, :UserFlowType
12415
12417
  extend Gem::Deprecate
12416
- deprecate :IsPromoter, :none, 2025, 5
12417
- deprecate :IsPromoter=, :none, 2025, 5
12418
+ deprecate :IsPromoter, :none, 2025, 6
12419
+ deprecate :IsPromoter=, :none, 2025, 6
12418
12420
 
12419
12421
  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)
12420
12422
  @TemplateId = templateid
@@ -12558,8 +12560,8 @@ module TencentCloud
12558
12560
 
12559
12561
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
12560
12562
  extend Gem::Deprecate
12561
- deprecate :Operator, :none, 2025, 5
12562
- deprecate :Operator=, :none, 2025, 5
12563
+ deprecate :Operator, :none, 2025, 6
12564
+ deprecate :Operator=, :none, 2025, 6
12563
12565
 
12564
12566
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
12565
12567
  @Agent = agent
@@ -12702,14 +12704,14 @@ module TencentCloud
12702
12704
 
12703
12705
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
12704
12706
  extend Gem::Deprecate
12705
- deprecate :Channel, :none, 2025, 5
12706
- deprecate :Channel=, :none, 2025, 5
12707
- deprecate :CustomUserId, :none, 2025, 5
12708
- deprecate :CustomUserId=, :none, 2025, 5
12709
- deprecate :ClientIp, :none, 2025, 5
12710
- deprecate :ClientIp=, :none, 2025, 5
12711
- deprecate :ProxyIp, :none, 2025, 5
12712
- deprecate :ProxyIp=, :none, 2025, 5
12707
+ deprecate :Channel, :none, 2025, 6
12708
+ deprecate :Channel=, :none, 2025, 6
12709
+ deprecate :CustomUserId, :none, 2025, 6
12710
+ deprecate :CustomUserId=, :none, 2025, 6
12711
+ deprecate :ClientIp, :none, 2025, 6
12712
+ deprecate :ClientIp=, :none, 2025, 6
12713
+ deprecate :ProxyIp, :none, 2025, 6
12714
+ deprecate :ProxyIp=, :none, 2025, 6
12713
12715
 
12714
12716
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
12715
12717
  @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.1070
4
+ version: 3.0.1072
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-05-28 00:00:00.000000000 Z
11
+ date: 2025-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common