tencentcloud-sdk-nodejs-intl-en 3.0.908 → 3.0.909

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.908",
3
+ "version": "3.0.909",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.908";
1
+ const sdkVersion = "3.0.909";
2
2
  module.exports = sdkVersion
@@ -3920,6 +3920,18 @@ Note: This field may return null, indicating that no valid values can be obtaine
3920
3920
  */
3921
3921
  this.RequestId = null;
3922
3922
 
3923
+ /**
3924
+ * Base64 of cropped image of ID card
3925
+ * @type {string || null}
3926
+ */
3927
+ this.CardCutImageBase64 = null;
3928
+
3929
+ /**
3930
+ * Base64 of the cropped image on the reverse side of the ID card
3931
+ * @type {string || null}
3932
+ */
3933
+ this.CardBackCutImageBase64 = null;
3934
+
3923
3935
  }
3924
3936
 
3925
3937
  /**
@@ -3938,6 +3950,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
3938
3950
  this.CardInfo = obj;
3939
3951
  }
3940
3952
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
3953
+ this.CardCutImageBase64 = 'CardCutImageBase64' in params ? params.CardCutImageBase64 : null;
3954
+ this.CardBackCutImageBase64 = 'CardBackCutImageBase64' in params ? params.CardBackCutImageBase64 : null;
3941
3955
 
3942
3956
  }
3943
3957
  }