tencentcloud-sdk-nodejs 4.0.849 → 4.0.850
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/CHANGELOG.md +147 -0
- package/SERVICE_CHANGELOG.md +217 -178
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/apm/v20210622/apm_models.ts +1 -1
- package/src/services/bma/index.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +40 -2
- package/src/services/cwp/v20180228/cwp_models.ts +10 -5
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +24 -8
- package/src/services/ess/v20201111/ess_models.ts +86 -0
- package/src/services/faceid/v20180301/faceid_models.ts +5 -11
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/organization/index.ts +2 -2
- package/src/services/ssm/v20190923/ssm_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +9 -9
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +1 -0
- package/src/services/teo/v20220901/teo_models.ts +21 -0
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +40 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +15 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +84 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -11
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -9
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +20 -0
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/ess.v20201111.test.js +12 -2
|
@@ -821,7 +821,7 @@ export interface RotateProductSecretResponse {
|
|
|
821
821
|
/**
|
|
822
822
|
* 当凭据类型为云产品凭据时(即SecretType为1,如MySQL、Tdsql等托管凭据)此字段有效,返回轮转异步任务ID号。
|
|
823
823
|
*/
|
|
824
|
-
FlowID
|
|
824
|
+
FlowID?: number
|
|
825
825
|
/**
|
|
826
826
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
827
827
|
*/
|
|
@@ -8511,41 +8511,41 @@ export interface Environment {
|
|
|
8511
8511
|
/**
|
|
8512
8512
|
* 命名空间名称
|
|
8513
8513
|
*/
|
|
8514
|
-
EnvironmentId
|
|
8514
|
+
EnvironmentId?: string
|
|
8515
8515
|
/**
|
|
8516
8516
|
* 说明
|
|
8517
8517
|
*/
|
|
8518
|
-
Remark
|
|
8518
|
+
Remark?: string
|
|
8519
8519
|
/**
|
|
8520
8520
|
* 未消费消息过期时间,单位:秒,最大1296000(15天)
|
|
8521
8521
|
*/
|
|
8522
|
-
MsgTTL
|
|
8522
|
+
MsgTTL?: number
|
|
8523
8523
|
/**
|
|
8524
8524
|
* 创建时间
|
|
8525
8525
|
*/
|
|
8526
|
-
CreateTime
|
|
8526
|
+
CreateTime?: string
|
|
8527
8527
|
/**
|
|
8528
8528
|
* 最近修改时间
|
|
8529
8529
|
*/
|
|
8530
|
-
UpdateTime
|
|
8530
|
+
UpdateTime?: string
|
|
8531
8531
|
/**
|
|
8532
8532
|
* 命名空间ID
|
|
8533
8533
|
*/
|
|
8534
|
-
NamespaceId
|
|
8534
|
+
NamespaceId?: string
|
|
8535
8535
|
/**
|
|
8536
8536
|
* 命名空间名称
|
|
8537
8537
|
*/
|
|
8538
|
-
NamespaceName
|
|
8538
|
+
NamespaceName?: string
|
|
8539
8539
|
/**
|
|
8540
8540
|
* Topic数量
|
|
8541
8541
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8542
8542
|
*/
|
|
8543
|
-
TopicNum
|
|
8543
|
+
TopicNum?: number
|
|
8544
8544
|
/**
|
|
8545
8545
|
* 消息保留策略
|
|
8546
8546
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8547
8547
|
*/
|
|
8548
|
-
RetentionPolicy
|
|
8548
|
+
RetentionPolicy?: RetentionPolicy
|
|
8549
8549
|
/**
|
|
8550
8550
|
* 是否自动创建订阅
|
|
8551
8551
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -2951,6 +2951,13 @@ export interface Task {
|
|
|
2951
2951
|
* 任务类型。
|
|
2952
2952
|
*/
|
|
2953
2953
|
Type?: string
|
|
2954
|
+
/**
|
|
2955
|
+
* 节点缓存清除方法,取值有:
|
|
2956
|
+
<li>invalidate:标记过期,用户请求时触发回源校验,即发送带有 If-None-Match 和 If-Modified-Since 头部的 HTTP 条件请求。若源站响应 200,则节点会回源拉取新的资源并更新缓存;若源站响应 304,则节点不会更新缓存;</li>
|
|
2957
|
+
<li>delete:直接删除节点缓存,用户请求时触发回源拉取资源。</li>
|
|
2958
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2959
|
+
*/
|
|
2960
|
+
Method?: string
|
|
2954
2961
|
/**
|
|
2955
2962
|
* 状态。取值有:
|
|
2956
2963
|
<li>processing:处理中;</li>
|
|
@@ -8946,6 +8953,16 @@ export interface SecurityTemplateBinding {
|
|
|
8946
8953
|
TemplateScope?: Array<TemplateScope>
|
|
8947
8954
|
}
|
|
8948
8955
|
|
|
8956
|
+
/**
|
|
8957
|
+
* 节点缓存清除类型取值为 purge_cache_tag 时附带的信息。
|
|
8958
|
+
*/
|
|
8959
|
+
export interface CacheTag {
|
|
8960
|
+
/**
|
|
8961
|
+
* 待清除缓存的域名列表。
|
|
8962
|
+
*/
|
|
8963
|
+
Domains: Array<string>
|
|
8964
|
+
}
|
|
8965
|
+
|
|
8949
8966
|
/**
|
|
8950
8967
|
* DescribeDefaultCertificates返回参数结构体
|
|
8951
8968
|
*/
|
|
@@ -9169,6 +9186,10 @@ export interface CreatePurgeTaskRequest {
|
|
|
9169
9186
|
* @deprecated
|
|
9170
9187
|
*/
|
|
9171
9188
|
EncodeUrl?: boolean
|
|
9189
|
+
/**
|
|
9190
|
+
* 节点缓存清除类型取值为 purge_cache_tag 时附带的信息。
|
|
9191
|
+
*/
|
|
9192
|
+
CacheTag?: CacheTag
|
|
9172
9193
|
}
|
|
9173
9194
|
|
|
9174
9195
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { v20211109 } from "./v20211109"
|
|
2
1
|
import { v20220401 } from "./v20220401"
|
|
2
|
+
import { v20211109 } from "./v20211109"
|
|
3
3
|
import { v20230321 } from "./v20230321"
|
|
4
4
|
|
|
5
5
|
export const thpc = {
|
|
6
|
-
v20211109: v20211109,
|
|
7
6
|
v20220401: v20220401,
|
|
7
|
+
v20211109: v20211109,
|
|
8
8
|
v20230321: v20230321,
|
|
9
9
|
}
|
package/src/services/vm/index.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { v20210922 } from "./v20210922"
|
|
2
|
-
import { v20200709 } from "./v20200709"
|
|
3
2
|
import { v20201229 } from "./v20201229"
|
|
3
|
+
import { v20200709 } from "./v20200709"
|
|
4
4
|
|
|
5
5
|
export const vm = {
|
|
6
6
|
v20210922: v20210922,
|
|
7
|
-
v20200709: v20200709,
|
|
8
7
|
v20201229: v20201229,
|
|
8
|
+
v20200709: v20200709,
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.850";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const ams: {
|
|
2
|
-
v20200608: {
|
|
3
|
-
Client: typeof import("./v20200608/ams_client").Client;
|
|
4
|
-
Models: typeof import("./v20200608/ams_models");
|
|
5
|
-
};
|
|
6
2
|
v20201229: {
|
|
7
3
|
Client: typeof import("./v20201229/ams_client").Client;
|
|
8
4
|
Models: typeof import("./v20201229/ams_models");
|
|
9
5
|
};
|
|
6
|
+
v20200608: {
|
|
7
|
+
Client: typeof import("./v20200608/ams_client").Client;
|
|
8
|
+
Models: typeof import("./v20200608/ams_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ams = void 0;
|
|
4
|
-
const v20200608_1 = require("./v20200608");
|
|
5
4
|
const v20201229_1 = require("./v20201229");
|
|
5
|
+
const v20200608_1 = require("./v20200608");
|
|
6
6
|
exports.ams = {
|
|
7
|
-
v20200608: v20200608_1.v20200608,
|
|
8
7
|
v20201229: v20201229_1.v20201229,
|
|
8
|
+
v20200608: v20200608_1.v20200608,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const bma: {
|
|
2
|
-
v20210624: {
|
|
3
|
-
Client: typeof import("./v20210624/bma_client").Client;
|
|
4
|
-
Models: typeof import("./v20210624/bma_models");
|
|
5
|
-
};
|
|
6
2
|
v20221115: {
|
|
7
3
|
Client: typeof import("./v20221115/bma_client").Client;
|
|
8
4
|
Models: typeof import("./v20221115/bma_models");
|
|
9
5
|
};
|
|
6
|
+
v20210624: {
|
|
7
|
+
Client: typeof import("./v20210624/bma_client").Client;
|
|
8
|
+
Models: typeof import("./v20210624/bma_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.bma = void 0;
|
|
4
|
-
const v20210624_1 = require("./v20210624");
|
|
5
4
|
const v20221115_1 = require("./v20221115");
|
|
5
|
+
const v20210624_1 = require("./v20210624");
|
|
6
6
|
exports.bma = {
|
|
7
|
-
v20210624: v20210624_1.v20210624,
|
|
8
7
|
v20221115: v20221115_1.v20221115,
|
|
8
|
+
v20210624: v20210624_1.v20210624,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const chdfs: {
|
|
2
|
-
v20190718: {
|
|
3
|
-
Client: typeof import("./v20190718/chdfs_client").Client;
|
|
4
|
-
Models: typeof import("./v20190718/chdfs_models");
|
|
5
|
-
};
|
|
6
2
|
v20201112: {
|
|
7
3
|
Client: typeof import("./v20201112/chdfs_client").Client;
|
|
8
4
|
Models: typeof import("./v20201112/chdfs_models");
|
|
9
5
|
};
|
|
6
|
+
v20190718: {
|
|
7
|
+
Client: typeof import("./v20190718/chdfs_client").Client;
|
|
8
|
+
Models: typeof import("./v20190718/chdfs_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.chdfs = void 0;
|
|
4
|
-
const v20190718_1 = require("./v20190718");
|
|
5
4
|
const v20201112_1 = require("./v20201112");
|
|
5
|
+
const v20190718_1 = require("./v20190718");
|
|
6
6
|
exports.chdfs = {
|
|
7
|
-
v20190718: v20190718_1.v20190718,
|
|
8
7
|
v20201112: v20201112_1.v20201112,
|
|
8
|
+
v20190718: v20190718_1.v20190718,
|
|
9
9
|
};
|
|
@@ -2253,7 +2253,7 @@ export interface HealthCheck {
|
|
|
2253
2253
|
*/
|
|
2254
2254
|
HttpVersion?: string;
|
|
2255
2255
|
/**
|
|
2256
|
-
* 健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP
|
|
2256
|
+
* 健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP)。
|
|
2257
2257
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2258
2258
|
*/
|
|
2259
2259
|
SourceIpType?: number;
|
|
@@ -5820,7 +5820,7 @@ export interface NoticeReceiver {
|
|
|
5820
5820
|
ReceiverType: string;
|
|
5821
5821
|
/**
|
|
5822
5822
|
* 接收者。
|
|
5823
|
-
当ReceiverType为Uin时,ReceiverIds的值为用户
|
|
5823
|
+
当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)
|
|
5824
5824
|
当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)
|
|
5825
5825
|
*/
|
|
5826
5826
|
ReceiverIds: Array<number | bigint>;
|
|
@@ -160,6 +160,10 @@ export interface DescribeAssetViewVulRiskListResponse {
|
|
|
160
160
|
* DescribeOrganizationUserInfo请求参数结构体
|
|
161
161
|
*/
|
|
162
162
|
export interface DescribeOrganizationUserInfoRequest {
|
|
163
|
+
/**
|
|
164
|
+
* 集团账号的成员id
|
|
165
|
+
*/
|
|
166
|
+
MemberId?: Array<string>;
|
|
163
167
|
/**
|
|
164
168
|
* 过滤内容
|
|
165
169
|
*/
|
|
@@ -796,12 +800,12 @@ export interface AlertInfo {
|
|
|
796
800
|
*/
|
|
797
801
|
Victim?: RoleInfo;
|
|
798
802
|
/**
|
|
799
|
-
* 证据数据(
|
|
803
|
+
* 证据数据(例如攻击内容等)
|
|
800
804
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
801
805
|
*/
|
|
802
806
|
EvidenceData?: string;
|
|
803
807
|
/**
|
|
804
|
-
* 证据位置(
|
|
808
|
+
* 证据位置(例如协议端口)
|
|
805
809
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
806
810
|
*/
|
|
807
811
|
EvidenceLocation?: string;
|
|
@@ -1180,6 +1184,16 @@ export interface OrganizationUserInfo {
|
|
|
1180
1184
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1181
1185
|
*/
|
|
1182
1186
|
TcMemberType?: number;
|
|
1187
|
+
/**
|
|
1188
|
+
* 子账号数量
|
|
1189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1190
|
+
*/
|
|
1191
|
+
SubUserCount?: number;
|
|
1192
|
+
/**
|
|
1193
|
+
* 加入方式详细信息
|
|
1194
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1195
|
+
*/
|
|
1196
|
+
JoinTypeInfo?: string;
|
|
1183
1197
|
}
|
|
1184
1198
|
/**
|
|
1185
1199
|
* 安全中心资产标签
|
|
@@ -2071,6 +2085,16 @@ export interface DescribeOrganizationUserInfoResponse {
|
|
|
2071
2085
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2072
2086
|
*/
|
|
2073
2087
|
Data?: Array<OrganizationUserInfo>;
|
|
2088
|
+
/**
|
|
2089
|
+
* 加入方式枚举
|
|
2090
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2091
|
+
*/
|
|
2092
|
+
JoinTypeLst?: Array<FilterDataObject>;
|
|
2093
|
+
/**
|
|
2094
|
+
* 云厂商枚举
|
|
2095
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2096
|
+
*/
|
|
2097
|
+
CloudTypeLst?: Array<FilterDataObject>;
|
|
2074
2098
|
/**
|
|
2075
2099
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2076
2100
|
*/
|
|
@@ -2790,6 +2814,11 @@ export interface DescribeCVMAssetsResponse {
|
|
|
2790
2814
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2791
2815
|
*/
|
|
2792
2816
|
AssetMapInstanceTypeList?: Array<AssetInstanceTypeMap>;
|
|
2817
|
+
/**
|
|
2818
|
+
* 公网内网枚举
|
|
2819
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2820
|
+
*/
|
|
2821
|
+
PublicPrivateAttr?: Array<FilterDataObject>;
|
|
2793
2822
|
/**
|
|
2794
2823
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2795
2824
|
*/
|
|
@@ -5048,6 +5077,10 @@ export interface ScanTaskInfoList {
|
|
|
5048
5077
|
* DescribeDbAssets请求参数结构体
|
|
5049
5078
|
*/
|
|
5050
5079
|
export interface DescribeDbAssetsRequest {
|
|
5080
|
+
/**
|
|
5081
|
+
* 集团账号的成员id
|
|
5082
|
+
*/
|
|
5083
|
+
MemberId?: Array<string>;
|
|
5051
5084
|
/**
|
|
5052
5085
|
* -
|
|
5053
5086
|
*/
|
|
@@ -5646,6 +5679,11 @@ export interface DescribeDbAssetsResponse {
|
|
|
5646
5679
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5647
5680
|
*/
|
|
5648
5681
|
AppIdList?: Array<FilterDataObject>;
|
|
5682
|
+
/**
|
|
5683
|
+
* 公网内网枚举
|
|
5684
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5685
|
+
*/
|
|
5686
|
+
PublicPrivateAttr?: Array<FilterDataObject>;
|
|
5649
5687
|
/**
|
|
5650
5688
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5651
5689
|
*/
|
|
@@ -14842,7 +14842,7 @@ export interface ExportBaselineItemListRequest {
|
|
|
14842
14842
|
<li>ItemName - String - 是否必填:否 - 项名称</li>
|
|
14843
14843
|
<li>DetectStatus - int - 是否必填:否 - 检测状态[0:未通过|3:通过|5:检测中]</li>
|
|
14844
14844
|
<li>Level - int - 是否必填:否 - 风险等级</li>
|
|
14845
|
-
<li>StartTime - string - 是否必填:否 -
|
|
14845
|
+
<li>StartTime - string - 是否必填:否 - 开始时间</li>
|
|
14846
14846
|
<li>EndTime - string - 是否必填:否 - 结束时间</li>
|
|
14847
14847
|
*/
|
|
14848
14848
|
Filters?: Array<Filter>;
|
|
@@ -18900,7 +18900,7 @@ export interface ExportFileTamperRulesRequest {
|
|
|
18900
18900
|
/**
|
|
18901
18901
|
* 过滤条件。
|
|
18902
18902
|
<li>RuleCategory- string- 规则类别 0=系统规则,1=用户规则</li>
|
|
18903
|
-
<li>Name- String -
|
|
18903
|
+
<li>Name- String - 规则名称</li>
|
|
18904
18904
|
*/
|
|
18905
18905
|
Filters?: Array<Filters>;
|
|
18906
18906
|
}
|
|
@@ -21402,6 +21402,11 @@ export interface Item {
|
|
|
21402
21402
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21403
21403
|
*/
|
|
21404
21404
|
CustomItemValues?: Array<number | bigint>;
|
|
21405
|
+
/**
|
|
21406
|
+
* 检测项所属分类
|
|
21407
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21408
|
+
*/
|
|
21409
|
+
CategoryId?: number;
|
|
21405
21410
|
}
|
|
21406
21411
|
/**
|
|
21407
21412
|
* ExportVulDetectionExcel请求参数结构体
|
|
@@ -26694,7 +26699,7 @@ export interface DescribeBaselineListRequest {
|
|
|
26694
26699
|
*/
|
|
26695
26700
|
export interface DescribePublicProxyInstallCommandRequest {
|
|
26696
26701
|
/**
|
|
26697
|
-
* nginx主机
|
|
26702
|
+
* nginx主机IP列表,逗号分隔
|
|
26698
26703
|
*/
|
|
26699
26704
|
Ip?: string;
|
|
26700
26705
|
}
|
|
@@ -28815,12 +28820,12 @@ export interface DescribePublicProxyInstallCommandResponse {
|
|
|
28815
28820
|
/**
|
|
28816
28821
|
* Nginx安装命令
|
|
28817
28822
|
*/
|
|
28818
|
-
NginxCommand
|
|
28823
|
+
NginxCommand?: string;
|
|
28819
28824
|
/**
|
|
28820
28825
|
* Keepalived安装命令
|
|
28821
28826
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
28822
28827
|
*/
|
|
28823
|
-
KeepAliveCommand
|
|
28828
|
+
KeepAliveCommand?: string;
|
|
28824
28829
|
/**
|
|
28825
28830
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28826
28831
|
*/
|
|
@@ -8601,6 +8601,11 @@ export interface ResourcePackage {
|
|
|
8601
8601
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8602
8602
|
*/
|
|
8603
8603
|
PackageType?: string;
|
|
8604
|
+
/**
|
|
8605
|
+
* 当前资源包绑定在当前实例下的抵扣优先级
|
|
8606
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8607
|
+
*/
|
|
8608
|
+
DeductionPriority?: number;
|
|
8604
8609
|
}
|
|
8605
8610
|
/**
|
|
8606
8611
|
* DescribeBinlogSaveDays返回参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const dbbrain: {
|
|
2
|
-
v20210527: {
|
|
3
|
-
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
4
|
-
Models: typeof import("./v20210527/dbbrain_models");
|
|
5
|
-
};
|
|
6
2
|
v20191016: {
|
|
7
3
|
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
8
4
|
Models: typeof import("./v20191016/dbbrain_models");
|
|
9
5
|
};
|
|
6
|
+
v20210527: {
|
|
7
|
+
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
8
|
+
Models: typeof import("./v20210527/dbbrain_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dbbrain = void 0;
|
|
4
|
-
const v20210527_1 = require("./v20210527");
|
|
5
4
|
const v20191016_1 = require("./v20191016");
|
|
5
|
+
const v20210527_1 = require("./v20210527");
|
|
6
6
|
exports.dbbrain = {
|
|
7
|
-
v20210527: v20210527_1.v20210527,
|
|
8
7
|
v20191016: v20191016_1.v20191016,
|
|
8
|
+
v20210527: v20210527_1.v20210527,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const dts: {
|
|
2
|
-
v20180330: {
|
|
3
|
-
Client: typeof import("./v20180330/dts_client").Client;
|
|
4
|
-
Models: typeof import("./v20180330/dts_models");
|
|
5
|
-
};
|
|
6
2
|
v20211206: {
|
|
7
3
|
Client: typeof import("./v20211206/dts_client").Client;
|
|
8
4
|
Models: typeof import("./v20211206/dts_models");
|
|
9
5
|
};
|
|
6
|
+
v20180330: {
|
|
7
|
+
Client: typeof import("./v20180330/dts_client").Client;
|
|
8
|
+
Models: typeof import("./v20180330/dts_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dts = void 0;
|
|
4
|
-
const v20180330_1 = require("./v20180330");
|
|
5
4
|
const v20211206_1 = require("./v20211206");
|
|
5
|
+
const v20180330_1 = require("./v20180330");
|
|
6
6
|
exports.dts = {
|
|
7
|
-
v20180330: v20180330_1.v20180330,
|
|
8
7
|
v20211206: v20211206_1.v20211206,
|
|
8
|
+
v20180330: v20180330_1.v20180330,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const eis: {
|
|
2
|
-
v20210601: {
|
|
3
|
-
Client: typeof import("./v20210601/eis_client").Client;
|
|
4
|
-
Models: typeof import("./v20210601/eis_models");
|
|
5
|
-
};
|
|
6
2
|
v20200715: {
|
|
7
3
|
Client: typeof import("./v20200715/eis_client").Client;
|
|
8
4
|
Models: typeof import("./v20200715/eis_models");
|
|
9
5
|
};
|
|
6
|
+
v20210601: {
|
|
7
|
+
Client: typeof import("./v20210601/eis_client").Client;
|
|
8
|
+
Models: typeof import("./v20210601/eis_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.eis = void 0;
|
|
4
|
-
const v20210601_1 = require("./v20210601");
|
|
5
4
|
const v20200715_1 = require("./v20200715");
|
|
5
|
+
const v20210601_1 = require("./v20210601");
|
|
6
6
|
exports.eis = {
|
|
7
|
-
v20210601: v20210601_1.v20210601,
|
|
8
7
|
v20200715: v20200715_1.v20200715,
|
|
8
|
+
v20210601: v20210601_1.v20210601,
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, DescribeCancelFlowsTaskResponse, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, DescribeBillUsageRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationRegistrationTasksRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
3
|
+
import { DescribePersonCertificateResponse, DescribeCancelFlowsTaskResponse, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, DescribeBillUsageRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -128,11 +128,13 @@ export declare class Client extends AbstractClient {
|
|
|
128
128
|
*/
|
|
129
129
|
UnbindEmployeeUserIdWithClientOpenId(req: UnbindEmployeeUserIdWithClientOpenIdRequest, cb?: (error: string, rep: UnbindEmployeeUserIdWithClientOpenIdResponse) => void): Promise<UnbindEmployeeUserIdWithClientOpenIdResponse>;
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
132
|
-
|
|
133
|
-
|
|
131
|
+
* 客户可以主动调用生成实名链接去做C端用户实名,会对实名的用户进行打标记为调用链接客户的用户
|
|
132
|
+
使用场景:
|
|
133
|
+
用户集成场景
|
|
134
|
+
使用限制:
|
|
135
|
+
此接口需要购买单独的实名套餐包方可调用,如有需求请联系对接人员评估
|
|
134
136
|
*/
|
|
135
|
-
|
|
137
|
+
CreateUserVerifyUrl(req: CreateUserVerifyUrlRequest, cb?: (error: string, rep: CreateUserVerifyUrlResponse) => void): Promise<CreateUserVerifyUrlResponse>;
|
|
136
138
|
/**
|
|
137
139
|
* 本接口(CreateEmbedWebUrl)用于创建嵌入Web的链接,支持以下类型的Web链接创建:
|
|
138
140
|
1. 创建印章
|
|
@@ -787,6 +789,12 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
787
789
|
</ul>
|
|
788
790
|
*/
|
|
789
791
|
DescribeThirdPartyAuthCode(req: DescribeThirdPartyAuthCodeRequest, cb?: (error: string, rep: DescribeThirdPartyAuthCodeResponse) => void): Promise<DescribeThirdPartyAuthCodeResponse>;
|
|
792
|
+
/**
|
|
793
|
+
* 给医疗个人自动签许可续期。续期成功后,可对医疗自动签许可追加一年有效期,只可续期一次。
|
|
794
|
+
|
|
795
|
+
注意: `处方单等特殊场景专用,此接口为白名单功能,使用前请联系对接的客户经理沟通。`
|
|
796
|
+
*/
|
|
797
|
+
RenewAutoSignLicense(req: RenewAutoSignLicenseRequest, cb?: (error: string, rep: RenewAutoSignLicenseResponse) => void): Promise<RenewAutoSignLicenseResponse>;
|
|
790
798
|
/**
|
|
791
799
|
* 用来设置本企业嵌入式页面个性化主题配置(例如是否展示电子签logo、定义主题色等),设置后获取的web签署界面都会使用此配置进行展示。
|
|
792
800
|
|
|
@@ -172,12 +172,14 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
172
172
|
return this.request("UnbindEmployeeUserIdWithClientOpenId", req, cb);
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
|
-
*
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
* 客户可以主动调用生成实名链接去做C端用户实名,会对实名的用户进行打标记为调用链接客户的用户
|
|
176
|
+
使用场景:
|
|
177
|
+
用户集成场景
|
|
178
|
+
使用限制:
|
|
179
|
+
此接口需要购买单独的实名套餐包方可调用,如有需求请联系对接人员评估
|
|
178
180
|
*/
|
|
179
|
-
async
|
|
180
|
-
return this.request("
|
|
181
|
+
async CreateUserVerifyUrl(req, cb) {
|
|
182
|
+
return this.request("CreateUserVerifyUrl", req, cb);
|
|
181
183
|
}
|
|
182
184
|
/**
|
|
183
185
|
* 本接口(CreateEmbedWebUrl)用于创建嵌入Web的链接,支持以下类型的Web链接创建:
|
|
@@ -939,6 +941,14 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
939
941
|
async DescribeThirdPartyAuthCode(req, cb) {
|
|
940
942
|
return this.request("DescribeThirdPartyAuthCode", req, cb);
|
|
941
943
|
}
|
|
944
|
+
/**
|
|
945
|
+
* 给医疗个人自动签许可续期。续期成功后,可对医疗自动签许可追加一年有效期,只可续期一次。
|
|
946
|
+
|
|
947
|
+
注意: `处方单等特殊场景专用,此接口为白名单功能,使用前请联系对接的客户经理沟通。`
|
|
948
|
+
*/
|
|
949
|
+
async RenewAutoSignLicense(req, cb) {
|
|
950
|
+
return this.request("RenewAutoSignLicense", req, cb);
|
|
951
|
+
}
|
|
942
952
|
/**
|
|
943
953
|
* 用来设置本企业嵌入式页面个性化主题配置(例如是否展示电子签logo、定义主题色等),设置后获取的web签署界面都会使用此配置进行展示。
|
|
944
954
|
|