tencentcloud-sdk-essbasic 3.0.1160 → 3.0.1161

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 +193 -152
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5aed1e0dcb6cd4766e5a4753f345f7efadf53d32
4
- data.tar.gz: f5d58af492b22be907d39b129bbf262d10885870
3
+ metadata.gz: bf31d098b86136929c97e2e3efe03f51aeffebf0
4
+ data.tar.gz: ccddf1dc0acb3de91b211616e1c7123ccea47319
5
5
  SHA512:
6
- metadata.gz: fee09cdfcb09d1945926340eedbea56b803d150a7dd067fef21d2b8163a0a124440ff95ca2500233d0315e08069c3a5ca993ec4317f136c9c7f06fb12586b35e
7
- data.tar.gz: 7ad16352d84871d01b846c0e2c45386a1dd4bd1423c0f1c041971bb5775265766099e5a82fac406cb7658a9a2e49af98fcb4ec607746baeef0e0326f3eff6381
6
+ metadata.gz: 4a610eb201905fc9ce8639b1d4b3eb238f150e6744843877d0e931222d22c48b2262759602213fdf3c9e2c3ee7cc1b3ab607ab0a944bdb202234cf1fbca70740
7
+ data.tar.gz: e357b919defb859b3c7b9f2c85cadaf28ec7c085dae0208a34e45a35e9e14414385a425706ce7a8745ef7bb9df4685f31e5e670efb4cb7adc614bfc253c9a88f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1160
1
+ 3.0.1161
@@ -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, 10
41
- deprecate :ProxyOrganizationId=, :none, 2025, 10
40
+ deprecate :ProxyOrganizationId, :none, 2025, 11
41
+ deprecate :ProxyOrganizationId=, :none, 2025, 11
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, 10
403
- deprecate :CallbackUrl=, :none, 2025, 10
402
+ deprecate :CallbackUrl, :none, 2025, 11
403
+ deprecate :CallbackUrl=, :none, 2025, 11
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
@@ -703,8 +703,8 @@ module TencentCloud
703
703
 
704
704
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
705
705
  extend Gem::Deprecate
706
- deprecate :Operator, :none, 2025, 10
707
- deprecate :Operator=, :none, 2025, 10
706
+ deprecate :Operator, :none, 2025, 11
707
+ deprecate :Operator=, :none, 2025, 11
708
708
 
709
709
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
710
710
  @Agent = agent
@@ -875,8 +875,8 @@ module TencentCloud
875
875
 
876
876
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
877
877
  extend Gem::Deprecate
878
- deprecate :Operator, :none, 2025, 10
879
- deprecate :Operator=, :none, 2025, 10
878
+ deprecate :Operator, :none, 2025, 11
879
+ deprecate :Operator=, :none, 2025, 11
880
880
 
881
881
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
882
882
  @FlowId = flowid
@@ -936,8 +936,8 @@ module TencentCloud
936
936
 
937
937
  attr_accessor :Agent, :QrCodeId, :Operator
938
938
  extend Gem::Deprecate
939
- deprecate :Operator, :none, 2025, 10
940
- deprecate :Operator=, :none, 2025, 10
939
+ deprecate :Operator, :none, 2025, 11
940
+ deprecate :Operator=, :none, 2025, 11
941
941
 
942
942
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
943
943
  @Agent = agent
@@ -1047,8 +1047,8 @@ module TencentCloud
1047
1047
 
1048
1048
  attr_accessor :Agent, :FlowIds, :Operator
1049
1049
  extend Gem::Deprecate
1050
- deprecate :Operator, :none, 2025, 10
1051
- deprecate :Operator=, :none, 2025, 10
1050
+ deprecate :Operator, :none, 2025, 11
1051
+ deprecate :Operator=, :none, 2025, 11
1052
1052
 
1053
1053
  def initialize(agent=nil, flowids=nil, operator=nil)
1054
1054
  @Agent = agent
@@ -1159,6 +1159,8 @@ module TencentCloud
1159
1159
  # @type FlowBatchUrlInfo: :class:`Tencentcloud::Essbasic.v20210526.models.FlowBatchUrlInfo`
1160
1160
  # @param Intention: <b>只有在生成H5签署链接的情形下</b>( 如调用<a href="https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateFlowSignUrl" target="_blank">获取H5签署链接</a>、<a href="https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateBatchQuickSignUrl" target="_blank">获取H5批量签署链接</a>等接口),该配置才会生效。 您可以指定H5签署视频核身的意图配置,选择问答模式或点头模式的语音文本。 注意: 1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。 2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。 3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
1161
1161
  # @type Intention: :class:`Tencentcloud::Essbasic.v20210526.models.Intention`
1162
+ # @param VideoVerifyTimesLimit: 用于指定进入视频签署的限制次数,次数取值范围:1 - 10,不设置则默认为5次,仅视频签署时生效。
1163
+ # @type VideoVerifyTimesLimit: Integer
1162
1164
  # @param CacheApproverInfo: 缓存签署人信息。在H5签署链接动态领取场景,首次填写后,选择缓存签署人信息,在下次签署人点击领取链接时,会自动将个人信息(姓名、身份证号、手机号)填入,否则需要每次手动填写。
1163
1165
 
1164
1166
  # 注: `若参与方为企业员工时,暂不支持对参与方信息进行缓存`
@@ -1168,9 +1170,9 @@ module TencentCloud
1168
1170
  # @param PresetApproverInfo: 预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。
1169
1171
  # @type PresetApproverInfo: :class:`Tencentcloud::Essbasic.v20210526.models.PresetApproverInfo`
1170
1172
 
1171
- attr_accessor :FlowApproverInfo, :Agent, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo, :CanBatchReject, :PresetApproverInfo
1173
+ attr_accessor :FlowApproverInfo, :Agent, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :VideoVerifyTimesLimit, :CacheApproverInfo, :CanBatchReject, :PresetApproverInfo
1172
1174
 
1173
- def initialize(flowapproverinfo=nil, agent=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil, canbatchreject=nil, presetapproverinfo=nil)
1175
+ def initialize(flowapproverinfo=nil, agent=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, videoverifytimeslimit=nil, cacheapproverinfo=nil, canbatchreject=nil, presetapproverinfo=nil)
1174
1176
  @FlowApproverInfo = flowapproverinfo
1175
1177
  @Agent = agent
1176
1178
  @FlowIds = flowids
@@ -1181,6 +1183,7 @@ module TencentCloud
1181
1183
  @SignTypeSelector = signtypeselector
1182
1184
  @FlowBatchUrlInfo = flowbatchurlinfo
1183
1185
  @Intention = intention
1186
+ @VideoVerifyTimesLimit = videoverifytimeslimit
1184
1187
  @CacheApproverInfo = cacheapproverinfo
1185
1188
  @CanBatchReject = canbatchreject
1186
1189
  @PresetApproverInfo = presetapproverinfo
@@ -1209,6 +1212,7 @@ module TencentCloud
1209
1212
  @Intention = Intention.new
1210
1213
  @Intention.deserialize(params['Intention'])
1211
1214
  end
1215
+ @VideoVerifyTimesLimit = params['VideoVerifyTimesLimit']
1212
1216
  @CacheApproverInfo = params['CacheApproverInfo']
1213
1217
  @CanBatchReject = params['CanBatchReject']
1214
1218
  unless params['PresetApproverInfo'].nil?
@@ -1458,8 +1462,8 @@ module TencentCloud
1458
1462
 
1459
1463
  attr_accessor :Agent, :FlowIds, :Operator
1460
1464
  extend Gem::Deprecate
1461
- deprecate :Operator, :none, 2025, 10
1462
- deprecate :Operator=, :none, 2025, 10
1465
+ deprecate :Operator, :none, 2025, 11
1466
+ deprecate :Operator=, :none, 2025, 11
1463
1467
 
1464
1468
  def initialize(agent=nil, flowids=nil, operator=nil)
1465
1469
  @Agent = agent
@@ -1536,10 +1540,10 @@ module TencentCloud
1536
1540
 
1537
1541
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1538
1542
  extend Gem::Deprecate
1539
- deprecate :Operator, :none, 2025, 10
1540
- deprecate :Operator=, :none, 2025, 10
1541
- deprecate :Organization, :none, 2025, 10
1542
- deprecate :Organization=, :none, 2025, 10
1543
+ deprecate :Operator, :none, 2025, 11
1544
+ deprecate :Operator=, :none, 2025, 11
1545
+ deprecate :Organization, :none, 2025, 11
1546
+ deprecate :Organization=, :none, 2025, 11
1543
1547
 
1544
1548
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1545
1549
  @Agent = agent
@@ -1707,8 +1711,8 @@ module TencentCloud
1707
1711
 
1708
1712
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
1709
1713
  extend Gem::Deprecate
1710
- deprecate :Operator, :none, 2025, 10
1711
- deprecate :Operator=, :none, 2025, 10
1714
+ deprecate :Operator, :none, 2025, 11
1715
+ deprecate :Operator=, :none, 2025, 11
1712
1716
 
1713
1717
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
1714
1718
  @Agent = agent
@@ -1973,12 +1977,12 @@ module TencentCloud
1973
1977
 
1974
1978
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType, :NeedPreview, :PreviewType, :OpenDynamicFlow, :OpenDynamicSignFlow
1975
1979
  extend Gem::Deprecate
1976
- deprecate :CallbackUrl, :none, 2025, 10
1977
- deprecate :CallbackUrl=, :none, 2025, 10
1978
- deprecate :Operator, :none, 2025, 10
1979
- deprecate :Operator=, :none, 2025, 10
1980
- deprecate :OpenDynamicFlow, :none, 2025, 10
1981
- deprecate :OpenDynamicFlow=, :none, 2025, 10
1980
+ deprecate :CallbackUrl, :none, 2025, 11
1981
+ deprecate :CallbackUrl=, :none, 2025, 11
1982
+ deprecate :Operator, :none, 2025, 11
1983
+ deprecate :Operator=, :none, 2025, 11
1984
+ deprecate :OpenDynamicFlow, :none, 2025, 11
1985
+ deprecate :OpenDynamicFlow=, :none, 2025, 11
1982
1986
 
1983
1987
  def initialize(agent=nil, flowname=nil, flowdescription=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil, flowdisplaytype=nil, needpreview=nil, previewtype=nil, opendynamicflow=nil, opendynamicsignflow=nil)
1984
1988
  @Agent = agent
@@ -2132,8 +2136,8 @@ module TencentCloud
2132
2136
 
2133
2137
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
2134
2138
  extend Gem::Deprecate
2135
- deprecate :Operator, :none, 2025, 10
2136
- deprecate :Operator=, :none, 2025, 10
2139
+ deprecate :Operator, :none, 2025, 11
2140
+ deprecate :Operator=, :none, 2025, 11
2137
2141
 
2138
2142
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
2139
2143
  @FlowFileInfos = flowfileinfos
@@ -2467,6 +2471,8 @@ module TencentCloud
2467
2471
  # `1. 签署人只能有手写签名、时间类型、印章类型、签批类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
2468
2472
  # `2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`
2469
2473
  # @type FlowApproverInfos: Array
2474
+ # @param VideoVerifyTimesLimit: 用于指定进入视频签署的限制次数,次数取值范围:1 - 10,不设置则默认为5次,仅视频签署时生效。
2475
+ # @type VideoVerifyTimesLimit: Integer
2470
2476
  # @param Operator: 用户信息,暂未开放
2471
2477
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
2472
2478
  # @param Organization: 机构信息,暂未开放
@@ -2481,17 +2487,18 @@ module TencentCloud
2481
2487
  # `2. 如需生成发起方预览链接,则签署方信息传空,即FlowApproverInfos传空或者不传。`
2482
2488
  # @type UrlType: Integer
2483
2489
 
2484
- attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2490
+ attr_accessor :Agent, :FlowId, :FlowApproverInfos, :VideoVerifyTimesLimit, :Operator, :Organization, :JumpUrl, :UrlType
2485
2491
  extend Gem::Deprecate
2486
- deprecate :Operator, :none, 2025, 10
2487
- deprecate :Operator=, :none, 2025, 10
2488
- deprecate :Organization, :none, 2025, 10
2489
- deprecate :Organization=, :none, 2025, 10
2492
+ deprecate :Operator, :none, 2025, 11
2493
+ deprecate :Operator=, :none, 2025, 11
2494
+ deprecate :Organization, :none, 2025, 11
2495
+ deprecate :Organization=, :none, 2025, 11
2490
2496
 
2491
- def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2497
+ def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, videoverifytimeslimit=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2492
2498
  @Agent = agent
2493
2499
  @FlowId = flowid
2494
2500
  @FlowApproverInfos = flowapproverinfos
2501
+ @VideoVerifyTimesLimit = videoverifytimeslimit
2495
2502
  @Operator = operator
2496
2503
  @Organization = organization
2497
2504
  @JumpUrl = jumpurl
@@ -2512,6 +2519,7 @@ module TencentCloud
2512
2519
  @FlowApproverInfos << flowapproverinfo_tmp
2513
2520
  end
2514
2521
  end
2522
+ @VideoVerifyTimesLimit = params['VideoVerifyTimesLimit']
2515
2523
  unless params['Operator'].nil?
2516
2524
  @Operator = UserInfo.new
2517
2525
  @Operator.deserialize(params['Operator'])
@@ -2597,14 +2605,14 @@ module TencentCloud
2597
2605
 
2598
2606
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
2599
2607
  extend Gem::Deprecate
2600
- deprecate :QrEffectiveDay, :none, 2025, 10
2601
- deprecate :QrEffectiveDay=, :none, 2025, 10
2602
- deprecate :CallbackUrl, :none, 2025, 10
2603
- deprecate :CallbackUrl=, :none, 2025, 10
2604
- deprecate :ApproverRestrictions, :none, 2025, 10
2605
- deprecate :ApproverRestrictions=, :none, 2025, 10
2606
- deprecate :Operator, :none, 2025, 10
2607
- deprecate :Operator=, :none, 2025, 10
2608
+ deprecate :QrEffectiveDay, :none, 2025, 11
2609
+ deprecate :QrEffectiveDay=, :none, 2025, 11
2610
+ deprecate :CallbackUrl, :none, 2025, 11
2611
+ deprecate :CallbackUrl=, :none, 2025, 11
2612
+ deprecate :ApproverRestrictions, :none, 2025, 11
2613
+ deprecate :ApproverRestrictions=, :none, 2025, 11
2614
+ deprecate :Operator, :none, 2025, 11
2615
+ deprecate :Operator=, :none, 2025, 11
2608
2616
 
2609
2617
  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, qrcodename=nil, qrcodeexpiredon=nil)
2610
2618
  @Agent = agent
@@ -2939,16 +2947,16 @@ module TencentCloud
2939
2947
 
2940
2948
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
2941
2949
  extend Gem::Deprecate
2942
- deprecate :FlowApproverList, :none, 2025, 10
2943
- deprecate :FlowApproverList=, :none, 2025, 10
2944
- deprecate :NeedPreview, :none, 2025, 10
2945
- deprecate :NeedPreview=, :none, 2025, 10
2946
- deprecate :Organization, :none, 2025, 10
2947
- deprecate :Organization=, :none, 2025, 10
2948
- deprecate :Operator, :none, 2025, 10
2949
- deprecate :Operator=, :none, 2025, 10
2950
- deprecate :SignComponentConfig, :none, 2025, 10
2951
- deprecate :SignComponentConfig=, :none, 2025, 10
2950
+ deprecate :FlowApproverList, :none, 2025, 11
2951
+ deprecate :FlowApproverList=, :none, 2025, 11
2952
+ deprecate :NeedPreview, :none, 2025, 11
2953
+ deprecate :NeedPreview=, :none, 2025, 11
2954
+ deprecate :Organization, :none, 2025, 11
2955
+ deprecate :Organization=, :none, 2025, 11
2956
+ deprecate :Operator, :none, 2025, 11
2957
+ deprecate :Operator=, :none, 2025, 11
2958
+ deprecate :SignComponentConfig, :none, 2025, 11
2959
+ deprecate :SignComponentConfig=, :none, 2025, 11
2952
2960
 
2953
2961
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
2954
2962
  @ResourceType = resourcetype
@@ -3177,12 +3185,12 @@ module TencentCloud
3177
3185
 
3178
3186
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
3179
3187
  extend Gem::Deprecate
3180
- deprecate :CallbackUrl, :none, 2025, 10
3181
- deprecate :CallbackUrl=, :none, 2025, 10
3182
- deprecate :Organization, :none, 2025, 10
3183
- deprecate :Organization=, :none, 2025, 10
3184
- deprecate :Operator, :none, 2025, 10
3185
- deprecate :Operator=, :none, 2025, 10
3188
+ deprecate :CallbackUrl, :none, 2025, 11
3189
+ deprecate :CallbackUrl=, :none, 2025, 11
3190
+ deprecate :Organization, :none, 2025, 11
3191
+ deprecate :Organization=, :none, 2025, 11
3192
+ deprecate :Operator, :none, 2025, 11
3193
+ deprecate :Operator=, :none, 2025, 11
3186
3194
 
3187
3195
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
3188
3196
  @Agent = agent
@@ -3345,10 +3353,10 @@ module TencentCloud
3345
3353
 
3346
3354
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization, :Options
3347
3355
  extend Gem::Deprecate
3348
- deprecate :Operator, :none, 2025, 10
3349
- deprecate :Operator=, :none, 2025, 10
3350
- deprecate :Organization, :none, 2025, 10
3351
- deprecate :Organization=, :none, 2025, 10
3356
+ deprecate :Operator, :none, 2025, 11
3357
+ deprecate :Operator=, :none, 2025, 11
3358
+ deprecate :Organization, :none, 2025, 11
3359
+ deprecate :Organization=, :none, 2025, 11
3352
3360
 
3353
3361
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil, options=nil)
3354
3362
  @Agent = agent
@@ -3627,8 +3635,8 @@ module TencentCloud
3627
3635
 
3628
3636
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3629
3637
  extend Gem::Deprecate
3630
- deprecate :Operator, :none, 2025, 10
3631
- deprecate :Operator=, :none, 2025, 10
3638
+ deprecate :Operator, :none, 2025, 11
3639
+ deprecate :Operator=, :none, 2025, 11
3632
3640
 
3633
3641
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3634
3642
  @Agent = agent
@@ -3793,8 +3801,8 @@ module TencentCloud
3793
3801
 
3794
3802
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3795
3803
  extend Gem::Deprecate
3796
- deprecate :Operator, :none, 2025, 10
3797
- deprecate :Operator=, :none, 2025, 10
3804
+ deprecate :Operator, :none, 2025, 11
3805
+ deprecate :Operator=, :none, 2025, 11
3798
3806
 
3799
3807
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3800
3808
  @Agent = agent
@@ -3856,10 +3864,10 @@ module TencentCloud
3856
3864
 
3857
3865
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3858
3866
  extend Gem::Deprecate
3859
- deprecate :Organization, :none, 2025, 10
3860
- deprecate :Organization=, :none, 2025, 10
3861
- deprecate :Operator, :none, 2025, 10
3862
- deprecate :Operator=, :none, 2025, 10
3867
+ deprecate :Organization, :none, 2025, 11
3868
+ deprecate :Organization=, :none, 2025, 11
3869
+ deprecate :Operator, :none, 2025, 11
3870
+ deprecate :Operator=, :none, 2025, 11
3863
3871
 
3864
3872
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3865
3873
  @Agent = agent
@@ -4088,8 +4096,8 @@ module TencentCloud
4088
4096
 
4089
4097
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
4090
4098
  extend Gem::Deprecate
4091
- deprecate :Operator, :none, 2025, 10
4092
- deprecate :Operator=, :none, 2025, 10
4099
+ deprecate :Operator, :none, 2025, 11
4100
+ deprecate :Operator=, :none, 2025, 11
4093
4101
 
4094
4102
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
4095
4103
  @Agent = agent
@@ -4343,8 +4351,8 @@ module TencentCloud
4343
4351
 
4344
4352
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
4345
4353
  extend Gem::Deprecate
4346
- deprecate :Operator, :none, 2025, 10
4347
- deprecate :Operator=, :none, 2025, 10
4354
+ deprecate :Operator, :none, 2025, 11
4355
+ deprecate :Operator=, :none, 2025, 11
4348
4356
 
4349
4357
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
4350
4358
  @Agent = agent
@@ -4645,10 +4653,10 @@ module TencentCloud
4645
4653
 
4646
4654
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4647
4655
  extend Gem::Deprecate
4648
- deprecate :Operator, :none, 2025, 10
4649
- deprecate :Operator=, :none, 2025, 10
4650
- deprecate :Organization, :none, 2025, 10
4651
- deprecate :Organization=, :none, 2025, 10
4656
+ deprecate :Operator, :none, 2025, 11
4657
+ deprecate :Operator=, :none, 2025, 11
4658
+ deprecate :Organization, :none, 2025, 11
4659
+ deprecate :Organization=, :none, 2025, 11
4652
4660
 
4653
4661
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4654
4662
  @Agent = agent
@@ -4704,8 +4712,8 @@ module TencentCloud
4704
4712
 
4705
4713
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4706
4714
  extend Gem::Deprecate
4707
- deprecate :PreviewUrl, :none, 2025, 10
4708
- deprecate :PreviewUrl=, :none, 2025, 10
4715
+ deprecate :PreviewUrl, :none, 2025, 11
4716
+ deprecate :PreviewUrl=, :none, 2025, 11
4709
4717
 
4710
4718
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4711
4719
  @TaskId = taskid
@@ -4987,8 +4995,8 @@ module TencentCloud
4987
4995
 
4988
4996
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator, :Options
4989
4997
  extend Gem::Deprecate
4990
- deprecate :Operator, :none, 2025, 10
4991
- deprecate :Operator=, :none, 2025, 10
4998
+ deprecate :Operator, :none, 2025, 11
4999
+ deprecate :Operator=, :none, 2025, 11
4992
5000
 
4993
5001
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil, options=nil)
4994
5002
  @Agent = agent
@@ -5065,8 +5073,8 @@ module TencentCloud
5065
5073
 
5066
5074
  attr_accessor :FlowId, :Agent, :Operator
5067
5075
  extend Gem::Deprecate
5068
- deprecate :Operator, :none, 2025, 10
5069
- deprecate :Operator=, :none, 2025, 10
5076
+ deprecate :Operator, :none, 2025, 11
5077
+ deprecate :Operator=, :none, 2025, 11
5070
5078
 
5071
5079
  def initialize(flowid=nil, agent=nil, operator=nil)
5072
5080
  @FlowId = flowid
@@ -5505,6 +5513,11 @@ module TencentCloud
5505
5513
  # <ul><li> <b>UseSealSize</b>:使用印章设置的大小盖章,true表示使用印章设置的大小盖章,false表示使用签署控件的大小进行盖章;不传则为false</li></ul>
5506
5514
  # <b>参数样例</b>:`{"UseSealSize":true}`
5507
5515
 
5516
+ # <font color="red">签署意见功能设置,</font>当ComponentType为SIGN_OPINION时,可以通过以下参数设置签署意见的相关内容:
5517
+ # <ul><li> <b>Values</b>:签署意见预设的需要用户填写的文本</li>
5518
+ # <li> <b>ValuesArray</b>:签署意见需要用户按顺序点击的分词(组合后应和Values内容一致)</li></ul>
5519
+ # <b>参数样例</b>:`{"Values":"我已知晓内容并同意签署","ValuesArray":["我","已知晓","内容","并","同意","签署"]}`
5520
+
5508
5521
  # <font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
5509
5522
  # <ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
5510
5523
  # 场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
@@ -5982,8 +5995,8 @@ module TencentCloud
5982
5995
 
5983
5996
  attr_accessor :Agent, :FlowId, :Operator, :ReportType
5984
5997
  extend Gem::Deprecate
5985
- deprecate :Operator, :none, 2025, 10
5986
- deprecate :Operator=, :none, 2025, 10
5998
+ deprecate :Operator, :none, 2025, 11
5999
+ deprecate :Operator=, :none, 2025, 11
5987
6000
 
5988
6001
  def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
5989
6002
  @Agent = agent
@@ -6336,8 +6349,8 @@ module TencentCloud
6336
6349
 
6337
6350
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions, :BankAccountNumber, :Operator, :JumpEvents
6338
6351
  extend Gem::Deprecate
6339
- deprecate :Operator, :none, 2025, 10
6340
- deprecate :Operator=, :none, 2025, 10
6352
+ deprecate :Operator, :none, 2025, 11
6353
+ deprecate :Operator=, :none, 2025, 11
6341
6354
 
6342
6355
  def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil, bankaccountnumber=nil, operator=nil, jumpevents=nil)
6343
6356
  @Agent = agent
@@ -6801,10 +6814,28 @@ module TencentCloud
6801
6814
  # @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
6802
6815
  # <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
6803
6816
  # @type ForbidEditWatermark: Boolean
6817
+ # @param PreviewAfterStart: 发起成功后是否预览合同
6818
+ # <ul><li>(默认) false -否</li> <li> true - 展示预览按钮</li></ul>
6819
+ # @type PreviewAfterStart: Boolean
6820
+ # @param SignAfterStart: 发起成功之后是否签署合同,仅当前经办人作为签署人时生效
6821
+ # <ul><li>(默认) false -否</li> <li> true - 展示签署按钮</li></ul>
6822
+ # @type SignAfterStart: Boolean
6823
+ # @param HideOperationSteps: 隐藏操作步骤: 具体的控件类型如下
6824
+
6825
+ # <ul><li>1 : 选择文件及签署方</li>
6826
+ # <li>2 : 补充文件内容</li>
6827
+ # <li>4 : 发起前合同信息与设置确认</li>
6828
+ # </ul>
6829
+ # 注:仅对新版页面生效
6830
+ # @type HideOperationSteps: Array
6831
+ # @param SelfName: 本企业简称,注:仅对新版页面生效
6832
+ # @type SelfName: String
6833
+ # @param HideSignCodeAfterStart: 发起后签署码隐藏,默认false,注:仅对新版页面生效
6834
+ # @type HideSignCodeAfterStart: Boolean
6804
6835
 
6805
- attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :ForbidEditApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile, :SignComponentConfig, :ForbidEditWatermark
6836
+ attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :ForbidEditApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile, :SignComponentConfig, :ForbidEditWatermark, :PreviewAfterStart, :SignAfterStart, :HideOperationSteps, :SelfName, :HideSignCodeAfterStart
6806
6837
 
6807
- def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, forbideditapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil, signcomponentconfig=nil, forbideditwatermark=nil)
6838
+ def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, forbideditapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil, signcomponentconfig=nil, forbideditwatermark=nil, previewafterstart=nil, signafterstart=nil, hideoperationsteps=nil, selfname=nil, hidesigncodeafterstart=nil)
6808
6839
  @CanEditFlow = caneditflow
6809
6840
  @HideShowFlowName = hideshowflowname
6810
6841
  @HideShowFlowType = hideshowflowtype
@@ -6816,6 +6847,11 @@ module TencentCloud
6816
6847
  @SkipUploadFile = skipuploadfile
6817
6848
  @SignComponentConfig = signcomponentconfig
6818
6849
  @ForbidEditWatermark = forbideditwatermark
6850
+ @PreviewAfterStart = previewafterstart
6851
+ @SignAfterStart = signafterstart
6852
+ @HideOperationSteps = hideoperationsteps
6853
+ @SelfName = selfname
6854
+ @HideSignCodeAfterStart = hidesigncodeafterstart
6819
6855
  end
6820
6856
 
6821
6857
  def deserialize(params)
@@ -6833,6 +6869,11 @@ module TencentCloud
6833
6869
  @SignComponentConfig.deserialize(params['SignComponentConfig'])
6834
6870
  end
6835
6871
  @ForbidEditWatermark = params['ForbidEditWatermark']
6872
+ @PreviewAfterStart = params['PreviewAfterStart']
6873
+ @SignAfterStart = params['SignAfterStart']
6874
+ @HideOperationSteps = params['HideOperationSteps']
6875
+ @SelfName = params['SelfName']
6876
+ @HideSignCodeAfterStart = params['HideSignCodeAfterStart']
6836
6877
  end
6837
6878
  end
6838
6879
 
@@ -6867,8 +6908,8 @@ module TencentCloud
6867
6908
 
6868
6909
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
6869
6910
  extend Gem::Deprecate
6870
- deprecate :Operator, :none, 2025, 10
6871
- deprecate :Operator=, :none, 2025, 10
6911
+ deprecate :Operator, :none, 2025, 11
6912
+ deprecate :Operator=, :none, 2025, 11
6872
6913
 
6873
6914
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
6874
6915
  @Agent = agent
@@ -6983,10 +7024,10 @@ module TencentCloud
6983
7024
 
6984
7025
  attr_accessor :Agent, :Operator, :Organization
6985
7026
  extend Gem::Deprecate
6986
- deprecate :Operator, :none, 2025, 10
6987
- deprecate :Operator=, :none, 2025, 10
6988
- deprecate :Organization, :none, 2025, 10
6989
- deprecate :Organization=, :none, 2025, 10
7027
+ deprecate :Operator, :none, 2025, 11
7028
+ deprecate :Operator=, :none, 2025, 11
7029
+ deprecate :Organization, :none, 2025, 11
7030
+ deprecate :Organization=, :none, 2025, 11
6990
7031
 
6991
7032
  def initialize(agent=nil, operator=nil, organization=nil)
6992
7033
  @Agent = agent
@@ -7198,10 +7239,10 @@ module TencentCloud
7198
7239
 
7199
7240
  attr_accessor :Agent, :AuthorizedOrganizationId, :AuthorizedOrganizationName, :PlatformAppAuthorization, :SealTypes, :AuthToMe, :AuthorizedOrganizationIds, :AuthorizedOrganizationNames
7200
7241
  extend Gem::Deprecate
7201
- deprecate :AuthorizedOrganizationId, :none, 2025, 10
7202
- deprecate :AuthorizedOrganizationId=, :none, 2025, 10
7203
- deprecate :AuthorizedOrganizationName, :none, 2025, 10
7204
- deprecate :AuthorizedOrganizationName=, :none, 2025, 10
7242
+ deprecate :AuthorizedOrganizationId, :none, 2025, 11
7243
+ deprecate :AuthorizedOrganizationId=, :none, 2025, 11
7244
+ deprecate :AuthorizedOrganizationName, :none, 2025, 11
7245
+ deprecate :AuthorizedOrganizationName=, :none, 2025, 11
7205
7246
 
7206
7247
  def initialize(agent=nil, authorizedorganizationid=nil, authorizedorganizationname=nil, platformappauthorization=nil, sealtypes=nil, authtome=nil, authorizedorganizationids=nil, authorizedorganizationnames=nil)
7207
7248
  @Agent = agent
@@ -7384,8 +7425,8 @@ module TencentCloud
7384
7425
 
7385
7426
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode, :SealDescription, :Options
7386
7427
  extend Gem::Deprecate
7387
- deprecate :Operator, :none, 2025, 10
7388
- deprecate :Operator=, :none, 2025, 10
7428
+ deprecate :Operator, :none, 2025, 11
7429
+ deprecate :Operator=, :none, 2025, 11
7389
7430
 
7390
7431
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil, sealdescription=nil, options=nil)
7391
7432
  @Agent = agent
@@ -7573,8 +7614,8 @@ module TencentCloud
7573
7614
 
7574
7615
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
7575
7616
  extend Gem::Deprecate
7576
- deprecate :Operator, :none, 2025, 10
7577
- deprecate :Operator=, :none, 2025, 10
7617
+ deprecate :Operator, :none, 2025, 11
7618
+ deprecate :Operator=, :none, 2025, 11
7578
7619
 
7579
7620
  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)
7580
7621
  @Agent = agent
@@ -7979,8 +8020,8 @@ module TencentCloud
7979
8020
 
7980
8021
  attr_accessor :Agent, :ReportId, :Operator, :ReportType
7981
8022
  extend Gem::Deprecate
7982
- deprecate :Operator, :none, 2025, 10
7983
- deprecate :Operator=, :none, 2025, 10
8023
+ deprecate :Operator, :none, 2025, 11
8024
+ deprecate :Operator=, :none, 2025, 11
7984
8025
 
7985
8026
  def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
7986
8027
  @Agent = agent
@@ -8323,8 +8364,8 @@ module TencentCloud
8323
8364
 
8324
8365
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
8325
8366
  extend Gem::Deprecate
8326
- deprecate :Operator, :none, 2025, 10
8327
- deprecate :Operator=, :none, 2025, 10
8367
+ deprecate :Operator, :none, 2025, 11
8368
+ deprecate :Operator=, :none, 2025, 11
8328
8369
 
8329
8370
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
8330
8371
  @Agent = agent
@@ -8410,8 +8451,8 @@ module TencentCloud
8410
8451
 
8411
8452
  attr_accessor :Agent, :FlowIds, :Operator
8412
8453
  extend Gem::Deprecate
8413
- deprecate :Operator, :none, 2025, 10
8414
- deprecate :Operator=, :none, 2025, 10
8454
+ deprecate :Operator, :none, 2025, 11
8455
+ deprecate :Operator=, :none, 2025, 11
8415
8456
 
8416
8457
  def initialize(agent=nil, flowids=nil, operator=nil)
8417
8458
  @Agent = agent
@@ -8538,8 +8579,8 @@ module TencentCloud
8538
8579
 
8539
8580
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator, :UserFlowTypeId
8540
8581
  extend Gem::Deprecate
8541
- deprecate :Operator, :none, 2025, 10
8542
- deprecate :Operator=, :none, 2025, 10
8582
+ deprecate :Operator, :none, 2025, 11
8583
+ deprecate :Operator=, :none, 2025, 11
8543
8584
 
8544
8585
  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)
8545
8586
  @Agent = agent
@@ -8653,8 +8694,8 @@ module TencentCloud
8653
8694
 
8654
8695
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
8655
8696
  extend Gem::Deprecate
8656
- deprecate :Operator, :none, 2025, 10
8657
- deprecate :Operator=, :none, 2025, 10
8697
+ deprecate :Operator, :none, 2025, 11
8698
+ deprecate :Operator=, :none, 2025, 11
8658
8699
 
8659
8700
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
8660
8701
  @Agent = agent
@@ -9208,8 +9249,8 @@ module TencentCloud
9208
9249
 
9209
9250
  attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
9210
9251
  extend Gem::Deprecate
9211
- deprecate :ReceiptId, :none, 2025, 10
9212
- deprecate :ReceiptId=, :none, 2025, 10
9252
+ deprecate :ReceiptId, :none, 2025, 11
9253
+ deprecate :ReceiptId=, :none, 2025, 11
9213
9254
 
9214
9255
  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)
9215
9256
  @ReceiptId = receiptid
@@ -9437,8 +9478,8 @@ module TencentCloud
9437
9478
 
9438
9479
  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
9439
9480
  extend Gem::Deprecate
9440
- deprecate :CallbackUrl, :none, 2025, 10
9441
- deprecate :CallbackUrl=, :none, 2025, 10
9481
+ deprecate :CallbackUrl, :none, 2025, 11
9482
+ deprecate :CallbackUrl=, :none, 2025, 11
9442
9483
 
9443
9484
  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)
9444
9485
  @Name = name
@@ -9770,8 +9811,8 @@ module TencentCloud
9770
9811
 
9771
9812
  attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
9772
9813
  extend Gem::Deprecate
9773
- deprecate :CallbackUrl, :none, 2025, 10
9774
- deprecate :CallbackUrl=, :none, 2025, 10
9814
+ deprecate :CallbackUrl, :none, 2025, 11
9815
+ deprecate :CallbackUrl=, :none, 2025, 11
9775
9816
 
9776
9817
  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)
9777
9818
  @FileIds = fileids
@@ -10035,8 +10076,8 @@ module TencentCloud
10035
10076
 
10036
10077
  attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
10037
10078
  extend Gem::Deprecate
10038
- deprecate :CallbackUrl, :none, 2025, 10
10039
- deprecate :CallbackUrl=, :none, 2025, 10
10079
+ deprecate :CallbackUrl, :none, 2025, 11
10080
+ deprecate :CallbackUrl=, :none, 2025, 11
10040
10081
 
10041
10082
  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)
10042
10083
  @FlowName = flowname
@@ -10690,8 +10731,8 @@ module TencentCloud
10690
10731
 
10691
10732
  attr_accessor :Agent, :DownLoadFlows, :Operator
10692
10733
  extend Gem::Deprecate
10693
- deprecate :Operator, :none, 2025, 10
10694
- deprecate :Operator=, :none, 2025, 10
10734
+ deprecate :Operator, :none, 2025, 11
10735
+ deprecate :Operator=, :none, 2025, 11
10695
10736
 
10696
10737
  def initialize(agent=nil, downloadflows=nil, operator=nil)
10697
10738
  @Agent = agent
@@ -11367,8 +11408,8 @@ module TencentCloud
11367
11408
 
11368
11409
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
11369
11410
  extend Gem::Deprecate
11370
- deprecate :Operator, :none, 2025, 10
11371
- deprecate :Operator=, :none, 2025, 10
11411
+ deprecate :Operator, :none, 2025, 11
11412
+ deprecate :Operator=, :none, 2025, 11
11372
11413
 
11373
11414
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
11374
11415
  @Agent = agent
@@ -11688,10 +11729,10 @@ module TencentCloud
11688
11729
 
11689
11730
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
11690
11731
  extend Gem::Deprecate
11691
- deprecate :ClientIp, :none, 2025, 10
11692
- deprecate :ClientIp=, :none, 2025, 10
11693
- deprecate :ProxyIp, :none, 2025, 10
11694
- deprecate :ProxyIp=, :none, 2025, 10
11732
+ deprecate :ClientIp, :none, 2025, 11
11733
+ deprecate :ClientIp=, :none, 2025, 11
11734
+ deprecate :ProxyIp, :none, 2025, 11
11735
+ deprecate :ProxyIp=, :none, 2025, 11
11695
11736
 
11696
11737
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
11697
11738
  @OrganizationOpenId = organizationopenid
@@ -11903,8 +11944,8 @@ module TencentCloud
11903
11944
 
11904
11945
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
11905
11946
  extend Gem::Deprecate
11906
- deprecate :Operator, :none, 2025, 10
11907
- deprecate :Operator=, :none, 2025, 10
11947
+ deprecate :Operator, :none, 2025, 11
11948
+ deprecate :Operator=, :none, 2025, 11
11908
11949
 
11909
11950
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
11910
11951
  @Agent = agent
@@ -12558,8 +12599,8 @@ module TencentCloud
12558
12599
 
12559
12600
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
12560
12601
  extend Gem::Deprecate
12561
- deprecate :CustomUserId, :none, 2025, 10
12562
- deprecate :CustomUserId=, :none, 2025, 10
12602
+ deprecate :CustomUserId, :none, 2025, 11
12603
+ deprecate :CustomUserId=, :none, 2025, 11
12563
12604
 
12564
12605
  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)
12565
12606
  @SignUrl = signurl
@@ -12727,8 +12768,8 @@ module TencentCloud
12727
12768
 
12728
12769
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
12729
12770
  extend Gem::Deprecate
12730
- deprecate :Operator, :none, 2025, 10
12731
- deprecate :Operator=, :none, 2025, 10
12771
+ deprecate :Operator, :none, 2025, 11
12772
+ deprecate :Operator=, :none, 2025, 11
12732
12773
 
12733
12774
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
12734
12775
  @Agent = agent
@@ -12827,8 +12868,8 @@ module TencentCloud
12827
12868
 
12828
12869
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
12829
12870
  extend Gem::Deprecate
12830
- deprecate :Operator, :none, 2025, 10
12831
- deprecate :Operator=, :none, 2025, 10
12871
+ deprecate :Operator, :none, 2025, 11
12872
+ deprecate :Operator=, :none, 2025, 11
12832
12873
 
12833
12874
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
12834
12875
  @Agent = agent
@@ -12966,8 +13007,8 @@ module TencentCloud
12966
13007
 
12967
13008
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available, :UserFlowType
12968
13009
  extend Gem::Deprecate
12969
- deprecate :IsPromoter, :none, 2025, 10
12970
- deprecate :IsPromoter=, :none, 2025, 10
13010
+ deprecate :IsPromoter, :none, 2025, 11
13011
+ deprecate :IsPromoter=, :none, 2025, 11
12971
13012
 
12972
13013
  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)
12973
13014
  @TemplateId = templateid
@@ -13109,8 +13150,8 @@ module TencentCloud
13109
13150
 
13110
13151
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
13111
13152
  extend Gem::Deprecate
13112
- deprecate :Operator, :none, 2025, 10
13113
- deprecate :Operator=, :none, 2025, 10
13153
+ deprecate :Operator, :none, 2025, 11
13154
+ deprecate :Operator=, :none, 2025, 11
13114
13155
 
13115
13156
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
13116
13157
  @Agent = agent
@@ -13253,14 +13294,14 @@ module TencentCloud
13253
13294
 
13254
13295
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
13255
13296
  extend Gem::Deprecate
13256
- deprecate :Channel, :none, 2025, 10
13257
- deprecate :Channel=, :none, 2025, 10
13258
- deprecate :CustomUserId, :none, 2025, 10
13259
- deprecate :CustomUserId=, :none, 2025, 10
13260
- deprecate :ClientIp, :none, 2025, 10
13261
- deprecate :ClientIp=, :none, 2025, 10
13262
- deprecate :ProxyIp, :none, 2025, 10
13263
- deprecate :ProxyIp=, :none, 2025, 10
13297
+ deprecate :Channel, :none, 2025, 11
13298
+ deprecate :Channel=, :none, 2025, 11
13299
+ deprecate :CustomUserId, :none, 2025, 11
13300
+ deprecate :CustomUserId=, :none, 2025, 11
13301
+ deprecate :ClientIp, :none, 2025, 11
13302
+ deprecate :ClientIp=, :none, 2025, 11
13303
+ deprecate :ProxyIp, :none, 2025, 11
13304
+ deprecate :ProxyIp=, :none, 2025, 11
13264
13305
 
13265
13306
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
13266
13307
  @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.1160
4
+ version: 3.0.1161
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-10-28 00:00:00.000000000 Z
11
+ date: 2025-11-04 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: