tencentcloud-sdk-nodejs-essbasic 4.1.8 → 4.1.10
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,10 +1,10 @@
|
|
|
1
1
|
export declare const essbasic: {
|
|
2
|
-
v20210526: {
|
|
3
|
-
Client: typeof import("./v20210526/essbasic_client").Client;
|
|
4
|
-
Models: typeof import("./v20210526/essbasic_models");
|
|
5
|
-
};
|
|
6
2
|
v20201222: {
|
|
7
3
|
Client: typeof import("./v20201222/essbasic_client").Client;
|
|
8
4
|
Models: typeof import("./v20201222/essbasic_models");
|
|
9
5
|
};
|
|
6
|
+
v20210526: {
|
|
7
|
+
Client: typeof import("./v20210526/essbasic_client").Client;
|
|
8
|
+
Models: typeof import("./v20210526/essbasic_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.essbasic = void 0;
|
|
4
|
-
const v20210526_1 = require("./v20210526");
|
|
5
4
|
const v20201222_1 = require("./v20201222");
|
|
5
|
+
const v20210526_1 = require("./v20210526");
|
|
6
6
|
exports.essbasic = {
|
|
7
|
-
v20210526: v20210526_1.v20210526,
|
|
8
7
|
v20201222: v20201222_1.v20201222,
|
|
8
|
+
v20210526: v20210526_1.v20210526,
|
|
9
9
|
};
|
|
@@ -2053,7 +2053,7 @@ export interface ChannelCreateFlowByFilesRequest {
|
|
|
2053
2053
|
*/
|
|
2054
2054
|
Operator?: UserInfo;
|
|
2055
2055
|
/**
|
|
2056
|
-
* 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:
|
|
2056
|
+
* 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:
|
|
2057
2057
|
*/
|
|
2058
2058
|
FlowDisplayType?: number;
|
|
2059
2059
|
/**
|