tencentcloud-sdk-nodejs-intl-en 3.0.610 → 3.0.612

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.610",
3
+ "version": "3.0.612",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.610";
1
+ const sdkVersion = "3.0.612";
2
2
  module.exports = sdkVersion
@@ -1611,8 +1611,8 @@ class DescribeSmsTemplateListRequest extends AbstractModel {
1611
1611
  this.International = null;
1612
1612
 
1613
1613
  /**
1614
- * Array of template IDs. If the array is empty, the template list information will be queried by default (only allowed for root accounts). You need to use the `Limit` and `Offset` fields to set the query range.
1615
- <dx-alert infotype="notice" title="Note">The default array length can be up to 100</dx-alert>
1614
+ * Array of template IDs. If the array is empty, the template list information will be queried by default. You need to use the `Limit` and `Offset` fields to set the query range.
1615
+ <dx-alert infotype="notice" title="Note">The max array length is 100 by default.</dx-alert>
1616
1616
  * @type {Array.<number> || null}
1617
1617
  */
1618
1618
  this.TemplateIdSet = null;