tencentcloud-sdk-essbasic 3.0.762 → 3.0.764
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/client.rb +3 -0
- data/lib/v20210526/models.rb +132 -125
- 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: 097c3da0915c213f481ed5de22ce3da11879abc1
|
4
|
+
data.tar.gz: 6b38598b8ce585f6a4ce19f9edede10b6e99052b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 898cf335cc42b6a87e6ae509bdf3fcde475d73a2babdabb1fe2002a8b707bccd4078c6d379b560a0342cb48a5f66d84628cbcb3e345b8c686b76367ee6827404
|
7
|
+
data.tar.gz: 5b327c9961e8bfb6032aa99343d6e56093fd1ad218ab9e16f1206e5ab1b92568064b926fcc88fe2c48ea74dc9ca32ff3feb5f6fa583544fac8415f8d17581549
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.764
|
data/lib/v20210526/client.rb
CHANGED
@@ -1791,8 +1791,10 @@ module TencentCloud
|
|
1791
1791
|
|
1792
1792
|
# ### 三. 填充模版中定义的填写控件
|
1793
1793
|
# 模版中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充
|
1794
|
+
|
1794
1795
|
# ![image](https://qcloudimg.tencent-cloud.cn/raw/37457e0e450fc221effddfcb8b1bad55.png)
|
1795
1796
|
# 填充的传参示例如下
|
1797
|
+
|
1796
1798
|
# ```
|
1797
1799
|
# request.FormFields = [{
|
1798
1800
|
# "ComponentName": "项目的名字",
|
@@ -1816,6 +1818,7 @@ module TencentCloud
|
|
1816
1818
|
# ]
|
1817
1819
|
# ```
|
1818
1820
|
# 合成后合同样子示例
|
1821
|
+
|
1819
1822
|
# ![image](https://qcloudimg.tencent-cloud.cn/raw/140a2fb771ac66a185d0a000d37485f6.png)
|
1820
1823
|
|
1821
1824
|
|
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, 2
|
41
|
+
deprecate :ProxyOrganizationId=, :none, 2024, 2
|
42
42
|
|
43
43
|
def initialize(appid=nil, proxyorganizationopenid=nil, proxyoperator=nil, proxyappid=nil, proxyorganizationid=nil)
|
44
44
|
@AppId = appid
|
@@ -599,8 +599,8 @@ module TencentCloud
|
|
599
599
|
|
600
600
|
attr_accessor :Agent, :FlowIds, :CancelMessage, :CancelMessageFormat, :Operator
|
601
601
|
extend Gem::Deprecate
|
602
|
-
deprecate :Operator, :none, 2024,
|
603
|
-
deprecate :Operator=, :none, 2024,
|
602
|
+
deprecate :Operator, :none, 2024, 2
|
603
|
+
deprecate :Operator=, :none, 2024, 2
|
604
604
|
|
605
605
|
def initialize(agent=nil, flowids=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
606
606
|
@Agent = agent
|
@@ -768,8 +768,8 @@ module TencentCloud
|
|
768
768
|
|
769
769
|
attr_accessor :FlowId, :Agent, :CancelMessage, :CancelMessageFormat, :Operator
|
770
770
|
extend Gem::Deprecate
|
771
|
-
deprecate :Operator, :none, 2024,
|
772
|
-
deprecate :Operator=, :none, 2024,
|
771
|
+
deprecate :Operator, :none, 2024, 2
|
772
|
+
deprecate :Operator=, :none, 2024, 2
|
773
773
|
|
774
774
|
def initialize(flowid=nil, agent=nil, cancelmessage=nil, cancelmessageformat=nil, operator=nil)
|
775
775
|
@FlowId = flowid
|
@@ -829,8 +829,8 @@ module TencentCloud
|
|
829
829
|
|
830
830
|
attr_accessor :Agent, :QrCodeId, :Operator
|
831
831
|
extend Gem::Deprecate
|
832
|
-
deprecate :Operator, :none, 2024,
|
833
|
-
deprecate :Operator=, :none, 2024,
|
832
|
+
deprecate :Operator, :none, 2024, 2
|
833
|
+
deprecate :Operator=, :none, 2024, 2
|
834
834
|
|
835
835
|
def initialize(agent=nil, qrcodeid=nil, operator=nil)
|
836
836
|
@Agent = agent
|
@@ -940,8 +940,8 @@ module TencentCloud
|
|
940
940
|
|
941
941
|
attr_accessor :Agent, :FlowIds, :Operator
|
942
942
|
extend Gem::Deprecate
|
943
|
-
deprecate :Operator, :none, 2024,
|
944
|
-
deprecate :Operator=, :none, 2024,
|
943
|
+
deprecate :Operator, :none, 2024, 2
|
944
|
+
deprecate :Operator=, :none, 2024, 2
|
945
945
|
|
946
946
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
947
947
|
@Agent = agent
|
@@ -1246,8 +1246,8 @@ module TencentCloud
|
|
1246
1246
|
|
1247
1247
|
attr_accessor :Agent, :FlowIds, :Operator
|
1248
1248
|
extend Gem::Deprecate
|
1249
|
-
deprecate :Operator, :none, 2024,
|
1250
|
-
deprecate :Operator=, :none, 2024,
|
1249
|
+
deprecate :Operator, :none, 2024, 2
|
1250
|
+
deprecate :Operator=, :none, 2024, 2
|
1251
1251
|
|
1252
1252
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
1253
1253
|
@Agent = agent
|
@@ -1324,10 +1324,10 @@ module TencentCloud
|
|
1324
1324
|
|
1325
1325
|
attr_accessor :Agent, :ResourceType, :ResourceName, :ResourceId, :Operator, :Organization
|
1326
1326
|
extend Gem::Deprecate
|
1327
|
-
deprecate :Operator, :none, 2024,
|
1328
|
-
deprecate :Operator=, :none, 2024,
|
1329
|
-
deprecate :Organization, :none, 2024,
|
1330
|
-
deprecate :Organization=, :none, 2024,
|
1327
|
+
deprecate :Operator, :none, 2024, 2
|
1328
|
+
deprecate :Operator=, :none, 2024, 2
|
1329
|
+
deprecate :Organization, :none, 2024, 2
|
1330
|
+
deprecate :Organization=, :none, 2024, 2
|
1331
1331
|
|
1332
1332
|
def initialize(agent=nil, resourcetype=nil, resourcename=nil, resourceid=nil, operator=nil, organization=nil)
|
1333
1333
|
@Agent = agent
|
@@ -1430,8 +1430,8 @@ module TencentCloud
|
|
1430
1430
|
|
1431
1431
|
attr_accessor :Agent, :EmbedType, :BusinessId, :HiddenComponents, :Operator, :UserData
|
1432
1432
|
extend Gem::Deprecate
|
1433
|
-
deprecate :Operator, :none, 2024,
|
1434
|
-
deprecate :Operator=, :none, 2024,
|
1433
|
+
deprecate :Operator, :none, 2024, 2
|
1434
|
+
deprecate :Operator=, :none, 2024, 2
|
1435
1435
|
|
1436
1436
|
def initialize(agent=nil, embedtype=nil, businessid=nil, hiddencomponents=nil, operator=nil, userdata=nil)
|
1437
1437
|
@Agent = agent
|
@@ -1666,8 +1666,8 @@ module TencentCloud
|
|
1666
1666
|
|
1667
1667
|
attr_accessor :Agent, :FlowName, :FlowDescription, :FlowApprovers, :FileIds, :Components, :Deadline, :CallbackUrl, :Unordered, :FlowType, :CustomShowMap, :CustomerData, :NeedSignReview, :ApproverVerifyType, :SignBeanTag, :CcInfos, :CcNotifyType, :AutoSignScene, :Operator
|
1668
1668
|
extend Gem::Deprecate
|
1669
|
-
deprecate :Operator, :none, 2024,
|
1670
|
-
deprecate :Operator=, :none, 2024,
|
1669
|
+
deprecate :Operator, :none, 2024, 2
|
1670
|
+
deprecate :Operator=, :none, 2024, 2
|
1671
1671
|
|
1672
1672
|
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)
|
1673
1673
|
@Agent = agent
|
@@ -1807,8 +1807,8 @@ module TencentCloud
|
|
1807
1807
|
|
1808
1808
|
attr_accessor :FlowFileInfos, :FlowGroupName, :Agent, :ApproverVerifyType, :FlowGroupOptions, :Operator
|
1809
1809
|
extend Gem::Deprecate
|
1810
|
-
deprecate :Operator, :none, 2024,
|
1811
|
-
deprecate :Operator=, :none, 2024,
|
1810
|
+
deprecate :Operator, :none, 2024, 2
|
1811
|
+
deprecate :Operator=, :none, 2024, 2
|
1812
1812
|
|
1813
1813
|
def initialize(flowfileinfos=nil, flowgroupname=nil, agent=nil, approververifytype=nil, flowgroupoptions=nil, operator=nil)
|
1814
1814
|
@FlowFileInfos = flowfileinfos
|
@@ -2127,10 +2127,10 @@ module TencentCloud
|
|
2127
2127
|
|
2128
2128
|
attr_accessor :Agent, :FlowId, :FlowApproverInfos, :Operator, :Organization, :JumpUrl, :UrlType
|
2129
2129
|
extend Gem::Deprecate
|
2130
|
-
deprecate :Operator, :none, 2024,
|
2131
|
-
deprecate :Operator=, :none, 2024,
|
2132
|
-
deprecate :Organization, :none, 2024,
|
2133
|
-
deprecate :Organization=, :none, 2024,
|
2130
|
+
deprecate :Operator, :none, 2024, 2
|
2131
|
+
deprecate :Operator=, :none, 2024, 2
|
2132
|
+
deprecate :Organization, :none, 2024, 2
|
2133
|
+
deprecate :Organization=, :none, 2024, 2
|
2134
2134
|
|
2135
2135
|
def initialize(agent=nil, flowid=nil, flowapproverinfos=nil, operator=nil, organization=nil, jumpurl=nil, urltype=nil)
|
2136
2136
|
@Agent = agent
|
@@ -2233,12 +2233,12 @@ module TencentCloud
|
|
2233
2233
|
|
2234
2234
|
attr_accessor :Agent, :TemplateId, :FlowName, :MaxFlowNum, :FlowEffectiveDay, :QrEffectiveDay, :Restrictions, :ApproverComponentLimitTypes, :CallbackUrl, :ApproverRestrictions, :Operator
|
2235
2235
|
extend Gem::Deprecate
|
2236
|
-
deprecate :CallbackUrl, :none, 2024,
|
2237
|
-
deprecate :CallbackUrl=, :none, 2024,
|
2238
|
-
deprecate :ApproverRestrictions, :none, 2024,
|
2239
|
-
deprecate :ApproverRestrictions=, :none, 2024,
|
2240
|
-
deprecate :Operator, :none, 2024,
|
2241
|
-
deprecate :Operator=, :none, 2024,
|
2236
|
+
deprecate :CallbackUrl, :none, 2024, 2
|
2237
|
+
deprecate :CallbackUrl=, :none, 2024, 2
|
2238
|
+
deprecate :ApproverRestrictions, :none, 2024, 2
|
2239
|
+
deprecate :ApproverRestrictions=, :none, 2024, 2
|
2240
|
+
deprecate :Operator, :none, 2024, 2
|
2241
|
+
deprecate :Operator=, :none, 2024, 2
|
2242
2242
|
|
2243
2243
|
def initialize(agent=nil, templateid=nil, flowname=nil, maxflownum=nil, floweffectiveday=nil, qreffectiveday=nil, restrictions=nil, approvercomponentlimittypes=nil, callbackurl=nil, approverrestrictions=nil, operator=nil)
|
2244
2244
|
@Agent = agent
|
@@ -2475,12 +2475,12 @@ module TencentCloud
|
|
2475
2475
|
|
2476
2476
|
attr_accessor :ResourceType, :FlowInfo, :Agent, :ResourceId, :FlowOption, :FlowApproverList, :FlowId, :NeedPreview, :Organization, :Operator
|
2477
2477
|
extend Gem::Deprecate
|
2478
|
-
deprecate :NeedPreview, :none, 2024,
|
2479
|
-
deprecate :NeedPreview=, :none, 2024,
|
2480
|
-
deprecate :Organization, :none, 2024,
|
2481
|
-
deprecate :Organization=, :none, 2024,
|
2482
|
-
deprecate :Operator, :none, 2024,
|
2483
|
-
deprecate :Operator=, :none, 2024,
|
2478
|
+
deprecate :NeedPreview, :none, 2024, 2
|
2479
|
+
deprecate :NeedPreview=, :none, 2024, 2
|
2480
|
+
deprecate :Organization, :none, 2024, 2
|
2481
|
+
deprecate :Organization=, :none, 2024, 2
|
2482
|
+
deprecate :Operator, :none, 2024, 2
|
2483
|
+
deprecate :Operator=, :none, 2024, 2
|
2484
2484
|
|
2485
2485
|
def initialize(resourcetype=nil, flowinfo=nil, agent=nil, resourceid=nil, flowoption=nil, flowapproverlist=nil, flowid=nil, needpreview=nil, organization=nil, operator=nil)
|
2486
2486
|
@ResourceType = resourcetype
|
@@ -2701,12 +2701,12 @@ module TencentCloud
|
|
2701
2701
|
|
2702
2702
|
attr_accessor :Agent, :NeedRelievedFlowId, :ReliveInfo, :ReleasedApprovers, :CallbackUrl, :Organization, :Operator, :Deadline, :UserData
|
2703
2703
|
extend Gem::Deprecate
|
2704
|
-
deprecate :CallbackUrl, :none, 2024,
|
2705
|
-
deprecate :CallbackUrl=, :none, 2024,
|
2706
|
-
deprecate :Organization, :none, 2024,
|
2707
|
-
deprecate :Organization=, :none, 2024,
|
2708
|
-
deprecate :Operator, :none, 2024,
|
2709
|
-
deprecate :Operator=, :none, 2024,
|
2704
|
+
deprecate :CallbackUrl, :none, 2024, 2
|
2705
|
+
deprecate :CallbackUrl=, :none, 2024, 2
|
2706
|
+
deprecate :Organization, :none, 2024, 2
|
2707
|
+
deprecate :Organization=, :none, 2024, 2
|
2708
|
+
deprecate :Operator, :none, 2024, 2
|
2709
|
+
deprecate :Operator=, :none, 2024, 2
|
2710
2710
|
|
2711
2711
|
def initialize(agent=nil, needrelievedflowid=nil, reliveinfo=nil, releasedapprovers=nil, callbackurl=nil, organization=nil, operator=nil, deadline=nil, userdata=nil)
|
2712
2712
|
@Agent = agent
|
@@ -2867,10 +2867,10 @@ module TencentCloud
|
|
2867
2867
|
|
2868
2868
|
attr_accessor :Agent, :SealId, :UserIds, :Operator, :Organization
|
2869
2869
|
extend Gem::Deprecate
|
2870
|
-
deprecate :Operator, :none, 2024,
|
2871
|
-
deprecate :Operator=, :none, 2024,
|
2872
|
-
deprecate :Organization, :none, 2024,
|
2873
|
-
deprecate :Organization=, :none, 2024,
|
2870
|
+
deprecate :Operator, :none, 2024, 2
|
2871
|
+
deprecate :Operator=, :none, 2024, 2
|
2872
|
+
deprecate :Organization, :none, 2024, 2
|
2873
|
+
deprecate :Organization=, :none, 2024, 2
|
2874
2874
|
|
2875
2875
|
def initialize(agent=nil, sealid=nil, userids=nil, operator=nil, organization=nil)
|
2876
2876
|
@Agent = agent
|
@@ -3130,8 +3130,8 @@ module TencentCloud
|
|
3130
3130
|
|
3131
3131
|
attr_accessor :Agent, :RoleIds, :UserIds, :OpenIds, :Operator
|
3132
3132
|
extend Gem::Deprecate
|
3133
|
-
deprecate :Operator, :none, 2024,
|
3134
|
-
deprecate :Operator=, :none, 2024,
|
3133
|
+
deprecate :Operator, :none, 2024, 2
|
3134
|
+
deprecate :Operator=, :none, 2024, 2
|
3135
3135
|
|
3136
3136
|
def initialize(agent=nil, roleids=nil, userids=nil, openids=nil, operator=nil)
|
3137
3137
|
@Agent = agent
|
@@ -3292,8 +3292,8 @@ module TencentCloud
|
|
3292
3292
|
|
3293
3293
|
attr_accessor :Agent, :RoleId, :UserIds, :Operator, :OpenIds
|
3294
3294
|
extend Gem::Deprecate
|
3295
|
-
deprecate :Operator, :none, 2024,
|
3296
|
-
deprecate :Operator=, :none, 2024,
|
3295
|
+
deprecate :Operator, :none, 2024, 2
|
3296
|
+
deprecate :Operator=, :none, 2024, 2
|
3297
3297
|
|
3298
3298
|
def initialize(agent=nil, roleid=nil, userids=nil, operator=nil, openids=nil)
|
3299
3299
|
@Agent = agent
|
@@ -3355,10 +3355,10 @@ module TencentCloud
|
|
3355
3355
|
|
3356
3356
|
attr_accessor :Agent, :SealId, :UserIds, :Organization, :Operator
|
3357
3357
|
extend Gem::Deprecate
|
3358
|
-
deprecate :Organization, :none, 2024,
|
3359
|
-
deprecate :Organization=, :none, 2024,
|
3360
|
-
deprecate :Operator, :none, 2024,
|
3361
|
-
deprecate :Operator=, :none, 2024,
|
3358
|
+
deprecate :Organization, :none, 2024, 2
|
3359
|
+
deprecate :Organization=, :none, 2024, 2
|
3360
|
+
deprecate :Operator, :none, 2024, 2
|
3361
|
+
deprecate :Operator=, :none, 2024, 2
|
3362
3362
|
|
3363
3363
|
def initialize(agent=nil, sealid=nil, userids=nil, organization=nil, operator=nil)
|
3364
3364
|
@Agent = agent
|
@@ -3528,8 +3528,8 @@ module TencentCloud
|
|
3528
3528
|
|
3529
3529
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3530
3530
|
extend Gem::Deprecate
|
3531
|
-
deprecate :Operator, :none, 2024,
|
3532
|
-
deprecate :Operator=, :none, 2024,
|
3531
|
+
deprecate :Operator, :none, 2024, 2
|
3532
|
+
deprecate :Operator=, :none, 2024, 2
|
3533
3533
|
|
3534
3534
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3535
3535
|
@Agent = agent
|
@@ -3789,8 +3789,8 @@ module TencentCloud
|
|
3789
3789
|
|
3790
3790
|
attr_accessor :Agent, :Limit, :Filters, :Offset, :Operator
|
3791
3791
|
extend Gem::Deprecate
|
3792
|
-
deprecate :Operator, :none, 2024,
|
3793
|
-
deprecate :Operator=, :none, 2024,
|
3792
|
+
deprecate :Operator, :none, 2024, 2
|
3793
|
+
deprecate :Operator=, :none, 2024, 2
|
3794
3794
|
|
3795
3795
|
def initialize(agent=nil, limit=nil, filters=nil, offset=nil, operator=nil)
|
3796
3796
|
@Agent = agent
|
@@ -4015,10 +4015,10 @@ module TencentCloud
|
|
4015
4015
|
|
4016
4016
|
attr_accessor :Agent, :TaskId, :Operator, :Organization
|
4017
4017
|
extend Gem::Deprecate
|
4018
|
-
deprecate :Operator, :none, 2024,
|
4019
|
-
deprecate :Operator=, :none, 2024,
|
4020
|
-
deprecate :Organization, :none, 2024,
|
4021
|
-
deprecate :Organization=, :none, 2024,
|
4018
|
+
deprecate :Operator, :none, 2024, 2
|
4019
|
+
deprecate :Operator=, :none, 2024, 2
|
4020
|
+
deprecate :Organization, :none, 2024, 2
|
4021
|
+
deprecate :Organization=, :none, 2024, 2
|
4022
4022
|
|
4023
4023
|
def initialize(agent=nil, taskid=nil, operator=nil, organization=nil)
|
4024
4024
|
@Agent = agent
|
@@ -4075,8 +4075,8 @@ module TencentCloud
|
|
4075
4075
|
|
4076
4076
|
attr_accessor :TaskId, :TaskStatus, :TaskMessage, :ResourceId, :PreviewUrl, :RequestId
|
4077
4077
|
extend Gem::Deprecate
|
4078
|
-
deprecate :PreviewUrl, :none, 2024,
|
4079
|
-
deprecate :PreviewUrl=, :none, 2024,
|
4078
|
+
deprecate :PreviewUrl, :none, 2024, 2
|
4079
|
+
deprecate :PreviewUrl=, :none, 2024, 2
|
4080
4080
|
|
4081
4081
|
def initialize(taskid=nil, taskstatus=nil, taskmessage=nil, resourceid=nil, previewurl=nil, requestid=nil)
|
4082
4082
|
@TaskId = taskid
|
@@ -4286,8 +4286,8 @@ module TencentCloud
|
|
4286
4286
|
|
4287
4287
|
attr_accessor :Agent, :Status, :SealId, :Reason, :Operator
|
4288
4288
|
extend Gem::Deprecate
|
4289
|
-
deprecate :Operator, :none, 2024,
|
4290
|
-
deprecate :Operator=, :none, 2024,
|
4289
|
+
deprecate :Operator, :none, 2024, 2
|
4290
|
+
deprecate :Operator=, :none, 2024, 2
|
4291
4291
|
|
4292
4292
|
def initialize(agent=nil, status=nil, sealid=nil, reason=nil, operator=nil)
|
4293
4293
|
@Agent = agent
|
@@ -4347,8 +4347,8 @@ module TencentCloud
|
|
4347
4347
|
|
4348
4348
|
attr_accessor :FlowId, :Agent, :Operator
|
4349
4349
|
extend Gem::Deprecate
|
4350
|
-
deprecate :Operator, :none, 2024,
|
4351
|
-
deprecate :Operator=, :none, 2024,
|
4350
|
+
deprecate :Operator, :none, 2024, 2
|
4351
|
+
deprecate :Operator=, :none, 2024, 2
|
4352
4352
|
|
4353
4353
|
def initialize(flowid=nil, agent=nil, operator=nil)
|
4354
4354
|
@FlowId = flowid
|
@@ -4697,7 +4697,7 @@ module TencentCloud
|
|
4697
4697
|
|
4698
4698
|
# <font color="red">ComponentType为SIGN_SEAL类型时</font>,支持以下参数:
|
4699
4699
|
# <ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>
|
4700
|
-
# <b>参数样例</b>:` "{"
|
4700
|
+
# <b>参数样例</b>:` "{"PageRanges":[{"BeginPage":1,"EndPage":-1}]}"`
|
4701
4701
|
|
4702
4702
|
# <font color="red">签署印章旋转功能,当ComponentType为SIGN_SIGNATURE、SIGN_DATE、SIGN_SEAL时</font>,可以通过以下参数设置签署图片的旋转角度:
|
4703
4703
|
# <ul><li> <b>Rotate</b>:旋转角度,支持范围:-360:360,为正整数时,为顺时针旋转;为负整数时,为逆时针旋转。</li>
|
@@ -4975,8 +4975,8 @@ module TencentCloud
|
|
4975
4975
|
|
4976
4976
|
attr_accessor :Agent, :FlowId, :Operator, :ReportType
|
4977
4977
|
extend Gem::Deprecate
|
4978
|
-
deprecate :Operator, :none, 2024,
|
4979
|
-
deprecate :Operator=, :none, 2024,
|
4978
|
+
deprecate :Operator, :none, 2024, 2
|
4979
|
+
deprecate :Operator=, :none, 2024, 2
|
4980
4980
|
|
4981
4981
|
def initialize(agent=nil, flowid=nil, operator=nil, reporttype=nil)
|
4982
4982
|
@Agent = agent
|
@@ -5178,8 +5178,8 @@ module TencentCloud
|
|
5178
5178
|
|
5179
5179
|
attr_accessor :Agent, :ProxyOrganizationName, :UniformSocialCreditCode, :ProxyOperatorName, :Module, :ModuleId, :MenuStatus, :Endpoint, :AutoJumpBackEvent, :AuthorizationTypes, :Operator, :ProxyOperatorIdCardNumber, :AutoJumpUrl
|
5180
5180
|
extend Gem::Deprecate
|
5181
|
-
deprecate :Operator, :none, 2024,
|
5182
|
-
deprecate :Operator=, :none, 2024,
|
5181
|
+
deprecate :Operator, :none, 2024, 2
|
5182
|
+
deprecate :Operator=, :none, 2024, 2
|
5183
5183
|
|
5184
5184
|
def initialize(agent=nil, proxyorganizationname=nil, uniformsocialcreditcode=nil, proxyoperatorname=nil, _module=nil, moduleid=nil, menustatus=nil, endpoint=nil, autojumpbackevent=nil, authorizationtypes=nil, operator=nil, proxyoperatoridcardnumber=nil, autojumpurl=nil)
|
5185
5185
|
@Agent = agent
|
@@ -5427,8 +5427,8 @@ module TencentCloud
|
|
5427
5427
|
|
5428
5428
|
attr_accessor :Agent, :FlowInfos, :NeedPreview, :PreviewType, :Operator
|
5429
5429
|
extend Gem::Deprecate
|
5430
|
-
deprecate :Operator, :none, 2024,
|
5431
|
-
deprecate :Operator=, :none, 2024,
|
5430
|
+
deprecate :Operator, :none, 2024, 2
|
5431
|
+
deprecate :Operator=, :none, 2024, 2
|
5432
5432
|
|
5433
5433
|
def initialize(agent=nil, flowinfos=nil, needpreview=nil, previewtype=nil, operator=nil)
|
5434
5434
|
@Agent = agent
|
@@ -5646,8 +5646,8 @@ module TencentCloud
|
|
5646
5646
|
|
5647
5647
|
attr_accessor :Agent, :SealName, :SealImage, :Operator, :GenerateSource, :SealType, :SealHorizontalText, :SealStyle, :SealSize, :TaxIdentifyCode
|
5648
5648
|
extend Gem::Deprecate
|
5649
|
-
deprecate :Operator, :none, 2024,
|
5650
|
-
deprecate :Operator=, :none, 2024,
|
5649
|
+
deprecate :Operator, :none, 2024, 2
|
5650
|
+
deprecate :Operator=, :none, 2024, 2
|
5651
5651
|
|
5652
5652
|
def initialize(agent=nil, sealname=nil, sealimage=nil, operator=nil, generatesource=nil, sealtype=nil, sealhorizontaltext=nil, sealstyle=nil, sealsize=nil, taxidentifycode=nil)
|
5653
5653
|
@Agent = agent
|
@@ -5798,8 +5798,8 @@ module TencentCloud
|
|
5798
5798
|
|
5799
5799
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Endpoint, :GenerateType, :OrganizationName, :Name, :Mobile, :IdCardType, :IdCardNumber, :OrganizationOpenId, :OpenId, :AutoJumpBack, :JumpUrl, :Operator, :Hides, :RecipientIds
|
5800
5800
|
extend Gem::Deprecate
|
5801
|
-
deprecate :Operator, :none, 2024,
|
5802
|
-
deprecate :Operator=, :none, 2024,
|
5801
|
+
deprecate :Operator, :none, 2024, 2
|
5802
|
+
deprecate :Operator=, :none, 2024, 2
|
5803
5803
|
|
5804
5804
|
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)
|
5805
5805
|
@Agent = agent
|
@@ -6067,8 +6067,8 @@ module TencentCloud
|
|
6067
6067
|
|
6068
6068
|
attr_accessor :Agent, :ReportId, :Operator, :ReportType
|
6069
6069
|
extend Gem::Deprecate
|
6070
|
-
deprecate :Operator, :none, 2024,
|
6071
|
-
deprecate :Operator=, :none, 2024,
|
6070
|
+
deprecate :Operator, :none, 2024, 2
|
6071
|
+
deprecate :Operator=, :none, 2024, 2
|
6072
6072
|
|
6073
6073
|
def initialize(agent=nil, reportid=nil, operator=nil, reporttype=nil)
|
6074
6074
|
@Agent = agent
|
@@ -6414,8 +6414,8 @@ module TencentCloud
|
|
6414
6414
|
|
6415
6415
|
attr_accessor :Agent, :FlowIds, :FlowGroupId, :Operator
|
6416
6416
|
extend Gem::Deprecate
|
6417
|
-
deprecate :Operator, :none, 2024,
|
6418
|
-
deprecate :Operator=, :none, 2024,
|
6417
|
+
deprecate :Operator, :none, 2024, 2
|
6418
|
+
deprecate :Operator=, :none, 2024, 2
|
6419
6419
|
|
6420
6420
|
def initialize(agent=nil, flowids=nil, flowgroupid=nil, operator=nil)
|
6421
6421
|
@Agent = agent
|
@@ -6504,8 +6504,8 @@ module TencentCloud
|
|
6504
6504
|
|
6505
6505
|
attr_accessor :Agent, :FlowIds, :Operator
|
6506
6506
|
extend Gem::Deprecate
|
6507
|
-
deprecate :Operator, :none, 2024,
|
6508
|
-
deprecate :Operator=, :none, 2024,
|
6507
|
+
deprecate :Operator, :none, 2024, 2
|
6508
|
+
deprecate :Operator=, :none, 2024, 2
|
6509
6509
|
|
6510
6510
|
def initialize(agent=nil, flowids=nil, operator=nil)
|
6511
6511
|
@Agent = agent
|
@@ -6630,8 +6630,8 @@ module TencentCloud
|
|
6630
6630
|
|
6631
6631
|
attr_accessor :Agent, :TemplateId, :ContentType, :TemplateIds, :Limit, :Offset, :TemplateName, :ChannelTemplateId, :QueryAllComponents, :WithPreviewUrl, :WithPdfUrl, :Operator
|
6632
6632
|
extend Gem::Deprecate
|
6633
|
-
deprecate :Operator, :none, 2024,
|
6634
|
-
deprecate :Operator=, :none, 2024,
|
6633
|
+
deprecate :Operator, :none, 2024, 2
|
6634
|
+
deprecate :Operator=, :none, 2024, 2
|
6635
6635
|
|
6636
6636
|
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)
|
6637
6637
|
@Agent = agent
|
@@ -6743,8 +6743,8 @@ module TencentCloud
|
|
6743
6743
|
|
6744
6744
|
attr_accessor :Agent, :StartDate, :EndDate, :NeedAggregate, :Limit, :Offset, :Operator
|
6745
6745
|
extend Gem::Deprecate
|
6746
|
-
deprecate :Operator, :none, 2024,
|
6747
|
-
deprecate :Operator=, :none, 2024,
|
6746
|
+
deprecate :Operator, :none, 2024, 2
|
6747
|
+
deprecate :Operator=, :none, 2024, 2
|
6748
6748
|
|
6749
6749
|
def initialize(agent=nil, startdate=nil, enddate=nil, needaggregate=nil, limit=nil, offset=nil, operator=nil)
|
6750
6750
|
@Agent = agent
|
@@ -7287,8 +7287,8 @@ module TencentCloud
|
|
7287
7287
|
|
7288
7288
|
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
|
7289
7289
|
extend Gem::Deprecate
|
7290
|
-
deprecate :CallbackUrl, :none, 2024,
|
7291
|
-
deprecate :CallbackUrl=, :none, 2024,
|
7290
|
+
deprecate :CallbackUrl, :none, 2024, 2
|
7291
|
+
deprecate :CallbackUrl=, :none, 2024, 2
|
7292
7292
|
|
7293
7293
|
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)
|
7294
7294
|
@Name = name
|
@@ -8073,8 +8073,8 @@ module TencentCloud
|
|
8073
8073
|
|
8074
8074
|
attr_accessor :Agent, :DownLoadFlows, :Operator
|
8075
8075
|
extend Gem::Deprecate
|
8076
|
-
deprecate :Operator, :none, 2024,
|
8077
|
-
deprecate :Operator=, :none, 2024,
|
8076
|
+
deprecate :Operator, :none, 2024, 2
|
8077
|
+
deprecate :Operator=, :none, 2024, 2
|
8078
8078
|
|
8079
8079
|
def initialize(agent=nil, downloadflows=nil, operator=nil)
|
8080
8080
|
@Agent = agent
|
@@ -8469,8 +8469,8 @@ module TencentCloud
|
|
8469
8469
|
|
8470
8470
|
attr_accessor :Agent, :OperateType, :TemplateId, :ProxyOrganizationOpenIds, :AuthTag, :Available, :Operator
|
8471
8471
|
extend Gem::Deprecate
|
8472
|
-
deprecate :Operator, :none, 2024,
|
8473
|
-
deprecate :Operator=, :none, 2024,
|
8472
|
+
deprecate :Operator, :none, 2024, 2
|
8473
|
+
deprecate :Operator=, :none, 2024, 2
|
8474
8474
|
|
8475
8475
|
def initialize(agent=nil, operatetype=nil, templateid=nil, proxyorganizationopenids=nil, authtag=nil, available=nil, operator=nil)
|
8476
8476
|
@Agent = agent
|
@@ -8598,10 +8598,10 @@ module TencentCloud
|
|
8598
8598
|
|
8599
8599
|
attr_accessor :OrganizationOpenId, :OrganizationId, :Channel, :ClientIp, :ProxyIp
|
8600
8600
|
extend Gem::Deprecate
|
8601
|
-
deprecate :ClientIp, :none, 2024,
|
8602
|
-
deprecate :ClientIp=, :none, 2024,
|
8603
|
-
deprecate :ProxyIp, :none, 2024,
|
8604
|
-
deprecate :ProxyIp=, :none, 2024,
|
8601
|
+
deprecate :ClientIp, :none, 2024, 2
|
8602
|
+
deprecate :ClientIp=, :none, 2024, 2
|
8603
|
+
deprecate :ProxyIp, :none, 2024, 2
|
8604
|
+
deprecate :ProxyIp=, :none, 2024, 2
|
8605
8605
|
|
8606
8606
|
def initialize(organizationopenid=nil, organizationid=nil, channel=nil, clientip=nil, proxyip=nil)
|
8607
8607
|
@OrganizationOpenId = organizationopenid
|
@@ -8830,8 +8830,8 @@ module TencentCloud
|
|
8830
8830
|
|
8831
8831
|
attr_accessor :Agent, :FlowInfos, :JumpUrl, :Operator
|
8832
8832
|
extend Gem::Deprecate
|
8833
|
-
deprecate :Operator, :none, 2024,
|
8834
|
-
deprecate :Operator=, :none, 2024,
|
8833
|
+
deprecate :Operator, :none, 2024, 2
|
8834
|
+
deprecate :Operator=, :none, 2024, 2
|
8835
8835
|
|
8836
8836
|
def initialize(agent=nil, flowinfos=nil, jumpurl=nil, operator=nil)
|
8837
8837
|
@Agent = agent
|
@@ -9065,12 +9065,15 @@ module TencentCloud
|
|
9065
9065
|
# 在注册流程中,这个手机号必须跟操作人在电子签注册的个人手机号一致。
|
9066
9066
|
# @type AdminMobile: String
|
9067
9067
|
# @param AuthorizationTypes: 可选的此企业允许的授权方式, 可以设置的方式有:
|
9068
|
-
# 1
|
9069
|
-
# 2
|
9068
|
+
# 1:上传授权书
|
9069
|
+
# 2:法人授权超管
|
9070
|
+
# 5:授权书+对公打款
|
9071
|
+
|
9070
9072
|
|
9071
9073
|
# 注:
|
9072
9074
|
# `1. 当前仅支持一种认证方式`
|
9073
9075
|
# `2. 如果当前的企业类型是政府/事业单位, 则只支持上传授权书+对公打款`
|
9076
|
+
# `3. 如果当前操作人是法人,则是法人认证`
|
9074
9077
|
# @type AuthorizationTypes: Array
|
9075
9078
|
# @param AdminIdCardType: 经办人的证件类型,支持以下类型
|
9076
9079
|
# <ul><li>ID_CARD : 居民身份证 (默认值)</li>
|
@@ -9079,10 +9082,12 @@ module TencentCloud
|
|
9079
9082
|
# @type AdminIdCardType: String
|
9080
9083
|
# @param AdminIdCardNumber: 经办人的证件号
|
9081
9084
|
# @type AdminIdCardNumber: String
|
9085
|
+
# @param BusinessLicense: 营业执照正面照(PNG或JPG) base64格式, 大小不超过5M
|
9086
|
+
# @type BusinessLicense: String
|
9082
9087
|
|
9083
|
-
attr_accessor :OrganizationName, :OrganizationOpenId, :OpenId, :UniformSocialCreditCode, :LegalName, :Address, :AdminName, :AdminMobile, :AuthorizationTypes, :AdminIdCardType, :AdminIdCardNumber
|
9088
|
+
attr_accessor :OrganizationName, :OrganizationOpenId, :OpenId, :UniformSocialCreditCode, :LegalName, :Address, :AdminName, :AdminMobile, :AuthorizationTypes, :AdminIdCardType, :AdminIdCardNumber, :BusinessLicense
|
9084
9089
|
|
9085
|
-
def initialize(organizationname=nil, organizationopenid=nil, openid=nil, uniformsocialcreditcode=nil, legalname=nil, address=nil, adminname=nil, adminmobile=nil, authorizationtypes=nil, adminidcardtype=nil, adminidcardnumber=nil)
|
9090
|
+
def initialize(organizationname=nil, organizationopenid=nil, openid=nil, uniformsocialcreditcode=nil, legalname=nil, address=nil, adminname=nil, adminmobile=nil, authorizationtypes=nil, adminidcardtype=nil, adminidcardnumber=nil, businesslicense=nil)
|
9086
9091
|
@OrganizationName = organizationname
|
9087
9092
|
@OrganizationOpenId = organizationopenid
|
9088
9093
|
@OpenId = openid
|
@@ -9094,6 +9099,7 @@ module TencentCloud
|
|
9094
9099
|
@AuthorizationTypes = authorizationtypes
|
9095
9100
|
@AdminIdCardType = adminidcardtype
|
9096
9101
|
@AdminIdCardNumber = adminidcardnumber
|
9102
|
+
@BusinessLicense = businesslicense
|
9097
9103
|
end
|
9098
9104
|
|
9099
9105
|
def deserialize(params)
|
@@ -9108,6 +9114,7 @@ module TencentCloud
|
|
9108
9114
|
@AuthorizationTypes = params['AuthorizationTypes']
|
9109
9115
|
@AdminIdCardType = params['AdminIdCardType']
|
9110
9116
|
@AdminIdCardNumber = params['AdminIdCardNumber']
|
9117
|
+
@BusinessLicense = params['BusinessLicense']
|
9111
9118
|
end
|
9112
9119
|
end
|
9113
9120
|
|
@@ -9379,8 +9386,8 @@ module TencentCloud
|
|
9379
9386
|
|
9380
9387
|
attr_accessor :SignUrl, :Deadline, :SignOrder, :SignId, :CustomUserId, :Name, :Mobile, :OrganizationName, :ApproverType, :IdCardNumber, :FlowId, :OpenId, :FlowGroupId, :SignQrcodeUrl
|
9381
9388
|
extend Gem::Deprecate
|
9382
|
-
deprecate :CustomUserId, :none, 2024,
|
9383
|
-
deprecate :CustomUserId=, :none, 2024,
|
9389
|
+
deprecate :CustomUserId, :none, 2024, 2
|
9390
|
+
deprecate :CustomUserId=, :none, 2024, 2
|
9384
9391
|
|
9385
9392
|
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)
|
9386
9393
|
@SignUrl = signurl
|
@@ -9553,8 +9560,8 @@ module TencentCloud
|
|
9553
9560
|
|
9554
9561
|
attr_accessor :Agent, :OperatorType, :ProxyOrganizationOperators, :Operator
|
9555
9562
|
extend Gem::Deprecate
|
9556
|
-
deprecate :Operator, :none, 2024,
|
9557
|
-
deprecate :Operator=, :none, 2024,
|
9563
|
+
deprecate :Operator, :none, 2024, 2
|
9564
|
+
deprecate :Operator=, :none, 2024, 2
|
9558
9565
|
|
9559
9566
|
def initialize(agent=nil, operatortype=nil, proxyorganizationoperators=nil, operator=nil)
|
9560
9567
|
@Agent = agent
|
@@ -9655,8 +9662,8 @@ module TencentCloud
|
|
9655
9662
|
|
9656
9663
|
attr_accessor :Agent, :ProxyOrganizationName, :BusinessLicense, :UniformSocialCreditCode, :ProxyLegalName, :Operator, :ProxyLegalIdCardType, :ProxyLegalIdCardNumber, :ProxyAddress
|
9657
9664
|
extend Gem::Deprecate
|
9658
|
-
deprecate :Operator, :none, 2024,
|
9659
|
-
deprecate :Operator=, :none, 2024,
|
9665
|
+
deprecate :Operator, :none, 2024, 2
|
9666
|
+
deprecate :Operator=, :none, 2024, 2
|
9660
9667
|
|
9661
9668
|
def initialize(agent=nil, proxyorganizationname=nil, businesslicense=nil, uniformsocialcreditcode=nil, proxylegalname=nil, operator=nil, proxylegalidcardtype=nil, proxylegalidcardnumber=nil, proxyaddress=nil)
|
9662
9669
|
@Agent = agent
|
@@ -9788,8 +9795,8 @@ module TencentCloud
|
|
9788
9795
|
|
9789
9796
|
attr_accessor :TemplateId, :TemplateName, :Description, :Components, :Recipients, :SignComponents, :TemplateType, :IsPromoter, :Creator, :CreatedOn, :PreviewUrl, :PdfUrl, :ChannelTemplateId, :ChannelTemplateName, :ChannelAutoSave, :TemplateVersion, :Available
|
9790
9797
|
extend Gem::Deprecate
|
9791
|
-
deprecate :IsPromoter, :none, 2024,
|
9792
|
-
deprecate :IsPromoter=, :none, 2024,
|
9798
|
+
deprecate :IsPromoter, :none, 2024, 2
|
9799
|
+
deprecate :IsPromoter=, :none, 2024, 2
|
9793
9800
|
|
9794
9801
|
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)
|
9795
9802
|
@TemplateId = templateid
|
@@ -9896,8 +9903,8 @@ module TencentCloud
|
|
9896
9903
|
|
9897
9904
|
attr_accessor :Agent, :BusinessType, :FileInfos, :Operator
|
9898
9905
|
extend Gem::Deprecate
|
9899
|
-
deprecate :Operator, :none, 2024,
|
9900
|
-
deprecate :Operator=, :none, 2024,
|
9906
|
+
deprecate :Operator, :none, 2024, 2
|
9907
|
+
deprecate :Operator=, :none, 2024, 2
|
9901
9908
|
|
9902
9909
|
def initialize(agent=nil, businesstype=nil, fileinfos=nil, operator=nil)
|
9903
9910
|
@Agent = agent
|
@@ -10020,14 +10027,14 @@ module TencentCloud
|
|
10020
10027
|
|
10021
10028
|
attr_accessor :OpenId, :Channel, :CustomUserId, :ClientIp, :ProxyIp
|
10022
10029
|
extend Gem::Deprecate
|
10023
|
-
deprecate :Channel, :none, 2024,
|
10024
|
-
deprecate :Channel=, :none, 2024,
|
10025
|
-
deprecate :CustomUserId, :none, 2024,
|
10026
|
-
deprecate :CustomUserId=, :none, 2024,
|
10027
|
-
deprecate :ClientIp, :none, 2024,
|
10028
|
-
deprecate :ClientIp=, :none, 2024,
|
10029
|
-
deprecate :ProxyIp, :none, 2024,
|
10030
|
-
deprecate :ProxyIp=, :none, 2024,
|
10030
|
+
deprecate :Channel, :none, 2024, 2
|
10031
|
+
deprecate :Channel=, :none, 2024, 2
|
10032
|
+
deprecate :CustomUserId, :none, 2024, 2
|
10033
|
+
deprecate :CustomUserId=, :none, 2024, 2
|
10034
|
+
deprecate :ClientIp, :none, 2024, 2
|
10035
|
+
deprecate :ClientIp=, :none, 2024, 2
|
10036
|
+
deprecate :ProxyIp, :none, 2024, 2
|
10037
|
+
deprecate :ProxyIp=, :none, 2024, 2
|
10031
10038
|
|
10032
10039
|
def initialize(openid=nil, channel=nil, customuserid=nil, clientip=nil, proxyip=nil)
|
10033
10040
|
@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.764
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|