tencentcloud-sdk-nodejs-intl-en 3.0.947 → 3.0.948

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.947",
3
+ "version": "3.0.948",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.947";
1
+ const sdkVersion = "3.0.948";
2
2
  module.exports = sdkVersion
@@ -1821,18 +1821,25 @@ Default value: 4
1821
1821
 
1822
1822
  /**
1823
1823
  * The identity document type. Valid values:
1824
- 1. `HK` (default): Identity card of Hong Kong (China)
1825
- 2. `ML`: Malaysian identity card
1826
- 3. `IndonesiaIDCard`: Indonesian identity card
1827
- 4. `PhilippinesVoteID`: Philippine voters ID card
1828
- 5. `PhilippinesDrivingLicense`: Philippine driver's license
1829
- 6. `PhilippinesTinID`: Philippine TIN ID card
1830
- 7. `PhilippinesSSSID`: Philippine SSS ID card
1831
- 8. `PhilippinesUMID`: Philippine UMID card
1832
- 9. `MLIDPassport`: Passport issued in Hong Kong/Macao/Taiwan (China) or other countries/regions
1824
+ 1. HK (default): Identity card of Hong Kong (China)
1825
+ 2. ML: Malaysian identity card
1826
+ 3. IndonesiaIDCard: Indonesian identity card
1827
+ 4. PhilippinesVoteID: Philippine voters ID card
1828
+ 5. PhilippinesDrivingLicense: Philippine driver's license
1829
+ 6. PhilippinesTinID: Philippine TIN ID card
1830
+ 7. PhilippinesSSSID: Philippine SSS ID card
1831
+ 8. PhilippinesUMID: Philippine UMID card
1832
+ 9. MLIDPassport: Passport issued in Hong Kong/Macao/Taiwan (China) or other countries/regions
1833
1833
  10..MacaoIDCard: Macao ID Card
1834
1834
  11.ThailandIDCard: Thailand ID Card
1835
1835
  12.MainlandIDCard: Mainland ID Card
1836
+ 13.SingaporeIDCard: Singapore ID Card
1837
+ 14.JapanIDCard: Japan ID Card
1838
+ 15.MLDrivingLicense: Malaysian Driving License
1839
+ 16.IndonesiaDrivingLicense: Indonesia Driving License
1840
+ 17.ThailandDrivingLicense: Thailand Driving License
1841
+ 18.SingaporeDrivingLicense: Singapore Driving License
1842
+ 19.JapanDrivingLicense: Japan Driving License
1836
1843
  * @type {string || null}
1837
1844
  */
1838
1845
  this.IdCardType = null;