tencentcloud-sdk-nodejs-ess 4.1.68 → 4.1.70

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.68",
3
+ "version": "4.1.70",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4,7 +4,7 @@ exports.Client = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  /* eslint-disable @typescript-eslint/no-unused-vars */
6
6
  /*
7
- * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
8
8
  *
9
9
  * Licensed under the Apache License, Version 2.0 (the "License");
10
10
  * you may not use this file except in compliance with the License.
@@ -842,6 +842,7 @@ export interface FlowBrief {
842
842
  FlowDescription?: string;
843
843
  /**
844
844
  * 合同流程的类别分类(如销售合同/入职合同等)。
845
+ 该字段将被废弃,不建议使用。 请使用 UserFlowType。
845
846
  */
846
847
  FlowType?: string;
847
848
  /**
@@ -876,6 +877,17 @@ export interface FlowBrief {
876
877
  * 合同流程的签署截止时间,格式为Unix标准时间戳(秒)。
877
878
  */
878
879
  Deadline?: number;
880
+ /**
881
+ * 用户合同的自定义分类。
882
+
883
+ 自定义合同类型的位置,在下图所示地方:
884
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/00d72934c31bd49115a566e4e1a4530d.png)
885
+ */
886
+ UserFlowType?: UserFlowType;
887
+ /**
888
+ * 发起模板时,使用的模板Id
889
+ */
890
+ TemplateId?: string;
879
891
  }
880
892
  /**
881
893
  * DescribeThirdPartyAuthCode返回参数结构体
@@ -6989,6 +7001,7 @@ export interface FlowDetailInfo {
6989
7001
  FlowName?: string;
6990
7002
  /**
6991
7003
  * 合同流程的类别分类(如销售合同/入职合同等)。
7004
+ 该字段将被废弃,不建议使用。
6992
7005
  */
6993
7006
  FlowType?: string;
6994
7007
  /**
@@ -7019,6 +7032,17 @@ export interface FlowDetailInfo {
7019
7032
  * 合同流程发起方的员工编号, 即员工在腾讯电子签平台的唯一身份标识。
7020
7033
  */
7021
7034
  Creator?: string;
7035
+ /**
7036
+ * 用户合同的自定义分类。
7037
+
7038
+ 自定义合同类型的位置,在下图所示地方:
7039
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/00d72934c31bd49115a566e4e1a4530d.png)
7040
+ */
7041
+ UserFlowType?: UserFlowType;
7042
+ /**
7043
+ * 发起模板时,使用的模板Id
7044
+ */
7045
+ TemplateId?: string;
7022
7046
  }
7023
7047
  /**
7024
7048
  * 更新员工信息成功返回的数据信息, 仅支持未实名的用户进行更新
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.