tencentcloud-sdk-nodejs 4.1.52 → 4.1.54
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/es/common/sdk_version.js +1 -1
- package/es/services/chc/v20230418/chc_client.js +3 -0
- package/es/services/ess/v20201111/ess_client.js +12 -6
- package/es/services/gs/v20191118/gs_client.js +38 -8
- package/es/services/tem/v20210701/tem_client.js +3 -0
- package/es/services/vclm/v20240523/vclm_client.js +6 -0
- package/es/services/wedata/v20210820/wedata_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -1
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +3 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +3 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +11 -3
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +1 -1
- package/tencentcloud/services/chc/v20230418/chc_client.d.ts +5 -1
- package/tencentcloud/services/chc/v20230418/chc_client.js +6 -0
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +30 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +3 -3
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +137 -65
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +32 -14
- package/tencentcloud/services/ess/v20201111/ess_client.js +38 -16
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +128 -55
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +52 -12
- package/tencentcloud/services/gs/v20191118/gs_client.js +75 -15
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +398 -66
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +110 -81
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +26 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +60 -7
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +395 -52
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -2
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +9 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +12 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +124 -21
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +0 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +612 -21
|
@@ -290,6 +290,10 @@ export interface ScaleOutInstanceRequest {
|
|
|
290
290
|
* 计算资源id
|
|
291
291
|
*/
|
|
292
292
|
ComputeResourceId?: string;
|
|
293
|
+
/**
|
|
294
|
+
* 计算资源高级设置
|
|
295
|
+
*/
|
|
296
|
+
ComputeResourceAdvanceParams?: ComputeResourceAdvanceParams;
|
|
293
297
|
}
|
|
294
298
|
/**
|
|
295
299
|
* Pod资源售卖规格
|
|
@@ -1598,11 +1602,11 @@ export interface ModifyPodNumRequest {
|
|
|
1598
1602
|
/**
|
|
1599
1603
|
* 角色编号
|
|
1600
1604
|
*/
|
|
1601
|
-
ServiceType
|
|
1605
|
+
ServiceType?: number;
|
|
1602
1606
|
/**
|
|
1603
1607
|
* 期望Pod数量
|
|
1604
1608
|
*/
|
|
1605
|
-
PodNum
|
|
1609
|
+
PodNum?: number;
|
|
1606
1610
|
}
|
|
1607
1611
|
/**
|
|
1608
1612
|
* Serverless HBase实例信息
|
|
@@ -2139,6 +2143,27 @@ export interface KyuubiQueryInfo {
|
|
|
2139
2143
|
*/
|
|
2140
2144
|
User?: string;
|
|
2141
2145
|
}
|
|
2146
|
+
/**
|
|
2147
|
+
* 计算资源高级设置
|
|
2148
|
+
*/
|
|
2149
|
+
export interface ComputeResourceAdvanceParams {
|
|
2150
|
+
/**
|
|
2151
|
+
* 节点Label数组
|
|
2152
|
+
*/
|
|
2153
|
+
Labels?: Array<TkeLabel>;
|
|
2154
|
+
/**
|
|
2155
|
+
* 节点污点
|
|
2156
|
+
*/
|
|
2157
|
+
Taints?: Array<Taint>;
|
|
2158
|
+
/**
|
|
2159
|
+
* base64 编码的用户脚本,在初始化节点之前执行
|
|
2160
|
+
*/
|
|
2161
|
+
PreStartUserScript?: string;
|
|
2162
|
+
/**
|
|
2163
|
+
* base64 编码的用户脚本, 此脚本会在 k8s 组件运行后执行, 需要用户保证脚本的可重入及重试逻辑, 脚本及其生成的日志文件可在节点的 /data/ccs_userscript/ 路径查看
|
|
2164
|
+
*/
|
|
2165
|
+
UserScript?: string;
|
|
2166
|
+
}
|
|
2142
2167
|
/**
|
|
2143
2168
|
* DescribeHBaseTableOverview返回参数结构体
|
|
2144
2169
|
*/
|
|
@@ -4158,6 +4183,23 @@ export interface DescribeDAGInfoResponse {
|
|
|
4158
4183
|
*/
|
|
4159
4184
|
RequestId?: string;
|
|
4160
4185
|
}
|
|
4186
|
+
/**
|
|
4187
|
+
* Kubernetes Taint
|
|
4188
|
+
*/
|
|
4189
|
+
export interface Taint {
|
|
4190
|
+
/**
|
|
4191
|
+
* Taint Key
|
|
4192
|
+
*/
|
|
4193
|
+
Key?: string;
|
|
4194
|
+
/**
|
|
4195
|
+
* Taint Value
|
|
4196
|
+
*/
|
|
4197
|
+
Value?: string;
|
|
4198
|
+
/**
|
|
4199
|
+
* Taint Effect
|
|
4200
|
+
*/
|
|
4201
|
+
Effect?: string;
|
|
4202
|
+
}
|
|
4161
4203
|
/**
|
|
4162
4204
|
* 动态生成的变更详情
|
|
4163
4205
|
*/
|
|
@@ -5393,6 +5435,10 @@ export interface TimeAutoScaleStrategy {
|
|
|
5393
5435
|
* 伸缩组id
|
|
5394
5436
|
*/
|
|
5395
5437
|
GroupId?: number;
|
|
5438
|
+
/**
|
|
5439
|
+
* 优雅缩容业务pod标签,当node不存在上述pod或超过优雅缩容时间时,缩容节点
|
|
5440
|
+
*/
|
|
5441
|
+
GraceDownLabel?: Array<TkeLabel>;
|
|
5396
5442
|
}
|
|
5397
5443
|
/**
|
|
5398
5444
|
* ModifySLInstance请求参数结构体
|
|
@@ -5888,56 +5934,41 @@ export interface NodeResource {
|
|
|
5888
5934
|
PrepaidUnderwritePeriods?: Array<number | bigint>;
|
|
5889
5935
|
}
|
|
5890
5936
|
/**
|
|
5891
|
-
*
|
|
5937
|
+
* DescribeImpalaQueries请求参数结构体
|
|
5892
5938
|
*/
|
|
5893
|
-
export interface
|
|
5939
|
+
export interface DescribeImpalaQueriesRequest {
|
|
5894
5940
|
/**
|
|
5895
|
-
*
|
|
5941
|
+
* 集群ID
|
|
5896
5942
|
*/
|
|
5897
5943
|
InstanceId: string;
|
|
5898
5944
|
/**
|
|
5899
|
-
*
|
|
5900
|
-
<li>all:表示获取全部类型节点,cdb信息除外。</li>
|
|
5901
|
-
<li>master:表示获取master节点信息。</li>
|
|
5902
|
-
<li>core:表示获取core节点信息。</li>
|
|
5903
|
-
<li>task:表示获取task节点信息。</li>
|
|
5904
|
-
<li>common:表示获取common节点信息。</li>
|
|
5905
|
-
<li>router:表示获取router节点信息。</li>
|
|
5906
|
-
<li>db:表示获取正常状态的cdb信息。</li>
|
|
5907
|
-
<li>recyle:表示获取回收站隔离中的节点信息,包括cdb信息。</li>
|
|
5908
|
-
<li>renew:表示获取所有待续费的节点信息,包括cdb信息,自动续费节点不会返回。</li>
|
|
5909
|
-
注意:现在只支持以上取值,输入其他值会导致错误。
|
|
5910
|
-
*/
|
|
5911
|
-
NodeFlag: string;
|
|
5912
|
-
/**
|
|
5913
|
-
* 导出全部节点信息csv时是否携带cdb信息
|
|
5945
|
+
* 起始时间秒
|
|
5914
5946
|
*/
|
|
5915
|
-
|
|
5947
|
+
StartTime: number;
|
|
5916
5948
|
/**
|
|
5917
|
-
*
|
|
5949
|
+
* 结束时间秒,EndTime-StartTime不得超过1天秒数86400
|
|
5918
5950
|
*/
|
|
5919
|
-
|
|
5951
|
+
EndTime: number;
|
|
5920
5952
|
/**
|
|
5921
|
-
*
|
|
5922
|
-
如果offset和limit都不填,或者都填0,则返回全部数据
|
|
5953
|
+
* 分页起始偏移,从0开始
|
|
5923
5954
|
*/
|
|
5924
|
-
|
|
5955
|
+
Offset: number;
|
|
5925
5956
|
/**
|
|
5926
|
-
*
|
|
5957
|
+
* 分页大小,合法范围[1,100]
|
|
5927
5958
|
*/
|
|
5928
|
-
|
|
5959
|
+
Limit: number;
|
|
5929
5960
|
/**
|
|
5930
|
-
*
|
|
5961
|
+
* 执行状态,CREATED、INITIALIZED、COMPILED、RUNNING、FINISHED、EXCEPTION
|
|
5931
5962
|
*/
|
|
5932
|
-
|
|
5963
|
+
State?: Array<string>;
|
|
5933
5964
|
/**
|
|
5934
|
-
*
|
|
5965
|
+
* 结束时间大于的时间点
|
|
5935
5966
|
*/
|
|
5936
|
-
|
|
5967
|
+
EndTimeGte?: number;
|
|
5937
5968
|
/**
|
|
5938
|
-
*
|
|
5969
|
+
* 结束时间小于的时间点
|
|
5939
5970
|
*/
|
|
5940
|
-
|
|
5971
|
+
EndTimeLte?: number;
|
|
5941
5972
|
}
|
|
5942
5973
|
/**
|
|
5943
5974
|
* ModifyInstanceBasic返回参数结构体
|
|
@@ -5983,41 +6014,56 @@ export interface DescribeCvmQuotaRequest {
|
|
|
5983
6014
|
ZoneId?: number;
|
|
5984
6015
|
}
|
|
5985
6016
|
/**
|
|
5986
|
-
*
|
|
6017
|
+
* DescribeClusterNodes请求参数结构体
|
|
5987
6018
|
*/
|
|
5988
|
-
export interface
|
|
6019
|
+
export interface DescribeClusterNodesRequest {
|
|
5989
6020
|
/**
|
|
5990
|
-
*
|
|
6021
|
+
* 集群实例ID,实例ID形如: emr-xxxxxxxx
|
|
5991
6022
|
*/
|
|
5992
6023
|
InstanceId: string;
|
|
5993
6024
|
/**
|
|
5994
|
-
*
|
|
6025
|
+
* 节点标识,取值为:
|
|
6026
|
+
<li>all:表示获取全部类型节点,cdb信息除外。</li>
|
|
6027
|
+
<li>master:表示获取master节点信息。</li>
|
|
6028
|
+
<li>core:表示获取core节点信息。</li>
|
|
6029
|
+
<li>task:表示获取task节点信息。</li>
|
|
6030
|
+
<li>common:表示获取common节点信息。</li>
|
|
6031
|
+
<li>router:表示获取router节点信息。</li>
|
|
6032
|
+
<li>db:表示获取正常状态的cdb信息。</li>
|
|
6033
|
+
<li>recyle:表示获取回收站隔离中的节点信息,包括cdb信息。</li>
|
|
6034
|
+
<li>renew:表示获取所有待续费的节点信息,包括cdb信息,自动续费节点不会返回。</li>
|
|
6035
|
+
注意:现在只支持以上取值,输入其他值会导致错误。
|
|
5995
6036
|
*/
|
|
5996
|
-
|
|
6037
|
+
NodeFlag: string;
|
|
5997
6038
|
/**
|
|
5998
|
-
*
|
|
6039
|
+
* 导出全部节点信息csv时是否携带cdb信息
|
|
5999
6040
|
*/
|
|
6000
|
-
|
|
6041
|
+
ExportDb?: boolean;
|
|
6001
6042
|
/**
|
|
6002
|
-
*
|
|
6043
|
+
* 页编号,默认值为0,表示第一页。
|
|
6003
6044
|
*/
|
|
6004
|
-
Offset
|
|
6045
|
+
Offset?: number;
|
|
6005
6046
|
/**
|
|
6006
|
-
*
|
|
6047
|
+
* 每页返回数量,默认值为100,最大值为100。
|
|
6048
|
+
如果offset和limit都不填,或者都填0,则返回全部数据
|
|
6007
6049
|
*/
|
|
6008
|
-
Limit
|
|
6050
|
+
Limit?: number;
|
|
6009
6051
|
/**
|
|
6010
|
-
*
|
|
6052
|
+
* 资源类型:支持all/host/pod,默认为all
|
|
6011
6053
|
*/
|
|
6012
|
-
|
|
6054
|
+
HardwareResourceType?: string;
|
|
6013
6055
|
/**
|
|
6014
|
-
*
|
|
6056
|
+
* 支持搜索的字段
|
|
6015
6057
|
*/
|
|
6016
|
-
|
|
6058
|
+
SearchFields?: Array<SearchItem>;
|
|
6017
6059
|
/**
|
|
6018
|
-
*
|
|
6060
|
+
* 排序字段
|
|
6019
6061
|
*/
|
|
6020
|
-
|
|
6062
|
+
OrderField?: string;
|
|
6063
|
+
/**
|
|
6064
|
+
* 是否升序,1:升序,0:降序
|
|
6065
|
+
*/
|
|
6066
|
+
Asc?: number;
|
|
6021
6067
|
}
|
|
6022
6068
|
/**
|
|
6023
6069
|
* 操作的进程范围
|
|
@@ -6358,21 +6404,13 @@ export interface DiffDetailItem {
|
|
|
6358
6404
|
UserName?: string;
|
|
6359
6405
|
}
|
|
6360
6406
|
/**
|
|
6361
|
-
*
|
|
6407
|
+
* 自动伸缩组高级设置
|
|
6362
6408
|
*/
|
|
6363
|
-
export interface
|
|
6409
|
+
export interface AutoScaleGroupAdvanceAttrs {
|
|
6364
6410
|
/**
|
|
6365
|
-
*
|
|
6411
|
+
* 计算资源高级设置
|
|
6366
6412
|
*/
|
|
6367
|
-
|
|
6368
|
-
/**
|
|
6369
|
-
* 统一元数据库实例ID。
|
|
6370
|
-
*/
|
|
6371
|
-
UnifyMetaInstanceId: string;
|
|
6372
|
-
/**
|
|
6373
|
-
* 自建元数据库信息。
|
|
6374
|
-
*/
|
|
6375
|
-
MetaDBInfo: CustomMetaInfo;
|
|
6413
|
+
ComputeResourceAdvanceParams?: ComputeResourceAdvanceParams;
|
|
6376
6414
|
}
|
|
6377
6415
|
/**
|
|
6378
6416
|
* 执行动作。
|
|
@@ -6842,6 +6880,23 @@ export interface AttachDisksResponse {
|
|
|
6842
6880
|
*/
|
|
6843
6881
|
RequestId?: string;
|
|
6844
6882
|
}
|
|
6883
|
+
/**
|
|
6884
|
+
* 元数据库信息
|
|
6885
|
+
*/
|
|
6886
|
+
export interface MetaDbInfo {
|
|
6887
|
+
/**
|
|
6888
|
+
* 元数据类型。
|
|
6889
|
+
*/
|
|
6890
|
+
MetaType: string;
|
|
6891
|
+
/**
|
|
6892
|
+
* 统一元数据库实例ID。
|
|
6893
|
+
*/
|
|
6894
|
+
UnifyMetaInstanceId: string;
|
|
6895
|
+
/**
|
|
6896
|
+
* 自建元数据库信息。
|
|
6897
|
+
*/
|
|
6898
|
+
MetaDBInfo: CustomMetaInfo;
|
|
6899
|
+
}
|
|
6845
6900
|
/**
|
|
6846
6901
|
* 获取CVM配额
|
|
6847
6902
|
*/
|
|
@@ -8166,6 +8221,19 @@ export interface ScriptBootstrapActionConfig {
|
|
|
8166
8221
|
*/
|
|
8167
8222
|
Remark?: string;
|
|
8168
8223
|
}
|
|
8224
|
+
/**
|
|
8225
|
+
* Kubernetes Label
|
|
8226
|
+
*/
|
|
8227
|
+
export interface TkeLabel {
|
|
8228
|
+
/**
|
|
8229
|
+
* Label Name
|
|
8230
|
+
*/
|
|
8231
|
+
Name?: string;
|
|
8232
|
+
/**
|
|
8233
|
+
* Label Value
|
|
8234
|
+
*/
|
|
8235
|
+
Value?: string;
|
|
8236
|
+
}
|
|
8169
8237
|
/**
|
|
8170
8238
|
* Serverless HBase 预付费设置
|
|
8171
8239
|
*/
|
|
@@ -9825,7 +9893,7 @@ export interface AutoScaleResourceConf {
|
|
|
9825
9893
|
*/
|
|
9826
9894
|
StrategyType?: number;
|
|
9827
9895
|
/**
|
|
9828
|
-
*
|
|
9896
|
+
* 下次可扩容时间。
|
|
9829
9897
|
*/
|
|
9830
9898
|
NextTimeCanScale?: number;
|
|
9831
9899
|
/**
|
|
@@ -9845,7 +9913,7 @@ export interface AutoScaleResourceConf {
|
|
|
9845
9913
|
*/
|
|
9846
9914
|
PostPayPercentMin?: number;
|
|
9847
9915
|
/**
|
|
9848
|
-
* 预设资源类型为HOST时,支持勾选“资源不足时切换POD
|
|
9916
|
+
* 预设资源类型为HOST时,支持勾选“资源不足时切换POD”;支持取消勾选;0表示默认不勾选(0),1表示勾选
|
|
9849
9917
|
*/
|
|
9850
9918
|
ChangeToPod?: number;
|
|
9851
9919
|
/**
|
|
@@ -9868,6 +9936,10 @@ export interface AutoScaleResourceConf {
|
|
|
9868
9936
|
* 是否支持MNode
|
|
9869
9937
|
*/
|
|
9870
9938
|
EnableMNode?: number;
|
|
9939
|
+
/**
|
|
9940
|
+
* 伸缩组更多设置
|
|
9941
|
+
*/
|
|
9942
|
+
ExtraAdvanceAttrs?: AutoScaleGroupAdvanceAttrs;
|
|
9871
9943
|
}
|
|
9872
9944
|
/**
|
|
9873
9945
|
* 实例预付费参数,只有在付费类型为PREPAID时生效。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateUserNameChangeUrlRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, StartFlowRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, CreateUserNameChangeUrlResponse, CreateSealResponse, CreatePrepareFlowRequest, DescribeUserFlowTypeRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
|
|
3
|
+
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreateContractDiffTaskWebUrlRequest, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateContractDiffTaskWebUrlResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, DescribeContractDiffTaskWebUrlResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateUserNameChangeUrlRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, StartFlowRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, DescribeContractDiffTaskWebUrlRequest, CreateUserNameChangeUrlResponse, CreateSealResponse, CreatePrepareFlowRequest, DescribeUserFlowTypeRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -49,16 +49,15 @@ export declare class Client extends AbstractClient {
|
|
|
49
49
|
*/
|
|
50
50
|
CreateUserAutoSignEnableUrl(req: CreateUserAutoSignEnableUrlRequest, cb?: (error: string, rep: CreateUserAutoSignEnableUrlResponse) => void): Promise<CreateUserAutoSignEnableUrlResponse>;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
53
|
-
|
|
54
|
-
1. 在使用[通过多文件创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByFiles)或[通过多模板创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByTemplates)创建合同组签署流程时,若指定了以下参数 为true,则可以调用此接口提交企业内部签署审批结果。即使是自动签署也需要进行审核通过才会进行签署。
|
|
55
|
-
- [FlowGroupInfo.NeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#flowgroupinfo)
|
|
56
|
-
- [ApproverInfo.ApproverNeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#approverinfo)
|
|
57
|
-
|
|
52
|
+
* 接口(CreateContractDiffTaskWebUrl)用于创建合同对比的可嵌入web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
53
|
+
注:本接口生成的web页面暂不支持<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig" target="_blank">设置本企业嵌入式页面主题配置</a>
|
|
58
54
|
|
|
59
|
-
|
|
55
|
+
未跳过上传确认的嵌入页面长相如下:
|
|
56
|
+

|
|
57
|
+
跳过上传确认的嵌入页面长相如下:
|
|
58
|
+

|
|
60
59
|
*/
|
|
61
|
-
|
|
60
|
+
CreateContractDiffTaskWebUrl(req: CreateContractDiffTaskWebUrlRequest, cb?: (error: string, rep: CreateContractDiffTaskWebUrlResponse) => void): Promise<CreateContractDiffTaskWebUrlResponse>;
|
|
62
61
|
/**
|
|
63
62
|
* 生成个人用户实名认证链接,个人用户点击此链接进入实名流程(若用户已完成实名认证,则直接进入成功页面)。
|
|
64
63
|
|
|
@@ -335,6 +334,17 @@ export declare class Client extends AbstractClient {
|
|
|
335
334
|
</ul>
|
|
336
335
|
*/
|
|
337
336
|
CreatePersonAuthCertificateImage(req: CreatePersonAuthCertificateImageRequest, cb?: (error: string, rep: CreatePersonAuthCertificateImageResponse) => void): Promise<CreatePersonAuthCertificateImageResponse>;
|
|
337
|
+
/**
|
|
338
|
+
* 提交合同组签署流程审批结果的适用场景包括:
|
|
339
|
+
|
|
340
|
+
1. 在使用[通过多文件创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByFiles)或[通过多模板创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByTemplates)创建合同组签署流程时,若指定了以下参数 为true,则可以调用此接口提交企业内部签署审批结果。即使是自动签署也需要进行审核通过才会进行签署。
|
|
341
|
+
- [FlowGroupInfo.NeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#flowgroupinfo)
|
|
342
|
+
- [ApproverInfo.ApproverNeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#approverinfo)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
2. 同一合同组,同一签署人可以多次提交签署审批结果,签署时的最后一个“审批结果”有效。
|
|
346
|
+
*/
|
|
347
|
+
CreateFlowGroupSignReview(req: CreateFlowGroupSignReviewRequest, cb?: (error: string, rep: CreateFlowGroupSignReviewResponse) => void): Promise<CreateFlowGroupSignReviewResponse>;
|
|
338
348
|
/**
|
|
339
349
|
* 此接口用于赋予员工指定的角色权限,如需解绑请使用 DeleteIntegrationRoleUsers 接口。
|
|
340
350
|
*/
|
|
@@ -365,9 +375,11 @@ export declare class Client extends AbstractClient {
|
|
|
365
375
|
*/
|
|
366
376
|
CreateFlowReminds(req: CreateFlowRemindsRequest, cb?: (error: string, rep: CreateFlowRemindsResponse) => void): Promise<CreateFlowRemindsResponse>;
|
|
367
377
|
/**
|
|
368
|
-
*
|
|
378
|
+
* 生成个人用户实名更名链接,个人用户点击此链接进入更名流程(若用户未完成实名认证,则直接进入实名页面实名后再进行更名)。此链接为通用链接,任何点击生成链接的用户将会被引导至小程序个人更名页面完成更名。
|
|
379
|
+
|
|
380
|
+
注: 调用此接口需要购买<font color="red"><b>单独的实名套餐包</b></font>。使用前请联系对接的客户经理沟通。
|
|
369
381
|
*/
|
|
370
|
-
|
|
382
|
+
CreateUserNameChangeUrl(req: CreateUserNameChangeUrlRequest, cb?: (error: string, rep: CreateUserNameChangeUrlResponse) => void): Promise<CreateUserNameChangeUrlResponse>;
|
|
371
383
|
/**
|
|
372
384
|
* 通过此接口可以关闭个人用户自动签功能。
|
|
373
385
|
无需对应的用户刷脸等方式同意即可关闭。
|
|
@@ -379,11 +391,17 @@ export declare class Client extends AbstractClient {
|
|
|
379
391
|
*/
|
|
380
392
|
DisableUserAutoSign(req: DisableUserAutoSignRequest, cb?: (error: string, rep: DisableUserAutoSignResponse) => void): Promise<DisableUserAutoSignResponse>;
|
|
381
393
|
/**
|
|
382
|
-
*
|
|
394
|
+
* 接口(DescribeContractDiffTaskWebUrl)用于获取合同对比结果可嵌入的web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
395
|
+
注:本接口生成的web页面暂不支持<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig" target="_blank">设置本企业嵌入式页面主题配置</a>
|
|
383
396
|
|
|
384
|
-
|
|
397
|
+
嵌入页面长相如下:
|
|
398
|
+

|
|
385
399
|
*/
|
|
386
|
-
|
|
400
|
+
DescribeContractDiffTaskWebUrl(req: DescribeContractDiffTaskWebUrlRequest, cb?: (error: string, rep: DescribeContractDiffTaskWebUrlResponse) => void): Promise<DescribeContractDiffTaskWebUrlResponse>;
|
|
401
|
+
/**
|
|
402
|
+
* 此接口(DescribePersonCertificate)用于查询个人数字证书信息。<br />注:`1.目前仅用于查询开通了医疗自动签署功能的个人数字证书。`<br />`2.调用此接口需要开通白名单,使用前请联系相关人员开通白名单。`
|
|
403
|
+
*/
|
|
404
|
+
DescribePersonCertificate(req: DescribePersonCertificateRequest, cb?: (error: string, rep: DescribePersonCertificateResponse) => void): Promise<DescribePersonCertificateResponse>;
|
|
387
405
|
/**
|
|
388
406
|
* 该接口(DeleteIntegrationEmployees)用于离职本企业员工,同时可选择是否进行离职交接。
|
|
389
407
|
|
|
@@ -75,17 +75,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
75
75
|
return this.request("CreateUserAutoSignEnableUrl", req, cb);
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
79
|
-
|
|
80
|
-
1. 在使用[通过多文件创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByFiles)或[通过多模板创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByTemplates)创建合同组签署流程时,若指定了以下参数 为true,则可以调用此接口提交企业内部签署审批结果。即使是自动签署也需要进行审核通过才会进行签署。
|
|
81
|
-
- [FlowGroupInfo.NeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#flowgroupinfo)
|
|
82
|
-
- [ApproverInfo.ApproverNeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#approverinfo)
|
|
78
|
+
* 接口(CreateContractDiffTaskWebUrl)用于创建合同对比的可嵌入web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
79
|
+
注:本接口生成的web页面暂不支持<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig" target="_blank">设置本企业嵌入式页面主题配置</a>
|
|
83
80
|
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
未跳过上传确认的嵌入页面长相如下:
|
|
82
|
+

|
|
83
|
+
跳过上传确认的嵌入页面长相如下:
|
|
84
|
+

|
|
86
85
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
86
|
+
async CreateContractDiffTaskWebUrl(req, cb) {
|
|
87
|
+
return this.request("CreateContractDiffTaskWebUrl", req, cb);
|
|
89
88
|
}
|
|
90
89
|
/**
|
|
91
90
|
* 生成个人用户实名认证链接,个人用户点击此链接进入实名流程(若用户已完成实名认证,则直接进入成功页面)。
|
|
@@ -395,6 +394,19 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
395
394
|
async CreatePersonAuthCertificateImage(req, cb) {
|
|
396
395
|
return this.request("CreatePersonAuthCertificateImage", req, cb);
|
|
397
396
|
}
|
|
397
|
+
/**
|
|
398
|
+
* 提交合同组签署流程审批结果的适用场景包括:
|
|
399
|
+
|
|
400
|
+
1. 在使用[通过多文件创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByFiles)或[通过多模板创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByTemplates)创建合同组签署流程时,若指定了以下参数 为true,则可以调用此接口提交企业内部签署审批结果。即使是自动签署也需要进行审核通过才会进行签署。
|
|
401
|
+
- [FlowGroupInfo.NeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#flowgroupinfo)
|
|
402
|
+
- [ApproverInfo.ApproverNeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#approverinfo)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
2. 同一合同组,同一签署人可以多次提交签署审批结果,签署时的最后一个“审批结果”有效。
|
|
406
|
+
*/
|
|
407
|
+
async CreateFlowGroupSignReview(req, cb) {
|
|
408
|
+
return this.request("CreateFlowGroupSignReview", req, cb);
|
|
409
|
+
}
|
|
398
410
|
/**
|
|
399
411
|
* 此接口用于赋予员工指定的角色权限,如需解绑请使用 DeleteIntegrationRoleUsers 接口。
|
|
400
412
|
*/
|
|
@@ -431,10 +443,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
431
443
|
return this.request("CreateFlowReminds", req, cb);
|
|
432
444
|
}
|
|
433
445
|
/**
|
|
434
|
-
*
|
|
446
|
+
* 生成个人用户实名更名链接,个人用户点击此链接进入更名流程(若用户未完成实名认证,则直接进入实名页面实名后再进行更名)。此链接为通用链接,任何点击生成链接的用户将会被引导至小程序个人更名页面完成更名。
|
|
447
|
+
|
|
448
|
+
注: 调用此接口需要购买<font color="red"><b>单独的实名套餐包</b></font>。使用前请联系对接的客户经理沟通。
|
|
435
449
|
*/
|
|
436
|
-
async
|
|
437
|
-
return this.request("
|
|
450
|
+
async CreateUserNameChangeUrl(req, cb) {
|
|
451
|
+
return this.request("CreateUserNameChangeUrl", req, cb);
|
|
438
452
|
}
|
|
439
453
|
/**
|
|
440
454
|
* 通过此接口可以关闭个人用户自动签功能。
|
|
@@ -449,12 +463,20 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
449
463
|
return this.request("DisableUserAutoSign", req, cb);
|
|
450
464
|
}
|
|
451
465
|
/**
|
|
452
|
-
*
|
|
466
|
+
* 接口(DescribeContractDiffTaskWebUrl)用于获取合同对比结果可嵌入的web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
467
|
+
注:本接口生成的web页面暂不支持<a href="https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig" target="_blank">设置本企业嵌入式页面主题配置</a>
|
|
453
468
|
|
|
454
|
-
|
|
469
|
+
嵌入页面长相如下:
|
|
470
|
+

|
|
455
471
|
*/
|
|
456
|
-
async
|
|
457
|
-
return this.request("
|
|
472
|
+
async DescribeContractDiffTaskWebUrl(req, cb) {
|
|
473
|
+
return this.request("DescribeContractDiffTaskWebUrl", req, cb);
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* 此接口(DescribePersonCertificate)用于查询个人数字证书信息。<br />注:`1.目前仅用于查询开通了医疗自动签署功能的个人数字证书。`<br />`2.调用此接口需要开通白名单,使用前请联系相关人员开通白名单。`
|
|
477
|
+
*/
|
|
478
|
+
async DescribePersonCertificate(req, cb) {
|
|
479
|
+
return this.request("DescribePersonCertificate", req, cb);
|
|
458
480
|
}
|
|
459
481
|
/**
|
|
460
482
|
* 该接口(DeleteIntegrationEmployees)用于离职本企业员工,同时可选择是否进行离职交接。
|