tencentcloud-sdk-essbasic 3.0.1192 → 3.0.1198
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 +180 -148
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3b51d77b20172e7788a94ea5b9a6af42d7ca2e6
|
|
4
|
+
data.tar.gz: f55efcef4c70bd5b2e1abbaaabb2bcacf1474f54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f9580e6c3512d4f8c6f63fccc37f091dcb6b87452ea88f14f6f94ffa6e02e6e5cd2235afadcc70711770cb7b7e7748e1772d78ae1079fcf44da7e4855523ca9
|
|
7
|
+
data.tar.gz: 40174ce1fca5459e46a97d691d3b9e3901b344984ecc90911d0b3057ddf002083baef580a9283d0212024392ccb8fd65166de50062e1ab630584de4cbbc21080
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1198
|
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,
|
|
41
|
-
deprecate :ProxyOrganizationId=, :none,
|
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2026, 1
|
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2026, 1
|
|
42
42
|
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
|
44
44
|
@AppId = appid
|
|
@@ -399,8 +399,8 @@ module TencentCloud
|
|
|
399
399
|
|
|
400
400
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
|
401
401
|
extend Gem::Deprecate
|
|
402
|
-
deprecate :CallbackUrl, :none,
|
|
403
|
-
deprecate :CallbackUrl=, :none,
|
|
402
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
403
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
404
404
|
|
|
405
405
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
|
406
406
|
@UserInfo = userinfo
|
|
@@ -703,8 +703,8 @@ module TencentCloud
|
|
|
703
703
|
|
|
704
704
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
|
705
705
|
extend Gem::Deprecate
|
|
706
|
-
deprecate :Operator, :none,
|
|
707
|
-
deprecate :Operator=, :none,
|
|
706
|
+
deprecate :Operator, :none, 2026, 1
|
|
707
|
+
deprecate :Operator=, :none, 2026, 1
|
|
708
708
|
|
|
709
709
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
710
710
|
@Agent = agent
|
|
@@ -875,8 +875,8 @@ module TencentCloud
|
|
|
875
875
|
|
|
876
876
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
|
877
877
|
extend Gem::Deprecate
|
|
878
|
-
deprecate :Operator, :none,
|
|
879
|
-
deprecate :Operator=, :none,
|
|
878
|
+
deprecate :Operator, :none, 2026, 1
|
|
879
|
+
deprecate :Operator=, :none, 2026, 1
|
|
880
880
|
|
|
881
881
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
|
882
882
|
@FlowId = flowid
|
|
@@ -936,8 +936,8 @@ module TencentCloud
|
|
|
936
936
|
|
|
937
937
|
attr_accessor :Agent, :QrCodeId, :Operator
|
|
938
938
|
extend Gem::Deprecate
|
|
939
|
-
deprecate :Operator, :none,
|
|
940
|
-
deprecate :Operator=, :none,
|
|
939
|
+
deprecate :Operator, :none, 2026, 1
|
|
940
|
+
deprecate :Operator=, :none, 2026, 1
|
|
941
941
|
|
|
942
942
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
|
943
943
|
@Agent = agent
|
|
@@ -1047,8 +1047,8 @@ module TencentCloud
|
|
|
1047
1047
|
|
|
1048
1048
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1049
1049
|
extend Gem::Deprecate
|
|
1050
|
-
deprecate :Operator, :none,
|
|
1051
|
-
deprecate :Operator=, :none,
|
|
1050
|
+
deprecate :Operator, :none, 2026, 1
|
|
1051
|
+
deprecate :Operator=, :none, 2026, 1
|
|
1052
1052
|
|
|
1053
1053
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1054
1054
|
@Agent = agent
|
|
@@ -1463,8 +1463,8 @@ module TencentCloud
|
|
|
1463
1463
|
|
|
1464
1464
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
1465
1465
|
extend Gem::Deprecate
|
|
1466
|
-
deprecate :Operator, :none,
|
|
1467
|
-
deprecate :Operator=, :none,
|
|
1466
|
+
deprecate :Operator, :none, 2026, 1
|
|
1467
|
+
deprecate :Operator=, :none, 2026, 1
|
|
1468
1468
|
|
|
1469
1469
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
1470
1470
|
@Agent = agent
|
|
@@ -1541,10 +1541,10 @@ module TencentCloud
|
|
|
1541
1541
|
|
|
1542
1542
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
|
1543
1543
|
extend Gem::Deprecate
|
|
1544
|
-
deprecate :Operator, :none,
|
|
1545
|
-
deprecate :Operator=, :none,
|
|
1546
|
-
deprecate :Organization, :none,
|
|
1547
|
-
deprecate :Organization=, :none,
|
|
1544
|
+
deprecate :Operator, :none, 2026, 1
|
|
1545
|
+
deprecate :Operator=, :none, 2026, 1
|
|
1546
|
+
deprecate :Organization, :none, 2026, 1
|
|
1547
|
+
deprecate :Organization=, :none, 2026, 1
|
|
1548
1548
|
|
|
1549
1549
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
|
1550
1550
|
@Agent = agent
|
|
@@ -1712,8 +1712,8 @@ module TencentCloud
|
|
|
1712
1712
|
|
|
1713
1713
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
|
1714
1714
|
extend Gem::Deprecate
|
|
1715
|
-
deprecate :Operator, :none,
|
|
1716
|
-
deprecate :Operator=, :none,
|
|
1715
|
+
deprecate :Operator, :none, 2026, 1
|
|
1716
|
+
deprecate :Operator=, :none, 2026, 1
|
|
1717
1717
|
|
|
1718
1718
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
|
1719
1719
|
@Agent = agent
|
|
@@ -1978,12 +1978,12 @@ module TencentCloud
|
|
|
1978
1978
|
|
|
1979
1979
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType, :NeedPreview, :PreviewType, :OpenDynamicFlow, :OpenDynamicSignFlow
|
|
1980
1980
|
extend Gem::Deprecate
|
|
1981
|
-
deprecate :CallbackUrl, :none,
|
|
1982
|
-
deprecate :CallbackUrl=, :none,
|
|
1983
|
-
deprecate :Operator, :none,
|
|
1984
|
-
deprecate :Operator=, :none,
|
|
1985
|
-
deprecate :OpenDynamicFlow, :none,
|
|
1986
|
-
deprecate :OpenDynamicFlow=, :none,
|
|
1981
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
1982
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
1983
|
+
deprecate :Operator, :none, 2026, 1
|
|
1984
|
+
deprecate :Operator=, :none, 2026, 1
|
|
1985
|
+
deprecate :OpenDynamicFlow, :none, 2026, 1
|
|
1986
|
+
deprecate :OpenDynamicFlow=, :none, 2026, 1
|
|
1987
1987
|
|
|
1988
1988
|
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, flowdisplaytype=nil, needpreview=nil, previewtype=nil, opendynamicflow=nil, opendynamicsignflow=nil)
|
|
1989
1989
|
@Agent = agent
|
|
@@ -2137,8 +2137,8 @@ module TencentCloud
|
|
|
2137
2137
|
|
|
2138
2138
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
|
2139
2139
|
extend Gem::Deprecate
|
|
2140
|
-
deprecate :Operator, :none,
|
|
2141
|
-
deprecate :Operator=, :none,
|
|
2140
|
+
deprecate :Operator, :none, 2026, 1
|
|
2141
|
+
deprecate :Operator=, :none, 2026, 1
|
|
2142
2142
|
|
|
2143
2143
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
|
2144
2144
|
@FlowFileInfos = flowfileinfos
|
|
@@ -2490,10 +2490,10 @@ module TencentCloud
|
|
|
2490
2490
|
|
|
2491
2491
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :VideoVerifyTimesLimit, :Operator, :Organization, :JumpUrl, :UrlType
|
|
2492
2492
|
extend Gem::Deprecate
|
|
2493
|
-
deprecate :Operator, :none,
|
|
2494
|
-
deprecate :Operator=, :none,
|
|
2495
|
-
deprecate :Organization, :none,
|
|
2496
|
-
deprecate :Organization=, :none,
|
|
2493
|
+
deprecate :Operator, :none, 2026, 1
|
|
2494
|
+
deprecate :Operator=, :none, 2026, 1
|
|
2495
|
+
deprecate :Organization, :none, 2026, 1
|
|
2496
|
+
deprecate :Organization=, :none, 2026, 1
|
|
2497
2497
|
|
|
2498
2498
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, videoverifytimeslimit=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
|
2499
2499
|
@Agent = agent
|
|
@@ -2606,14 +2606,14 @@ module TencentCloud
|
|
|
2606
2606
|
|
|
2607
2607
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo, :QrCodeName, :QrCodeExpiredOn
|
|
2608
2608
|
extend Gem::Deprecate
|
|
2609
|
-
deprecate :QrEffectiveDay, :none,
|
|
2610
|
-
deprecate :QrEffectiveDay=, :none,
|
|
2611
|
-
deprecate :CallbackUrl, :none,
|
|
2612
|
-
deprecate :CallbackUrl=, :none,
|
|
2613
|
-
deprecate :ApproverRestrictions, :none,
|
|
2614
|
-
deprecate :ApproverRestrictions=, :none,
|
|
2615
|
-
deprecate :Operator, :none,
|
|
2616
|
-
deprecate :Operator=, :none,
|
|
2609
|
+
deprecate :QrEffectiveDay, :none, 2026, 1
|
|
2610
|
+
deprecate :QrEffectiveDay=, :none, 2026, 1
|
|
2611
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
2612
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
2613
|
+
deprecate :ApproverRestrictions, :none, 2026, 1
|
|
2614
|
+
deprecate :ApproverRestrictions=, :none, 2026, 1
|
|
2615
|
+
deprecate :Operator, :none, 2026, 1
|
|
2616
|
+
deprecate :Operator=, :none, 2026, 1
|
|
2617
2617
|
|
|
2618
2618
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil, forbidpersonalmultiplesign=nil, flownameappendscannerinfo=nil, qrcodename=nil, qrcodeexpiredon=nil)
|
|
2619
2619
|
@Agent = agent
|
|
@@ -2729,10 +2729,14 @@ module TencentCloud
|
|
|
2729
2729
|
# @type FlowGroupId: String
|
|
2730
2730
|
# @param CanBatchReject: 是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。`
|
|
2731
2731
|
# @type CanBatchReject: Boolean
|
|
2732
|
+
# @param DynamicSignOption: 动态签署方领取链接配置。
|
|
2733
|
+
# @type DynamicSignOption: :class:`Tencentcloud::Essbasic.v20210526.models.DynamicSignOption`
|
|
2734
|
+
# @param RecipientIds: 为签署方经办人在签署合同中的参与方ID,必须与参数FlowIds数组一一对应。 注:生成动态签署方领取时此参数必传。
|
|
2735
|
+
# @type RecipientIds: Array
|
|
2732
2736
|
|
|
2733
|
-
attr_accessor :Agent, :FlowIds, :OpenId, :Name, :Mobile, :FlowGroupId, :CanBatchReject
|
|
2737
|
+
attr_accessor :Agent, :FlowIds, :OpenId, :Name, :Mobile, :FlowGroupId, :CanBatchReject, :DynamicSignOption, :RecipientIds
|
|
2734
2738
|
|
|
2735
|
-
def initialize(agent=nil, flowids=nil, openid=nil, name=nil, mobile=nil, flowgroupid=nil, canbatchreject=nil)
|
|
2739
|
+
def initialize(agent=nil, flowids=nil, openid=nil, name=nil, mobile=nil, flowgroupid=nil, canbatchreject=nil, dynamicsignoption=nil, recipientids=nil)
|
|
2736
2740
|
@Agent = agent
|
|
2737
2741
|
@FlowIds = flowids
|
|
2738
2742
|
@OpenId = openid
|
|
@@ -2740,6 +2744,8 @@ module TencentCloud
|
|
|
2740
2744
|
@Mobile = mobile
|
|
2741
2745
|
@FlowGroupId = flowgroupid
|
|
2742
2746
|
@CanBatchReject = canbatchreject
|
|
2747
|
+
@DynamicSignOption = dynamicsignoption
|
|
2748
|
+
@RecipientIds = recipientids
|
|
2743
2749
|
end
|
|
2744
2750
|
|
|
2745
2751
|
def deserialize(params)
|
|
@@ -2753,6 +2759,11 @@ module TencentCloud
|
|
|
2753
2759
|
@Mobile = params['Mobile']
|
|
2754
2760
|
@FlowGroupId = params['FlowGroupId']
|
|
2755
2761
|
@CanBatchReject = params['CanBatchReject']
|
|
2762
|
+
unless params['DynamicSignOption'].nil?
|
|
2763
|
+
@DynamicSignOption = DynamicSignOption.new
|
|
2764
|
+
@DynamicSignOption.deserialize(params['DynamicSignOption'])
|
|
2765
|
+
end
|
|
2766
|
+
@RecipientIds = params['RecipientIds']
|
|
2756
2767
|
end
|
|
2757
2768
|
end
|
|
2758
2769
|
|
|
@@ -2951,16 +2962,16 @@ module TencentCloud
|
|
|
2951
2962
|
|
|
2952
2963
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator, :SignComponentConfig
|
|
2953
2964
|
extend Gem::Deprecate
|
|
2954
|
-
deprecate :FlowApproverList, :none,
|
|
2955
|
-
deprecate :FlowApproverList=, :none,
|
|
2956
|
-
deprecate :NeedPreview, :none,
|
|
2957
|
-
deprecate :NeedPreview=, :none,
|
|
2958
|
-
deprecate :Organization, :none,
|
|
2959
|
-
deprecate :Organization=, :none,
|
|
2960
|
-
deprecate :Operator, :none,
|
|
2961
|
-
deprecate :Operator=, :none,
|
|
2962
|
-
deprecate :SignComponentConfig, :none,
|
|
2963
|
-
deprecate :SignComponentConfig=, :none,
|
|
2965
|
+
deprecate :FlowApproverList, :none, 2026, 1
|
|
2966
|
+
deprecate :FlowApproverList=, :none, 2026, 1
|
|
2967
|
+
deprecate :NeedPreview, :none, 2026, 1
|
|
2968
|
+
deprecate :NeedPreview=, :none, 2026, 1
|
|
2969
|
+
deprecate :Organization, :none, 2026, 1
|
|
2970
|
+
deprecate :Organization=, :none, 2026, 1
|
|
2971
|
+
deprecate :Operator, :none, 2026, 1
|
|
2972
|
+
deprecate :Operator=, :none, 2026, 1
|
|
2973
|
+
deprecate :SignComponentConfig, :none, 2026, 1
|
|
2974
|
+
deprecate :SignComponentConfig=, :none, 2026, 1
|
|
2964
2975
|
|
|
2965
2976
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil, signcomponentconfig=nil)
|
|
2966
2977
|
@ResourceType = resourcetype
|
|
@@ -3197,12 +3208,12 @@ module TencentCloud
|
|
|
3197
3208
|
|
|
3198
3209
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
|
3199
3210
|
extend Gem::Deprecate
|
|
3200
|
-
deprecate :CallbackUrl, :none,
|
|
3201
|
-
deprecate :CallbackUrl=, :none,
|
|
3202
|
-
deprecate :Organization, :none,
|
|
3203
|
-
deprecate :Organization=, :none,
|
|
3204
|
-
deprecate :Operator, :none,
|
|
3205
|
-
deprecate :Operator=, :none,
|
|
3211
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
3212
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
3213
|
+
deprecate :Organization, :none, 2026, 1
|
|
3214
|
+
deprecate :Organization=, :none, 2026, 1
|
|
3215
|
+
deprecate :Operator, :none, 2026, 1
|
|
3216
|
+
deprecate :Operator=, :none, 2026, 1
|
|
3206
3217
|
|
|
3207
3218
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
|
3208
3219
|
@Agent = agent
|
|
@@ -3365,10 +3376,10 @@ module TencentCloud
|
|
|
3365
3376
|
|
|
3366
3377
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization, :Options
|
|
3367
3378
|
extend Gem::Deprecate
|
|
3368
|
-
deprecate :Operator, :none,
|
|
3369
|
-
deprecate :Operator=, :none,
|
|
3370
|
-
deprecate :Organization, :none,
|
|
3371
|
-
deprecate :Organization=, :none,
|
|
3379
|
+
deprecate :Operator, :none, 2026, 1
|
|
3380
|
+
deprecate :Operator=, :none, 2026, 1
|
|
3381
|
+
deprecate :Organization, :none, 2026, 1
|
|
3382
|
+
deprecate :Organization=, :none, 2026, 1
|
|
3372
3383
|
|
|
3373
3384
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil, options=nil)
|
|
3374
3385
|
@Agent = agent
|
|
@@ -3647,8 +3658,8 @@ module TencentCloud
|
|
|
3647
3658
|
|
|
3648
3659
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
|
3649
3660
|
extend Gem::Deprecate
|
|
3650
|
-
deprecate :Operator, :none,
|
|
3651
|
-
deprecate :Operator=, :none,
|
|
3661
|
+
deprecate :Operator, :none, 2026, 1
|
|
3662
|
+
deprecate :Operator=, :none, 2026, 1
|
|
3652
3663
|
|
|
3653
3664
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
|
3654
3665
|
@Agent = agent
|
|
@@ -3813,8 +3824,8 @@ module TencentCloud
|
|
|
3813
3824
|
|
|
3814
3825
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
|
3815
3826
|
extend Gem::Deprecate
|
|
3816
|
-
deprecate :Operator, :none,
|
|
3817
|
-
deprecate :Operator=, :none,
|
|
3827
|
+
deprecate :Operator, :none, 2026, 1
|
|
3828
|
+
deprecate :Operator=, :none, 2026, 1
|
|
3818
3829
|
|
|
3819
3830
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
|
3820
3831
|
@Agent = agent
|
|
@@ -3876,10 +3887,10 @@ module TencentCloud
|
|
|
3876
3887
|
|
|
3877
3888
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
|
3878
3889
|
extend Gem::Deprecate
|
|
3879
|
-
deprecate :Organization, :none,
|
|
3880
|
-
deprecate :Organization=, :none,
|
|
3881
|
-
deprecate :Operator, :none,
|
|
3882
|
-
deprecate :Operator=, :none,
|
|
3890
|
+
deprecate :Organization, :none, 2026, 1
|
|
3891
|
+
deprecate :Organization=, :none, 2026, 1
|
|
3892
|
+
deprecate :Operator, :none, 2026, 1
|
|
3893
|
+
deprecate :Operator=, :none, 2026, 1
|
|
3883
3894
|
|
|
3884
3895
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
|
3885
3896
|
@Agent = agent
|
|
@@ -4108,8 +4119,8 @@ module TencentCloud
|
|
|
4108
4119
|
|
|
4109
4120
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
4110
4121
|
extend Gem::Deprecate
|
|
4111
|
-
deprecate :Operator, :none,
|
|
4112
|
-
deprecate :Operator=, :none,
|
|
4122
|
+
deprecate :Operator, :none, 2026, 1
|
|
4123
|
+
deprecate :Operator=, :none, 2026, 1
|
|
4113
4124
|
|
|
4114
4125
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
4115
4126
|
@Agent = agent
|
|
@@ -4363,8 +4374,8 @@ module TencentCloud
|
|
|
4363
4374
|
|
|
4364
4375
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
|
4365
4376
|
extend Gem::Deprecate
|
|
4366
|
-
deprecate :Operator, :none,
|
|
4367
|
-
deprecate :Operator=, :none,
|
|
4377
|
+
deprecate :Operator, :none, 2026, 1
|
|
4378
|
+
deprecate :Operator=, :none, 2026, 1
|
|
4368
4379
|
|
|
4369
4380
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
|
4370
4381
|
@Agent = agent
|
|
@@ -4665,10 +4676,10 @@ module TencentCloud
|
|
|
4665
4676
|
|
|
4666
4677
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
|
4667
4678
|
extend Gem::Deprecate
|
|
4668
|
-
deprecate :Operator, :none,
|
|
4669
|
-
deprecate :Operator=, :none,
|
|
4670
|
-
deprecate :Organization, :none,
|
|
4671
|
-
deprecate :Organization=, :none,
|
|
4679
|
+
deprecate :Operator, :none, 2026, 1
|
|
4680
|
+
deprecate :Operator=, :none, 2026, 1
|
|
4681
|
+
deprecate :Organization, :none, 2026, 1
|
|
4682
|
+
deprecate :Organization=, :none, 2026, 1
|
|
4672
4683
|
|
|
4673
4684
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
|
4674
4685
|
@Agent = agent
|
|
@@ -4724,8 +4735,8 @@ module TencentCloud
|
|
|
4724
4735
|
|
|
4725
4736
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
|
4726
4737
|
extend Gem::Deprecate
|
|
4727
|
-
deprecate :PreviewUrl, :none,
|
|
4728
|
-
deprecate :PreviewUrl=, :none,
|
|
4738
|
+
deprecate :PreviewUrl, :none, 2026, 1
|
|
4739
|
+
deprecate :PreviewUrl=, :none, 2026, 1
|
|
4729
4740
|
|
|
4730
4741
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
|
4731
4742
|
@TaskId = taskid
|
|
@@ -5007,8 +5018,8 @@ module TencentCloud
|
|
|
5007
5018
|
|
|
5008
5019
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator, :Options
|
|
5009
5020
|
extend Gem::Deprecate
|
|
5010
|
-
deprecate :Operator, :none,
|
|
5011
|
-
deprecate :Operator=, :none,
|
|
5021
|
+
deprecate :Operator, :none, 2026, 1
|
|
5022
|
+
deprecate :Operator=, :none, 2026, 1
|
|
5012
5023
|
|
|
5013
5024
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil, options=nil)
|
|
5014
5025
|
@Agent = agent
|
|
@@ -5085,8 +5096,8 @@ module TencentCloud
|
|
|
5085
5096
|
|
|
5086
5097
|
attr_accessor :FlowId, :Agent, :Operator
|
|
5087
5098
|
extend Gem::Deprecate
|
|
5088
|
-
deprecate :Operator, :none,
|
|
5089
|
-
deprecate :Operator=, :none,
|
|
5099
|
+
deprecate :Operator, :none, 2026, 1
|
|
5100
|
+
deprecate :Operator=, :none, 2026, 1
|
|
5090
5101
|
|
|
5091
5102
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
|
5092
5103
|
@FlowId = flowid
|
|
@@ -6009,8 +6020,8 @@ module TencentCloud
|
|
|
6009
6020
|
|
|
6010
6021
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
|
6011
6022
|
extend Gem::Deprecate
|
|
6012
|
-
deprecate :Operator, :none,
|
|
6013
|
-
deprecate :Operator=, :none,
|
|
6023
|
+
deprecate :Operator, :none, 2026, 1
|
|
6024
|
+
deprecate :Operator=, :none, 2026, 1
|
|
6014
6025
|
|
|
6015
6026
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
|
6016
6027
|
@Agent = agent
|
|
@@ -6369,8 +6380,8 @@ module TencentCloud
|
|
|
6369
6380
|
|
|
6370
6381
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions, :BankAccountNumber, :Operator, :JumpEvents, :ProxyOrganizationIdCardType
|
|
6371
6382
|
extend Gem::Deprecate
|
|
6372
|
-
deprecate :Operator, :none,
|
|
6373
|
-
deprecate :Operator=, :none,
|
|
6383
|
+
deprecate :Operator, :none, 2026, 1
|
|
6384
|
+
deprecate :Operator=, :none, 2026, 1
|
|
6374
6385
|
|
|
6375
6386
|
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil, bankaccountnumber=nil, operator=nil, jumpevents=nil, proxyorganizationidcardtype=nil)
|
|
6376
6387
|
@Agent = agent
|
|
@@ -7018,8 +7029,8 @@ module TencentCloud
|
|
|
7018
7029
|
|
|
7019
7030
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
|
7020
7031
|
extend Gem::Deprecate
|
|
7021
|
-
deprecate :Operator, :none,
|
|
7022
|
-
deprecate :Operator=, :none,
|
|
7032
|
+
deprecate :Operator, :none, 2026, 1
|
|
7033
|
+
deprecate :Operator=, :none, 2026, 1
|
|
7023
7034
|
|
|
7024
7035
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
|
7025
7036
|
@Agent = agent
|
|
@@ -7134,10 +7145,10 @@ module TencentCloud
|
|
|
7134
7145
|
|
|
7135
7146
|
attr_accessor :Agent, :Operator, :Organization
|
|
7136
7147
|
extend Gem::Deprecate
|
|
7137
|
-
deprecate :Operator, :none,
|
|
7138
|
-
deprecate :Operator=, :none,
|
|
7139
|
-
deprecate :Organization, :none,
|
|
7140
|
-
deprecate :Organization=, :none,
|
|
7148
|
+
deprecate :Operator, :none, 2026, 1
|
|
7149
|
+
deprecate :Operator=, :none, 2026, 1
|
|
7150
|
+
deprecate :Organization, :none, 2026, 1
|
|
7151
|
+
deprecate :Organization=, :none, 2026, 1
|
|
7141
7152
|
|
|
7142
7153
|
def initialize(agent=nil, operator=nil, organization=nil)
|
|
7143
7154
|
@Agent = agent
|
|
@@ -7349,10 +7360,10 @@ module TencentCloud
|
|
|
7349
7360
|
|
|
7350
7361
|
attr_accessor :Agent, :AuthorizedOrganizationId, :AuthorizedOrganizationName, :PlatformAppAuthorization, :SealTypes, :AuthToMe, :AuthorizedOrganizationIds, :AuthorizedOrganizationNames
|
|
7351
7362
|
extend Gem::Deprecate
|
|
7352
|
-
deprecate :AuthorizedOrganizationId, :none,
|
|
7353
|
-
deprecate :AuthorizedOrganizationId=, :none,
|
|
7354
|
-
deprecate :AuthorizedOrganizationName, :none,
|
|
7355
|
-
deprecate :AuthorizedOrganizationName=, :none,
|
|
7363
|
+
deprecate :AuthorizedOrganizationId, :none, 2026, 1
|
|
7364
|
+
deprecate :AuthorizedOrganizationId=, :none, 2026, 1
|
|
7365
|
+
deprecate :AuthorizedOrganizationName, :none, 2026, 1
|
|
7366
|
+
deprecate :AuthorizedOrganizationName=, :none, 2026, 1
|
|
7356
7367
|
|
|
7357
7368
|
def initialize(agent=nil, authorizedorganizationid=nil, authorizedorganizationname=nil, platformappauthorization=nil, sealtypes=nil, authtome=nil, authorizedorganizationids=nil, authorizedorganizationnames=nil)
|
|
7358
7369
|
@Agent = agent
|
|
@@ -7561,8 +7572,8 @@ module TencentCloud
|
|
|
7561
7572
|
|
|
7562
7573
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode, :SealDescription, :Options
|
|
7563
7574
|
extend Gem::Deprecate
|
|
7564
|
-
deprecate :Operator, :none,
|
|
7565
|
-
deprecate :Operator=, :none,
|
|
7575
|
+
deprecate :Operator, :none, 2026, 1
|
|
7576
|
+
deprecate :Operator=, :none, 2026, 1
|
|
7566
7577
|
|
|
7567
7578
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil, sealdescription=nil, options=nil)
|
|
7568
7579
|
@Agent = agent
|
|
@@ -7752,8 +7763,8 @@ module TencentCloud
|
|
|
7752
7763
|
|
|
7753
7764
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
|
|
7754
7765
|
extend Gem::Deprecate
|
|
7755
|
-
deprecate :Operator, :none,
|
|
7756
|
-
deprecate :Operator=, :none,
|
|
7766
|
+
deprecate :Operator, :none, 2026, 1
|
|
7767
|
+
deprecate :Operator=, :none, 2026, 1
|
|
7757
7768
|
|
|
7758
7769
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, endpoint=nil, generatetype=nil, organizationname=nil, name=nil, mobile=nil, idcardtype=nil, idcardnumber=nil, organizationopenid=nil, openid=nil, autojumpback=nil, jumpurl=nil, operator=nil, hides=nil, recipientids=nil, flowgroupurlinfo=nil, urluseenv=nil)
|
|
7759
7770
|
@Agent = agent
|
|
@@ -8158,8 +8169,8 @@ module TencentCloud
|
|
|
8158
8169
|
|
|
8159
8170
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
|
8160
8171
|
extend Gem::Deprecate
|
|
8161
|
-
deprecate :Operator, :none,
|
|
8162
|
-
deprecate :Operator=, :none,
|
|
8172
|
+
deprecate :Operator, :none, 2026, 1
|
|
8173
|
+
deprecate :Operator=, :none, 2026, 1
|
|
8163
8174
|
|
|
8164
8175
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
|
8165
8176
|
@Agent = agent
|
|
@@ -8502,8 +8513,8 @@ module TencentCloud
|
|
|
8502
8513
|
|
|
8503
8514
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
|
8504
8515
|
extend Gem::Deprecate
|
|
8505
|
-
deprecate :Operator, :none,
|
|
8506
|
-
deprecate :Operator=, :none,
|
|
8516
|
+
deprecate :Operator, :none, 2026, 1
|
|
8517
|
+
deprecate :Operator=, :none, 2026, 1
|
|
8507
8518
|
|
|
8508
8519
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
|
8509
8520
|
@Agent = agent
|
|
@@ -8589,8 +8600,8 @@ module TencentCloud
|
|
|
8589
8600
|
|
|
8590
8601
|
attr_accessor :Agent, :FlowIds, :Operator
|
|
8591
8602
|
extend Gem::Deprecate
|
|
8592
|
-
deprecate :Operator, :none,
|
|
8593
|
-
deprecate :Operator=, :none,
|
|
8603
|
+
deprecate :Operator, :none, 2026, 1
|
|
8604
|
+
deprecate :Operator=, :none, 2026, 1
|
|
8594
8605
|
|
|
8595
8606
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
|
8596
8607
|
@Agent = agent
|
|
@@ -8717,8 +8728,8 @@ module TencentCloud
|
|
|
8717
8728
|
|
|
8718
8729
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator, :UserFlowTypeId
|
|
8719
8730
|
extend Gem::Deprecate
|
|
8720
|
-
deprecate :Operator, :none,
|
|
8721
|
-
deprecate :Operator=, :none,
|
|
8731
|
+
deprecate :Operator, :none, 2026, 1
|
|
8732
|
+
deprecate :Operator=, :none, 2026, 1
|
|
8722
8733
|
|
|
8723
8734
|
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, userflowtypeid=nil)
|
|
8724
8735
|
@Agent = agent
|
|
@@ -8832,8 +8843,8 @@ module TencentCloud
|
|
|
8832
8843
|
|
|
8833
8844
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
|
8834
8845
|
extend Gem::Deprecate
|
|
8835
|
-
deprecate :Operator, :none,
|
|
8836
|
-
deprecate :Operator=, :none,
|
|
8846
|
+
deprecate :Operator, :none, 2026, 1
|
|
8847
|
+
deprecate :Operator=, :none, 2026, 1
|
|
8837
8848
|
|
|
8838
8849
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
|
8839
8850
|
@Agent = agent
|
|
@@ -9081,6 +9092,26 @@ module TencentCloud
|
|
|
9081
9092
|
end
|
|
9082
9093
|
end
|
|
9083
9094
|
|
|
9095
|
+
# 动态签署领取链接配置,当全部签署方均为动态签署方时生效。
|
|
9096
|
+
class DynamicSignOption < TencentCloud::Common::AbstractModel
|
|
9097
|
+
# @param DynamicReceiveType: 多份合同批量签署时,动态签署领取要求:<ul><li><b>0(默认值)</b>: 可以领取部分合同进入签署。</li><li><b>1 </b>: 必须全部领取进入签署,生成链接的所有合同必须相同经办人完成合同的领取签署。</li></ul>
|
|
9098
|
+
# @type DynamicReceiveType: Integer
|
|
9099
|
+
# @param OrganizationOpenId: 动态签署方时,预设的企业OpenId,预设企业OpenId后,只允许对应的企业员工进行领取签署。
|
|
9100
|
+
# @type OrganizationOpenId: String
|
|
9101
|
+
|
|
9102
|
+
attr_accessor :DynamicReceiveType, :OrganizationOpenId
|
|
9103
|
+
|
|
9104
|
+
def initialize(dynamicreceivetype=nil, organizationopenid=nil)
|
|
9105
|
+
@DynamicReceiveType = dynamicreceivetype
|
|
9106
|
+
@OrganizationOpenId = organizationopenid
|
|
9107
|
+
end
|
|
9108
|
+
|
|
9109
|
+
def deserialize(params)
|
|
9110
|
+
@DynamicReceiveType = params['DynamicReceiveType']
|
|
9111
|
+
@OrganizationOpenId = params['OrganizationOpenId']
|
|
9112
|
+
end
|
|
9113
|
+
end
|
|
9114
|
+
|
|
9084
9115
|
# 创建嵌入式页面url个性化参数
|
|
9085
9116
|
class EmbedUrlOption < TencentCloud::Common::AbstractModel
|
|
9086
9117
|
# @param ShowFlowDetailComponent: 合同详情预览,允许展示控件信息
|
|
@@ -9401,8 +9432,8 @@ module TencentCloud
|
|
|
9401
9432
|
|
|
9402
9433
|
attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
|
|
9403
9434
|
extend Gem::Deprecate
|
|
9404
|
-
deprecate :ReceiptId, :none,
|
|
9405
|
-
deprecate :ReceiptId=, :none,
|
|
9435
|
+
deprecate :ReceiptId, :none, 2026, 1
|
|
9436
|
+
deprecate :ReceiptId=, :none, 2026, 1
|
|
9406
9437
|
|
|
9407
9438
|
def initialize(receiptid=nil, proxyorganizationopenid=nil, proxyoperatoropenid=nil, proxyorganizationname=nil, mobile=nil, signorder=nil, approvename=nil, approvestatus=nil, approvemessage=nil, approvetime=nil, approvetype=nil, approverrolename=nil, signid=nil, recipientid=nil)
|
|
9408
9439
|
@ReceiptId = receiptid
|
|
@@ -9630,8 +9661,8 @@ module TencentCloud
|
|
|
9630
9661
|
|
|
9631
9662
|
attr_accessor :Name, :IdCardType, :IdCardNumber, :Mobile, :OrganizationName, :NotChannelOrganization, :OpenId, :OrganizationOpenId, :ApproverType, :RecipientId, :Deadline, :CallbackUrl, :SignComponents, :ComponentLimitType, :PreReadTime, :JumpUrl, :ApproverOption, :ApproverNeedSignReview, :ApproverVerifyTypes, :ApproverSignTypes, :SignId, :NotifyType, :AddSignComponentsLimits, :ApproverRoleName, :SignTypeSelector, :Components, :Intention, :SignEndpoints
|
|
9632
9663
|
extend Gem::Deprecate
|
|
9633
|
-
deprecate :CallbackUrl, :none,
|
|
9634
|
-
deprecate :CallbackUrl=, :none,
|
|
9664
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
9665
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
9635
9666
|
|
|
9636
9667
|
def initialize(name=nil, idcardtype=nil, idcardnumber=nil, mobile=nil, organizationname=nil, notchannelorganization=nil, openid=nil, organizationopenid=nil, approvertype=nil, recipientid=nil, deadline=nil, callbackurl=nil, signcomponents=nil, componentlimittype=nil, prereadtime=nil, jumpurl=nil, approveroption=nil, approverneedsignreview=nil, approververifytypes=nil, approversigntypes=nil, signid=nil, notifytype=nil, addsigncomponentslimits=nil, approverrolename=nil, signtypeselector=nil, components=nil, intention=nil, signendpoints=nil)
|
|
9637
9668
|
@Name = name
|
|
@@ -9852,6 +9883,7 @@ module TencentCloud
|
|
|
9852
9883
|
# <li> **ALL** :合同签署完成</li>
|
|
9853
9884
|
# <li> **DEADLINE** :合同流签(合同过期)</li>
|
|
9854
9885
|
# <li> **CANCEL** :合同撤回</li>
|
|
9886
|
+
# <li> **INVALID** : 已失效(签署期间有签署人改名等原因导致)</li>
|
|
9855
9887
|
# <li> **RELIEVED** :解除协议(已解除)</li></ul>
|
|
9856
9888
|
|
|
9857
9889
|
# @type FlowStatus: String
|
|
@@ -9963,8 +9995,8 @@ module TencentCloud
|
|
|
9963
9995
|
|
|
9964
9996
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
|
9965
9997
|
extend Gem::Deprecate
|
|
9966
|
-
deprecate :CallbackUrl, :none,
|
|
9967
|
-
deprecate :CallbackUrl=, :none,
|
|
9998
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
9999
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
9968
10000
|
|
|
9969
10001
|
def initialize(fileids=nil, flowname=nil, flowapprovers=nil, deadline=nil, flowdescription=nil, flowtype=nil, callbackurl=nil, customerdata=nil, unordered=nil, components=nil, customshowmap=nil, needsignreview=nil, flowdisplaytype=nil)
|
|
9970
10002
|
@FileIds = fileids
|
|
@@ -10228,8 +10260,8 @@ module TencentCloud
|
|
|
10228
10260
|
|
|
10229
10261
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
|
10230
10262
|
extend Gem::Deprecate
|
|
10231
|
-
deprecate :CallbackUrl, :none,
|
|
10232
|
-
deprecate :CallbackUrl=, :none,
|
|
10263
|
+
deprecate :CallbackUrl, :none, 2026, 1
|
|
10264
|
+
deprecate :CallbackUrl=, :none, 2026, 1
|
|
10233
10265
|
|
|
10234
10266
|
def initialize(flowname=nil, deadline=nil, templateid=nil, flowapprovers=nil, formfields=nil, callbackurl=nil, flowtype=nil, flowdescription=nil, customerdata=nil, customshowmap=nil, ccinfos=nil, needsignreview=nil, ccnotifytype=nil, autosignscene=nil, flowdisplaytype=nil)
|
|
10235
10267
|
@FlowName = flowname
|
|
@@ -10883,8 +10915,8 @@ module TencentCloud
|
|
|
10883
10915
|
|
|
10884
10916
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
|
10885
10917
|
extend Gem::Deprecate
|
|
10886
|
-
deprecate :Operator, :none,
|
|
10887
|
-
deprecate :Operator=, :none,
|
|
10918
|
+
deprecate :Operator, :none, 2026, 1
|
|
10919
|
+
deprecate :Operator=, :none, 2026, 1
|
|
10888
10920
|
|
|
10889
10921
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
|
10890
10922
|
@Agent = agent
|
|
@@ -11566,8 +11598,8 @@ module TencentCloud
|
|
|
11566
11598
|
|
|
11567
11599
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator, :Limit, :Offset
|
|
11568
11600
|
extend Gem::Deprecate
|
|
11569
|
-
deprecate :Operator, :none,
|
|
11570
|
-
deprecate :Operator=, :none,
|
|
11601
|
+
deprecate :Operator, :none, 2026, 1
|
|
11602
|
+
deprecate :Operator=, :none, 2026, 1
|
|
11571
11603
|
|
|
11572
11604
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil, limit=nil, offset=nil)
|
|
11573
11605
|
@Agent = agent
|
|
@@ -11895,10 +11927,10 @@ module TencentCloud
|
|
|
11895
11927
|
|
|
11896
11928
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
|
11897
11929
|
extend Gem::Deprecate
|
|
11898
|
-
deprecate :ClientIp, :none,
|
|
11899
|
-
deprecate :ClientIp=, :none,
|
|
11900
|
-
deprecate :ProxyIp, :none,
|
|
11901
|
-
deprecate :ProxyIp=, :none,
|
|
11930
|
+
deprecate :ClientIp, :none, 2026, 1
|
|
11931
|
+
deprecate :ClientIp=, :none, 2026, 1
|
|
11932
|
+
deprecate :ProxyIp, :none, 2026, 1
|
|
11933
|
+
deprecate :ProxyIp=, :none, 2026, 1
|
|
11902
11934
|
|
|
11903
11935
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
|
11904
11936
|
@OrganizationOpenId = organizationopenid
|
|
@@ -12110,8 +12142,8 @@ module TencentCloud
|
|
|
12110
12142
|
|
|
12111
12143
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
|
12112
12144
|
extend Gem::Deprecate
|
|
12113
|
-
deprecate :Operator, :none,
|
|
12114
|
-
deprecate :Operator=, :none,
|
|
12145
|
+
deprecate :Operator, :none, 2026, 1
|
|
12146
|
+
deprecate :Operator=, :none, 2026, 1
|
|
12115
12147
|
|
|
12116
12148
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
|
12117
12149
|
@Agent = agent
|
|
@@ -12764,8 +12796,8 @@ module TencentCloud
|
|
|
12764
12796
|
|
|
12765
12797
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
|
12766
12798
|
extend Gem::Deprecate
|
|
12767
|
-
deprecate :CustomUserId, :none,
|
|
12768
|
-
deprecate :CustomUserId=, :none,
|
|
12799
|
+
deprecate :CustomUserId, :none, 2026, 1
|
|
12800
|
+
deprecate :CustomUserId=, :none, 2026, 1
|
|
12769
12801
|
|
|
12770
12802
|
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)
|
|
12771
12803
|
@SignUrl = signurl
|
|
@@ -12934,8 +12966,8 @@ module TencentCloud
|
|
|
12934
12966
|
|
|
12935
12967
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
|
12936
12968
|
extend Gem::Deprecate
|
|
12937
|
-
deprecate :Operator, :none,
|
|
12938
|
-
deprecate :Operator=, :none,
|
|
12969
|
+
deprecate :Operator, :none, 2026, 1
|
|
12970
|
+
deprecate :Operator=, :none, 2026, 1
|
|
12939
12971
|
|
|
12940
12972
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
|
12941
12973
|
@Agent = agent
|
|
@@ -13034,8 +13066,8 @@ module TencentCloud
|
|
|
13034
13066
|
|
|
13035
13067
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
|
13036
13068
|
extend Gem::Deprecate
|
|
13037
|
-
deprecate :Operator, :none,
|
|
13038
|
-
deprecate :Operator=, :none,
|
|
13069
|
+
deprecate :Operator, :none, 2026, 1
|
|
13070
|
+
deprecate :Operator=, :none, 2026, 1
|
|
13039
13071
|
|
|
13040
13072
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
|
13041
13073
|
@Agent = agent
|
|
@@ -13173,8 +13205,8 @@ module TencentCloud
|
|
|
13173
13205
|
|
|
13174
13206
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available, :UserFlowType
|
|
13175
13207
|
extend Gem::Deprecate
|
|
13176
|
-
deprecate :IsPromoter, :none,
|
|
13177
|
-
deprecate :IsPromoter=, :none,
|
|
13208
|
+
deprecate :IsPromoter, :none, 2026, 1
|
|
13209
|
+
deprecate :IsPromoter=, :none, 2026, 1
|
|
13178
13210
|
|
|
13179
13211
|
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, userflowtype=nil)
|
|
13180
13212
|
@TemplateId = templateid
|
|
@@ -13316,8 +13348,8 @@ module TencentCloud
|
|
|
13316
13348
|
|
|
13317
13349
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
|
13318
13350
|
extend Gem::Deprecate
|
|
13319
|
-
deprecate :Operator, :none,
|
|
13320
|
-
deprecate :Operator=, :none,
|
|
13351
|
+
deprecate :Operator, :none, 2026, 1
|
|
13352
|
+
deprecate :Operator=, :none, 2026, 1
|
|
13321
13353
|
|
|
13322
13354
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
|
13323
13355
|
@Agent = agent
|
|
@@ -13460,14 +13492,14 @@ module TencentCloud
|
|
|
13460
13492
|
|
|
13461
13493
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
|
13462
13494
|
extend Gem::Deprecate
|
|
13463
|
-
deprecate :Channel, :none,
|
|
13464
|
-
deprecate :Channel=, :none,
|
|
13465
|
-
deprecate :CustomUserId, :none,
|
|
13466
|
-
deprecate :CustomUserId=, :none,
|
|
13467
|
-
deprecate :ClientIp, :none,
|
|
13468
|
-
deprecate :ClientIp=, :none,
|
|
13469
|
-
deprecate :ProxyIp, :none,
|
|
13470
|
-
deprecate :ProxyIp=, :none,
|
|
13495
|
+
deprecate :Channel, :none, 2026, 1
|
|
13496
|
+
deprecate :Channel=, :none, 2026, 1
|
|
13497
|
+
deprecate :CustomUserId, :none, 2026, 1
|
|
13498
|
+
deprecate :CustomUserId=, :none, 2026, 1
|
|
13499
|
+
deprecate :ClientIp, :none, 2026, 1
|
|
13500
|
+
deprecate :ClientIp=, :none, 2026, 1
|
|
13501
|
+
deprecate :ProxyIp, :none, 2026, 1
|
|
13502
|
+
deprecate :ProxyIp=, :none, 2026, 1
|
|
13471
13503
|
|
|
13472
13504
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
|
13473
13505
|
@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.1198
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-essbasic.rb
|
|
37
36
|
- lib/v20201222/client.rb
|
|
38
37
|
- lib/v20201222/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-essbasic.rb
|
|
39
39
|
- lib/v20210526/client.rb
|
|
40
40
|
- lib/v20210526/models.rb
|
|
41
41
|
- lib/VERSION
|