tencentcloud-sdk-domain 3.0.1065 → 3.0.1066

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: de0af173a0ab824bf740bf759cac090a82fa046f
4
- data.tar.gz: aa9414bf7670daa80149a43b52547d86e2fdfa2b
3
+ metadata.gz: e61293af35b21af3122ddbd459ce3cd6b64e51c9
4
+ data.tar.gz: 4be4c7a9768b08fe76794fbfb833ada6cf711705
5
5
  SHA512:
6
- metadata.gz: d9f1169499ed28393f493152bbee4ab5b65fc459e729776fbecf69c83183565c29b5782aec79cd05203de6cf2c78c8a71d09c3d6990afcbf3f8e367e83a23ed5
7
- data.tar.gz: 0c524571a68687213471a150bcb7b4b8693b9e01ffd3f92e7c78c397fdb2e4ef132428acafbceb2a6672003a182f31b6fd7b2192667ab04b141a8217b87917e9
6
+ metadata.gz: 79e469221c7c13db544d21c852223c68152e87b799f505d6d67a7115ec543d7353b503f71ebe2b7311cd5845da147b461bb6faab5c3479a8e8fb7464f162ad53
7
+ data.tar.gz: 7bff7ed5b6eccb0d16e79b1e6c3d07bf41c07c3e8128d9593d5b94f3e9438759c7f094cf6f368b857b3a08b1a48059bf2cb868237e984422c53a12684f3486a5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1065
1
+ 3.0.1066
@@ -1114,7 +1114,7 @@ module TencentCloud
1114
1114
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1115
1115
  end
1116
1116
 
1117
- # 修改模板信息
1117
+ # 修改模板信息,仅能修改模板未通过审核的,即[模板详情](https://cloud.tencent.com/document/product/242/50018)中:AuditStatus不为Approved状态的
1118
1118
 
1119
1119
  # @param request: Request instance for ModifyTemplate.
1120
1120
  # @type request: :class:`Tencentcloud::domain::V20180808::ModifyTemplateRequest`
@@ -3512,6 +3512,7 @@ module TencentCloud
3512
3512
  # @param ContactInfo: 联系人信息
3513
3513
  # @type ContactInfo: :class:`Tencentcloud::Domain.v20180808.models.ContactInfo`
3514
3514
  # @param TemplateId: 模板ID
3515
+ # 可通过接口: [DescribeTemplateList](https://cloud.tencent.com/document/product/242/48940)
3515
3516
  # @type TemplateId: String
3516
3517
 
3517
3518
  attr_accessor :CertificateInfo, :ContactInfo, :TemplateId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1065
4
+ version: 3.0.1066
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-21 00:00:00.000000000 Z
11
+ date: 2025-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common