tencentcloud-sdk-sms 3.0.801 → 3.0.802
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/v20210111/models.rb +1 -0
- 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: 64a149b1bce97ae5a54873ba31830348caecc906
|
4
|
+
data.tar.gz: 38ad150c9f4cfed3c21d899cf3e79e4568c3a8a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d2f67615e595fa6e7584114339362c7b9ca03fd1b10036909734287d14249500ad08f560c97de7ee8a2ecf52f607de7f2e80cb4635927979e585ae8072df5f4
|
7
|
+
data.tar.gz: 9330cbc0f7c263826eeba6abae9e93c8eae0511d6084c57942b18cb534859b8d45fec45149f886f6cfd4e2cdb22f805fab03433dad0e452f6ce1a992c5af4246
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.802
|
data/lib/v20210111/models.rb
CHANGED
@@ -778,6 +778,7 @@ module TencentCloud
|
|
778
778
|
# @param International: 是否国际/港澳台短信:
|
779
779
|
# 0:表示国内短信。
|
780
780
|
# 1:表示国际/港澳台短信。
|
781
|
+
# 注:需要和待修改模板 International 值保持一致,该参数不能直接修改国内模板到国际模板。
|
781
782
|
# @type International: Integer
|
782
783
|
# @param Remark: 模板备注,例如申请原因,使用场景等。
|
783
784
|
# @type Remark: String
|
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.
|
4
|
+
version: 3.0.802
|
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-04-
|
11
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|