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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
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
|
|
1615
|
-
<dx-alert infotype="notice" title="Note">The
|
|
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;
|