tencentcloud-sdk-essbasic 3.0.716 → 3.0.718
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/client.rb +1 -2
- data/lib/v20210526/models.rb +155 -127
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9abb8cb977c064736239c3dd045063e2dcc95f82
|
|
4
|
+
data.tar.gz: 5b546d0ed531e185098bb19cb6ca4f1f637b644f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e5f28e24ed4bee7bf7b01c24660cf3f800c03a7c03857e22db751c6e9c1ce0a4b8efad035df88c4961ba1356783308dfce239b3638364cef44789e025cf1328
|
|
7
|
+
data.tar.gz: 064cd979c550f718c7cb2a07015eefb57e4168d32fb6091279202179b271e738325bff5a043ad1aee695c39f6744a43beb598fcb9e20e2aaebbd3e3c9112308a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.718
|
data/lib/v20210526/client.rb
CHANGED
|
@@ -808,8 +808,7 @@ module TencentCloud
|
|
|
808
808
|
# 通过此接口指定合同、签署人、填写控件等信息,生成嵌入式链接,此链接可以嵌入到其他网页或者直接打开,打开后进入发起页面。在此页面上,合同信息和签署人信息均不可更改。
|
|
809
809
|
|
|
810
810
|
# 注意:
|
|
811
|
-
# 1.
|
|
812
|
-
# 2. 只支持PC浏览器操作使用
|
|
811
|
+
# 1. 只支持PC浏览器操作使用
|
|
813
812
|
|
|
814
813
|
# 嵌入的页面样式如下:
|
|
815
814
|
# 
|
data/lib/v20210526/models.rb
CHANGED
|
@@ -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, 2023,
|
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2023,
|
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2023, 12
|
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2023, 12
|
|
42
42
|
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
|
44
44
|
@AppId = appid
|
|
@@ -545,8 +545,8 @@ module TencentCloud
|
|
|
545
545
|
|
|
546
546
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
|
547
547
|
extend Gem::Deprecate
|
|
548
|
-
deprecate :Operator, :none, 2023,
|
|
549
|
-
deprecate :Operator=, :none, 2023,
|
|
548
|
+
deprecate :Operator, :none, 2023, 12
|
|
549
|
+
deprecate :Operator=, :none, 2023, 12
|
|
550
550
|
|
|
551
551
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
552
552
|
@Agent = agent
|
|
@@ -713,8 +713,8 @@ module TencentCloud
|
|
|
713
713
|
|
|
714
714
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
|
715
715
|
extend Gem::Deprecate
|
|
716
|
-
deprecate :Operator, :none, 2023,
|
|
717
|
-
deprecate :Operator=, :none, 2023,
|
|
716
|
+
deprecate :Operator, :none, 2023, 12
|
|
717
|
+
deprecate :Operator=, :none, 2023, 12
|
|
718
718
|
|
|
719
719
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
720
720
|
@FlowId = flowid
|
|
@@ -774,8 +774,8 @@ module TencentCloud
|
|
|
774
774
|
|
|
775
775
|
attr_accessor :Agent, :QrCodeId, :Operator
|
|
776
776
|
extend Gem::Deprecate
|
|
777
|
-
deprecate :Operator, :none, 2023,
|
|
778
|
-
deprecate :Operator=, :none, 2023,
|
|
777
|
+
deprecate :Operator, :none, 2023, 12
|
|
778
|
+
deprecate :Operator=, :none, 2023, 12
|
|
779
779
|
|
|
780
780
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
|
781
781
|
@Agent = agent
|
|
@@ -885,8 +885,8 @@ module TencentCloud
|
|
|
885
885
|
|
|
886
886
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
887
887
|
extend Gem::Deprecate
|
|
888
|
-
deprecate :Operator, :none, 2023,
|
|
889
|
-
deprecate :Operator=, :none, 2023,
|
|
888
|
+
deprecate :Operator, :none, 2023, 12
|
|
889
|
+
deprecate :Operator=, :none, 2023, 12
|
|
890
890
|
|
|
891
891
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
892
892
|
@Agent = agent
|
|
@@ -1159,8 +1159,8 @@ module TencentCloud
|
|
|
1159
1159
|
|
|
1160
1160
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1161
1161
|
extend Gem::Deprecate
|
|
1162
|
-
deprecate :Operator, :none, 2023,
|
|
1163
|
-
deprecate :Operator=, :none, 2023,
|
|
1162
|
+
deprecate :Operator, :none, 2023, 12
|
|
1163
|
+
deprecate :Operator=, :none, 2023, 12
|
|
1164
1164
|
|
|
1165
1165
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1166
1166
|
@Agent = agent
|
|
@@ -1237,10 +1237,10 @@ module TencentCloud
|
|
|
1237
1237
|
|
|
1238
1238
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
|
1239
1239
|
extend Gem::Deprecate
|
|
1240
|
-
deprecate :Operator, :none, 2023,
|
|
1241
|
-
deprecate :Operator=, :none, 2023,
|
|
1242
|
-
deprecate :Organization, :none, 2023,
|
|
1243
|
-
deprecate :Organization=, :none, 2023,
|
|
1240
|
+
deprecate :Operator, :none, 2023, 12
|
|
1241
|
+
deprecate :Operator=, :none, 2023, 12
|
|
1242
|
+
deprecate :Organization, :none, 2023, 12
|
|
1243
|
+
deprecate :Organization=, :none, 2023, 12
|
|
1244
1244
|
|
|
1245
1245
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
|
1246
1246
|
@Agent = agent
|
|
@@ -1328,18 +1328,31 @@ module TencentCloud
|
|
|
1328
1328
|
# @type HiddenComponents: Boolean
|
|
1329
1329
|
# @param Operator: 渠道操作者信息
|
|
1330
1330
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
|
1331
|
+
# @param UserData: 用户自定义参数
|
|
1332
|
+
# <ul>
|
|
1333
|
+
# <li>目前仅支持EmbedType=CREATE_TEMPLATE时传入</li>
|
|
1334
|
+
# <li>指定后,创建,编辑,删除模版时,回调都会携带该userData</li>
|
|
1335
|
+
# <li>支持的格式:json字符串的BASE64编码字符串</li>
|
|
1336
|
+
# <li>示例:<ul>
|
|
1337
|
+
# <li>json字符串:{"ComeFrom":"xxx"},BASE64编码:eyJDb21lRnJvbSI6Inh4eCJ9</li>
|
|
1338
|
+
# <li>eyJDb21lRnJvbSI6Inh4eCJ9,为符合要求的userData数据格式</li>
|
|
1339
|
+
# </ul>
|
|
1340
|
+
# </li>
|
|
1341
|
+
# </ul>
|
|
1342
|
+
# @type UserData: String
|
|
1331
1343
|
|
|
1332
|
-
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator
|
|
1344
|
+
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData
|
|
1333
1345
|
extend Gem::Deprecate
|
|
1334
|
-
deprecate :Operator, :none, 2023,
|
|
1335
|
-
deprecate :Operator=, :none, 2023,
|
|
1346
|
+
deprecate :Operator, :none, 2023, 12
|
|
1347
|
+
deprecate :Operator=, :none, 2023, 12
|
|
1336
1348
|
|
|
1337
|
-
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil)
|
|
1349
|
+
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil)
|
|
1338
1350
|
@Agent = agent
|
|
1339
1351
|
@EmbedType = embedtype
|
|
1340
1352
|
@BusinessId = businessid
|
|
1341
1353
|
@HiddenComponents = hiddencomponents
|
|
1342
1354
|
@Operator = operator
|
|
1355
|
+
@UserData = userdata
|
|
1343
1356
|
end
|
|
1344
1357
|
|
|
1345
1358
|
def deserialize(params)
|
|
@@ -1354,6 +1367,7 @@ module TencentCloud
|
|
|
1354
1367
|
@Operator = UserInfo.new
|
|
1355
1368
|
@Operator.deserialize(params['Operator'])
|
|
1356
1369
|
end
|
|
1370
|
+
@UserData = params['UserData']
|
|
1357
1371
|
end
|
|
1358
1372
|
end
|
|
1359
1373
|
|
|
@@ -1565,8 +1579,8 @@ module TencentCloud
|
|
|
1565
1579
|
|
|
1566
1580
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
|
1567
1581
|
extend Gem::Deprecate
|
|
1568
|
-
deprecate :Operator, :none, 2023,
|
|
1569
|
-
deprecate :Operator=, :none, 2023,
|
|
1582
|
+
deprecate :Operator, :none, 2023, 12
|
|
1583
|
+
deprecate :Operator=, :none, 2023, 12
|
|
1570
1584
|
|
|
1571
1585
|
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)
|
|
1572
1586
|
@Agent = agent
|
|
@@ -1704,8 +1718,8 @@ module TencentCloud
|
|
|
1704
1718
|
|
|
1705
1719
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
|
1706
1720
|
extend Gem::Deprecate
|
|
1707
|
-
deprecate :Operator, :none, 2023,
|
|
1708
|
-
deprecate :Operator=, :none, 2023,
|
|
1721
|
+
deprecate :Operator, :none, 2023, 12
|
|
1722
|
+
deprecate :Operator=, :none, 2023, 12
|
|
1709
1723
|
|
|
1710
1724
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
|
1711
1725
|
@FlowFileInfos = flowfileinfos
|
|
@@ -2005,10 +2019,10 @@ module TencentCloud
|
|
|
2005
2019
|
|
|
2006
2020
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl
|
|
2007
2021
|
extend Gem::Deprecate
|
|
2008
|
-
deprecate :Operator, :none, 2023,
|
|
2009
|
-
deprecate :Operator=, :none, 2023,
|
|
2010
|
-
deprecate :Organization, :none, 2023,
|
|
2011
|
-
deprecate :Organization=, :none, 2023,
|
|
2022
|
+
deprecate :Operator, :none, 2023, 12
|
|
2023
|
+
deprecate :Operator=, :none, 2023, 12
|
|
2024
|
+
deprecate :Organization, :none, 2023, 12
|
|
2025
|
+
deprecate :Organization=, :none, 2023, 12
|
|
2012
2026
|
|
|
2013
2027
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil)
|
|
2014
2028
|
@Agent = agent
|
|
@@ -2109,12 +2123,12 @@ module TencentCloud
|
|
|
2109
2123
|
|
|
2110
2124
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
|
|
2111
2125
|
extend Gem::Deprecate
|
|
2112
|
-
deprecate :CallbackUrl, :none, 2023,
|
|
2113
|
-
deprecate :CallbackUrl=, :none, 2023,
|
|
2114
|
-
deprecate :ApproverRestrictions, :none, 2023,
|
|
2115
|
-
deprecate :ApproverRestrictions=, :none, 2023,
|
|
2116
|
-
deprecate :Operator, :none, 2023,
|
|
2117
|
-
deprecate :Operator=, :none, 2023,
|
|
2126
|
+
deprecate :CallbackUrl, :none, 2023, 12
|
|
2127
|
+
deprecate :CallbackUrl=, :none, 2023, 12
|
|
2128
|
+
deprecate :ApproverRestrictions, :none, 2023, 12
|
|
2129
|
+
deprecate :ApproverRestrictions=, :none, 2023, 12
|
|
2130
|
+
deprecate :Operator, :none, 2023, 12
|
|
2131
|
+
deprecate :Operator=, :none, 2023, 12
|
|
2118
2132
|
|
|
2119
2133
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
|
2120
2134
|
@Agent = agent
|
|
@@ -2312,9 +2326,15 @@ module TencentCloud
|
|
|
2312
2326
|
|
|
2313
2327
|
# ChannelCreatePrepareFlow请求参数结构体
|
|
2314
2328
|
class ChannelCreatePrepareFlowRequest < TencentCloud::Common::AbstractModel
|
|
2315
|
-
# @param ResourceId:
|
|
2329
|
+
# @param ResourceId: 资源id,与ResourceType相对应,取值范围:
|
|
2330
|
+
# <ul>
|
|
2331
|
+
# <li>文件Id(通过UploadFiles获取文件资源Id)</li>
|
|
2332
|
+
# <li>模板Id</li>
|
|
2333
|
+
# </ul>
|
|
2316
2334
|
# @type ResourceId: String
|
|
2317
|
-
# @param ResourceType:
|
|
2335
|
+
# @param ResourceType: 资源类型,取值有:
|
|
2336
|
+
# <ul><li> **1**:模板</li>
|
|
2337
|
+
# <li> **2**:文件(默认值)</li></ul>
|
|
2318
2338
|
# @type ResourceType: Integer
|
|
2319
2339
|
# @param FlowInfo: 要创建的合同信息
|
|
2320
2340
|
# @type FlowInfo: :class:`Tencentcloud::Essbasic.v20210526.models.BaseFlowInfo`
|
|
@@ -2332,7 +2352,8 @@ module TencentCloud
|
|
|
2332
2352
|
# @type FlowOption: :class:`Tencentcloud::Essbasic.v20210526.models.CreateFlowOption`
|
|
2333
2353
|
# @param FlowApproverList: 合同签署人信息
|
|
2334
2354
|
# @type FlowApproverList: Array
|
|
2335
|
-
# @param FlowId:
|
|
2355
|
+
# @param FlowId: 合同Id:用于通过一个已发起的合同快速生成一个发起流程web链接
|
|
2356
|
+
# 注: `该参数必须是一个待发起审核的合同id,并且还未审核通过`
|
|
2336
2357
|
# @type FlowId: String
|
|
2337
2358
|
# @param NeedPreview: 该参数不可用,请通过获取 web 可嵌入接口获取合同流程预览 URL
|
|
2338
2359
|
# @type NeedPreview: Boolean
|
|
@@ -2343,12 +2364,12 @@ module TencentCloud
|
|
|
2343
2364
|
|
|
2344
2365
|
attr_accessor :ResourceId, :ResourceType, :FlowInfo, :Agent, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
|
2345
2366
|
extend Gem::Deprecate
|
|
2346
|
-
deprecate :NeedPreview, :none, 2023,
|
|
2347
|
-
deprecate :NeedPreview=, :none, 2023,
|
|
2348
|
-
deprecate :Organization, :none, 2023,
|
|
2349
|
-
deprecate :Organization=, :none, 2023,
|
|
2350
|
-
deprecate :Operator, :none, 2023,
|
|
2351
|
-
deprecate :Operator=, :none, 2023,
|
|
2367
|
+
deprecate :NeedPreview, :none, 2023, 12
|
|
2368
|
+
deprecate :NeedPreview=, :none, 2023, 12
|
|
2369
|
+
deprecate :Organization, :none, 2023, 12
|
|
2370
|
+
deprecate :Organization=, :none, 2023, 12
|
|
2371
|
+
deprecate :Operator, :none, 2023, 12
|
|
2372
|
+
deprecate :Operator=, :none, 2023, 12
|
|
2352
2373
|
|
|
2353
2374
|
def initialize(resourceid=nil, resourcetype=nil, flowinfo=nil, agent=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
|
2354
2375
|
@ResourceId = resourceid
|
|
@@ -2562,12 +2583,12 @@ module TencentCloud
|
|
|
2562
2583
|
|
|
2563
2584
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
|
2564
2585
|
extend Gem::Deprecate
|
|
2565
|
-
deprecate :CallbackUrl, :none, 2023,
|
|
2566
|
-
deprecate :CallbackUrl=, :none, 2023,
|
|
2567
|
-
deprecate :Organization, :none, 2023,
|
|
2568
|
-
deprecate :Organization=, :none, 2023,
|
|
2569
|
-
deprecate :Operator, :none, 2023,
|
|
2570
|
-
deprecate :Operator=, :none, 2023,
|
|
2586
|
+
deprecate :CallbackUrl, :none, 2023, 12
|
|
2587
|
+
deprecate :CallbackUrl=, :none, 2023, 12
|
|
2588
|
+
deprecate :Organization, :none, 2023, 12
|
|
2589
|
+
deprecate :Organization=, :none, 2023, 12
|
|
2590
|
+
deprecate :Operator, :none, 2023, 12
|
|
2591
|
+
deprecate :Operator=, :none, 2023, 12
|
|
2571
2592
|
|
|
2572
2593
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
|
2573
2594
|
@Agent = agent
|
|
@@ -2728,10 +2749,10 @@ module TencentCloud
|
|
|
2728
2749
|
|
|
2729
2750
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
|
2730
2751
|
extend Gem::Deprecate
|
|
2731
|
-
deprecate :Operator, :none, 2023,
|
|
2732
|
-
deprecate :Operator=, :none, 2023,
|
|
2733
|
-
deprecate :Organization, :none, 2023,
|
|
2734
|
-
deprecate :Organization=, :none, 2023,
|
|
2752
|
+
deprecate :Operator, :none, 2023, 12
|
|
2753
|
+
deprecate :Operator=, :none, 2023, 12
|
|
2754
|
+
deprecate :Organization, :none, 2023, 12
|
|
2755
|
+
deprecate :Organization=, :none, 2023, 12
|
|
2735
2756
|
|
|
2736
2757
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
|
2737
2758
|
@Agent = agent
|
|
@@ -2983,8 +3004,8 @@ module TencentCloud
|
|
|
2983
3004
|
|
|
2984
3005
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
|
2985
3006
|
extend Gem::Deprecate
|
|
2986
|
-
deprecate :Operator, :none, 2023,
|
|
2987
|
-
deprecate :Operator=, :none, 2023,
|
|
3007
|
+
deprecate :Operator, :none, 2023, 12
|
|
3008
|
+
deprecate :Operator=, :none, 2023, 12
|
|
2988
3009
|
|
|
2989
3010
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
|
2990
3011
|
@Agent = agent
|
|
@@ -3145,8 +3166,8 @@ module TencentCloud
|
|
|
3145
3166
|
|
|
3146
3167
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
|
3147
3168
|
extend Gem::Deprecate
|
|
3148
|
-
deprecate :Operator, :none, 2023,
|
|
3149
|
-
deprecate :Operator=, :none, 2023,
|
|
3169
|
+
deprecate :Operator, :none, 2023, 12
|
|
3170
|
+
deprecate :Operator=, :none, 2023, 12
|
|
3150
3171
|
|
|
3151
3172
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
|
3152
3173
|
@Agent = agent
|
|
@@ -3208,10 +3229,10 @@ module TencentCloud
|
|
|
3208
3229
|
|
|
3209
3230
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
|
3210
3231
|
extend Gem::Deprecate
|
|
3211
|
-
deprecate :Organization, :none, 2023,
|
|
3212
|
-
deprecate :Organization=, :none, 2023,
|
|
3213
|
-
deprecate :Operator, :none, 2023,
|
|
3214
|
-
deprecate :Operator=, :none, 2023,
|
|
3232
|
+
deprecate :Organization, :none, 2023, 12
|
|
3233
|
+
deprecate :Organization=, :none, 2023, 12
|
|
3234
|
+
deprecate :Operator, :none, 2023, 12
|
|
3235
|
+
deprecate :Operator=, :none, 2023, 12
|
|
3215
3236
|
|
|
3216
3237
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
|
3217
3238
|
@Agent = agent
|
|
@@ -3380,8 +3401,8 @@ module TencentCloud
|
|
|
3380
3401
|
|
|
3381
3402
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3382
3403
|
extend Gem::Deprecate
|
|
3383
|
-
deprecate :Operator, :none, 2023,
|
|
3384
|
-
deprecate :Operator=, :none, 2023,
|
|
3404
|
+
deprecate :Operator, :none, 2023, 12
|
|
3405
|
+
deprecate :Operator=, :none, 2023, 12
|
|
3385
3406
|
|
|
3386
3407
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3387
3408
|
@Agent = agent
|
|
@@ -3632,8 +3653,8 @@ module TencentCloud
|
|
|
3632
3653
|
|
|
3633
3654
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3634
3655
|
extend Gem::Deprecate
|
|
3635
|
-
deprecate :Operator, :none, 2023,
|
|
3636
|
-
deprecate :Operator=, :none, 2023,
|
|
3656
|
+
deprecate :Operator, :none, 2023, 12
|
|
3657
|
+
deprecate :Operator=, :none, 2023, 12
|
|
3637
3658
|
|
|
3638
3659
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3639
3660
|
@Agent = agent
|
|
@@ -3858,10 +3879,10 @@ module TencentCloud
|
|
|
3858
3879
|
|
|
3859
3880
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
|
3860
3881
|
extend Gem::Deprecate
|
|
3861
|
-
deprecate :Operator, :none, 2023,
|
|
3862
|
-
deprecate :Operator=, :none, 2023,
|
|
3863
|
-
deprecate :Organization, :none, 2023,
|
|
3864
|
-
deprecate :Organization=, :none, 2023,
|
|
3882
|
+
deprecate :Operator, :none, 2023, 12
|
|
3883
|
+
deprecate :Operator=, :none, 2023, 12
|
|
3884
|
+
deprecate :Organization, :none, 2023, 12
|
|
3885
|
+
deprecate :Organization=, :none, 2023, 12
|
|
3865
3886
|
|
|
3866
3887
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
|
3867
3888
|
@Agent = agent
|
|
@@ -3918,8 +3939,8 @@ module TencentCloud
|
|
|
3918
3939
|
|
|
3919
3940
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
|
3920
3941
|
extend Gem::Deprecate
|
|
3921
|
-
deprecate :PreviewUrl, :none, 2023,
|
|
3922
|
-
deprecate :PreviewUrl=, :none, 2023,
|
|
3942
|
+
deprecate :PreviewUrl, :none, 2023, 12
|
|
3943
|
+
deprecate :PreviewUrl=, :none, 2023, 12
|
|
3923
3944
|
|
|
3924
3945
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
|
3925
3946
|
@TaskId = taskid
|
|
@@ -4058,8 +4079,8 @@ module TencentCloud
|
|
|
4058
4079
|
|
|
4059
4080
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
|
4060
4081
|
extend Gem::Deprecate
|
|
4061
|
-
deprecate :Operator, :none, 2023,
|
|
4062
|
-
deprecate :Operator=, :none, 2023,
|
|
4082
|
+
deprecate :Operator, :none, 2023, 12
|
|
4083
|
+
deprecate :Operator=, :none, 2023, 12
|
|
4063
4084
|
|
|
4064
4085
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
|
4065
4086
|
@Agent = agent
|
|
@@ -4119,8 +4140,8 @@ module TencentCloud
|
|
|
4119
4140
|
|
|
4120
4141
|
attr_accessor :FlowId, :Agent, :Operator
|
|
4121
4142
|
extend Gem::Deprecate
|
|
4122
|
-
deprecate :Operator, :none, 2023,
|
|
4123
|
-
deprecate :Operator=, :none, 2023,
|
|
4143
|
+
deprecate :Operator, :none, 2023, 12
|
|
4144
|
+
deprecate :Operator=, :none, 2023, 12
|
|
4124
4145
|
|
|
4125
4146
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
|
4126
4147
|
@FlowId = flowid
|
|
@@ -4687,8 +4708,8 @@ module TencentCloud
|
|
|
4687
4708
|
|
|
4688
4709
|
attr_accessor :Agent, :FlowId, :Operator
|
|
4689
4710
|
extend Gem::Deprecate
|
|
4690
|
-
deprecate :Operator, :none, 2023,
|
|
4691
|
-
deprecate :Operator=, :none, 2023,
|
|
4711
|
+
deprecate :Operator, :none, 2023, 12
|
|
4712
|
+
deprecate :Operator=, :none, 2023, 12
|
|
4692
4713
|
|
|
4693
4714
|
def initialize(agent=nil, flowid=nil, operator=nil)
|
|
4694
4715
|
@Agent = agent
|
|
@@ -4871,8 +4892,8 @@ module TencentCloud
|
|
|
4871
4892
|
|
|
4872
4893
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator
|
|
4873
4894
|
extend Gem::Deprecate
|
|
4874
|
-
deprecate :Operator, :none, 2023,
|
|
4875
|
-
deprecate :Operator=, :none, 2023,
|
|
4895
|
+
deprecate :Operator, :none, 2023, 12
|
|
4896
|
+
deprecate :Operator=, :none, 2023, 12
|
|
4876
4897
|
|
|
4877
4898
|
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil)
|
|
4878
4899
|
@Agent = agent
|
|
@@ -4977,10 +4998,15 @@ module TencentCloud
|
|
|
4977
4998
|
# **true**:禁止编辑填写控件
|
|
4978
4999
|
# **false**:(默认)允许编辑填写控件
|
|
4979
5000
|
# @type ForbidEditFillComponent: Boolean
|
|
5001
|
+
# @param SkipUploadFile: 跳过上传文件步骤
|
|
5002
|
+
|
|
5003
|
+
# **true**:跳过
|
|
5004
|
+
# **false**:(默认)不跳过,需要传ResourceId
|
|
5005
|
+
# @type SkipUploadFile: String
|
|
4980
5006
|
|
|
4981
|
-
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent
|
|
5007
|
+
attr_accessor :CanEditFlow, :HideShowFlowName, :HideShowFlowType, :HideShowDeadline, :CanSkipAddApprover, :CustomCreateFlowDescription, :ForbidEditFillComponent, :SkipUploadFile
|
|
4982
5008
|
|
|
4983
|
-
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil)
|
|
5009
|
+
def initialize(caneditflow=nil, hideshowflowname=nil, hideshowflowtype=nil, hideshowdeadline=nil, canskipaddapprover=nil, customcreateflowdescription=nil, forbideditfillcomponent=nil, skipuploadfile=nil)
|
|
4984
5010
|
@CanEditFlow = caneditflow
|
|
4985
5011
|
@HideShowFlowName = hideshowflowname
|
|
4986
5012
|
@HideShowFlowType = hideshowflowtype
|
|
@@ -4988,6 +5014,7 @@ module TencentCloud
|
|
|
4988
5014
|
@CanSkipAddApprover = canskipaddapprover
|
|
4989
5015
|
@CustomCreateFlowDescription = customcreateflowdescription
|
|
4990
5016
|
@ForbidEditFillComponent = forbideditfillcomponent
|
|
5017
|
+
@SkipUploadFile = skipuploadfile
|
|
4991
5018
|
end
|
|
4992
5019
|
|
|
4993
5020
|
def deserialize(params)
|
|
@@ -4998,6 +5025,7 @@ module TencentCloud
|
|
|
4998
5025
|
@CanSkipAddApprover = params['CanSkipAddApprover']
|
|
4999
5026
|
@CustomCreateFlowDescription = params['CustomCreateFlowDescription']
|
|
5000
5027
|
@ForbidEditFillComponent = params['ForbidEditFillComponent']
|
|
5028
|
+
@SkipUploadFile = params['SkipUploadFile']
|
|
5001
5029
|
end
|
|
5002
5030
|
end
|
|
5003
5031
|
|
|
@@ -5032,8 +5060,8 @@ module TencentCloud
|
|
|
5032
5060
|
|
|
5033
5061
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
|
5034
5062
|
extend Gem::Deprecate
|
|
5035
|
-
deprecate :Operator, :none, 2023,
|
|
5036
|
-
deprecate :Operator=, :none, 2023,
|
|
5063
|
+
deprecate :Operator, :none, 2023, 12
|
|
5064
|
+
deprecate :Operator=, :none, 2023, 12
|
|
5037
5065
|
|
|
5038
5066
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
|
5039
5067
|
@Agent = agent
|
|
@@ -5177,8 +5205,8 @@ module TencentCloud
|
|
|
5177
5205
|
|
|
5178
5206
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize
|
|
5179
5207
|
extend Gem::Deprecate
|
|
5180
|
-
deprecate :Operator, :none, 2023,
|
|
5181
|
-
deprecate :Operator=, :none, 2023,
|
|
5208
|
+
deprecate :Operator, :none, 2023, 12
|
|
5209
|
+
deprecate :Operator=, :none, 2023, 12
|
|
5182
5210
|
|
|
5183
5211
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil)
|
|
5184
5212
|
@Agent = agent
|
|
@@ -5322,8 +5350,8 @@ module TencentCloud
|
|
|
5322
5350
|
|
|
5323
5351
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds
|
|
5324
5352
|
extend Gem::Deprecate
|
|
5325
|
-
deprecate :Operator, :none, 2023,
|
|
5326
|
-
deprecate :Operator=, :none, 2023,
|
|
5353
|
+
deprecate :Operator, :none, 2023, 12
|
|
5354
|
+
deprecate :Operator=, :none, 2023, 12
|
|
5327
5355
|
|
|
5328
5356
|
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)
|
|
5329
5357
|
@Agent = agent
|
|
@@ -5529,8 +5557,8 @@ module TencentCloud
|
|
|
5529
5557
|
|
|
5530
5558
|
attr_accessor :Agent, :ReportId, :Operator
|
|
5531
5559
|
extend Gem::Deprecate
|
|
5532
|
-
deprecate :Operator, :none, 2023,
|
|
5533
|
-
deprecate :Operator=, :none, 2023,
|
|
5560
|
+
deprecate :Operator, :none, 2023, 12
|
|
5561
|
+
deprecate :Operator=, :none, 2023, 12
|
|
5534
5562
|
|
|
5535
5563
|
def initialize(agent=nil, reportid=nil, operator=nil)
|
|
5536
5564
|
@Agent = agent
|
|
@@ -5716,8 +5744,8 @@ module TencentCloud
|
|
|
5716
5744
|
|
|
5717
5745
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
|
5718
5746
|
extend Gem::Deprecate
|
|
5719
|
-
deprecate :Operator, :none, 2023,
|
|
5720
|
-
deprecate :Operator=, :none, 2023,
|
|
5747
|
+
deprecate :Operator, :none, 2023, 12
|
|
5748
|
+
deprecate :Operator=, :none, 2023, 12
|
|
5721
5749
|
|
|
5722
5750
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
|
5723
5751
|
@Agent = agent
|
|
@@ -5806,8 +5834,8 @@ module TencentCloud
|
|
|
5806
5834
|
|
|
5807
5835
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
5808
5836
|
extend Gem::Deprecate
|
|
5809
|
-
deprecate :Operator, :none, 2023,
|
|
5810
|
-
deprecate :Operator=, :none, 2023,
|
|
5837
|
+
deprecate :Operator, :none, 2023, 12
|
|
5838
|
+
deprecate :Operator=, :none, 2023, 12
|
|
5811
5839
|
|
|
5812
5840
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
5813
5841
|
@Agent = agent
|
|
@@ -5929,8 +5957,8 @@ module TencentCloud
|
|
|
5929
5957
|
|
|
5930
5958
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
|
5931
5959
|
extend Gem::Deprecate
|
|
5932
|
-
deprecate :Operator, :none, 2023,
|
|
5933
|
-
deprecate :Operator=, :none, 2023,
|
|
5960
|
+
deprecate :Operator, :none, 2023, 12
|
|
5961
|
+
deprecate :Operator=, :none, 2023, 12
|
|
5934
5962
|
|
|
5935
5963
|
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)
|
|
5936
5964
|
@Agent = agent
|
|
@@ -6042,8 +6070,8 @@ module TencentCloud
|
|
|
6042
6070
|
|
|
6043
6071
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
|
6044
6072
|
extend Gem::Deprecate
|
|
6045
|
-
deprecate :Operator, :none, 2023,
|
|
6046
|
-
deprecate :Operator=, :none, 2023,
|
|
6073
|
+
deprecate :Operator, :none, 2023, 12
|
|
6074
|
+
deprecate :Operator=, :none, 2023, 12
|
|
6047
6075
|
|
|
6048
6076
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
|
6049
6077
|
@Agent = agent
|
|
@@ -6568,8 +6596,8 @@ module TencentCloud
|
|
|
6568
6596
|
|
|
6569
6597
|
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
|
|
6570
6598
|
extend Gem::Deprecate
|
|
6571
|
-
deprecate :CallbackUrl, :none, 2023,
|
|
6572
|
-
deprecate :CallbackUrl=, :none, 2023,
|
|
6599
|
+
deprecate :CallbackUrl, :none, 2023, 12
|
|
6600
|
+
deprecate :CallbackUrl=, :none, 2023, 12
|
|
6573
6601
|
|
|
6574
6602
|
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)
|
|
6575
6603
|
@Name = name
|
|
@@ -7397,8 +7425,8 @@ module TencentCloud
|
|
|
7397
7425
|
|
|
7398
7426
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
|
7399
7427
|
extend Gem::Deprecate
|
|
7400
|
-
deprecate :Operator, :none, 2023,
|
|
7401
|
-
deprecate :Operator=, :none, 2023,
|
|
7428
|
+
deprecate :Operator, :none, 2023, 12
|
|
7429
|
+
deprecate :Operator=, :none, 2023, 12
|
|
7402
7430
|
|
|
7403
7431
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
|
7404
7432
|
@Agent = agent
|
|
@@ -7631,8 +7659,8 @@ module TencentCloud
|
|
|
7631
7659
|
|
|
7632
7660
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
|
7633
7661
|
extend Gem::Deprecate
|
|
7634
|
-
deprecate :Operator, :none, 2023,
|
|
7635
|
-
deprecate :Operator=, :none, 2023,
|
|
7662
|
+
deprecate :Operator, :none, 2023, 12
|
|
7663
|
+
deprecate :Operator=, :none, 2023, 12
|
|
7636
7664
|
|
|
7637
7665
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
|
7638
7666
|
@Agent = agent
|
|
@@ -7736,10 +7764,10 @@ module TencentCloud
|
|
|
7736
7764
|
|
|
7737
7765
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
|
7738
7766
|
extend Gem::Deprecate
|
|
7739
|
-
deprecate :ClientIp, :none, 2023,
|
|
7740
|
-
deprecate :ClientIp=, :none, 2023,
|
|
7741
|
-
deprecate :ProxyIp, :none, 2023,
|
|
7742
|
-
deprecate :ProxyIp=, :none, 2023,
|
|
7767
|
+
deprecate :ClientIp, :none, 2023, 12
|
|
7768
|
+
deprecate :ClientIp=, :none, 2023, 12
|
|
7769
|
+
deprecate :ProxyIp, :none, 2023, 12
|
|
7770
|
+
deprecate :ProxyIp=, :none, 2023, 12
|
|
7743
7771
|
|
|
7744
7772
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
|
7745
7773
|
@OrganizationOpenId = organizationopenid
|
|
@@ -7968,8 +7996,8 @@ module TencentCloud
|
|
|
7968
7996
|
|
|
7969
7997
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
|
7970
7998
|
extend Gem::Deprecate
|
|
7971
|
-
deprecate :Operator, :none, 2023,
|
|
7972
|
-
deprecate :Operator=, :none, 2023,
|
|
7999
|
+
deprecate :Operator, :none, 2023, 12
|
|
8000
|
+
deprecate :Operator=, :none, 2023, 12
|
|
7973
8001
|
|
|
7974
8002
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
|
7975
8003
|
@Agent = agent
|
|
@@ -8426,8 +8454,8 @@ module TencentCloud
|
|
|
8426
8454
|
|
|
8427
8455
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
|
8428
8456
|
extend Gem::Deprecate
|
|
8429
|
-
deprecate :CustomUserId, :none, 2023,
|
|
8430
|
-
deprecate :CustomUserId=, :none, 2023,
|
|
8457
|
+
deprecate :CustomUserId, :none, 2023, 12
|
|
8458
|
+
deprecate :CustomUserId=, :none, 2023, 12
|
|
8431
8459
|
|
|
8432
8460
|
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)
|
|
8433
8461
|
@SignUrl = signurl
|
|
@@ -8600,8 +8628,8 @@ module TencentCloud
|
|
|
8600
8628
|
|
|
8601
8629
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
|
8602
8630
|
extend Gem::Deprecate
|
|
8603
|
-
deprecate :Operator, :none, 2023,
|
|
8604
|
-
deprecate :Operator=, :none, 2023,
|
|
8631
|
+
deprecate :Operator, :none, 2023, 12
|
|
8632
|
+
deprecate :Operator=, :none, 2023, 12
|
|
8605
8633
|
|
|
8606
8634
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
|
8607
8635
|
@Agent = agent
|
|
@@ -8702,8 +8730,8 @@ module TencentCloud
|
|
|
8702
8730
|
|
|
8703
8731
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
|
8704
8732
|
extend Gem::Deprecate
|
|
8705
|
-
deprecate :Operator, :none, 2023,
|
|
8706
|
-
deprecate :Operator=, :none, 2023,
|
|
8733
|
+
deprecate :Operator, :none, 2023, 12
|
|
8734
|
+
deprecate :Operator=, :none, 2023, 12
|
|
8707
8735
|
|
|
8708
8736
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
|
8709
8737
|
@Agent = agent
|
|
@@ -8835,8 +8863,8 @@ module TencentCloud
|
|
|
8835
8863
|
|
|
8836
8864
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
|
8837
8865
|
extend Gem::Deprecate
|
|
8838
|
-
deprecate :IsPromoter, :none, 2023,
|
|
8839
|
-
deprecate :IsPromoter=, :none, 2023,
|
|
8866
|
+
deprecate :IsPromoter, :none, 2023, 12
|
|
8867
|
+
deprecate :IsPromoter=, :none, 2023, 12
|
|
8840
8868
|
|
|
8841
8869
|
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)
|
|
8842
8870
|
@TemplateId = templateid
|
|
@@ -8943,8 +8971,8 @@ module TencentCloud
|
|
|
8943
8971
|
|
|
8944
8972
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
|
8945
8973
|
extend Gem::Deprecate
|
|
8946
|
-
deprecate :Operator, :none, 2023,
|
|
8947
|
-
deprecate :Operator=, :none, 2023,
|
|
8974
|
+
deprecate :Operator, :none, 2023, 12
|
|
8975
|
+
deprecate :Operator=, :none, 2023, 12
|
|
8948
8976
|
|
|
8949
8977
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
|
8950
8978
|
@Agent = agent
|
|
@@ -9067,14 +9095,14 @@ module TencentCloud
|
|
|
9067
9095
|
|
|
9068
9096
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
|
9069
9097
|
extend Gem::Deprecate
|
|
9070
|
-
deprecate :Channel, :none, 2023,
|
|
9071
|
-
deprecate :Channel=, :none, 2023,
|
|
9072
|
-
deprecate :CustomUserId, :none, 2023,
|
|
9073
|
-
deprecate :CustomUserId=, :none, 2023,
|
|
9074
|
-
deprecate :ClientIp, :none, 2023,
|
|
9075
|
-
deprecate :ClientIp=, :none, 2023,
|
|
9076
|
-
deprecate :ProxyIp, :none, 2023,
|
|
9077
|
-
deprecate :ProxyIp=, :none, 2023,
|
|
9098
|
+
deprecate :Channel, :none, 2023, 12
|
|
9099
|
+
deprecate :Channel=, :none, 2023, 12
|
|
9100
|
+
deprecate :CustomUserId, :none, 2023, 12
|
|
9101
|
+
deprecate :CustomUserId=, :none, 2023, 12
|
|
9102
|
+
deprecate :ClientIp, :none, 2023, 12
|
|
9103
|
+
deprecate :ClientIp=, :none, 2023, 12
|
|
9104
|
+
deprecate :ProxyIp, :none, 2023, 12
|
|
9105
|
+
deprecate :ProxyIp=, :none, 2023, 12
|
|
9078
9106
|
|
|
9079
9107
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
|
9080
9108
|
@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.
|
|
4
|
+
version: 3.0.718
|
|
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-
|
|
11
|
+
date: 2023-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|