tencentcloud-sdk-nodejs-essbasic 4.1.68 → 4.1.69
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
|
@@ -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
|
+

|
|
6154
|
+
*/
|
|
6155
|
+
UserFlowType?: UserFlowType;
|
|
6156
|
+
/**
|
|
6157
|
+
* 发起模板时,使用的模板Id
|
|
6158
|
+
*/
|
|
6159
|
+
TemplateId?: string;
|
|
6148
6160
|
}
|
|
6149
6161
|
/**
|
|
6150
6162
|
* CreatePersonAuthCertificateImage请求参数结构体
|