tencentcloud-sdk-dbbrain 3.0.856 → 3.0.858

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: 02a2c482c908badc5d46a9d117d5ffb31108f58b
4
- data.tar.gz: 61681094bcef7cbc43d2b3b7d8cb23150053f6bf
3
+ metadata.gz: 91a4b001169d08eec2239ff3137731800a09b1ee
4
+ data.tar.gz: 2c49bd297d0ff002865be23d21afd3f21cc9ba08
5
5
  SHA512:
6
- metadata.gz: 3bfdfba1d432c172ac0194816584842e87779c3312aa4df1574e1f9a5d94af375a064dc31acd7c90ad1770ae851ee89b807e82e05236e18f2e5ba25930d2dcf9
7
- data.tar.gz: d5022dbdcbfb7df52b89695e6b7239d99e60b10c125b06de813ed2040c355ba68c1862856e503f7b6410cd0b10f9bac63ce8d0bc0601a444fdb955b3e274e036
6
+ metadata.gz: 6aaf6ff02301c4e2d2e5e87ec73b756cdc55c9fa8bfc85c554f4bda376ef497af2791a7979498022289ac0b16f975dff9cdfcf92f5afe0f2b4c71f7c21c6bd37
7
+ data.tar.gz: 01cad6b6675d0e4be1c38844b50f7ee8d2bc660a0a114035ce57ac2042fd3020107d343affeff0afaf910da3fd7b986409e1e9fe895b28d2cb07054c697160af
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.856
1
+ 3.0.858
@@ -21,7 +21,7 @@ module TencentCloud
21
21
  class AddUserContactRequest < TencentCloud::Common::AbstractModel
22
22
  # @param Name: 联系人姓名,由中英文、数字、空格、!@#$%^&*()_+-=()组成,不能以下划线开头,长度在20以内。
23
23
  # @type Name: String
24
- # @param ContactInfo: 邮箱地址,支持大小写字母、数字、下划线及@字符, 不能以下划线开头,邮箱地址不可重复。
24
+ # @param ContactInfo: 邮箱地址,支持大小写字母、数字、下划线、连字符及@字符, 只能以数字或字母开头,邮箱地址不可重复。
25
25
  # @type ContactInfo: String
26
26
  # @param Product: 服务产品类型,固定值:"mysql"。
27
27
  # @type Product: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.856
4
+ version: 3.0.858
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-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common