tencentcloud-sdk-mrs 3.0.742 → 3.0.744
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/v20200910/models.rb +4 -1
- 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: 95ec681e1fa9e20555e6c6cf2a1246deabcf9aac
|
4
|
+
data.tar.gz: c8de3cd61b831671cfabdfc68a7f5867c2b002a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cb7240b63dd5f6791f31768a0cc2e3f192ed1e324efb3f2563003fe9b78982f808d6f8e8d63f6d267e84b2b5204c709b8cd153323b2dee32651773d5dc6d50a
|
7
|
+
data.tar.gz: 96858ff37b804b8a20fd3e35bbe101572236037ed1d42887867409ba1ed4d166b6fc8b213c787ecdb688aac6ba399711db00bf027f6f9326396bab6f9de756b0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.744
|
data/lib/v20200910/models.rb
CHANGED
@@ -8185,7 +8185,7 @@ module TencentCloud
|
|
8185
8185
|
# @param AgeNorm: 标准化年龄
|
8186
8186
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8187
8187
|
# @type AgeNorm: String
|
8188
|
-
# @param Nation:
|
8188
|
+
# @param Nation: 民族。该字段已不再使用,请从Ethnicity取值
|
8189
8189
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8190
8190
|
# @type Nation: String
|
8191
8191
|
# @param MarriedCode: 婚姻代码
|
@@ -8202,6 +8202,9 @@ module TencentCloud
|
|
8202
8202
|
# @type BedNo: String
|
8203
8203
|
|
8204
8204
|
attr_accessor :Name, :Sex, :Age, :Phone, :Address, :IdCard, :HealthCardNo, :SocialSecurityCardNo, :Birthday, :Ethnicity, :Married, :Profession, :EducationBackground, :Nationality, :BirthPlace, :MedicalInsuranceType, :AgeNorm, :Nation, :MarriedCode, :ProfessionCode, :MedicalInsuranceTypeCode, :BedNo
|
8205
|
+
extend Gem::Deprecate
|
8206
|
+
deprecate :Nation, :none, 2024, 1
|
8207
|
+
deprecate :Nation=, :none, 2024, 1
|
8205
8208
|
|
8206
8209
|
def initialize(name=nil, sex=nil, age=nil, phone=nil, address=nil, idcard=nil, healthcardno=nil, socialsecuritycardno=nil, birthday=nil, ethnicity=nil, married=nil, profession=nil, educationbackground=nil, nationality=nil, birthplace=nil, medicalinsurancetype=nil, agenorm=nil, nation=nil, marriedcode=nil, professioncode=nil, medicalinsurancetypecode=nil, bedno=nil)
|
8207
8210
|
@Name = name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mrs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.744
|
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-01-
|
11
|
+
date: 2024-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|