tencentcloud-sdk-essbasic 3.0.917 → 3.0.919
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210526/models.rb +135 -139
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8171248869a2a31a04fa5d748b4ab2ef96ff717a
|
4
|
+
data.tar.gz: a3a655839e8f101d23615911683c7f0a78f4178d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 912d02364a2deaed1e470e5ebe633b72091bc4d5259fa6bada573b7099ce564a0b74bb68a7b61a58bece05f705261eb101587f7ca06a60974d2a932613851706
|
7
|
+
data.tar.gz: 75d8304bf1c36688af4a0c4bec89c049b2213624f9ff5aa08c80b0481e5bbe8a989c16d93056ec34f88030c0de25b4b5ea87e283221bb06dd60130b2bba0e5ba
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.919
|
data/lib/v20210526/models.rb
CHANGED
@@ -37,8 +37,8 @@ module TencentCloud
|
|
37
37
|
|
38
38
|
attr_accessor :AppId, :ProxyOrganizationOpenId, :ProxyOperator, :ProxyAppId, :ProxyOrganizationId
|
39
39
|
extend Gem::Deprecate
|
40
|
-
deprecate :ProxyOrganizationId, :none, 2024,
|
41
|
-
deprecate :ProxyOrganizationId=, :none, 2024,
|
40
|
+
deprecate :ProxyOrganizationId, :none, 2024, 10
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2024, 10
|
42
42
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
44
44
|
@AppId = appid
|
@@ -330,8 +330,8 @@ module TencentCloud
|
|
330
330
|
|
331
331
|
attr_accessor :UserInfo, :CertInfoCallback, :UserDefineSeal, :SealImgCallback, :CallbackUrl, :VerifyChannels, :LicenseType, :JumpUrl
|
332
332
|
extend Gem::Deprecate
|
333
|
-
deprecate :CallbackUrl, :none, 2024,
|
334
|
-
deprecate :CallbackUrl=, :none, 2024,
|
333
|
+
deprecate :CallbackUrl, :none, 2024, 10
|
334
|
+
deprecate :CallbackUrl=, :none, 2024, 10
|
335
335
|
|
336
336
|
def initialize(userinfo=nil, certinfocallback=nil, userdefineseal=nil, sealimgcallback=nil, callbackurl=nil, verifychannels=nil, licensetype=nil, jumpurl=nil)
|
337
337
|
@UserInfo = userinfo
|
@@ -543,8 +543,8 @@ module TencentCloud
|
|
543
543
|
|
544
544
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
545
545
|
extend Gem::Deprecate
|
546
|
-
deprecate :Operator, :none, 2024,
|
547
|
-
deprecate :Operator=, :none, 2024,
|
546
|
+
deprecate :Operator, :none, 2024, 10
|
547
|
+
deprecate :Operator=, :none, 2024, 10
|
548
548
|
|
549
549
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
550
550
|
@Agent = agent
|
@@ -715,8 +715,8 @@ module TencentCloud
|
|
715
715
|
|
716
716
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
717
717
|
extend Gem::Deprecate
|
718
|
-
deprecate :Operator, :none, 2024,
|
719
|
-
deprecate :Operator=, :none, 2024,
|
718
|
+
deprecate :Operator, :none, 2024, 10
|
719
|
+
deprecate :Operator=, :none, 2024, 10
|
720
720
|
|
721
721
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
722
722
|
@FlowId = flowid
|
@@ -776,8 +776,8 @@ module TencentCloud
|
|
776
776
|
|
777
777
|
attr_accessor :Agent, :QrCodeId, :Operator
|
778
778
|
extend Gem::Deprecate
|
779
|
-
deprecate :Operator, :none, 2024,
|
780
|
-
deprecate :Operator=, :none, 2024,
|
779
|
+
deprecate :Operator, :none, 2024, 10
|
780
|
+
deprecate :Operator=, :none, 2024, 10
|
781
781
|
|
782
782
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
783
783
|
@Agent = agent
|
@@ -887,8 +887,8 @@ module TencentCloud
|
|
887
887
|
|
888
888
|
attr_accessor :Agent, :FlowIds, :Operator
|
889
889
|
extend Gem::Deprecate
|
890
|
-
deprecate :Operator, :none, 2024,
|
891
|
-
deprecate :Operator=, :none, 2024,
|
890
|
+
deprecate :Operator, :none, 2024, 10
|
891
|
+
deprecate :Operator=, :none, 2024, 10
|
892
892
|
|
893
893
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
894
894
|
@Agent = agent
|
@@ -1225,8 +1225,8 @@ module TencentCloud
|
|
1225
1225
|
|
1226
1226
|
attr_accessor :Agent, :FlowIds, :Operator
|
1227
1227
|
extend Gem::Deprecate
|
1228
|
-
deprecate :Operator, :none, 2024,
|
1229
|
-
deprecate :Operator=, :none, 2024,
|
1228
|
+
deprecate :Operator, :none, 2024, 10
|
1229
|
+
deprecate :Operator=, :none, 2024, 10
|
1230
1230
|
|
1231
1231
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1232
1232
|
@Agent = agent
|
@@ -1303,10 +1303,10 @@ module TencentCloud
|
|
1303
1303
|
|
1304
1304
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
1305
1305
|
extend Gem::Deprecate
|
1306
|
-
deprecate :Operator, :none, 2024,
|
1307
|
-
deprecate :Operator=, :none, 2024,
|
1308
|
-
deprecate :Organization, :none, 2024,
|
1309
|
-
deprecate :Organization=, :none, 2024,
|
1306
|
+
deprecate :Operator, :none, 2024, 10
|
1307
|
+
deprecate :Operator=, :none, 2024, 10
|
1308
|
+
deprecate :Organization, :none, 2024, 10
|
1309
|
+
deprecate :Organization=, :none, 2024, 10
|
1310
1310
|
|
1311
1311
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
1312
1312
|
@Agent = agent
|
@@ -1411,8 +1411,8 @@ module TencentCloud
|
|
1411
1411
|
|
1412
1412
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData, :Option
|
1413
1413
|
extend Gem::Deprecate
|
1414
|
-
deprecate :Operator, :none, 2024,
|
1415
|
-
deprecate :Operator=, :none, 2024,
|
1414
|
+
deprecate :Operator, :none, 2024, 10
|
1415
|
+
deprecate :Operator=, :none, 2024, 10
|
1416
1416
|
|
1417
1417
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil, option=nil)
|
1418
1418
|
@Agent = agent
|
@@ -1653,10 +1653,10 @@ module TencentCloud
|
|
1653
1653
|
|
1654
1654
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator, :FlowDisplayType
|
1655
1655
|
extend Gem::Deprecate
|
1656
|
-
deprecate :CallbackUrl, :none, 2024,
|
1657
|
-
deprecate :CallbackUrl=, :none, 2024,
|
1658
|
-
deprecate :Operator, :none, 2024,
|
1659
|
-
deprecate :Operator=, :none, 2024,
|
1656
|
+
deprecate :CallbackUrl, :none, 2024, 10
|
1657
|
+
deprecate :CallbackUrl=, :none, 2024, 10
|
1658
|
+
deprecate :Operator, :none, 2024, 10
|
1659
|
+
deprecate :Operator=, :none, 2024, 10
|
1660
1660
|
|
1661
1661
|
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)
|
1662
1662
|
@Agent = agent
|
@@ -1798,8 +1798,8 @@ module TencentCloud
|
|
1798
1798
|
|
1799
1799
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
1800
1800
|
extend Gem::Deprecate
|
1801
|
-
deprecate :Operator, :none, 2024,
|
1802
|
-
deprecate :Operator=, :none, 2024,
|
1801
|
+
deprecate :Operator, :none, 2024, 10
|
1802
|
+
deprecate :Operator=, :none, 2024, 10
|
1803
1803
|
|
1804
1804
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
1805
1805
|
@FlowFileInfos = flowfileinfos
|
@@ -2144,10 +2144,10 @@ module TencentCloud
|
|
2144
2144
|
|
2145
2145
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
2146
2146
|
extend Gem::Deprecate
|
2147
|
-
deprecate :Operator, :none, 2024,
|
2148
|
-
deprecate :Operator=, :none, 2024,
|
2149
|
-
deprecate :Organization, :none, 2024,
|
2150
|
-
deprecate :Organization=, :none, 2024,
|
2147
|
+
deprecate :Operator, :none, 2024, 10
|
2148
|
+
deprecate :Operator=, :none, 2024, 10
|
2149
|
+
deprecate :Organization, :none, 2024, 10
|
2150
|
+
deprecate :Organization=, :none, 2024, 10
|
2151
2151
|
|
2152
2152
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
2153
2153
|
@Agent = agent
|
@@ -2250,12 +2250,12 @@ module TencentCloud
|
|
2250
2250
|
|
2251
2251
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
|
2252
2252
|
extend Gem::Deprecate
|
2253
|
-
deprecate :CallbackUrl, :none, 2024,
|
2254
|
-
deprecate :CallbackUrl=, :none, 2024,
|
2255
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
2256
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
2257
|
-
deprecate :Operator, :none, 2024,
|
2258
|
-
deprecate :Operator=, :none, 2024,
|
2253
|
+
deprecate :CallbackUrl, :none, 2024, 10
|
2254
|
+
deprecate :CallbackUrl=, :none, 2024, 10
|
2255
|
+
deprecate :ApproverRestrictions, :none, 2024, 10
|
2256
|
+
deprecate :ApproverRestrictions=, :none, 2024, 10
|
2257
|
+
deprecate :Operator, :none, 2024, 10
|
2258
|
+
deprecate :Operator=, :none, 2024, 10
|
2259
2259
|
|
2260
2260
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
2261
2261
|
@Agent = agent
|
@@ -2497,12 +2497,12 @@ module TencentCloud
|
|
2497
2497
|
|
2498
2498
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
2499
2499
|
extend Gem::Deprecate
|
2500
|
-
deprecate :NeedPreview, :none, 2024,
|
2501
|
-
deprecate :NeedPreview=, :none, 2024,
|
2502
|
-
deprecate :Organization, :none, 2024,
|
2503
|
-
deprecate :Organization=, :none, 2024,
|
2504
|
-
deprecate :Operator, :none, 2024,
|
2505
|
-
deprecate :Operator=, :none, 2024,
|
2500
|
+
deprecate :NeedPreview, :none, 2024, 10
|
2501
|
+
deprecate :NeedPreview=, :none, 2024, 10
|
2502
|
+
deprecate :Organization, :none, 2024, 10
|
2503
|
+
deprecate :Organization=, :none, 2024, 10
|
2504
|
+
deprecate :Operator, :none, 2024, 10
|
2505
|
+
deprecate :Operator=, :none, 2024, 10
|
2506
2506
|
|
2507
2507
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
2508
2508
|
@ResourceType = resourcetype
|
@@ -2727,12 +2727,12 @@ module TencentCloud
|
|
2727
2727
|
|
2728
2728
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
2729
2729
|
extend Gem::Deprecate
|
2730
|
-
deprecate :CallbackUrl, :none, 2024,
|
2731
|
-
deprecate :CallbackUrl=, :none, 2024,
|
2732
|
-
deprecate :Organization, :none, 2024,
|
2733
|
-
deprecate :Organization=, :none, 2024,
|
2734
|
-
deprecate :Operator, :none, 2024,
|
2735
|
-
deprecate :Operator=, :none, 2024,
|
2730
|
+
deprecate :CallbackUrl, :none, 2024, 10
|
2731
|
+
deprecate :CallbackUrl=, :none, 2024, 10
|
2732
|
+
deprecate :Organization, :none, 2024, 10
|
2733
|
+
deprecate :Organization=, :none, 2024, 10
|
2734
|
+
deprecate :Operator, :none, 2024, 10
|
2735
|
+
deprecate :Operator=, :none, 2024, 10
|
2736
2736
|
|
2737
2737
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
2738
2738
|
@Agent = agent
|
@@ -2893,10 +2893,10 @@ module TencentCloud
|
|
2893
2893
|
|
2894
2894
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
2895
2895
|
extend Gem::Deprecate
|
2896
|
-
deprecate :Operator, :none, 2024,
|
2897
|
-
deprecate :Operator=, :none, 2024,
|
2898
|
-
deprecate :Organization, :none, 2024,
|
2899
|
-
deprecate :Organization=, :none, 2024,
|
2896
|
+
deprecate :Operator, :none, 2024, 10
|
2897
|
+
deprecate :Operator=, :none, 2024, 10
|
2898
|
+
deprecate :Organization, :none, 2024, 10
|
2899
|
+
deprecate :Organization=, :none, 2024, 10
|
2900
2900
|
|
2901
2901
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
2902
2902
|
@Agent = agent
|
@@ -3160,8 +3160,8 @@ module TencentCloud
|
|
3160
3160
|
|
3161
3161
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
3162
3162
|
extend Gem::Deprecate
|
3163
|
-
deprecate :Operator, :none, 2024,
|
3164
|
-
deprecate :Operator=, :none, 2024,
|
3163
|
+
deprecate :Operator, :none, 2024, 10
|
3164
|
+
deprecate :Operator=, :none, 2024, 10
|
3165
3165
|
|
3166
3166
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
3167
3167
|
@Agent = agent
|
@@ -3326,8 +3326,8 @@ module TencentCloud
|
|
3326
3326
|
|
3327
3327
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
3328
3328
|
extend Gem::Deprecate
|
3329
|
-
deprecate :Operator, :none, 2024,
|
3330
|
-
deprecate :Operator=, :none, 2024,
|
3329
|
+
deprecate :Operator, :none, 2024, 10
|
3330
|
+
deprecate :Operator=, :none, 2024, 10
|
3331
3331
|
|
3332
3332
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
3333
3333
|
@Agent = agent
|
@@ -3389,10 +3389,10 @@ module TencentCloud
|
|
3389
3389
|
|
3390
3390
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
3391
3391
|
extend Gem::Deprecate
|
3392
|
-
deprecate :Organization, :none, 2024,
|
3393
|
-
deprecate :Organization=, :none, 2024,
|
3394
|
-
deprecate :Operator, :none, 2024,
|
3395
|
-
deprecate :Operator=, :none, 2024,
|
3392
|
+
deprecate :Organization, :none, 2024, 10
|
3393
|
+
deprecate :Organization=, :none, 2024, 10
|
3394
|
+
deprecate :Operator, :none, 2024, 10
|
3395
|
+
deprecate :Operator=, :none, 2024, 10
|
3396
3396
|
|
3397
3397
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
3398
3398
|
@Agent = agent
|
@@ -3559,8 +3559,8 @@ module TencentCloud
|
|
3559
3559
|
|
3560
3560
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3561
3561
|
extend Gem::Deprecate
|
3562
|
-
deprecate :Operator, :none, 2024,
|
3563
|
-
deprecate :Operator=, :none, 2024,
|
3562
|
+
deprecate :Operator, :none, 2024, 10
|
3563
|
+
deprecate :Operator=, :none, 2024, 10
|
3564
3564
|
|
3565
3565
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3566
3566
|
@Agent = agent
|
@@ -3816,8 +3816,8 @@ module TencentCloud
|
|
3816
3816
|
|
3817
3817
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3818
3818
|
extend Gem::Deprecate
|
3819
|
-
deprecate :Operator, :none, 2024,
|
3820
|
-
deprecate :Operator=, :none, 2024,
|
3819
|
+
deprecate :Operator, :none, 2024, 10
|
3820
|
+
deprecate :Operator=, :none, 2024, 10
|
3821
3821
|
|
3822
3822
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3823
3823
|
@Agent = agent
|
@@ -4121,10 +4121,10 @@ module TencentCloud
|
|
4121
4121
|
|
4122
4122
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
4123
4123
|
extend Gem::Deprecate
|
4124
|
-
deprecate :Operator, :none, 2024,
|
4125
|
-
deprecate :Operator=, :none, 2024,
|
4126
|
-
deprecate :Organization, :none, 2024,
|
4127
|
-
deprecate :Organization=, :none, 2024,
|
4124
|
+
deprecate :Operator, :none, 2024, 10
|
4125
|
+
deprecate :Operator=, :none, 2024, 10
|
4126
|
+
deprecate :Organization, :none, 2024, 10
|
4127
|
+
deprecate :Organization=, :none, 2024, 10
|
4128
4128
|
|
4129
4129
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
4130
4130
|
@Agent = agent
|
@@ -4181,8 +4181,8 @@ module TencentCloud
|
|
4181
4181
|
|
4182
4182
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
4183
4183
|
extend Gem::Deprecate
|
4184
|
-
deprecate :PreviewUrl, :none, 2024,
|
4185
|
-
deprecate :PreviewUrl=, :none, 2024,
|
4184
|
+
deprecate :PreviewUrl, :none, 2024, 10
|
4185
|
+
deprecate :PreviewUrl=, :none, 2024, 10
|
4186
4186
|
|
4187
4187
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
4188
4188
|
@TaskId = taskid
|
@@ -4453,8 +4453,8 @@ module TencentCloud
|
|
4453
4453
|
|
4454
4454
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
4455
4455
|
extend Gem::Deprecate
|
4456
|
-
deprecate :Operator, :none, 2024,
|
4457
|
-
deprecate :Operator=, :none, 2024,
|
4456
|
+
deprecate :Operator, :none, 2024, 10
|
4457
|
+
deprecate :Operator=, :none, 2024, 10
|
4458
4458
|
|
4459
4459
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
4460
4460
|
@Agent = agent
|
@@ -4514,8 +4514,8 @@ module TencentCloud
|
|
4514
4514
|
|
4515
4515
|
attr_accessor :FlowId, :Agent, :Operator
|
4516
4516
|
extend Gem::Deprecate
|
4517
|
-
deprecate :Operator, :none, 2024,
|
4518
|
-
deprecate :Operator=, :none, 2024,
|
4517
|
+
deprecate :Operator, :none, 2024, 10
|
4518
|
+
deprecate :Operator=, :none, 2024, 10
|
4519
4519
|
|
4520
4520
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
4521
4521
|
@FlowId = flowid
|
@@ -5127,10 +5127,7 @@ module TencentCloud
|
|
5127
5127
|
# 此接口下面信息必填。
|
5128
5128
|
# <ul>
|
5129
5129
|
# <li>渠道应用标识: Agent.AppId</li>
|
5130
|
-
# <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
5131
|
-
# <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
5132
5130
|
# </ul>
|
5133
|
-
# 第三方平台子客企业和员工必须已经经过实名认证
|
5134
5131
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
5135
5132
|
# @param RegistrationOrganizations: 当前应用下子企业的组织机构注册信息。最多支持查询10子企业。
|
5136
5133
|
# @type RegistrationOrganizations: Array
|
@@ -5223,8 +5220,8 @@ module TencentCloud
|
|
5223
5220
|
|
5224
5221
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
5225
5222
|
extend Gem::Deprecate
|
5226
|
-
deprecate :Operator, :none, 2024,
|
5227
|
-
deprecate :Operator=, :none, 2024,
|
5223
|
+
deprecate :Operator, :none, 2024, 10
|
5224
|
+
deprecate :Operator=, :none, 2024, 10
|
5228
5225
|
|
5229
5226
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
5230
5227
|
@Agent = agent
|
@@ -5427,17 +5424,19 @@ module TencentCloud
|
|
5427
5424
|
# 注意:`如果已同步,这里非空会更新同步的经办人身份证号,暂时只支持居民身份证类型`。
|
5428
5425
|
# @type ProxyOperatorIdCardNumber: String
|
5429
5426
|
# @param AutoJumpUrl: 认证完成跳转链接。
|
5430
|
-
#
|
5427
|
+
# 注意:`此功能仅在Endpoint参数设置成 H5 或 PC时才有效`。
|
5431
5428
|
# @type AutoJumpUrl: String
|
5432
5429
|
# @param TopNavigationStatus: 是否展示头顶导航栏 <ul><li> **ENABLE** : (默认)进入web控制台展示头顶导航栏</li> <li> **DISABLE** : 进入web控制台不展示头顶导航栏</li></ul> 注:该参数**仅在企业和员工激活完成,登录控制台场景才生效**。
|
5430
|
+
|
5431
|
+
# <a href="https://qcloudimg.tencent-cloud.cn/raw/dd54f333140c711cf6a88e3801bcd178.png" target="_blank">点击查看头顶导航栏位置</a>
|
5433
5432
|
# @type TopNavigationStatus: String
|
5434
5433
|
# @param AutoActive: 是否自动激活子客
|
5435
5434
|
# @type AutoActive: Boolean
|
5436
5435
|
|
5437
5436
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :ProxyOperatorMobile, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl, :TopNavigationStatus, :AutoActive
|
5438
5437
|
extend Gem::Deprecate
|
5439
|
-
deprecate :Operator, :none, 2024,
|
5440
|
-
deprecate :Operator=, :none, 2024,
|
5438
|
+
deprecate :Operator, :none, 2024, 10
|
5439
|
+
deprecate :Operator=, :none, 2024, 10
|
5441
5440
|
|
5442
5441
|
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)
|
5443
5442
|
@Agent = agent
|
@@ -5792,8 +5791,8 @@ module TencentCloud
|
|
5792
5791
|
|
5793
5792
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
5794
5793
|
extend Gem::Deprecate
|
5795
|
-
deprecate :Operator, :none, 2024,
|
5796
|
-
deprecate :Operator=, :none, 2024,
|
5794
|
+
deprecate :Operator, :none, 2024, 10
|
5795
|
+
deprecate :Operator=, :none, 2024, 10
|
5797
5796
|
|
5798
5797
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
5799
5798
|
@Agent = agent
|
@@ -5906,10 +5905,10 @@ module TencentCloud
|
|
5906
5905
|
|
5907
5906
|
attr_accessor :Agent, :Operator, :Organization
|
5908
5907
|
extend Gem::Deprecate
|
5909
|
-
deprecate :Operator, :none, 2024,
|
5910
|
-
deprecate :Operator=, :none, 2024,
|
5911
|
-
deprecate :Organization, :none, 2024,
|
5912
|
-
deprecate :Organization=, :none, 2024,
|
5908
|
+
deprecate :Operator, :none, 2024, 10
|
5909
|
+
deprecate :Operator=, :none, 2024, 10
|
5910
|
+
deprecate :Organization, :none, 2024, 10
|
5911
|
+
deprecate :Organization=, :none, 2024, 10
|
5913
5912
|
|
5914
5913
|
def initialize(agent=nil, operator=nil, organization=nil)
|
5915
5914
|
@Agent = agent
|
@@ -6173,8 +6172,8 @@ module TencentCloud
|
|
6173
6172
|
|
6174
6173
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
6175
6174
|
extend Gem::Deprecate
|
6176
|
-
deprecate :Operator, :none, 2024,
|
6177
|
-
deprecate :Operator=, :none, 2024,
|
6175
|
+
deprecate :Operator, :none, 2024, 10
|
6176
|
+
deprecate :Operator=, :none, 2024, 10
|
6178
6177
|
|
6179
6178
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
6180
6179
|
@Agent = agent
|
@@ -6333,8 +6332,8 @@ module TencentCloud
|
|
6333
6332
|
|
6334
6333
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds, :FlowGroupUrlInfo
|
6335
6334
|
extend Gem::Deprecate
|
6336
|
-
deprecate :Operator, :none, 2024,
|
6337
|
-
deprecate :Operator=, :none, 2024,
|
6335
|
+
deprecate :Operator, :none, 2024, 10
|
6336
|
+
deprecate :Operator=, :none, 2024, 10
|
6338
6337
|
|
6339
6338
|
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)
|
6340
6339
|
@Agent = agent
|
@@ -6448,10 +6447,7 @@ module TencentCloud
|
|
6448
6447
|
# 此接口下面信息必填。
|
6449
6448
|
# <ul>
|
6450
6449
|
# <li>渠道应用标识: Agent.AppId</li>
|
6451
|
-
# <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
6452
|
-
# <li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
6453
6450
|
# </ul>
|
6454
|
-
# 第三方平台子客企业和员工必须已经经过实名认证
|
6455
6451
|
# @type Agent: :class:`Tencentcloud::Essbasic.v20210526.models.Agent`
|
6456
6452
|
# @param TaskId: 通过接口<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateBatchOrganizationRegistrationTasks" target="_blank">提交子企业批量认证链接创建任务</a>调用得到的任务ID。
|
6457
6453
|
# @type TaskId: String
|
@@ -6592,8 +6588,8 @@ module TencentCloud
|
|
6592
6588
|
|
6593
6589
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
6594
6590
|
extend Gem::Deprecate
|
6595
|
-
deprecate :Operator, :none, 2024,
|
6596
|
-
deprecate :Operator=, :none, 2024,
|
6591
|
+
deprecate :Operator, :none, 2024, 10
|
6592
|
+
deprecate :Operator=, :none, 2024, 10
|
6597
6593
|
|
6598
6594
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
6599
6595
|
@Agent = agent
|
@@ -6939,8 +6935,8 @@ module TencentCloud
|
|
6939
6935
|
|
6940
6936
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
6941
6937
|
extend Gem::Deprecate
|
6942
|
-
deprecate :Operator, :none, 2024,
|
6943
|
-
deprecate :Operator=, :none, 2024,
|
6938
|
+
deprecate :Operator, :none, 2024, 10
|
6939
|
+
deprecate :Operator=, :none, 2024, 10
|
6944
6940
|
|
6945
6941
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
6946
6942
|
@Agent = agent
|
@@ -7029,8 +7025,8 @@ module TencentCloud
|
|
7029
7025
|
|
7030
7026
|
attr_accessor :Agent, :FlowIds, :Operator
|
7031
7027
|
extend Gem::Deprecate
|
7032
|
-
deprecate :Operator, :none, 2024,
|
7033
|
-
deprecate :Operator=, :none, 2024,
|
7028
|
+
deprecate :Operator, :none, 2024, 10
|
7029
|
+
deprecate :Operator=, :none, 2024, 10
|
7034
7030
|
|
7035
7031
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
7036
7032
|
@Agent = agent
|
@@ -7155,8 +7151,8 @@ module TencentCloud
|
|
7155
7151
|
|
7156
7152
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
7157
7153
|
extend Gem::Deprecate
|
7158
|
-
deprecate :Operator, :none, 2024,
|
7159
|
-
deprecate :Operator=, :none, 2024,
|
7154
|
+
deprecate :Operator, :none, 2024, 10
|
7155
|
+
deprecate :Operator=, :none, 2024, 10
|
7160
7156
|
|
7161
7157
|
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)
|
7162
7158
|
@Agent = agent
|
@@ -7268,8 +7264,8 @@ module TencentCloud
|
|
7268
7264
|
|
7269
7265
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
7270
7266
|
extend Gem::Deprecate
|
7271
|
-
deprecate :Operator, :none, 2024,
|
7272
|
-
deprecate :Operator=, :none, 2024,
|
7267
|
+
deprecate :Operator, :none, 2024, 10
|
7268
|
+
deprecate :Operator=, :none, 2024, 10
|
7273
7269
|
|
7274
7270
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
7275
7271
|
@Agent = agent
|
@@ -7868,8 +7864,8 @@ module TencentCloud
|
|
7868
7864
|
|
7869
7865
|
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
|
7870
7866
|
extend Gem::Deprecate
|
7871
|
-
deprecate :CallbackUrl, :none, 2024,
|
7872
|
-
deprecate :CallbackUrl=, :none, 2024,
|
7867
|
+
deprecate :CallbackUrl, :none, 2024, 10
|
7868
|
+
deprecate :CallbackUrl=, :none, 2024, 10
|
7873
7869
|
|
7874
7870
|
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)
|
7875
7871
|
@Name = name
|
@@ -8187,8 +8183,8 @@ module TencentCloud
|
|
8187
8183
|
|
8188
8184
|
attr_accessor :FileIds, :FlowName, :FlowApprovers, :Deadline, :FlowDescription, :FlowType, :CallbackUrl, :CustomerData, :Unordered, :Components, :CustomShowMap, :NeedSignReview, :FlowDisplayType
|
8189
8185
|
extend Gem::Deprecate
|
8190
|
-
deprecate :CallbackUrl, :none, 2024,
|
8191
|
-
deprecate :CallbackUrl=, :none, 2024,
|
8186
|
+
deprecate :CallbackUrl, :none, 2024, 10
|
8187
|
+
deprecate :CallbackUrl=, :none, 2024, 10
|
8192
8188
|
|
8193
8189
|
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)
|
8194
8190
|
@FileIds = fileids
|
@@ -8410,8 +8406,8 @@ module TencentCloud
|
|
8410
8406
|
|
8411
8407
|
attr_accessor :FlowName, :Deadline, :TemplateId, :FlowApprovers, :FormFields, :CallbackUrl, :FlowType, :FlowDescription, :CustomerData, :CustomShowMap, :CcInfos, :NeedSignReview, :CcNotifyType, :AutoSignScene, :FlowDisplayType
|
8412
8408
|
extend Gem::Deprecate
|
8413
|
-
deprecate :CallbackUrl, :none, 2024,
|
8414
|
-
deprecate :CallbackUrl=, :none, 2024,
|
8409
|
+
deprecate :CallbackUrl, :none, 2024, 10
|
8410
|
+
deprecate :CallbackUrl=, :none, 2024, 10
|
8415
8411
|
|
8416
8412
|
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)
|
8417
8413
|
@FlowName = flowname
|
@@ -8802,8 +8798,8 @@ module TencentCloud
|
|
8802
8798
|
|
8803
8799
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
8804
8800
|
extend Gem::Deprecate
|
8805
|
-
deprecate :Operator, :none, 2024,
|
8806
|
-
deprecate :Operator=, :none, 2024,
|
8801
|
+
deprecate :Operator, :none, 2024, 10
|
8802
|
+
deprecate :Operator=, :none, 2024, 10
|
8807
8803
|
|
8808
8804
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
8809
8805
|
@Agent = agent
|
@@ -9358,8 +9354,8 @@ module TencentCloud
|
|
9358
9354
|
|
9359
9355
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
9360
9356
|
extend Gem::Deprecate
|
9361
|
-
deprecate :Operator, :none, 2024,
|
9362
|
-
deprecate :Operator=, :none, 2024,
|
9357
|
+
deprecate :Operator, :none, 2024, 10
|
9358
|
+
deprecate :Operator=, :none, 2024, 10
|
9363
9359
|
|
9364
9360
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
9365
9361
|
@Agent = agent
|
@@ -9487,10 +9483,10 @@ module TencentCloud
|
|
9487
9483
|
|
9488
9484
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
9489
9485
|
extend Gem::Deprecate
|
9490
|
-
deprecate :ClientIp, :none, 2024,
|
9491
|
-
deprecate :ClientIp=, :none, 2024,
|
9492
|
-
deprecate :ProxyIp, :none, 2024,
|
9493
|
-
deprecate :ProxyIp=, :none, 2024,
|
9486
|
+
deprecate :ClientIp, :none, 2024, 10
|
9487
|
+
deprecate :ClientIp=, :none, 2024, 10
|
9488
|
+
deprecate :ProxyIp, :none, 2024, 10
|
9489
|
+
deprecate :ProxyIp=, :none, 2024, 10
|
9494
9490
|
|
9495
9491
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
9496
9492
|
@OrganizationOpenId = organizationopenid
|
@@ -9719,8 +9715,8 @@ module TencentCloud
|
|
9719
9715
|
|
9720
9716
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
9721
9717
|
extend Gem::Deprecate
|
9722
|
-
deprecate :Operator, :none, 2024,
|
9723
|
-
deprecate :Operator=, :none, 2024,
|
9718
|
+
deprecate :Operator, :none, 2024, 10
|
9719
|
+
deprecate :Operator=, :none, 2024, 10
|
9724
9720
|
|
9725
9721
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
9726
9722
|
@Agent = agent
|
@@ -10302,8 +10298,8 @@ module TencentCloud
|
|
10302
10298
|
|
10303
10299
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
10304
10300
|
extend Gem::Deprecate
|
10305
|
-
deprecate :CustomUserId, :none, 2024,
|
10306
|
-
deprecate :CustomUserId=, :none, 2024,
|
10301
|
+
deprecate :CustomUserId, :none, 2024, 10
|
10302
|
+
deprecate :CustomUserId=, :none, 2024, 10
|
10307
10303
|
|
10308
10304
|
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)
|
10309
10305
|
@SignUrl = signurl
|
@@ -10478,8 +10474,8 @@ module TencentCloud
|
|
10478
10474
|
|
10479
10475
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
10480
10476
|
extend Gem::Deprecate
|
10481
|
-
deprecate :Operator, :none, 2024,
|
10482
|
-
deprecate :Operator=, :none, 2024,
|
10477
|
+
deprecate :Operator, :none, 2024, 10
|
10478
|
+
deprecate :Operator=, :none, 2024, 10
|
10483
10479
|
|
10484
10480
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
10485
10481
|
@Agent = agent
|
@@ -10580,8 +10576,8 @@ module TencentCloud
|
|
10580
10576
|
|
10581
10577
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
10582
10578
|
extend Gem::Deprecate
|
10583
|
-
deprecate :Operator, :none, 2024,
|
10584
|
-
deprecate :Operator=, :none, 2024,
|
10579
|
+
deprecate :Operator, :none, 2024, 10
|
10580
|
+
deprecate :Operator=, :none, 2024, 10
|
10585
10581
|
|
10586
10582
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
10587
10583
|
@Agent = agent
|
@@ -10713,8 +10709,8 @@ module TencentCloud
|
|
10713
10709
|
|
10714
10710
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
10715
10711
|
extend Gem::Deprecate
|
10716
|
-
deprecate :IsPromoter, :none, 2024,
|
10717
|
-
deprecate :IsPromoter=, :none, 2024,
|
10712
|
+
deprecate :IsPromoter, :none, 2024, 10
|
10713
|
+
deprecate :IsPromoter=, :none, 2024, 10
|
10718
10714
|
|
10719
10715
|
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)
|
10720
10716
|
@TemplateId = templateid
|
@@ -10821,8 +10817,8 @@ module TencentCloud
|
|
10821
10817
|
|
10822
10818
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
10823
10819
|
extend Gem::Deprecate
|
10824
|
-
deprecate :Operator, :none, 2024,
|
10825
|
-
deprecate :Operator=, :none, 2024,
|
10820
|
+
deprecate :Operator, :none, 2024, 10
|
10821
|
+
deprecate :Operator=, :none, 2024, 10
|
10826
10822
|
|
10827
10823
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
10828
10824
|
@Agent = agent
|
@@ -10945,14 +10941,14 @@ module TencentCloud
|
|
10945
10941
|
|
10946
10942
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
10947
10943
|
extend Gem::Deprecate
|
10948
|
-
deprecate :Channel, :none, 2024,
|
10949
|
-
deprecate :Channel=, :none, 2024,
|
10950
|
-
deprecate :CustomUserId, :none, 2024,
|
10951
|
-
deprecate :CustomUserId=, :none, 2024,
|
10952
|
-
deprecate :ClientIp, :none, 2024,
|
10953
|
-
deprecate :ClientIp=, :none, 2024,
|
10954
|
-
deprecate :ProxyIp, :none, 2024,
|
10955
|
-
deprecate :ProxyIp=, :none, 2024,
|
10944
|
+
deprecate :Channel, :none, 2024, 10
|
10945
|
+
deprecate :Channel=, :none, 2024, 10
|
10946
|
+
deprecate :CustomUserId, :none, 2024, 10
|
10947
|
+
deprecate :CustomUserId=, :none, 2024, 10
|
10948
|
+
deprecate :ClientIp, :none, 2024, 10
|
10949
|
+
deprecate :ClientIp=, :none, 2024, 10
|
10950
|
+
deprecate :ProxyIp, :none, 2024, 10
|
10951
|
+
deprecate :ProxyIp=, :none, 2024, 10
|
10956
10952
|
|
10957
10953
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
10958
10954
|
@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.919
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|