tencentcloud-sdk-ess 3.0.761 → 3.0.763

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a1442098c886e1eab81f3335002f0ab0ff975bd
4
- data.tar.gz: 65f122a3aea782b6658ca49739b55dc8c008d241
3
+ metadata.gz: 761029ff51e5ecb7915995a74e0807a80c38e8de
4
+ data.tar.gz: 69014567040e725e8b859c3593542b47b704b8d3
5
5
  SHA512:
6
- metadata.gz: 28a6e471426b7d45de7d747d9b8c351972c5958eaf7f2b6c9d7d2f4bb44ebc1121f5bc190814289914124f7035171b570bb9dbf64e29b1834e4b6bca282fbe88
7
- data.tar.gz: a9649600f215a099336c4c2ab3eb79754683cef38bfcf3332f8c7e857336e161f8be27ff1c07a25e735d54062d1473aa030a3bf53016459ffddeca70207513b7
6
+ metadata.gz: 0f35e032df15a7f647e5e51f76da58e0691ae302f2f73669b0f37984549ff86c13f014590e630d406568c5ad6dfb6fbbe8ab2c80e87abc7f78f844291d9fda8c
7
+ data.tar.gz: 14988495880b9881f9765cce3dd349dc8e940a9f298858682bb4e877d920e9df6a82258a3ddaba06f61a7fb710ad5b7871c87addbb519756854df07013ea410a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.761
1
+ 3.0.763
@@ -275,10 +275,45 @@ module TencentCloud
275
275
 
276
276
  # 创建签署流程电子文档<br />
277
277
 
278
- # 注:该接口需要给对应的流程指定一个模板id,并且填充该模板中需要补充的信息。需要配置<a href="https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow" target="_blank">创建签署流程</a>和<a href="https://qian.tencent.com/developers/companyApis/startFlows/StartFlow" target="_blank">发起签署流程</a>接口使用。具体逻辑可以参考下图:
278
+ # ### 调用流程
279
+ # 该接口需要给对应的流程指定一个模板id,并且填充该模板中需要补充的信息。需要配置<a href="https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow" target="_blank">创建签署流程</a>和<a href="https://qian.tencent.com/developers/companyApis/startFlows/StartFlow" target="_blank">发起签署流程</a>接口使用。具体逻辑可以参考下图:
279
280
 
280
281
  # ![image](https://qcloudimg.tencent-cloud.cn/raw/06f2bc0f1772d8deac2f92b5df61a5ac.png)
281
282
 
283
+
284
+ # ### 填充模版中定义的填写控件
285
+ # 模版中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充
286
+
287
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/37457e0e450fc221effddfcb8b1bad55.png)
288
+
289
+ # 填充的传参示例如下
290
+
291
+ # ```
292
+ # request.FormFields = [{
293
+ # "ComponentName": "项目的名字",
294
+ # "ComponentValue": "休闲山庄"
295
+ # }, {
296
+ # "ComponentName": "项目的地址",
297
+ # "ComponentValue": "凤凰山北侧",
298
+ # }, {
299
+ # "ComponentName": "范围",
300
+ # "ComponentValue": "凤凰山至107国道",
301
+ # }, {
302
+ # "ComponentName": "面积",
303
+ # "ComponentValue": "100亩",
304
+ # }, {
305
+ # "ComponentName": "基本情况",
306
+ # "ComponentValue": "完好",
307
+ # }, , {
308
+ # "ComponentName": "用途",
309
+ # "ComponentValue": "经营农家乐",
310
+ # }
311
+ # ]
312
+ # ```
313
+ # 合成后合同样子示例
314
+
315
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/140a2fb771ac66a185d0a000d37485f6.png)
316
+
282
317
  # @param request: Request instance for CreateDocument.
283
318
  # @type request: :class:`Tencentcloud::ess::V20201111::CreateDocumentRequest`
284
319
  # @rtype: :class:`Tencentcloud::ess::V20201111::CreateDocumentResponse`
@@ -54,12 +54,12 @@ module TencentCloud
54
54
 
55
55
  attr_accessor :AppId, :ProxyAppId, :ProxyOrganizationId, :ProxyOperator
56
56
  extend Gem::Deprecate
57
- deprecate :AppId, :none, 2024, 1
58
- deprecate :AppId=, :none, 2024, 1
59
- deprecate :ProxyAppId, :none, 2024, 1
60
- deprecate :ProxyAppId=, :none, 2024, 1
61
- deprecate :ProxyOperator, :none, 2024, 1
62
- deprecate :ProxyOperator=, :none, 2024, 1
57
+ deprecate :AppId, :none, 2024, 2
58
+ deprecate :AppId=, :none, 2024, 2
59
+ deprecate :ProxyAppId, :none, 2024, 2
60
+ deprecate :ProxyAppId=, :none, 2024, 2
61
+ deprecate :ProxyOperator, :none, 2024, 2
62
+ deprecate :ProxyOperator=, :none, 2024, 2
63
63
 
64
64
  def initialize(appid=nil, proxyappid=nil, proxyorganizationid=nil, proxyoperator=nil)
65
65
  @AppId = appid
@@ -498,8 +498,8 @@ module TencentCloud
498
498
 
499
499
  attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType
500
500
  extend Gem::Deprecate
501
- deprecate :CallbackUrl, :none, 2024, 1
502
- deprecate :CallbackUrl=, :none, 2024, 1
501
+ deprecate :CallbackUrl, :none, 2024, 2
502
+ deprecate :CallbackUrl=, :none, 2024, 2
503
503
 
504
504
  def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil)
505
505
  @UserInfo = userinfo
@@ -688,8 +688,8 @@ module TencentCloud
688
688
 
689
689
  attr_accessor :CallbackUrl, :Token, :CallbackKey, :CallbackToken
690
690
  extend Gem::Deprecate
691
- deprecate :Token, :none, 2024, 1
692
- deprecate :Token=, :none, 2024, 1
691
+ deprecate :Token, :none, 2024, 2
692
+ deprecate :Token=, :none, 2024, 2
693
693
 
694
694
  def initialize(callbackurl=nil, token=nil, callbackkey=nil, callbacktoken=nil)
695
695
  @CallbackUrl = callbackurl
@@ -719,12 +719,12 @@ module TencentCloud
719
719
 
720
720
  attr_accessor :ApplicationId, :OrganizationId, :OperatorId, :SubOrganizationId
721
721
  extend Gem::Deprecate
722
- deprecate :ApplicationId, :none, 2024, 1
723
- deprecate :ApplicationId=, :none, 2024, 1
724
- deprecate :OrganizationId, :none, 2024, 1
725
- deprecate :OrganizationId=, :none, 2024, 1
726
- deprecate :SubOrganizationId, :none, 2024, 1
727
- deprecate :SubOrganizationId=, :none, 2024, 1
722
+ deprecate :ApplicationId, :none, 2024, 2
723
+ deprecate :ApplicationId=, :none, 2024, 2
724
+ deprecate :OrganizationId, :none, 2024, 2
725
+ deprecate :OrganizationId=, :none, 2024, 2
726
+ deprecate :SubOrganizationId, :none, 2024, 2
727
+ deprecate :SubOrganizationId=, :none, 2024, 2
728
728
 
729
729
  def initialize(applicationid=nil, organizationid=nil, operatorid=nil, suborganizationid=nil)
730
730
  @ApplicationId = applicationid
@@ -1573,8 +1573,8 @@ module TencentCloud
1573
1573
 
1574
1574
  attr_accessor :ResourceType, :ResourceName, :ResourceId, :Operator, :Agent, :Organization
1575
1575
  extend Gem::Deprecate
1576
- deprecate :Organization, :none, 2024, 1
1577
- deprecate :Organization=, :none, 2024, 1
1576
+ deprecate :Organization, :none, 2024, 2
1577
+ deprecate :Organization=, :none, 2024, 2
1578
1578
 
1579
1579
  def initialize(resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, agent=nil, organization=nil)
1580
1580
  @ResourceType = resourcetype
@@ -2225,13 +2225,18 @@ module TencentCloud
2225
2225
  # @param Agent: 代理企业和员工的信息。
2226
2226
  # 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
2227
2227
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
2228
+ # @param ReportType: 指定申请的报告类型,可选类型如下:
2229
+ # <ul><li> **0** :合同签署报告(默认)</li>
2230
+ # <li> **1** :公证处核验报告</li></ul>
2231
+ # @type ReportType: Integer
2228
2232
 
2229
- attr_accessor :Operator, :FlowId, :Agent
2233
+ attr_accessor :Operator, :FlowId, :Agent, :ReportType
2230
2234
 
2231
- def initialize(operator=nil, flowid=nil, agent=nil)
2235
+ def initialize(operator=nil, flowid=nil, agent=nil, reporttype=nil)
2232
2236
  @Operator = operator
2233
2237
  @FlowId = flowid
2234
2238
  @Agent = agent
2239
+ @ReportType = reporttype
2235
2240
  end
2236
2241
 
2237
2242
  def deserialize(params)
@@ -2244,6 +2249,7 @@ module TencentCloud
2244
2249
  @Agent = Agent.new
2245
2250
  @Agent.deserialize(params['Agent'])
2246
2251
  end
2252
+ @ReportType = params['ReportType']
2247
2253
  end
2248
2254
  end
2249
2255
 
@@ -2267,8 +2273,8 @@ module TencentCloud
2267
2273
 
2268
2274
  attr_accessor :ReportId, :Status, :ReportUrl, :RequestId
2269
2275
  extend Gem::Deprecate
2270
- deprecate :ReportUrl, :none, 2024, 1
2271
- deprecate :ReportUrl=, :none, 2024, 1
2276
+ deprecate :ReportUrl, :none, 2024, 2
2277
+ deprecate :ReportUrl=, :none, 2024, 2
2272
2278
 
2273
2279
  def initialize(reportid=nil, status=nil, reporturl=nil, requestid=nil)
2274
2280
  @ReportId = reportid
@@ -2729,10 +2735,10 @@ module TencentCloud
2729
2735
 
2730
2736
  attr_accessor :Operator, :FlowName, :Approvers, :FlowDescription, :FlowType, :ClientToken, :DeadLine, :RemindedOn, :UserData, :Unordered, :CustomShowMap, :NeedSignReview, :Agent, :CcInfos, :AutoSignScene, :RelatedFlowId, :CallbackUrl
2731
2737
  extend Gem::Deprecate
2732
- deprecate :RelatedFlowId, :none, 2024, 1
2733
- deprecate :RelatedFlowId=, :none, 2024, 1
2734
- deprecate :CallbackUrl, :none, 2024, 1
2735
- deprecate :CallbackUrl=, :none, 2024, 1
2738
+ deprecate :RelatedFlowId, :none, 2024, 2
2739
+ deprecate :RelatedFlowId=, :none, 2024, 2
2740
+ deprecate :CallbackUrl, :none, 2024, 2
2741
+ deprecate :CallbackUrl=, :none, 2024, 2
2736
2742
 
2737
2743
  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)
2738
2744
  @Operator = operator
@@ -2930,8 +2936,8 @@ module TencentCloud
2930
2936
 
2931
2937
  attr_accessor :FlowId, :Operator, :Agent, :FlowApproverInfos, :Organization, :JumpUrl, :UrlType
2932
2938
  extend Gem::Deprecate
2933
- deprecate :Organization, :none, 2024, 1
2934
- deprecate :Organization=, :none, 2024, 1
2939
+ deprecate :Organization, :none, 2024, 2
2940
+ deprecate :Organization=, :none, 2024, 2
2935
2941
 
2936
2942
  def initialize(flowid=nil, operator=nil, agent=nil, flowapproverinfos=nil, organization=nil, jumpurl=nil, urltype=nil)
2937
2943
  @FlowId = flowid
@@ -3323,10 +3329,10 @@ module TencentCloud
3323
3329
 
3324
3330
  attr_accessor :Operator, :TemplateId, :FlowName, :MaxFlowNum, :QrEffectiveDay, :FlowEffectiveDay, :Restrictions, :UserData, :CallbackUrl, :Agent, :ApproverRestrictions, :ApproverComponentLimitTypes
3325
3331
  extend Gem::Deprecate
3326
- deprecate :CallbackUrl, :none, 2024, 1
3327
- deprecate :CallbackUrl=, :none, 2024, 1
3328
- deprecate :ApproverRestrictions, :none, 2024, 1
3329
- deprecate :ApproverRestrictions=, :none, 2024, 1
3332
+ deprecate :CallbackUrl, :none, 2024, 2
3333
+ deprecate :CallbackUrl=, :none, 2024, 2
3334
+ deprecate :ApproverRestrictions, :none, 2024, 2
3335
+ deprecate :ApproverRestrictions=, :none, 2024, 2
3330
3336
 
3331
3337
  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)
3332
3338
  @Operator = operator
@@ -3882,8 +3888,8 @@ module TencentCloud
3882
3888
 
3883
3889
  attr_accessor :UserName, :IdCardNumber, :SealName, :Operator, :IdCardType, :SealImage, :SealImageCompress, :Mobile, :EnableAutoSign, :SealColor, :ProcessSeal, :FileId, :Agent, :LicenseType, :SceneKey
3884
3890
  extend Gem::Deprecate
3885
- deprecate :SealImage, :none, 2024, 1
3886
- deprecate :SealImage=, :none, 2024, 1
3891
+ deprecate :SealImage, :none, 2024, 2
3892
+ deprecate :SealImage=, :none, 2024, 2
3887
3893
 
3888
3894
  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)
3889
3895
  @UserName = username
@@ -5301,10 +5307,10 @@ module TencentCloud
5301
5307
 
5302
5308
  attr_accessor :Operator, :BusinessType, :BusinessIds, :FileName, :FileType, :Offset, :Limit, :UrlTtl, :CcToken, :Scene, :Agent
5303
5309
  extend Gem::Deprecate
5304
- deprecate :CcToken, :none, 2024, 1
5305
- deprecate :CcToken=, :none, 2024, 1
5306
- deprecate :Scene, :none, 2024, 1
5307
- deprecate :Scene=, :none, 2024, 1
5310
+ deprecate :CcToken, :none, 2024, 2
5311
+ deprecate :CcToken=, :none, 2024, 2
5312
+ deprecate :Scene, :none, 2024, 2
5313
+ deprecate :Scene=, :none, 2024, 2
5308
5314
 
5309
5315
  def initialize(operator=nil, businesstype=nil, businessids=nil, filename=nil, filetype=nil, offset=nil, limit=nil, urlttl=nil, cctoken=nil, scene=nil, agent=nil)
5310
5316
  @Operator = operator
@@ -5510,13 +5516,18 @@ module TencentCloud
5510
5516
  # @param Agent: 代理企业和员工的信息。
5511
5517
  # 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
5512
5518
  # @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
5519
+ # @param ReportType: 指定申请的报告类型,可选类型如下:
5520
+ # <ul><li> **0** :合同签署报告(默认)</li>
5521
+ # <li> **1** :公证处核验报告</li></ul>
5522
+ # @type ReportType: Integer
5513
5523
 
5514
- attr_accessor :Operator, :ReportId, :Agent
5524
+ attr_accessor :Operator, :ReportId, :Agent, :ReportType
5515
5525
 
5516
- def initialize(operator=nil, reportid=nil, agent=nil)
5526
+ def initialize(operator=nil, reportid=nil, agent=nil, reporttype=nil)
5517
5527
  @Operator = operator
5518
5528
  @ReportId = reportid
5519
5529
  @Agent = agent
5530
+ @ReportType = reporttype
5520
5531
  end
5521
5532
 
5522
5533
  def deserialize(params)
@@ -5529,6 +5540,7 @@ module TencentCloud
5529
5540
  @Agent = Agent.new
5530
5541
  @Agent.deserialize(params['Agent'])
5531
5542
  end
5543
+ @ReportType = params['ReportType']
5532
5544
  end
5533
5545
  end
5534
5546
 
@@ -5678,12 +5690,12 @@ module TencentCloud
5678
5690
 
5679
5691
  attr_accessor :Operator, :Agent, :ContentType, :Filters, :Offset, :Limit, :ApplicationId, :IsChannel, :Organization, :GenerateSource, :WithPreviewUrl
5680
5692
  extend Gem::Deprecate
5681
- deprecate :IsChannel, :none, 2024, 1
5682
- deprecate :IsChannel=, :none, 2024, 1
5683
- deprecate :Organization, :none, 2024, 1
5684
- deprecate :Organization=, :none, 2024, 1
5685
- deprecate :GenerateSource, :none, 2024, 1
5686
- deprecate :GenerateSource=, :none, 2024, 1
5693
+ deprecate :IsChannel, :none, 2024, 2
5694
+ deprecate :IsChannel=, :none, 2024, 2
5695
+ deprecate :Organization, :none, 2024, 2
5696
+ deprecate :Organization=, :none, 2024, 2
5697
+ deprecate :GenerateSource, :none, 2024, 2
5698
+ deprecate :GenerateSource=, :none, 2024, 2
5687
5699
 
5688
5700
  def initialize(operator=nil, agent=nil, contenttype=nil, filters=nil, offset=nil, limit=nil, applicationid=nil, ischannel=nil, organization=nil, generatesource=nil, withpreviewurl=nil)
5689
5701
  @Operator = operator
@@ -6111,8 +6123,8 @@ module TencentCloud
6111
6123
 
6112
6124
  attr_accessor :Total, :JoinedTotal, :ActivedTotal, :ExportUrl, :List, :ActivatedTotal, :RequestId
6113
6125
  extend Gem::Deprecate
6114
- deprecate :ActivedTotal, :none, 2024, 1
6115
- deprecate :ActivedTotal=, :none, 2024, 1
6126
+ deprecate :ActivedTotal, :none, 2024, 2
6127
+ deprecate :ActivedTotal=, :none, 2024, 2
6116
6128
 
6117
6129
  def initialize(total=nil, joinedtotal=nil, activedtotal=nil, exporturl=nil, list=nil, activatedtotal=nil, requestid=nil)
6118
6130
  @Total = total
@@ -7227,8 +7239,8 @@ module TencentCloud
7227
7239
 
7228
7240
  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
7229
7241
  extend Gem::Deprecate
7230
- deprecate :JumpUrl, :none, 2024, 1
7231
- deprecate :JumpUrl=, :none, 2024, 1
7242
+ deprecate :JumpUrl, :none, 2024, 2
7243
+ deprecate :JumpUrl=, :none, 2024, 2
7232
7244
 
7233
7245
  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)
7234
7246
  @ApproverType = approvertype
@@ -7438,8 +7450,8 @@ module TencentCloud
7438
7450
 
7439
7451
  attr_accessor :FlowName, :Approvers, :FileIds, :TemplateId, :FlowType, :FlowDescription, :Deadline, :CallbackUrl, :UserData, :Unordered, :Components, :NeedSignReview, :AutoSignScene
7440
7452
  extend Gem::Deprecate
7441
- deprecate :CallbackUrl, :none, 2024, 1
7442
- deprecate :CallbackUrl=, :none, 2024, 1
7453
+ deprecate :CallbackUrl, :none, 2024, 2
7454
+ deprecate :CallbackUrl=, :none, 2024, 2
7443
7455
 
7444
7456
  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)
7445
7457
  @FlowName = flowname
@@ -7825,8 +7837,8 @@ module TencentCloud
7825
7837
 
7826
7838
  attr_accessor :TaskId, :Operator, :Agent, :Organization
7827
7839
  extend Gem::Deprecate
7828
- deprecate :Organization, :none, 2024, 1
7829
- deprecate :Organization=, :none, 2024, 1
7840
+ deprecate :Organization, :none, 2024, 2
7841
+ deprecate :Organization=, :none, 2024, 2
7830
7842
 
7831
7843
  def initialize(taskid=nil, operator=nil, agent=nil, organization=nil)
7832
7844
  @TaskId = taskid
@@ -8612,16 +8624,16 @@ module TencentCloud
8612
8624
 
8613
8625
  attr_accessor :OrganizationId, :Channel, :OrganizationOpenId, :ClientIp, :ProxyIp
8614
8626
  extend Gem::Deprecate
8615
- deprecate :OrganizationId, :none, 2024, 1
8616
- deprecate :OrganizationId=, :none, 2024, 1
8617
- deprecate :Channel, :none, 2024, 1
8618
- deprecate :Channel=, :none, 2024, 1
8619
- deprecate :OrganizationOpenId, :none, 2024, 1
8620
- deprecate :OrganizationOpenId=, :none, 2024, 1
8621
- deprecate :ClientIp, :none, 2024, 1
8622
- deprecate :ClientIp=, :none, 2024, 1
8623
- deprecate :ProxyIp, :none, 2024, 1
8624
- deprecate :ProxyIp=, :none, 2024, 1
8627
+ deprecate :OrganizationId, :none, 2024, 2
8628
+ deprecate :OrganizationId=, :none, 2024, 2
8629
+ deprecate :Channel, :none, 2024, 2
8630
+ deprecate :Channel=, :none, 2024, 2
8631
+ deprecate :OrganizationOpenId, :none, 2024, 2
8632
+ deprecate :OrganizationOpenId=, :none, 2024, 2
8633
+ deprecate :ClientIp, :none, 2024, 2
8634
+ deprecate :ClientIp=, :none, 2024, 2
8635
+ deprecate :ProxyIp, :none, 2024, 2
8636
+ deprecate :ProxyIp=, :none, 2024, 2
8625
8637
 
8626
8638
  def initialize(organizationid=nil, channel=nil, organizationopenid=nil, clientip=nil, proxyip=nil)
8627
8639
  @OrganizationId = organizationid
@@ -8969,8 +8981,8 @@ module TencentCloud
8969
8981
 
8970
8982
  attr_accessor :LegalName, :Uscc, :UnifiedSocialCreditCode
8971
8983
  extend Gem::Deprecate
8972
- deprecate :Uscc, :none, 2024, 1
8973
- deprecate :Uscc=, :none, 2024, 1
8984
+ deprecate :Uscc, :none, 2024, 2
8985
+ deprecate :Uscc=, :none, 2024, 2
8974
8986
 
8975
8987
  def initialize(legalname=nil, uscc=nil, unifiedsocialcreditcode=nil)
8976
8988
  @LegalName = legalname
@@ -9328,8 +9340,8 @@ module TencentCloud
9328
9340
 
9329
9341
  attr_accessor :Operator, :FlowId, :ClientToken, :Agent, :CcNotifyType
9330
9342
  extend Gem::Deprecate
9331
- deprecate :ClientToken, :none, 2024, 1
9332
- deprecate :ClientToken=, :none, 2024, 1
9343
+ deprecate :ClientToken, :none, 2024, 2
9344
+ deprecate :ClientToken=, :none, 2024, 2
9333
9345
 
9334
9346
  def initialize(operator=nil, flowid=nil, clienttoken=nil, agent=nil, ccnotifytype=nil)
9335
9347
  @Operator = operator
@@ -9551,8 +9563,8 @@ module TencentCloud
9551
9563
 
9552
9564
  attr_accessor :TemplateId, :TemplateName, :Description, :DocumentResourceIds, :FileInfos, :AttachmentResourceIds, :SignOrder, :Recipients, :Components, :SignComponents, :Status, :Creator, :CreatedOn, :Promoter, :TemplateType, :Available, :OrganizationId, :PreviewUrl, :TemplateVersion, :Published, :ShareTemplateId, :TemplateSeals, :Seals
9553
9565
  extend Gem::Deprecate
9554
- deprecate :Seals, :none, 2024, 1
9555
- deprecate :Seals=, :none, 2024, 1
9566
+ deprecate :Seals, :none, 2024, 2
9567
+ deprecate :Seals=, :none, 2024, 2
9556
9568
 
9557
9569
  def initialize(templateid=nil, templatename=nil, description=nil, documentresourceids=nil, fileinfos=nil, attachmentresourceids=nil, signorder=nil, recipients=nil, components=nil, signcomponents=nil, status=nil, creator=nil, createdon=nil, promoter=nil, templatetype=nil, available=nil, organizationid=nil, previewurl=nil, templateversion=nil, published=nil, sharetemplateid=nil, templateseals=nil, seals=nil)
9558
9570
  @TemplateId = templateid
@@ -9866,8 +9878,8 @@ module TencentCloud
9866
9878
 
9867
9879
  attr_accessor :BusinessType, :Caller, :FileInfos, :FileType, :CoverRect, :CustomIds, :FileUrls, :Agent
9868
9880
  extend Gem::Deprecate
9869
- deprecate :FileUrls, :none, 2024, 1
9870
- deprecate :FileUrls=, :none, 2024, 1
9881
+ deprecate :FileUrls, :none, 2024, 2
9882
+ deprecate :FileUrls=, :none, 2024, 2
9871
9883
 
9872
9884
  def initialize(businesstype=nil, caller=nil, fileinfos=nil, filetype=nil, coverrect=nil, customids=nil, fileurls=nil, agent=nil)
9873
9885
  @BusinessType = businesstype
@@ -9945,14 +9957,14 @@ module TencentCloud
9945
9957
 
9946
9958
  attr_accessor :UserId, :Channel, :OpenId, :ClientIp, :ProxyIp
9947
9959
  extend Gem::Deprecate
9948
- deprecate :Channel, :none, 2024, 1
9949
- deprecate :Channel=, :none, 2024, 1
9950
- deprecate :OpenId, :none, 2024, 1
9951
- deprecate :OpenId=, :none, 2024, 1
9952
- deprecate :ClientIp, :none, 2024, 1
9953
- deprecate :ClientIp=, :none, 2024, 1
9954
- deprecate :ProxyIp, :none, 2024, 1
9955
- deprecate :ProxyIp=, :none, 2024, 1
9960
+ deprecate :Channel, :none, 2024, 2
9961
+ deprecate :Channel=, :none, 2024, 2
9962
+ deprecate :OpenId, :none, 2024, 2
9963
+ deprecate :OpenId=, :none, 2024, 2
9964
+ deprecate :ClientIp, :none, 2024, 2
9965
+ deprecate :ClientIp=, :none, 2024, 2
9966
+ deprecate :ProxyIp, :none, 2024, 2
9967
+ deprecate :ProxyIp=, :none, 2024, 2
9956
9968
 
9957
9969
  def initialize(userid=nil, channel=nil, openid=nil, clientip=nil, proxyip=nil)
9958
9970
  @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.761
4
+ version: 3.0.763
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-30 00:00:00.000000000 Z
11
+ date: 2024-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common