tencentcloud-sdk-nodejs-ess 4.0.1030 → 4.0.1035

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.0.1030",
3
+ "version": "4.0.1035",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -2628,7 +2628,7 @@ export interface DescribeIntegrationEmployeesRequest {
2628
2628
  */
2629
2629
  Filters?: Array<Filter>
2630
2630
  /**
2631
- * 偏移量,默认为0,最大20000。。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
2631
+ * 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
2632
2632
  */
2633
2633
  Offset?: number
2634
2634
  }
@@ -2529,7 +2529,7 @@ export interface DescribeIntegrationEmployeesRequest {
2529
2529
  */
2530
2530
  Filters?: Array<Filter>;
2531
2531
  /**
2532
- * 偏移量,默认为0,最大20000。。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
2532
+ * 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
2533
2533
  */
2534
2534
  Offset?: number;
2535
2535
  }