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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cda7d3391cf41c3f6484e590c839fce77e98de03
4
- data.tar.gz: be618abc440f5156e8fd83ab3b7978955363beec
3
+ metadata.gz: 95ec681e1fa9e20555e6c6cf2a1246deabcf9aac
4
+ data.tar.gz: c8de3cd61b831671cfabdfc68a7f5867c2b002a1
5
5
  SHA512:
6
- metadata.gz: c3d7bcbf72176eab37d7e35da99d9446be381a76bf97795844e766de15ae796c8f50deceed7f4a6963ec1c8080cf63a4faa0cf82023514f6637cac403dbfbf0e
7
- data.tar.gz: ae33a76aee9cb31351ed012b4a8c0cd228c8542030b0be249713dc121250216c5a97cd648f453470f4a3017389eac6ae53d717eb74a419a87a6ba1f96ecd8f44
6
+ metadata.gz: 6cb7240b63dd5f6791f31768a0cc2e3f192ed1e324efb3f2563003fe9b78982f808d6f8e8d63f6d267e84b2b5204c709b8cd153323b2dee32651773d5dc6d50a
7
+ data.tar.gz: 96858ff37b804b8a20fd3e35bbe101572236037ed1d42887867409ba1ed4d166b6fc8b213c787ecdb688aac6ba399711db00bf027f6f9326396bab6f9de756b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.742
1
+ 3.0.744
@@ -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.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-04 00:00:00.000000000 Z
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