tencentcloud-sdk-nodejs-thpc 4.1.25 → 4.1.34

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-thpc",
3
- "version": "4.1.25",
3
+ "version": "4.1.34",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -524,7 +524,7 @@ export interface AddQueueRequest {
524
524
  */
525
525
  ClusterId: string;
526
526
  /**
527
- * 队列名称。<br><li>最多支持32个字符。
527
+ * 队列名称。<br><li>最多支持32个字符。</li>
528
528
  */
529
529
  QueueName: string;
530
530
  }