tencentcloud-sdk-sms 3.0.825 → 3.0.826

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: 53cb4971dfbee74d0ca5be93b355deb7c19f94d1
4
- data.tar.gz: 152406d2a00b727d0f6201d6f9b751cc2964d971
3
+ metadata.gz: 9e72038b7cb2499789cf41256923f624abd68795
4
+ data.tar.gz: 2bb306d43623dc326d2ee54cfd0add82d7bb0602
5
5
  SHA512:
6
- metadata.gz: 9c9d5ef1769ca965bf6ee15381b3f9b1f3a103a1aad6b8e9ec33059934243af90aea565c767dac848f4a383572ed176eae2e771823a6562ff9baaebf2729786e
7
- data.tar.gz: 5d9051b3595a413a1db3da0eee9446cf70cf9fce4b598ccfb78cc3a08552d7466fe390320a76918318aede906a8f86228e8e8999850f2f4afd50bd6ef799cec0
6
+ metadata.gz: d41f90ccc1a68fe21fff0d7141b025449f9ac00cd1e13001903cc78564f478967fd39210abd8dfe166fabd448ae347dd0ff125aee8d02eb9cba2d5838c660443
7
+ data.tar.gz: b7abae36b0a6a766adeb77d5e921152be818e7a0ad412893289440cddcbd258989883f3513a0c9d28f9b8ed409e73959248178e4b699abd2041121a2e9348f3a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.825
1
+ 3.0.826
@@ -130,7 +130,8 @@ module TencentCloud
130
130
  # @type TemplateName: String
131
131
  # @param TemplateContent: 模板内容。
132
132
  # @type TemplateContent: String
133
- # @param SmsType: 短信类型,0表示普通短信, 1表示营销短信。
133
+ # @param SmsType: 短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。
134
+ # 注:原“普通短信”类型模板目前仍支持提交申请,但为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。
134
135
  # @type SmsType: Integer
135
136
  # @param International: 是否国际/港澳台短信:
136
137
  # 0:表示国内短信。
@@ -773,7 +774,8 @@ module TencentCloud
773
774
  # @type TemplateName: String
774
775
  # @param TemplateContent: 新的模板内容。
775
776
  # @type TemplateContent: String
776
- # @param SmsType: 短信类型,0表示普通短信, 1表示营销短信。
777
+ # @param SmsType: 短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。
778
+ # 注:原“普通短信”类型模板目前仍支持提交申请,为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。
777
779
  # @type SmsType: Integer
778
780
  # @param International: 是否国际/港澳台短信:
779
781
  # 0:表示国内短信。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.825
4
+ version: 3.0.826
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-05-19 00:00:00.000000000 Z
11
+ date: 2024-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common