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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cda7d3391cf41c3f6484e590c839fce77e98de03
4
- data.tar.gz: be618abc440f5156e8fd83ab3b7978955363beec
3
+ metadata.gz: f112cee633d18b611b7ed49a5221b18cbd8a0e82
4
+ data.tar.gz: fd0856bf604597d467d8f03e0c6446c773f9a34d
5
5
  SHA512:
6
- metadata.gz: c3d7bcbf72176eab37d7e35da99d9446be381a76bf97795844e766de15ae796c8f50deceed7f4a6963ec1c8080cf63a4faa0cf82023514f6637cac403dbfbf0e
7
- data.tar.gz: ae33a76aee9cb31351ed012b4a8c0cd228c8542030b0be249713dc121250216c5a97cd648f453470f4a3017389eac6ae53d717eb74a419a87a6ba1f96ecd8f44
6
+ metadata.gz: 0c0e71b7dcd1030c90301ead5d5866abb356e98f4e9b793e281c83badaaa3a9dca1bad2274a0fdc71b30937c714286c34b64a4fab1c5bf0da3c84867908fe4f6
7
+ data.tar.gz: 2663a054fbb1267e97360a3e89f06641370575931b29248326edfdce721776181db430f7f232de891f380d330a2674ae27e0d7a1692c739389181eb9c8158b9a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.742
1
+ 3.0.743
@@ -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.742
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-04 00:00:00.000000000 Z
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