tencentcloud-sdk-nodejs 4.0.620 → 4.0.622
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 +480 -0
- package/SERVICE_CHANGELOG.md +496 -115
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +1 -0
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/bpaas/v20181217/bpaas_models.ts +26 -11
- package/src/services/cdb/v20170320/cdb_models.ts +5 -1
- package/src/services/cls/v20201016/cls_models.ts +5 -5
- package/src/services/csip/v20221121/csip_client.ts +75 -10
- package/src/services/csip/v20221121/csip_models.ts +1035 -118
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +17 -2
- package/src/services/ess/v20201111/ess_models.ts +124 -9
- package/src/services/gme/v20180711/gme_models.ts +5 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +15 -0
- package/src/services/lcic/v20220817/lcic_models.ts +6 -6
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +526 -312
- package/src/services/live/v20180801/live_models.ts +5707 -4875
- package/src/services/ms/v20180408/ms_models.ts +13 -8
- package/src/services/ocr/v20181119/ocr_models.ts +6 -6
- package/src/services/organization/v20210331/organization_client.ts +145 -106
- package/src/services/organization/v20210331/organization_models.ts +390 -165
- package/src/services/partners/v20180321/partners_client.ts +64 -122
- package/src/services/partners/v20180321/partners_models.ts +0 -356
- package/src/services/postgres/v20170312/postgres_client.ts +19 -19
- package/src/services/postgres/v20170312/postgres_models.ts +19 -12
- package/src/services/privatedns/v20201028/privatedns_client.ts +80 -68
- package/src/services/privatedns/v20201028/privatedns_models.ts +20 -0
- package/src/services/sms/v20190711/sms_models.ts +1 -4
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssa/v20180608/ssa_client.ts +1 -1
- package/src/services/ssa/v20180608/ssa_models.ts +75 -14
- package/src/services/tat/v20201028/tat_models.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +0 -32
- package/src/services/thpc/v20230321/thpc_models.ts +12 -0
- package/src/services/vod/v20180717/vod_client.ts +7 -3
- package/src/services/vod/v20180717/vod_models.ts +163 -54
- package/src/services/vpc/v20170312/vpc_models.ts +11 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +26 -11
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +23 -3
- package/tencentcloud/services/csip/v20221121/csip_client.js +33 -3
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1024 -122
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +119 -9
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +15 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -6
- 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/live/v20180801/live_client.d.ts +96 -25
- package/tencentcloud/services/live/v20180801/live_client.js +135 -30
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5542 -4751
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +13 -8
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +48 -36
- package/tencentcloud/services/organization/v20210331/organization_client.js +70 -52
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +379 -163
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +25 -49
- package/tencentcloud/services/partners/v20180321/partners_client.js +36 -68
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +0 -346
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +19 -19
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +19 -19
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +19 -12
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +31 -27
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +45 -39
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +1 -4
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +1 -1
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +75 -14
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -30
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +12 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +158 -53
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -6
- package/test/csip.v20221121.test.js +52 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/live.v20180801.test.js +182 -12
- package/test/organization.v20210331.test.js +66 -36
- package/test/partners.v20180321.test.js +28 -68
- package/test/privatedns.v20201028.test.js +44 -34
- package/test/tdmq.v20200217.test.js +0 -10
|
@@ -616,7 +616,7 @@ export interface SlowLogTopSqlItem {
|
|
|
616
616
|
*/
|
|
617
617
|
RowsExaminedAvg: number;
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* SQL模板的MD5值
|
|
620
620
|
*/
|
|
621
621
|
Md5: string;
|
|
622
622
|
}
|
|
@@ -2485,7 +2485,7 @@ export interface DescribeSlowLogUserHostStatsRequest {
|
|
|
2485
2485
|
*/
|
|
2486
2486
|
Product?: string;
|
|
2487
2487
|
/**
|
|
2488
|
-
*
|
|
2488
|
+
* SQL模板的MD5值
|
|
2489
2489
|
*/
|
|
2490
2490
|
Md5?: string;
|
|
2491
2491
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeFlowEvidenceReportRequest, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, CreateFlowApproversResponse, DescribeIntegrationMainOrganizationUserRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateConvertTaskApiRequest, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, BindEmployeeUserIdWithClientOpenIdRequest, DescribeIntegrationDepartmentsRequest, CreateIntegrationDepartmentResponse, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateUserAutoSignEnableUrlResponse, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateChannelSubOrganizationModifyQrCodeRequest, CreateFlowApproversRequest, CreateFlowEvidenceReportResponse, DescribeFileUrlsResponse, CreateIntegrationDepartmentRequest, DeleteIntegrationRoleUsersResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreateChannelSubOrganizationModifyQrCodeResponse, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, CreateUserAutoSignEnableUrlRequest, DescribeIntegrationMainOrganizationUserResponse, CancelUserAutoSignEnableUrlRequest, DeleteSealPoliciesRequest, CreateFlowByFilesRequest, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreatePrepareFlowRequest, CreateSealPolicyRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeIntegrationRolesResponse, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, DeleteIntegrationEmployeesResponse, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, UploadFilesRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoRequest, DescribeFlowInfoResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, DescribeOrganizationGroupOrganizationsResponse } from "./ess_models";
|
|
3
|
+
import { ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeFlowEvidenceReportRequest, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, CreateFlowApproversResponse, DescribeIntegrationMainOrganizationUserRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateConvertTaskApiRequest, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, BindEmployeeUserIdWithClientOpenIdRequest, DescribeIntegrationDepartmentsRequest, CreateIntegrationDepartmentResponse, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateUserAutoSignEnableUrlResponse, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateChannelSubOrganizationModifyQrCodeRequest, CreateFlowApproversRequest, CreateFlowEvidenceReportResponse, DescribeFileUrlsResponse, CreateIntegrationDepartmentRequest, DeleteIntegrationRoleUsersResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreateChannelSubOrganizationModifyQrCodeResponse, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, CreateUserAutoSignEnableUrlRequest, DescribeIntegrationMainOrganizationUserResponse, CancelUserAutoSignEnableUrlRequest, DeleteSealPoliciesRequest, CreateFlowByFilesRequest, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreatePrepareFlowRequest, CreateSealPolicyRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, DeleteIntegrationEmployeesResponse, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, UploadFilesRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoRequest, DescribeFlowInfoResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -149,6 +149,10 @@ callbackinfo包含: 回调地址和签名key
|
|
|
149
149
|
* 企业方可以通过此接口查询个人用户自动签开启状态。(处方单场景专用,使用此接口请与客户经理确认)
|
|
150
150
|
*/
|
|
151
151
|
DescribeUserAutoSignStatus(req: DescribeUserAutoSignStatusRequest, cb?: (error: string, rep: DescribeUserAutoSignStatusResponse) => void): Promise<DescribeUserAutoSignStatusResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* 查询企业扩展服务授权信息,目前支持查询:企业静默签,企业与港澳台居民签署合同,使用手机号验证签署方身份,骑缝章,批量签署能力是否已经开通
|
|
154
|
+
*/
|
|
155
|
+
DescribeExtendedServiceAuthInfos(req: DescribeExtendedServiceAuthInfosRequest, cb?: (error: string, rep: DescribeExtendedServiceAuthInfosResponse) => void): Promise<DescribeExtendedServiceAuthInfosResponse>;
|
|
152
156
|
/**
|
|
153
157
|
* 生成子客编辑企业信息二维码
|
|
154
158
|
*/
|
|
@@ -269,11 +273,11 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
269
273
|
*/
|
|
270
274
|
ModifyIntegrationDepartment(req: ModifyIntegrationDepartmentRequest, cb?: (error: string, rep: ModifyIntegrationDepartmentResponse) => void): Promise<ModifyIntegrationDepartmentResponse>;
|
|
271
275
|
/**
|
|
272
|
-
*
|
|
276
|
+
* 创建员工,此接口会发送提醒员工实名的短信
|
|
273
277
|
*/
|
|
274
278
|
CreateIntegrationEmployees(req: CreateIntegrationEmployeesRequest, cb?: (error: string, rep: CreateIntegrationEmployeesResponse) => void): Promise<CreateIntegrationEmployeesResponse>;
|
|
275
279
|
/**
|
|
276
|
-
* 更新员工信息(
|
|
280
|
+
* 更新员工信息(姓名,手机号,邮件、部门),用户实名后无法更改姓名与手机号
|
|
277
281
|
*/
|
|
278
282
|
UpdateIntegrationEmployees(req: UpdateIntegrationEmployeesRequest, cb?: (error: string, rep: UpdateIntegrationEmployeesResponse) => void): Promise<UpdateIntegrationEmployeesResponse>;
|
|
279
283
|
}
|
|
@@ -223,6 +223,12 @@ callbackinfo包含: 回调地址和签名key
|
|
|
223
223
|
async DescribeUserAutoSignStatus(req, cb) {
|
|
224
224
|
return this.request("DescribeUserAutoSignStatus", req, cb);
|
|
225
225
|
}
|
|
226
|
+
/**
|
|
227
|
+
* 查询企业扩展服务授权信息,目前支持查询:企业静默签,企业与港澳台居民签署合同,使用手机号验证签署方身份,骑缝章,批量签署能力是否已经开通
|
|
228
|
+
*/
|
|
229
|
+
async DescribeExtendedServiceAuthInfos(req, cb) {
|
|
230
|
+
return this.request("DescribeExtendedServiceAuthInfos", req, cb);
|
|
231
|
+
}
|
|
226
232
|
/**
|
|
227
233
|
* 生成子客编辑企业信息二维码
|
|
228
234
|
*/
|
|
@@ -387,13 +393,13 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");<br/>
|
|
|
387
393
|
return this.request("ModifyIntegrationDepartment", req, cb);
|
|
388
394
|
}
|
|
389
395
|
/**
|
|
390
|
-
*
|
|
396
|
+
* 创建员工,此接口会发送提醒员工实名的短信
|
|
391
397
|
*/
|
|
392
398
|
async CreateIntegrationEmployees(req, cb) {
|
|
393
399
|
return this.request("CreateIntegrationEmployees", req, cb);
|
|
394
400
|
}
|
|
395
401
|
/**
|
|
396
|
-
* 更新员工信息(
|
|
402
|
+
* 更新员工信息(姓名,手机号,邮件、部门),用户实名后无法更改姓名与手机号
|
|
397
403
|
*/
|
|
398
404
|
async UpdateIntegrationEmployees(req, cb) {
|
|
399
405
|
return this.request("UpdateIntegrationEmployees", req, cb);
|
|
@@ -92,6 +92,7 @@ export interface CreatePreparedPersonalEsignRequest {
|
|
|
92
92
|
* 印章图片的base64
|
|
93
93
|
注:已废弃
|
|
94
94
|
请先通过UploadFiles接口上传文件,获取 FileId
|
|
95
|
+
* @deprecated
|
|
95
96
|
*/
|
|
96
97
|
SealImage?: string;
|
|
97
98
|
/**
|
|
@@ -310,6 +311,23 @@ export interface DescribeThirdPartyAuthCodeResponse {
|
|
|
310
311
|
*/
|
|
311
312
|
RequestId?: string;
|
|
312
313
|
}
|
|
314
|
+
/**
|
|
315
|
+
* 被授权用户信息
|
|
316
|
+
*/
|
|
317
|
+
export interface HasAuthUser {
|
|
318
|
+
/**
|
|
319
|
+
* 用户id
|
|
320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
321
|
+
*/
|
|
322
|
+
UserId?: string;
|
|
323
|
+
/**
|
|
324
|
+
* 用户归属
|
|
325
|
+
MainOrg:主企业
|
|
326
|
+
CurrentOrg:当前企业
|
|
327
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
328
|
+
*/
|
|
329
|
+
BelongTo?: string;
|
|
330
|
+
}
|
|
313
331
|
/**
|
|
314
332
|
* DisableUserAutoSign返回参数结构体
|
|
315
333
|
*/
|
|
@@ -350,7 +368,8 @@ export interface CreateIntegrationEmployeesRequest {
|
|
|
350
368
|
*/
|
|
351
369
|
Operator: UserInfo;
|
|
352
370
|
/**
|
|
353
|
-
*
|
|
371
|
+
* 待创建员工的信息,不超过20个。
|
|
372
|
+
Mobile和DisplayName必填,OpenId、Email和Department.DepartmentId选填,其他字段暂不支持。
|
|
354
373
|
*/
|
|
355
374
|
Employees: Array<Staff>;
|
|
356
375
|
/**
|
|
@@ -363,7 +382,7 @@ export interface CreateIntegrationEmployeesRequest {
|
|
|
363
382
|
*/
|
|
364
383
|
export interface DescribeIntegrationRolesRequest {
|
|
365
384
|
/**
|
|
366
|
-
*
|
|
385
|
+
* 操作人信息,UserId必填
|
|
367
386
|
*/
|
|
368
387
|
Operator: UserInfo;
|
|
369
388
|
/**
|
|
@@ -412,6 +431,10 @@ export interface StartFlowResponse {
|
|
|
412
431
|
*/
|
|
413
432
|
RequestId?: string;
|
|
414
433
|
}
|
|
434
|
+
/**
|
|
435
|
+
* 模板结构体中的印章信息
|
|
436
|
+
*/
|
|
437
|
+
export declare type SealInfo = null;
|
|
415
438
|
/**
|
|
416
439
|
* 集成版企业角色信息
|
|
417
440
|
*/
|
|
@@ -673,15 +696,14 @@ export interface DescribeFlowTemplatesRequest {
|
|
|
673
696
|
*/
|
|
674
697
|
Limit?: number;
|
|
675
698
|
/**
|
|
676
|
-
*
|
|
677
|
-
IsChannel=false时,ApplicationId参数不起任何作用。
|
|
678
|
-
IsChannel=true时,ApplicationId为空,查询所有第三方应用集成平台企业模板列表;ApplicationId不为空,查询指定应用下的模板列表
|
|
699
|
+
* ApplicationId不为空,查询指定应用下的模板列表
|
|
679
700
|
ApplicationId为空,查询所有应用下的模板列表
|
|
680
701
|
*/
|
|
681
702
|
ApplicationId?: string;
|
|
682
703
|
/**
|
|
683
704
|
* 默认为false,查询SaaS模板库列表;
|
|
684
705
|
为true,查询第三方应用集成平台企业模板库管理列表
|
|
706
|
+
* @deprecated
|
|
685
707
|
*/
|
|
686
708
|
IsChannel?: boolean;
|
|
687
709
|
/**
|
|
@@ -827,6 +849,17 @@ export interface TemplateInfo {
|
|
|
827
849
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
828
850
|
*/
|
|
829
851
|
Published?: boolean;
|
|
852
|
+
/**
|
|
853
|
+
* 模板内部指定的印章列表
|
|
854
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
855
|
+
*/
|
|
856
|
+
TemplateSeals?: Array<SealInfo>;
|
|
857
|
+
/**
|
|
858
|
+
* 模板内部指定的印章列表
|
|
859
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
860
|
+
* @deprecated
|
|
861
|
+
*/
|
|
862
|
+
Seals?: Array<SealInfo>;
|
|
830
863
|
}
|
|
831
864
|
/**
|
|
832
865
|
* CreateDocument返回参数结构体
|
|
@@ -3372,11 +3405,10 @@ export interface Component {
|
|
|
3372
3405
|
{“ComponentTypeLimit”: [“xxx”]}
|
|
3373
3406
|
xxx可以为:
|
|
3374
3407
|
HANDWRITE – 手写签名
|
|
3375
|
-
BORDERLESS_ESIGN – 自动生成无边框腾讯体
|
|
3376
3408
|
OCR_ESIGN -- AI智能识别手写签名
|
|
3377
3409
|
ESIGN -- 个人印章类型
|
|
3378
3410
|
SYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)
|
|
3379
|
-
如:{“ComponentTypeLimit”: [“
|
|
3411
|
+
如:{“ComponentTypeLimit”: [“SYSTEM_ESIGN”]}
|
|
3380
3412
|
|
|
3381
3413
|
ComponentType为SIGN_DATE时,支持以下参数:
|
|
3382
3414
|
1 Font:字符串类型目前只支持"黑体"、"宋体",如果不填默认为"黑体"
|
|
@@ -3391,6 +3423,7 @@ export interface Component {
|
|
|
3391
3423
|
ComponentExtra?: string;
|
|
3392
3424
|
/**
|
|
3393
3425
|
* 是否是表单域类型,默认不false-不是
|
|
3426
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3394
3427
|
*/
|
|
3395
3428
|
IsFormType?: boolean;
|
|
3396
3429
|
/**
|
|
@@ -3488,10 +3521,12 @@ export interface Component {
|
|
|
3488
3521
|
ChannelComponentId?: string;
|
|
3489
3522
|
/**
|
|
3490
3523
|
* 指定关键字时横坐标偏移量,单位pt
|
|
3524
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3491
3525
|
*/
|
|
3492
3526
|
OffsetX?: number;
|
|
3493
3527
|
/**
|
|
3494
3528
|
* 指定关键字时纵坐标偏移量,单位pt
|
|
3529
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3495
3530
|
*/
|
|
3496
3531
|
OffsetY?: number;
|
|
3497
3532
|
/**
|
|
@@ -3546,6 +3581,28 @@ export interface IntegrationDepartment {
|
|
|
3546
3581
|
*/
|
|
3547
3582
|
OrderNo?: number;
|
|
3548
3583
|
}
|
|
3584
|
+
/**
|
|
3585
|
+
* DescribeExtendedServiceAuthInfos请求参数结构体
|
|
3586
|
+
*/
|
|
3587
|
+
export interface DescribeExtendedServiceAuthInfosRequest {
|
|
3588
|
+
/**
|
|
3589
|
+
* 操作人信息
|
|
3590
|
+
*/
|
|
3591
|
+
Operator: UserInfo;
|
|
3592
|
+
/**
|
|
3593
|
+
* 代理相关应用信息,如集团主企业代子企业操作
|
|
3594
|
+
*/
|
|
3595
|
+
Agent?: Agent;
|
|
3596
|
+
/**
|
|
3597
|
+
* 扩展服务类型,默认为空,查询目前支持的所有扩展服务信息,单个指定则查询单个扩展服务开通信息,取值:
|
|
3598
|
+
OPEN_SERVER_SIGN:开通企业静默签署
|
|
3599
|
+
OVERSEA_SIGN:企业与港澳台居民签署合同
|
|
3600
|
+
MOBILE_CHECK_APPROVER:使用手机号验证签署方身份
|
|
3601
|
+
PAGING_SEAL:骑缝章
|
|
3602
|
+
BATCH_SIGN:批量签署
|
|
3603
|
+
*/
|
|
3604
|
+
ExtendServiceType?: string;
|
|
3605
|
+
}
|
|
3549
3606
|
/**
|
|
3550
3607
|
* DescribeIntegrationRoles返回参数结构体
|
|
3551
3608
|
*/
|
|
@@ -3589,11 +3646,13 @@ export interface CreateFlowRemindsRequest {
|
|
|
3589
3646
|
*/
|
|
3590
3647
|
export interface UpdateIntegrationEmployeesRequest {
|
|
3591
3648
|
/**
|
|
3592
|
-
*
|
|
3649
|
+
* 操作人信息,userId必填
|
|
3593
3650
|
*/
|
|
3594
3651
|
Operator: UserInfo;
|
|
3595
3652
|
/**
|
|
3596
|
-
*
|
|
3653
|
+
* 员工信息,不超过100个。
|
|
3654
|
+
根据UserId或OpenId更新员工,必填一个,优先UserId。
|
|
3655
|
+
可更新Mobile、DisplayName、Email和Department.DepartmentId字段,其他字段暂不支持
|
|
3597
3656
|
*/
|
|
3598
3657
|
Employees: Array<Staff>;
|
|
3599
3658
|
/**
|
|
@@ -3793,6 +3852,44 @@ export interface UploadFilesRequest {
|
|
|
3793
3852
|
*/
|
|
3794
3853
|
FileUrls?: string;
|
|
3795
3854
|
}
|
|
3855
|
+
/**
|
|
3856
|
+
* 授权服务信息
|
|
3857
|
+
*/
|
|
3858
|
+
export interface ExtendAuthInfo {
|
|
3859
|
+
/**
|
|
3860
|
+
* 授权服务类型
|
|
3861
|
+
OPEN_SERVER_SIGN:开通企业静默签署
|
|
3862
|
+
OVERSEA_SIGN:企业与港澳台居民签署合同
|
|
3863
|
+
MOBILE_CHECK_APPROVER:使用手机号验证签署方身份
|
|
3864
|
+
PAGING_SEAL:骑缝章
|
|
3865
|
+
BATCH_SIGN:批量签署
|
|
3866
|
+
*/
|
|
3867
|
+
Type?: string;
|
|
3868
|
+
/**
|
|
3869
|
+
* 授权服务名称
|
|
3870
|
+
*/
|
|
3871
|
+
Name?: string;
|
|
3872
|
+
/**
|
|
3873
|
+
* 授权服务状态,ENABLE:开通
|
|
3874
|
+
DISABLE:未开通
|
|
3875
|
+
*/
|
|
3876
|
+
Status?: string;
|
|
3877
|
+
/**
|
|
3878
|
+
* 授权人用户id
|
|
3879
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3880
|
+
*/
|
|
3881
|
+
OperatorUserId?: string;
|
|
3882
|
+
/**
|
|
3883
|
+
* 授权时间戳,单位秒
|
|
3884
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3885
|
+
*/
|
|
3886
|
+
OperateOn?: number;
|
|
3887
|
+
/**
|
|
3888
|
+
* 被授权用户列表
|
|
3889
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3890
|
+
*/
|
|
3891
|
+
HasAuthUserList?: Array<HasAuthUser>;
|
|
3892
|
+
}
|
|
3796
3893
|
/**
|
|
3797
3894
|
* 解除协议文档中内容信息,包括但不限于:解除理由、解除后仍然有效的条款-保留条款、原合同事项处理-费用结算、原合同事项处理-其他事项、其他约定等。
|
|
3798
3895
|
*/
|
|
@@ -4077,6 +4174,19 @@ export interface DescribeOrganizationGroupOrganizationsResponse {
|
|
|
4077
4174
|
*/
|
|
4078
4175
|
RequestId?: string;
|
|
4079
4176
|
}
|
|
4177
|
+
/**
|
|
4178
|
+
* DescribeExtendedServiceAuthInfos返回参数结构体
|
|
4179
|
+
*/
|
|
4180
|
+
export interface DescribeExtendedServiceAuthInfosResponse {
|
|
4181
|
+
/**
|
|
4182
|
+
* 授权服务信息列表
|
|
4183
|
+
*/
|
|
4184
|
+
AuthInfoList?: Array<ExtendAuthInfo>;
|
|
4185
|
+
/**
|
|
4186
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4187
|
+
*/
|
|
4188
|
+
RequestId?: string;
|
|
4189
|
+
}
|
|
4080
4190
|
/**
|
|
4081
4191
|
* 抄送信息
|
|
4082
4192
|
*/
|
|
@@ -1532,6 +1532,16 @@ export interface FirmwareInfo {
|
|
|
1532
1532
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1533
1533
|
*/
|
|
1534
1534
|
ProductId: string;
|
|
1535
|
+
/**
|
|
1536
|
+
* 固件类型
|
|
1537
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1538
|
+
*/
|
|
1539
|
+
FwType: string;
|
|
1540
|
+
/**
|
|
1541
|
+
* 创建者 Uin
|
|
1542
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1543
|
+
*/
|
|
1544
|
+
CreateUserId: number;
|
|
1535
1545
|
}
|
|
1536
1546
|
/**
|
|
1537
1547
|
* CreateProduct请求参数结构体
|
|
@@ -2669,6 +2679,11 @@ export interface DeviceInfo {
|
|
|
2669
2679
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2670
2680
|
*/
|
|
2671
2681
|
FirmwareUpdateTime: number;
|
|
2682
|
+
/**
|
|
2683
|
+
* 创建者 Uin
|
|
2684
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2685
|
+
*/
|
|
2686
|
+
CreateUserId: number;
|
|
2672
2687
|
}
|
|
2673
2688
|
/**
|
|
2674
2689
|
* CreateTaskFileUrl请求参数结构体
|
|
@@ -7,11 +7,11 @@ export interface CreateRoomRequest {
|
|
|
7
7
|
*/
|
|
8
8
|
Name: string;
|
|
9
9
|
/**
|
|
10
|
-
* 预定的房间开始时间,unix
|
|
10
|
+
* 预定的房间开始时间,unix时间戳(秒)。
|
|
11
11
|
*/
|
|
12
12
|
StartTime: number;
|
|
13
13
|
/**
|
|
14
|
-
* 预定的房间结束时间,unix
|
|
14
|
+
* 预定的房间结束时间,unix时间戳(秒)。
|
|
15
15
|
*/
|
|
16
16
|
EndTime: number;
|
|
17
17
|
/**
|
|
@@ -1683,11 +1683,11 @@ export interface DescribeRoomResponse {
|
|
|
1683
1683
|
*/
|
|
1684
1684
|
Name?: string;
|
|
1685
1685
|
/**
|
|
1686
|
-
* 预定的房间开始时间,unix
|
|
1686
|
+
* 预定的房间开始时间,unix时间戳(秒)。
|
|
1687
1687
|
*/
|
|
1688
1688
|
StartTime?: number;
|
|
1689
1689
|
/**
|
|
1690
|
-
* 预定的房间结束时间,unix
|
|
1690
|
+
* 预定的房间结束时间,unix时间戳(秒)。
|
|
1691
1691
|
*/
|
|
1692
1692
|
EndTime?: number;
|
|
1693
1693
|
/**
|
|
@@ -2182,11 +2182,11 @@ export interface ModifyRoomRequest {
|
|
|
2182
2182
|
*/
|
|
2183
2183
|
SdkAppId: number;
|
|
2184
2184
|
/**
|
|
2185
|
-
* 预定的房间开始时间,unix
|
|
2185
|
+
* 预定的房间开始时间,unix时间戳(秒)。直播开始后不允许修改。
|
|
2186
2186
|
*/
|
|
2187
2187
|
StartTime?: number;
|
|
2188
2188
|
/**
|
|
2189
|
-
* 预定的房间结束时间,unix
|
|
2189
|
+
* 预定的房间结束时间,unix时间戳(秒)。直播开始后不允许修改。
|
|
2190
2190
|
*/
|
|
2191
2191
|
EndTime?: number;
|
|
2192
2192
|
/**
|
|
@@ -309,7 +309,7 @@ export declare class Client extends AbstractClient {
|
|
|
309
309
|
/**
|
|
310
310
|
* 本接口(ApplyInstanceSnapshot)用于回滚指定实例的系统盘快照。
|
|
311
311
|
<li>仅支持回滚到原系统盘。</li>
|
|
312
|
-
<li>用于回滚的快照必须处于 NORMAL
|
|
312
|
+
<li>用于回滚的快照必须处于 NORMAL 状态。快照状态可以通过 DescribeSnapshots 接口查询,见输出参数中 SnapshotState 字段解释。</li>
|
|
313
313
|
<li>回滚快照时,实例的状态必须为 STOPPED 或 RUNNING,可通过 DescribeInstances 接口查询实例状态。处于 RUNNING 状态的实例会强制关机,然后回滚快照。</li>
|
|
314
314
|
*/
|
|
315
315
|
ApplyInstanceSnapshot(req: ApplyInstanceSnapshotRequest, cb?: (error: string, rep: ApplyInstanceSnapshotResponse) => void): Promise<ApplyInstanceSnapshotResponse>;
|
|
@@ -437,7 +437,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
437
437
|
/**
|
|
438
438
|
* 本接口(ApplyInstanceSnapshot)用于回滚指定实例的系统盘快照。
|
|
439
439
|
<li>仅支持回滚到原系统盘。</li>
|
|
440
|
-
<li>用于回滚的快照必须处于 NORMAL
|
|
440
|
+
<li>用于回滚的快照必须处于 NORMAL 状态。快照状态可以通过 DescribeSnapshots 接口查询,见输出参数中 SnapshotState 字段解释。</li>
|
|
441
441
|
<li>回滚快照时,实例的状态必须为 STOPPED 或 RUNNING,可通过 DescribeInstances 接口查询实例状态。处于 RUNNING 状态的实例会强制关机,然后回滚快照。</li>
|
|
442
442
|
*/
|
|
443
443
|
async ApplyInstanceSnapshot(req, cb) {
|
|
@@ -3538,7 +3538,7 @@ export interface SoftwareDetail {
|
|
|
3538
3538
|
*/
|
|
3539
3539
|
export interface AutoMountConfiguration {
|
|
3540
3540
|
/**
|
|
3541
|
-
* 待挂载的实例ID
|
|
3541
|
+
* 待挂载的实例ID。指定的实例必须与指定的数据盘处于同一可用区,实例状态必须处于“运行中”状态,且实例必须支持[自动化助手](https://cloud.tencent.com/document/product/1340/50752)。
|
|
3542
3542
|
*/
|
|
3543
3543
|
InstanceId: string;
|
|
3544
3544
|
/**
|