tencentcloud-sdk-nodejs-ess 4.1.117 → 4.1.121

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.
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ess",
3
- "version": "4.1.117",
3
+ "version": "4.1.121",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -12,7 +12,8 @@
12
12
  "build:es": "tsc -p tsconfig.es.json",
13
13
  "build:slim": "node ./scripts/build_slim.js",
14
14
  "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
15
- "clean": "rimraf tencentcloud es"
15
+ "clean": "rimraf tencentcloud es",
16
+ "test:common": "vitest run"
16
17
  },
17
18
  "engines": {
18
19
  "node": ">=10"
@@ -44,9 +45,9 @@
44
45
  "url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
45
46
  },
46
47
  "devDependencies": {
47
- "@types/form-data": "^2.5.0",
48
+ "@types/ini": "^4.1.1",
48
49
  "@types/json-bigint": "^1.0.1",
49
- "@types/node": "^14.0.26",
50
+ "@types/node": "^18.0.0",
50
51
  "@types/node-fetch": "^2.5.7",
51
52
  "@types/uuid": "^9.0.8",
52
53
  "@typescript-eslint/eslint-plugin": "^2.34.0",
@@ -61,6 +62,7 @@
61
62
  "prettier": "^2.3.0",
62
63
  "rimraf": "^5.0.10",
63
64
  "ts-node": "^8.10.2",
64
- "typescript": "^3.9.7"
65
+ "typescript": "^5.9.2",
66
+ "vitest": "2.1.9"
65
67
  }
66
68
  }
@@ -1119,10 +1119,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
1119
1119
  */
1120
1120
  CreateDynamicFlowApprover(req: CreateDynamicFlowApproverRequest, cb?: (error: string, rep: CreateDynamicFlowApproverResponse) => void): Promise<CreateDynamicFlowApproverResponse>;
1121
1121
  /**
1122
- * 查询用户模版类型,分为两种模式:
1122
+ * 查询用户模板类型,分为两种模式:
1123
1123
  <ul>
1124
- <li>QueryBindTemplate:false,查询用户合同模版类型,返回用户合同模版类型ID,用户合同模版类型名称,用户合同模版类型描述信息</li>
1125
- <li>QueryBindTemplate:false,查询用户合同模版类型,返回用户合同模版类型ID,用户合同模版类型名称,用户合同模版类型描述信息,被绑定的模版数量</li>
1124
+ <li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息</li>
1125
+ <li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息,被绑定的模板数量</li>
1126
1126
  </ul>
1127
1127
  */
1128
1128
  DescribeUserFlowType(req: DescribeUserFlowTypeRequest, cb?: (error: string, rep: DescribeUserFlowTypeResponse) => void): Promise<DescribeUserFlowTypeResponse>;
@@ -1315,10 +1315,10 @@ class Client extends TencentCloudCommon.AbstractClient {
1315
1315
  return this.request("CreateDynamicFlowApprover", req, cb);
1316
1316
  }
1317
1317
  /**
1318
- * 查询用户模版类型,分为两种模式:
1318
+ * 查询用户模板类型,分为两种模式:
1319
1319
  <ul>
1320
- <li>QueryBindTemplate:false,查询用户合同模版类型,返回用户合同模版类型ID,用户合同模版类型名称,用户合同模版类型描述信息</li>
1321
- <li>QueryBindTemplate:false,查询用户合同模版类型,返回用户合同模版类型ID,用户合同模版类型名称,用户合同模版类型描述信息,被绑定的模版数量</li>
1320
+ <li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息</li>
1321
+ <li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息,被绑定的模板数量</li>
1322
1322
  </ul>
1323
1323
  */
1324
1324
  async DescribeUserFlowType(req, cb) {
@@ -2044,7 +2044,7 @@ export interface RegistrationOrganizationInfo {
2044
2044
  PowerOfAttorneys?: Array<string>;
2045
2045
  }
2046
2046
  /**
2047
- * 模版对应的合同类型
2047
+ * 模板对应的合同类型
2048
2048
  */
2049
2049
  export interface TemplateUserFlowType {
2050
2050
  /**
@@ -2060,7 +2060,7 @@ export interface TemplateUserFlowType {
2060
2060
  */
2061
2061
  Description?: string;
2062
2062
  /**
2063
- * 每个合同类型绑定的模版数量
2063
+ * 每个合同类型绑定的模板数量
2064
2064
  */
2065
2065
  TemplateNum?: number;
2066
2066
  }
@@ -7479,7 +7479,7 @@ export interface FlowGroupOptions {
7479
7479
  */
7480
7480
  export interface RegisterInfo {
7481
7481
  /**
7482
- * <font color="red">字段不再使用</font>,法人姓名
7482
+ * 法人姓名
7483
7483
  */
7484
7484
  LegalName: string;
7485
7485
  /**
@@ -7489,7 +7489,7 @@ export interface RegisterInfo {
7489
7489
  */
7490
7490
  Uscc?: string;
7491
7491
  /**
7492
- * <font color="red">字段不再使用</font>,社会统一信用代码
7492
+ * 社会统一信用代码
7493
7493
  */
7494
7494
  UnifiedSocialCreditCode?: string;
7495
7495
  /**
@@ -11761,11 +11761,11 @@ export interface DescribeUserFlowTypeRequest {
11761
11761
  Agent?: Agent;
11762
11762
  /**
11763
11763
  * 搜索过滤的条件,本字段允许您通过指定模板 ID 或模板名称来进行查询。
11764
- <ul><li><strong>模板 ID</strong>:<strong>Key</strong>设置为 <code>template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">模板 ID </a>列表。</li> <li><strong>主企业模板 ID</strong>:<strong>Key</strong>设置为 <code>share-template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">主企业模板 ID </a>列表。用来查询主企业分享模板到子企业场景下,子企业的模板信息,在此情境下,参数 <strong>Agent.ProxyOrganizationId</strong>(子企业的组织ID)为必填项。</li> <li><strong>模板名称</strong>:<strong>Key</strong>设置为 <code>template-name</code> ,<strong>Values</strong>为您想要查询的<a href="https://qcloudimg.tencent-cloud.cn/raw/03a924ee0a53d86575f8067d1c97876d.png" target="_blank">模板名称</a>列表。</li><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模版类型id列表。</li></ul>
11764
+ <ul><li><strong>模板 ID</strong>:<strong>Key</strong>设置为 <code>template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">模板 ID </a>列表。</li> <li><strong>主企业模板 ID</strong>:<strong>Key</strong>设置为 <code>share-template-id</code> ,<strong>Values</strong>为您想要查询的 <a href="https://qcloudimg.tencent-cloud.cn/raw/5c27b917b2bbe8c341566c78ca6f8782.png" target="_blank">主企业模板 ID </a>列表。用来查询主企业分享模板到子企业场景下,子企业的模板信息,在此情境下,参数 <strong>Agent.ProxyOrganizationId</strong>(子企业的组织ID)为必填项。</li> <li><strong>模板名称</strong>:<strong>Key</strong>设置为 <code>template-name</code> ,<strong>Values</strong>为您想要查询的<a href="https://qcloudimg.tencent-cloud.cn/raw/03a924ee0a53d86575f8067d1c97876d.png" target="_blank">模板名称</a>列表。</li><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模板类型id列表。</li></ul>
11765
11765
  */
11766
11766
  Filters?: Array<Filter>;
11767
11767
  /**
11768
- * 查询绑定了模版的用户合同类型 <ul> <li>false(默认值),查询用户合同类型</li> <li>true,查询绑定了模版的用户合同类型</li> </ul>
11768
+ * 查询绑定了模板的用户合同类型 <ul> <li>false(默认值),查询用户合同类型</li> <li>true,查询绑定了模板的用户合同类型</li> </ul>
11769
11769
  */
11770
11770
  QueryBindTemplate?: boolean;
11771
11771
  }
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ess = void 0;
3
4
  var ess_1 = require("./ess");
4
5
  Object.defineProperty(exports, "ess", { enumerable: true, get: function () { return ess_1.ess; } });