tencentcloud-sdk-essbasic 3.0.770 → 3.0.772
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/models.rb +149 -128
- 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: e2659cf758f383e70b80d2e9a290e70a073797a4
|
|
4
|
+
data.tar.gz: 406f4b5d9a95844fac3a4e5b2932b0bca2ca137f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8af6578417eead36b0f4cea1e5694d21c33fd08c65f16a35c859fe01b447df6e841214727beeda59c4def85f98b54ecba5dd74492e16ce2122adc0ea8ac2821c
|
|
7
|
+
data.tar.gz: cf7f3b3cbb3045c24bc0895be272763c9e827b2619f384f0dc76463e02d748ecf71da9e7451a84026be712744968e8dc9cfd09868858f839fe7810935532296b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.772
|
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, 2024,
|
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2024,
|
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2024, 3
|
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2024, 3
|
|
42
42
|
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
|
44
44
|
@AppId = appid
|
|
@@ -501,8 +501,8 @@ module TencentCloud
|
|
|
501
501
|
|
|
502
502
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
|
503
503
|
extend Gem::Deprecate
|
|
504
|
-
deprecate :Operator, :none, 2024,
|
|
505
|
-
deprecate :Operator=, :none, 2024,
|
|
504
|
+
deprecate :Operator, :none, 2024, 3
|
|
505
|
+
deprecate :Operator=, :none, 2024, 3
|
|
506
506
|
|
|
507
507
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
508
508
|
@Agent = agent
|
|
@@ -669,8 +669,8 @@ module TencentCloud
|
|
|
669
669
|
|
|
670
670
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
|
671
671
|
extend Gem::Deprecate
|
|
672
|
-
deprecate :Operator, :none, 2024,
|
|
673
|
-
deprecate :Operator=, :none, 2024,
|
|
672
|
+
deprecate :Operator, :none, 2024, 3
|
|
673
|
+
deprecate :Operator=, :none, 2024, 3
|
|
674
674
|
|
|
675
675
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
676
676
|
@FlowId = flowid
|
|
@@ -730,8 +730,8 @@ module TencentCloud
|
|
|
730
730
|
|
|
731
731
|
attr_accessor :Agent, :QrCodeId, :Operator
|
|
732
732
|
extend Gem::Deprecate
|
|
733
|
-
deprecate :Operator, :none, 2024,
|
|
734
|
-
deprecate :Operator=, :none, 2024,
|
|
733
|
+
deprecate :Operator, :none, 2024, 3
|
|
734
|
+
deprecate :Operator=, :none, 2024, 3
|
|
735
735
|
|
|
736
736
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
|
737
737
|
@Agent = agent
|
|
@@ -841,8 +841,8 @@ module TencentCloud
|
|
|
841
841
|
|
|
842
842
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
843
843
|
extend Gem::Deprecate
|
|
844
|
-
deprecate :Operator, :none, 2024,
|
|
845
|
-
deprecate :Operator=, :none, 2024,
|
|
844
|
+
deprecate :Operator, :none, 2024, 3
|
|
845
|
+
deprecate :Operator=, :none, 2024, 3
|
|
846
846
|
|
|
847
847
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
848
848
|
@Agent = agent
|
|
@@ -1147,8 +1147,8 @@ module TencentCloud
|
|
|
1147
1147
|
|
|
1148
1148
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1149
1149
|
extend Gem::Deprecate
|
|
1150
|
-
deprecate :Operator, :none, 2024,
|
|
1151
|
-
deprecate :Operator=, :none, 2024,
|
|
1150
|
+
deprecate :Operator, :none, 2024, 3
|
|
1151
|
+
deprecate :Operator=, :none, 2024, 3
|
|
1152
1152
|
|
|
1153
1153
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1154
1154
|
@Agent = agent
|
|
@@ -1225,10 +1225,10 @@ module TencentCloud
|
|
|
1225
1225
|
|
|
1226
1226
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
|
1227
1227
|
extend Gem::Deprecate
|
|
1228
|
-
deprecate :Operator, :none, 2024,
|
|
1229
|
-
deprecate :Operator=, :none, 2024,
|
|
1230
|
-
deprecate :Organization, :none, 2024,
|
|
1231
|
-
deprecate :Organization=, :none, 2024,
|
|
1228
|
+
deprecate :Operator, :none, 2024, 3
|
|
1229
|
+
deprecate :Operator=, :none, 2024, 3
|
|
1230
|
+
deprecate :Organization, :none, 2024, 3
|
|
1231
|
+
deprecate :Organization=, :none, 2024, 3
|
|
1232
1232
|
|
|
1233
1233
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
|
1234
1234
|
@Agent = agent
|
|
@@ -1331,8 +1331,8 @@ module TencentCloud
|
|
|
1331
1331
|
|
|
1332
1332
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData
|
|
1333
1333
|
extend Gem::Deprecate
|
|
1334
|
-
deprecate :Operator, :none, 2024,
|
|
1335
|
-
deprecate :Operator=, :none, 2024,
|
|
1334
|
+
deprecate :Operator, :none, 2024, 3
|
|
1335
|
+
deprecate :Operator=, :none, 2024, 3
|
|
1336
1336
|
|
|
1337
1337
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil)
|
|
1338
1338
|
@Agent = agent
|
|
@@ -1567,8 +1567,8 @@ module TencentCloud
|
|
|
1567
1567
|
|
|
1568
1568
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
|
1569
1569
|
extend Gem::Deprecate
|
|
1570
|
-
deprecate :Operator, :none, 2024,
|
|
1571
|
-
deprecate :Operator=, :none, 2024,
|
|
1570
|
+
deprecate :Operator, :none, 2024, 3
|
|
1571
|
+
deprecate :Operator=, :none, 2024, 3
|
|
1572
1572
|
|
|
1573
1573
|
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)
|
|
1574
1574
|
@Agent = agent
|
|
@@ -1708,8 +1708,8 @@ module TencentCloud
|
|
|
1708
1708
|
|
|
1709
1709
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
|
1710
1710
|
extend Gem::Deprecate
|
|
1711
|
-
deprecate :Operator, :none, 2024,
|
|
1712
|
-
deprecate :Operator=, :none, 2024,
|
|
1711
|
+
deprecate :Operator, :none, 2024, 3
|
|
1712
|
+
deprecate :Operator=, :none, 2024, 3
|
|
1713
1713
|
|
|
1714
1714
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
|
1715
1715
|
@FlowFileInfos = flowfileinfos
|
|
@@ -2028,10 +2028,10 @@ module TencentCloud
|
|
|
2028
2028
|
|
|
2029
2029
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
|
2030
2030
|
extend Gem::Deprecate
|
|
2031
|
-
deprecate :Operator, :none, 2024,
|
|
2032
|
-
deprecate :Operator=, :none, 2024,
|
|
2033
|
-
deprecate :Organization, :none, 2024,
|
|
2034
|
-
deprecate :Organization=, :none, 2024,
|
|
2031
|
+
deprecate :Operator, :none, 2024, 3
|
|
2032
|
+
deprecate :Operator=, :none, 2024, 3
|
|
2033
|
+
deprecate :Organization, :none, 2024, 3
|
|
2034
|
+
deprecate :Organization=, :none, 2024, 3
|
|
2035
2035
|
|
|
2036
2036
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
2037
2037
|
@Agent = agent
|
|
@@ -2134,12 +2134,12 @@ module TencentCloud
|
|
|
2134
2134
|
|
|
2135
2135
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
|
|
2136
2136
|
extend Gem::Deprecate
|
|
2137
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2138
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2139
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
|
2140
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
|
2141
|
-
deprecate :Operator, :none, 2024,
|
|
2142
|
-
deprecate :Operator=, :none, 2024,
|
|
2137
|
+
deprecate :CallbackUrl, :none, 2024, 3
|
|
2138
|
+
deprecate :CallbackUrl=, :none, 2024, 3
|
|
2139
|
+
deprecate :ApproverRestrictions, :none, 2024, 3
|
|
2140
|
+
deprecate :ApproverRestrictions=, :none, 2024, 3
|
|
2141
|
+
deprecate :Operator, :none, 2024, 3
|
|
2142
|
+
deprecate :Operator=, :none, 2024, 3
|
|
2143
2143
|
|
|
2144
2144
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
|
2145
2145
|
@Agent = agent
|
|
@@ -2376,12 +2376,12 @@ module TencentCloud
|
|
|
2376
2376
|
|
|
2377
2377
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
|
2378
2378
|
extend Gem::Deprecate
|
|
2379
|
-
deprecate :NeedPreview, :none, 2024,
|
|
2380
|
-
deprecate :NeedPreview=, :none, 2024,
|
|
2381
|
-
deprecate :Organization, :none, 2024,
|
|
2382
|
-
deprecate :Organization=, :none, 2024,
|
|
2383
|
-
deprecate :Operator, :none, 2024,
|
|
2384
|
-
deprecate :Operator=, :none, 2024,
|
|
2379
|
+
deprecate :NeedPreview, :none, 2024, 3
|
|
2380
|
+
deprecate :NeedPreview=, :none, 2024, 3
|
|
2381
|
+
deprecate :Organization, :none, 2024, 3
|
|
2382
|
+
deprecate :Organization=, :none, 2024, 3
|
|
2383
|
+
deprecate :Operator, :none, 2024, 3
|
|
2384
|
+
deprecate :Operator=, :none, 2024, 3
|
|
2385
2385
|
|
|
2386
2386
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
|
2387
2387
|
@ResourceType = resourcetype
|
|
@@ -2602,12 +2602,12 @@ module TencentCloud
|
|
|
2602
2602
|
|
|
2603
2603
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
|
2604
2604
|
extend Gem::Deprecate
|
|
2605
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
2606
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
2607
|
-
deprecate :Organization, :none, 2024,
|
|
2608
|
-
deprecate :Organization=, :none, 2024,
|
|
2609
|
-
deprecate :Operator, :none, 2024,
|
|
2610
|
-
deprecate :Operator=, :none, 2024,
|
|
2605
|
+
deprecate :CallbackUrl, :none, 2024, 3
|
|
2606
|
+
deprecate :CallbackUrl=, :none, 2024, 3
|
|
2607
|
+
deprecate :Organization, :none, 2024, 3
|
|
2608
|
+
deprecate :Organization=, :none, 2024, 3
|
|
2609
|
+
deprecate :Operator, :none, 2024, 3
|
|
2610
|
+
deprecate :Operator=, :none, 2024, 3
|
|
2611
2611
|
|
|
2612
2612
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
|
2613
2613
|
@Agent = agent
|
|
@@ -2768,10 +2768,10 @@ module TencentCloud
|
|
|
2768
2768
|
|
|
2769
2769
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
|
2770
2770
|
extend Gem::Deprecate
|
|
2771
|
-
deprecate :Operator, :none, 2024,
|
|
2772
|
-
deprecate :Operator=, :none, 2024,
|
|
2773
|
-
deprecate :Organization, :none, 2024,
|
|
2774
|
-
deprecate :Organization=, :none, 2024,
|
|
2771
|
+
deprecate :Operator, :none, 2024, 3
|
|
2772
|
+
deprecate :Operator=, :none, 2024, 3
|
|
2773
|
+
deprecate :Organization, :none, 2024, 3
|
|
2774
|
+
deprecate :Organization=, :none, 2024, 3
|
|
2775
2775
|
|
|
2776
2776
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
|
2777
2777
|
@Agent = agent
|
|
@@ -3031,8 +3031,8 @@ module TencentCloud
|
|
|
3031
3031
|
|
|
3032
3032
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
|
3033
3033
|
extend Gem::Deprecate
|
|
3034
|
-
deprecate :Operator, :none, 2024,
|
|
3035
|
-
deprecate :Operator=, :none, 2024,
|
|
3034
|
+
deprecate :Operator, :none, 2024, 3
|
|
3035
|
+
deprecate :Operator=, :none, 2024, 3
|
|
3036
3036
|
|
|
3037
3037
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
|
3038
3038
|
@Agent = agent
|
|
@@ -3197,8 +3197,8 @@ module TencentCloud
|
|
|
3197
3197
|
|
|
3198
3198
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
|
3199
3199
|
extend Gem::Deprecate
|
|
3200
|
-
deprecate :Operator, :none, 2024,
|
|
3201
|
-
deprecate :Operator=, :none, 2024,
|
|
3200
|
+
deprecate :Operator, :none, 2024, 3
|
|
3201
|
+
deprecate :Operator=, :none, 2024, 3
|
|
3202
3202
|
|
|
3203
3203
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
|
3204
3204
|
@Agent = agent
|
|
@@ -3260,10 +3260,10 @@ module TencentCloud
|
|
|
3260
3260
|
|
|
3261
3261
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
|
3262
3262
|
extend Gem::Deprecate
|
|
3263
|
-
deprecate :Organization, :none, 2024,
|
|
3264
|
-
deprecate :Organization=, :none, 2024,
|
|
3265
|
-
deprecate :Operator, :none, 2024,
|
|
3266
|
-
deprecate :Operator=, :none, 2024,
|
|
3263
|
+
deprecate :Organization, :none, 2024, 3
|
|
3264
|
+
deprecate :Organization=, :none, 2024, 3
|
|
3265
|
+
deprecate :Operator, :none, 2024, 3
|
|
3266
|
+
deprecate :Operator=, :none, 2024, 3
|
|
3267
3267
|
|
|
3268
3268
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
|
3269
3269
|
@Agent = agent
|
|
@@ -3433,8 +3433,8 @@ module TencentCloud
|
|
|
3433
3433
|
|
|
3434
3434
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3435
3435
|
extend Gem::Deprecate
|
|
3436
|
-
deprecate :Operator, :none, 2024,
|
|
3437
|
-
deprecate :Operator=, :none, 2024,
|
|
3436
|
+
deprecate :Operator, :none, 2024, 3
|
|
3437
|
+
deprecate :Operator=, :none, 2024, 3
|
|
3438
3438
|
|
|
3439
3439
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3440
3440
|
@Agent = agent
|
|
@@ -3694,8 +3694,8 @@ module TencentCloud
|
|
|
3694
3694
|
|
|
3695
3695
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
3696
3696
|
extend Gem::Deprecate
|
|
3697
|
-
deprecate :Operator, :none, 2024,
|
|
3698
|
-
deprecate :Operator=, :none, 2024,
|
|
3697
|
+
deprecate :Operator, :none, 2024, 3
|
|
3698
|
+
deprecate :Operator=, :none, 2024, 3
|
|
3699
3699
|
|
|
3700
3700
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
3701
3701
|
@Agent = agent
|
|
@@ -3920,10 +3920,10 @@ module TencentCloud
|
|
|
3920
3920
|
|
|
3921
3921
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
|
3922
3922
|
extend Gem::Deprecate
|
|
3923
|
-
deprecate :Operator, :none, 2024,
|
|
3924
|
-
deprecate :Operator=, :none, 2024,
|
|
3925
|
-
deprecate :Organization, :none, 2024,
|
|
3926
|
-
deprecate :Organization=, :none, 2024,
|
|
3923
|
+
deprecate :Operator, :none, 2024, 3
|
|
3924
|
+
deprecate :Operator=, :none, 2024, 3
|
|
3925
|
+
deprecate :Organization, :none, 2024, 3
|
|
3926
|
+
deprecate :Organization=, :none, 2024, 3
|
|
3927
3927
|
|
|
3928
3928
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
|
3929
3929
|
@Agent = agent
|
|
@@ -3980,8 +3980,8 @@ module TencentCloud
|
|
|
3980
3980
|
|
|
3981
3981
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
|
3982
3982
|
extend Gem::Deprecate
|
|
3983
|
-
deprecate :PreviewUrl, :none, 2024,
|
|
3984
|
-
deprecate :PreviewUrl=, :none, 2024,
|
|
3983
|
+
deprecate :PreviewUrl, :none, 2024, 3
|
|
3984
|
+
deprecate :PreviewUrl=, :none, 2024, 3
|
|
3985
3985
|
|
|
3986
3986
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
|
3987
3987
|
@TaskId = taskid
|
|
@@ -4191,8 +4191,8 @@ module TencentCloud
|
|
|
4191
4191
|
|
|
4192
4192
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
|
4193
4193
|
extend Gem::Deprecate
|
|
4194
|
-
deprecate :Operator, :none, 2024,
|
|
4195
|
-
deprecate :Operator=, :none, 2024,
|
|
4194
|
+
deprecate :Operator, :none, 2024, 3
|
|
4195
|
+
deprecate :Operator=, :none, 2024, 3
|
|
4196
4196
|
|
|
4197
4197
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
|
4198
4198
|
@Agent = agent
|
|
@@ -4252,8 +4252,8 @@ module TencentCloud
|
|
|
4252
4252
|
|
|
4253
4253
|
attr_accessor :FlowId, :Agent, :Operator
|
|
4254
4254
|
extend Gem::Deprecate
|
|
4255
|
-
deprecate :Operator, :none, 2024,
|
|
4256
|
-
deprecate :Operator=, :none, 2024,
|
|
4255
|
+
deprecate :Operator, :none, 2024, 3
|
|
4256
|
+
deprecate :Operator=, :none, 2024, 3
|
|
4257
4257
|
|
|
4258
4258
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
|
4259
4259
|
@FlowId = flowid
|
|
@@ -4622,8 +4622,8 @@ module TencentCloud
|
|
|
4622
4622
|
# <li> <b>SELECTOR</b> : 选项值</li>
|
|
4623
4623
|
# <li> <b>DYNAMIC_TABLE</b> - 传入json格式的表格内容,详见说明:[数据表格](https://qian.tencent.com/developers/company/dynamic_table)</li>
|
|
4624
4624
|
# <li> <b>DATE</b> : 默认是格式化为xxxx年xx月xx日</li>
|
|
4625
|
-
# <li> <b>SIGN_SEAL</b> : 印章ID
|
|
4626
|
-
# <li> <b>SIGN_PAGING_SEAL</b> : 可以指定印章ID
|
|
4625
|
+
# <li> <b>SIGN_SEAL</b> : 印章ID,于控制台查询获取,[点击查看在控制上的位置](https://qcloudimg.tencent-cloud.cn/raw/cd403a5b949fce197fd9e88bb6db1517.png)</li>
|
|
4626
|
+
# <li> <b>SIGN_PAGING_SEAL</b> : 可以指定印章ID,于控制台查询获取,[点击查看在控制上的位置](https://qcloudimg.tencent-cloud.cn/raw/cd403a5b949fce197fd9e88bb6db1517.png)</li></ul>
|
|
4627
4627
|
|
|
4628
4628
|
|
|
4629
4629
|
# <b>控件值约束说明</b>:
|
|
@@ -4880,8 +4880,8 @@ module TencentCloud
|
|
|
4880
4880
|
|
|
4881
4881
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
|
4882
4882
|
extend Gem::Deprecate
|
|
4883
|
-
deprecate :Operator, :none, 2024,
|
|
4884
|
-
deprecate :Operator=, :none, 2024,
|
|
4883
|
+
deprecate :Operator, :none, 2024, 3
|
|
4884
|
+
deprecate :Operator=, :none, 2024, 3
|
|
4885
4885
|
|
|
4886
4886
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
|
4887
4887
|
@Agent = agent
|
|
@@ -5077,14 +5077,14 @@ module TencentCloud
|
|
|
5077
5077
|
# @param ProxyOperatorIdCardNumber: 子客经办人身份证
|
|
5078
5078
|
# 注意:`如果已同步,这里非空会更新同步的经办人身份证号,暂时只支持居民身份证类型`。
|
|
5079
5079
|
# @type ProxyOperatorIdCardNumber: String
|
|
5080
|
-
# @param AutoJumpUrl:
|
|
5081
|
-
#
|
|
5080
|
+
# @param AutoJumpUrl: 认证完成跳转链接。
|
|
5081
|
+
# 注意:`目前仅支持 H5 和 PC`。
|
|
5082
5082
|
# @type AutoJumpUrl: String
|
|
5083
5083
|
|
|
5084
5084
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl
|
|
5085
5085
|
extend Gem::Deprecate
|
|
5086
|
-
deprecate :Operator, :none, 2024,
|
|
5087
|
-
deprecate :Operator=, :none, 2024,
|
|
5086
|
+
deprecate :Operator, :none, 2024, 3
|
|
5087
|
+
deprecate :Operator=, :none, 2024, 3
|
|
5088
5088
|
|
|
5089
5089
|
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil)
|
|
5090
5090
|
@Agent = agent
|
|
@@ -5332,8 +5332,8 @@ module TencentCloud
|
|
|
5332
5332
|
|
|
5333
5333
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
|
5334
5334
|
extend Gem::Deprecate
|
|
5335
|
-
deprecate :Operator, :none, 2024,
|
|
5336
|
-
deprecate :Operator=, :none, 2024,
|
|
5335
|
+
deprecate :Operator, :none, 2024, 3
|
|
5336
|
+
deprecate :Operator=, :none, 2024, 3
|
|
5337
5337
|
|
|
5338
5338
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
|
5339
5339
|
@Agent = agent
|
|
@@ -5551,8 +5551,8 @@ module TencentCloud
|
|
|
5551
5551
|
|
|
5552
5552
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
|
5553
5553
|
extend Gem::Deprecate
|
|
5554
|
-
deprecate :Operator, :none, 2024,
|
|
5555
|
-
deprecate :Operator=, :none, 2024,
|
|
5554
|
+
deprecate :Operator, :none, 2024, 3
|
|
5555
|
+
deprecate :Operator=, :none, 2024, 3
|
|
5556
5556
|
|
|
5557
5557
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
|
5558
5558
|
@Agent = agent
|
|
@@ -5703,8 +5703,8 @@ module TencentCloud
|
|
|
5703
5703
|
|
|
5704
5704
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds
|
|
5705
5705
|
extend Gem::Deprecate
|
|
5706
|
-
deprecate :Operator, :none, 2024,
|
|
5707
|
-
deprecate :Operator=, :none, 2024,
|
|
5706
|
+
deprecate :Operator, :none, 2024, 3
|
|
5707
|
+
deprecate :Operator=, :none, 2024, 3
|
|
5708
5708
|
|
|
5709
5709
|
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)
|
|
5710
5710
|
@Agent = agent
|
|
@@ -5887,8 +5887,8 @@ module TencentCloud
|
|
|
5887
5887
|
|
|
5888
5888
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
|
5889
5889
|
extend Gem::Deprecate
|
|
5890
|
-
deprecate :Operator, :none, 2024,
|
|
5891
|
-
deprecate :Operator=, :none, 2024,
|
|
5890
|
+
deprecate :Operator, :none, 2024, 3
|
|
5891
|
+
deprecate :Operator=, :none, 2024, 3
|
|
5892
5892
|
|
|
5893
5893
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
|
5894
5894
|
@Agent = agent
|
|
@@ -6234,8 +6234,8 @@ module TencentCloud
|
|
|
6234
6234
|
|
|
6235
6235
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
|
6236
6236
|
extend Gem::Deprecate
|
|
6237
|
-
deprecate :Operator, :none, 2024,
|
|
6238
|
-
deprecate :Operator=, :none, 2024,
|
|
6237
|
+
deprecate :Operator, :none, 2024, 3
|
|
6238
|
+
deprecate :Operator=, :none, 2024, 3
|
|
6239
6239
|
|
|
6240
6240
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
|
6241
6241
|
@Agent = agent
|
|
@@ -6324,8 +6324,8 @@ module TencentCloud
|
|
|
6324
6324
|
|
|
6325
6325
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
6326
6326
|
extend Gem::Deprecate
|
|
6327
|
-
deprecate :Operator, :none, 2024,
|
|
6328
|
-
deprecate :Operator=, :none, 2024,
|
|
6327
|
+
deprecate :Operator, :none, 2024, 3
|
|
6328
|
+
deprecate :Operator=, :none, 2024, 3
|
|
6329
6329
|
|
|
6330
6330
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
6331
6331
|
@Agent = agent
|
|
@@ -6450,8 +6450,8 @@ module TencentCloud
|
|
|
6450
6450
|
|
|
6451
6451
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
|
6452
6452
|
extend Gem::Deprecate
|
|
6453
|
-
deprecate :Operator, :none, 2024,
|
|
6454
|
-
deprecate :Operator=, :none, 2024,
|
|
6453
|
+
deprecate :Operator, :none, 2024, 3
|
|
6454
|
+
deprecate :Operator=, :none, 2024, 3
|
|
6455
6455
|
|
|
6456
6456
|
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)
|
|
6457
6457
|
@Agent = agent
|
|
@@ -6563,8 +6563,8 @@ module TencentCloud
|
|
|
6563
6563
|
|
|
6564
6564
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
|
6565
6565
|
extend Gem::Deprecate
|
|
6566
|
-
deprecate :Operator, :none, 2024,
|
|
6567
|
-
deprecate :Operator=, :none, 2024,
|
|
6566
|
+
deprecate :Operator, :none, 2024, 3
|
|
6567
|
+
deprecate :Operator=, :none, 2024, 3
|
|
6568
6568
|
|
|
6569
6569
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
|
6570
6570
|
@Agent = agent
|
|
@@ -7104,13 +7104,26 @@ module TencentCloud
|
|
|
7104
7104
|
# 注:
|
|
7105
7105
|
# `不指定该值时,默认为签署方自行选择。`
|
|
7106
7106
|
# @type SignTypeSelector: Integer
|
|
7107
|
+
# @param Components: 签署人在合同中的填写控件列表,列表中可支持下列多种填写控件,控件的详细定义参考开发者中心的Component结构体
|
|
7108
|
+
# <ul><li>单行文本控件</li>
|
|
7109
|
+
# <li>多行文本控件</li>
|
|
7110
|
+
# <li>勾选框控件</li>
|
|
7111
|
+
# <li>数字控件</li>
|
|
7112
|
+
# <li>图片控件</li>
|
|
7113
|
+
# <li>数据表格等填写控件</li></ul>
|
|
7114
|
+
|
|
7115
|
+
# 具体使用说明可参考[为签署方指定填写控件](https://qian.tencent.cn/developers/partner/createFlowByFiles#为签署方指定填写控件)
|
|
7116
|
+
|
|
7117
|
+
|
|
7118
|
+
# 注:`此参数仅在通过文件发起合同或者合同组时生效`
|
|
7119
|
+
# @type Components: Array
|
|
7107
7120
|
|
|
7108
|
-
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType, :AddSignComponentsLimits, :ApproverRoleName, :SignTypeSelector
|
|
7121
|
+
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType, :AddSignComponentsLimits, :ApproverRoleName, :SignTypeSelector, :Components
|
|
7109
7122
|
extend Gem::Deprecate
|
|
7110
|
-
deprecate :CallbackUrl, :none, 2024,
|
|
7111
|
-
deprecate :CallbackUrl=, :none, 2024,
|
|
7123
|
+
deprecate :CallbackUrl, :none, 2024, 3
|
|
7124
|
+
deprecate :CallbackUrl=, :none, 2024, 3
|
|
7112
7125
|
|
|
7113
|
-
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil, notifytype=nil, addsigncomponentslimits=nil, approverrolename=nil, signtypeselector=nil)
|
|
7126
|
+
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil, notifytype=nil, addsigncomponentslimits=nil, approverrolename=nil, signtypeselector=nil, components=nil)
|
|
7114
7127
|
@Name = name
|
|
7115
7128
|
@IdCardType = idcardtype
|
|
7116
7129
|
@IdCardNumber = idcardnumber
|
|
@@ -7136,6 +7149,7 @@ module TencentCloud
|
|
|
7136
7149
|
@AddSignComponentsLimits = addsigncomponentslimits
|
|
7137
7150
|
@ApproverRoleName = approverrolename
|
|
7138
7151
|
@SignTypeSelector = signtypeselector
|
|
7152
|
+
@Components = components
|
|
7139
7153
|
end
|
|
7140
7154
|
|
|
7141
7155
|
def deserialize(params)
|
|
@@ -7181,6 +7195,14 @@ module TencentCloud
|
|
|
7181
7195
|
end
|
|
7182
7196
|
@ApproverRoleName = params['ApproverRoleName']
|
|
7183
7197
|
@SignTypeSelector = params['SignTypeSelector']
|
|
7198
|
+
unless params['Components'].nil?
|
|
7199
|
+
@Components = []
|
|
7200
|
+
params['Components'].each do |i|
|
|
7201
|
+
component_tmp = Component.new
|
|
7202
|
+
component_tmp.deserialize(i)
|
|
7203
|
+
@Components << component_tmp
|
|
7204
|
+
end
|
|
7205
|
+
end
|
|
7184
7206
|
end
|
|
7185
7207
|
end
|
|
7186
7208
|
|
|
@@ -7879,8 +7901,7 @@ module TencentCloud
|
|
|
7879
7901
|
# </ul>
|
|
7880
7902
|
# 第三方平台子客企业和员工必须已经经过实名认证
|
|
7881
7903
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
|
7882
|
-
# @param DownLoadFlows:
|
|
7883
|
-
|
|
7904
|
+
# @param DownLoadFlows: 程合同ID列表, 可将这些流程ID组织成合同组的形式, 下载时候每个文件夹会是一个zip压缩包, 每个文件夹最多20个合同, 所有文件夹最多50个合同
|
|
7884
7905
|
# 如下列组织形式, 控制台下载页面点击下载按钮后, 会生成**2023采购合同.zip**和**2023入职合同.zip** 两个下载任务(注:`部分浏览器需要授权或不支持创建多下载任务`)
|
|
7885
7906
|
|
|
7886
7907
|
# **2023采购合同.zip**压缩包会有`yDwivUUckpor6wtoUuogwQHCAB0ES0pQ`和`yDwi8UUckpo5fz9cUqI6nGwcuTvt9YSh`两个合同的文件
|
|
@@ -7893,8 +7914,8 @@ module TencentCloud
|
|
|
7893
7914
|
|
|
7894
7915
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
|
7895
7916
|
extend Gem::Deprecate
|
|
7896
|
-
deprecate :Operator, :none, 2024,
|
|
7897
|
-
deprecate :Operator=, :none, 2024,
|
|
7917
|
+
deprecate :Operator, :none, 2024, 3
|
|
7918
|
+
deprecate :Operator=, :none, 2024, 3
|
|
7898
7919
|
|
|
7899
7920
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
|
7900
7921
|
@Agent = agent
|
|
@@ -8289,8 +8310,8 @@ module TencentCloud
|
|
|
8289
8310
|
|
|
8290
8311
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
|
8291
8312
|
extend Gem::Deprecate
|
|
8292
|
-
deprecate :Operator, :none, 2024,
|
|
8293
|
-
deprecate :Operator=, :none, 2024,
|
|
8313
|
+
deprecate :Operator, :none, 2024, 3
|
|
8314
|
+
deprecate :Operator=, :none, 2024, 3
|
|
8294
8315
|
|
|
8295
8316
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
|
8296
8317
|
@Agent = agent
|
|
@@ -8418,10 +8439,10 @@ module TencentCloud
|
|
|
8418
8439
|
|
|
8419
8440
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
|
8420
8441
|
extend Gem::Deprecate
|
|
8421
|
-
deprecate :ClientIp, :none, 2024,
|
|
8422
|
-
deprecate :ClientIp=, :none, 2024,
|
|
8423
|
-
deprecate :ProxyIp, :none, 2024,
|
|
8424
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
8442
|
+
deprecate :ClientIp, :none, 2024, 3
|
|
8443
|
+
deprecate :ClientIp=, :none, 2024, 3
|
|
8444
|
+
deprecate :ProxyIp, :none, 2024, 3
|
|
8445
|
+
deprecate :ProxyIp=, :none, 2024, 3
|
|
8425
8446
|
|
|
8426
8447
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
|
8427
8448
|
@OrganizationOpenId = organizationopenid
|
|
@@ -8650,8 +8671,8 @@ module TencentCloud
|
|
|
8650
8671
|
|
|
8651
8672
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
|
8652
8673
|
extend Gem::Deprecate
|
|
8653
|
-
deprecate :Operator, :none, 2024,
|
|
8654
|
-
deprecate :Operator=, :none, 2024,
|
|
8674
|
+
deprecate :Operator, :none, 2024, 3
|
|
8675
|
+
deprecate :Operator=, :none, 2024, 3
|
|
8655
8676
|
|
|
8656
8677
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
|
8657
8678
|
@Agent = agent
|
|
@@ -9206,8 +9227,8 @@ module TencentCloud
|
|
|
9206
9227
|
|
|
9207
9228
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
|
9208
9229
|
extend Gem::Deprecate
|
|
9209
|
-
deprecate :CustomUserId, :none, 2024,
|
|
9210
|
-
deprecate :CustomUserId=, :none, 2024,
|
|
9230
|
+
deprecate :CustomUserId, :none, 2024, 3
|
|
9231
|
+
deprecate :CustomUserId=, :none, 2024, 3
|
|
9211
9232
|
|
|
9212
9233
|
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)
|
|
9213
9234
|
@SignUrl = signurl
|
|
@@ -9380,8 +9401,8 @@ module TencentCloud
|
|
|
9380
9401
|
|
|
9381
9402
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
|
9382
9403
|
extend Gem::Deprecate
|
|
9383
|
-
deprecate :Operator, :none, 2024,
|
|
9384
|
-
deprecate :Operator=, :none, 2024,
|
|
9404
|
+
deprecate :Operator, :none, 2024, 3
|
|
9405
|
+
deprecate :Operator=, :none, 2024, 3
|
|
9385
9406
|
|
|
9386
9407
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
|
9387
9408
|
@Agent = agent
|
|
@@ -9482,8 +9503,8 @@ module TencentCloud
|
|
|
9482
9503
|
|
|
9483
9504
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
|
9484
9505
|
extend Gem::Deprecate
|
|
9485
|
-
deprecate :Operator, :none, 2024,
|
|
9486
|
-
deprecate :Operator=, :none, 2024,
|
|
9506
|
+
deprecate :Operator, :none, 2024, 3
|
|
9507
|
+
deprecate :Operator=, :none, 2024, 3
|
|
9487
9508
|
|
|
9488
9509
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
|
9489
9510
|
@Agent = agent
|
|
@@ -9615,8 +9636,8 @@ module TencentCloud
|
|
|
9615
9636
|
|
|
9616
9637
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
|
9617
9638
|
extend Gem::Deprecate
|
|
9618
|
-
deprecate :IsPromoter, :none, 2024,
|
|
9619
|
-
deprecate :IsPromoter=, :none, 2024,
|
|
9639
|
+
deprecate :IsPromoter, :none, 2024, 3
|
|
9640
|
+
deprecate :IsPromoter=, :none, 2024, 3
|
|
9620
9641
|
|
|
9621
9642
|
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)
|
|
9622
9643
|
@TemplateId = templateid
|
|
@@ -9723,8 +9744,8 @@ module TencentCloud
|
|
|
9723
9744
|
|
|
9724
9745
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
|
9725
9746
|
extend Gem::Deprecate
|
|
9726
|
-
deprecate :Operator, :none, 2024,
|
|
9727
|
-
deprecate :Operator=, :none, 2024,
|
|
9747
|
+
deprecate :Operator, :none, 2024, 3
|
|
9748
|
+
deprecate :Operator=, :none, 2024, 3
|
|
9728
9749
|
|
|
9729
9750
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
|
9730
9751
|
@Agent = agent
|
|
@@ -9847,14 +9868,14 @@ module TencentCloud
|
|
|
9847
9868
|
|
|
9848
9869
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
|
9849
9870
|
extend Gem::Deprecate
|
|
9850
|
-
deprecate :Channel, :none, 2024,
|
|
9851
|
-
deprecate :Channel=, :none, 2024,
|
|
9852
|
-
deprecate :CustomUserId, :none, 2024,
|
|
9853
|
-
deprecate :CustomUserId=, :none, 2024,
|
|
9854
|
-
deprecate :ClientIp, :none, 2024,
|
|
9855
|
-
deprecate :ClientIp=, :none, 2024,
|
|
9856
|
-
deprecate :ProxyIp, :none, 2024,
|
|
9857
|
-
deprecate :ProxyIp=, :none, 2024,
|
|
9871
|
+
deprecate :Channel, :none, 2024, 3
|
|
9872
|
+
deprecate :Channel=, :none, 2024, 3
|
|
9873
|
+
deprecate :CustomUserId, :none, 2024, 3
|
|
9874
|
+
deprecate :CustomUserId=, :none, 2024, 3
|
|
9875
|
+
deprecate :ClientIp, :none, 2024, 3
|
|
9876
|
+
deprecate :ClientIp=, :none, 2024, 3
|
|
9877
|
+
deprecate :ProxyIp, :none, 2024, 3
|
|
9878
|
+
deprecate :ProxyIp=, :none, 2024, 3
|
|
9858
9879
|
|
|
9859
9880
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
|
9860
9881
|
@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.772
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|