tencentcloud-sdk-nodejs-intl-en 3.0.1027 → 3.0.1028

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.1027",
3
+ "version": "3.0.1028",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1027";
1
+ const sdkVersion = "3.0.1028";
2
2
  module.exports = sdkVersion
@@ -6666,6 +6666,20 @@ Note: This field may return null, indicating that no valid values can be obtaine
6666
6666
  */
6667
6667
  this.PassportRecognizeInfos = null;
6668
6668
 
6669
+ /**
6670
+ * Card Warning Information
6671
+
6672
+ -9101 Alarm for covered certificate,
6673
+ -9102 Alarm for photocopied certificate,
6674
+ -9103 Alarm for photographed certificate,
6675
+ -9104 Alarm for PS certificate,
6676
+ -9107 Alarm for reflective certificate,
6677
+ -9108 Alarm for blurry image,
6678
+ -9109 This capability is not enabled.
6679
+ * @type {Array.<number> || null}
6680
+ */
6681
+ this.WarnCardInfos = null;
6682
+
6669
6683
  /**
6670
6684
  * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
6671
6685
  * @type {string || null}
@@ -6702,6 +6716,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
6702
6716
  obj.deserialize(params.PassportRecognizeInfos)
6703
6717
  this.PassportRecognizeInfos = obj;
6704
6718
  }
6719
+ this.WarnCardInfos = 'WarnCardInfos' in params ? params.WarnCardInfos : null;
6705
6720
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
6706
6721
 
6707
6722
  }