tencentcloud-sdk-nodejs 4.0.794 → 4.0.795

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.
Files changed (27) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/SERVICE_CHANGELOG.md +80 -23
  3. package/package.json +1 -1
  4. package/products.md +6 -6
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ecm/v20190719/ecm_models.ts +19 -19
  7. package/src/services/essbasic/v20210526/essbasic_client.ts +6 -20
  8. package/src/services/essbasic/v20210526/essbasic_models.ts +88 -238
  9. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  10. package/src/services/ocr/v20181119/ocr_models.ts +3 -0
  11. package/src/services/rce/v20201103/rce_models.ts +1 -1
  12. package/src/services/tcr/v20190924/tcr_client.ts +12 -0
  13. package/src/services/tcr/v20190924/tcr_models.ts +36 -0
  14. package/tencentcloud/common/sdk_version.d.ts +1 -1
  15. package/tencentcloud/common/sdk_version.js +1 -1
  16. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +19 -19
  17. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -11
  18. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -12
  19. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +88 -235
  20. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  21. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -0
  22. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -1
  23. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +5 -1
  24. package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -0
  25. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +34 -0
  26. package/test/essbasic.v20210526.test.js +0 -10
  27. package/test/tcr.v20190924.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,64 @@
1
+ # Release 4.0.795
2
+
3
+ ## 边缘计算机器(ecm) 版本:2019-07-19
4
+
5
+ ### 第 73 次发布
6
+
7
+ 发布时间:2024-02-20 01:15:12
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [Node](https://cloud.tencent.com/document/api/1108/42574#Node)
16
+
17
+ * <font color="#dd0000">**修改成员**:</font>LBSupported
18
+
19
+
20
+
21
+
22
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
23
+
24
+ ### 第 153 次发布
25
+
26
+ 发布时间:2024-02-20 01:16:04
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ <font color="#dd0000">**删除接口**:</font>
33
+
34
+ * DescribeBillUsageDetail
35
+
36
+ <font color="#dd0000">**删除数据结构**:</font>
37
+
38
+ * BillUsageDetail
39
+
40
+
41
+
42
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
43
+
44
+
45
+
46
+ ## 容器镜像服务(tcr) 版本:2019-09-24
47
+
48
+ ### 第 65 次发布
49
+
50
+ 发布时间:2024-02-19 10:37:21
51
+
52
+ 本次发布包含了以下内容:
53
+
54
+ 改善已有的文档。
55
+
56
+ 新增接口:
57
+
58
+ * [ModifyServiceAccountPassword](https://cloud.tencent.com/document/api/1141/103857)
59
+
60
+
61
+
1
62
  # Release 4.0.794
2
63
 
3
64
  ## 日志服务(cls) 版本:2020-10-16
@@ -1,47 +1,61 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 日志服务(cls) 版本:2020-10-16
3
+ ## 边缘计算机器(ecm) 版本:2019-07-19
4
4
 
5
- ### 第 81 次发布
5
+ ### 第 73 次发布
6
6
 
7
- 发布时间:2024-02-05 10:48:52
7
+ 发布时间:2024-02-20 01:15:12
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增数据结构:
14
-
15
- * [HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem)
16
-
17
13
  修改数据结构:
18
14
 
19
- * [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
15
+ * [Node](https://cloud.tencent.com/document/api/1108/42574#Node)
20
16
 
21
- * 新增成员:HighLights
17
+ * <font color="#dd0000">**修改成员**:</font>LBSupported
22
18
 
23
19
 
24
20
 
25
21
 
26
- ## 流量反欺诈(taf) 版本:2020-02-10
22
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
27
23
 
28
- ### 第 18 次发布
24
+ ### 第 153 次发布
29
25
 
30
- 发布时间:2024-02-05 01:21:52
26
+ 发布时间:2024-02-20 01:16:04
31
27
 
32
28
  本次发布包含了以下内容:
33
29
 
34
30
  改善已有的文档。
35
31
 
36
- 新增接口:
32
+ <font color="#dd0000">**删除接口**:</font>
37
33
 
38
- * [ManagePortraitRisk](https://cloud.tencent.com/document/api/1031/103776)
34
+ * DescribeBillUsageDetail
39
35
 
40
- 新增数据结构:
36
+ <font color="#dd0000">**删除数据结构**:</font>
41
37
 
42
- * [ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput)
43
- * [ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput)
44
- * [ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput)
38
+ * BillUsageDetail
39
+
40
+
41
+
42
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
43
+
44
+
45
+
46
+ ## 容器镜像服务(tcr) 版本:2019-09-24
47
+
48
+ ### 第 65 次发布
49
+
50
+ 发布时间:2024-02-19 10:37:21
51
+
52
+ 本次发布包含了以下内容:
53
+
54
+ 改善已有的文档。
55
+
56
+ 新增接口:
57
+
58
+ * [ModifyServiceAccountPassword](https://cloud.tencent.com/document/api/1141/103857)
45
59
 
46
60
 
47
61
 
@@ -29866,7 +29880,7 @@
29866
29880
 
29867
29881
  新增数据结构:
29868
29882
 
29869
- * [[HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem)](https://cloud.tencent.com/document/api/614/56471#[HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem))
29883
+ * [HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem)
29870
29884
 
29871
29885
  修改数据结构:
29872
29886
 
@@ -53292,6 +53306,21 @@
53292
53306
 
53293
53307
  ## 边缘计算机器(ecm) 版本:2019-07-19
53294
53308
 
53309
+ ### 第 73 次发布
53310
+
53311
+ 发布时间:2024-02-20 01:15:12
53312
+
53313
+ 本次发布包含了以下内容:
53314
+
53315
+ 改善已有的文档。
53316
+
53317
+ 修改数据结构:
53318
+
53319
+ * [Node](https://cloud.tencent.com/document/api/1108/42574#Node)
53320
+
53321
+ * <font color="#dd0000">**修改成员**:</font>LBSupported
53322
+
53323
+
53295
53324
  ### 第 72 次发布
53296
53325
 
53297
53326
  发布时间:2023-10-23 00:10:30
@@ -60860,6 +60889,22 @@
60860
60889
 
60861
60890
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
60862
60891
 
60892
+ ### 第 153 次发布
60893
+
60894
+ 发布时间:2024-02-20 01:16:04
60895
+
60896
+ 本次发布包含了以下内容:
60897
+
60898
+ 改善已有的文档。
60899
+
60900
+ <font color="#dd0000">**删除接口**:</font>
60901
+
60902
+ * DescribeBillUsageDetail
60903
+
60904
+ <font color="#dd0000">**删除数据结构**:</font>
60905
+
60906
+ * BillUsageDetail
60907
+
60863
60908
  ### 第 152 次发布
60864
60909
 
60865
60910
  发布时间:2024-02-02 01:13:44
@@ -104689,13 +104734,13 @@
104689
104734
 
104690
104735
  新增接口:
104691
104736
 
104692
- * [[ManagePortraitRisk](https://cloud.tencent.com/document/api/1031/103776)](https://cloud.tencent.com/document/api/#/#)
104737
+ * [ManagePortraitRisk](https://cloud.tencent.com/document/api/1031/103776)
104693
104738
 
104694
104739
  新增数据结构:
104695
104740
 
104696
- * [[ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput))
104697
- * [[ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput))
104698
- * [[ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput))
104741
+ * [ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput)
104742
+ * [ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput)
104743
+ * [ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput)
104699
104744
 
104700
104745
  ### 第 17 次发布
104701
104746
 
@@ -109884,6 +109929,18 @@
109884
109929
 
109885
109930
  ## 容器镜像服务(tcr) 版本:2019-09-24
109886
109931
 
109932
+ ### 第 65 次发布
109933
+
109934
+ 发布时间:2024-02-19 10:37:21
109935
+
109936
+ 本次发布包含了以下内容:
109937
+
109938
+ 改善已有的文档。
109939
+
109940
+ 新增接口:
109941
+
109942
+ * [[ModifyServiceAccountPassword](https://cloud.tencent.com/document/api/1141/103857)](https://cloud.tencent.com/document/api/#/#)
109943
+
109887
109944
  ### 第 64 次发布
109888
109945
 
109889
109946
  发布时间:2023-12-12 02:27:39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.794",
3
+ "version": "4.0.795",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -91,15 +91,15 @@
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-01-17 01:14:14 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
94
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-12-20 01:36:00 |
94
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-02-20 01:15:12 |
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-02-02 01:13:14 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-25 01:13:20 |
99
99
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-02-05 01:14:36 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-05 01:14:50 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-20 01:16:04 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
102
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-01-12 01:15:37 |
102
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-02-20 01:16:27 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
105
105
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-11-14 01:16:54 |
@@ -154,7 +154,7 @@
154
154
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
155
155
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
156
156
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-19 01:18:01 |
157
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-02-05 01:19:36 |
157
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-02-19 10:34:29 |
158
158
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
159
159
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-01-17 01:19:45 |
160
160
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-01-23 01:25:29 |
@@ -162,7 +162,7 @@
162
162
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-01-24 01:33:35 |
163
163
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
164
164
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
165
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-02-05 01:20:26 |
165
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-02-19 10:35:18 |
166
166
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-01-29 01:18:51 |
167
167
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
168
168
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
@@ -198,7 +198,7 @@
198
198
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-28 01:24:39 |
199
199
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
200
200
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
201
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-12-12 02:27:39 |
201
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-02-19 10:37:21 |
202
202
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-02-02 01:21:42 |
203
203
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
204
204
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-01-23 01:28:41 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.794"
1
+ export const sdkVersion = "4.0.795"
@@ -1110,35 +1110,35 @@ export interface Node {
1110
1110
  /**
1111
1111
  * zone信息。
1112
1112
  */
1113
- ZoneInfo: ZoneInfo
1113
+ ZoneInfo?: ZoneInfo
1114
1114
  /**
1115
1115
  * 国家信息。
1116
1116
  */
1117
- Country: Country
1117
+ Country?: Country
1118
1118
  /**
1119
1119
  * 区域信息。
1120
1120
  */
1121
- Area: Area
1121
+ Area?: Area
1122
1122
  /**
1123
1123
  * 省份信息。
1124
1124
  */
1125
- Province: Province
1125
+ Province?: Province
1126
1126
  /**
1127
1127
  * 城市信息。
1128
1128
  */
1129
- City: City
1129
+ City?: City
1130
1130
  /**
1131
1131
  * Region信息。
1132
1132
  */
1133
- RegionInfo: RegionInfo
1133
+ RegionInfo?: RegionInfo
1134
1134
  /**
1135
1135
  * 运营商列表。
1136
1136
  */
1137
- ISPSet: Array<ISP>
1137
+ ISPSet?: Array<ISP>
1138
1138
  /**
1139
1139
  * 运营商数量。
1140
1140
  */
1141
- ISPNum: number
1141
+ ISPNum?: number
1142
1142
  /**
1143
1143
  * 节点是否支持LB
1144
1144
  */
@@ -1772,42 +1772,42 @@ export interface KeyPair {
1772
1772
  * 密钥对的ID,是密钥对的唯一标识。
1773
1773
  注意:此字段可能返回 null,表示取不到有效值。
1774
1774
  */
1775
- KeyId: string
1775
+ KeyId?: string
1776
1776
  /**
1777
1777
  * 密钥对名称。
1778
1778
  注意:此字段可能返回 null,表示取不到有效值。
1779
1779
  */
1780
- KeyName: string
1780
+ KeyName?: string
1781
1781
  /**
1782
1782
  * 密钥对所属的项目ID。
1783
1783
  注意:此字段可能返回 null,表示取不到有效值。
1784
1784
  */
1785
- ProjectId: number
1785
+ ProjectId?: number
1786
1786
  /**
1787
1787
  * 密钥对描述信息。
1788
1788
  注意:此字段可能返回 null,表示取不到有效值。
1789
1789
  */
1790
- Description: string
1790
+ Description?: string
1791
1791
  /**
1792
1792
  * 密钥对的纯文本公钥。
1793
1793
  注意:此字段可能返回 null,表示取不到有效值。
1794
1794
  */
1795
- PublicKey: string
1795
+ PublicKey?: string
1796
1796
  /**
1797
1797
  * 钥对的纯文本私钥。腾讯云不会保管私钥,请用户自行妥善保存。
1798
1798
  注意:此字段可能返回 null,表示取不到有效值。
1799
1799
  */
1800
- PrivateKey: string
1800
+ PrivateKey?: string
1801
1801
  /**
1802
1802
  * 钥关联的实例ID列表。
1803
1803
  注意:此字段可能返回 null,表示取不到有效值。
1804
1804
  */
1805
- AssociatedInstanceIds: Array<string>
1805
+ AssociatedInstanceIds?: Array<string>
1806
1806
  /**
1807
1807
  * 创建时间。按照ISO8601标准表示,并且使用UTC时间。格式为:YYYY-MM-DDThh:mm:ssZ。
1808
1808
  注意:此字段可能返回 null,表示取不到有效值。
1809
1809
  */
1810
- CreatedTime: string
1810
+ CreatedTime?: string
1811
1811
  }
1812
1812
 
1813
1813
  /**
@@ -4707,17 +4707,17 @@ export interface PhysicalPosition {
4707
4707
  * 机位
4708
4708
  注意:此字段可能返回 null,表示取不到有效值。
4709
4709
  */
4710
- PosId: string
4710
+ PosId?: string
4711
4711
  /**
4712
4712
  * 机架
4713
4713
  注意:此字段可能返回 null,表示取不到有效值。
4714
4714
  */
4715
- RackId: string
4715
+ RackId?: string
4716
4716
  /**
4717
4717
  * 交换机
4718
4718
  注意:此字段可能返回 null,表示取不到有效值。
4719
4719
  */
4720
- SwitchId: string
4720
+ SwitchId?: string
4721
4721
  }
4722
4722
 
4723
4723
  /**
@@ -19,7 +19,6 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  SyncProxyOrganizationResponse,
22
- BillUsageDetail,
23
22
  ChannelCreateConvertTaskApiResponse,
24
23
  ChannelCreateFlowRemindsResponse,
25
24
  Component,
@@ -131,7 +130,6 @@ import {
131
130
  ChannelDeleteRoleUsersResponse,
132
131
  SyncProxyOrganizationOperatorsRequest,
133
132
  ChannelCreateFlowApproversResponse,
134
- DescribeBillUsageDetailResponse,
135
133
  DescribeUsageResponse,
136
134
  CreateSignUrlsRequest,
137
135
  RegistrationOrganizationInfo,
@@ -200,7 +198,7 @@ import {
200
198
  SignUrl,
201
199
  CreateFlowGroupSignReviewRequest,
202
200
  ChannelBillUsageDetail,
203
- DescribeBillUsageDetailRequest,
201
+ DescribeTemplatesRequest,
204
202
  RelieveInfo,
205
203
  ChannelCreateSealPolicyRequest,
206
204
  OccupiedSeal,
@@ -223,7 +221,6 @@ import {
223
221
  ChannelCreateFlowApproversRequest,
224
222
  ChannelUpdateSealStatusResponse,
225
223
  ChannelCreateFlowSignUrlRequest,
226
- DescribeTemplatesRequest,
227
224
  DescribeExtendedServiceAuthInfoResponse,
228
225
  ChannelCreateEmbedWebUrlRequest,
229
226
  CcInfo,
@@ -870,7 +867,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
870
867
  | 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
871
868
  | 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
872
869
 
873
- **主要使用场景可以更加EndPoint分类如下**
870
+ **主要使用场景EndPoint分类**
874
871
 
875
872
  |EndPoint| 场景| 说明和示例|
876
873
  | ---- | ---- | --- |
@@ -1563,11 +1560,12 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
1563
1560
  }
1564
1561
 
1565
1562
  /**
1566
- * 此接口(SyncProxyOrganizationOperators)用于同步 第三方平台子客企业经办人列表,主要是同步经办人的离职状态。子客Web控制台的组织架构管理,是依赖于第三方应用平台的,无法针对员工做新增/更新/离职等操作。
1563
+ * 此接口(SyncProxyOrganizationOperators)用于同步 第三方平台子客企业经办人列表,主要是同步经办人的离职状态。
1564
+ 子客Web控制台的组织架构管理,依赖于第三方应用平台的,无法在页面针对员工做新增/更新/离职等操作, 必须通过 API 来操作。
1567
1565
 
1568
- - **新增员工的场景**: 通过本接口提前导入员工列表, 然后调用<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl" target="_blank">生成子客登录链接</a>分享给对应的员工进行实名, 新增员工后员工的状态为**未实名**, 通过链接实名后状态变为**已实名**, 已实名员工就可以参与合同的发起和签署
1566
+ - **新增员工的场景**: 通过本接口提前导入员工列表, 然后调用<a href="https://qian.tencent.com/developers/partnerApis/accounts/CreateConsoleLoginUrl" target="_blank">生成子客登录链接</a>分享给对应的员工进行实名, 新增员工后员工的状态为**未实名**, 通过链接实名后状态变为**已实名**, 已实名员工就可以参与合同的发起。
1569
1567
 
1570
- - **员工离职的场景**: 通过本接口将员工置为离职, 员工无法登录控制台和腾讯电子签小程序进行操作了, 同时给此员工分配的openid会被回收可以给其他新员工使用 (离职后员工数据会被置空, 再次加入公司会从零开始) , 若员工信息有误可通过离职后在新增来解决, 离职员工状态为**离职**
1568
+ - **员工离职的场景**: 通过本接口将员工置为离职, 员工无法登录控制台和腾讯电子签小程序进行操作了, 同时给此员工分配的openid会被回收可以给其他新员工使用 (离职后员工数据会被置空, 再次加入公司会从零开始) , 若员工信息有误可通过离职后在新增来解决, 离职员工状态为**离职**。
1571
1569
 
1572
1570
  ![image](https://qcloudimg.tencent-cloud.cn/raw/7a27a6bb0e4d39c2f6aa2a0b39946181/channel_SyncProxyOrganizationOperators.png)
1573
1571
 
@@ -1637,18 +1635,6 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
1637
1635
  return this.request("ChannelCreatePreparedPersonalEsign", req, cb)
1638
1636
  }
1639
1637
 
1640
- /**
1641
- * 废弃接口
1642
-
1643
- 通过此接口(DescribeBillUsageDetail)查询该第三方平台子客企业的套餐消耗详情。
1644
- */
1645
- async DescribeBillUsageDetail(
1646
- req: DescribeBillUsageDetailRequest,
1647
- cb?: (error: string, rep: DescribeBillUsageDetailResponse) => void
1648
- ): Promise<DescribeBillUsageDetailResponse> {
1649
- return this.request("DescribeBillUsageDetail", req, cb)
1650
- }
1651
-
1652
1638
  /**
1653
1639
  * 接口(ChannelCreateFlowGroupByFiles)用于使用 PDF 文件创建合同组签署流程。
1654
1640