tencentcloud-sdk-essbasic 3.0.603 → 3.0.604

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0aada57f5290405af4ec24b4eb3f735e2ca4f084
4
- data.tar.gz: 9973979d4c0dff1f03b34e04e4d405faf8076c2d
3
+ metadata.gz: e5b837bbb33164e8b757dee6102c1074d0c94104
4
+ data.tar.gz: 195a8cd23c2d2e8b4e75ead82b6203727b4ac5b3
5
5
  SHA512:
6
- metadata.gz: affb710651564eb31f471a54cf4fc658b3ed9e80c131a79a62f8ed7cfee579ee2b9ae6feb713da1837eacbafefcc6cad3790465ba1885ed31af1d5285d53eecc
7
- data.tar.gz: 0658b6d81be658fb5e7fb61de4dbe2a01210d86bace33af99c642013e553d13ed6754eb710cf6eceab09d51ffb5b170976a30aeaa2632f4f13a6913252a29704
6
+ metadata.gz: 1c13af16e0da3869fcac14a6036945b412de2a09a2b774603d382ffa2d3f6153a194e81106eafed0b10ec0bdabea94c17cf493ac70aacbb0734374b9e87aa64f
7
+ data.tar.gz: e8efcf14cfb4246cbcdf7b232056d563cff06fe9ff24ac3c1e8e662e3f45c1b1469f1ee8d66638978e996bd7e4cafedc881dd00390fc167706adfd030e1c3cd2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.603
1
+ 3.0.604
@@ -2,12 +2,12 @@
2
2
 
3
3
  require 'tencentcloud-sdk-common'
4
4
 
5
- require_relative 'v20210526/client'
6
- require_relative 'v20210526/models'
7
-
8
5
  require_relative 'v20201222/client'
9
6
  require_relative 'v20201222/models'
10
7
 
8
+ require_relative 'v20210526/client'
9
+ require_relative 'v20210526/models'
10
+
11
11
  module TencentCloud
12
12
  module Essbasic
13
13
  end
@@ -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, 6
36
- deprecate :ProxyOrganizationId=, :none, 2023, 6
35
+ deprecate :ProxyOrganizationId, :none, 2023, 7
36
+ deprecate :ProxyOrganizationId=, :none, 2023, 7
37
37
 
38
38
  def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
39
39
  @AppId = appid
@@ -255,8 +255,8 @@ module TencentCloud
255
255
 
256
256
  attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
257
257
  extend Gem::Deprecate
258
- deprecate :Operator, :none, 2023, 6
259
- deprecate :Operator=, :none, 2023, 6
258
+ deprecate :Operator, :none, 2023, 7
259
+ deprecate :Operator=, :none, 2023, 7
260
260
 
261
261
  def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
262
262
  @Agent = agent
@@ -320,8 +320,8 @@ module TencentCloud
320
320
 
321
321
  attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
322
322
  extend Gem::Deprecate
323
- deprecate :Operator, :none, 2023, 6
324
- deprecate :Operator=, :none, 2023, 6
323
+ deprecate :Operator, :none, 2023, 7
324
+ deprecate :Operator=, :none, 2023, 7
325
325
 
326
326
  def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
327
327
  @FlowId = flowid
@@ -373,8 +373,8 @@ module TencentCloud
373
373
 
374
374
  attr_accessor :Agent, :QrCodeId, :Operator
375
375
  extend Gem::Deprecate
376
- deprecate :Operator, :none, 2023, 6
377
- deprecate :Operator=, :none, 2023, 6
376
+ deprecate :Operator, :none, 2023, 7
377
+ deprecate :Operator=, :none, 2023, 7
378
378
 
379
379
  def initialize(agent=nil, qrcodeid=nil, operator=nil)
380
380
  @Agent = agent
@@ -422,8 +422,8 @@ module TencentCloud
422
422
 
423
423
  attr_accessor :Agent, :FlowIds, :Operator
424
424
  extend Gem::Deprecate
425
- deprecate :Operator, :none, 2023, 6
426
- deprecate :Operator=, :none, 2023, 6
425
+ deprecate :Operator, :none, 2023, 7
426
+ deprecate :Operator=, :none, 2023, 7
427
427
 
428
428
  def initialize(agent=nil, flowids=nil, operator=nil)
429
429
  @Agent = agent
@@ -484,8 +484,8 @@ module TencentCloud
484
484
 
485
485
  attr_accessor :Agent, :FlowIds, :Operator
486
486
  extend Gem::Deprecate
487
- deprecate :Operator, :none, 2023, 6
488
- deprecate :Operator=, :none, 2023, 6
487
+ deprecate :Operator, :none, 2023, 7
488
+ deprecate :Operator=, :none, 2023, 7
489
489
 
490
490
  def initialize(agent=nil, flowids=nil, operator=nil)
491
491
  @Agent = agent
@@ -539,10 +539,10 @@ module TencentCloud
539
539
 
540
540
  attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
541
541
  extend Gem::Deprecate
542
- deprecate :Operator, :none, 2023, 6
543
- deprecate :Operator=, :none, 2023, 6
544
- deprecate :Organization, :none, 2023, 6
545
- deprecate :Organization=, :none, 2023, 6
542
+ deprecate :Operator, :none, 2023, 7
543
+ deprecate :Operator=, :none, 2023, 7
544
+ deprecate :Organization, :none, 2023, 7
545
+ deprecate :Organization=, :none, 2023, 7
546
546
 
547
547
  def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
548
548
  @Agent = agent
@@ -619,8 +619,8 @@ module TencentCloud
619
619
 
620
620
  attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator
621
621
  extend Gem::Deprecate
622
- deprecate :Operator, :none, 2023, 6
623
- deprecate :Operator=, :none, 2023, 6
622
+ deprecate :Operator, :none, 2023, 7
623
+ deprecate :Operator=, :none, 2023, 7
624
624
 
625
625
  def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil)
626
626
  @Agent = agent
@@ -711,8 +711,8 @@ module TencentCloud
711
711
 
712
712
  attr_accessor :Agent, :FlowName, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :FlowDescription, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
713
713
  extend Gem::Deprecate
714
- deprecate :Operator, :none, 2023, 6
715
- deprecate :Operator=, :none, 2023, 6
714
+ deprecate :Operator, :none, 2023, 7
715
+ deprecate :Operator=, :none, 2023, 7
716
716
 
717
717
  def initialize(agent=nil, flowname=nil, flowapprovers=nil, fileids=nil, components=nil, deadline=nil, callbackurl=nil, unordered=nil, flowtype=nil, flowdescription=nil, customshowmap=nil, customerdata=nil, needsignreview=nil, approververifytype=nil, signbeantag=nil, ccinfos=nil, ccnotifytype=nil, autosignscene=nil, operator=nil)
718
718
  @Agent = agent
@@ -825,8 +825,8 @@ module TencentCloud
825
825
 
826
826
  attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :Operator
827
827
  extend Gem::Deprecate
828
- deprecate :Operator, :none, 2023, 6
829
- deprecate :Operator=, :none, 2023, 6
828
+ deprecate :Operator, :none, 2023, 7
829
+ deprecate :Operator=, :none, 2023, 7
830
830
 
831
831
  def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, operator=nil)
832
832
  @FlowFileInfos = flowfileinfos
@@ -1011,10 +1011,10 @@ module TencentCloud
1011
1011
 
1012
1012
  attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization
1013
1013
  extend Gem::Deprecate
1014
- deprecate :Operator, :none, 2023, 6
1015
- deprecate :Operator=, :none, 2023, 6
1016
- deprecate :Organization, :none, 2023, 6
1017
- deprecate :Organization=, :none, 2023, 6
1014
+ deprecate :Operator, :none, 2023, 7
1015
+ deprecate :Operator=, :none, 2023, 7
1016
+ deprecate :Organization, :none, 2023, 7
1017
+ deprecate :Organization=, :none, 2023, 7
1018
1018
 
1019
1019
  def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil)
1020
1020
  @Agent = agent
@@ -1104,10 +1104,10 @@ module TencentCloud
1104
1104
 
1105
1105
  attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :CallbackUrl, :ApproverRestrictions, :Operator
1106
1106
  extend Gem::Deprecate
1107
- deprecate :ApproverRestrictions, :none, 2023, 6
1108
- deprecate :ApproverRestrictions=, :none, 2023, 6
1109
- deprecate :Operator, :none, 2023, 6
1110
- deprecate :Operator=, :none, 2023, 6
1107
+ deprecate :ApproverRestrictions, :none, 2023, 7
1108
+ deprecate :ApproverRestrictions=, :none, 2023, 7
1109
+ deprecate :Operator, :none, 2023, 7
1110
+ deprecate :Operator=, :none, 2023, 7
1111
1111
 
1112
1112
  def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
1113
1113
  @Agent = agent
@@ -1207,10 +1207,10 @@ module TencentCloud
1207
1207
 
1208
1208
  attr_accessor :ResourceId, :ResourceType, :FlowInfo, :FlowApproverList, :Agent, :FlowOption, :FlowId, :NeedPreview, :Organization, :Operator
1209
1209
  extend Gem::Deprecate
1210
- deprecate :Organization, :none, 2023, 6
1211
- deprecate :Organization=, :none, 2023, 6
1212
- deprecate :Operator, :none, 2023, 6
1213
- deprecate :Operator=, :none, 2023, 6
1210
+ deprecate :Organization, :none, 2023, 7
1211
+ deprecate :Organization=, :none, 2023, 7
1212
+ deprecate :Operator, :none, 2023, 7
1213
+ deprecate :Operator=, :none, 2023, 7
1214
1214
 
1215
1215
  def initialize(resourceid=nil, resourcetype=nil, flowinfo=nil, flowapproverlist=nil, agent=nil, flowoption=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
1216
1216
  @ResourceId = resourceid
@@ -1301,15 +1301,17 @@ module TencentCloud
1301
1301
  # @type Organization: :class:`Tencentcloud::Essbasic.v20210526.models.OrganizationInfo`
1302
1302
  # @param Operator: 暂未开放
1303
1303
  # @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
1304
+ # @param Deadline: 签署流程的签署截止时间。 值为unix时间戳,精确到秒,不传默认为当前时间七天后
1305
+ # @type Deadline: Integer
1304
1306
 
1305
- attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator
1307
+ attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline
1306
1308
  extend Gem::Deprecate
1307
- deprecate :Organization, :none, 2023, 6
1308
- deprecate :Organization=, :none, 2023, 6
1309
- deprecate :Operator, :none, 2023, 6
1310
- deprecate :Operator=, :none, 2023, 6
1309
+ deprecate :Organization, :none, 2023, 7
1310
+ deprecate :Organization=, :none, 2023, 7
1311
+ deprecate :Operator, :none, 2023, 7
1312
+ deprecate :Operator=, :none, 2023, 7
1311
1313
 
1312
- def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil)
1314
+ def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil)
1313
1315
  @Agent = agent
1314
1316
  @NeedRelievedFlowId = needrelievedflowid
1315
1317
  @ReliveInfo = reliveinfo
@@ -1317,6 +1319,7 @@ module TencentCloud
1317
1319
  @CallbackUrl = callbackurl
1318
1320
  @Organization = organization
1319
1321
  @Operator = operator
1322
+ @Deadline = deadline
1320
1323
  end
1321
1324
 
1322
1325
  def deserialize(params)
@@ -1346,6 +1349,7 @@ module TencentCloud
1346
1349
  @Operator = UserInfo.new
1347
1350
  @Operator.deserialize(params['Operator'])
1348
1351
  end
1352
+ @Deadline = params['Deadline']
1349
1353
  end
1350
1354
  end
1351
1355
 
@@ -1385,10 +1389,10 @@ module TencentCloud
1385
1389
 
1386
1390
  attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
1387
1391
  extend Gem::Deprecate
1388
- deprecate :Operator, :none, 2023, 6
1389
- deprecate :Operator=, :none, 2023, 6
1390
- deprecate :Organization, :none, 2023, 6
1391
- deprecate :Organization=, :none, 2023, 6
1392
+ deprecate :Operator, :none, 2023, 7
1393
+ deprecate :Operator=, :none, 2023, 7
1394
+ deprecate :Organization, :none, 2023, 7
1395
+ deprecate :Organization=, :none, 2023, 7
1392
1396
 
1393
1397
  def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
1394
1398
  @Agent = agent
@@ -1452,8 +1456,8 @@ module TencentCloud
1452
1456
 
1453
1457
  attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
1454
1458
  extend Gem::Deprecate
1455
- deprecate :Operator, :none, 2023, 6
1456
- deprecate :Operator=, :none, 2023, 6
1459
+ deprecate :Operator, :none, 2023, 7
1460
+ deprecate :Operator=, :none, 2023, 7
1457
1461
 
1458
1462
  def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
1459
1463
  @Agent = agent
@@ -1520,8 +1524,8 @@ module TencentCloud
1520
1524
 
1521
1525
  attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
1522
1526
  extend Gem::Deprecate
1523
- deprecate :Operator, :none, 2023, 6
1524
- deprecate :Operator=, :none, 2023, 6
1527
+ deprecate :Operator, :none, 2023, 7
1528
+ deprecate :Operator=, :none, 2023, 7
1525
1529
 
1526
1530
  def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
1527
1531
  @Agent = agent
@@ -1582,10 +1586,10 @@ module TencentCloud
1582
1586
 
1583
1587
  attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
1584
1588
  extend Gem::Deprecate
1585
- deprecate :Organization, :none, 2023, 6
1586
- deprecate :Organization=, :none, 2023, 6
1587
- deprecate :Operator, :none, 2023, 6
1588
- deprecate :Operator=, :none, 2023, 6
1589
+ deprecate :Organization, :none, 2023, 7
1590
+ deprecate :Organization=, :none, 2023, 7
1591
+ deprecate :Operator, :none, 2023, 7
1592
+ deprecate :Operator=, :none, 2023, 7
1589
1593
 
1590
1594
  def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
1591
1595
  @Agent = agent
@@ -1646,8 +1650,8 @@ module TencentCloud
1646
1650
 
1647
1651
  attr_accessor :Limit, :Agent, :Filters, :Offset, :Operator
1648
1652
  extend Gem::Deprecate
1649
- deprecate :Operator, :none, 2023, 6
1650
- deprecate :Operator=, :none, 2023, 6
1653
+ deprecate :Operator, :none, 2023, 7
1654
+ deprecate :Operator=, :none, 2023, 7
1651
1655
 
1652
1656
  def initialize(limit=nil, agent=nil, filters=nil, offset=nil, operator=nil)
1653
1657
  @Limit = limit
@@ -1864,8 +1868,8 @@ module TencentCloud
1864
1868
 
1865
1869
  attr_accessor :Agent, :Offset, :Limit, :Filters, :Operator
1866
1870
  extend Gem::Deprecate
1867
- deprecate :Operator, :none, 2023, 6
1868
- deprecate :Operator=, :none, 2023, 6
1871
+ deprecate :Operator, :none, 2023, 7
1872
+ deprecate :Operator=, :none, 2023, 7
1869
1873
 
1870
1874
  def initialize(agent=nil, offset=nil, limit=nil, filters=nil, operator=nil)
1871
1875
  @Agent = agent
@@ -1950,10 +1954,10 @@ module TencentCloud
1950
1954
 
1951
1955
  attr_accessor :Agent, :TaskId, :Operator, :Organization
1952
1956
  extend Gem::Deprecate
1953
- deprecate :Operator, :none, 2023, 6
1954
- deprecate :Operator=, :none, 2023, 6
1955
- deprecate :Organization, :none, 2023, 6
1956
- deprecate :Organization=, :none, 2023, 6
1957
+ deprecate :Operator, :none, 2023, 7
1958
+ deprecate :Operator=, :none, 2023, 7
1959
+ deprecate :Organization, :none, 2023, 7
1960
+ deprecate :Organization=, :none, 2023, 7
1957
1961
 
1958
1962
  def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
1959
1963
  @Agent = agent
@@ -2010,8 +2014,8 @@ module TencentCloud
2010
2014
 
2011
2015
  attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
2012
2016
  extend Gem::Deprecate
2013
- deprecate :PreviewUrl, :none, 2023, 6
2014
- deprecate :PreviewUrl=, :none, 2023, 6
2017
+ deprecate :PreviewUrl, :none, 2023, 7
2018
+ deprecate :PreviewUrl=, :none, 2023, 7
2015
2019
 
2016
2020
  def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
2017
2021
  @TaskId = taskid
@@ -2074,8 +2078,8 @@ module TencentCloud
2074
2078
 
2075
2079
  attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
2076
2080
  extend Gem::Deprecate
2077
- deprecate :Operator, :none, 2023, 6
2078
- deprecate :Operator=, :none, 2023, 6
2081
+ deprecate :Operator, :none, 2023, 7
2082
+ deprecate :Operator=, :none, 2023, 7
2079
2083
 
2080
2084
  def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
2081
2085
  @Agent = agent
@@ -2127,8 +2131,8 @@ module TencentCloud
2127
2131
 
2128
2132
  attr_accessor :FlowId, :Agent, :Operator
2129
2133
  extend Gem::Deprecate
2130
- deprecate :Operator, :none, 2023, 6
2131
- deprecate :Operator=, :none, 2023, 6
2134
+ deprecate :Operator, :none, 2023, 7
2135
+ deprecate :Operator=, :none, 2023, 7
2132
2136
 
2133
2137
  def initialize(flowid=nil, agent=nil, operator=nil)
2134
2138
  @FlowId = flowid
@@ -2230,8 +2234,8 @@ module TencentCloud
2230
2234
 
2231
2235
  attr_accessor :NotChannelOrganization, :ApproverType, :OrganizationId, :OrganizationOpenId, :OrganizationName, :UserId, :OpenId, :ApproverName, :ApproverMobile, :RecipientId, :PreReadTime, :IsFullText, :NotifyType, :ApproverOption
2232
2236
  extend Gem::Deprecate
2233
- deprecate :NotifyType, :none, 2023, 6
2234
- deprecate :NotifyType=, :none, 2023, 6
2237
+ deprecate :NotifyType, :none, 2023, 7
2238
+ deprecate :NotifyType=, :none, 2023, 7
2235
2239
 
2236
2240
  def initialize(notchannelorganization=nil, approvertype=nil, organizationid=nil, organizationopenid=nil, organizationname=nil, userid=nil, openid=nil, approvername=nil, approvermobile=nil, recipientid=nil, prereadtime=nil, isfulltext=nil, notifytype=nil, approveroption=nil)
2237
2241
  @NotChannelOrganization = notchannelorganization
@@ -2552,8 +2556,8 @@ module TencentCloud
2552
2556
 
2553
2557
  attr_accessor :Agent, :FlowId, :Operator
2554
2558
  extend Gem::Deprecate
2555
- deprecate :Operator, :none, 2023, 6
2556
- deprecate :Operator=, :none, 2023, 6
2559
+ deprecate :Operator, :none, 2023, 7
2560
+ deprecate :Operator=, :none, 2023, 7
2557
2561
 
2558
2562
  def initialize(agent=nil, flowid=nil, operator=nil)
2559
2563
  @Agent = agent
@@ -2634,8 +2638,8 @@ module TencentCloud
2634
2638
 
2635
2639
  attr_accessor :Agent, :ProxyOrganizationName, :ProxyOperatorName, :Module, :ModuleId, :UniformSocialCreditCode, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator
2636
2640
  extend Gem::Deprecate
2637
- deprecate :Operator, :none, 2023, 6
2638
- deprecate :Operator=, :none, 2023, 6
2641
+ deprecate :Operator, :none, 2023, 7
2642
+ deprecate :Operator=, :none, 2023, 7
2639
2643
 
2640
2644
  def initialize(agent=nil, proxyorganizationname=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, uniformsocialcreditcode=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil)
2641
2645
  @Agent = agent
@@ -2738,8 +2742,8 @@ module TencentCloud
2738
2742
 
2739
2743
  attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
2740
2744
  extend Gem::Deprecate
2741
- deprecate :Operator, :none, 2023, 6
2742
- deprecate :Operator=, :none, 2023, 6
2745
+ deprecate :Operator, :none, 2023, 7
2746
+ deprecate :Operator=, :none, 2023, 7
2743
2747
 
2744
2748
  def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
2745
2749
  @Agent = agent
@@ -2829,8 +2833,8 @@ module TencentCloud
2829
2833
 
2830
2834
  attr_accessor :Agent, :SealName, :SealImage, :Operator
2831
2835
  extend Gem::Deprecate
2832
- deprecate :Operator, :none, 2023, 6
2833
- deprecate :Operator=, :none, 2023, 6
2836
+ deprecate :Operator, :none, 2023, 7
2837
+ deprecate :Operator=, :none, 2023, 7
2834
2838
 
2835
2839
  def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil)
2836
2840
  @Agent = agent
@@ -2910,8 +2914,8 @@ module TencentCloud
2910
2914
 
2911
2915
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator
2912
2916
  extend Gem::Deprecate
2913
- deprecate :Operator, :none, 2023, 6
2914
- deprecate :Operator=, :none, 2023, 6
2917
+ deprecate :Operator, :none, 2023, 7
2918
+ deprecate :Operator=, :none, 2023, 7
2915
2919
 
2916
2920
  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)
2917
2921
  @Agent = agent
@@ -3016,8 +3020,8 @@ module TencentCloud
3016
3020
 
3017
3021
  attr_accessor :Agent, :ReportId, :Operator
3018
3022
  extend Gem::Deprecate
3019
- deprecate :Operator, :none, 2023, 6
3020
- deprecate :Operator=, :none, 2023, 6
3023
+ deprecate :Operator, :none, 2023, 7
3024
+ deprecate :Operator=, :none, 2023, 7
3021
3025
 
3022
3026
  def initialize(agent=nil, reportid=nil, operator=nil)
3023
3027
  @Agent = agent
@@ -3128,8 +3132,8 @@ module TencentCloud
3128
3132
 
3129
3133
  attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
3130
3134
  extend Gem::Deprecate
3131
- deprecate :Operator, :none, 2023, 6
3132
- deprecate :Operator=, :none, 2023, 6
3135
+ deprecate :Operator, :none, 2023, 7
3136
+ deprecate :Operator=, :none, 2023, 7
3133
3137
 
3134
3138
  def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
3135
3139
  @Agent = agent
@@ -3210,8 +3214,8 @@ module TencentCloud
3210
3214
 
3211
3215
  attr_accessor :Agent, :FlowIds, :Operator
3212
3216
  extend Gem::Deprecate
3213
- deprecate :Operator, :none, 2023, 6
3214
- deprecate :Operator=, :none, 2023, 6
3217
+ deprecate :Operator, :none, 2023, 7
3218
+ deprecate :Operator=, :none, 2023, 7
3215
3219
 
3216
3220
  def initialize(agent=nil, flowids=nil, operator=nil)
3217
3221
  @Agent = agent
@@ -3291,8 +3295,8 @@ module TencentCloud
3291
3295
 
3292
3296
  attr_accessor :Agent, :TemplateId, :ContentType, :Limit, :Offset, :QueryAllComponents, :TemplateName, :WithPreviewUrl, :WithPdfUrl, :ChannelTemplateId, :Operator
3293
3297
  extend Gem::Deprecate
3294
- deprecate :Operator, :none, 2023, 6
3295
- deprecate :Operator=, :none, 2023, 6
3298
+ deprecate :Operator, :none, 2023, 7
3299
+ deprecate :Operator=, :none, 2023, 7
3296
3300
 
3297
3301
  def initialize(agent=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil, queryallcomponents=nil, templatename=nil, withpreviewurl=nil, withpdfurl=nil, channeltemplateid=nil, operator=nil)
3298
3302
  @Agent = agent
@@ -3390,8 +3394,8 @@ module TencentCloud
3390
3394
 
3391
3395
  attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
3392
3396
  extend Gem::Deprecate
3393
- deprecate :Operator, :none, 2023, 6
3394
- deprecate :Operator=, :none, 2023, 6
3397
+ deprecate :Operator, :none, 2023, 7
3398
+ deprecate :Operator=, :none, 2023, 7
3395
3399
 
3396
3400
  def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
3397
3401
  @Agent = agent
@@ -3738,8 +3742,8 @@ module TencentCloud
3738
3742
 
3739
3743
  attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId
3740
3744
  extend Gem::Deprecate
3741
- deprecate :CallbackUrl, :none, 2023, 6
3742
- deprecate :CallbackUrl=, :none, 2023, 6
3745
+ deprecate :CallbackUrl, :none, 2023, 7
3746
+ deprecate :CallbackUrl=, :none, 2023, 7
3743
3747
 
3744
3748
  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)
3745
3749
  @Name = name
@@ -4253,8 +4257,8 @@ module TencentCloud
4253
4257
 
4254
4258
  attr_accessor :Agent, :DownLoadFlows, :Operator
4255
4259
  extend Gem::Deprecate
4256
- deprecate :Operator, :none, 2023, 6
4257
- deprecate :Operator=, :none, 2023, 6
4260
+ deprecate :Operator, :none, 2023, 7
4261
+ deprecate :Operator=, :none, 2023, 7
4258
4262
 
4259
4263
  def initialize(agent=nil, downloadflows=nil, operator=nil)
4260
4264
  @Agent = agent
@@ -4443,8 +4447,8 @@ module TencentCloud
4443
4447
 
4444
4448
  attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Operator
4445
4449
  extend Gem::Deprecate
4446
- deprecate :Operator, :none, 2023, 6
4447
- deprecate :Operator=, :none, 2023, 6
4450
+ deprecate :Operator, :none, 2023, 7
4451
+ deprecate :Operator=, :none, 2023, 7
4448
4452
 
4449
4453
  def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, operator=nil)
4450
4454
  @Agent = agent
@@ -4539,10 +4543,10 @@ module TencentCloud
4539
4543
 
4540
4544
  attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
4541
4545
  extend Gem::Deprecate
4542
- deprecate :ClientIp, :none, 2023, 6
4543
- deprecate :ClientIp=, :none, 2023, 6
4544
- deprecate :ProxyIp, :none, 2023, 6
4545
- deprecate :ProxyIp=, :none, 2023, 6
4546
+ deprecate :ClientIp, :none, 2023, 7
4547
+ deprecate :ClientIp=, :none, 2023, 7
4548
+ deprecate :ProxyIp, :none, 2023, 7
4549
+ deprecate :ProxyIp=, :none, 2023, 7
4546
4550
 
4547
4551
  def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
4548
4552
  @OrganizationOpenId = organizationopenid
@@ -4642,8 +4646,8 @@ module TencentCloud
4642
4646
 
4643
4647
  attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
4644
4648
  extend Gem::Deprecate
4645
- deprecate :Operator, :none, 2023, 6
4646
- deprecate :Operator=, :none, 2023, 6
4649
+ deprecate :Operator, :none, 2023, 7
4650
+ deprecate :Operator=, :none, 2023, 7
4647
4651
 
4648
4652
  def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
4649
4653
  @Agent = agent
@@ -4824,6 +4828,8 @@ module TencentCloud
4824
4828
 
4825
4829
  # 解除协议的签署人,如不指定,默认使用待解除流程(即原流程)中的签署人。
4826
4830
  # 注意:不支持更换C端(个人身份类型)签署人,如果原流程中含有C端签署人,默认使用原流程中的该签署人。
4831
+ # 注意:目前不支持替换C端(个人身份类型)签署人,但是可以指定C端签署人的签署方自定义控件别名,具体见参数ApproverSignRole描述。
4832
+ # 注意:当指定C端签署人的签署方自定义控件别名不空时,除参数ApproverNumber外,可以只参数ApproverSignRole。
4827
4833
 
4828
4834
  # 如果需要指定B端(机构身份类型)签署人,其中ReleasedApprover需要传递的参数如下:
4829
4835
  # ApproverNumber, OrganizationName, ApproverType必传。
@@ -4855,10 +4861,16 @@ module TencentCloud
4855
4861
  # @param OpenId: 用户侧第三方id,最大长度64个字符
4856
4862
  # 当签署方为同一第三方应用下的员工时,该字必传
4857
4863
  # @type OpenId: String
4864
+ # @param ApproverSignComponentType: 签署控件类型,支持自定义企业签署方的签署控件为“印章”或“签名”
4865
+ # - SIGN_SEAL-默认为印章控件类型
4866
+ # - SIGN_SIGNATURE-手写签名控件类型
4867
+ # @type ApproverSignComponentType: String
4868
+ # @param ApproverSignRole: 签署方自定义控件别名,最大长度20个字符
4869
+ # @type ApproverSignRole: String
4858
4870
 
4859
- attr_accessor :OrganizationName, :ApproverNumber, :ApproverType, :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationOpenId, :OpenId
4871
+ attr_accessor :OrganizationName, :ApproverNumber, :ApproverType, :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationOpenId, :OpenId, :ApproverSignComponentType, :ApproverSignRole
4860
4872
 
4861
- def initialize(organizationname=nil, approvernumber=nil, approvertype=nil, name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationopenid=nil, openid=nil)
4873
+ def initialize(organizationname=nil, approvernumber=nil, approvertype=nil, name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationopenid=nil, openid=nil, approversigncomponenttype=nil, approversignrole=nil)
4862
4874
  @OrganizationName = organizationname
4863
4875
  @ApproverNumber = approvernumber
4864
4876
  @ApproverType = approvertype
@@ -4868,6 +4880,8 @@ module TencentCloud
4868
4880
  @Mobile = mobile
4869
4881
  @OrganizationOpenId = organizationopenid
4870
4882
  @OpenId = openid
4883
+ @ApproverSignComponentType = approversigncomponenttype
4884
+ @ApproverSignRole = approversignrole
4871
4885
  end
4872
4886
 
4873
4887
  def deserialize(params)
@@ -4880,6 +4894,8 @@ module TencentCloud
4880
4894
  @Mobile = params['Mobile']
4881
4895
  @OrganizationOpenId = params['OrganizationOpenId']
4882
4896
  @OpenId = params['OpenId']
4897
+ @ApproverSignComponentType = params['ApproverSignComponentType']
4898
+ @ApproverSignRole = params['ApproverSignRole']
4883
4899
  end
4884
4900
  end
4885
4901
 
@@ -5060,8 +5076,8 @@ module TencentCloud
5060
5076
 
5061
5077
  attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId
5062
5078
  extend Gem::Deprecate
5063
- deprecate :CustomUserId, :none, 2023, 6
5064
- deprecate :CustomUserId=, :none, 2023, 6
5079
+ deprecate :CustomUserId, :none, 2023, 7
5080
+ deprecate :CustomUserId=, :none, 2023, 7
5065
5081
 
5066
5082
  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)
5067
5083
  @SignUrl = signurl
@@ -5223,8 +5239,8 @@ module TencentCloud
5223
5239
 
5224
5240
  attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
5225
5241
  extend Gem::Deprecate
5226
- deprecate :Operator, :none, 2023, 6
5227
- deprecate :Operator=, :none, 2023, 6
5242
+ deprecate :Operator, :none, 2023, 7
5243
+ deprecate :Operator=, :none, 2023, 7
5228
5244
 
5229
5245
  def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
5230
5246
  @Agent = agent
@@ -5307,8 +5323,8 @@ module TencentCloud
5307
5323
 
5308
5324
  attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator
5309
5325
  extend Gem::Deprecate
5310
- deprecate :Operator, :none, 2023, 6
5311
- deprecate :Operator=, :none, 2023, 6
5326
+ deprecate :Operator, :none, 2023, 7
5327
+ deprecate :Operator=, :none, 2023, 7
5312
5328
 
5313
5329
  def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil)
5314
5330
  @Agent = agent
@@ -5418,8 +5434,8 @@ module TencentCloud
5418
5434
 
5419
5435
  attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
5420
5436
  extend Gem::Deprecate
5421
- deprecate :IsPromoter, :none, 2023, 6
5422
- deprecate :IsPromoter=, :none, 2023, 6
5437
+ deprecate :IsPromoter, :none, 2023, 7
5438
+ deprecate :IsPromoter=, :none, 2023, 7
5423
5439
 
5424
5440
  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)
5425
5441
  @TemplateId = templateid
@@ -5505,7 +5521,7 @@ module TencentCloud
5505
5521
 
5506
5522
  # UploadFiles请求参数结构体
5507
5523
  class UploadFilesRequest < TencentCloud::Common::AbstractModel
5508
- # @param Agent: 应用相关信息,若是第三方应用集成调用 appidproxyappid 必填
5524
+ # @param Agent: 应用相关信息,若是第三方应用集成调用 若是第三方应用集成调用,Agent.AppIdAgent.ProxyOrganizationOpenId 必填
5509
5525
  # @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
5510
5526
  # @param BusinessType: 文件对应业务类型
5511
5527
  # 1. TEMPLATE - 模板; 文件类型:.pdf/.doc/.docx/.html
@@ -5518,8 +5534,8 @@ module TencentCloud
5518
5534
 
5519
5535
  attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
5520
5536
  extend Gem::Deprecate
5521
- deprecate :Operator, :none, 2023, 6
5522
- deprecate :Operator=, :none, 2023, 6
5537
+ deprecate :Operator, :none, 2023, 7
5538
+ deprecate :Operator=, :none, 2023, 7
5523
5539
 
5524
5540
  def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
5525
5541
  @Agent = agent
@@ -5551,27 +5567,27 @@ module TencentCloud
5551
5567
 
5552
5568
  # UploadFiles返回参数结构体
5553
5569
  class UploadFilesResponse < TencentCloud::Common::AbstractModel
5554
- # @param FileIds: 文件id数组,有效期一个小时;有效期内此文件id可以反复使用
5555
- # @type FileIds: Array
5556
5570
  # @param TotalCount: 上传成功文件数量
5557
5571
  # @type TotalCount: Integer
5572
+ # @param FileIds: 文件id数组,有效期一个小时;有效期内此文件id可以反复使用
5573
+ # @type FileIds: Array
5558
5574
  # @param FileUrls: 文件Url
5559
5575
  # @type FileUrls: Array
5560
5576
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5561
5577
  # @type RequestId: String
5562
5578
 
5563
- attr_accessor :FileIds, :TotalCount, :FileUrls, :RequestId
5579
+ attr_accessor :TotalCount, :FileIds, :FileUrls, :RequestId
5564
5580
 
5565
- def initialize(fileids=nil, totalcount=nil, fileurls=nil, requestid=nil)
5566
- @FileIds = fileids
5581
+ def initialize(totalcount=nil, fileids=nil, fileurls=nil, requestid=nil)
5567
5582
  @TotalCount = totalcount
5583
+ @FileIds = fileids
5568
5584
  @FileUrls = fileurls
5569
5585
  @RequestId = requestid
5570
5586
  end
5571
5587
 
5572
5588
  def deserialize(params)
5573
- @FileIds = params['FileIds']
5574
5589
  @TotalCount = params['TotalCount']
5590
+ @FileIds = params['FileIds']
5575
5591
  @FileUrls = params['FileUrls']
5576
5592
  @RequestId = params['RequestId']
5577
5593
  end
@@ -5632,14 +5648,14 @@ module TencentCloud
5632
5648
 
5633
5649
  attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
5634
5650
  extend Gem::Deprecate
5635
- deprecate :Channel, :none, 2023, 6
5636
- deprecate :Channel=, :none, 2023, 6
5637
- deprecate :CustomUserId, :none, 2023, 6
5638
- deprecate :CustomUserId=, :none, 2023, 6
5639
- deprecate :ClientIp, :none, 2023, 6
5640
- deprecate :ClientIp=, :none, 2023, 6
5641
- deprecate :ProxyIp, :none, 2023, 6
5642
- deprecate :ProxyIp=, :none, 2023, 6
5651
+ deprecate :Channel, :none, 2023, 7
5652
+ deprecate :Channel=, :none, 2023, 7
5653
+ deprecate :CustomUserId, :none, 2023, 7
5654
+ deprecate :CustomUserId=, :none, 2023, 7
5655
+ deprecate :ClientIp, :none, 2023, 7
5656
+ deprecate :ClientIp=, :none, 2023, 7
5657
+ deprecate :ProxyIp, :none, 2023, 7
5658
+ deprecate :ProxyIp=, :none, 2023, 7
5643
5659
 
5644
5660
  def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
5645
5661
  @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.603
4
+ version: 3.0.604
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-06-30 00:00:00.000000000 Z
11
+ date: 2023-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,11 +33,11 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20210526/client.rb
37
- - lib/v20210526/models.rb
38
- - lib/v20201222/client.rb
39
- - lib/v20201222/models.rb
40
36
  - lib/tencentcloud-sdk-essbasic.rb
37
+ - lib/v20201222/models.rb
38
+ - lib/v20201222/client.rb
39
+ - lib/v20210526/models.rb
40
+ - lib/v20210526/client.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: