tencentcloud-sdk-nodejs-intl-en 3.0.1135 → 3.0.1137

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.1135",
3
+ "version": "3.0.1137",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1135";
1
+ const sdkVersion = "3.0.1137";
2
2
  module.exports = sdkVersion
@@ -10138,6 +10138,19 @@ class RecognizeThaiPinkCardResponse extends AbstractModel {
10138
10138
  */
10139
10139
  this.PortraitImage = null;
10140
10140
 
10141
+ /**
10142
+ * Card Warning Information
10143
+
10144
+ -9101 Alarm for covered certificate,
10145
+ -9102 Alarm for photocopied certificate,
10146
+ -9103 Alarm for photographed certificate,
10147
+ -9107 Alarm for reflective certificate,
10148
+ -9108 Alarm for blurry image,
10149
+ -9109 This capability is not enabled.
10150
+ * @type {Array.<number> || null}
10151
+ */
10152
+ this.WarnCardInfos = null;
10153
+
10141
10154
  /**
10142
10155
  * 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.
10143
10156
  * @type {string || null}
@@ -10170,6 +10183,7 @@ class RecognizeThaiPinkCardResponse extends AbstractModel {
10170
10183
  this.RefNumber = 'RefNumber' in params ? params.RefNumber : null;
10171
10184
  this.AdvancedInfo = 'AdvancedInfo' in params ? params.AdvancedInfo : null;
10172
10185
  this.PortraitImage = 'PortraitImage' in params ? params.PortraitImage : null;
10186
+ this.WarnCardInfos = 'WarnCardInfos' in params ? params.WarnCardInfos : null;
10173
10187
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
10174
10188
 
10175
10189
  }