tencentcloud-sdk-nodejs-essbasic 4.1.67 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-essbasic",
3
- "version": "4.1.67",
3
+ "version": "4.1.69",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3023,7 +3023,7 @@ export interface AutoSignConfig {
3023
3023
  <li>**INSIGHT** : 慧眼人脸识别</li>
3024
3024
  <li>**TELECOM** : 运营商三要素验证</li></ul>
3025
3025
  注:
3026
- <ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>
3026
+ <ul><li>如果是小程序开通链接,仅支持传 WEIXINAPP。为空默认 WEIXINAPP</li>
3027
3027
  <li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>
3028
3028
  */
3029
3029
  VerifyChannels?: Array<string>;
@@ -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请求参数结构体