tencentcloud-sdk-nodejs-apm 4.1.155 → 4.1.157

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-apm",
3
- "version": "4.1.155",
3
+ "version": "4.1.157",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1560,7 +1560,7 @@ export interface DescribeGeneralSpanListRequest {
1560
1560
  */
1561
1561
  BusinessName?: string;
1562
1562
  /**
1563
- * 单页项目个数,默认为10000,合法取值范围为010000
1563
+ * 单页项目个数,默认为1000,合法取值范围为11000
1564
1564
  */
1565
1565
  Limit?: number;
1566
1566
  /**