tencentcloud-sdk-essbasic 3.0.876 → 3.0.877

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: 69a6987540a1ec7df370f9bda50d01d7b7d2e37e
4
- data.tar.gz: ef9f76391cc38003d675479cf36a277c3fe8cd67
3
+ metadata.gz: cf9b114005a669e83c454f8ca5c52fe77d1e4536
4
+ data.tar.gz: f83a771eb807371528cb757feedfcfa91eaaa07b
5
5
  SHA512:
6
- metadata.gz: 39b71942718b1570fc0abebf1d6fa680f865f637a86868e8f72d4f3ba69a63e0e65b612c732a5d241e15ab3620d5141accab843135f832c144881a50efc5057c
7
- data.tar.gz: 03cdbed3e70c4a6437cbf05debdd40cbf24b79debb148aa931daea47b176ccf81648d46eed18a3f95dab16dfa17d5372d531560dfca0e87ec1643e96bac0753f
6
+ metadata.gz: 67c6f636b9d3f2317f35d12a5d16257fd238cf7c7da2fff509e8b85dd6d541be35446ffe6289a1e766b968e14f193b37443ffca856e73288187fce7ef4f7e1d2
7
+ data.tar.gz: c9ab4d114d72aab1d8bc251b953393f10c12230d149b1cecc9c208f8826b6cae19761c6ae53ca1ca9e24effc8dfa60114f6bcde44af6da8269d8a8a5053eb1f1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.876
1
+ 3.0.877
@@ -1522,6 +1522,9 @@ module TencentCloud
1522
1522
 
1523
1523
  # 对合同流程文件进行数字签名验证,判断数字签名是否有效,合同文件内容是否被篡改。
1524
1524
 
1525
+ # **补充**: 可以到控制台[合同验签](https://qian.tencent.com/verifySign)体验验签功能,界面如下
1526
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/81c333ccb07f0c5fbaf840d9cee61333.png)
1527
+
1525
1528
  # @param request: Request instance for ChannelVerifyPdf.
1526
1529
  # @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelVerifyPdfRequest`
1527
1530
  # @rtype: :class:`Tencentcloud::essbasic::V20210526::ChannelVerifyPdfResponse`
@@ -1756,11 +1759,20 @@ module TencentCloud
1756
1759
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1757
1760
  end
1758
1761
 
1759
- # 该接口用于获取个人授权执业章给企业的二维码,需要个人用户通过微信扫码。扫描后将跳转到腾讯电子签小程序,进入到授权执业章的流程。个人用户授权成功后,企业印章管理员需对印章进行审核,审核通过后,即可使用个人授权的执业章进行盖章操作。
1762
+ # 该接口用于获取个人授权执业章给企业的二维码,需要个人用户通过微信扫码。
1763
+
1764
+ # 扫描后将跳转到腾讯电子签小程序,进入到授权执业章的流程。
1765
+
1766
+ # 个人用户授权成功后,企业印章管理员需对印章进行审核,审核通过后,即可使用个人授权的执业章进行盖章操作。
1760
1767
 
1761
1768
  # **注意**
1762
1769
  # 1. 该二维码**有效期为7天**,过期后将失效,可重新创建。
1763
1770
 
1771
+
1772
+ # 整体流程入下图
1773
+
1774
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/21b6b56dbc796c9d6f402d6ce6febb07.png)
1775
+
1764
1776
  # @param request: Request instance for CreateEmployeeQualificationSealQrCode.
1765
1777
  # @type request: :class:`Tencentcloud::essbasic::V20210526::CreateEmployeeQualificationSealQrCodeRequest`
1766
1778
  # @rtype: :class:`Tencentcloud::essbasic::V20210526::CreateEmployeeQualificationSealQrCodeResponse`
@@ -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, 2024, 7
41
- deprecate :ProxyOrganizationId=, :none, 2024, 7
40
+ deprecate :ProxyOrganizationId, :none, 2024, 8
41
+ deprecate :ProxyOrganizationId=, :none, 2024, 8
42
42
 
43
43
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
44
44
  @AppId = appid
@@ -536,8 +536,8 @@ module TencentCloud
536
536
 
537
537
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
538
538
  extend Gem::Deprecate
539
- deprecate :Operator, :none, 2024, 7
540
- deprecate :Operator=, :none, 2024, 7
539
+ deprecate :Operator, :none, 2024, 8
540
+ deprecate :Operator=, :none, 2024, 8
541
541
 
542
542
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
543
543
  @Agent = agent
@@ -708,8 +708,8 @@ module TencentCloud
708
708
 
709
709
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
710
710
  extend Gem::Deprecate
711
- deprecate :Operator, :none, 2024, 7
712
- deprecate :Operator=, :none, 2024, 7
711
+ deprecate :Operator, :none, 2024, 8
712
+ deprecate :Operator=, :none, 2024, 8
713
713
 
714
714
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
715
715
  @FlowId = flowid
@@ -769,8 +769,8 @@ module TencentCloud
769
769
 
770
770
  attr_accessor :Agent, :QrCodeId, :Operator
771
771
  extend Gem::Deprecate
772
- deprecate :Operator, :none, 2024, 7
773
- deprecate :Operator=, :none, 2024, 7
772
+ deprecate :Operator, :none, 2024, 8
773
+ deprecate :Operator=, :none, 2024, 8
774
774
 
775
775
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
776
776
  @Agent = agent
@@ -880,8 +880,8 @@ module TencentCloud
880
880
 
881
881
  attr_accessor :Agent, :FlowIds, :Operator
882
882
  extend Gem::Deprecate
883
- deprecate :Operator, :none, 2024, 7
884
- deprecate :Operator=, :none, 2024, 7
883
+ deprecate :Operator, :none, 2024, 8
884
+ deprecate :Operator=, :none, 2024, 8
885
885
 
886
886
  def initialize(agent=nil, flowids=nil, operator=nil)
887
887
  @Agent = agent
@@ -1211,8 +1211,8 @@ module TencentCloud
1211
1211
 
1212
1212
  attr_accessor :Agent, :FlowIds, :Operator
1213
1213
  extend Gem::Deprecate
1214
- deprecate :Operator, :none, 2024, 7
1215
- deprecate :Operator=, :none, 2024, 7
1214
+ deprecate :Operator, :none, 2024, 8
1215
+ deprecate :Operator=, :none, 2024, 8
1216
1216
 
1217
1217
  def initialize(agent=nil, flowids=nil, operator=nil)
1218
1218
  @Agent = agent
@@ -1289,10 +1289,10 @@ module TencentCloud
1289
1289
 
1290
1290
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
1291
1291
  extend Gem::Deprecate
1292
- deprecate :Operator, :none, 2024, 7
1293
- deprecate :Operator=, :none, 2024, 7
1294
- deprecate :Organization, :none, 2024, 7
1295
- deprecate :Organization=, :none, 2024, 7
1292
+ deprecate :Operator, :none, 2024, 8
1293
+ deprecate :Operator=, :none, 2024, 8
1294
+ deprecate :Organization, :none, 2024, 8
1295
+ deprecate :Organization=, :none, 2024, 8
1296
1296
 
1297
1297
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
1298
1298
  @Agent = agent
@@ -1397,8 +1397,8 @@ module TencentCloud
1397
1397
 
1398
1398
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
1399
1399
  extend Gem::Deprecate
1400
- deprecate :Operator, :none, 2024, 7
1401
- deprecate :Operator=, :none, 2024, 7
1400
+ deprecate :Operator, :none, 2024, 8
1401
+ deprecate :Operator=, :none, 2024, 8
1402
1402
 
1403
1403
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
1404
1404
  @Agent = agent
@@ -1642,8 +1642,8 @@ module TencentCloud
1642
1642
 
1643
1643
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
1644
1644
  extend Gem::Deprecate
1645
- deprecate :Operator, :none, 2024, 7
1646
- deprecate :Operator=, :none, 2024, 7
1645
+ deprecate :Operator, :none, 2024, 8
1646
+ deprecate :Operator=, :none, 2024, 8
1647
1647
 
1648
1648
  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)
1649
1649
  @Agent = agent
@@ -1783,8 +1783,8 @@ module TencentCloud
1783
1783
 
1784
1784
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
1785
1785
  extend Gem::Deprecate
1786
- deprecate :Operator, :none, 2024, 7
1787
- deprecate :Operator=, :none, 2024, 7
1786
+ deprecate :Operator, :none, 2024, 8
1787
+ deprecate :Operator=, :none, 2024, 8
1788
1788
 
1789
1789
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
1790
1790
  @FlowFileInfos = flowfileinfos
@@ -2127,10 +2127,10 @@ module TencentCloud
2127
2127
 
2128
2128
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
2129
2129
  extend Gem::Deprecate
2130
- deprecate :Operator, :none, 2024, 7
2131
- deprecate :Operator=, :none, 2024, 7
2132
- deprecate :Organization, :none, 2024, 7
2133
- deprecate :Organization=, :none, 2024, 7
2130
+ deprecate :Operator, :none, 2024, 8
2131
+ deprecate :Operator=, :none, 2024, 8
2132
+ deprecate :Organization, :none, 2024, 8
2133
+ deprecate :Organization=, :none, 2024, 8
2134
2134
 
2135
2135
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
2136
2136
  @Agent = agent
@@ -2233,12 +2233,12 @@ module TencentCloud
2233
2233
 
2234
2234
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
2235
2235
  extend Gem::Deprecate
2236
- deprecate :CallbackUrl, :none, 2024, 7
2237
- deprecate :CallbackUrl=, :none, 2024, 7
2238
- deprecate :ApproverRestrictions, :none, 2024, 7
2239
- deprecate :ApproverRestrictions=, :none, 2024, 7
2240
- deprecate :Operator, :none, 2024, 7
2241
- deprecate :Operator=, :none, 2024, 7
2236
+ deprecate :CallbackUrl, :none, 2024, 8
2237
+ deprecate :CallbackUrl=, :none, 2024, 8
2238
+ deprecate :ApproverRestrictions, :none, 2024, 8
2239
+ deprecate :ApproverRestrictions=, :none, 2024, 8
2240
+ deprecate :Operator, :none, 2024, 8
2241
+ deprecate :Operator=, :none, 2024, 8
2242
2242
 
2243
2243
  def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
2244
2244
  @Agent = agent
@@ -2480,12 +2480,12 @@ module TencentCloud
2480
2480
 
2481
2481
  attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
2482
2482
  extend Gem::Deprecate
2483
- deprecate :NeedPreview, :none, 2024, 7
2484
- deprecate :NeedPreview=, :none, 2024, 7
2485
- deprecate :Organization, :none, 2024, 7
2486
- deprecate :Organization=, :none, 2024, 7
2487
- deprecate :Operator, :none, 2024, 7
2488
- deprecate :Operator=, :none, 2024, 7
2483
+ deprecate :NeedPreview, :none, 2024, 8
2484
+ deprecate :NeedPreview=, :none, 2024, 8
2485
+ deprecate :Organization, :none, 2024, 8
2486
+ deprecate :Organization=, :none, 2024, 8
2487
+ deprecate :Operator, :none, 2024, 8
2488
+ deprecate :Operator=, :none, 2024, 8
2489
2489
 
2490
2490
  def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
2491
2491
  @ResourceType = resourcetype
@@ -2710,12 +2710,12 @@ module TencentCloud
2710
2710
 
2711
2711
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
2712
2712
  extend Gem::Deprecate
2713
- deprecate :CallbackUrl, :none, 2024, 7
2714
- deprecate :CallbackUrl=, :none, 2024, 7
2715
- deprecate :Organization, :none, 2024, 7
2716
- deprecate :Organization=, :none, 2024, 7
2717
- deprecate :Operator, :none, 2024, 7
2718
- deprecate :Operator=, :none, 2024, 7
2713
+ deprecate :CallbackUrl, :none, 2024, 8
2714
+ deprecate :CallbackUrl=, :none, 2024, 8
2715
+ deprecate :Organization, :none, 2024, 8
2716
+ deprecate :Organization=, :none, 2024, 8
2717
+ deprecate :Operator, :none, 2024, 8
2718
+ deprecate :Operator=, :none, 2024, 8
2719
2719
 
2720
2720
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
2721
2721
  @Agent = agent
@@ -2876,10 +2876,10 @@ module TencentCloud
2876
2876
 
2877
2877
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
2878
2878
  extend Gem::Deprecate
2879
- deprecate :Operator, :none, 2024, 7
2880
- deprecate :Operator=, :none, 2024, 7
2881
- deprecate :Organization, :none, 2024, 7
2882
- deprecate :Organization=, :none, 2024, 7
2879
+ deprecate :Operator, :none, 2024, 8
2880
+ deprecate :Operator=, :none, 2024, 8
2881
+ deprecate :Organization, :none, 2024, 8
2882
+ deprecate :Organization=, :none, 2024, 8
2883
2883
 
2884
2884
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
2885
2885
  @Agent = agent
@@ -3143,8 +3143,8 @@ module TencentCloud
3143
3143
 
3144
3144
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
3145
3145
  extend Gem::Deprecate
3146
- deprecate :Operator, :none, 2024, 7
3147
- deprecate :Operator=, :none, 2024, 7
3146
+ deprecate :Operator, :none, 2024, 8
3147
+ deprecate :Operator=, :none, 2024, 8
3148
3148
 
3149
3149
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
3150
3150
  @Agent = agent
@@ -3309,8 +3309,8 @@ module TencentCloud
3309
3309
 
3310
3310
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
3311
3311
  extend Gem::Deprecate
3312
- deprecate :Operator, :none, 2024, 7
3313
- deprecate :Operator=, :none, 2024, 7
3312
+ deprecate :Operator, :none, 2024, 8
3313
+ deprecate :Operator=, :none, 2024, 8
3314
3314
 
3315
3315
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
3316
3316
  @Agent = agent
@@ -3372,10 +3372,10 @@ module TencentCloud
3372
3372
 
3373
3373
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
3374
3374
  extend Gem::Deprecate
3375
- deprecate :Organization, :none, 2024, 7
3376
- deprecate :Organization=, :none, 2024, 7
3377
- deprecate :Operator, :none, 2024, 7
3378
- deprecate :Operator=, :none, 2024, 7
3375
+ deprecate :Organization, :none, 2024, 8
3376
+ deprecate :Organization=, :none, 2024, 8
3377
+ deprecate :Operator, :none, 2024, 8
3378
+ deprecate :Operator=, :none, 2024, 8
3379
3379
 
3380
3380
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
3381
3381
  @Agent = agent
@@ -3542,8 +3542,8 @@ module TencentCloud
3542
3542
 
3543
3543
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3544
3544
  extend Gem::Deprecate
3545
- deprecate :Operator, :none, 2024, 7
3546
- deprecate :Operator=, :none, 2024, 7
3545
+ deprecate :Operator, :none, 2024, 8
3546
+ deprecate :Operator=, :none, 2024, 8
3547
3547
 
3548
3548
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3549
3549
  @Agent = agent
@@ -3799,8 +3799,8 @@ module TencentCloud
3799
3799
 
3800
3800
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
3801
3801
  extend Gem::Deprecate
3802
- deprecate :Operator, :none, 2024, 7
3803
- deprecate :Operator=, :none, 2024, 7
3802
+ deprecate :Operator, :none, 2024, 8
3803
+ deprecate :Operator=, :none, 2024, 8
3804
3804
 
3805
3805
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
3806
3806
  @Agent = agent
@@ -4102,10 +4102,10 @@ module TencentCloud
4102
4102
 
4103
4103
  attr_accessor :Agent, :TaskId, :Operator, :Organization
4104
4104
  extend Gem::Deprecate
4105
- deprecate :Operator, :none, 2024, 7
4106
- deprecate :Operator=, :none, 2024, 7
4107
- deprecate :Organization, :none, 2024, 7
4108
- deprecate :Organization=, :none, 2024, 7
4105
+ deprecate :Operator, :none, 2024, 8
4106
+ deprecate :Operator=, :none, 2024, 8
4107
+ deprecate :Organization, :none, 2024, 8
4108
+ deprecate :Organization=, :none, 2024, 8
4109
4109
 
4110
4110
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
4111
4111
  @Agent = agent
@@ -4162,8 +4162,8 @@ module TencentCloud
4162
4162
 
4163
4163
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
4164
4164
  extend Gem::Deprecate
4165
- deprecate :PreviewUrl, :none, 2024, 7
4166
- deprecate :PreviewUrl=, :none, 2024, 7
4165
+ deprecate :PreviewUrl, :none, 2024, 8
4166
+ deprecate :PreviewUrl=, :none, 2024, 8
4167
4167
 
4168
4168
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
4169
4169
  @TaskId = taskid
@@ -4434,8 +4434,8 @@ module TencentCloud
4434
4434
 
4435
4435
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
4436
4436
  extend Gem::Deprecate
4437
- deprecate :Operator, :none, 2024, 7
4438
- deprecate :Operator=, :none, 2024, 7
4437
+ deprecate :Operator, :none, 2024, 8
4438
+ deprecate :Operator=, :none, 2024, 8
4439
4439
 
4440
4440
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
4441
4441
  @Agent = agent
@@ -4495,8 +4495,8 @@ module TencentCloud
4495
4495
 
4496
4496
  attr_accessor :FlowId, :Agent, :Operator
4497
4497
  extend Gem::Deprecate
4498
- deprecate :Operator, :none, 2024, 7
4499
- deprecate :Operator=, :none, 2024, 7
4498
+ deprecate :Operator, :none, 2024, 8
4499
+ deprecate :Operator=, :none, 2024, 8
4500
4500
 
4501
4501
  def initialize(flowid=nil, agent=nil, operator=nil)
4502
4502
  @FlowId = flowid
@@ -5139,8 +5139,8 @@ module TencentCloud
5139
5139
 
5140
5140
  attr_accessor :Agent, :FlowId, :Operator, :ReportType
5141
5141
  extend Gem::Deprecate
5142
- deprecate :Operator, :none, 2024, 7
5143
- deprecate :Operator=, :none, 2024, 7
5142
+ deprecate :Operator, :none, 2024, 8
5143
+ deprecate :Operator=, :none, 2024, 8
5144
5144
 
5145
5145
  def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
5146
5146
  @Agent = agent
@@ -5350,8 +5350,8 @@ module TencentCloud
5350
5350
 
5351
5351
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus
5352
5352
  extend Gem::Deprecate
5353
- deprecate :Operator, :none, 2024, 7
5354
- deprecate :Operator=, :none, 2024, 7
5353
+ deprecate :Operator, :none, 2024, 8
5354
+ deprecate :Operator=, :none, 2024, 8
5355
5355
 
5356
5356
  def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil)
5357
5357
  @Agent = agent
@@ -5441,7 +5441,9 @@ module TencentCloud
5441
5441
  class CreateEmployeeQualificationSealQrCodeRequest < TencentCloud::Common::AbstractModel
5442
5442
  # @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。此接口下面信息必填。<ul><li>渠道应用标识: Agent.AppId</li><li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li><li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li></ul>第三方平台子客企业和员工必须已经经过实名认证
5443
5443
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
5444
- # @param HintText: 提示信息,扫码后此信息会展示给扫描用户,用来提示用户授权操作的目的
5444
+ # @param HintText: 提示信息,扫码后此信息会展示给扫描用户,用来提示用户授权操作的目的,会在授权界面下面的位置展示。
5445
+
5446
+ # ![image](https://qcloudimg.tencent-cloud.cn/raw/8436ffd78c20605e6b133ff4bc4d2ac7.png)
5445
5447
  # @type HintText: String
5446
5448
 
5447
5449
  attr_accessor :Agent, :HintText
@@ -5702,8 +5704,8 @@ module TencentCloud
5702
5704
 
5703
5705
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
5704
5706
  extend Gem::Deprecate
5705
- deprecate :Operator, :none, 2024, 7
5706
- deprecate :Operator=, :none, 2024, 7
5707
+ deprecate :Operator, :none, 2024, 8
5708
+ deprecate :Operator=, :none, 2024, 8
5707
5709
 
5708
5710
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
5709
5711
  @Agent = agent
@@ -5816,10 +5818,10 @@ module TencentCloud
5816
5818
 
5817
5819
  attr_accessor :Agent, :Operator, :Organization
5818
5820
  extend Gem::Deprecate
5819
- deprecate :Operator, :none, 2024, 7
5820
- deprecate :Operator=, :none, 2024, 7
5821
- deprecate :Organization, :none, 2024, 7
5822
- deprecate :Organization=, :none, 2024, 7
5821
+ deprecate :Operator, :none, 2024, 8
5822
+ deprecate :Operator=, :none, 2024, 8
5823
+ deprecate :Organization, :none, 2024, 8
5824
+ deprecate :Organization=, :none, 2024, 8
5823
5825
 
5824
5826
  def initialize(agent=nil, operator=nil, organization=nil)
5825
5827
  @Agent = agent
@@ -6008,8 +6010,8 @@ module TencentCloud
6008
6010
 
6009
6011
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
6010
6012
  extend Gem::Deprecate
6011
- deprecate :Operator, :none, 2024, 7
6012
- deprecate :Operator=, :none, 2024, 7
6013
+ deprecate :Operator, :none, 2024, 8
6014
+ deprecate :Operator=, :none, 2024, 8
6013
6015
 
6014
6016
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
6015
6017
  @Agent = agent
@@ -6168,8 +6170,8 @@ module TencentCloud
6168
6170
 
6169
6171
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
6170
6172
  extend Gem::Deprecate
6171
- deprecate :Operator, :none, 2024, 7
6172
- deprecate :Operator=, :none, 2024, 7
6173
+ deprecate :Operator, :none, 2024, 8
6174
+ deprecate :Operator=, :none, 2024, 8
6173
6175
 
6174
6176
  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)
6175
6177
  @Agent = agent
@@ -6427,8 +6429,8 @@ module TencentCloud
6427
6429
 
6428
6430
  attr_accessor :Agent, :ReportId, :Operator, :ReportType
6429
6431
  extend Gem::Deprecate
6430
- deprecate :Operator, :none, 2024, 7
6431
- deprecate :Operator=, :none, 2024, 7
6432
+ deprecate :Operator, :none, 2024, 8
6433
+ deprecate :Operator=, :none, 2024, 8
6432
6434
 
6433
6435
  def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
6434
6436
  @Agent = agent
@@ -6774,8 +6776,8 @@ module TencentCloud
6774
6776
 
6775
6777
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
6776
6778
  extend Gem::Deprecate
6777
- deprecate :Operator, :none, 2024, 7
6778
- deprecate :Operator=, :none, 2024, 7
6779
+ deprecate :Operator, :none, 2024, 8
6780
+ deprecate :Operator=, :none, 2024, 8
6779
6781
 
6780
6782
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
6781
6783
  @Agent = agent
@@ -6864,8 +6866,8 @@ module TencentCloud
6864
6866
 
6865
6867
  attr_accessor :Agent, :FlowIds, :Operator
6866
6868
  extend Gem::Deprecate
6867
- deprecate :Operator, :none, 2024, 7
6868
- deprecate :Operator=, :none, 2024, 7
6869
+ deprecate :Operator, :none, 2024, 8
6870
+ deprecate :Operator=, :none, 2024, 8
6869
6871
 
6870
6872
  def initialize(agent=nil, flowids=nil, operator=nil)
6871
6873
  @Agent = agent
@@ -6990,8 +6992,8 @@ module TencentCloud
6990
6992
 
6991
6993
  attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
6992
6994
  extend Gem::Deprecate
6993
- deprecate :Operator, :none, 2024, 7
6994
- deprecate :Operator=, :none, 2024, 7
6995
+ deprecate :Operator, :none, 2024, 8
6996
+ deprecate :Operator=, :none, 2024, 8
6995
6997
 
6996
6998
  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)
6997
6999
  @Agent = agent
@@ -7103,8 +7105,8 @@ module TencentCloud
7103
7105
 
7104
7106
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
7105
7107
  extend Gem::Deprecate
7106
- deprecate :Operator, :none, 2024, 7
7107
- deprecate :Operator=, :none, 2024, 7
7108
+ deprecate :Operator, :none, 2024, 8
7109
+ deprecate :Operator=, :none, 2024, 8
7108
7110
 
7109
7111
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
7110
7112
  @Agent = agent
@@ -7696,8 +7698,8 @@ module TencentCloud
7696
7698
 
7697
7699
  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
7698
7700
  extend Gem::Deprecate
7699
- deprecate :CallbackUrl, :none, 2024, 7
7700
- deprecate :CallbackUrl=, :none, 2024, 7
7701
+ deprecate :CallbackUrl, :none, 2024, 8
7702
+ deprecate :CallbackUrl=, :none, 2024, 8
7701
7703
 
7702
7704
  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)
7703
7705
  @Name = name
@@ -8619,8 +8621,8 @@ module TencentCloud
8619
8621
 
8620
8622
  attr_accessor :Agent, :DownLoadFlows, :Operator
8621
8623
  extend Gem::Deprecate
8622
- deprecate :Operator, :none, 2024, 7
8623
- deprecate :Operator=, :none, 2024, 7
8624
+ deprecate :Operator, :none, 2024, 8
8625
+ deprecate :Operator=, :none, 2024, 8
8624
8626
 
8625
8627
  def initialize(agent=nil, downloadflows=nil, operator=nil)
8626
8628
  @Agent = agent
@@ -9175,8 +9177,8 @@ module TencentCloud
9175
9177
 
9176
9178
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
9177
9179
  extend Gem::Deprecate
9178
- deprecate :Operator, :none, 2024, 7
9179
- deprecate :Operator=, :none, 2024, 7
9180
+ deprecate :Operator, :none, 2024, 8
9181
+ deprecate :Operator=, :none, 2024, 8
9180
9182
 
9181
9183
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
9182
9184
  @Agent = agent
@@ -9304,10 +9306,10 @@ module TencentCloud
9304
9306
 
9305
9307
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
9306
9308
  extend Gem::Deprecate
9307
- deprecate :ClientIp, :none, 2024, 7
9308
- deprecate :ClientIp=, :none, 2024, 7
9309
- deprecate :ProxyIp, :none, 2024, 7
9310
- deprecate :ProxyIp=, :none, 2024, 7
9309
+ deprecate :ClientIp, :none, 2024, 8
9310
+ deprecate :ClientIp=, :none, 2024, 8
9311
+ deprecate :ProxyIp, :none, 2024, 8
9312
+ deprecate :ProxyIp=, :none, 2024, 8
9311
9313
 
9312
9314
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
9313
9315
  @OrganizationOpenId = organizationopenid
@@ -9536,8 +9538,8 @@ module TencentCloud
9536
9538
 
9537
9539
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
9538
9540
  extend Gem::Deprecate
9539
- deprecate :Operator, :none, 2024, 7
9540
- deprecate :Operator=, :none, 2024, 7
9541
+ deprecate :Operator, :none, 2024, 8
9542
+ deprecate :Operator=, :none, 2024, 8
9541
9543
 
9542
9544
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
9543
9545
  @Agent = agent
@@ -10110,8 +10112,8 @@ module TencentCloud
10110
10112
 
10111
10113
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
10112
10114
  extend Gem::Deprecate
10113
- deprecate :CustomUserId, :none, 2024, 7
10114
- deprecate :CustomUserId=, :none, 2024, 7
10115
+ deprecate :CustomUserId, :none, 2024, 8
10116
+ deprecate :CustomUserId=, :none, 2024, 8
10115
10117
 
10116
10118
  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)
10117
10119
  @SignUrl = signurl
@@ -10286,8 +10288,8 @@ module TencentCloud
10286
10288
 
10287
10289
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
10288
10290
  extend Gem::Deprecate
10289
- deprecate :Operator, :none, 2024, 7
10290
- deprecate :Operator=, :none, 2024, 7
10291
+ deprecate :Operator, :none, 2024, 8
10292
+ deprecate :Operator=, :none, 2024, 8
10291
10293
 
10292
10294
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
10293
10295
  @Agent = agent
@@ -10388,8 +10390,8 @@ module TencentCloud
10388
10390
 
10389
10391
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
10390
10392
  extend Gem::Deprecate
10391
- deprecate :Operator, :none, 2024, 7
10392
- deprecate :Operator=, :none, 2024, 7
10393
+ deprecate :Operator, :none, 2024, 8
10394
+ deprecate :Operator=, :none, 2024, 8
10393
10395
 
10394
10396
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
10395
10397
  @Agent = agent
@@ -10521,8 +10523,8 @@ module TencentCloud
10521
10523
 
10522
10524
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
10523
10525
  extend Gem::Deprecate
10524
- deprecate :IsPromoter, :none, 2024, 7
10525
- deprecate :IsPromoter=, :none, 2024, 7
10526
+ deprecate :IsPromoter, :none, 2024, 8
10527
+ deprecate :IsPromoter=, :none, 2024, 8
10526
10528
 
10527
10529
  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)
10528
10530
  @TemplateId = templateid
@@ -10629,8 +10631,8 @@ module TencentCloud
10629
10631
 
10630
10632
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
10631
10633
  extend Gem::Deprecate
10632
- deprecate :Operator, :none, 2024, 7
10633
- deprecate :Operator=, :none, 2024, 7
10634
+ deprecate :Operator, :none, 2024, 8
10635
+ deprecate :Operator=, :none, 2024, 8
10634
10636
 
10635
10637
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
10636
10638
  @Agent = agent
@@ -10753,14 +10755,14 @@ module TencentCloud
10753
10755
 
10754
10756
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
10755
10757
  extend Gem::Deprecate
10756
- deprecate :Channel, :none, 2024, 7
10757
- deprecate :Channel=, :none, 2024, 7
10758
- deprecate :CustomUserId, :none, 2024, 7
10759
- deprecate :CustomUserId=, :none, 2024, 7
10760
- deprecate :ClientIp, :none, 2024, 7
10761
- deprecate :ClientIp=, :none, 2024, 7
10762
- deprecate :ProxyIp, :none, 2024, 7
10763
- deprecate :ProxyIp=, :none, 2024, 7
10758
+ deprecate :Channel, :none, 2024, 8
10759
+ deprecate :Channel=, :none, 2024, 8
10760
+ deprecate :CustomUserId, :none, 2024, 8
10761
+ deprecate :CustomUserId=, :none, 2024, 8
10762
+ deprecate :ClientIp, :none, 2024, 8
10763
+ deprecate :ClientIp=, :none, 2024, 8
10764
+ deprecate :ProxyIp, :none, 2024, 8
10765
+ deprecate :ProxyIp=, :none, 2024, 8
10764
10766
 
10765
10767
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
10766
10768
  @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.876
4
+ version: 3.0.877
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-07-30 00:00:00.000000000 Z
11
+ date: 2024-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common