tencentcloud-sdk-nodejs-intl-en 3.0.968 → 3.0.970

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.968",
3
+ "version": "3.0.970",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.968";
1
+ const sdkVersion = "3.0.970";
2
2
  module.exports = sdkVersion
@@ -2921,7 +2921,7 @@ Example: HKIDCard
2921
2921
  this.ThemeColor = null;
2922
2922
 
2923
2923
  /**
2924
- * International language, the default value is en (English). Currently supported: th: Thai; en: English;
2924
+ * International language, the default value is en (English). Currently supported: th: Thai; en: English; zh-cn: Simplified Chinese; zh-tc: Tradionnal Chinese; id: Bahasa Indonesia.
2925
2925
  * @type {string || null}
2926
2926
  */
2927
2927
  this.Language = null;