tencentcloud-sdk-nodejs-essbasic 4.0.1033 → 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
|
@@ -8969,7 +8969,7 @@ export interface ChannelDescribeEmployeesResponse {
|
|
|
8969
8969
|
*/
|
|
8970
8970
|
Employees?: Array<Staff>
|
|
8971
8971
|
/**
|
|
8972
|
-
*
|
|
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
|
-
*
|
|
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
|
/**
|