tencentcloud-sdk-nodejs-intl-en 3.0.1034 → 3.0.1036

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.1034",
3
+ "version": "3.0.1036",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1034";
1
+ const sdkVersion = "3.0.1036";
2
2
  module.exports = sdkVersion
@@ -5536,6 +5536,20 @@ Note: This field may return null, indicating that no valid values can be obtaine
5536
5536
  */
5537
5537
  this.CardBackCutImageBase64 = null;
5538
5538
 
5539
+ /**
5540
+ * Card Warning Information
5541
+
5542
+ -9101 Alarm for covered certificate,
5543
+ -9102 Alarm for photocopied certificate,
5544
+ -9103 Alarm for photographed certificate,
5545
+ -9104 Alarm for PS certificate,
5546
+ -9107 Alarm for reflective certificate,
5547
+ -9108 Alarm for blurry image,
5548
+ -9109 This capability is not enabled.
5549
+ * @type {Array.<number> || null}
5550
+ */
5551
+ this.WarnCardInfos = null;
5552
+
5539
5553
  }
5540
5554
 
5541
5555
  /**
@@ -5562,6 +5576,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
5562
5576
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
5563
5577
  this.CardCutImageBase64 = 'CardCutImageBase64' in params ? params.CardCutImageBase64 : null;
5564
5578
  this.CardBackCutImageBase64 = 'CardBackCutImageBase64' in params ? params.CardBackCutImageBase64 : null;
5579
+ this.WarnCardInfos = 'WarnCardInfos' in params ? params.WarnCardInfos : null;
5565
5580
 
5566
5581
  }
5567
5582
  }