tencentcloud-sdk-essbasic 3.0.670 → 3.0.671

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: e26e311f73aa90eb4f9c223fb109f329206c2d6c
4
- data.tar.gz: 1748bdb76b2c335badbe3786913d623d35ea9a76
3
+ metadata.gz: fd73384a67d20e787678cd8328056cd2bc27fc15
4
+ data.tar.gz: 3c6b588a1853d5da8e2fd24f5a60ffe0fc931bdc
5
5
  SHA512:
6
- metadata.gz: d426849ff1c78e9b3b893fc5d85e42698211a42b6061ece2b029ca74998207a77854d4dbcebd26ec216b42acde7b52fc91206c5c378010a67117cb2b321993fb
7
- data.tar.gz: 6a49f039e44b835724e1388e1d1b1f1d11b6b7a06c74a44f4248f63880f37f475c8231655263e2f7b2fe456db05db4762230ee24ef3c09711594c528ae354927
6
+ metadata.gz: 7ffcf2f211f89fdbee27089c37b076da44731537f00674aacda38cc1894826009fdec68eebc3d8c4a76264f36ac19d9260528013f655192b9d2e5c144ed647fb
7
+ data.tar.gz: d16cdac377b857e63af339e6a96488afbf1a69bfac32539a2a4c54daecd778dddb449a4dbdb92cab62236471ca3e77f6b1c7e2f573f4a7fd9af48f1aa3c3aea4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.670
1
+ 3.0.671
@@ -571,7 +571,7 @@ module TencentCloud
571
571
 
572
572
  # 适用场景1:创建当前企业的自定义角色,并且创建时不进行权限的设置(PermissionGroups 参数不传),角色中的权限内容可通过接口 ChannelModifyRole 完成更新。
573
573
 
574
- # 适用场景2:创建当前企业的自定义角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 ChannelDescribeRoles 的输出。
574
+ # 适用场景2:创建当前企业的自定义角色,并且创建时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 ChannelDescribeRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
575
575
 
576
576
  # @param request: Request instance for ChannelCreateRole.
577
577
  # @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelCreateRoleRequest`
@@ -940,7 +940,7 @@ module TencentCloud
940
940
 
941
941
  # 适用场景1:更新当前企业的自定义角色的名称或描述等其他信息,更新时不进行权限的设置(PermissionGroups 参数不传)。
942
942
 
943
- # 适用场景2:更新当前企业的自定义角色的权限信息,更新时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 ChannelDescribeRoles 的输出。
943
+ # 适用场景2:更新当前企业的自定义角色的权限信息,更新时进行权限的设置(PermissionGroups 参数要传),权限树内容 PermissionGroups 可参考接口 ChannelDescribeRoles 的输出。此处注意权限树内容可能会更新,需尽量拉取最新的权限树内容,并且权限树内容 PermissionGroups 必须是一颗完整的权限树。
944
944
 
945
945
  # @param request: Request instance for ChannelModifyRole.
946
946
  # @type request: :class:`Tencentcloud::essbasic::V20210526::ChannelModifyRoleRequest`
@@ -1162,9 +1162,9 @@ module TencentCloud
1162
1162
  # 4. 客户小程序直接跳到电子签小程序-->签署完成退出电子签小程序-->回到客户小程序
1163
1163
  # 跳转到小程序的实现,参考官方文档(分为全屏、半屏两种方式)
1164
1164
  # 全屏方式:
1165
- # (https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html)
1165
+ # (https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html
1166
1166
  # 半屏方式:
1167
- # (https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html)
1167
+ # (https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html
1168
1168
  # 其中小程序的原始Id,请联系<对接技术人员>获取,或者查看小程序信息自助获取。
1169
1169
  # 使用CreateSignUrls,设置EndPoint为APP,得到path。
1170
1170
 
@@ -32,8 +32,8 @@ module TencentCloud
32
32
 
33
33
  attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
34
34
  extend Gem::Deprecate
35
- deprecate :ProxyOrganizationId, :none, 2023, 9
36
- deprecate :ProxyOrganizationId=, :none, 2023, 9
35
+ deprecate :ProxyOrganizationId, :none, 2023, 10
36
+ deprecate :ProxyOrganizationId=, :none, 2023, 10
37
37
 
38
38
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
39
39
  @AppId = appid
@@ -380,8 +380,8 @@ module TencentCloud
380
380
 
381
381
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
382
382
  extend Gem::Deprecate
383
- deprecate :Operator, :none, 2023, 9
384
- deprecate :Operator=, :none, 2023, 9
383
+ deprecate :Operator, :none, 2023, 10
384
+ deprecate :Operator=, :none, 2023, 10
385
385
 
386
386
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
387
387
  @Agent = agent
@@ -445,8 +445,8 @@ module TencentCloud
445
445
 
446
446
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
447
447
  extend Gem::Deprecate
448
- deprecate :Operator, :none, 2023, 9
449
- deprecate :Operator=, :none, 2023, 9
448
+ deprecate :Operator, :none, 2023, 10
449
+ deprecate :Operator=, :none, 2023, 10
450
450
 
451
451
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
452
452
  @FlowId = flowid
@@ -498,8 +498,8 @@ module TencentCloud
498
498
 
499
499
  attr_accessor :Agent, :QrCodeId, :Operator
500
500
  extend Gem::Deprecate
501
- deprecate :Operator, :none, 2023, 9
502
- deprecate :Operator=, :none, 2023, 9
501
+ deprecate :Operator, :none, 2023, 10
502
+ deprecate :Operator=, :none, 2023, 10
503
503
 
504
504
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
505
505
  @Agent = agent
@@ -600,8 +600,8 @@ module TencentCloud
600
600
 
601
601
  attr_accessor :Agent, :FlowIds, :Operator
602
602
  extend Gem::Deprecate
603
- deprecate :Operator, :none, 2023, 9
604
- deprecate :Operator=, :none, 2023, 9
603
+ deprecate :Operator, :none, 2023, 10
604
+ deprecate :Operator=, :none, 2023, 10
605
605
 
606
606
  def initialize(agent=nil, flowids=nil, operator=nil)
607
607
  @Agent = agent
@@ -785,8 +785,8 @@ module TencentCloud
785
785
 
786
786
  attr_accessor :Agent, :FlowIds, :Operator
787
787
  extend Gem::Deprecate
788
- deprecate :Operator, :none, 2023, 9
789
- deprecate :Operator=, :none, 2023, 9
788
+ deprecate :Operator, :none, 2023, 10
789
+ deprecate :Operator=, :none, 2023, 10
790
790
 
791
791
  def initialize(agent=nil, flowids=nil, operator=nil)
792
792
  @Agent = agent
@@ -840,10 +840,10 @@ module TencentCloud
840
840
 
841
841
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
842
842
  extend Gem::Deprecate
843
- deprecate :Operator, :none, 2023, 9
844
- deprecate :Operator=, :none, 2023, 9
845
- deprecate :Organization, :none, 2023, 9
846
- deprecate :Organization=, :none, 2023, 9
843
+ deprecate :Operator, :none, 2023, 10
844
+ deprecate :Operator=, :none, 2023, 10
845
+ deprecate :Organization, :none, 2023, 10
846
+ deprecate :Organization=, :none, 2023, 10
847
847
 
848
848
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
849
849
  @Agent = agent
@@ -922,8 +922,8 @@ module TencentCloud
922
922
 
923
923
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator
924
924
  extend Gem::Deprecate
925
- deprecate :Operator, :none, 2023, 9
926
- deprecate :Operator=, :none, 2023, 9
925
+ deprecate :Operator, :none, 2023, 10
926
+ deprecate :Operator=, :none, 2023, 10
927
927
 
928
928
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil)
929
929
  @Agent = agent
@@ -1026,8 +1026,8 @@ module TencentCloud
1026
1026
 
1027
1027
  attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
1028
1028
  extend Gem::Deprecate
1029
- deprecate :Operator, :none, 2023, 9
1030
- deprecate :Operator=, :none, 2023, 9
1029
+ deprecate :Operator, :none, 2023, 10
1030
+ deprecate :Operator=, :none, 2023, 10
1031
1031
 
1032
1032
  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)
1033
1033
  @Agent = agent
@@ -1154,8 +1154,8 @@ module TencentCloud
1154
1154
 
1155
1155
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
1156
1156
  extend Gem::Deprecate
1157
- deprecate :Operator, :none, 2023, 9
1158
- deprecate :Operator=, :none, 2023, 9
1157
+ deprecate :Operator, :none, 2023, 10
1158
+ deprecate :Operator=, :none, 2023, 10
1159
1159
 
1160
1160
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
1161
1161
  @FlowFileInfos = flowfileinfos
@@ -1418,10 +1418,10 @@ module TencentCloud
1418
1418
 
1419
1419
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl
1420
1420
  extend Gem::Deprecate
1421
- deprecate :Operator, :none, 2023, 9
1422
- deprecate :Operator=, :none, 2023, 9
1423
- deprecate :Organization, :none, 2023, 9
1424
- deprecate :Organization=, :none, 2023, 9
1421
+ deprecate :Operator, :none, 2023, 10
1422
+ deprecate :Operator=, :none, 2023, 10
1423
+ deprecate :Organization, :none, 2023, 10
1424
+ deprecate :Organization=, :none, 2023, 10
1425
1425
 
1426
1426
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil)
1427
1427
  @Agent = agent
@@ -1518,12 +1518,12 @@ module TencentCloud
1518
1518
 
1519
1519
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :CallbackUrl, :ApproverRestrictions, :Operator, :ApproverComponentLimitTypes
1520
1520
  extend Gem::Deprecate
1521
- deprecate :CallbackUrl, :none, 2023, 9
1522
- deprecate :CallbackUrl=, :none, 2023, 9
1523
- deprecate :ApproverRestrictions, :none, 2023, 9
1524
- deprecate :ApproverRestrictions=, :none, 2023, 9
1525
- deprecate :Operator, :none, 2023, 9
1526
- deprecate :Operator=, :none, 2023, 9
1521
+ deprecate :CallbackUrl, :none, 2023, 10
1522
+ deprecate :CallbackUrl=, :none, 2023, 10
1523
+ deprecate :ApproverRestrictions, :none, 2023, 10
1524
+ deprecate :ApproverRestrictions=, :none, 2023, 10
1525
+ deprecate :Operator, :none, 2023, 10
1526
+ deprecate :Operator=, :none, 2023, 10
1527
1527
 
1528
1528
  def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, callbackurl=nil, approverrestrictions=nil, operator=nil, approvercomponentlimittypes=nil)
1529
1529
  @Agent = agent
@@ -1675,12 +1675,12 @@ module TencentCloud
1675
1675
 
1676
1676
  attr_accessor :ResourceId, :ResourceType, :FlowInfo, :Agent, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
1677
1677
  extend Gem::Deprecate
1678
- deprecate :NeedPreview, :none, 2023, 9
1679
- deprecate :NeedPreview=, :none, 2023, 9
1680
- deprecate :Organization, :none, 2023, 9
1681
- deprecate :Organization=, :none, 2023, 9
1682
- deprecate :Operator, :none, 2023, 9
1683
- deprecate :Operator=, :none, 2023, 9
1678
+ deprecate :NeedPreview, :none, 2023, 10
1679
+ deprecate :NeedPreview=, :none, 2023, 10
1680
+ deprecate :Organization, :none, 2023, 10
1681
+ deprecate :Organization=, :none, 2023, 10
1682
+ deprecate :Operator, :none, 2023, 10
1683
+ deprecate :Operator=, :none, 2023, 10
1684
1684
 
1685
1685
  def initialize(resourceid=nil, resourcetype=nil, flowinfo=nil, agent=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
1686
1686
  @ResourceId = resourceid
@@ -1858,10 +1858,10 @@ module TencentCloud
1858
1858
 
1859
1859
  attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline
1860
1860
  extend Gem::Deprecate
1861
- deprecate :Organization, :none, 2023, 9
1862
- deprecate :Organization=, :none, 2023, 9
1863
- deprecate :Operator, :none, 2023, 9
1864
- deprecate :Operator=, :none, 2023, 9
1861
+ deprecate :Organization, :none, 2023, 10
1862
+ deprecate :Organization=, :none, 2023, 10
1863
+ deprecate :Operator, :none, 2023, 10
1864
+ deprecate :Operator=, :none, 2023, 10
1865
1865
 
1866
1866
  def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil)
1867
1867
  @Agent = agent
@@ -1999,10 +1999,10 @@ module TencentCloud
1999
1999
 
2000
2000
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
2001
2001
  extend Gem::Deprecate
2002
- deprecate :Operator, :none, 2023, 9
2003
- deprecate :Operator=, :none, 2023, 9
2004
- deprecate :Organization, :none, 2023, 9
2005
- deprecate :Organization=, :none, 2023, 9
2002
+ deprecate :Operator, :none, 2023, 10
2003
+ deprecate :Operator=, :none, 2023, 10
2004
+ deprecate :Organization, :none, 2023, 10
2005
+ deprecate :Organization=, :none, 2023, 10
2006
2006
 
2007
2007
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
2008
2008
  @Agent = agent
@@ -2160,8 +2160,8 @@ module TencentCloud
2160
2160
 
2161
2161
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
2162
2162
  extend Gem::Deprecate
2163
- deprecate :Operator, :none, 2023, 9
2164
- deprecate :Operator=, :none, 2023, 9
2163
+ deprecate :Operator, :none, 2023, 10
2164
+ deprecate :Operator=, :none, 2023, 10
2165
2165
 
2166
2166
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
2167
2167
  @Agent = agent
@@ -2314,8 +2314,8 @@ module TencentCloud
2314
2314
 
2315
2315
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
2316
2316
  extend Gem::Deprecate
2317
- deprecate :Operator, :none, 2023, 9
2318
- deprecate :Operator=, :none, 2023, 9
2317
+ deprecate :Operator, :none, 2023, 10
2318
+ deprecate :Operator=, :none, 2023, 10
2319
2319
 
2320
2320
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
2321
2321
  @Agent = agent
@@ -2376,10 +2376,10 @@ module TencentCloud
2376
2376
 
2377
2377
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
2378
2378
  extend Gem::Deprecate
2379
- deprecate :Organization, :none, 2023, 9
2380
- deprecate :Organization=, :none, 2023, 9
2381
- deprecate :Operator, :none, 2023, 9
2382
- deprecate :Operator=, :none, 2023, 9
2379
+ deprecate :Organization, :none, 2023, 10
2380
+ deprecate :Organization=, :none, 2023, 10
2381
+ deprecate :Operator, :none, 2023, 10
2382
+ deprecate :Operator=, :none, 2023, 10
2383
2383
 
2384
2384
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
2385
2385
  @Agent = agent
@@ -2440,8 +2440,8 @@ module TencentCloud
2440
2440
 
2441
2441
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
2442
2442
  extend Gem::Deprecate
2443
- deprecate :Operator, :none, 2023, 9
2444
- deprecate :Operator=, :none, 2023, 9
2443
+ deprecate :Operator, :none, 2023, 10
2444
+ deprecate :Operator=, :none, 2023, 10
2445
2445
 
2446
2446
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
2447
2447
  @Agent = agent
@@ -2659,8 +2659,8 @@ module TencentCloud
2659
2659
 
2660
2660
  attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
2661
2661
  extend Gem::Deprecate
2662
- deprecate :Operator, :none, 2023, 9
2663
- deprecate :Operator=, :none, 2023, 9
2662
+ deprecate :Operator, :none, 2023, 10
2663
+ deprecate :Operator=, :none, 2023, 10
2664
2664
 
2665
2665
  def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
2666
2666
  @Agent = agent
@@ -2869,10 +2869,10 @@ module TencentCloud
2869
2869
 
2870
2870
  attr_accessor :Agent, :TaskId, :Operator, :Organization
2871
2871
  extend Gem::Deprecate
2872
- deprecate :Operator, :none, 2023, 9
2873
- deprecate :Operator=, :none, 2023, 9
2874
- deprecate :Organization, :none, 2023, 9
2875
- deprecate :Organization=, :none, 2023, 9
2872
+ deprecate :Operator, :none, 2023, 10
2873
+ deprecate :Operator=, :none, 2023, 10
2874
+ deprecate :Organization, :none, 2023, 10
2875
+ deprecate :Organization=, :none, 2023, 10
2876
2876
 
2877
2877
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
2878
2878
  @Agent = agent
@@ -2929,8 +2929,8 @@ module TencentCloud
2929
2929
 
2930
2930
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
2931
2931
  extend Gem::Deprecate
2932
- deprecate :PreviewUrl, :none, 2023, 9
2933
- deprecate :PreviewUrl=, :none, 2023, 9
2932
+ deprecate :PreviewUrl, :none, 2023, 10
2933
+ deprecate :PreviewUrl=, :none, 2023, 10
2934
2934
 
2935
2935
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
2936
2936
  @TaskId = taskid
@@ -3067,8 +3067,8 @@ module TencentCloud
3067
3067
 
3068
3068
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
3069
3069
  extend Gem::Deprecate
3070
- deprecate :Operator, :none, 2023, 9
3071
- deprecate :Operator=, :none, 2023, 9
3070
+ deprecate :Operator, :none, 2023, 10
3071
+ deprecate :Operator=, :none, 2023, 10
3072
3072
 
3073
3073
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
3074
3074
  @Agent = agent
@@ -3120,8 +3120,8 @@ module TencentCloud
3120
3120
 
3121
3121
  attr_accessor :FlowId, :Agent, :Operator
3122
3122
  extend Gem::Deprecate
3123
- deprecate :Operator, :none, 2023, 9
3124
- deprecate :Operator=, :none, 2023, 9
3123
+ deprecate :Operator, :none, 2023, 10
3124
+ deprecate :Operator=, :none, 2023, 10
3125
3125
 
3126
3126
  def initialize(flowid=nil, agent=nil, operator=nil)
3127
3127
  @FlowId = flowid
@@ -3617,8 +3617,8 @@ module TencentCloud
3617
3617
 
3618
3618
  attr_accessor :Agent, :FlowId, :Operator
3619
3619
  extend Gem::Deprecate
3620
- deprecate :Operator, :none, 2023, 9
3621
- deprecate :Operator=, :none, 2023, 9
3620
+ deprecate :Operator, :none, 2023, 10
3621
+ deprecate :Operator=, :none, 2023, 10
3622
3622
 
3623
3623
  def initialize(agent=nil, flowid=nil, operator=nil)
3624
3624
  @Agent = agent
@@ -3676,27 +3676,48 @@ module TencentCloud
3676
3676
 
3677
3677
  # CreateChannelOrganizationInfoChangeUrl请求参数结构体
3678
3678
  class CreateChannelOrganizationInfoChangeUrlRequest < TencentCloud::Common::AbstractModel
3679
+ # @param Agent: 关于渠道应用的相关信息,包括子客企业及应用编、号等详细内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
3680
+ # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
3681
+ # @param ChangeType: 企业信息变更类型,可选类型如下:
3682
+ # <ul><li>**1**:企业超管变更</li><li>**2**:企业基础信息变更</li></ul>
3683
+ # @type ChangeType: Integer
3679
3684
 
3685
+ attr_accessor :Agent, :ChangeType
3680
3686
 
3681
- def initialize()
3687
+ def initialize(agent=nil, changetype=nil)
3688
+ @Agent = agent
3689
+ @ChangeType = changetype
3682
3690
  end
3683
3691
 
3684
3692
  def deserialize(params)
3693
+ unless params['Agent'].nil?
3694
+ @Agent = Agent.new
3695
+ @Agent.deserialize(params['Agent'])
3696
+ end
3697
+ @ChangeType = params['ChangeType']
3685
3698
  end
3686
3699
  end
3687
3700
 
3688
3701
  # CreateChannelOrganizationInfoChangeUrl返回参数结构体
3689
3702
  class CreateChannelOrganizationInfoChangeUrlResponse < TencentCloud::Common::AbstractModel
3703
+ # @param Url: 创建的企业信息变更链接。
3704
+ # @type Url: String
3705
+ # @param ExpiredTime: 链接过期时间。链接7天有效。
3706
+ # @type ExpiredTime: Integer
3690
3707
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3691
3708
  # @type RequestId: String
3692
3709
 
3693
- attr_accessor :RequestId
3710
+ attr_accessor :Url, :ExpiredTime, :RequestId
3694
3711
 
3695
- def initialize(requestid=nil)
3712
+ def initialize(url=nil, expiredtime=nil, requestid=nil)
3713
+ @Url = url
3714
+ @ExpiredTime = expiredtime
3696
3715
  @RequestId = requestid
3697
3716
  end
3698
3717
 
3699
3718
  def deserialize(params)
3719
+ @Url = params['Url']
3720
+ @ExpiredTime = params['ExpiredTime']
3700
3721
  @RequestId = params['RequestId']
3701
3722
  end
3702
3723
  end
@@ -3767,8 +3788,8 @@ module TencentCloud
3767
3788
 
3768
3789
  attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator
3769
3790
  extend Gem::Deprecate
3770
- deprecate :Operator, :none, 2023, 9
3771
- deprecate :Operator=, :none, 2023, 9
3791
+ deprecate :Operator, :none, 2023, 10
3792
+ deprecate :Operator=, :none, 2023, 10
3772
3793
 
3773
3794
  def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil)
3774
3795
  @Agent = agent
@@ -3895,8 +3916,8 @@ module TencentCloud
3895
3916
 
3896
3917
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
3897
3918
  extend Gem::Deprecate
3898
- deprecate :Operator, :none, 2023, 9
3899
- deprecate :Operator=, :none, 2023, 9
3919
+ deprecate :Operator, :none, 2023, 10
3920
+ deprecate :Operator=, :none, 2023, 10
3900
3921
 
3901
3922
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
3902
3923
  @Agent = agent
@@ -4022,8 +4043,8 @@ module TencentCloud
4022
4043
 
4023
4044
  attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize
4024
4045
  extend Gem::Deprecate
4025
- deprecate :Operator, :none, 2023, 9
4026
- deprecate :Operator=, :none, 2023, 9
4046
+ deprecate :Operator, :none, 2023, 10
4047
+ deprecate :Operator=, :none, 2023, 10
4027
4048
 
4028
4049
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil)
4029
4050
  @Agent = agent
@@ -4136,8 +4157,8 @@ module TencentCloud
4136
4157
 
4137
4158
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds
4138
4159
  extend Gem::Deprecate
4139
- deprecate :Operator, :none, 2023, 9
4140
- deprecate :Operator=, :none, 2023, 9
4160
+ deprecate :Operator, :none, 2023, 10
4161
+ deprecate :Operator=, :none, 2023, 10
4141
4162
 
4142
4163
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil)
4143
4164
  @Agent = agent
@@ -4246,8 +4267,8 @@ module TencentCloud
4246
4267
 
4247
4268
  attr_accessor :Agent, :ReportId, :Operator
4248
4269
  extend Gem::Deprecate
4249
- deprecate :Operator, :none, 2023, 9
4250
- deprecate :Operator=, :none, 2023, 9
4270
+ deprecate :Operator, :none, 2023, 10
4271
+ deprecate :Operator=, :none, 2023, 10
4251
4272
 
4252
4273
  def initialize(agent=nil, reportid=nil, operator=nil)
4253
4274
  @Agent = agent
@@ -4361,8 +4382,8 @@ module TencentCloud
4361
4382
 
4362
4383
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
4363
4384
  extend Gem::Deprecate
4364
- deprecate :Operator, :none, 2023, 9
4365
- deprecate :Operator=, :none, 2023, 9
4385
+ deprecate :Operator, :none, 2023, 10
4386
+ deprecate :Operator=, :none, 2023, 10
4366
4387
 
4367
4388
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
4368
4389
  @Agent = agent
@@ -4443,8 +4464,8 @@ module TencentCloud
4443
4464
 
4444
4465
  attr_accessor :Agent, :FlowIds, :Operator
4445
4466
  extend Gem::Deprecate
4446
- deprecate :Operator, :none, 2023, 9
4447
- deprecate :Operator=, :none, 2023, 9
4467
+ deprecate :Operator, :none, 2023, 10
4468
+ deprecate :Operator=, :none, 2023, 10
4448
4469
 
4449
4470
  def initialize(agent=nil, flowids=nil, operator=nil)
4450
4471
  @Agent = agent
@@ -4534,8 +4555,8 @@ module TencentCloud
4534
4555
 
4535
4556
  attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :QueryAllComponents, :TemplateName, :WithPreviewUrl, :WithPdfUrl, :ChannelTemplateId, :Operator
4536
4557
  extend Gem::Deprecate
4537
- deprecate :Operator, :none, 2023, 9
4538
- deprecate :Operator=, :none, 2023, 9
4558
+ deprecate :Operator, :none, 2023, 10
4559
+ deprecate :Operator=, :none, 2023, 10
4539
4560
 
4540
4561
  def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil, queryallcomponents=nil, templatename=nil, withpreviewurl=nil, withpdfurl=nil, channeltemplateid=nil, operator=nil)
4541
4562
  @Agent = agent
@@ -4633,8 +4654,8 @@ module TencentCloud
4633
4654
 
4634
4655
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
4635
4656
  extend Gem::Deprecate
4636
- deprecate :Operator, :none, 2023, 9
4637
- deprecate :Operator=, :none, 2023, 9
4657
+ deprecate :Operator, :none, 2023, 10
4658
+ deprecate :Operator=, :none, 2023, 10
4638
4659
 
4639
4660
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
4640
4661
  @Agent = agent
@@ -5010,8 +5031,8 @@ module TencentCloud
5010
5031
 
5011
5032
  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
5012
5033
  extend Gem::Deprecate
5013
- deprecate :CallbackUrl, :none, 2023, 9
5014
- deprecate :CallbackUrl=, :none, 2023, 9
5034
+ deprecate :CallbackUrl, :none, 2023, 10
5035
+ deprecate :CallbackUrl=, :none, 2023, 10
5015
5036
 
5016
5037
  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)
5017
5038
  @Name = name
@@ -5613,8 +5634,8 @@ module TencentCloud
5613
5634
 
5614
5635
  attr_accessor :Agent, :DownLoadFlows, :Operator
5615
5636
  extend Gem::Deprecate
5616
- deprecate :Operator, :none, 2023, 9
5617
- deprecate :Operator=, :none, 2023, 9
5637
+ deprecate :Operator, :none, 2023, 10
5638
+ deprecate :Operator=, :none, 2023, 10
5618
5639
 
5619
5640
  def initialize(agent=nil, downloadflows=nil, operator=nil)
5620
5641
  @Agent = agent
@@ -5822,8 +5843,8 @@ module TencentCloud
5822
5843
 
5823
5844
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
5824
5845
  extend Gem::Deprecate
5825
- deprecate :Operator, :none, 2023, 9
5826
- deprecate :Operator=, :none, 2023, 9
5846
+ deprecate :Operator, :none, 2023, 10
5847
+ deprecate :Operator=, :none, 2023, 10
5827
5848
 
5828
5849
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
5829
5850
  @Agent = agent
@@ -5925,10 +5946,10 @@ module TencentCloud
5925
5946
 
5926
5947
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
5927
5948
  extend Gem::Deprecate
5928
- deprecate :ClientIp, :none, 2023, 9
5929
- deprecate :ClientIp=, :none, 2023, 9
5930
- deprecate :ProxyIp, :none, 2023, 9
5931
- deprecate :ProxyIp=, :none, 2023, 9
5949
+ deprecate :ClientIp, :none, 2023, 10
5950
+ deprecate :ClientIp=, :none, 2023, 10
5951
+ deprecate :ProxyIp, :none, 2023, 10
5952
+ deprecate :ProxyIp=, :none, 2023, 10
5932
5953
 
5933
5954
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
5934
5955
  @OrganizationOpenId = organizationopenid
@@ -6141,8 +6162,8 @@ module TencentCloud
6141
6162
 
6142
6163
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
6143
6164
  extend Gem::Deprecate
6144
- deprecate :Operator, :none, 2023, 9
6145
- deprecate :Operator=, :none, 2023, 9
6165
+ deprecate :Operator, :none, 2023, 10
6166
+ deprecate :Operator=, :none, 2023, 10
6146
6167
 
6147
6168
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
6148
6169
  @Agent = agent
@@ -6583,8 +6604,8 @@ module TencentCloud
6583
6604
 
6584
6605
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
6585
6606
  extend Gem::Deprecate
6586
- deprecate :CustomUserId, :none, 2023, 9
6587
- deprecate :CustomUserId=, :none, 2023, 9
6607
+ deprecate :CustomUserId, :none, 2023, 10
6608
+ deprecate :CustomUserId=, :none, 2023, 10
6588
6609
 
6589
6610
  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)
6590
6611
  @SignUrl = signurl
@@ -6748,8 +6769,8 @@ module TencentCloud
6748
6769
 
6749
6770
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
6750
6771
  extend Gem::Deprecate
6751
- deprecate :Operator, :none, 2023, 9
6752
- deprecate :Operator=, :none, 2023, 9
6772
+ deprecate :Operator, :none, 2023, 10
6773
+ deprecate :Operator=, :none, 2023, 10
6753
6774
 
6754
6775
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
6755
6776
  @Agent = agent
@@ -6836,8 +6857,8 @@ module TencentCloud
6836
6857
 
6837
6858
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber
6838
6859
  extend Gem::Deprecate
6839
- deprecate :Operator, :none, 2023, 9
6840
- deprecate :Operator=, :none, 2023, 9
6860
+ deprecate :Operator, :none, 2023, 10
6861
+ deprecate :Operator=, :none, 2023, 10
6841
6862
 
6842
6863
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil)
6843
6864
  @Agent = agent
@@ -6967,8 +6988,8 @@ module TencentCloud
6967
6988
 
6968
6989
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
6969
6990
  extend Gem::Deprecate
6970
- deprecate :IsPromoter, :none, 2023, 9
6971
- deprecate :IsPromoter=, :none, 2023, 9
6991
+ deprecate :IsPromoter, :none, 2023, 10
6992
+ deprecate :IsPromoter=, :none, 2023, 10
6972
6993
 
6973
6994
  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)
6974
6995
  @TemplateId = templateid
@@ -7067,8 +7088,8 @@ module TencentCloud
7067
7088
 
7068
7089
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
7069
7090
  extend Gem::Deprecate
7070
- deprecate :Operator, :none, 2023, 9
7071
- deprecate :Operator=, :none, 2023, 9
7091
+ deprecate :Operator, :none, 2023, 10
7092
+ deprecate :Operator=, :none, 2023, 10
7072
7093
 
7073
7094
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
7074
7095
  @Agent = agent
@@ -7181,14 +7202,14 @@ module TencentCloud
7181
7202
 
7182
7203
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
7183
7204
  extend Gem::Deprecate
7184
- deprecate :Channel, :none, 2023, 9
7185
- deprecate :Channel=, :none, 2023, 9
7186
- deprecate :CustomUserId, :none, 2023, 9
7187
- deprecate :CustomUserId=, :none, 2023, 9
7188
- deprecate :ClientIp, :none, 2023, 9
7189
- deprecate :ClientIp=, :none, 2023, 9
7190
- deprecate :ProxyIp, :none, 2023, 9
7191
- deprecate :ProxyIp=, :none, 2023, 9
7205
+ deprecate :Channel, :none, 2023, 10
7206
+ deprecate :Channel=, :none, 2023, 10
7207
+ deprecate :CustomUserId, :none, 2023, 10
7208
+ deprecate :CustomUserId=, :none, 2023, 10
7209
+ deprecate :ClientIp, :none, 2023, 10
7210
+ deprecate :ClientIp=, :none, 2023, 10
7211
+ deprecate :ProxyIp, :none, 2023, 10
7212
+ deprecate :ProxyIp=, :none, 2023, 10
7192
7213
 
7193
7214
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
7194
7215
  @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.670
4
+ version: 3.0.671
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-28 00:00:00.000000000 Z
11
+ date: 2023-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common