tencentcloud-sdk-nodejs-ess 4.1.116 → 4.1.118

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.116",
3
+ "version": "4.1.118",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7479,7 +7479,7 @@ export interface FlowGroupOptions {
7479
7479
  */
7480
7480
  export interface RegisterInfo {
7481
7481
  /**
7482
- * <font color="red">字段不再使用</font>,法人姓名
7482
+ * 法人姓名
7483
7483
  */
7484
7484
  LegalName: string;
7485
7485
  /**
@@ -7489,7 +7489,7 @@ export interface RegisterInfo {
7489
7489
  */
7490
7490
  Uscc?: string;
7491
7491
  /**
7492
- * <font color="red">字段不再使用</font>,社会统一信用代码
7492
+ * 社会统一信用代码
7493
7493
  */
7494
7494
  UnifiedSocialCreditCode?: string;
7495
7495
  /**