tencentcloud-sdk-sms 3.0.1078 → 3.0.1079

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: 20f8f5c0700aa806e1fcd53d06704b1c23ddc5e8
4
- data.tar.gz: 9e343506df8c86bb2ae22b9c610f3f69a77c1bad
3
+ metadata.gz: 39d67966de0f6873aadb60f0e9a14e52131e1ec5
4
+ data.tar.gz: ff8888ef9bf3ffd50720c109f92c35e8c014ff8e
5
5
  SHA512:
6
- metadata.gz: bc180ffacb9a71d4969c5099be654e85ee0f06fc103d0819ee14e38b6fc3d5ba4c1a53ebbee3f5a97e2267d702017e98bd20f77c821d25c24b4f4e4564597ce2
7
- data.tar.gz: 8c5e439b27e1ffbf29304dc117569e192b6d0f3e52b2d47239e5fb517ecc7302fd3e2566be750e4468dee19cfbedae730203d683c7eb3bf580dcfd2878dc506c
6
+ metadata.gz: 3c5e3ee0459297e970c1d22cf4ea80191344b4fb6ddf375d2d9bea1f9777b638f4d701b85c9c944a0d8b8569fdf302dfa6f3e7b1f839b3576628c0ce668e8933
7
+ data.tar.gz: 61f51662ff00867eb191a03c2a0b29cc05b96ddfb3d465bd242149dedabb2bbd0f853fc881d74c44c72796754fc07cbde23953fd29e3998109d048395bf132c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1078
1
+ 3.0.1079
@@ -2,12 +2,12 @@
2
2
 
3
3
  require 'tencentcloud-sdk-common'
4
4
 
5
- require_relative 'v20210111/client'
6
- require_relative 'v20210111/models'
7
-
8
5
  require_relative 'v20190711/client'
9
6
  require_relative 'v20190711/models'
10
7
 
8
+ require_relative 'v20210111/client'
9
+ require_relative 'v20210111/models'
10
+
11
11
  module TencentCloud
12
12
  module Sms
13
13
  end
@@ -49,8 +49,6 @@ module TencentCloud
49
49
  # 5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
50
50
  # 注1:必须按照对应关系选择证明类型,否则会审核失败。
51
51
  # 注2:签名类型2(网站)、3(公众号)、6(小程序)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。
52
- # 示例值:0
53
-
54
52
  # @type SignType: Integer
55
53
  # @param DocumentType: 证明类型:
56
54
  # 0:三证合一。
@@ -60,7 +58,6 @@ module TencentCloud
60
58
  # 4:应用后台管理截图(个人开发APP)。
61
59
  # 7:商标注册书。
62
60
  # 注:证明类型5(网站备案后台截图)、6(小程序设置页面截图)、8(公众号设置页面截图)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。
63
- # 示例值:1
64
61
  # @type DocumentType: Integer
65
62
  # @param International: 是否国际/港澳台短信:
66
63
  # 0:表示国内短信。
@@ -651,8 +648,6 @@ module TencentCloud
651
648
  # 5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
652
649
  # 注1:必须按照对应关系选择证明类型,否则会审核失败。
653
650
  # 注2:签名类型2(网站)、3(公众号)、6(小程序)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。
654
- # 示例值:0
655
-
656
651
  # @type SignType: Integer
657
652
  # @param DocumentType: 证明类型:
658
653
  # 0:三证合一。
@@ -662,7 +657,6 @@ module TencentCloud
662
657
  # 4:应用后台管理截图(个人开发APP)。
663
658
  # 7:商标注册书。
664
659
  # 注:证明类型5(网站备案后台截图)、6(小程序设置页面截图)、8(公众号设置页面截图)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。
665
- # 示例值:1
666
660
  # @type DocumentType: Integer
667
661
  # @param International: 是否国际/港澳台短信:
668
662
  # 0:表示国内短信。
@@ -45,7 +45,6 @@ module TencentCloud
45
45
  # 5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
46
46
  # 注1:必须按照对应关系选择证明类型,否则会审核失败。
47
47
  # 注2:签名类型2(网站)、3(公众号)、6(小程序)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。
48
- # 示例值:0
49
48
  # @type SignType: Integer
50
49
  # @param DocumentType: 证明类型:
51
50
  # 0:三证合一。
@@ -55,7 +54,6 @@ module TencentCloud
55
54
  # 4:应用后台管理截图(个人开发APP)。
56
55
  # 7:商标注册书。
57
56
  # 注:证明类型5(网站备案后台截图)、6(小程序设置页面截图)、8(公众号设置页面截图)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。
58
- # 示例值:1
59
57
  # @type DocumentType: Integer
60
58
  # @param International: 是否国际/港澳台短信:
61
59
  # 0:表示国内短信。
@@ -698,7 +696,6 @@ module TencentCloud
698
696
  # 5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
699
697
  # 注1:必须按照对应关系选择证明类型,否则会审核失败。
700
698
  # 注2:签名类型2(网站)、3(公众号)、6(小程序)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。
701
- # 示例值:0
702
699
  # @type SignType: Integer
703
700
  # @param DocumentType: 证明类型:
704
701
  # 0:三证合一。
@@ -708,7 +705,6 @@ module TencentCloud
708
705
  # 4:应用后台管理截图(个人开发APP)。
709
706
  # 7:商标注册书。
710
707
  # 注:证明类型5(网站备案后台截图)、6(小程序设置页面截图)、8(公众号设置页面截图)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。
711
- # 示例值:1
712
708
  # @type DocumentType: Integer
713
709
  # @param International: 是否国际/港澳台短信:
714
710
  # 0:表示国内短信。
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1078
4
+ version: 3.0.1079
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud