tencentcloud-sdk-nodejs-intl-en 3.0.848 → 3.0.850

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.848",
3
+ "version": "3.0.850",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.848";
1
+ const sdkVersion = "3.0.850";
2
2
  module.exports = sdkVersion
@@ -131,7 +131,7 @@ class QueryVoucherListByUinRequest extends AbstractModel {
131
131
  super();
132
132
 
133
133
  /**
134
- * Customer UIN list
134
+ * List of customer UIN. Array length value:1-20.
135
135
  * @type {Array.<number> || null}
136
136
  */
137
137
  this.ClientUins = null;
@@ -721,7 +721,7 @@ class QueryCreditByUinListRequest extends AbstractModel {
721
721
  super();
722
722
 
723
723
  /**
724
- * User list
724
+ * List of user. Array length value: 1-50.
725
725
  * @type {Array.<number> || null}
726
726
  */
727
727
  this.UinList = null;
@@ -1906,7 +1906,7 @@ class DescribeCustomerInfoRequest extends AbstractModel {
1906
1906
  super();
1907
1907
 
1908
1908
  /**
1909
- * List of customer UINs
1909
+ * List of customer UIN. Array length value: 1-20.
1910
1910
  * @type {Array.<number> || null}
1911
1911
  */
1912
1912
  this.CustomerUin = null;
@@ -2807,7 +2807,7 @@ class QueryVoucherAmountByUinRequest extends AbstractModel {
2807
2807
  super();
2808
2808
 
2809
2809
  /**
2810
- * Customer UIN list
2810
+ * List of customer UIN. Array length value: 1-20.
2811
2811
  * @type {Array.<number> || null}
2812
2812
  */
2813
2813
  this.ClientUins = null;