tencentcloud-sdk-ess 3.0.683 → 3.0.685
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/v20201111/client.rb +59 -2
- data/lib/v20201111/models.rb +144 -29
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c757078e13264ed4c86d40b1e9be392f8c8477c
|
4
|
+
data.tar.gz: b62766762377b443a24ebbe46149bc353292f7f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b41c9e848d299076d7c726609ff2f21cf957396fde251fd1b1aff0a54b8deed548c967d6adf84e1aca721fcdc14a7d457d8b09d91445060da9fe39422ffaa080
|
7
|
+
data.tar.gz: d1957abbb1f04fee4f203b23fb7ee6f3bf0d53dce1bb3e26e3d6d41621e310d58a41c061ee96d2cef92af947260ee8b668505358389d4d4eb4db393e77b14f14
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.685
|
data/lib/v20201111/client.rb
CHANGED
@@ -191,13 +191,13 @@ module TencentCloud
|
|
191
191
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
192
192
|
end
|
193
193
|
|
194
|
-
# 此接口(CreateConvertTaskApi)用来将word、excel、图片、txt类型文件转换为PDF文件。<br />
|
194
|
+
# 此接口(CreateConvertTaskApi)用来将word、excel、html、图片、txt类型文件转换为PDF文件。<br />
|
195
195
|
# 前提条件:源文件已经通过 <a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles" target="_blank">文件上传接口</a>完成上传,并得到了源文件的资源Id。<br />
|
196
196
|
# 适用场景1:已经上传了一个word文件,希望将该word文件转换成pdf文件后发起合同
|
197
197
|
# 适用场景2:已经上传了一个jpg图片文件,希望将该图片文件转换成pdf文件后发起合同<br />
|
198
198
|
# 转换文件是一个耗时操作,若想查看转换任务是否完成,可以通过<a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/GetTaskResultApi" target="_blank">查询转换任务状态</a>接口获取任务状态。<br />
|
199
199
|
# 注:
|
200
|
-
# 1. `支持的文件类型有doc、docx、xls、xlsx、jpg、jpeg、png、bmp、txt`
|
200
|
+
# 1. `支持的文件类型有doc、docx、xls、xlsx、html、jpg、jpeg、png、bmp、txt`
|
201
201
|
# 2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
|
202
202
|
|
203
203
|
# @param request: Request instance for CreateConvertTaskApi.
|
@@ -283,6 +283,32 @@ module TencentCloud
|
|
283
283
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
284
284
|
end
|
285
285
|
|
286
|
+
# 创建企业扩展服务授权,当前仅支持授权 “企业自动签” 给企业员工。
|
287
|
+
|
288
|
+
# 注:支持集团代子企业操作,请联系运营开通此功能。
|
289
|
+
|
290
|
+
# @param request: Request instance for CreateExtendedServiceAuthInfos.
|
291
|
+
# @type request: :class:`Tencentcloud::ess::V20201111::CreateExtendedServiceAuthInfosRequest`
|
292
|
+
# @rtype: :class:`Tencentcloud::ess::V20201111::CreateExtendedServiceAuthInfosResponse`
|
293
|
+
def CreateExtendedServiceAuthInfos(request)
|
294
|
+
body = send_request('CreateExtendedServiceAuthInfos', request.serialize)
|
295
|
+
response = JSON.parse(body)
|
296
|
+
if response['Response'].key?('Error') == false
|
297
|
+
model = CreateExtendedServiceAuthInfosResponse.new
|
298
|
+
model.deserialize(response['Response'])
|
299
|
+
model
|
300
|
+
else
|
301
|
+
code = response['Response']['Error']['Code']
|
302
|
+
message = response['Response']['Error']['Message']
|
303
|
+
reqid = response['Response']['RequestId']
|
304
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
305
|
+
end
|
306
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
307
|
+
raise e
|
308
|
+
rescue StandardError => e
|
309
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
310
|
+
end
|
311
|
+
|
286
312
|
# 通过模板创建签署流程<br/>
|
287
313
|
# 适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。
|
288
314
|
|
@@ -928,6 +954,11 @@ module TencentCloud
|
|
928
954
|
|
929
955
|
# 本接口(CreateSeal)用于创建企业电子印章,支持创建企业公章,合同章,财务专用章和人事专用章创建。
|
930
956
|
|
957
|
+
# 1. 可以**通过图片**创建印章,图片最大5MB
|
958
|
+
# 2. 可以**系统创建**创建印章, 系统创建的印章样子下图(样式可以调整)
|
959
|
+
|
960
|
+
# 
|
961
|
+
|
931
962
|
# @param request: Request instance for CreateSeal.
|
932
963
|
# @type request: :class:`Tencentcloud::ess::V20201111::CreateSealRequest`
|
933
964
|
# @rtype: :class:`Tencentcloud::ess::V20201111::CreateSealResponse`
|
@@ -1057,6 +1088,32 @@ module TencentCloud
|
|
1057
1088
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1058
1089
|
end
|
1059
1090
|
|
1091
|
+
# 删除企业扩展服务授权,当前仅支持 “企业自动签” 取消授权。
|
1092
|
+
|
1093
|
+
# 注:支持集团代子企业操作,请联系运营开通此功能。
|
1094
|
+
|
1095
|
+
# @param request: Request instance for DeleteExtendedServiceAuthInfos.
|
1096
|
+
# @type request: :class:`Tencentcloud::ess::V20201111::DeleteExtendedServiceAuthInfosRequest`
|
1097
|
+
# @rtype: :class:`Tencentcloud::ess::V20201111::DeleteExtendedServiceAuthInfosResponse`
|
1098
|
+
def DeleteExtendedServiceAuthInfos(request)
|
1099
|
+
body = send_request('DeleteExtendedServiceAuthInfos', request.serialize)
|
1100
|
+
response = JSON.parse(body)
|
1101
|
+
if response['Response'].key?('Error') == false
|
1102
|
+
model = DeleteExtendedServiceAuthInfosResponse.new
|
1103
|
+
model.deserialize(response['Response'])
|
1104
|
+
model
|
1105
|
+
else
|
1106
|
+
code = response['Response']['Error']['Code']
|
1107
|
+
message = response['Response']['Error']['Message']
|
1108
|
+
reqid = response['Response']['RequestId']
|
1109
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1110
|
+
end
|
1111
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1112
|
+
raise e
|
1113
|
+
rescue StandardError => e
|
1114
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1115
|
+
end
|
1116
|
+
|
1060
1117
|
# 此接口(DeleteIntegrationDepartment)用于删除企业的部门信息。
|
1061
1118
|
|
1062
1119
|
# @param request: Request instance for DeleteIntegrationDepartment.
|
data/lib/v20201111/models.rb
CHANGED
@@ -1386,12 +1386,13 @@ module TencentCloud
|
|
1386
1386
|
# @param NeedPreview: 是否为预览模式,取值如下:
|
1387
1387
|
# <ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li>
|
1388
1388
|
# <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。</li></ul>
|
1389
|
-
# 注:
|
1389
|
+
# 注: `当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,动态表格合成完后会触发文档合成完成的回调通知`
|
1390
1390
|
# @type NeedPreview: Boolean
|
1391
1391
|
# @param PreviewType: 预览模式下产生的预览链接类型
|
1392
1392
|
# <ul><li> **0** :(默认) 文件流 ,点开后后下载预览的合同PDF文件 </li>
|
1393
|
-
# <li> **1** :H5链接
|
1394
|
-
# 注:
|
1393
|
+
# <li> **1** :H5链接 ,点开后在浏览器中展示合同的样子。</li></ul>
|
1394
|
+
# 注: `1.此参数在NeedPreview 为true时有效`
|
1395
|
+
# `2.动态表格控件不支持H5链接方式预览`
|
1395
1396
|
# @type PreviewType: Integer
|
1396
1397
|
# @param Agent: 代理企业和员工的信息。
|
1397
1398
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
@@ -1565,6 +1566,62 @@ module TencentCloud
|
|
1565
1566
|
end
|
1566
1567
|
end
|
1567
1568
|
|
1569
|
+
# CreateExtendedServiceAuthInfos请求参数结构体
|
1570
|
+
class CreateExtendedServiceAuthInfosRequest < TencentCloud::Common::AbstractModel
|
1571
|
+
# @param Operator: 执行本接口操作的员工信息。
|
1572
|
+
# 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
1573
|
+
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
1574
|
+
# @param UserIds: 本企业员工的id,需要已实名,正常在职员工
|
1575
|
+
# @type UserIds: Array
|
1576
|
+
# @param ExtendServiceType: 要查询的扩展服务类型。
|
1577
|
+
# 默认为空,即查询当前支持的所有扩展服务信息。
|
1578
|
+
# 若需查询单个扩展服务的开通情况,请传递相应的值,如下所示:
|
1579
|
+
# <ul><li>OPEN_SERVER_SIGN:企业自动签</li>
|
1580
|
+
# </ul>
|
1581
|
+
# @type ExtendServiceType: String
|
1582
|
+
# @param Agent: 代理企业和员工的信息。
|
1583
|
+
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
1584
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
1585
|
+
|
1586
|
+
attr_accessor :Operator, :UserIds, :ExtendServiceType, :Agent
|
1587
|
+
|
1588
|
+
def initialize(operator=nil, userids=nil, extendservicetype=nil, agent=nil)
|
1589
|
+
@Operator = operator
|
1590
|
+
@UserIds = userids
|
1591
|
+
@ExtendServiceType = extendservicetype
|
1592
|
+
@Agent = agent
|
1593
|
+
end
|
1594
|
+
|
1595
|
+
def deserialize(params)
|
1596
|
+
unless params['Operator'].nil?
|
1597
|
+
@Operator = UserInfo.new
|
1598
|
+
@Operator.deserialize(params['Operator'])
|
1599
|
+
end
|
1600
|
+
@UserIds = params['UserIds']
|
1601
|
+
@ExtendServiceType = params['ExtendServiceType']
|
1602
|
+
unless params['Agent'].nil?
|
1603
|
+
@Agent = Agent.new
|
1604
|
+
@Agent.deserialize(params['Agent'])
|
1605
|
+
end
|
1606
|
+
end
|
1607
|
+
end
|
1608
|
+
|
1609
|
+
# CreateExtendedServiceAuthInfos返回参数结构体
|
1610
|
+
class CreateExtendedServiceAuthInfosResponse < TencentCloud::Common::AbstractModel
|
1611
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1612
|
+
# @type RequestId: String
|
1613
|
+
|
1614
|
+
attr_accessor :RequestId
|
1615
|
+
|
1616
|
+
def initialize(requestid=nil)
|
1617
|
+
@RequestId = requestid
|
1618
|
+
end
|
1619
|
+
|
1620
|
+
def deserialize(params)
|
1621
|
+
@RequestId = params['RequestId']
|
1622
|
+
end
|
1623
|
+
end
|
1624
|
+
|
1568
1625
|
# CreateFlowApprovers请求参数结构体
|
1569
1626
|
class CreateFlowApproversRequest < TencentCloud::Common::AbstractModel
|
1570
1627
|
# @param Operator: 执行本接口操作的员工信息。
|
@@ -3778,27 +3835,32 @@ module TencentCloud
|
|
3778
3835
|
# @param Operator: 执行本接口操作的员工信息。
|
3779
3836
|
# 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
3780
3837
|
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
3781
|
-
# @param SealName: 电子印章名字,1-50
|
3838
|
+
# @param SealName: 电子印章名字,1-50个中文字符
|
3839
|
+
# 注:`同一企业下电子印章名字不能相同`
|
3782
3840
|
# @type SealName: String
|
3783
3841
|
# @param Agent: 代理企业和员工的信息。
|
3784
3842
|
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
3785
3843
|
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
3786
|
-
# @param GenerateSource:
|
3787
|
-
# 如果要使用系统生成印章,此值传:SealGenerateSourceSystem;
|
3788
|
-
# 如果要使用图片上传请传字段 Image
|
3789
|
-
# @type GenerateSource: String
|
3790
|
-
# @param SealType: 电子印章类型:
|
3844
|
+
# @param GenerateSource: 电子印章生成方式
|
3791
3845
|
# <ul>
|
3792
|
-
# <li
|
3793
|
-
# <li>
|
3794
|
-
#
|
3795
|
-
#
|
3846
|
+
# <li><strong>空值</strong>:(默认)使用上传的图片生成印章, 此时需要上传SealImage图片</li>
|
3847
|
+
# <li><strong>SealGenerateSourceSystem</strong>: 系统生成印章, 无需上传SealImage图片</li>
|
3848
|
+
# </ul>
|
3849
|
+
# @type GenerateSource: String
|
3850
|
+
# @param SealType: 电子印章类型 , 可选类型如下:
|
3851
|
+
# <ul><li>**OFFICIAL**: (默认)公章</li>
|
3852
|
+
# <li>**CONTRACT**: 合同专用章;</li>
|
3853
|
+
# <li>**FINANCE**: 合财务专用章;</li>
|
3854
|
+
# <li>**PERSONNEL**: 人事专用章</li>
|
3796
3855
|
# </ul>
|
3856
|
+
# 注: `同企业下只能有一个公章, 重复创建会报错`
|
3797
3857
|
# @type SealType: String
|
3798
3858
|
# @param FileName: 电子印章图片文件名称,1-50个中文字符。
|
3799
3859
|
# @type FileName: String
|
3800
|
-
# @param Image: 电子印章图片base64
|
3801
|
-
|
3860
|
+
# @param Image: 电子印章图片base64编码,大小不超过10M(原始图片不超过5M),只支持PNG或JPG图片格式
|
3861
|
+
|
3862
|
+
# 注: `通过图片创建的电子印章,需电子签平台人工审核`
|
3863
|
+
|
3802
3864
|
# @type Image: String
|
3803
3865
|
# @param Width: 电子印章宽度,单位px
|
3804
3866
|
# 参数不再启用,系统会设置印章大小为标准尺寸。
|
@@ -3810,7 +3872,10 @@ module TencentCloud
|
|
3810
3872
|
|
3811
3873
|
# 系统目前只支持红色印章创建。
|
3812
3874
|
# @type Color: String
|
3813
|
-
# @param SealHorizontalText: 企业印章横向文字,最多可填15
|
3875
|
+
# @param SealHorizontalText: 企业印章横向文字,最多可填15个汉字 (若超过印章最大宽度,优先压缩字间距,其次缩小字号)
|
3876
|
+
# 横向文字的位置如下图中的"印章横向文字在这里"
|
3877
|
+
|
3878
|
+
# 
|
3814
3879
|
# @type SealHorizontalText: String
|
3815
3880
|
# @param SealChordText: 暂时不支持下弦文字设置
|
3816
3881
|
# @type SealChordText: String
|
@@ -3818,20 +3883,14 @@ module TencentCloud
|
|
3818
3883
|
# @type SealCentralType: String
|
3819
3884
|
# @param FileToken: 通过文件上传时,服务端生成的电子印章上传图片的token
|
3820
3885
|
# @type FileToken: String
|
3821
|
-
# @param SealStyle:
|
3822
|
-
|
3823
|
-
# <
|
3824
|
-
# <li>cycle:圆形印章;</li>
|
3825
|
-
# <li>ellipse:椭圆印章;</li>
|
3826
|
-
# <li>注:默认圆形印章</li>
|
3827
|
-
# </ul>
|
3886
|
+
# @param SealStyle: 印章样式, 可以选择的样式如下:
|
3887
|
+
# <ul><li>**cycle**:(默认)圆形印章</li>
|
3888
|
+
# <li>**ellipse**:椭圆印章</li>
|
3828
3889
|
# @type SealStyle: String
|
3829
|
-
# @param SealSize:
|
3830
|
-
# <ul>
|
3831
|
-
# <li>
|
3832
|
-
# <li>
|
3833
|
-
# <li>45_30 椭圆形印章45mm x 30mm;</li>
|
3834
|
-
# </ul>
|
3890
|
+
# @param SealSize: 印章尺寸取值描述, 可以选择的尺寸如下:
|
3891
|
+
# <ul><li> **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效</li>
|
3892
|
+
# <li> **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效</li>
|
3893
|
+
# <li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
|
3835
3894
|
# @type SealSize: String
|
3836
3895
|
|
3837
3896
|
attr_accessor :Operator, :SealName, :Agent, :GenerateSource, :SealType, :FileName, :Image, :Width, :Height, :Color, :SealHorizontalText, :SealChordText, :SealCentralType, :FileToken, :SealStyle, :SealSize
|
@@ -4189,6 +4248,62 @@ module TencentCloud
|
|
4189
4248
|
end
|
4190
4249
|
end
|
4191
4250
|
|
4251
|
+
# DeleteExtendedServiceAuthInfos请求参数结构体
|
4252
|
+
class DeleteExtendedServiceAuthInfosRequest < TencentCloud::Common::AbstractModel
|
4253
|
+
# @param Operator: 执行本接口操作的员工信息。
|
4254
|
+
# 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
4255
|
+
# @type Operator: :class:`Tencentcloud::Ess.v20201111.models.UserInfo`
|
4256
|
+
# @param UserIds: 本企业员工的id,需要已实名,正常在职员工
|
4257
|
+
# @type UserIds: Array
|
4258
|
+
# @param ExtendServiceType: 要查询的扩展服务类型。
|
4259
|
+
# 默认为空,即查询当前支持的所有扩展服务信息。
|
4260
|
+
# 若需查询单个扩展服务的开通情况,请传递相应的值,如下所示:
|
4261
|
+
# <ul><li>OPEN_SERVER_SIGN:企业自动签</li>
|
4262
|
+
# </ul>
|
4263
|
+
# @type ExtendServiceType: String
|
4264
|
+
# @param Agent: 代理企业和员工的信息。
|
4265
|
+
# 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
4266
|
+
# @type Agent: :class:`Tencentcloud::Ess.v20201111.models.Agent`
|
4267
|
+
|
4268
|
+
attr_accessor :Operator, :UserIds, :ExtendServiceType, :Agent
|
4269
|
+
|
4270
|
+
def initialize(operator=nil, userids=nil, extendservicetype=nil, agent=nil)
|
4271
|
+
@Operator = operator
|
4272
|
+
@UserIds = userids
|
4273
|
+
@ExtendServiceType = extendservicetype
|
4274
|
+
@Agent = agent
|
4275
|
+
end
|
4276
|
+
|
4277
|
+
def deserialize(params)
|
4278
|
+
unless params['Operator'].nil?
|
4279
|
+
@Operator = UserInfo.new
|
4280
|
+
@Operator.deserialize(params['Operator'])
|
4281
|
+
end
|
4282
|
+
@UserIds = params['UserIds']
|
4283
|
+
@ExtendServiceType = params['ExtendServiceType']
|
4284
|
+
unless params['Agent'].nil?
|
4285
|
+
@Agent = Agent.new
|
4286
|
+
@Agent.deserialize(params['Agent'])
|
4287
|
+
end
|
4288
|
+
end
|
4289
|
+
end
|
4290
|
+
|
4291
|
+
# DeleteExtendedServiceAuthInfos返回参数结构体
|
4292
|
+
class DeleteExtendedServiceAuthInfosResponse < TencentCloud::Common::AbstractModel
|
4293
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4294
|
+
# @type RequestId: String
|
4295
|
+
|
4296
|
+
attr_accessor :RequestId
|
4297
|
+
|
4298
|
+
def initialize(requestid=nil)
|
4299
|
+
@RequestId = requestid
|
4300
|
+
end
|
4301
|
+
|
4302
|
+
def deserialize(params)
|
4303
|
+
@RequestId = params['RequestId']
|
4304
|
+
end
|
4305
|
+
end
|
4306
|
+
|
4192
4307
|
# DeleteIntegrationDepartment请求参数结构体
|
4193
4308
|
class DeleteIntegrationDepartmentRequest < TencentCloud::Common::AbstractModel
|
4194
4309
|
# @param Operator: 执行本接口操作的员工信息。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.685
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20201111/models.rb
|
37
36
|
- lib/v20201111/client.rb
|
37
|
+
- lib/v20201111/models.rb
|
38
38
|
- lib/tencentcloud-sdk-ess.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|