tencentcloud-sdk-ca 3.0.916 → 3.0.917

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 916275c2ae24a9600afe13d3c8266d4886adecce
4
- data.tar.gz: bbe970da17f34e5b62fd6964acc1ca734cd8d392
3
+ metadata.gz: 55f4735af273186a2c5babe790870c97898fea22
4
+ data.tar.gz: c94632014fece86d348a8318ffc5200b551271ed
5
5
  SHA512:
6
- metadata.gz: a0dbb562afd7526f92b6471b1d47ccb8fa2ae9472efa5f3bb0a0d7d19d5aa86366c56f6eb85ad29636b5c17fef2fc99156c74cf596b866e65108e745c3e619fa
7
- data.tar.gz: 03b9704896502ae6a473d944ac2e06df4b8d79cdc821d95c16d3b3a0e5dd3bac092c0bdf4a0358d29d1fee31c5dd55d14092417eb2351d21089dc2991a8a4e5e
6
+ metadata.gz: 42c385feb1c7754a6ce9d1aeffa442d37e8950e8ef14aa695d625b09124ede2f916a541e61dc1cc821db35783113f6cd6f326685429e919da3cc8b8cb425615a
7
+ data.tar.gz: 30ea09b3091ab5745e64f1fa3970b8bb64691fd8f455df8f515a52569842dd710d01e4fbd8b04d48761bf5cae6116551842130b52e68a0a5c5e6495ca36c4837
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.916
1
+ 3.0.917
@@ -19,17 +19,17 @@ module TencentCloud
19
19
  module V20230228
20
20
  # CreateVerifyReport请求参数结构体
21
21
  class CreateVerifyReportRequest < TencentCloud::Common::AbstractModel
22
- # @param ApplyCustomerType: 客户类型 1:个人,2:企业
22
+ # @param ApplyCustomerType: 申请者类型 1:个人,2:企业
23
23
  # @type ApplyCustomerType: String
24
24
  # @param ApplyCustomerName: 申请企业 or 自然人名称
25
25
  # @type ApplyCustomerName: String
26
- # @param ApplyName: 验签申请人姓名
26
+ # @param ApplyName: 验签申请经办人姓名
27
27
  # @type ApplyName: String
28
- # @param ApplyMobile: 验签申请人电弧
28
+ # @param ApplyMobile: 验签申请经办人电话
29
29
  # @type ApplyMobile: String
30
30
  # @param FileId: 验签文件id
31
31
  # @type FileId: String
32
- # @param ApplyEmail: 验签申请人邮箱
32
+ # @param ApplyEmail: 验签申请经办人邮箱
33
33
  # @type ApplyEmail: String
34
34
 
35
35
  attr_accessor :ApplyCustomerType, :ApplyCustomerName, :ApplyName, :ApplyMobile, :FileId, :ApplyEmail
@@ -129,7 +129,7 @@ module TencentCloud
129
129
  class FileInfo < TencentCloud::Common::AbstractModel
130
130
  # @param FileBody: BASE64编码后的文件内容
131
131
  # @type FileBody: String
132
- # @param FileName: 文件名,最大长度不超过200字符
132
+ # @param FileName: 文件名及类型,最大长度不超过200字符
133
133
  # @type FileName: String
134
134
 
135
135
  attr_accessor :FileBody, :FileName
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ca
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.916
4
+ version: 3.0.917
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud