tencentcloud-sdk-nodejs-essbasic 4.1.59 → 4.1.60

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.1.59",
3
+ "version": "4.1.60",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5054,7 +5054,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
5054
5054
  /**
5055
5055
  * 操作类型,对应的操作
5056
5056
  <ul><li> **CREATE** :新增员工</li>
5057
- <li> **UPDATE** :修改员工</li>
5057
+ <li> **UPDATE** :修改员工(仅支持修改未实名员工的信息,如果已经实名并加入企业的员工基础信息修改需要到小程序中进行)</li>
5058
5058
  <li> **RESIGN** :离职员工</li></ul>
5059
5059
  */
5060
5060
  OperatorType: string;