tencentcloud-sdk-mrs 3.0.742 → 3.0.743
Sign up to get free protection for your applications and to get access to all the features.
- 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: f112cee633d18b611b7ed49a5221b18cbd8a0e82
|
4
|
+
data.tar.gz: fd0856bf604597d467d8f03e0c6446c773f9a34d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c0e71b7dcd1030c90301ead5d5866abb356e98f4e9b793e281c83badaaa3a9dca1bad2274a0fdc71b30937c714286c34b64a4fab1c5bf0da3c84867908fe4f6
|
7
|
+
data.tar.gz: 2663a054fbb1267e97360a3e89f06641370575931b29248326edfdce721776181db430f7f232de891f380d330a2674ae27e0d7a1692c739389181eb9c8158b9a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.743
|
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.743
|
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-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|