tencentcloud-sdk-nodejs-ess 4.1.202 → 4.1.203

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-ess",
3
- "version": "4.1.202",
3
+ "version": "4.1.203",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11354,6 +11354,7 @@ export interface DescribeIntegrationEmployeesRequest {
11354
11354
  Operator: UserInfo;
11355
11355
  /**
11356
11356
  * 指定分页每页返回的数据条数,单页最大支持 20。
11357
+ 如果没有传递, 则为默认值20。
11357
11358
  */
11358
11359
  Limit?: number;
11359
11360
  /**