tencentcloud-sdk-nodejs-essbasic 4.0.1033 → 4.0.1034

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-essbasic",
3
- "version": "4.0.1033",
3
+ "version": "4.0.1034",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -8969,7 +8969,7 @@ export interface ChannelDescribeEmployeesResponse {
8969
8969
  */
8970
8970
  Employees?: Array<Staff>
8971
8971
  /**
8972
- * 指定分页返回第几页的数据。页码从 0 开始,即首页为 0,最大20000。
8972
+ * 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
8973
8973
  */
8974
8974
  Offset?: number
8975
8975
  /**
@@ -8706,7 +8706,7 @@ export interface ChannelDescribeEmployeesResponse {
8706
8706
  */
8707
8707
  Employees?: Array<Staff>;
8708
8708
  /**
8709
- * 指定分页返回第几页的数据。页码从 0 开始,即首页为 0,最大20000。
8709
+ * 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
8710
8710
  */
8711
8711
  Offset?: number;
8712
8712
  /**