tencentcloud-sdk-ess 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/v20201111/models.rb +148 -96
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01959469ddeddfc1ed0e6df19e3f19e5f96f6cb4
4
- data.tar.gz: c45b2c34f3eab649ea93df60c5f39c1a4b194536
3
+ metadata.gz: a3d7165577af54fc517f7b6a7fdf0acde88f008f
4
+ data.tar.gz: e4eeca2a45bebab9de6260b158d4687f1d5c6686
5
5
  SHA512:
6
- metadata.gz: f5e9e43dd48ecb32f26d13f70ed37468ed06de731de64e0b9def65669b01564dcf723dbd721e6c244e2ceb6569c19e2cfadb9947a8ff04e45efdeeb8ac0c0d31
7
- data.tar.gz: 61071540777ea842e54d94ee34a9bdb630c57d716937fa4cb96d230caf1399c2497d8e5aefe1782c28c85019623a9f559665a924c31e920fe0c39ebb752f649b
6
+ metadata.gz: befda11ba36d9105550dbe4e6c0c7fb3a6f57cd0c13ce5d26d4e87c1423b3d9ad4f94a0252c0b96a8a3b995972fc8fb727b1fbcc6b54566bf1c16ec6fbe86508
7
+ data.tar.gz: 6e40017e1a22e6dd378b32ce87d9e683eb18c22fa34b7296717b74a1a6568be30d80521ff2358f888d1ba7710ed6cb45e8856b2bd480e399028eb90b0c146e4e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1160
1
+ 3.0.1161
@@ -51,12 +51,12 @@ module TencentCloud
51
51
 
52
52
  attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
53
53
  extend Gem::Deprecate
54
- deprecate :AppId, :none, 2025, 10
55
- deprecate :AppId=, :none, 2025, 10
56
- deprecate :ProxyAppId, :none, 2025, 10
57
- deprecate :ProxyAppId=, :none, 2025, 10
58
- deprecate :ProxyOperator, :none, 2025, 10
59
- deprecate :ProxyOperator=, :none, 2025, 10
54
+ deprecate :AppId, :none, 2025, 11
55
+ deprecate :AppId=, :none, 2025, 11
56
+ deprecate :ProxyAppId, :none, 2025, 11
57
+ deprecate :ProxyAppId=, :none, 2025, 11
58
+ deprecate :ProxyOperator, :none, 2025, 11
59
+ deprecate :ProxyOperator=, :none, 2025, 11
60
60
 
61
61
  def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
62
62
  @AppId = appid
@@ -388,7 +388,7 @@ module TencentCloud
388
388
 
389
389
 
390
390
  # 注:
391
- # 1. `使用动态签署人能力前,需登陆腾讯电子签控制台打开服务开关`
391
+ # 1. `使用动态签署人能力前,需登录腾讯电子签控制台打开服务开关`
392
392
  # 2. 此参数在嵌入式场景下无效。
393
393
  # @type FillType: Integer
394
394
  # @param FlowReadLimit: 签署人阅读合同限制参数
@@ -700,8 +700,8 @@ module TencentCloud
700
700
 
701
701
  attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
702
702
  extend Gem::Deprecate
703
- deprecate :CallbackUrl, :none, 2025, 10
704
- deprecate :CallbackUrl=, :none, 2025, 10
703
+ deprecate :CallbackUrl, :none, 2025, 11
704
+ deprecate :CallbackUrl=, :none, 2025, 11
705
705
 
706
706
  def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
707
707
  @UserInfo = userinfo
@@ -943,8 +943,8 @@ module TencentCloud
943
943
 
944
944
  attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
945
945
  extend Gem::Deprecate
946
- deprecate :Token, :none, 2025, 10
947
- deprecate :Token=, :none, 2025, 10
946
+ deprecate :Token, :none, 2025, 11
947
+ deprecate :Token=, :none, 2025, 11
948
948
 
949
949
  def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
950
950
  @CallbackUrl = callbackurl
@@ -974,12 +974,12 @@ module TencentCloud
974
974
 
975
975
  attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
976
976
  extend Gem::Deprecate
977
- deprecate :ApplicationId, :none, 2025, 10
978
- deprecate :ApplicationId=, :none, 2025, 10
979
- deprecate :OrganizationId, :none, 2025, 10
980
- deprecate :OrganizationId=, :none, 2025, 10
981
- deprecate :SubOrganizationId, :none, 2025, 10
982
- deprecate :SubOrganizationId=, :none, 2025, 10
977
+ deprecate :ApplicationId, :none, 2025, 11
978
+ deprecate :ApplicationId=, :none, 2025, 11
979
+ deprecate :OrganizationId, :none, 2025, 11
980
+ deprecate :OrganizationId=, :none, 2025, 11
981
+ deprecate :SubOrganizationId, :none, 2025, 11
982
+ deprecate :SubOrganizationId=, :none, 2025, 11
983
983
 
984
984
  def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
985
985
  @ApplicationId = applicationid
@@ -1424,6 +1424,11 @@ module TencentCloud
1424
1424
  # <ul><li> <b>UseSealSize</b>:使用印章设置的大小盖章,true表示使用印章设置的大小盖章,false表示使用签署控件的大小进行盖章;不传则为false</li></ul>
1425
1425
  # <b>参数样例</b>:`{"UseSealSize":true}`
1426
1426
 
1427
+ # <font color="red">签署意见功能设置,</font>当ComponentType为SIGN_OPINION时,可以通过以下参数设置签署意见的相关内容:
1428
+ # <ul><li> <b>Values</b>:签署意见预设的需要用户填写的的文本</li>
1429
+ # <li> <b>ValuesArray</b>:签署意见需要用户按顺序点击的分词(组合后应和Values内容一致)</li></ul>
1430
+ # <b>参数样例</b>:`{"Values":"我已知晓内容并同意签署","ValuesArray":["我","已知晓","内容","并","同意","签署"]}`
1431
+
1427
1432
  # <font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
1428
1433
  # <ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
1429
1434
  # 场景说明:如果使用关键字进行定位,但是指定的PDF文件中又没有设置的关键字时,发起合同会进行关键字是否存在的校验,如果关键字不存在,会进行报错返回。如果不希望进行报错,可以设置"IgnoreKeywordError"来忽略错误。请注意,如果关键字签署控件对应的签署方在整个PDF文件中一个签署控件都没有,还是会触发报错逻辑。
@@ -2205,6 +2210,8 @@ module TencentCloud
2205
2210
  # 2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。
2206
2211
  # 3. 签署完成后,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo" target="_blank">查询签署认证人脸视频</a>获取到当时的视频。
2207
2212
  # @type Intention: :class:`Tencentcloud::Ess.v20201111.models.Intention`
2213
+ # @param VideoVerifyTimesLimit: 用于指定进入视频签署的限制次数,次数取值范围:1 - 10,不设置则默认为5次,仅视频签署时生效。
2214
+ # @type VideoVerifyTimesLimit: Integer
2208
2215
  # @param CacheApproverInfo: 缓存签署人信息。在H5签署链接动态领取场景,首次填写后,选择缓存签署人信息,在下次签署人点击领取链接时,会自动将个人信息(姓名、身份证号、手机号)填入,否则需要每次手动填写。
2209
2216
 
2210
2217
  # 注: `若参与方为企业员工时,暂不支持对参与方信息进行缓存`
@@ -2217,9 +2224,9 @@ module TencentCloud
2217
2224
  # @param PresetApproverInfo: 预设的动态签署方的补充信息,仅匹配对应信息的签署方才能领取合同。暂时仅对个人参与方生效。
2218
2225
  # @type PresetApproverInfo: :class:`Tencentcloud::Ess.v20201111.models.PresetApproverInfo`
2219
2226
 
2220
- attr_accessor :FlowApproverInfo, :Agent, :Operator, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :CacheApproverInfo, :CanBatchReject, :PresetApproverInfo
2227
+ attr_accessor :FlowApproverInfo, :Agent, :Operator, :FlowIds, :FlowGroupId, :JumpUrl, :SignatureTypes, :ApproverSignTypes, :SignTypeSelector, :FlowBatchUrlInfo, :Intention, :VideoVerifyTimesLimit, :CacheApproverInfo, :CanBatchReject, :PresetApproverInfo
2221
2228
 
2222
- def initialize(flowapproverinfo=nil, agent=nil, operator=nil, flowids=nil, flowgroupid=nil, jumpurl=nil, signaturetypes=nil, approversigntypes=nil, signtypeselector=nil, flowbatchurlinfo=nil, intention=nil, cacheapproverinfo=nil, canbatchreject=nil, presetapproverinfo=nil)
2229
+ def initialize(flowapproverinfo=nil, agent=nil, operator=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)
2223
2230
  @FlowApproverInfo = flowapproverinfo
2224
2231
  @Agent = agent
2225
2232
  @Operator = operator
@@ -2231,6 +2238,7 @@ module TencentCloud
2231
2238
  @SignTypeSelector = signtypeselector
2232
2239
  @FlowBatchUrlInfo = flowbatchurlinfo
2233
2240
  @Intention = intention
2241
+ @VideoVerifyTimesLimit = videoverifytimeslimit
2234
2242
  @CacheApproverInfo = cacheapproverinfo
2235
2243
  @CanBatchReject = canbatchreject
2236
2244
  @PresetApproverInfo = presetapproverinfo
@@ -2263,6 +2271,7 @@ module TencentCloud
2263
2271
  @Intention = Intention.new
2264
2272
  @Intention.deserialize(params['Intention'])
2265
2273
  end
2274
+ @VideoVerifyTimesLimit = params['VideoVerifyTimesLimit']
2266
2275
  @CacheApproverInfo = params['CacheApproverInfo']
2267
2276
  @CanBatchReject = params['CanBatchReject']
2268
2277
  unless params['PresetApproverInfo'].nil?
@@ -2715,8 +2724,8 @@ module TencentCloud
2715
2724
 
2716
2725
  attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
2717
2726
  extend Gem::Deprecate
2718
- deprecate :Organization, :none, 2025, 10
2719
- deprecate :Organization=, :none, 2025, 10
2727
+ deprecate :Organization, :none, 2025, 11
2728
+ deprecate :Organization=, :none, 2025, 11
2720
2729
 
2721
2730
  def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
2722
2731
  @ResourceType = resourcetype
@@ -3787,8 +3796,8 @@ module TencentCloud
3787
3796
 
3788
3797
  attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
3789
3798
  extend Gem::Deprecate
3790
- deprecate :ReportUrl, :none, 2025, 10
3791
- deprecate :ReportUrl=, :none, 2025, 10
3799
+ deprecate :ReportUrl, :none, 2025, 11
3800
+ deprecate :ReportUrl=, :none, 2025, 11
3792
3801
 
3793
3802
  def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
3794
3803
  @ReportId = reportid
@@ -4183,7 +4192,7 @@ module TencentCloud
4183
4192
 
4184
4193
  # 注意:如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空
4185
4194
  # @type ForbidEditApprover: Boolean
4186
- # @param ForbidEditFlowProperties: 禁止设置设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
4195
+ # @param ForbidEditFlowProperties: 禁止设置签署流程属性 (顺序、合同签署认证方式等),若为true则在发起流程的可嵌入页面隐藏签署流程设置面板
4187
4196
  # @type ForbidEditFlowProperties: Boolean
4188
4197
  # @param HideComponentTypes: 在发起流程的可嵌入页面要隐藏的控件列表,和 ShowComponentTypes 参数 只能二选一使用(注:
4189
4198
  # <font color='red'>空数组代表未指定</font>),具体的控件类型如下
@@ -4254,10 +4263,37 @@ module TencentCloud
4254
4263
  # @param ForbidEditWatermark: 是否禁止编辑(展示)水印控件属性
4255
4264
  # <ul><li>(默认) false -否</li> <li> true - 禁止编辑</li></ul>
4256
4265
  # @type ForbidEditWatermark: Boolean
4266
+ # @param HideOperationInstructions: 隐藏操作指引: 具体的控件类型如下
4267
+
4268
+ # <ul><li>1 : 操作指引入口</li>
4269
+ # <li>2 : 操作文档</li>
4270
+ # <li>3 : 操作视频</li>
4271
+ # </ul>
4272
+ # 注:仅对新版页面生效
4273
+ # @type HideOperationInstructions: Array
4274
+ # @param HideOperationSteps: 隐藏操作步骤: 具体的控件类型如下
4257
4275
 
4258
- attr_accessor :CanEditFlow, :CanEditFormField, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :SkipUploadFile, :ForbidEditFillComponent, :CustomCreateFlowDescription, :ForbidAddApprover, :ForbidEditApprover, :ForbidEditFlowProperties, :HideComponentTypes, :ShowComponentTypes, :ResultPageConfig, :SignComponentConfig, :ForbidEditWatermark
4276
+ # <ul><li>1 : 选择文件及签署方</li>
4277
+ # <li>2 : 补充文件内容</li>
4278
+ # <li>4 : 发起前合同信息与设置确认</li>
4279
+ # </ul>
4280
+ # 注:仅对新版页面生效
4281
+ # @type HideOperationSteps: Array
4282
+ # @param SelfName: 本企业简称,注:仅对新版页面生效
4283
+ # @type SelfName: String
4284
+ # @param HideSignCodeAfterStart: 发起后签署码隐藏,默认false,注:仅对新版页面生效
4285
+ # @type HideSignCodeAfterStart: Boolean
4286
+ # @param PreviewAfterStart: 发起成功后是否预览合同 <ul><li>(默认) false -否</li> <li> true - 展示预览按钮</li></ul>
4287
+ # @type PreviewAfterStart: Boolean
4288
+ # @param SignAfterStart: 发起成功之后是否签署合同,仅当前经办人作为签署人时生效 <ul><li>(默认) false -否</li> <li> true - 展示签署按钮</li></ul>
4289
+ # @type SignAfterStart: Boolean
4259
4290
 
4260
- def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil, signcomponentconfig=nil, forbideditwatermark=nil)
4291
+ attr_accessor :CanEditFlow, :CanEditFormField, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :SkipUploadFile, :ForbidEditFillComponent, :CustomCreateFlowDescription, :ForbidAddApprover, :ForbidEditApprover, :ForbidEditFlowProperties, :HideComponentTypes, :ShowComponentTypes, :ResultPageConfig, :SignComponentConfig, :ForbidEditWatermark, :HideOperationInstructions, :HideOperationSteps, :SelfName, :HideSignCodeAfterStart, :PreviewAfterStart, :SignAfterStart
4292
+ extend Gem::Deprecate
4293
+ deprecate :HideOperationInstructions, :none, 2025, 11
4294
+ deprecate :HideOperationInstructions=, :none, 2025, 11
4295
+
4296
+ def initialize(caneditflow=nil, caneditformfield=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, skipuploadfile=nil, forbideditfillcomponent=nil, customcreateflowdescription=nil, forbidaddapprover=nil, forbideditapprover=nil, forbideditflowproperties=nil, hidecomponenttypes=nil, showcomponenttypes=nil, resultpageconfig=nil, signcomponentconfig=nil, forbideditwatermark=nil, hideoperationinstructions=nil, hideoperationsteps=nil, selfname=nil, hidesigncodeafterstart=nil, previewafterstart=nil, signafterstart=nil)
4261
4297
  @CanEditFlow = caneditflow
4262
4298
  @CanEditFormField = caneditformfield
4263
4299
  @HideShowFlowName = hideshowflowname
@@ -4275,6 +4311,12 @@ module TencentCloud
4275
4311
  @ResultPageConfig = resultpageconfig
4276
4312
  @SignComponentConfig = signcomponentconfig
4277
4313
  @ForbidEditWatermark = forbideditwatermark
4314
+ @HideOperationInstructions = hideoperationinstructions
4315
+ @HideOperationSteps = hideoperationsteps
4316
+ @SelfName = selfname
4317
+ @HideSignCodeAfterStart = hidesigncodeafterstart
4318
+ @PreviewAfterStart = previewafterstart
4319
+ @SignAfterStart = signafterstart
4278
4320
  end
4279
4321
 
4280
4322
  def deserialize(params)
@@ -4305,6 +4347,12 @@ module TencentCloud
4305
4347
  @SignComponentConfig.deserialize(params['SignComponentConfig'])
4306
4348
  end
4307
4349
  @ForbidEditWatermark = params['ForbidEditWatermark']
4350
+ @HideOperationInstructions = params['HideOperationInstructions']
4351
+ @HideOperationSteps = params['HideOperationSteps']
4352
+ @SelfName = params['SelfName']
4353
+ @HideSignCodeAfterStart = params['HideSignCodeAfterStart']
4354
+ @PreviewAfterStart = params['PreviewAfterStart']
4355
+ @SignAfterStart = params['SignAfterStart']
4308
4356
  end
4309
4357
  end
4310
4358
 
@@ -4459,10 +4507,10 @@ module TencentCloud
4459
4507
 
4460
4508
  attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl, :FlowDisplayType
4461
4509
  extend Gem::Deprecate
4462
- deprecate :RelatedFlowId, :none, 2025, 10
4463
- deprecate :RelatedFlowId=, :none, 2025, 10
4464
- deprecate :CallbackUrl, :none, 2025, 10
4465
- deprecate :CallbackUrl=, :none, 2025, 10
4510
+ deprecate :RelatedFlowId, :none, 2025, 11
4511
+ deprecate :RelatedFlowId=, :none, 2025, 11
4512
+ deprecate :CallbackUrl, :none, 2025, 11
4513
+ deprecate :CallbackUrl=, :none, 2025, 11
4466
4514
 
4467
4515
  def initialize(operator=nil, flowname=nil, approvers=nil, flowdescription=nil, flowtype=nil, clienttoken=nil, deadline=nil, remindedon=nil, userdata=nil, unordered=nil, customshowmap=nil, needsignreview=nil, agent=nil, ccinfos=nil, autosignscene=nil, relatedflowid=nil, callbackurl=nil, flowdisplaytype=nil)
4468
4516
  @Operator = operator
@@ -4655,6 +4703,8 @@ module TencentCloud
4655
4703
  # 2. 生成发起方预览链接时,该字段(FlowApproverInfos)可以传空或者不传。
4656
4704
 
4657
4705
  # @type FlowApproverInfos: Array
4706
+ # @param VideoVerifyTimesLimit: 用于指定进入视频签署的限制次数,次数取值范围:1 - 10,不设置则默认为5次,仅视频签署时生效。
4707
+ # @type VideoVerifyTimesLimit: Integer
4658
4708
  # @param Organization: 机构信息,暂未开放
4659
4709
  # @type Organization: :class:`Tencentcloud::Ess.v20201111.models.OrganizationInfo`
4660
4710
  # @param JumpUrl: 签署完之后的H5页面的跳转链接,最大长度1000个字符。链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>
@@ -4669,16 +4719,17 @@ module TencentCloud
4669
4719
  # 2. 如需生成发起方预览链接,则签署方信息应传空,即FlowApproverInfos传空或者不传。
4670
4720
  # @type UrlType: Integer
4671
4721
 
4672
- attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
4722
+ attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :VideoVerifyTimesLimit, :Organization, :JumpUrl, :UrlType
4673
4723
  extend Gem::Deprecate
4674
- deprecate :Organization, :none, 2025, 10
4675
- deprecate :Organization=, :none, 2025, 10
4724
+ deprecate :Organization, :none, 2025, 11
4725
+ deprecate :Organization=, :none, 2025, 11
4676
4726
 
4677
- def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
4727
+ def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, videoverifytimeslimit=nil, organization=nil, jumpurl=nil, urltype=nil)
4678
4728
  @FlowId = flowid
4679
4729
  @Operator = operator
4680
4730
  @Agent = agent
4681
4731
  @FlowApproverInfos = flowapproverinfos
4732
+ @VideoVerifyTimesLimit = videoverifytimeslimit
4682
4733
  @Organization = organization
4683
4734
  @JumpUrl = jumpurl
4684
4735
  @UrlType = urltype
@@ -4702,6 +4753,7 @@ module TencentCloud
4702
4753
  @FlowApproverInfos << flowcreateapprover_tmp
4703
4754
  end
4704
4755
  end
4756
+ @VideoVerifyTimesLimit = params['VideoVerifyTimesLimit']
4705
4757
  unless params['Organization'].nil?
4706
4758
  @Organization = OrganizationInfo.new
4707
4759
  @Organization.deserialize(params['Organization'])
@@ -5153,8 +5205,8 @@ module TencentCloud
5153
5205
 
5154
5206
  attr_accessor :Operator, :Agent, :Organization
5155
5207
  extend Gem::Deprecate
5156
- deprecate :Organization, :none, 2025, 10
5157
- deprecate :Organization=, :none, 2025, 10
5208
+ deprecate :Organization, :none, 2025, 11
5209
+ deprecate :Organization=, :none, 2025, 11
5158
5210
 
5159
5211
  def initialize(operator=nil, agent=nil, organization=nil)
5160
5212
  @Operator = operator
@@ -5470,12 +5522,12 @@ module TencentCloud
5470
5522
 
5471
5523
  attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
5472
5524
  extend Gem::Deprecate
5473
- deprecate :QrEffectiveDay, :none, 2025, 10
5474
- deprecate :QrEffectiveDay=, :none, 2025, 10
5475
- deprecate :CallbackUrl, :none, 2025, 10
5476
- deprecate :CallbackUrl=, :none, 2025, 10
5477
- deprecate :ApproverRestrictions, :none, 2025, 10
5478
- deprecate :ApproverRestrictions=, :none, 2025, 10
5525
+ deprecate :QrEffectiveDay, :none, 2025, 11
5526
+ deprecate :QrEffectiveDay=, :none, 2025, 11
5527
+ deprecate :CallbackUrl, :none, 2025, 11
5528
+ deprecate :CallbackUrl=, :none, 2025, 11
5529
+ deprecate :ApproverRestrictions, :none, 2025, 11
5530
+ deprecate :ApproverRestrictions=, :none, 2025, 11
5479
5531
 
5480
5532
  def initialize(operator=nil, templateid=nil, flowname=nil, maxflownum=nil, qreffectiveday=nil, floweffectiveday=nil, restrictions=nil, userdata=nil, callbackurl=nil, agent=nil, approverrestrictions=nil, approvercomponentlimittypes=nil, forbidpersonalmultiplesign=nil, flownameappendscannerinfo=nil, qrcodename=nil, qrcodeexpiredon=nil)
5481
5533
  @Operator = operator
@@ -6386,8 +6438,8 @@ module TencentCloud
6386
6438
 
6387
6439
  attr_accessor :Operator, :ResourceId, :FlowName, :ResourceType, :Unordered, :Deadline, :UserFlowTypeId, :FlowType, :Approvers, :IntelligentStatus, :Components, :FlowOption, :NeedSignReview, :NeedCreateReview, :UserData, :CcInfos, :FlowId, :Agent, :InitiatorComponents, :FlowDisplayType, :SignComponentConfig
6388
6440
  extend Gem::Deprecate
6389
- deprecate :SignComponentConfig, :none, 2025, 10
6390
- deprecate :SignComponentConfig=, :none, 2025, 10
6441
+ deprecate :SignComponentConfig, :none, 2025, 11
6442
+ deprecate :SignComponentConfig=, :none, 2025, 11
6391
6443
 
6392
6444
  def initialize(operator=nil, resourceid=nil, flowname=nil, resourcetype=nil, unordered=nil, deadline=nil, userflowtypeid=nil, flowtype=nil, approvers=nil, intelligentstatus=nil, components=nil, flowoption=nil, needsignreview=nil, needcreatereview=nil, userdata=nil, ccinfos=nil, flowid=nil, agent=nil, initiatorcomponents=nil, flowdisplaytype=nil, signcomponentconfig=nil)
6393
6445
  @Operator = operator
@@ -6556,8 +6608,8 @@ module TencentCloud
6556
6608
 
6557
6609
  attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
6558
6610
  extend Gem::Deprecate
6559
- deprecate :SealImage, :none, 2025, 10
6560
- deprecate :SealImage=, :none, 2025, 10
6611
+ deprecate :SealImage, :none, 2025, 11
6612
+ deprecate :SealImage=, :none, 2025, 11
6561
6613
 
6562
6614
  def initialize(username=nil, idcardnumber=nil, sealname=nil, operator=nil, idcardtype=nil, sealimage=nil, sealimagecompress=nil, mobile=nil, enableautosign=nil, sealcolor=nil, processseal=nil, fileid=nil, agent=nil, licensetype=nil, scenekey=nil)
6563
6615
  @UserName = username
@@ -9262,10 +9314,10 @@ module TencentCloud
9262
9314
 
9263
9315
  attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
9264
9316
  extend Gem::Deprecate
9265
- deprecate :CcToken, :none, 2025, 10
9266
- deprecate :CcToken=, :none, 2025, 10
9267
- deprecate :Scene, :none, 2025, 10
9268
- deprecate :Scene=, :none, 2025, 10
9317
+ deprecate :CcToken, :none, 2025, 11
9318
+ deprecate :CcToken=, :none, 2025, 11
9319
+ deprecate :Scene, :none, 2025, 11
9320
+ deprecate :Scene=, :none, 2025, 11
9269
9321
 
9270
9322
  def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
9271
9323
  @Operator = operator
@@ -9645,12 +9697,12 @@ module TencentCloud
9645
9697
 
9646
9698
  attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
9647
9699
  extend Gem::Deprecate
9648
- deprecate :IsChannel, :none, 2025, 10
9649
- deprecate :IsChannel=, :none, 2025, 10
9650
- deprecate :Organization, :none, 2025, 10
9651
- deprecate :Organization=, :none, 2025, 10
9652
- deprecate :GenerateSource, :none, 2025, 10
9653
- deprecate :GenerateSource=, :none, 2025, 10
9700
+ deprecate :IsChannel, :none, 2025, 11
9701
+ deprecate :IsChannel=, :none, 2025, 11
9702
+ deprecate :Organization, :none, 2025, 11
9703
+ deprecate :Organization=, :none, 2025, 11
9704
+ deprecate :GenerateSource, :none, 2025, 11
9705
+ deprecate :GenerateSource=, :none, 2025, 11
9654
9706
 
9655
9707
  def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
9656
9708
  @Operator = operator
@@ -10279,8 +10331,8 @@ module TencentCloud
10279
10331
 
10280
10332
  attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
10281
10333
  extend Gem::Deprecate
10282
- deprecate :ActivedTotal, :none, 2025, 10
10283
- deprecate :ActivedTotal=, :none, 2025, 10
10334
+ deprecate :ActivedTotal, :none, 2025, 11
10335
+ deprecate :ActivedTotal=, :none, 2025, 11
10284
10336
 
10285
10337
  def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
10286
10338
  @Total = total
@@ -11733,8 +11785,8 @@ module TencentCloud
11733
11785
 
11734
11786
  attr_accessor :ApproveMessage, :ApproveName, :ApproveStatus, :ReceiptId, :CustomUserId, :Mobile, :SignOrder, :ApproveTime, :ApproveType, :ApproverSource, :CustomApproverTag, :OrganizationId, :OrganizationName, :SignId, :ApproverRoleName, :RecipientId
11735
11787
  extend Gem::Deprecate
11736
- deprecate :ReceiptId, :none, 2025, 10
11737
- deprecate :ReceiptId=, :none, 2025, 10
11788
+ deprecate :ReceiptId, :none, 2025, 11
11789
+ deprecate :ReceiptId=, :none, 2025, 11
11738
11790
 
11739
11791
  def initialize(approvemessage=nil, approvename=nil, approvestatus=nil, receiptid=nil, customuserid=nil, mobile=nil, signorder=nil, approvetime=nil, approvetype=nil, approversource=nil, customapprovertag=nil, organizationid=nil, organizationname=nil, signid=nil, approverrolename=nil, recipientid=nil)
11740
11792
  @ApproveMessage = approvemessage
@@ -12121,8 +12173,8 @@ module TencentCloud
12121
12173
 
12122
12174
  attr_accessor :ApproverType, :OrganizationName, :ApproverName, :ApproverMobile, :ApproverIdCardType, :ApproverIdCardNumber, :RecipientId, :VerifyChannel, :NotifyType, :IsFullText, :PreReadTime, :UserId, :Required, :ApproverSource, :CustomApproverTag, :RegisterInfo, :ApproverOption, :JumpUrl, :SignId, :ApproverNeedSignReview, :SignComponents, :Components, :ComponentLimitType, :ApproverVerifyTypes, :ApproverSignTypes, :SignTypeSelector, :Deadline, :Intention, :SignEndpoints
12123
12175
  extend Gem::Deprecate
12124
- deprecate :JumpUrl, :none, 2025, 10
12125
- deprecate :JumpUrl=, :none, 2025, 10
12176
+ deprecate :JumpUrl, :none, 2025, 11
12177
+ deprecate :JumpUrl=, :none, 2025, 11
12126
12178
 
12127
12179
  def initialize(approvertype=nil, organizationname=nil, approvername=nil, approvermobile=nil, approveridcardtype=nil, approveridcardnumber=nil, recipientid=nil, verifychannel=nil, notifytype=nil, isfulltext=nil, prereadtime=nil, userid=nil, required=nil, approversource=nil, customapprovertag=nil, registerinfo=nil, approveroption=nil, jumpurl=nil, signid=nil, approverneedsignreview=nil, signcomponents=nil, components=nil, componentlimittype=nil, approververifytypes=nil, approversigntypes=nil, signtypeselector=nil, deadline=nil, intention=nil, signendpoints=nil)
12128
12180
  @ApproverType = approvertype
@@ -12437,8 +12489,8 @@ module TencentCloud
12437
12489
 
12438
12490
  attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene, :FlowDisplayType
12439
12491
  extend Gem::Deprecate
12440
- deprecate :CallbackUrl, :none, 2025, 10
12441
- deprecate :CallbackUrl=, :none, 2025, 10
12492
+ deprecate :CallbackUrl, :none, 2025, 11
12493
+ deprecate :CallbackUrl=, :none, 2025, 11
12442
12494
 
12443
12495
  def initialize(flowname=nil, approvers=nil, fileids=nil, templateid=nil, flowtype=nil, flowdescription=nil, deadline=nil, callbackurl=nil, userdata=nil, unordered=nil, components=nil, needsignreview=nil, autosignscene=nil, flowdisplaytype=nil)
12444
12496
  @FlowName = flowname
@@ -13110,8 +13162,8 @@ module TencentCloud
13110
13162
 
13111
13163
  attr_accessor :TaskId, :Operator, :Agent, :Organization
13112
13164
  extend Gem::Deprecate
13113
- deprecate :Organization, :none, 2025, 10
13114
- deprecate :Organization=, :none, 2025, 10
13165
+ deprecate :Organization, :none, 2025, 11
13166
+ deprecate :Organization=, :none, 2025, 11
13115
13167
 
13116
13168
  def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
13117
13169
  @TaskId = taskid
@@ -14638,16 +14690,16 @@ module TencentCloud
14638
14690
 
14639
14691
  attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
14640
14692
  extend Gem::Deprecate
14641
- deprecate :OrganizationId, :none, 2025, 10
14642
- deprecate :OrganizationId=, :none, 2025, 10
14643
- deprecate :Channel, :none, 2025, 10
14644
- deprecate :Channel=, :none, 2025, 10
14645
- deprecate :OrganizationOpenId, :none, 2025, 10
14646
- deprecate :OrganizationOpenId=, :none, 2025, 10
14647
- deprecate :ClientIp, :none, 2025, 10
14648
- deprecate :ClientIp=, :none, 2025, 10
14649
- deprecate :ProxyIp, :none, 2025, 10
14650
- deprecate :ProxyIp=, :none, 2025, 10
14693
+ deprecate :OrganizationId, :none, 2025, 11
14694
+ deprecate :OrganizationId=, :none, 2025, 11
14695
+ deprecate :Channel, :none, 2025, 11
14696
+ deprecate :Channel=, :none, 2025, 11
14697
+ deprecate :OrganizationOpenId, :none, 2025, 11
14698
+ deprecate :OrganizationOpenId=, :none, 2025, 11
14699
+ deprecate :ClientIp, :none, 2025, 11
14700
+ deprecate :ClientIp=, :none, 2025, 11
14701
+ deprecate :ProxyIp, :none, 2025, 11
14702
+ deprecate :ProxyIp=, :none, 2025, 11
14651
14703
 
14652
14704
  def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
14653
14705
  @OrganizationId = organizationid
@@ -15133,10 +15185,10 @@ module TencentCloud
15133
15185
 
15134
15186
  attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode, :OrganizationAddress, :AuthorizationTypes, :AuthorizationType
15135
15187
  extend Gem::Deprecate
15136
- deprecate :Uscc, :none, 2025, 10
15137
- deprecate :Uscc=, :none, 2025, 10
15138
- deprecate :AuthorizationTypes, :none, 2025, 10
15139
- deprecate :AuthorizationTypes=, :none, 2025, 10
15188
+ deprecate :Uscc, :none, 2025, 11
15189
+ deprecate :Uscc=, :none, 2025, 11
15190
+ deprecate :AuthorizationTypes, :none, 2025, 11
15191
+ deprecate :AuthorizationTypes=, :none, 2025, 11
15140
15192
 
15141
15193
  def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil, organizationaddress=nil, authorizationtypes=nil, authorizationtype=nil)
15142
15194
  @LegalName = legalname
@@ -15272,8 +15324,8 @@ module TencentCloud
15272
15324
 
15273
15325
  attr_accessor :Name, :Mobile, :RelievedApproverReceiptId, :ApproverType, :ApproverSignComponentType, :ApproverSignRole, :ApproverSignSealId, :RelievedApproverRecipientId
15274
15326
  extend Gem::Deprecate
15275
- deprecate :RelievedApproverReceiptId, :none, 2025, 10
15276
- deprecate :RelievedApproverReceiptId=, :none, 2025, 10
15327
+ deprecate :RelievedApproverReceiptId, :none, 2025, 11
15328
+ deprecate :RelievedApproverReceiptId=, :none, 2025, 11
15277
15329
 
15278
15330
  def initialize(name=nil, mobile=nil, relievedapproverreceiptid=nil, approvertype=nil, approversigncomponenttype=nil, approversignrole=nil, approversignsealid=nil, relievedapproverrecipientid=nil)
15279
15331
  @Name = name
@@ -15764,8 +15816,8 @@ module TencentCloud
15764
15816
 
15765
15817
  attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
15766
15818
  extend Gem::Deprecate
15767
- deprecate :ClientToken, :none, 2025, 10
15768
- deprecate :ClientToken=, :none, 2025, 10
15819
+ deprecate :ClientToken, :none, 2025, 11
15820
+ deprecate :ClientToken=, :none, 2025, 11
15769
15821
 
15770
15822
  def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
15771
15823
  @Operator = operator
@@ -16091,8 +16143,8 @@ module TencentCloud
16091
16143
 
16092
16144
  attr_accessor :TemplateId, :TemplateName, :Recipients, :Components, :SignComponents, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :CreatorId, :PreviewUrl, :UserFlowType, :TemplateVersion, :Published, :ShareTemplateId, :TemplateSeals, :Seals
16093
16145
  extend Gem::Deprecate
16094
- deprecate :Seals, :none, 2025, 10
16095
- deprecate :Seals=, :none, 2025, 10
16146
+ deprecate :Seals, :none, 2025, 11
16147
+ deprecate :Seals=, :none, 2025, 11
16096
16148
 
16097
16149
  def initialize(templateid=nil, templatename=nil, recipients=nil, components=nil, signcomponents=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, creatorid=nil, previewurl=nil, userflowtype=nil, templateversion=nil, published=nil, sharetemplateid=nil, templateseals=nil, seals=nil)
16098
16150
  @TemplateId = templateid
@@ -16443,8 +16495,8 @@ module TencentCloud
16443
16495
 
16444
16496
  attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
16445
16497
  extend Gem::Deprecate
16446
- deprecate :FileUrls, :none, 2025, 10
16447
- deprecate :FileUrls=, :none, 2025, 10
16498
+ deprecate :FileUrls, :none, 2025, 11
16499
+ deprecate :FileUrls=, :none, 2025, 11
16448
16500
 
16449
16501
  def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
16450
16502
  @BusinessType = businesstype
@@ -16547,14 +16599,14 @@ module TencentCloud
16547
16599
 
16548
16600
  attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
16549
16601
  extend Gem::Deprecate
16550
- deprecate :Channel, :none, 2025, 10
16551
- deprecate :Channel=, :none, 2025, 10
16552
- deprecate :OpenId, :none, 2025, 10
16553
- deprecate :OpenId=, :none, 2025, 10
16554
- deprecate :ClientIp, :none, 2025, 10
16555
- deprecate :ClientIp=, :none, 2025, 10
16556
- deprecate :ProxyIp, :none, 2025, 10
16557
- deprecate :ProxyIp=, :none, 2025, 10
16602
+ deprecate :Channel, :none, 2025, 11
16603
+ deprecate :Channel=, :none, 2025, 11
16604
+ deprecate :OpenId, :none, 2025, 11
16605
+ deprecate :OpenId=, :none, 2025, 11
16606
+ deprecate :ClientIp, :none, 2025, 11
16607
+ deprecate :ClientIp=, :none, 2025, 11
16608
+ deprecate :ProxyIp, :none, 2025, 11
16609
+ deprecate :ProxyIp=, :none, 2025, 11
16558
16610
 
16559
16611
  def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
16560
16612
  @UserId = userid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ess
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
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20201111/models.rb
37
- - lib/v20201111/client.rb
38
36
  - lib/tencentcloud-sdk-ess.rb
37
+ - lib/v20201111/client.rb
38
+ - lib/v20201111/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: