tencentcloud-sdk-essbasic 3.0.1008 → 3.0.1010
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 +59 -0
- data/lib/v20210526/models.rb +303 -260
- metadata +2 -2
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, 2025,
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2025,
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2025, 3
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2025, 3
|
42
42
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
44
44
|
@AppId = appid
|
@@ -93,15 +93,12 @@ module TencentCloud
|
|
93
93
|
# @param SignId: 签署方唯一编号
|
94
94
|
|
95
95
|
# 在<a href="https://qian.tencent.com/developers/company/dynamic_signer" target="_blank">动态补充签署人</a>场景下,可以用此编号确定参与方
|
96
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
97
96
|
# @type SignId: String
|
98
97
|
# @param RecipientId: 签署方角色编号
|
99
98
|
|
100
99
|
# 在<a href="https://qian.tencent.com/developers/company/dynamic_signer" target="_blank">动态补充签署人</a>场景下,可以用此编号确定参与方
|
101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
102
100
|
# @type RecipientId: String
|
103
101
|
# @param ApproverRoleName: 签署方角色名称
|
104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
105
102
|
# @type ApproverRoleName: String
|
106
103
|
|
107
104
|
attr_accessor :SignId, :RecipientId, :ApproverRoleName
|
@@ -290,22 +287,16 @@ module TencentCloud
|
|
290
287
|
# 企业扩展服务授权列表详情
|
291
288
|
class AuthInfoDetail < TencentCloud::Common::AbstractModel
|
292
289
|
# @param Type: 扩展服务类型,和入参一致
|
293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
294
290
|
# @type Type: String
|
295
291
|
# @param Name: 扩展服务名称
|
296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
297
292
|
# @type Name: String
|
298
293
|
# @param HasAuthUserList: 授权员工列表
|
299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
300
294
|
# @type HasAuthUserList: Array
|
301
295
|
# @param HasAuthOrganizationList: 授权企业列表(企业自动签时,该字段有值)
|
302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
303
296
|
# @type HasAuthOrganizationList: Array
|
304
297
|
# @param AuthUserTotal: 授权员工列表总数
|
305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
306
298
|
# @type AuthUserTotal: Integer
|
307
299
|
# @param AuthOrganizationTotal: 授权企业列表总数
|
308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
309
300
|
# @type AuthOrganizationTotal: Integer
|
310
301
|
|
311
302
|
attr_accessor :Type, :Name, :HasAuthUserList, :HasAuthOrganizationList, :AuthUserTotal, :AuthOrganizationTotal
|
@@ -403,8 +394,8 @@ module TencentCloud
|
|
403
394
|
|
404
395
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
405
396
|
extend Gem::Deprecate
|
406
|
-
deprecate :CallbackUrl, :none, 2025,
|
407
|
-
deprecate :CallbackUrl=, :none, 2025,
|
397
|
+
deprecate :CallbackUrl, :none, 2025, 3
|
398
|
+
deprecate :CallbackUrl=, :none, 2025, 3
|
408
399
|
|
409
400
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
410
401
|
@UserInfo = userinfo
|
@@ -643,8 +634,8 @@ module TencentCloud
|
|
643
634
|
|
644
635
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
645
636
|
extend Gem::Deprecate
|
646
|
-
deprecate :Operator, :none, 2025,
|
647
|
-
deprecate :Operator=, :none, 2025,
|
637
|
+
deprecate :Operator, :none, 2025, 3
|
638
|
+
deprecate :Operator=, :none, 2025, 3
|
648
639
|
|
649
640
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
650
641
|
@Agent = agent
|
@@ -815,8 +806,8 @@ module TencentCloud
|
|
815
806
|
|
816
807
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
817
808
|
extend Gem::Deprecate
|
818
|
-
deprecate :Operator, :none, 2025,
|
819
|
-
deprecate :Operator=, :none, 2025,
|
809
|
+
deprecate :Operator, :none, 2025, 3
|
810
|
+
deprecate :Operator=, :none, 2025, 3
|
820
811
|
|
821
812
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
822
813
|
@FlowId = flowid
|
@@ -876,8 +867,8 @@ module TencentCloud
|
|
876
867
|
|
877
868
|
attr_accessor :Agent, :QrCodeId, :Operator
|
878
869
|
extend Gem::Deprecate
|
879
|
-
deprecate :Operator, :none, 2025,
|
880
|
-
deprecate :Operator=, :none, 2025,
|
870
|
+
deprecate :Operator, :none, 2025, 3
|
871
|
+
deprecate :Operator=, :none, 2025, 3
|
881
872
|
|
882
873
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
883
874
|
@Agent = agent
|
@@ -987,8 +978,8 @@ module TencentCloud
|
|
987
978
|
|
988
979
|
attr_accessor :Agent, :FlowIds, :Operator
|
989
980
|
extend Gem::Deprecate
|
990
|
-
deprecate :Operator, :none, 2025,
|
991
|
-
deprecate :Operator=, :none, 2025,
|
981
|
+
deprecate :Operator, :none, 2025, 3
|
982
|
+
deprecate :Operator=, :none, 2025, 3
|
992
983
|
|
993
984
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
994
985
|
@Agent = agent
|
@@ -1362,8 +1353,8 @@ module TencentCloud
|
|
1362
1353
|
|
1363
1354
|
attr_accessor :Agent, :FlowIds, :Operator
|
1364
1355
|
extend Gem::Deprecate
|
1365
|
-
deprecate :Operator, :none, 2025,
|
1366
|
-
deprecate :Operator=, :none, 2025,
|
1356
|
+
deprecate :Operator, :none, 2025, 3
|
1357
|
+
deprecate :Operator=, :none, 2025, 3
|
1367
1358
|
|
1368
1359
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1369
1360
|
@Agent = agent
|
@@ -1440,10 +1431,10 @@ module TencentCloud
|
|
1440
1431
|
|
1441
1432
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
1442
1433
|
extend Gem::Deprecate
|
1443
|
-
deprecate :Operator, :none, 2025,
|
1444
|
-
deprecate :Operator=, :none, 2025,
|
1445
|
-
deprecate :Organization, :none, 2025,
|
1446
|
-
deprecate :Organization=, :none, 2025,
|
1434
|
+
deprecate :Operator, :none, 2025, 3
|
1435
|
+
deprecate :Operator=, :none, 2025, 3
|
1436
|
+
deprecate :Organization, :none, 2025, 3
|
1437
|
+
deprecate :Organization=, :none, 2025, 3
|
1447
1438
|
|
1448
1439
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
1449
1440
|
@Agent = agent
|
@@ -1611,8 +1602,8 @@ module TencentCloud
|
|
1611
1602
|
|
1612
1603
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
1613
1604
|
extend Gem::Deprecate
|
1614
|
-
deprecate :Operator, :none, 2025,
|
1615
|
-
deprecate :Operator=, :none, 2025,
|
1605
|
+
deprecate :Operator, :none, 2025, 3
|
1606
|
+
deprecate :Operator=, :none, 2025, 3
|
1616
1607
|
|
1617
1608
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
1618
1609
|
@Agent = agent
|
@@ -1872,12 +1863,12 @@ module TencentCloud
|
|
1872
1863
|
|
1873
1864
|
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
|
1874
1865
|
extend Gem::Deprecate
|
1875
|
-
deprecate :CallbackUrl, :none, 2025,
|
1876
|
-
deprecate :CallbackUrl=, :none, 2025,
|
1877
|
-
deprecate :Operator, :none, 2025,
|
1878
|
-
deprecate :Operator=, :none, 2025,
|
1879
|
-
deprecate :OpenDynamicFlow, :none, 2025,
|
1880
|
-
deprecate :OpenDynamicFlow=, :none, 2025,
|
1866
|
+
deprecate :CallbackUrl, :none, 2025, 3
|
1867
|
+
deprecate :CallbackUrl=, :none, 2025, 3
|
1868
|
+
deprecate :Operator, :none, 2025, 3
|
1869
|
+
deprecate :Operator=, :none, 2025, 3
|
1870
|
+
deprecate :OpenDynamicFlow, :none, 2025, 3
|
1871
|
+
deprecate :OpenDynamicFlow=, :none, 2025, 3
|
1881
1872
|
|
1882
1873
|
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)
|
1883
1874
|
@Agent = agent
|
@@ -2031,8 +2022,8 @@ module TencentCloud
|
|
2031
2022
|
|
2032
2023
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
2033
2024
|
extend Gem::Deprecate
|
2034
|
-
deprecate :Operator, :none, 2025,
|
2035
|
-
deprecate :Operator=, :none, 2025,
|
2025
|
+
deprecate :Operator, :none, 2025, 3
|
2026
|
+
deprecate :Operator=, :none, 2025, 3
|
2036
2027
|
|
2037
2028
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
2038
2029
|
@FlowFileInfos = flowfileinfos
|
@@ -2382,10 +2373,10 @@ module TencentCloud
|
|
2382
2373
|
|
2383
2374
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
2384
2375
|
extend Gem::Deprecate
|
2385
|
-
deprecate :Operator, :none, 2025,
|
2386
|
-
deprecate :Operator=, :none, 2025,
|
2387
|
-
deprecate :Organization, :none, 2025,
|
2388
|
-
deprecate :Organization=, :none, 2025,
|
2376
|
+
deprecate :Operator, :none, 2025, 3
|
2377
|
+
deprecate :Operator=, :none, 2025, 3
|
2378
|
+
deprecate :Organization, :none, 2025, 3
|
2379
|
+
deprecate :Organization=, :none, 2025, 3
|
2389
2380
|
|
2390
2381
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
2391
2382
|
@Agent = agent
|
@@ -2492,12 +2483,12 @@ module TencentCloud
|
|
2492
2483
|
|
2493
2484
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator, :ForbidPersonalMultipleSign, :FlowNameAppendScannerInfo
|
2494
2485
|
extend Gem::Deprecate
|
2495
|
-
deprecate :CallbackUrl, :none, 2025,
|
2496
|
-
deprecate :CallbackUrl=, :none, 2025,
|
2497
|
-
deprecate :ApproverRestrictions, :none, 2025,
|
2498
|
-
deprecate :ApproverRestrictions=, :none, 2025,
|
2499
|
-
deprecate :Operator, :none, 2025,
|
2500
|
-
deprecate :Operator=, :none, 2025,
|
2486
|
+
deprecate :CallbackUrl, :none, 2025, 3
|
2487
|
+
deprecate :CallbackUrl=, :none, 2025, 3
|
2488
|
+
deprecate :ApproverRestrictions, :none, 2025, 3
|
2489
|
+
deprecate :ApproverRestrictions=, :none, 2025, 3
|
2490
|
+
deprecate :Operator, :none, 2025, 3
|
2491
|
+
deprecate :Operator=, :none, 2025, 3
|
2501
2492
|
|
2502
2493
|
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)
|
2503
2494
|
@Agent = agent
|
@@ -2743,12 +2734,12 @@ module TencentCloud
|
|
2743
2734
|
|
2744
2735
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
2745
2736
|
extend Gem::Deprecate
|
2746
|
-
deprecate :NeedPreview, :none, 2025,
|
2747
|
-
deprecate :NeedPreview=, :none, 2025,
|
2748
|
-
deprecate :Organization, :none, 2025,
|
2749
|
-
deprecate :Organization=, :none, 2025,
|
2750
|
-
deprecate :Operator, :none, 2025,
|
2751
|
-
deprecate :Operator=, :none, 2025,
|
2737
|
+
deprecate :NeedPreview, :none, 2025, 3
|
2738
|
+
deprecate :NeedPreview=, :none, 2025, 3
|
2739
|
+
deprecate :Organization, :none, 2025, 3
|
2740
|
+
deprecate :Organization=, :none, 2025, 3
|
2741
|
+
deprecate :Operator, :none, 2025, 3
|
2742
|
+
deprecate :Operator=, :none, 2025, 3
|
2752
2743
|
|
2753
2744
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
2754
2745
|
@ResourceType = resourcetype
|
@@ -2972,12 +2963,12 @@ module TencentCloud
|
|
2972
2963
|
|
2973
2964
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
2974
2965
|
extend Gem::Deprecate
|
2975
|
-
deprecate :CallbackUrl, :none, 2025,
|
2976
|
-
deprecate :CallbackUrl=, :none, 2025,
|
2977
|
-
deprecate :Organization, :none, 2025,
|
2978
|
-
deprecate :Organization=, :none, 2025,
|
2979
|
-
deprecate :Operator, :none, 2025,
|
2980
|
-
deprecate :Operator=, :none, 2025,
|
2966
|
+
deprecate :CallbackUrl, :none, 2025, 3
|
2967
|
+
deprecate :CallbackUrl=, :none, 2025, 3
|
2968
|
+
deprecate :Organization, :none, 2025, 3
|
2969
|
+
deprecate :Organization=, :none, 2025, 3
|
2970
|
+
deprecate :Operator, :none, 2025, 3
|
2971
|
+
deprecate :Operator=, :none, 2025, 3
|
2981
2972
|
|
2982
2973
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
2983
2974
|
@Agent = agent
|
@@ -3138,10 +3129,10 @@ module TencentCloud
|
|
3138
3129
|
|
3139
3130
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
3140
3131
|
extend Gem::Deprecate
|
3141
|
-
deprecate :Operator, :none, 2025,
|
3142
|
-
deprecate :Operator=, :none, 2025,
|
3143
|
-
deprecate :Organization, :none, 2025,
|
3144
|
-
deprecate :Organization=, :none, 2025,
|
3132
|
+
deprecate :Operator, :none, 2025, 3
|
3133
|
+
deprecate :Operator=, :none, 2025, 3
|
3134
|
+
deprecate :Organization, :none, 2025, 3
|
3135
|
+
deprecate :Organization=, :none, 2025, 3
|
3145
3136
|
|
3146
3137
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
3147
3138
|
@Agent = agent
|
@@ -3403,8 +3394,8 @@ module TencentCloud
|
|
3403
3394
|
|
3404
3395
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
3405
3396
|
extend Gem::Deprecate
|
3406
|
-
deprecate :Operator, :none, 2025,
|
3407
|
-
deprecate :Operator=, :none, 2025,
|
3397
|
+
deprecate :Operator, :none, 2025, 3
|
3398
|
+
deprecate :Operator=, :none, 2025, 3
|
3408
3399
|
|
3409
3400
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
3410
3401
|
@Agent = agent
|
@@ -3569,8 +3560,8 @@ module TencentCloud
|
|
3569
3560
|
|
3570
3561
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
3571
3562
|
extend Gem::Deprecate
|
3572
|
-
deprecate :Operator, :none, 2025,
|
3573
|
-
deprecate :Operator=, :none, 2025,
|
3563
|
+
deprecate :Operator, :none, 2025, 3
|
3564
|
+
deprecate :Operator=, :none, 2025, 3
|
3574
3565
|
|
3575
3566
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
3576
3567
|
@Agent = agent
|
@@ -3632,10 +3623,10 @@ module TencentCloud
|
|
3632
3623
|
|
3633
3624
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
3634
3625
|
extend Gem::Deprecate
|
3635
|
-
deprecate :Organization, :none, 2025,
|
3636
|
-
deprecate :Organization=, :none, 2025,
|
3637
|
-
deprecate :Operator, :none, 2025,
|
3638
|
-
deprecate :Operator=, :none, 2025,
|
3626
|
+
deprecate :Organization, :none, 2025, 3
|
3627
|
+
deprecate :Organization=, :none, 2025, 3
|
3628
|
+
deprecate :Operator, :none, 2025, 3
|
3629
|
+
deprecate :Operator=, :none, 2025, 3
|
3639
3630
|
|
3640
3631
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
3641
3632
|
@Agent = agent
|
@@ -3863,8 +3854,8 @@ module TencentCloud
|
|
3863
3854
|
|
3864
3855
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3865
3856
|
extend Gem::Deprecate
|
3866
|
-
deprecate :Operator, :none, 2025,
|
3867
|
-
deprecate :Operator=, :none, 2025,
|
3857
|
+
deprecate :Operator, :none, 2025, 3
|
3858
|
+
deprecate :Operator=, :none, 2025, 3
|
3868
3859
|
|
3869
3860
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3870
3861
|
@Agent = agent
|
@@ -4118,8 +4109,8 @@ module TencentCloud
|
|
4118
4109
|
|
4119
4110
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
4120
4111
|
extend Gem::Deprecate
|
4121
|
-
deprecate :Operator, :none, 2025,
|
4122
|
-
deprecate :Operator=, :none, 2025,
|
4112
|
+
deprecate :Operator, :none, 2025, 3
|
4113
|
+
deprecate :Operator=, :none, 2025, 3
|
4123
4114
|
|
4124
4115
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
4125
4116
|
@Agent = agent
|
@@ -4420,10 +4411,10 @@ module TencentCloud
|
|
4420
4411
|
|
4421
4412
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
4422
4413
|
extend Gem::Deprecate
|
4423
|
-
deprecate :Operator, :none, 2025,
|
4424
|
-
deprecate :Operator=, :none, 2025,
|
4425
|
-
deprecate :Organization, :none, 2025,
|
4426
|
-
deprecate :Organization=, :none, 2025,
|
4414
|
+
deprecate :Operator, :none, 2025, 3
|
4415
|
+
deprecate :Operator=, :none, 2025, 3
|
4416
|
+
deprecate :Organization, :none, 2025, 3
|
4417
|
+
deprecate :Organization=, :none, 2025, 3
|
4427
4418
|
|
4428
4419
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
4429
4420
|
@Agent = agent
|
@@ -4479,8 +4470,8 @@ module TencentCloud
|
|
4479
4470
|
|
4480
4471
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
4481
4472
|
extend Gem::Deprecate
|
4482
|
-
deprecate :PreviewUrl, :none, 2025,
|
4483
|
-
deprecate :PreviewUrl=, :none, 2025,
|
4473
|
+
deprecate :PreviewUrl, :none, 2025, 3
|
4474
|
+
deprecate :PreviewUrl=, :none, 2025, 3
|
4484
4475
|
|
4485
4476
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
4486
4477
|
@TaskId = taskid
|
@@ -4710,17 +4701,14 @@ module TencentCloud
|
|
4710
4701
|
# 角色信息
|
4711
4702
|
class ChannelRole < TencentCloud::Common::AbstractModel
|
4712
4703
|
# @param RoleId: 角色ID,为32位字符串
|
4713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4714
4704
|
# @type RoleId: String
|
4715
4705
|
# @param RoleName: 角色的名称
|
4716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4717
4706
|
# @type RoleName: String
|
4718
4707
|
# @param RoleStatus: 此角色状态
|
4719
4708
|
# 1: 已经启用
|
4720
4709
|
# 2: 已经禁用
|
4721
4710
|
# @type RoleStatus: Integer
|
4722
4711
|
# @param PermissionGroups: 此角色对应的权限列表
|
4723
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4724
4712
|
# @type PermissionGroups: Array
|
4725
4713
|
|
4726
4714
|
attr_accessor :RoleId, :RoleName, :RoleStatus, :PermissionGroups
|
@@ -4763,8 +4751,8 @@ module TencentCloud
|
|
4763
4751
|
|
4764
4752
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
4765
4753
|
extend Gem::Deprecate
|
4766
|
-
deprecate :Operator, :none, 2025,
|
4767
|
-
deprecate :Operator=, :none, 2025,
|
4754
|
+
deprecate :Operator, :none, 2025, 3
|
4755
|
+
deprecate :Operator=, :none, 2025, 3
|
4768
4756
|
|
4769
4757
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
4770
4758
|
@Agent = agent
|
@@ -4824,8 +4812,8 @@ module TencentCloud
|
|
4824
4812
|
|
4825
4813
|
attr_accessor :FlowId, :Agent, :Operator
|
4826
4814
|
extend Gem::Deprecate
|
4827
|
-
deprecate :Operator, :none, 2025,
|
4828
|
-
deprecate :Operator=, :none, 2025,
|
4815
|
+
deprecate :Operator, :none, 2025, 3
|
4816
|
+
deprecate :Operator=, :none, 2025, 3
|
4829
4817
|
|
4830
4818
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
4831
4819
|
@FlowId = flowid
|
@@ -5319,17 +5307,14 @@ module TencentCloud
|
|
5319
5307
|
# @type KeywordIndexes: Array
|
5320
5308
|
# @param Placeholder: 填写控件在腾讯电子签小程序填写界面展示的提示信息,例如,在身份证号码填写控件中,提示信息可以设置成“请输入18位身份证号码”。
|
5321
5309
|
# 注:`签署控件设置此字段无效`
|
5322
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5323
5310
|
# @type Placeholder: String
|
5324
5311
|
# @param LockComponentValue: **web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑
|
5325
5312
|
# <ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>
|
5326
5313
|
# <li>true:锁定控件值,在页面编辑控件值</li></ul>
|
5327
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5328
5314
|
# @type LockComponentValue: Boolean
|
5329
5315
|
# @param ForbidMoveAndDelete: **web嵌入发起合同场景下**,是否禁止移动和删除填写和签署控件
|
5330
5316
|
# <ul><li> <b>false(默认)</b> :不禁止移动和删除控件</li>
|
5331
5317
|
# <li> <b>true</b> : 可以移动和删除控件</li></ul>
|
5332
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5333
5318
|
# @type ForbidMoveAndDelete: Boolean
|
5334
5319
|
|
5335
5320
|
attr_accessor :ComponentId, :ComponentType, :ComponentName, :ComponentRequired, :ComponentRecipientId, :FileIndex, :GenerateMode, :ComponentWidth, :ComponentHeight, :ComponentPage, :ComponentPosX, :ComponentPosY, :ComponentExtra, :ComponentValue, :ComponentDateFontSize, :DocumentId, :ComponentDescription, :OffsetX, :OffsetY, :ChannelComponentId, :KeywordOrder, :KeywordPage, :RelativeLocation, :KeywordIndexes, :Placeholder, :LockComponentValue, :ForbidMoveAndDelete
|
@@ -5690,8 +5675,8 @@ module TencentCloud
|
|
5690
5675
|
|
5691
5676
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
5692
5677
|
extend Gem::Deprecate
|
5693
|
-
deprecate :Operator, :none, 2025,
|
5694
|
-
deprecate :Operator=, :none, 2025,
|
5678
|
+
deprecate :Operator, :none, 2025, 3
|
5679
|
+
deprecate :Operator=, :none, 2025, 3
|
5695
5680
|
|
5696
5681
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
5697
5682
|
@Agent = agent
|
@@ -6037,8 +6022,8 @@ module TencentCloud
|
|
6037
6022
|
|
6038
6023
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive, :BusinessLicense, :ProxyAddress, :ProxyLegalName, :PowerOfAttorneys, :OrganizationAuthorizationOptions
|
6039
6024
|
extend Gem::Deprecate
|
6040
|
-
deprecate :Operator, :none, 2025,
|
6041
|
-
deprecate :Operator=, :none, 2025,
|
6025
|
+
deprecate :Operator, :none, 2025, 3
|
6026
|
+
deprecate :Operator=, :none, 2025, 3
|
6042
6027
|
|
6043
6028
|
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, proxyoperatormobile=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil, topnavigationstatus=nil, autoactive=nil, businesslicense=nil, proxyaddress=nil, proxylegalname=nil, powerofattorneys=nil, organizationauthorizationoptions=nil)
|
6044
6029
|
@Agent = agent
|
@@ -6139,6 +6124,66 @@ module TencentCloud
|
|
6139
6124
|
end
|
6140
6125
|
end
|
6141
6126
|
|
6127
|
+
# CreateEmployeeChangeUrl请求参数结构体
|
6128
|
+
class CreateEmployeeChangeUrlRequest < TencentCloud::Common::AbstractModel
|
6129
|
+
# @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
6130
|
+
|
6131
|
+
# 此接口下面信息必填。
|
6132
|
+
# <ul>
|
6133
|
+
# <li>渠道应用标识: Agent.AppId</li>
|
6134
|
+
# <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
6135
|
+
# <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
6136
|
+
# </ul>
|
6137
|
+
# 第三方平台子客企业和员工必须已经经过实名认证
|
6138
|
+
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
6139
|
+
# @param OpenId: 待修改的员工OpenId
|
6140
|
+
# @type OpenId: String
|
6141
|
+
# @param NewMobile: 待修改的员工手机号,支持海外格式
|
6142
|
+
# @type NewMobile: String
|
6143
|
+
|
6144
|
+
attr_accessor :Agent, :OpenId, :NewMobile
|
6145
|
+
|
6146
|
+
def initialize(agent=nil, openid=nil, newmobile=nil)
|
6147
|
+
@Agent = agent
|
6148
|
+
@OpenId = openid
|
6149
|
+
@NewMobile = newmobile
|
6150
|
+
end
|
6151
|
+
|
6152
|
+
def deserialize(params)
|
6153
|
+
unless params['Agent'].nil?
|
6154
|
+
@Agent = Agent.new
|
6155
|
+
@Agent.deserialize(params['Agent'])
|
6156
|
+
end
|
6157
|
+
@OpenId = params['OpenId']
|
6158
|
+
@NewMobile = params['NewMobile']
|
6159
|
+
end
|
6160
|
+
end
|
6161
|
+
|
6162
|
+
# CreateEmployeeChangeUrl返回参数结构体
|
6163
|
+
class CreateEmployeeChangeUrlResponse < TencentCloud::Common::AbstractModel
|
6164
|
+
# @param MiniAppPath: 修改员工信息的小程序链接<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a>
|
6165
|
+
# @type MiniAppPath: String
|
6166
|
+
# @param ExpireTime: 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
|
6167
|
+
|
6168
|
+
# @type ExpireTime: Integer
|
6169
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6170
|
+
# @type RequestId: String
|
6171
|
+
|
6172
|
+
attr_accessor :MiniAppPath, :ExpireTime, :RequestId
|
6173
|
+
|
6174
|
+
def initialize(miniapppath=nil, expiretime=nil, requestid=nil)
|
6175
|
+
@MiniAppPath = miniapppath
|
6176
|
+
@ExpireTime = expiretime
|
6177
|
+
@RequestId = requestid
|
6178
|
+
end
|
6179
|
+
|
6180
|
+
def deserialize(params)
|
6181
|
+
@MiniAppPath = params['MiniAppPath']
|
6182
|
+
@ExpireTime = params['ExpireTime']
|
6183
|
+
@RequestId = params['RequestId']
|
6184
|
+
end
|
6185
|
+
end
|
6186
|
+
|
6142
6187
|
# CreateEmployeeQualificationSealQrCode请求参数结构体
|
6143
6188
|
class CreateEmployeeQualificationSealQrCodeRequest < TencentCloud::Common::AbstractModel
|
6144
6189
|
# @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。此接口下面信息必填。<ul><li>渠道应用标识: Agent.AppId</li><li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li><li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId</li></ul>第三方平台子客企业和员工必须已经经过实名认证
|
@@ -6240,6 +6285,73 @@ module TencentCloud
|
|
6240
6285
|
end
|
6241
6286
|
end
|
6242
6287
|
|
6288
|
+
# CreateFlowForwards请求参数结构体
|
6289
|
+
class CreateFlowForwardsRequest < TencentCloud::Common::AbstractModel
|
6290
|
+
# @param TargetOpenId: 合同对应参与方需要修改的目标经办人对应的OpenId。
|
6291
|
+
|
6292
|
+
# 注意:`需要保证目标经办人已经加入企业且已实名`
|
6293
|
+
# @type TargetOpenId: String
|
6294
|
+
# @param FlowForwardInfos: 企业签署方的合同及对应签署方
|
6295
|
+
# @type FlowForwardInfos: Array
|
6296
|
+
# @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。此接口下面信息必填。<ul><li>渠道应用标识: Agent.AppId</li><li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li><li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li></ul>第三方平台子客企业和员工必须已经经过实名认证
|
6297
|
+
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
6298
|
+
|
6299
|
+
attr_accessor :TargetOpenId, :FlowForwardInfos, :Agent
|
6300
|
+
|
6301
|
+
def initialize(targetopenid=nil, flowforwardinfos=nil, agent=nil)
|
6302
|
+
@TargetOpenId = targetopenid
|
6303
|
+
@FlowForwardInfos = flowforwardinfos
|
6304
|
+
@Agent = agent
|
6305
|
+
end
|
6306
|
+
|
6307
|
+
def deserialize(params)
|
6308
|
+
@TargetOpenId = params['TargetOpenId']
|
6309
|
+
unless params['FlowForwardInfos'].nil?
|
6310
|
+
@FlowForwardInfos = []
|
6311
|
+
params['FlowForwardInfos'].each do |i|
|
6312
|
+
flowforwardinfo_tmp = FlowForwardInfo.new
|
6313
|
+
flowforwardinfo_tmp.deserialize(i)
|
6314
|
+
@FlowForwardInfos << flowforwardinfo_tmp
|
6315
|
+
end
|
6316
|
+
end
|
6317
|
+
unless params['Agent'].nil?
|
6318
|
+
@Agent = Agent.new
|
6319
|
+
@Agent.deserialize(params['Agent'])
|
6320
|
+
end
|
6321
|
+
end
|
6322
|
+
end
|
6323
|
+
|
6324
|
+
# CreateFlowForwards返回参数结构体
|
6325
|
+
class CreateFlowForwardsResponse < TencentCloud::Common::AbstractModel
|
6326
|
+
# @param FailedFlows: 失败的合同id以及错误详情
|
6327
|
+
# @type FailedFlows: Array
|
6328
|
+
# @param SuccessFlows: 成功的合同id
|
6329
|
+
# @type SuccessFlows: Array
|
6330
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6331
|
+
# @type RequestId: String
|
6332
|
+
|
6333
|
+
attr_accessor :FailedFlows, :SuccessFlows, :RequestId
|
6334
|
+
|
6335
|
+
def initialize(failedflows=nil, successflows=nil, requestid=nil)
|
6336
|
+
@FailedFlows = failedflows
|
6337
|
+
@SuccessFlows = successflows
|
6338
|
+
@RequestId = requestid
|
6339
|
+
end
|
6340
|
+
|
6341
|
+
def deserialize(params)
|
6342
|
+
unless params['FailedFlows'].nil?
|
6343
|
+
@FailedFlows = []
|
6344
|
+
params['FailedFlows'].each do |i|
|
6345
|
+
flowforwardresult_tmp = FlowForwardResult.new
|
6346
|
+
flowforwardresult_tmp.deserialize(i)
|
6347
|
+
@FailedFlows << flowforwardresult_tmp
|
6348
|
+
end
|
6349
|
+
end
|
6350
|
+
@SuccessFlows = params['SuccessFlows']
|
6351
|
+
@RequestId = params['RequestId']
|
6352
|
+
end
|
6353
|
+
end
|
6354
|
+
|
6243
6355
|
# CreateFlowGroupSignReview请求参数结构体
|
6244
6356
|
class CreateFlowGroupSignReviewRequest < TencentCloud::Common::AbstractModel
|
6245
6357
|
# @param Agent: 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
@@ -6406,8 +6518,8 @@ module TencentCloud
|
|
6406
6518
|
|
6407
6519
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
6408
6520
|
extend Gem::Deprecate
|
6409
|
-
deprecate :Operator, :none, 2025,
|
6410
|
-
deprecate :Operator=, :none, 2025,
|
6521
|
+
deprecate :Operator, :none, 2025, 3
|
6522
|
+
deprecate :Operator=, :none, 2025, 3
|
6411
6523
|
|
6412
6524
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
6413
6525
|
@Agent = agent
|
@@ -6522,10 +6634,10 @@ module TencentCloud
|
|
6522
6634
|
|
6523
6635
|
attr_accessor :Agent, :Operator, :Organization
|
6524
6636
|
extend Gem::Deprecate
|
6525
|
-
deprecate :Operator, :none, 2025,
|
6526
|
-
deprecate :Operator=, :none, 2025,
|
6527
|
-
deprecate :Organization, :none, 2025,
|
6528
|
-
deprecate :Organization=, :none, 2025,
|
6637
|
+
deprecate :Operator, :none, 2025, 3
|
6638
|
+
deprecate :Operator=, :none, 2025, 3
|
6639
|
+
deprecate :Organization, :none, 2025, 3
|
6640
|
+
deprecate :Organization=, :none, 2025, 3
|
6529
6641
|
|
6530
6642
|
def initialize(agent=nil, operator=nil, organization=nil)
|
6531
6643
|
@Agent = agent
|
@@ -6854,8 +6966,8 @@ module TencentCloud
|
|
6854
6966
|
|
6855
6967
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
6856
6968
|
extend Gem::Deprecate
|
6857
|
-
deprecate :Operator, :none, 2025,
|
6858
|
-
deprecate :Operator=, :none, 2025,
|
6969
|
+
deprecate :Operator, :none, 2025, 3
|
6970
|
+
deprecate :Operator=, :none, 2025, 3
|
6859
6971
|
|
6860
6972
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
6861
6973
|
@Agent = agent
|
@@ -7016,8 +7128,8 @@ module TencentCloud
|
|
7016
7128
|
|
7017
7129
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo, :UrlUseEnv
|
7018
7130
|
extend Gem::Deprecate
|
7019
|
-
deprecate :Operator, :none, 2025,
|
7020
|
-
deprecate :Operator=, :none, 2025,
|
7131
|
+
deprecate :Operator, :none, 2025, 3
|
7132
|
+
deprecate :Operator=, :none, 2025, 3
|
7021
7133
|
|
7022
7134
|
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)
|
7023
7135
|
@Agent = agent
|
@@ -7198,10 +7310,8 @@ module TencentCloud
|
|
7198
7310
|
# 第三方应用集成员工部门信息
|
7199
7311
|
class Department < TencentCloud::Common::AbstractModel
|
7200
7312
|
# @param DepartmentId: 部门id
|
7201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7202
7313
|
# @type DepartmentId: String
|
7203
7314
|
# @param DepartmentName: 部门名称
|
7204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7205
7315
|
# @type DepartmentName: String
|
7206
7316
|
|
7207
7317
|
attr_accessor :DepartmentId, :DepartmentName
|
@@ -7365,8 +7475,8 @@ module TencentCloud
|
|
7365
7475
|
|
7366
7476
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
7367
7477
|
extend Gem::Deprecate
|
7368
|
-
deprecate :Operator, :none, 2025,
|
7369
|
-
deprecate :Operator=, :none, 2025,
|
7478
|
+
deprecate :Operator, :none, 2025, 3
|
7479
|
+
deprecate :Operator=, :none, 2025, 3
|
7370
7480
|
|
7371
7481
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
7372
7482
|
@Agent = agent
|
@@ -7709,8 +7819,8 @@ module TencentCloud
|
|
7709
7819
|
|
7710
7820
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
7711
7821
|
extend Gem::Deprecate
|
7712
|
-
deprecate :Operator, :none, 2025,
|
7713
|
-
deprecate :Operator=, :none, 2025,
|
7822
|
+
deprecate :Operator, :none, 2025, 3
|
7823
|
+
deprecate :Operator=, :none, 2025, 3
|
7714
7824
|
|
7715
7825
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
7716
7826
|
@Agent = agent
|
@@ -7796,8 +7906,8 @@ module TencentCloud
|
|
7796
7906
|
|
7797
7907
|
attr_accessor :Agent, :FlowIds, :Operator
|
7798
7908
|
extend Gem::Deprecate
|
7799
|
-
deprecate :Operator, :none, 2025,
|
7800
|
-
deprecate :Operator=, :none, 2025,
|
7909
|
+
deprecate :Operator, :none, 2025, 3
|
7910
|
+
deprecate :Operator=, :none, 2025, 3
|
7801
7911
|
|
7802
7912
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
7803
7913
|
@Agent = agent
|
@@ -7922,8 +8032,8 @@ module TencentCloud
|
|
7922
8032
|
|
7923
8033
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
7924
8034
|
extend Gem::Deprecate
|
7925
|
-
deprecate :Operator, :none, 2025,
|
7926
|
-
deprecate :Operator=, :none, 2025,
|
8035
|
+
deprecate :Operator, :none, 2025, 3
|
8036
|
+
deprecate :Operator=, :none, 2025, 3
|
7927
8037
|
|
7928
8038
|
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)
|
7929
8039
|
@Agent = agent
|
@@ -8035,8 +8145,8 @@ module TencentCloud
|
|
8035
8145
|
|
8036
8146
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
8037
8147
|
extend Gem::Deprecate
|
8038
|
-
deprecate :Operator, :none, 2025,
|
8039
|
-
deprecate :Operator=, :none, 2025,
|
8148
|
+
deprecate :Operator, :none, 2025, 3
|
8149
|
+
deprecate :Operator=, :none, 2025, 3
|
8040
8150
|
|
8041
8151
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
8042
8152
|
@Agent = agent
|
@@ -8101,7 +8211,6 @@ module TencentCloud
|
|
8101
8211
|
# @param LiveNessVideo: 活体视频的base64编码,mp4格式
|
8102
8212
|
|
8103
8213
|
# 注:`需进行base64解码获取活体视频文件`
|
8104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8105
8214
|
# @type LiveNessVideo: String
|
8106
8215
|
|
8107
8216
|
attr_accessor :LiveNessVideo
|
@@ -8275,10 +8384,8 @@ module TencentCloud
|
|
8275
8384
|
# **DISABLE**:未开通
|
8276
8385
|
# @type Status: String
|
8277
8386
|
# @param OperatorOpenId: 操作扩展服务的操作人第三方应用平台的用户openid
|
8278
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8279
8387
|
# @type OperatorOpenId: String
|
8280
8388
|
# @param OperateOn: 扩展服务的操作时间,格式为Unix标准时间戳(秒)。
|
8281
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8282
8389
|
# @type OperateOn: Integer
|
8283
8390
|
|
8284
8391
|
attr_accessor :Type, :Name, :Status, :OperatorOpenId, :OperateOn
|
@@ -8303,10 +8410,8 @@ module TencentCloud
|
|
8303
8410
|
# 绑定失败的用户角色信息
|
8304
8411
|
class FailedCreateRoleData < TencentCloud::Common::AbstractModel
|
8305
8412
|
# @param UserId: 用户userId
|
8306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8307
8413
|
# @type UserId: String
|
8308
8414
|
# @param RoleIds: 角色RoleId列表
|
8309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8310
8415
|
# @type RoleIds: Array
|
8311
8416
|
|
8312
8417
|
attr_accessor :UserId, :RoleIds
|
@@ -8393,13 +8498,10 @@ module TencentCloud
|
|
8393
8498
|
# 批量补充签署人时,补充失败的报错说明
|
8394
8499
|
class FillError < TencentCloud::Common::AbstractModel
|
8395
8500
|
# @param RecipientId: 为签署方经办人在签署合同中的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。与入参中补充的签署人角色ID对应,批量补充部分失败返回对应的错误信息。
|
8396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8397
8501
|
# @type RecipientId: String
|
8398
8502
|
# @param ErrMessage: 补充失败错误说明
|
8399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8400
8503
|
# @type ErrMessage: String
|
8401
8504
|
# @param FlowId: 合同流程ID,为32位字符串。
|
8402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8403
8505
|
# @type FlowId: String
|
8404
8506
|
|
8405
8507
|
attr_accessor :RecipientId, :ErrMessage, :FlowId
|
@@ -8478,7 +8580,6 @@ module TencentCloud
|
|
8478
8580
|
# @param ReceiptId: 模板配置时候的签署人角色ID(用PDF文件发起也可以指定,如果不指定则自动生成此角色ID), 所有的填写控件和签署控件都归属不同的角色
|
8479
8581
|
# @type ReceiptId: String
|
8480
8582
|
# @param ProxyOrganizationOpenId: 第三方平台子客企业的唯一标识,定义Agent中的ProxyOrganizationOpenId一样, 可以参考<a href="https://qian.tencent.com/developers/partnerApis/dataTypes/#agent" target="_blank">Agent结构体</a>
|
8481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8482
8583
|
# @type ProxyOrganizationOpenId: String
|
8483
8584
|
# @param ProxyOperatorOpenId: 第三方平台子客企业员工的唯一标识
|
8484
8585
|
# @type ProxyOperatorOpenId: String
|
@@ -8490,7 +8591,6 @@ module TencentCloud
|
|
8490
8591
|
# @type SignOrder: Integer
|
8491
8592
|
# @param ApproveName: 签署方经办人的姓名。
|
8492
8593
|
# 经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
|
8493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8494
8594
|
# @type ApproveName: String
|
8495
8595
|
# @param ApproveStatus: 当前签署人的状态, 状态如下
|
8496
8596
|
# <ul><li> **PENDING** :待签署</li>
|
@@ -8505,31 +8605,26 @@ module TencentCloud
|
|
8505
8605
|
# <li> **FORWARD** :已经转他人处理</li>
|
8506
8606
|
# <li> **STOP** :流程已终止</li>
|
8507
8607
|
# <li> **RELIEVED** :解除协议(已解除)</li></ul>
|
8508
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8509
8608
|
# @type ApproveStatus: String
|
8510
8609
|
# @param ApproveMessage: 签署人拒签等情况的时候填写的原因
|
8511
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8512
8610
|
# @type ApproveMessage: String
|
8513
8611
|
# @param ApproveTime: 签署人签署时间戳,单位秒
|
8514
8612
|
# @type ApproveTime: Integer
|
8515
8613
|
# @param ApproveType: 参与者类型
|
8516
8614
|
# <ul><li> **ORGANIZATION** :企业签署人</li>
|
8517
8615
|
# <li> **PERSON** :个人签署人</li></ul>
|
8518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8519
8616
|
# @type ApproveType: String
|
8520
8617
|
# @param ApproverRoleName: 自定义签署人的角色名, 如: 收款人、开具人、见证人等
|
8521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8522
8618
|
# @type ApproverRoleName: String
|
8523
8619
|
# @param SignId: 签署参与人在本流程中的编号ID(每个流程不同),可用此ID来定位签署参与人在本流程的签署节点。
|
8524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8525
8620
|
# @type SignId: String
|
8526
8621
|
# @param RecipientId: 模板配置时候的签署人角色ID(用PDF文件发起也可以指定,如果不指定则自动生成此角色ID), 所有的填写控件和签署控件都归属不同的角色
|
8527
8622
|
# @type RecipientId: String
|
8528
8623
|
|
8529
8624
|
attr_accessor :ReceiptId, :ProxyOrganizationOpenId, :ProxyOperatorOpenId, :ProxyOrganizationName, :Mobile, :SignOrder, :ApproveName, :ApproveStatus, :ApproveMessage, :ApproveTime, :ApproveType, :ApproverRoleName, :SignId, :RecipientId
|
8530
8625
|
extend Gem::Deprecate
|
8531
|
-
deprecate :ReceiptId, :none, 2025,
|
8532
|
-
deprecate :ReceiptId=, :none, 2025,
|
8626
|
+
deprecate :ReceiptId, :none, 2025, 3
|
8627
|
+
deprecate :ReceiptId=, :none, 2025, 3
|
8533
8628
|
|
8534
8629
|
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)
|
8535
8630
|
@ReceiptId = receiptid
|
@@ -8754,8 +8849,8 @@ module TencentCloud
|
|
8754
8849
|
|
8755
8850
|
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
|
8756
8851
|
extend Gem::Deprecate
|
8757
|
-
deprecate :CallbackUrl, :none, 2025,
|
8758
|
-
deprecate :CallbackUrl=, :none, 2025,
|
8852
|
+
deprecate :CallbackUrl, :none, 2025, 3
|
8853
|
+
deprecate :CallbackUrl=, :none, 2025, 3
|
8759
8854
|
|
8760
8855
|
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)
|
8761
8856
|
@Name = name
|
@@ -8850,10 +8945,8 @@ module TencentCloud
|
|
8850
8945
|
# 签署方信息,如角色ID、角色名称等
|
8851
8946
|
class FlowApproverItem < TencentCloud::Common::AbstractModel
|
8852
8947
|
# @param FlowId: 合同编号
|
8853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8854
8948
|
# @type FlowId: String
|
8855
8949
|
# @param Approvers: 签署方信息,如角色ID、角色名称等
|
8856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8857
8950
|
# @type Approvers: Array
|
8858
8951
|
|
8859
8952
|
attr_accessor :FlowId, :Approvers
|
@@ -8898,7 +8991,6 @@ module TencentCloud
|
|
8898
8991
|
# 1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
8899
8992
|
# 2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
8900
8993
|
# 3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
8901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8902
8994
|
# @type LongUrl: String
|
8903
8995
|
|
8904
8996
|
attr_accessor :SignUrl, :ApproverType, :Name, :Mobile, :LongUrl
|
@@ -9075,8 +9167,8 @@ module TencentCloud
|
|
9075
9167
|
|
9076
9168
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
9077
9169
|
extend Gem::Deprecate
|
9078
|
-
deprecate :CallbackUrl, :none, 2025,
|
9079
|
-
deprecate :CallbackUrl=, :none, 2025,
|
9170
|
+
deprecate :CallbackUrl, :none, 2025, 3
|
9171
|
+
deprecate :CallbackUrl=, :none, 2025, 3
|
9080
9172
|
|
9081
9173
|
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)
|
9082
9174
|
@FileIds = fileids
|
@@ -9125,6 +9217,46 @@ module TencentCloud
|
|
9125
9217
|
end
|
9126
9218
|
end
|
9127
9219
|
|
9220
|
+
# 合同转交相关信息
|
9221
|
+
class FlowForwardInfo < TencentCloud::Common::AbstractModel
|
9222
|
+
# @param FlowId: 合同流程ID,为32位字符串。此接口的合同流程ID需要由[创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow)接口创建得到。
|
9223
|
+
# @type FlowId: String
|
9224
|
+
# @param RecipientId: 签署方经办人在合同中的参与方ID,为32位字符串。
|
9225
|
+
# @type RecipientId: String
|
9226
|
+
|
9227
|
+
attr_accessor :FlowId, :RecipientId
|
9228
|
+
|
9229
|
+
def initialize(flowid=nil, recipientid=nil)
|
9230
|
+
@FlowId = flowid
|
9231
|
+
@RecipientId = recipientid
|
9232
|
+
end
|
9233
|
+
|
9234
|
+
def deserialize(params)
|
9235
|
+
@FlowId = params['FlowId']
|
9236
|
+
@RecipientId = params['RecipientId']
|
9237
|
+
end
|
9238
|
+
end
|
9239
|
+
|
9240
|
+
# 转交合同结果
|
9241
|
+
class FlowForwardResult < TencentCloud::Common::AbstractModel
|
9242
|
+
# @param FlowId: 合同流程ID为32位字符串。您可以登录腾讯电子签控制台,在 "合同" -> "合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。[点击查看FlowId在控制台中的位置](https://qcloudimg.tencent-cloud.cn/raw/0a83015166cfe1cb043d14f9ec4bd75e.png)。
|
9243
|
+
# @type FlowId: String
|
9244
|
+
# @param ErrorDetail: 如果失败,返回的错误细节。
|
9245
|
+
# @type ErrorDetail: String
|
9246
|
+
|
9247
|
+
attr_accessor :FlowId, :ErrorDetail
|
9248
|
+
|
9249
|
+
def initialize(flowid=nil, errordetail=nil)
|
9250
|
+
@FlowId = flowid
|
9251
|
+
@ErrorDetail = errordetail
|
9252
|
+
end
|
9253
|
+
|
9254
|
+
def deserialize(params)
|
9255
|
+
@FlowId = params['FlowId']
|
9256
|
+
@ErrorDetail = params['ErrorDetail']
|
9257
|
+
end
|
9258
|
+
end
|
9259
|
+
|
9128
9260
|
# 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
|
9129
9261
|
class FlowGroupApproverInfo < TencentCloud::Common::AbstractModel
|
9130
9262
|
# @param FlowId: 合同流程ID。
|
@@ -9148,10 +9280,8 @@ module TencentCloud
|
|
9148
9280
|
# 合同组签署方信息
|
9149
9281
|
class FlowGroupApprovers < TencentCloud::Common::AbstractModel
|
9150
9282
|
# @param FlowId: 合同流程ID
|
9151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9152
9283
|
# @type FlowId: String
|
9153
9284
|
# @param Approvers: 签署方信息,包含合同ID和角色ID用于定位RecipientId。
|
9154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9155
9285
|
# @type Approvers: Array
|
9156
9286
|
|
9157
9287
|
attr_accessor :FlowId, :Approvers
|
@@ -9302,8 +9432,8 @@ module TencentCloud
|
|
9302
9432
|
|
9303
9433
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
9304
9434
|
extend Gem::Deprecate
|
9305
|
-
deprecate :CallbackUrl, :none, 2025,
|
9306
|
-
deprecate :CallbackUrl=, :none, 2025,
|
9435
|
+
deprecate :CallbackUrl, :none, 2025, 3
|
9436
|
+
deprecate :CallbackUrl=, :none, 2025, 3
|
9307
9437
|
|
9308
9438
|
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)
|
9309
9439
|
@FlowName = flowname
|
@@ -9366,10 +9496,8 @@ module TencentCloud
|
|
9366
9496
|
# 流程对应资源链接信息
|
9367
9497
|
class FlowResourceUrlInfo < TencentCloud::Common::AbstractModel
|
9368
9498
|
# @param FlowId: 合同流程的ID
|
9369
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9370
9499
|
# @type FlowId: String
|
9371
9500
|
# @param ResourceUrlInfos: 对应的合同流程的PDF下载链接
|
9372
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9373
9501
|
# @type ResourceUrlInfos: Array
|
9374
9502
|
|
9375
9503
|
attr_accessor :FlowId, :ResourceUrlInfos
|
@@ -9641,15 +9769,12 @@ module TencentCloud
|
|
9641
9769
|
# CreateFlowsByTemplates 接口不使用此字段。
|
9642
9770
|
|
9643
9771
|
# <a href="https://dyn.ess.tencent.cn/guide/apivideo/channel_component_name.mp4" target="_blank">点击此处查看模板上控件ID的获取方式</a>
|
9644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9645
9772
|
# @type ComponentId: String
|
9646
9773
|
# @param ComponentName: 控件的名字,跟ComponentId二选一,不能全为空
|
9647
9774
|
|
9648
9775
|
# <a href="https://dyn.ess.tencent.cn/guide/apivideo/channel_component_name.mp4" target="_blank">点击此处查看模板上控件名字的获取方式</a>
|
9649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9650
9776
|
# @type ComponentName: String
|
9651
9777
|
# @param LockComponentValue: 是否锁定模板控件值,锁定后无法修改(用于嵌入式发起合同),true-锁定,false-不锁定
|
9652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9653
9778
|
# @type LockComponentValue: Boolean
|
9654
9779
|
|
9655
9780
|
attr_accessor :ComponentValue, :ComponentId, :ComponentName, :LockComponentValue
|
@@ -9694,8 +9819,8 @@ module TencentCloud
|
|
9694
9819
|
|
9695
9820
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
9696
9821
|
extend Gem::Deprecate
|
9697
|
-
deprecate :Operator, :none, 2025,
|
9698
|
-
deprecate :Operator=, :none, 2025,
|
9822
|
+
deprecate :Operator, :none, 2025, 3
|
9823
|
+
deprecate :Operator=, :none, 2025, 3
|
9699
9824
|
|
9700
9825
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
9701
9826
|
@Agent = agent
|
@@ -9746,19 +9871,14 @@ module TencentCloud
|
|
9746
9871
|
# 授权企业列表(目前仅用于“企业自动签 -> 合作企业授权”)
|
9747
9872
|
class HasAuthOrganization < TencentCloud::Common::AbstractModel
|
9748
9873
|
# @param OrganizationOpenId: 授权企业openid,
|
9749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9750
9874
|
# @type OrganizationOpenId: String
|
9751
9875
|
# @param OrganizationName: 授权企业名称
|
9752
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9753
9876
|
# @type OrganizationName: String
|
9754
9877
|
# @param AuthorizedOrganizationOpenId: 被授权企业openid,
|
9755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9756
9878
|
# @type AuthorizedOrganizationOpenId: String
|
9757
9879
|
# @param AuthorizedOrganizationName: 被授权企业名称
|
9758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9759
9880
|
# @type AuthorizedOrganizationName: String
|
9760
9881
|
# @param AuthorizeTime: 授权时间,格式为时间戳,单位s
|
9761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9762
9882
|
# @type AuthorizeTime: Integer
|
9763
9883
|
|
9764
9884
|
attr_accessor :OrganizationOpenId, :OrganizationName, :AuthorizedOrganizationOpenId, :AuthorizedOrganizationName, :AuthorizeTime
|
@@ -9784,8 +9904,6 @@ module TencentCloud
|
|
9784
9904
|
class HasAuthUser < TencentCloud::Common::AbstractModel
|
9785
9905
|
# @param OpenId: 第三方应用平台自定义,对应第三方平台子客企业员工的唯一标识。
|
9786
9906
|
|
9787
|
-
|
9788
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9789
9907
|
# @type OpenId: String
|
9790
9908
|
|
9791
9909
|
attr_accessor :OpenId
|
@@ -9866,7 +9984,6 @@ module TencentCloud
|
|
9866
9984
|
# 意愿核身点头确认模式结果
|
9867
9985
|
class IntentionActionResult < TencentCloud::Common::AbstractModel
|
9868
9986
|
# @param Details: 意愿核身结果详细数据,与每段点头确认过程一一对应
|
9869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9870
9987
|
# @type Details: Array
|
9871
9988
|
|
9872
9989
|
attr_accessor :Details
|
@@ -9890,7 +10007,6 @@ module TencentCloud
|
|
9890
10007
|
# 意愿核身点头确认模式结果详细数据
|
9891
10008
|
class IntentionActionResultDetail < TencentCloud::Common::AbstractModel
|
9892
10009
|
# @param Video: 视频base64编码(其中包含全程提示文本和点头音频,mp4格式)
|
9893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9894
10010
|
# @type Video: String
|
9895
10011
|
|
9896
10012
|
attr_accessor :Video
|
@@ -9929,13 +10045,10 @@ module TencentCloud
|
|
9929
10045
|
# @param Video: 视频base64(其中包含全程问题和回答音频,mp4格式)
|
9930
10046
|
|
9931
10047
|
# 注:`需进行base64解码获取视频文件`
|
9932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9933
10048
|
# @type Video: String
|
9934
10049
|
# @param ResultCode: 和答案匹配结果列表
|
9935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9936
10050
|
# @type ResultCode: Array
|
9937
10051
|
# @param AsrResult: 回答问题语音识别结果列表
|
9938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9939
10052
|
# @type AsrResult: Array
|
9940
10053
|
|
9941
10054
|
attr_accessor :Video, :ResultCode, :AsrResult
|
@@ -10151,7 +10264,6 @@ module TencentCloud
|
|
10151
10264
|
# @param SealStatus: 印章状态,有以下六种:CHECKING(审核中)SUCCESS(已启用)FAIL(审核拒绝)CHECKING-SADM(待超管审核)DISABLE(已停用)STOPPED(已终止)
|
10152
10265
|
# @type SealStatus: String
|
10153
10266
|
# @param FailReason: 审核失败原因
|
10154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10155
10267
|
# @type FailReason: String
|
10156
10268
|
# @param Url: 印章图片url,5分钟内有效
|
10157
10269
|
# @type Url: String
|
@@ -10251,8 +10363,8 @@ module TencentCloud
|
|
10251
10363
|
|
10252
10364
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
10253
10365
|
extend Gem::Deprecate
|
10254
|
-
deprecate :Operator, :none, 2025,
|
10255
|
-
deprecate :Operator=, :none, 2025,
|
10366
|
+
deprecate :Operator, :none, 2025, 3
|
10367
|
+
deprecate :Operator=, :none, 2025, 3
|
10256
10368
|
|
10257
10369
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
10258
10370
|
@Agent = agent
|
@@ -10391,49 +10503,32 @@ module TencentCloud
|
|
10391
10503
|
# @param OrganizationName: 组织机构名称。
|
10392
10504
|
# 请确认该名称与企业营业执照中注册的名称一致。
|
10393
10505
|
# 如果名称中包含英文括号(),请使用中文括号()代替。
|
10394
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10395
10506
|
# @type OrganizationName: String
|
10396
10507
|
# @param UniformSocialCreditCode: 组织机构企业统一社会信用代码。
|
10397
10508
|
# 请确认该企业统一社会信用代码与企业营业执照中注册的统一社会信用代码一致。
|
10398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10399
10509
|
# @type UniformSocialCreditCode: String
|
10400
10510
|
# @param LegalName: 组织机构法人的姓名。
|
10401
10511
|
# 请确认该企业统一社会信用代码与企业营业执照中注册的法人姓名一致。
|
10402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10403
10512
|
# @type LegalName: String
|
10404
10513
|
# @param LegalIdCardType: 组织机构法人的证件类型
|
10405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10406
10514
|
# @type LegalIdCardType: String
|
10407
10515
|
# @param LegalIdCardNumber: 组织机构法人的证件号码
|
10408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10409
10516
|
# @type LegalIdCardNumber: String
|
10410
10517
|
# @param AdminName: 组织机构超管姓名。
|
10411
|
-
|
10412
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10413
10518
|
# @type AdminName: String
|
10414
10519
|
# @param AdminMobile: 组织机构超管手机号。
|
10415
|
-
|
10416
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10417
10520
|
# @type AdminMobile: String
|
10418
10521
|
# @param AdminIdCardType: 组织机构超管证件类型
|
10419
|
-
|
10420
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10421
10522
|
# @type AdminIdCardType: String
|
10422
10523
|
# @param AdminIdCardNumber: 组织机构超管证件号码
|
10423
|
-
|
10424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10425
10524
|
# @type AdminIdCardNumber: String
|
10426
10525
|
# @param OldAdminName: 原超管姓名
|
10427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10428
10526
|
# @type OldAdminName: String
|
10429
10527
|
# @param OldAdminMobile: 原超管手机号
|
10430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10431
10528
|
# @type OldAdminMobile: String
|
10432
10529
|
# @param OldAdminIdCardType: 原超管证件类型
|
10433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10434
10530
|
# @type OldAdminIdCardType: String
|
10435
10531
|
# @param OldAdminIdCardNumber: 原超管证件号码
|
10436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10437
10532
|
# @type OldAdminIdCardNumber: String
|
10438
10533
|
|
10439
10534
|
attr_accessor :OrganizationName, :UniformSocialCreditCode, :LegalName, :LegalIdCardType, :LegalIdCardNumber, :AdminName, :AdminMobile, :AdminIdCardType, :AdminIdCardNumber, :OldAdminName, :OldAdminMobile, :OldAdminIdCardType, :OldAdminIdCardNumber
|
@@ -10486,10 +10581,10 @@ module TencentCloud
|
|
10486
10581
|
|
10487
10582
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
10488
10583
|
extend Gem::Deprecate
|
10489
|
-
deprecate :ClientIp, :none, 2025,
|
10490
|
-
deprecate :ClientIp=, :none, 2025,
|
10491
|
-
deprecate :ProxyIp, :none, 2025,
|
10492
|
-
deprecate :ProxyIp=, :none, 2025,
|
10584
|
+
deprecate :ClientIp, :none, 2025, 3
|
10585
|
+
deprecate :ClientIp=, :none, 2025, 3
|
10586
|
+
deprecate :ProxyIp, :none, 2025, 3
|
10587
|
+
deprecate :ProxyIp=, :none, 2025, 3
|
10493
10588
|
|
10494
10589
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
10495
10590
|
@OrganizationOpenId = organizationopenid
|
@@ -10593,37 +10688,26 @@ module TencentCloud
|
|
10593
10688
|
# 权限树节点权限
|
10594
10689
|
class Permission < TencentCloud::Common::AbstractModel
|
10595
10690
|
# @param Name: 权限名称
|
10596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10597
10691
|
# @type Name: String
|
10598
10692
|
# @param Key: 权限key
|
10599
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10600
10693
|
# @type Key: String
|
10601
10694
|
# @param Type: 权限类型 1前端,2后端
|
10602
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10603
10695
|
# @type Type: Integer
|
10604
10696
|
# @param Hide: 是否隐藏
|
10605
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10606
10697
|
# @type Hide: Integer
|
10607
10698
|
# @param DataLabel: 数据权限标签 1:表示根节点,2:表示叶子结点
|
10608
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10609
10699
|
# @type DataLabel: Integer
|
10610
10700
|
# @param DataType: 数据权限独有,1:关联其他模块鉴权,2:表示关联自己模块鉴权
|
10611
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10612
10701
|
# @type DataType: Integer
|
10613
10702
|
# @param DataRange: 数据权限独有,表示数据范围,1:全公司,2:部门及下级部门,3:自己
|
10614
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10615
10703
|
# @type DataRange: Integer
|
10616
10704
|
# @param DataTo: 关联权限, 表示这个功能权限要受哪个数据权限管控
|
10617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10618
10705
|
# @type DataTo: String
|
10619
10706
|
# @param ParentKey: 父级权限key
|
10620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10621
10707
|
# @type ParentKey: String
|
10622
10708
|
# @param IsChecked: 是否选中
|
10623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10624
10709
|
# @type IsChecked: Boolean
|
10625
10710
|
# @param Children: 子权限集合
|
10626
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10627
10711
|
# @type Children: Array
|
10628
10712
|
|
10629
10713
|
attr_accessor :Name, :Key, :Type, :Hide, :DataLabel, :DataType, :DataRange, :DataTo, :ParentKey, :IsChecked, :Children
|
@@ -10667,16 +10751,12 @@ module TencentCloud
|
|
10667
10751
|
# 权限树中的权限组
|
10668
10752
|
class PermissionGroup < TencentCloud::Common::AbstractModel
|
10669
10753
|
# @param GroupName: 权限组名称
|
10670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10671
10754
|
# @type GroupName: String
|
10672
10755
|
# @param GroupKey: 权限组key
|
10673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10674
10756
|
# @type GroupKey: String
|
10675
10757
|
# @param Hide: 是否隐藏分组,0否1是
|
10676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10677
10758
|
# @type Hide: Integer
|
10678
10759
|
# @param Permissions: 权限集合
|
10679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10680
10760
|
# @type Permissions: Array
|
10681
10761
|
|
10682
10762
|
attr_accessor :GroupName, :GroupKey, :Hide, :Permissions
|
@@ -10716,8 +10796,8 @@ module TencentCloud
|
|
10716
10796
|
|
10717
10797
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
10718
10798
|
extend Gem::Deprecate
|
10719
|
-
deprecate :Operator, :none, 2025,
|
10720
|
-
deprecate :Operator=, :none, 2025,
|
10799
|
+
deprecate :Operator, :none, 2025, 3
|
10800
|
+
deprecate :Operator=, :none, 2025, 3
|
10721
10801
|
|
10722
10802
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
10723
10803
|
@Agent = agent
|
@@ -10901,10 +10981,8 @@ module TencentCloud
|
|
10901
10981
|
|
10902
10982
|
# <ul><li> **true** : 是发起方角色</li>
|
10903
10983
|
# <li> **false** : 不是发起方角色</li></ul>
|
10904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10905
10984
|
# @type IsPromoter: Boolean
|
10906
10985
|
# @param Components: 此角色的填写控件列表
|
10907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10908
10986
|
# @type Components: Array
|
10909
10987
|
|
10910
10988
|
attr_accessor :RecipientId, :RecipientFillStatus, :IsPromoter, :Components
|
@@ -11181,13 +11259,10 @@ module TencentCloud
|
|
11181
11259
|
# 资源链接信息
|
11182
11260
|
class ResourceUrlInfo < TencentCloud::Common::AbstractModel
|
11183
11261
|
# @param Url: 资源链接地址,过期时间5分钟
|
11184
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11185
11262
|
# @type Url: String
|
11186
11263
|
# @param Name: 资源名称
|
11187
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11188
11264
|
# @type Name: String
|
11189
11265
|
# @param Type: 资源类型
|
11190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11191
11266
|
# @type Type: String
|
11192
11267
|
|
11193
11268
|
attr_accessor :Url, :Name, :Type
|
@@ -11265,54 +11340,41 @@ module TencentCloud
|
|
11265
11340
|
# @param SignUrl: 签署链接,过期时间为90天
|
11266
11341
|
|
11267
11342
|
# 注:<font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
11268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11269
11343
|
# @type SignUrl: String
|
11270
11344
|
# @param Deadline: 合同过期时间戳,单位秒
|
11271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11272
11345
|
# @type Deadline: Integer
|
11273
11346
|
# @param SignOrder: 当流程为顺序签署此参数有效时,数字越小优先级越高,暂不支持并行签署 可选
|
11274
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11275
11347
|
# @type SignOrder: Integer
|
11276
11348
|
# @param SignId: 签署人编号
|
11277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11278
11349
|
# @type SignId: String
|
11279
11350
|
# @param CustomUserId: 自定义用户编号
|
11280
11351
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11281
11352
|
# @type CustomUserId: String
|
11282
11353
|
# @param Name: 用户姓名
|
11283
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11284
11354
|
# @type Name: String
|
11285
11355
|
# @param Mobile: 用户手机号码
|
11286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11287
11356
|
# @type Mobile: String
|
11288
11357
|
# @param OrganizationName: 签署参与者机构名字
|
11289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11290
11358
|
# @type OrganizationName: String
|
11291
11359
|
# @param ApproverType: 参与者类型, 类型如下:
|
11292
11360
|
# **ORGANIZATION**:企业经办人
|
11293
11361
|
# **PERSON**: 自然人
|
11294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11295
11362
|
# @type ApproverType: String
|
11296
11363
|
# @param IdCardNumber: 经办人身份证号
|
11297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11298
11364
|
# @type IdCardNumber: String
|
11299
11365
|
# @param FlowId: 签署链接对应流程Id
|
11300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11301
11366
|
# @type FlowId: String
|
11302
11367
|
# @param OpenId: 企业经办人 用户在渠道的编号
|
11303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11304
11368
|
# @type OpenId: String
|
11305
11369
|
# @param FlowGroupId: 合同组签署链接对应的合同组id
|
11306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11307
11370
|
# @type FlowGroupId: String
|
11308
11371
|
# @param SignQrcodeUrl: 二维码,在生成动态签署人跳转封面页链接时返回
|
11309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11310
11372
|
# @type SignQrcodeUrl: String
|
11311
11373
|
|
11312
11374
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
11313
11375
|
extend Gem::Deprecate
|
11314
|
-
deprecate :CustomUserId, :none, 2025,
|
11315
|
-
deprecate :CustomUserId=, :none, 2025,
|
11376
|
+
deprecate :CustomUserId, :none, 2025, 3
|
11377
|
+
deprecate :CustomUserId=, :none, 2025, 3
|
11316
11378
|
|
11317
11379
|
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)
|
11318
11380
|
@SignUrl = signurl
|
@@ -11360,16 +11422,12 @@ module TencentCloud
|
|
11360
11422
|
# 注意:2024-07-08 及之后创建的应用号,该字段返回的是打码信息
|
11361
11423
|
# @type Mobile: String
|
11362
11424
|
# @param Email: 员工邮箱
|
11363
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11364
11425
|
# @type Email: String
|
11365
11426
|
# @param OpenId: 员工在第三方应用平台的用户ID
|
11366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11367
11427
|
# @type OpenId: String
|
11368
11428
|
# @param Roles: 员工角色
|
11369
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11370
11429
|
# @type Roles: Array
|
11371
11430
|
# @param Department: 员工部门
|
11372
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11373
11431
|
# @type Department: :class:`Tencentcloud::Essbasic.v20210526.models.Department`
|
11374
11432
|
# @param Verified: 员工是否实名
|
11375
11433
|
# @type Verified: Boolean
|
@@ -11424,10 +11482,8 @@ module TencentCloud
|
|
11424
11482
|
# 第三方应用集成员工角色信息
|
11425
11483
|
class StaffRole < TencentCloud::Common::AbstractModel
|
11426
11484
|
# @param RoleId: 角色id
|
11427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11428
11485
|
# @type RoleId: String
|
11429
11486
|
# @param RoleName: 角色名称
|
11430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11431
11487
|
# @type RoleName: String
|
11432
11488
|
|
11433
11489
|
attr_accessor :RoleId, :RoleName
|
@@ -11448,7 +11504,6 @@ module TencentCloud
|
|
11448
11504
|
# @param Id: 企业员工标识(即OpenId)
|
11449
11505
|
# @type Id: String
|
11450
11506
|
# @param Message: 新增员工或者员工离职失败原因, 可能存证ID不符合规范、证件号码不合法等原因
|
11451
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11452
11507
|
# @type Message: String
|
11453
11508
|
|
11454
11509
|
attr_accessor :Id, :Message
|
@@ -11487,8 +11542,8 @@ module TencentCloud
|
|
11487
11542
|
|
11488
11543
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
11489
11544
|
extend Gem::Deprecate
|
11490
|
-
deprecate :Operator, :none, 2025,
|
11491
|
-
deprecate :Operator=, :none, 2025,
|
11545
|
+
deprecate :Operator, :none, 2025, 3
|
11546
|
+
deprecate :Operator=, :none, 2025, 3
|
11492
11547
|
|
11493
11548
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
11494
11549
|
@Agent = agent
|
@@ -11587,8 +11642,8 @@ module TencentCloud
|
|
11587
11642
|
|
11588
11643
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
11589
11644
|
extend Gem::Deprecate
|
11590
|
-
deprecate :Operator, :none, 2025,
|
11591
|
-
deprecate :Operator=, :none, 2025,
|
11645
|
+
deprecate :Operator, :none, 2025, 3
|
11646
|
+
deprecate :Operator=, :none, 2025, 3
|
11592
11647
|
|
11593
11648
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
11594
11649
|
@Agent = agent
|
@@ -11640,10 +11695,8 @@ module TencentCloud
|
|
11640
11695
|
# 复杂文档合成任务的任务信息
|
11641
11696
|
class TaskInfo < TencentCloud::Common::AbstractModel
|
11642
11697
|
# @param TaskId: 合成任务Id,可以通过 ChannelGetTaskResultApi 接口获取任务信息
|
11643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11644
11698
|
# @type TaskId: String
|
11645
11699
|
# @param TaskStatus: 任务状态:READY - 任务已完成;NOTREADY - 任务未完成;
|
11646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11647
11700
|
# @type TaskStatus: String
|
11648
11701
|
|
11649
11702
|
attr_accessor :TaskId, :TaskStatus
|
@@ -11703,37 +11756,31 @@ module TencentCloud
|
|
11703
11756
|
# 您可以通过浏览器直接打开此链接预览模板,或将其嵌入到 iframe 中进行预览。
|
11704
11757
|
|
11705
11758
|
# 注意:只有在请求接口时将 <b>WithPreviewUrl </b>参数设置为 true,才会生成预览链接。
|
11706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11707
11759
|
# @type PreviewUrl: String
|
11708
11760
|
# @param PdfUrl: 第三方应用集成-模板PDF文件链接,有效期5分钟。
|
11709
11761
|
# 请求参数WithPdfUrl=true时返回
|
11710
11762
|
# (此功能开放需要联系客户经理)。
|
11711
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11712
11763
|
# @type PdfUrl: String
|
11713
11764
|
# @param ChannelTemplateId: 本模板关联的第三方应用平台企业模板ID
|
11714
11765
|
# @type ChannelTemplateId: String
|
11715
11766
|
# @param ChannelTemplateName: 本模板关联的三方应用平台平台企业模板名称
|
11716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11717
11767
|
# @type ChannelTemplateName: String
|
11718
11768
|
# @param ChannelAutoSave: 0-需要子客企业手动领取平台企业的模板(默认);
|
11719
11769
|
# 1-平台自动设置子客模板
|
11720
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11721
11770
|
# @type ChannelAutoSave: Integer
|
11722
11771
|
# @param TemplateVersion: 模板版本,由全数字字符组成。
|
11723
11772
|
# 默认为空,模板版本号由日期和序号组成,初始版本为yyyyMMdd001,yyyyMMdd002表示第二个版本,以此类推。
|
11724
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11725
11773
|
# @type TemplateVersion: String
|
11726
11774
|
# @param Available: 模板可用状态的取值通常为以下两种:
|
11727
11775
|
|
11728
11776
|
# <ul><li>1:启用(默认),表示模板处于启用状态,可以被用户正常使用。</li>
|
11729
11777
|
# <li>2:停用,表示模板处于停用状态,禁止用户使用该模板。</li></ul>
|
11730
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11731
11778
|
# @type Available: Integer
|
11732
11779
|
|
11733
11780
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
11734
11781
|
extend Gem::Deprecate
|
11735
|
-
deprecate :IsPromoter, :none, 2025,
|
11736
|
-
deprecate :IsPromoter=, :none, 2025,
|
11782
|
+
deprecate :IsPromoter, :none, 2025, 3
|
11783
|
+
deprecate :IsPromoter=, :none, 2025, 3
|
11737
11784
|
|
11738
11785
|
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)
|
11739
11786
|
@TemplateId = templateid
|
@@ -11844,8 +11891,8 @@ module TencentCloud
|
|
11844
11891
|
|
11845
11892
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
11846
11893
|
extend Gem::Deprecate
|
11847
|
-
deprecate :Operator, :none, 2025,
|
11848
|
-
deprecate :Operator=, :none, 2025,
|
11894
|
+
deprecate :Operator, :none, 2025, 3
|
11895
|
+
deprecate :Operator=, :none, 2025, 3
|
11849
11896
|
|
11850
11897
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
11851
11898
|
@Agent = agent
|
@@ -11911,18 +11958,14 @@ module TencentCloud
|
|
11911
11958
|
# @param ProxyOrganizationOpenId: 子客企业标识
|
11912
11959
|
# @type ProxyOrganizationOpenId: String
|
11913
11960
|
# @param ProxyOrganizationName: 子客企业名
|
11914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11915
11961
|
# @type ProxyOrganizationName: String
|
11916
11962
|
# @param Date: 对应的消耗日期, **如果是汇总数据则为1970-01-01**
|
11917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11918
11963
|
# @type Date: String
|
11919
11964
|
# @param Usage: 消耗合同数量
|
11920
11965
|
# @type Usage: Integer
|
11921
11966
|
# @param Cancel: 撤回合同数量
|
11922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11923
11967
|
# @type Cancel: Integer
|
11924
11968
|
# @param FlowChannel: 消耗渠道
|
11925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11926
11969
|
# @type FlowChannel: String
|
11927
11970
|
|
11928
11971
|
attr_accessor :ProxyOrganizationOpenId, :ProxyOrganizationName, :Date, :Usage, :Cancel, :FlowChannel
|
@@ -11968,14 +12011,14 @@ module TencentCloud
|
|
11968
12011
|
|
11969
12012
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
11970
12013
|
extend Gem::Deprecate
|
11971
|
-
deprecate :Channel, :none, 2025,
|
11972
|
-
deprecate :Channel=, :none, 2025,
|
11973
|
-
deprecate :CustomUserId, :none, 2025,
|
11974
|
-
deprecate :CustomUserId=, :none, 2025,
|
11975
|
-
deprecate :ClientIp, :none, 2025,
|
11976
|
-
deprecate :ClientIp=, :none, 2025,
|
11977
|
-
deprecate :ProxyIp, :none, 2025,
|
11978
|
-
deprecate :ProxyIp=, :none, 2025,
|
12014
|
+
deprecate :Channel, :none, 2025, 3
|
12015
|
+
deprecate :Channel=, :none, 2025, 3
|
12016
|
+
deprecate :CustomUserId, :none, 2025, 3
|
12017
|
+
deprecate :CustomUserId=, :none, 2025, 3
|
12018
|
+
deprecate :ClientIp, :none, 2025, 3
|
12019
|
+
deprecate :ClientIp=, :none, 2025, 3
|
12020
|
+
deprecate :ProxyIp, :none, 2025, 3
|
12021
|
+
deprecate :ProxyIp=, :none, 2025, 3
|
11979
12022
|
|
11980
12023
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
11981
12024
|
@OpenId = openid
|