tencentcloud-sdk-nodejs-essbasic 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-essbasic",
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.
@@ -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.
@@ -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.
@@ -6100,6 +6100,7 @@ export interface FlowDetailInfo {
6100
6100
  FlowName?: string;
6101
6101
  /**
6102
6102
  * 合同流程的类别分类(如销售合同/入职合同等)。
6103
+ 该字段将被废弃,不建议使用。 请使用 UserFlowType
6103
6104
  */
6104
6105
  FlowType?: string;
6105
6106
  /**
@@ -6145,6 +6146,17 @@ export interface FlowDetailInfo {
6145
6146
  <li>当NeedCreateReview为false,不需要发起前审核的合同</li></ul>
6146
6147
  */
6147
6148
  NeedCreateReview?: boolean;
6149
+ /**
6150
+ * 用户合同的自定义分类。
6151
+
6152
+ 自定义合同类型的位置,在下图所示地方:
6153
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/37138cc5f3c38e6f788f4b82f695cebf.png)
6154
+ */
6155
+ UserFlowType?: UserFlowType;
6156
+ /**
6157
+ * 发起模板时,使用的模板Id
6158
+ */
6159
+ TemplateId?: string;
6148
6160
  }
6149
6161
  /**
6150
6162
  * CreatePersonAuthCertificateImage请求参数结构体
@@ -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.