tencentcloud-sdk-nodejs 4.1.62 → 4.1.63
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/es/common/sdk_version.js +1 -1
- package/es/services/csip/v20221121/csip_client.js +51 -12
- package/es/services/ess/v20201111/ess_client.js +3 -0
- package/es/services/essbasic/v20210526/essbasic_client.js +3 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +3 -0
- package/es/services/live/v20180801/live_client.js +0 -6
- package/es/services/lkeap/v20240522/lkeap_client.js +0 -3
- package/es/services/ssl/v20191205/ssl_client.js +12 -0
- package/es/services/wedata/v20210820/wedata_client.js +6 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +51 -10
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +5 -5
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +27 -25
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +65 -13
- package/tencentcloud/services/csip/v20221121/csip_client.js +96 -18
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2031 -825
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +21 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +65 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +15 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +84 -1
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +1 -1
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +20 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +16 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +17 -11
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +110 -30
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -9
- package/tencentcloud/services/live/v20180801/live_client.js +0 -12
- package/tencentcloud/services/live/v20180801/live_models.d.ts +105 -172
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +1 -5
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +0 -6
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +0 -45
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -0
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +17 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +24 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +353 -76
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +5 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +51 -35
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +9 -6
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +9 -6
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +90 -47
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +389 -3
|
@@ -1252,6 +1252,10 @@ export interface DBEndpointInfo {
|
|
|
1252
1252
|
* tdsql连接方式:proxy-通过tdsql proxy主机访问各个set节点,注意只有在自研上云的网络环境下才能通过这种方式连接,Info中只需要提供proxy主机信息。set-直连set节点,如选择直连set方式,Info中需要正确填写proxy主机信息及所有set节点信息。源端是tdsqlmysql类型必填。
|
|
1253
1253
|
*/
|
|
1254
1254
|
ConnectType?: string;
|
|
1255
|
+
/**
|
|
1256
|
+
* 云联网网关所属账号,如果云联网网关为其他账号资源需要填写
|
|
1257
|
+
*/
|
|
1258
|
+
CcnOwnerUin?: string;
|
|
1255
1259
|
}
|
|
1256
1260
|
/**
|
|
1257
1261
|
* ResumeSubscribe请求参数结构体
|
|
@@ -2787,6 +2787,22 @@ export interface CosBackup {
|
|
|
2787
2787
|
* 自动备份执行时间(精确到小时), e.g. "22:00"
|
|
2788
2788
|
*/
|
|
2789
2789
|
BackupTime: string;
|
|
2790
|
+
/**
|
|
2791
|
+
* 0 腾讯云仓库; 1 客户仓库
|
|
2792
|
+
*/
|
|
2793
|
+
EsRepositoryType?: number;
|
|
2794
|
+
/**
|
|
2795
|
+
* 客户快照仓库名称
|
|
2796
|
+
*/
|
|
2797
|
+
UserEsRepository?: string;
|
|
2798
|
+
/**
|
|
2799
|
+
* 快照存储周期 单位天
|
|
2800
|
+
*/
|
|
2801
|
+
StorageDuration?: number;
|
|
2802
|
+
/**
|
|
2803
|
+
* 自动备份频率单位小时
|
|
2804
|
+
*/
|
|
2805
|
+
AutoBackupInterval?: number;
|
|
2790
2806
|
}
|
|
2791
2807
|
/**
|
|
2792
2808
|
* DescribeLogstashPipelines返回参数结构体
|
|
@@ -4077,6 +4093,11 @@ export interface Snapshots {
|
|
|
4077
4093
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4078
4094
|
*/
|
|
4079
4095
|
Uuid?: string;
|
|
4096
|
+
/**
|
|
4097
|
+
* 仓库名称
|
|
4098
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4099
|
+
*/
|
|
4100
|
+
Repository?: string;
|
|
4080
4101
|
/**
|
|
4081
4102
|
* 该快照所属集群的版本号
|
|
4082
4103
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreateContractDiffTaskWebUrlRequest, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateContractDiffTaskWebUrlResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, DescribeContractDiffTaskWebUrlResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateUserNameChangeUrlRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, DescribeBatchOrganizationRegistrationTasksRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, OperateSealsResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, CreateModifyAdminAuthorizationUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, StartFlowRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, DescribeBatchOrganizationRegistrationTasksResponse, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, DescribeContractDiffTaskWebUrlRequest, CreateUserNameChangeUrlResponse, CreateSealResponse, CreatePrepareFlowRequest, DescribeUserFlowTypeRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, CreateModifyAdminAuthorizationUrlResponse, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, OperateSealsRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
|
|
3
|
+
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreateContractDiffTaskWebUrlRequest, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateContractDiffTaskWebUrlResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, DescribeContractDiffTaskWebUrlResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateUserNameChangeUrlRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, ModifyPartnerAutoSignAuthUrlRequest, CreateEmployeeQualificationSealQrCodeRequest, DescribeBatchOrganizationRegistrationTasksRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, OperateSealsResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, CreateModifyAdminAuthorizationUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, StartFlowRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, DescribeBatchOrganizationRegistrationTasksResponse, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, DescribeContractDiffTaskWebUrlRequest, CreateUserNameChangeUrlResponse, CreateSealResponse, CreatePrepareFlowRequest, DescribeUserFlowTypeRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, CreateModifyAdminAuthorizationUrlResponse, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, ModifyPartnerAutoSignAuthUrlResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, OperateSealsRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -932,6 +932,18 @@ export declare class Client extends AbstractClient {
|
|
|
932
932
|
2. `可通过发起合同时设置预览来检查转换文件是否达到预期效果`
|
|
933
933
|
*/
|
|
934
934
|
CreateConvertTaskApi(req: CreateConvertTaskApiRequest, cb?: (error: string, rep: CreateConvertTaskApiResponse) => void): Promise<CreateConvertTaskApiResponse>;
|
|
935
|
+
/**
|
|
936
|
+
* 创建一个用于更新他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签授权的更新(更新印章)操作。
|
|
937
|
+
|
|
938
|
+
如果授权企业尚未开通企业自动签功能,该链接还将引导他们首先开通本企业的自动签服务
|
|
939
|
+
|
|
940
|
+
注:
|
|
941
|
+
1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Operator.UserId 需要传递超管或者法人的UserId)
|
|
942
|
+
2. 只能更新授权的印章,被授权的企业无法更新
|
|
943
|
+
3. 授权企业和被授权企业必须都是已认证企业
|
|
944
|
+
4. <font color='red'>需要授权企业或被授权企业的超管或者法人打开链接</font>走开通逻辑。
|
|
945
|
+
*/
|
|
946
|
+
ModifyPartnerAutoSignAuthUrl(req: ModifyPartnerAutoSignAuthUrlRequest, cb?: (error: string, rep: ModifyPartnerAutoSignAuthUrlResponse) => void): Promise<ModifyPartnerAutoSignAuthUrlResponse>;
|
|
935
947
|
/**
|
|
936
948
|
* 本接口(CreateOrganizationAuthUrl)的主要功能是生成合作企业的认证链接。
|
|
937
949
|
|
|
@@ -1100,6 +1100,20 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1100
1100
|
async CreateConvertTaskApi(req, cb) {
|
|
1101
1101
|
return this.request("CreateConvertTaskApi", req, cb);
|
|
1102
1102
|
}
|
|
1103
|
+
/**
|
|
1104
|
+
* 创建一个用于更新他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签授权的更新(更新印章)操作。
|
|
1105
|
+
|
|
1106
|
+
如果授权企业尚未开通企业自动签功能,该链接还将引导他们首先开通本企业的自动签服务
|
|
1107
|
+
|
|
1108
|
+
注:
|
|
1109
|
+
1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Operator.UserId 需要传递超管或者法人的UserId)
|
|
1110
|
+
2. 只能更新授权的印章,被授权的企业无法更新
|
|
1111
|
+
3. 授权企业和被授权企业必须都是已认证企业
|
|
1112
|
+
4. <font color='red'>需要授权企业或被授权企业的超管或者法人打开链接</font>走开通逻辑。
|
|
1113
|
+
*/
|
|
1114
|
+
async ModifyPartnerAutoSignAuthUrl(req, cb) {
|
|
1115
|
+
return this.request("ModifyPartnerAutoSignAuthUrl", req, cb);
|
|
1116
|
+
}
|
|
1103
1117
|
/**
|
|
1104
1118
|
* 本接口(CreateOrganizationAuthUrl)的主要功能是生成合作企业的认证链接。
|
|
1105
1119
|
|
|
@@ -1554,9 +1554,8 @@ export interface CreateOrganizationAuthUrlRequest {
|
|
|
1554
1554
|
* 指定授权方式 支持多选:
|
|
1555
1555
|
|
|
1556
1556
|
<ul>
|
|
1557
|
-
<li><strong>1</strong>:上传授权书方式</li>
|
|
1558
1557
|
<li><strong>2</strong>: 法人授权方式</li>
|
|
1559
|
-
<li><strong>
|
|
1558
|
+
<li><strong>5</strong>: 授权书+对公打款方式</li>
|
|
1560
1559
|
</ul>
|
|
1561
1560
|
*/
|
|
1562
1561
|
AuthorizationTypes?: Array<number | bigint>;
|
|
@@ -3988,6 +3987,36 @@ export interface IntentionActionResultDetail {
|
|
|
3988
3987
|
*/
|
|
3989
3988
|
Video?: string;
|
|
3990
3989
|
}
|
|
3990
|
+
/**
|
|
3991
|
+
* ModifyPartnerAutoSignAuthUrl请求参数结构体
|
|
3992
|
+
*/
|
|
3993
|
+
export interface ModifyPartnerAutoSignAuthUrlRequest {
|
|
3994
|
+
/**
|
|
3995
|
+
* 代理企业和员工的信息。<br/>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
3996
|
+
*/
|
|
3997
|
+
Agent?: Agent;
|
|
3998
|
+
/**
|
|
3999
|
+
* 执行本接口操作的员工信息。<br/>注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
4000
|
+
*/
|
|
4001
|
+
Operator?: UserInfo;
|
|
4002
|
+
/**
|
|
4003
|
+
* 被授企业id/授权方企业id(即OrganizationId),和AuthorizedOrganizationName二选一传入
|
|
4004
|
+
*/
|
|
4005
|
+
AuthorizedOrganizationId?: string;
|
|
4006
|
+
/**
|
|
4007
|
+
* 被授企业名称/授权方企业的名字,和AuthorizedOrganizationId二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。
|
|
4008
|
+
注: `如果名称中包含英文括号(),请使用中文括号()代替。`
|
|
4009
|
+
*/
|
|
4010
|
+
AuthorizedOrganizationName?: string;
|
|
4011
|
+
/**
|
|
4012
|
+
* 在处理授权关系时,授权的方向
|
|
4013
|
+
<ul>
|
|
4014
|
+
<li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li>
|
|
4015
|
+
<li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【授权方】的企业名称,即提供授权的企业。</li>
|
|
4016
|
+
</ul>
|
|
4017
|
+
*/
|
|
4018
|
+
AuthToMe?: boolean;
|
|
4019
|
+
}
|
|
3991
4020
|
/**
|
|
3992
4021
|
* CreateEmployeeQualificationSealQrCode请求参数结构体
|
|
3993
4022
|
*/
|
|
@@ -4799,6 +4828,15 @@ export interface RegisterInfo {
|
|
|
4799
4828
|
* 社会统一信用代码
|
|
4800
4829
|
*/
|
|
4801
4830
|
UnifiedSocialCreditCode?: string;
|
|
4831
|
+
/**
|
|
4832
|
+
* 指定企业认证的授权方式 支持多选:
|
|
4833
|
+
|
|
4834
|
+
<ul>
|
|
4835
|
+
<li><strong>2</strong>: 法人授权方式</li>
|
|
4836
|
+
<li><strong>5</strong>: 授权书+对公打款方式</li>
|
|
4837
|
+
</ul>
|
|
4838
|
+
*/
|
|
4839
|
+
AuthorizationTypes?: Array<number | bigint>;
|
|
4802
4840
|
}
|
|
4803
4841
|
/**
|
|
4804
4842
|
* DescribeFileUrls请求参数结构体
|
|
@@ -5743,7 +5781,7 @@ export interface FlowCreateApprover {
|
|
|
5743
5781
|
*/
|
|
5744
5782
|
CustomApproverTag?: string;
|
|
5745
5783
|
/**
|
|
5746
|
-
*
|
|
5784
|
+
* 快速注册相关信息
|
|
5747
5785
|
*/
|
|
5748
5786
|
RegisterInfo?: RegisterInfo;
|
|
5749
5787
|
/**
|
|
@@ -9001,9 +9039,11 @@ export interface Component {
|
|
|
9001
9039
|
|
|
9002
9040
|
<font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
|
|
9003
9041
|
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
|
9004
|
-
<li> <b>FontSize</b>: 范围6 :
|
|
9042
|
+
<li> <b>FontSize</b>: 范围6 :72</li>
|
|
9005
9043
|
<li> <b>Opacity</b>: 透明度,范围0 :1</li>
|
|
9044
|
+
<li> <b>Rotate</b>: 水印旋转角度,范围0 :359</li>
|
|
9006
9045
|
<li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
|
|
9046
|
+
<li> <b>Position</b>: 水印位置,None-平铺(默认值),LeftTop-左上,LeftBottom-左下,RightTop-右上,RightBottom-右下,Center-居中</li>
|
|
9007
9047
|
<li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>
|
|
9008
9048
|
<b>参数样例</b>:`"{\"Font\":\"黑体\",\"FontSize\":20,\"Opacity\":0.1,\"Density\":2,\"SubType\":\"PERSON_INFO_WATERMARK\"}"`
|
|
9009
9049
|
|
|
@@ -10578,6 +10618,27 @@ export interface CancelMultiFlowSignQRCodeResponse {
|
|
|
10578
10618
|
*/
|
|
10579
10619
|
RequestId?: string;
|
|
10580
10620
|
}
|
|
10621
|
+
/**
|
|
10622
|
+
* ModifyPartnerAutoSignAuthUrl返回参数结构体
|
|
10623
|
+
*/
|
|
10624
|
+
export interface ModifyPartnerAutoSignAuthUrlResponse {
|
|
10625
|
+
/**
|
|
10626
|
+
* 授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
|
|
10627
|
+
*/
|
|
10628
|
+
Url?: string;
|
|
10629
|
+
/**
|
|
10630
|
+
* 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
|
|
10631
|
+
*/
|
|
10632
|
+
MiniAppPath?: string;
|
|
10633
|
+
/**
|
|
10634
|
+
* 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
|
|
10635
|
+
*/
|
|
10636
|
+
ExpireTime?: number;
|
|
10637
|
+
/**
|
|
10638
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10639
|
+
*/
|
|
10640
|
+
RequestId?: string;
|
|
10641
|
+
}
|
|
10581
10642
|
/**
|
|
10582
10643
|
* CreateFlow返回参数结构体
|
|
10583
10644
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelCreateFlowRemindsResponse, DescribeUserFlowTypeResponse, ChannelDeleteSealPoliciesRequest, ChannelBatchCancelFlowsResponse, ChannelDescribeSignFaceVideoRequest, ChannelDisableUserAutoSignResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeCancelFlowsTaskResponse, CreateEmployeeQualificationSealQrCodeResponse, ChannelCreateFlowGroupByTemplatesResponse, ChannelCreateFlowSignReviewRequest, CreateFlowForwardsRequest, DescribeFlowDetailInfoRequest, ChannelCancelFlowResponse, ModifyExtendedServiceRequest, DescribeResourceUrlsByFlowsRequest, CreateChannelOrganizationInfoChangeUrlResponse, ChannelCreateFlowSignUrlResponse, ChannelCreateBatchSignUrlResponse, ChannelCreatePrepareFlowResponse, CreateBatchInitOrganizationUrlResponse, OperateChannelTemplateResponse, ChannelCreateDynamicFlowApproverResponse, ChannelCreateRoleRequest, CreateOrganizationAuthFileResponse, CreateConsoleLoginUrlResponse, ChannelDeleteRoleUsersRequest, ChannelCreateUserRolesResponse, SyncProxyOrganizationRequest, ChannelCreatePrepareFlowRequest, ChannelCreateFlowSignUrlRequest, ChannelCreateSealPolicyResponse, OperateTemplateRequest, ChannelDescribeSignFaceVideoResponse, ChannelCancelUserAutoSignEnableUrlResponse, ChannelCreateWebThemeConfigRequest, CreateFlowGroupSignReviewResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, UploadFilesResponse, ChannelCreatePreparedPersonalEsignResponse, DescribeResourceUrlsByFlowsResponse, ChannelCreateFlowGroupByFilesRequest, ChannelCreateOrganizationModifyQrCodeRequest, CreateChannelSubOrganizationActiveRequest, ChannelRenewAutoSignLicenseResponse, ChannelDescribeRolesRequest, DescribeBatchOrganizationRegistrationUrlsRequest, PrepareFlowsResponse, ChannelCreateOrganizationBatchSignUrlRequest, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, CreateBatchOrganizationRegistrationTasksResponse, ChannelVerifyPdfRequest, CreateChannelFlowEvidenceReportRequest, ChannelCancelFlowRequest, ChannelCancelUserAutoSignEnableUrlRequest, DeleteOrganizationAuthorizationsResponse, ChannelCreatePrepareFlowGroupRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, ChannelVerifyPdfResponse, ArchiveDynamicFlowResponse, CreateConsoleLoginUrlRequest, CreateLegalSealQrCodeRequest, CreateCloseOrganizationUrlRequest, CreatePersonAuthCertificateImageResponse, CreateEmployeeQualificationSealQrCodeRequest, DescribeBatchOrganizationRegistrationTasksRequest, ChannelCreateUserAutoSignSealUrlRequest, ChannelCreateUserAutoSignEnableUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest, DescribeUsageRequest, DescribeExtendedServiceAuthInfoRequest, CreateCloseOrganizationUrlResponse, DescribeChannelSealPolicyWorkflowUrlRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ChannelCreateDynamicFlowApproverRequest, ModifyFlowDeadlineResponse, DescribeFlowDetailInfoResponse, ChannelCreateBoundFlowsResponse, ChannelCreateUserAutoSignSealUrlResponse, ChannelCreateBatchQuickSignUrlRequest, ChannelCreateBoundFlowsRequest, ChannelDescribeEmployeesRequest, OperateTemplateResponse, CreateFlowBlockchainEvidenceUrlResponse, ChannelDeleteRoleUsersResponse, SyncProxyOrganizationOperatorsRequest, ChannelCreateFlowApproversResponse, DescribeUsageResponse, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, ChannelCreateUserAutoSignEnableUrlResponse, ChannelGetTaskResultApiRequest, DescribeChannelOrganizationsRequest, ChannelDescribeBillUsageDetailResponse, CreateEmployeeChangeUrlResponse, ChannelRenewAutoSignLicenseRequest, ChannelCreatePreparedPersonalEsignRequest, CreatePersonAuthCertificateImageRequest, CreateFlowsByTemplatesResponse, DescribeChannelFlowEvidenceReportRequest, ChannelCreateRoleResponse, CreateEmployeeChangeUrlRequest, ChannelDescribeUserAutoSignStatusRequest, CreateModifyAdminAuthorizationUrlRequest, ChannelModifyRoleResponse, CreateSignUrlsResponse, ChannelDeleteRoleRequest, CreateBatchOrganizationRegistrationTasksRequest, ChannelCreateBatchQuickSignUrlResponse, CreateBatchOrganizationAuthorizationUrlResponse, CreatePartnerAutoSignAuthUrlRequest, DescribeBatchOrganizationRegistrationTasksResponse, ChannelCreateBatchCancelFlowUrlRequest, ChannelDescribeAccountBillDetailResponse, CreateFlowForwardsResponse, ChannelCreateFlowByFilesResponse, ChannelCreateFlowSignReviewResponse, ChannelDisableUserAutoSignRequest, ChannelDescribeOrganizationSealsResponse, SyncProxyOrganizationOperatorsResponse, CreateSealByImageResponse, ChannelCancelMultiFlowSignQRCodeResponse, ChannelDescribeRolesResponse, CreateChannelSubOrganizationActiveResponse, ChannelCreateReleaseFlowRequest, ChannelDescribeFlowComponentsResponse, DeleteOrganizationAuthorizationsRequest, ChannelCreateFlowGroupByFilesResponse, ChannelCreateMultiFlowSignQRCodeResponse, ChannelCreatePrepareFlowGroupResponse, DescribeCancelFlowsTaskRequest, ChannelDescribeUserAutoSignStatusResponse, ModifyExtendedServiceResponse, ChannelCreateUserRolesRequest, ChannelGetTaskResultApiResponse, ChannelCreateBatchSignUrlRequest, ChannelUpdateSealStatusResponse, ChannelCreateOrganizationModifyQrCodeResponse, ChannelDeleteSealPoliciesResponse, ChannelCreateWebThemeConfigResponse, GetDownloadFlowUrlRequest, ChannelCreateEmbedWebUrlResponse, ChannelBatchCancelFlowsRequest, CreateChannelOrganizationInfoChangeUrlRequest, ChannelModifyRoleRequest, ModifyFlowDeadlineRequest, ChannelUpdateSealStatusRequest, ChannelCreateFlowGroupByTemplatesRequest, CreateBatchInitOrganizationUrlRequest, CreateFlowGroupSignReviewRequest, DescribeTemplatesRequest, ChannelCreateSealPolicyRequest, CreateFlowsByTemplatesRequest, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, CreateSealByImageRequest, DescribeChannelOrganizationsResponse, ChannelCreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationAuthorizationUrlRequest, ChannelCreateBatchCancelFlowUrlResponse, OperateChannelTemplateRequest, DescribeChannelSealPolicyWorkflowUrlResponse, CreateChannelFlowEvidenceReportResponse, ChannelDescribeAccountBillDetailRequest, ChannelDescribeEmployeesResponse, CreateModifyAdminAuthorizationUrlResponse, ChannelDeleteRoleResponse, ChannelCreateReleaseFlowResponse, DescribeChannelFlowEvidenceReportResponse, CreateFlowBlockchainEvidenceUrlRequest, DescribeUserFlowTypeRequest, ChannelCreateFlowApproversRequest, ChannelDescribeBillUsageDetailRequest, ChannelCreateFlowRemindsRequest, DescribeExtendedServiceAuthInfoResponse, ChannelCreateEmbedWebUrlRequest, ChannelDescribeFlowComponentsRequest, PrepareFlowsRequest } from "./essbasic_models";
|
|
3
|
+
import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelCreateFlowRemindsResponse, DescribeUserFlowTypeResponse, ChannelDeleteSealPoliciesRequest, ChannelBatchCancelFlowsResponse, ChannelDescribeSignFaceVideoRequest, ChannelDisableUserAutoSignResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeCancelFlowsTaskResponse, CreateEmployeeQualificationSealQrCodeResponse, ChannelCreateFlowGroupByTemplatesResponse, ChannelCreateFlowSignReviewRequest, CreateFlowForwardsRequest, DescribeFlowDetailInfoRequest, ChannelCancelFlowResponse, ModifyExtendedServiceRequest, DescribeResourceUrlsByFlowsRequest, CreateChannelOrganizationInfoChangeUrlResponse, ChannelCreateFlowSignUrlResponse, ChannelCreateBatchSignUrlResponse, ChannelCreatePrepareFlowResponse, CreateBatchInitOrganizationUrlResponse, OperateChannelTemplateResponse, ChannelCreateDynamicFlowApproverResponse, ChannelCreateRoleRequest, CreateOrganizationAuthFileResponse, CreateConsoleLoginUrlResponse, ChannelDeleteRoleUsersRequest, ChannelCreateUserRolesResponse, SyncProxyOrganizationRequest, ChannelCreatePrepareFlowRequest, ChannelCreateFlowSignUrlRequest, ChannelCreateSealPolicyResponse, OperateTemplateRequest, ChannelDescribeSignFaceVideoResponse, ChannelCancelUserAutoSignEnableUrlResponse, ChannelCreateWebThemeConfigRequest, CreateFlowGroupSignReviewResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, UploadFilesResponse, ChannelCreatePreparedPersonalEsignResponse, DescribeResourceUrlsByFlowsResponse, ChannelCreateFlowGroupByFilesRequest, ChannelCreateOrganizationModifyQrCodeRequest, CreateChannelSubOrganizationActiveRequest, ChannelRenewAutoSignLicenseResponse, ChannelDescribeRolesRequest, DescribeBatchOrganizationRegistrationUrlsRequest, PrepareFlowsResponse, ChannelCreateOrganizationBatchSignUrlRequest, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, CreateBatchOrganizationRegistrationTasksResponse, ChannelVerifyPdfRequest, CreateChannelFlowEvidenceReportRequest, ChannelCancelFlowRequest, ChannelCancelUserAutoSignEnableUrlRequest, DeleteOrganizationAuthorizationsResponse, ChannelCreatePrepareFlowGroupRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, ChannelVerifyPdfResponse, ArchiveDynamicFlowResponse, CreateConsoleLoginUrlRequest, CreateLegalSealQrCodeRequest, CreateCloseOrganizationUrlRequest, CreatePersonAuthCertificateImageResponse, ModifyPartnerAutoSignAuthUrlRequest, CreateEmployeeQualificationSealQrCodeRequest, DescribeBatchOrganizationRegistrationTasksRequest, ChannelCreateUserAutoSignSealUrlRequest, ChannelCreateUserAutoSignEnableUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest, DescribeUsageRequest, DescribeExtendedServiceAuthInfoRequest, CreateCloseOrganizationUrlResponse, DescribeChannelSealPolicyWorkflowUrlRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ChannelCreateDynamicFlowApproverRequest, ModifyFlowDeadlineResponse, DescribeFlowDetailInfoResponse, ChannelCreateBoundFlowsResponse, ChannelCreateUserAutoSignSealUrlResponse, ChannelCreateBatchQuickSignUrlRequest, ChannelCreateBoundFlowsRequest, ChannelDescribeEmployeesRequest, OperateTemplateResponse, CreateFlowBlockchainEvidenceUrlResponse, ChannelDeleteRoleUsersResponse, SyncProxyOrganizationOperatorsRequest, ChannelCreateFlowApproversResponse, DescribeUsageResponse, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, ChannelCreateUserAutoSignEnableUrlResponse, ChannelGetTaskResultApiRequest, DescribeChannelOrganizationsRequest, ChannelDescribeBillUsageDetailResponse, CreateEmployeeChangeUrlResponse, ChannelRenewAutoSignLicenseRequest, ChannelCreatePreparedPersonalEsignRequest, CreatePersonAuthCertificateImageRequest, CreateFlowsByTemplatesResponse, DescribeChannelFlowEvidenceReportRequest, ChannelCreateRoleResponse, CreateEmployeeChangeUrlRequest, ChannelDescribeUserAutoSignStatusRequest, CreateModifyAdminAuthorizationUrlRequest, ChannelModifyRoleResponse, CreateSignUrlsResponse, ChannelDeleteRoleRequest, CreateBatchOrganizationRegistrationTasksRequest, ChannelCreateBatchQuickSignUrlResponse, CreateBatchOrganizationAuthorizationUrlResponse, CreatePartnerAutoSignAuthUrlRequest, DescribeBatchOrganizationRegistrationTasksResponse, ChannelCreateBatchCancelFlowUrlRequest, ChannelDescribeAccountBillDetailResponse, CreateFlowForwardsResponse, ChannelCreateFlowByFilesResponse, ChannelCreateFlowSignReviewResponse, ChannelDisableUserAutoSignRequest, ChannelDescribeOrganizationSealsResponse, SyncProxyOrganizationOperatorsResponse, CreateSealByImageResponse, ChannelCancelMultiFlowSignQRCodeResponse, ChannelDescribeRolesResponse, CreateChannelSubOrganizationActiveResponse, ChannelCreateReleaseFlowRequest, ChannelDescribeFlowComponentsResponse, DeleteOrganizationAuthorizationsRequest, ChannelCreateFlowGroupByFilesResponse, ChannelCreateMultiFlowSignQRCodeResponse, ChannelCreatePrepareFlowGroupResponse, DescribeCancelFlowsTaskRequest, ChannelDescribeUserAutoSignStatusResponse, ModifyExtendedServiceResponse, ChannelCreateUserRolesRequest, ChannelGetTaskResultApiResponse, ChannelCreateBatchSignUrlRequest, ChannelUpdateSealStatusResponse, ChannelCreateOrganizationModifyQrCodeResponse, ChannelDeleteSealPoliciesResponse, ChannelCreateWebThemeConfigResponse, GetDownloadFlowUrlRequest, ChannelCreateEmbedWebUrlResponse, ChannelBatchCancelFlowsRequest, CreateChannelOrganizationInfoChangeUrlRequest, ChannelModifyRoleRequest, ModifyFlowDeadlineRequest, ChannelUpdateSealStatusRequest, ChannelCreateFlowGroupByTemplatesRequest, CreateBatchInitOrganizationUrlRequest, CreateFlowGroupSignReviewRequest, DescribeTemplatesRequest, ChannelCreateSealPolicyRequest, CreateFlowsByTemplatesRequest, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, CreateSealByImageRequest, DescribeChannelOrganizationsResponse, ChannelCreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationAuthorizationUrlRequest, ChannelCreateBatchCancelFlowUrlResponse, OperateChannelTemplateRequest, DescribeChannelSealPolicyWorkflowUrlResponse, CreateChannelFlowEvidenceReportResponse, ChannelDescribeAccountBillDetailRequest, ChannelDescribeEmployeesResponse, CreateModifyAdminAuthorizationUrlResponse, ChannelDeleteRoleResponse, ChannelCreateReleaseFlowResponse, DescribeChannelFlowEvidenceReportResponse, ModifyPartnerAutoSignAuthUrlResponse, CreateFlowBlockchainEvidenceUrlRequest, DescribeUserFlowTypeRequest, ChannelCreateFlowApproversRequest, ChannelDescribeBillUsageDetailRequest, ChannelCreateFlowRemindsRequest, DescribeExtendedServiceAuthInfoResponse, ChannelCreateEmbedWebUrlRequest, ChannelDescribeFlowComponentsRequest, PrepareFlowsRequest } from "./essbasic_models";
|
|
4
4
|
/**
|
|
5
5
|
* essbasic client
|
|
6
6
|
* @class
|
|
@@ -786,6 +786,19 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
|
|
|
786
786
|

|
|
787
787
|
*/
|
|
788
788
|
CreateChannelSubOrganizationActive(req: CreateChannelSubOrganizationActiveRequest, cb?: (error: string, rep: CreateChannelSubOrganizationActiveResponse) => void): Promise<CreateChannelSubOrganizationActiveResponse>;
|
|
789
|
+
/**
|
|
790
|
+
* 创建一个用于更新他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签更新授权(印章)操作。
|
|
791
|
+
|
|
792
|
+
如果授权企业尚未开通企业自动签功能,该链接还将引导他们首先开通本企业的自动签服务
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
注:
|
|
796
|
+
1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
797
|
+
2. 2. 只能更新授权的印章,被授权的企业无法更新
|
|
798
|
+
3. 授权企业和被授权企业必须都是已认证企业
|
|
799
|
+
4. <font color='red'>需要授权企业或被授权企业的超管或者法人打开链接</font>走开通逻辑。
|
|
800
|
+
*/
|
|
801
|
+
ModifyPartnerAutoSignAuthUrl(req: ModifyPartnerAutoSignAuthUrlRequest, cb?: (error: string, rep: ModifyPartnerAutoSignAuthUrlResponse) => void): Promise<ModifyPartnerAutoSignAuthUrlResponse>;
|
|
789
802
|
/**
|
|
790
803
|
* 通过此接口(DescribeTemplates)查询该第三方平台子客企业在电子签拥有的有效模板,不包括第三方平台模板。
|
|
791
804
|
|
|
@@ -920,6 +920,21 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
|
|
|
920
920
|
async CreateChannelSubOrganizationActive(req, cb) {
|
|
921
921
|
return this.request("CreateChannelSubOrganizationActive", req, cb);
|
|
922
922
|
}
|
|
923
|
+
/**
|
|
924
|
+
* 创建一个用于更新他方自动签授权的链接(可选择他方授权或我方授权)。通过这个链接,合作方企业可以直接进入小程序,进行自动签更新授权(印章)操作。
|
|
925
|
+
|
|
926
|
+
如果授权企业尚未开通企业自动签功能,该链接还将引导他们首先开通本企业的自动签服务
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
注:
|
|
930
|
+
1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
931
|
+
2. 2. 只能更新授权的印章,被授权的企业无法更新
|
|
932
|
+
3. 授权企业和被授权企业必须都是已认证企业
|
|
933
|
+
4. <font color='red'>需要授权企业或被授权企业的超管或者法人打开链接</font>走开通逻辑。
|
|
934
|
+
*/
|
|
935
|
+
async ModifyPartnerAutoSignAuthUrl(req, cb) {
|
|
936
|
+
return this.request("ModifyPartnerAutoSignAuthUrl", req, cb);
|
|
937
|
+
}
|
|
923
938
|
/**
|
|
924
939
|
* 通过此接口(DescribeTemplates)查询该第三方平台子客企业在电子签拥有的有效模板,不包括第三方平台模板。
|
|
925
940
|
|
|
@@ -184,6 +184,16 @@ export interface Component {
|
|
|
184
184
|
<li> <b>FontSize</b>: 范围6 :72</li></ul>
|
|
185
185
|
<b>参数样例</b>:`{"FontColor":"255,0,0","FontSize":12}`
|
|
186
186
|
|
|
187
|
+
<font color="red">ComponentType为WATERMARK时</font>,支持以下参数:
|
|
188
|
+
<ul><li> <b>Font</b>:目前只支持黑体、宋体、仿宋</li>
|
|
189
|
+
<li> <b>FontSize</b>: 范围6 :72</li>
|
|
190
|
+
<li> <b>Opacity</b>: 透明度,范围0 :1</li>
|
|
191
|
+
<li> <b>Rotate</b>: 水印旋转角度,范围0 :359</li>
|
|
192
|
+
<li> <b>Density</b>: 水印样式,1-宽松,2-标准(默认值),3-密集,</li>
|
|
193
|
+
<li> <b>Position</b>: 水印位置,None-平铺(默认值),LeftTop-左上,LeftBottom-左下,RightTop-右上,RightBottom-右下,Center-居中</li>
|
|
194
|
+
<li> <b>SubType</b>: 水印类型:CUSTOM_WATERMARK-自定义内容,PERSON_INFO_WATERMARK-访问者信息</li></ul>
|
|
195
|
+
<b>参数样例</b>:`"{\"Font\":\"黑体\",\"FontSize\":20,\"Opacity\":0.1,\"Density\":2,\"SubType\":\"PERSON_INFO_WATERMARK\"}"`
|
|
196
|
+
|
|
187
197
|
<font color="red">ComponentType为FILL_IMAGE时</font>,支持以下参数:
|
|
188
198
|
<ul><li> <b>NotMakeImageCenter</b>:bool。是否设置图片居中。false:居中(默认)。 true : 不居中</li>
|
|
189
199
|
<li> <b>FillMethod</b> : int. 填充方式。0-铺满(默认);1-等比例缩放</li></ul>
|
|
@@ -3647,8 +3657,9 @@ export interface CreateConsoleLoginUrlRequest {
|
|
|
3647
3657
|
AutoJumpBackEvent?: string;
|
|
3648
3658
|
/**
|
|
3649
3659
|
* 可选的此企业允许的授权方式, 可以设置的方式有:
|
|
3650
|
-
<ul
|
|
3660
|
+
<ul>
|
|
3651
3661
|
<li>2:转法定代表人授权</li>
|
|
3662
|
+
<li>5:授权书+对公打款</li>
|
|
3652
3663
|
</ul>
|
|
3653
3664
|
*/
|
|
3654
3665
|
AuthorizationTypes?: Array<number | bigint>;
|
|
@@ -4046,6 +4057,56 @@ export interface IntentionActionResultDetail {
|
|
|
4046
4057
|
*/
|
|
4047
4058
|
Video?: string;
|
|
4048
4059
|
}
|
|
4060
|
+
/**
|
|
4061
|
+
* ModifyPartnerAutoSignAuthUrl请求参数结构体
|
|
4062
|
+
*/
|
|
4063
|
+
export interface ModifyPartnerAutoSignAuthUrlRequest {
|
|
4064
|
+
/**
|
|
4065
|
+
* 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
|
4066
|
+
|
|
4067
|
+
此接口下面信息必填。
|
|
4068
|
+
<ul>
|
|
4069
|
+
<li>渠道应用标识: Agent.AppId</li>
|
|
4070
|
+
<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
|
4071
|
+
<li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
|
4072
|
+
</ul>
|
|
4073
|
+
第三方平台子客企业和员工必须已经经过实名认证
|
|
4074
|
+
*/
|
|
4075
|
+
Agent: Agent;
|
|
4076
|
+
/**
|
|
4077
|
+
* 被授企业id/授权方企业id(即OrganizationId),如果是企业之间授权和AuthorizedOrganizationName二选一传入。
|
|
4078
|
+
|
|
4079
|
+
注:`被授权企业必须和当前企业在同一应用号下`
|
|
4080
|
+
*/
|
|
4081
|
+
AuthorizedOrganizationId?: string;
|
|
4082
|
+
/**
|
|
4083
|
+
* 被授企业名称/授权方企业的名字,如果是企业之间授权和AuthorizedOrganizationId二选一传入即可。请确认该名称与企业营业执照中注册的名称一致。
|
|
4084
|
+
|
|
4085
|
+
注:
|
|
4086
|
+
1. 如果名称中包含英文括号(),请使用中文括号()代替。
|
|
4087
|
+
2. 被授权企业必须和当前企业在同一应用号下
|
|
4088
|
+
*/
|
|
4089
|
+
AuthorizedOrganizationName?: string;
|
|
4090
|
+
/**
|
|
4091
|
+
* 是否给平台应用授权
|
|
4092
|
+
|
|
4093
|
+
<ul>
|
|
4094
|
+
<li><strong>true</strong>: 表示是,授权平台应用。在此情况下,无需设置<code>AuthorizedOrganizationId</code>和<code>AuthorizedOrganizationName</code>。</li>
|
|
4095
|
+
<li><strong>false</strong>: (默认)表示否,不是授权平台应用。</li>
|
|
4096
|
+
</ul>
|
|
4097
|
+
|
|
4098
|
+
注:授权给平台应用需要开通【基于子客授权第三方应用可文件发起子客自动签署】白名单,请联系运营经理开通。
|
|
4099
|
+
*/
|
|
4100
|
+
PlatformAppAuthorization?: boolean;
|
|
4101
|
+
/**
|
|
4102
|
+
* 在处理授权关系时,授权的方向
|
|
4103
|
+
<ul>
|
|
4104
|
+
<li><strong>false</strong>(默认值):表示我方授权他方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【被授权方】的企业名称,即接收授权的企业。</li>
|
|
4105
|
+
<li><strong>true</strong>:表示他方授权我方。在这种情况下,<code>AuthorizedOrganizationName</code> 代表的是【授权方】的企业名称,即提供授权的企业。</li>
|
|
4106
|
+
</ul>
|
|
4107
|
+
*/
|
|
4108
|
+
AuthToMe?: boolean;
|
|
4109
|
+
}
|
|
4049
4110
|
/**
|
|
4050
4111
|
* CreateEmployeeQualificationSealQrCode请求参数结构体
|
|
4051
4112
|
*/
|
|
@@ -9366,6 +9427,28 @@ export interface DescribeChannelFlowEvidenceReportResponse {
|
|
|
9366
9427
|
*/
|
|
9367
9428
|
RequestId?: string;
|
|
9368
9429
|
}
|
|
9430
|
+
/**
|
|
9431
|
+
* ModifyPartnerAutoSignAuthUrl返回参数结构体
|
|
9432
|
+
*/
|
|
9433
|
+
export interface ModifyPartnerAutoSignAuthUrlResponse {
|
|
9434
|
+
/**
|
|
9435
|
+
* 授权链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
|
|
9436
|
+
*/
|
|
9437
|
+
Url?: string;
|
|
9438
|
+
/**
|
|
9439
|
+
* 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
|
|
9440
|
+
|
|
9441
|
+
*/
|
|
9442
|
+
MiniAppPath?: string;
|
|
9443
|
+
/**
|
|
9444
|
+
* 链接过期时间以 Unix 时间戳格式表示,从生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
|
|
9445
|
+
*/
|
|
9446
|
+
ExpireTime?: number;
|
|
9447
|
+
/**
|
|
9448
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9449
|
+
*/
|
|
9450
|
+
RequestId?: string;
|
|
9451
|
+
}
|
|
9369
9452
|
/**
|
|
9370
9453
|
* 意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。
|
|
9371
9454
|
*/
|
|
@@ -944,6 +944,26 @@ export interface DeviceDetail {
|
|
|
944
944
|
* 未修复高危漏洞数(只支持32位)
|
|
945
945
|
*/
|
|
946
946
|
CriticalVulListCount?: number;
|
|
947
|
+
/**
|
|
948
|
+
* 操作系统名称
|
|
949
|
+
*/
|
|
950
|
+
Os?: string;
|
|
951
|
+
/**
|
|
952
|
+
* 操作系统位数
|
|
953
|
+
*/
|
|
954
|
+
OsBits?: number;
|
|
955
|
+
/**
|
|
956
|
+
* 操作系统版本
|
|
957
|
+
*/
|
|
958
|
+
OsVersion?: string;
|
|
959
|
+
/**
|
|
960
|
+
* 操作系统语言
|
|
961
|
+
*/
|
|
962
|
+
OsLanguage?: string;
|
|
963
|
+
/**
|
|
964
|
+
* 操作系统安装时间
|
|
965
|
+
*/
|
|
966
|
+
OsInstallDate?: string;
|
|
947
967
|
/**
|
|
948
968
|
* 设备名,和Name相同
|
|
949
969
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { UpdateDevicesEnableStateResponse, DescribeCloudStoragePackageConsumeDetailsResponse, GetWechatDeviceTicketRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, DescribeDevicePackagesRequest, ControlDeviceDataRequest, DeleteLoRaFrequencyResponse, ModifyApplicationResponse, DescribeCsReportCountDataInfoRequest, CreateFreeCloudStorageResponse, ModifyPositionFenceResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStorageThumbnailListRequest, CheckFirmwareUpdateResponse, DescribeCloudStorageUsersResponse, DescribeCloudStoragePackageConsumeDetailsRequest, DescribeActivateLicenseServiceResponse, CreateCloudStorageAIServiceTaskRequest, DescribeCloudStorageOrderRequest, DescribeSpaceFenceEventListResponse, DescribeCloudStorageEventsWithAITasksResponse, SearchTopicRuleResponse, ModifyCloudStorageAIServiceResponse, DescribeDeviceFirmWareRequest, BindCloudStorageUserRequest, ChangeP2PRouteResponse, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateProjectResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, InheritCloudStorageUserResponse, ChangeP2PRouteRequest, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, GetStudioProductListResponse, GetTWeCallActiveStatusRequest, GetAuthMiniProgramAppListRequest, DescribeFenceEventListRequest, DescribeAISearchTaskAsyncRequest, ActivateTWeCallLicenseResponse, DeleteTopicPolicyRequest, ResetCloudStorageEventRequest, GetFamilyDeviceUserListRequest, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, DescribeUnbindedDevicesRequest, InvokeAISearchServiceResponse, ModifyTWeSeeConfigRequest, DescribeGatewaySubDeviceListRequest, GetDeviceListRequest, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, GetProjectListRequest, ModifyPositionSpaceRequest, DescribeDeviceBindGatewayRequest, DeleteDevicesRequest, ModifyProjectResponse, DescribeCloudStorageThumbnailRequest, ModifyProductCloudStorageAIServiceRequest, CreateExternalSourceAIServiceTaskRequest, GetDeviceSumStatisticsResponse, InheritCloudStorageUserRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PauseTWeCallDeviceRequest, DescribeDeviceDataHistoryResponse, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeDeviceFirmwaresResponse, DescribeCloudStorageUsersRequest, DescribeCloudStorageDateRequest, DescribeTopicPolicyRequest, DescribeDeviceFirmwaresRequest, UnbindDevicesRequest, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetPositionSpaceListRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, DescribeFreeCloudStorageNumRequest, DescribeDevicePositionListRequest, InvokeExternalSourceAIServiceTaskResponse, CreateStudioProductRequest, TransferCloudStorageRequest, DescribeFirmwareRequest, DescribeP2PRouteResponse, ListTopicPolicyResponse, CreateAISearchTaskAsyncRequest, GenSingleDeviceSignatureOfPublicResponse, DescribeBatchProductionResponse, DescribeProductCloudStorageAIServiceResponse, DescribeLoRaFrequencyRequest, DeleteCloudStorageEventRequest, SearchPositionSpaceRequest, DescribeCloudStorageAIServiceCallbackResponse, BindDevicesResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ModifyTopicRuleRequest, CreateAISearchTaskAsyncResponse, DescribeFenceBindListResponse, TransferTWeCallDeviceRequest, CreateTWeSeeRecognitionTaskResponse, UnbindProductsRequest, CreateCloudStorageAIServiceRequest, DescribeDeviceLocationSolveResponse, DescribeStudioProductResponse, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, CheckFirmwareUpdateRequest, RemoveUserByRoomIdFromTRTCRequest, ModifyPositionSpaceResponse, ModifyCloudStorageAIServiceCallbackResponse, CreateFenceBindResponse, DescribeBindedProductsResponse, ModifyTopicRuleResponse, DescribeBatchProductionRequest, DescribeCloudStorageAIServiceTaskResponse, PublishRRPCMessageResponse, DescribeInstanceResponse, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, GetBatchProductionsListRequest, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, CreatePositionSpaceResponse, ResetCloudStorageEventResponse, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeActivateDeviceResponse, ResetTWeCallDeviceResponse, DescribeCloudStorageResponse, DescribeCloudStorageStreamDataRequest, DirectBindDeviceInFamilyRequest, PublishMessageResponse, DescribeModelDefinitionRequest, DisableTopicRuleRequest, DescribeTWeSeeConfigRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribePositionFenceListRequest, DescribeUnbindedDevicesResponse, InvokeCloudStorageAIServiceTaskRequest, ResetCloudStorageRequest, DescribeCloudStorageEventsWithAITasksRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeDeviceLocationSolveRequest, DescribeVideoLicenseRequest, DescribeCloudStorageAIServiceResponse, InvokeAISearchServiceRequest, DeleteDevicesResponse, ModifyStudioProductResponse, BindDevicesRequest, DescribePackageConsumeTaskRequest, DismissRoomByStrRoomIdFromTRTCResponse, DescribeFirmwareUpdateStatusResponse, PublishFirmwareUpdateMessageResponse, CallDeviceActionSyncRequest, ResetCloudStorageAIServiceResponse, CreateTWeSeeRecognitionTaskRequest, InvokeCloudStorageAIServiceTaskResponse, ModifyFenceBindResponse, DescribeGatewayBindDevicesResponse, DeletePositionFenceResponse, GetAuthMiniProgramAppListResponse, UpdateDeviceTWeCallAuthorizeStatusResponse, ModifyProductCloudStorageAIServiceResponse, ModifyTWeSeeConfigResponse, GetDeviceLocationHistoryRequest, DeletePositionSpaceRequest, DescribeActivateDeviceRequest, CreateProjectRequest, CreateCloudStorageAIServiceResponse, GetTWeCallActiveStatusResponse, InvokeTWeSeeRecognitionTaskRequest, PauseTWeCallDeviceResponse, DeleteDeviceRequest, GetProjectListResponse, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeFirmwareResponse, DescribePackageConsumeTasksResponse, UnbindProductsResponse, DescribeTopicPolicyResponse, InvokeTWeSeeRecognitionTaskResponse, DescribeDeviceFirmWareResponse, DescribeFenceEventListResponse, DescribeCsReportCountDataInfoResponse, ModifyCloudStorageAIServiceRequest, GenerateSignedVideoURLRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeCloudStorageAIServiceTasksRequest, ListFirmwaresRequest, PublishMessageRequest, GetCOSURLResponse, GetTopicRuleListResponse, SearchPositionSpaceResponse, GenerateCloudStorageAIServiceTaskFileURLResponse, ResetTWeCallDeviceRequest, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, GetPositionSpaceListResponse, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, DescribeDeviceRequest, CreateDeviceChannelRequest, DescribeDevicePackagesResponse, DescribeGatewaySubDeviceListResponse, SearchStudioProductResponse, DescribeVideoLicenseResponse, DescribePackageConsumeTasksRequest, GetFamilyDeviceUserListResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, ModifyLoRaFrequencyRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, BindProductsResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, CreateExternalSourceAIServiceTaskResponse, BindProductsRequest, ModifyLoRaGatewayResponse, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageOrderResponse, DescribeActivateLicenseServiceRequest, CreateTRTCSignaturesWithRoomIdResponse, PublishBroadcastMessageRequest, DescribeInstanceRequest, CreatePositionSpaceRequest, DeleteProjectRequest, DescribeTWeSeeConfigResponse, ModifyPositionFenceRequest, ModifySpacePropertyRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, TransferCloudStorageResponse, CreateStudioProductResponse, UpdateFirmwareResponse, ModifyStudioProductRequest, CreateBatchProductionRequest, ReleaseStudioProductRequest, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeStatsResponse, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, PublishRRPCMessageRequest, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, DescribeFirmwareUpdateStatusRequest, DescribeDevicePositionListResponse, DescribeProjectResponse, ListTopicPolicyRequest, DeleteLoRaFrequencyRequest, InvokeExternalSourceAIServiceTaskRequest, DescribeProductCloudStorageAIServiceRequest, DeleteLoRaGatewayRequest, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, TransferTWeCallDeviceResponse, DescribeTopicRuleRequest, ModifyCloudStorageAIServiceCallbackRequest, GetWechatDeviceTicketResponse, ResumeWeCallDeviceResponse, ResetCloudStorageResponse, ResumeWeCallDeviceRequest, GetCOSURLRequest, CreateFenceBindRequest, UploadFirmwareRequest, GetDeviceLocationHistoryResponse, ModifyFenceBindRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, DescribeCloudStoragePackageConsumeStatsRequest, DeleteFenceBindResponse, ActivateTWeCallLicenseRequest, DescribeAISearchTaskAsyncResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, CreateDeviceChannelResponse, CreateTopicRuleRequest, CreateTopicPolicyRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, DescribeBindedProductsRequest, CreateFreeCloudStorageRequest, DescribeLoRaFrequencyResponse, CreateCloudStorageAIServiceTaskResponse, ModifyApplicationRequest, DescribeCloudStorageDateResponse, DescribeFreeCloudStorageNumResponse, CreateIotVideoCloudStorageRequest, GenerateCloudStorageAIServiceTaskFileURLRequest, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, UnbindDevicesResponse, CreateBatchProductionResponse, GetTopicRuleListRequest, DeleteStudioProductRequest, DescribeP2PRouteRequest, GetDeviceSumStatisticsRequest, DescribeCloudStorageAIServiceCallbackRequest, DescribeCloudStorageRequest, GenerateSignedVideoURLResponse, CreatePositionFenceRequest, DescribeCloudStorageThumbnailResponse, PublishFirmwareUpdateMessageRequest, UpdateDevicesEnableStateRequest, ResetCloudStorageAIServiceRequest, ModifyModelDefinitionResponse, RemoveUserByRoomIdFromTRTCResponse, ModifyLoRaGatewayRequest, DescribeCloudStorageTimeRequest, EnableTopicRuleRequest, DescribeFirmwareTaskRequest } from "./iotexplorer_models";
|
|
3
|
+
import { UpdateDevicesEnableStateResponse, DescribeCloudStoragePackageConsumeDetailsResponse, GetWechatDeviceTicketRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, DescribeDevicePackagesRequest, ControlDeviceDataRequest, DeleteLoRaFrequencyResponse, ModifyApplicationResponse, DescribeCsReportCountDataInfoRequest, CreateFreeCloudStorageResponse, ModifyPositionFenceResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStorageThumbnailListRequest, CheckFirmwareUpdateResponse, DescribeCloudStorageUsersResponse, DescribeCloudStoragePackageConsumeDetailsRequest, DescribeActivateLicenseServiceResponse, CreateCloudStorageAIServiceTaskRequest, DescribeCloudStorageOrderRequest, DescribeSpaceFenceEventListResponse, DescribeCloudStorageEventsWithAITasksResponse, SearchTopicRuleResponse, ModifyCloudStorageAIServiceResponse, DescribeDeviceFirmWareRequest, BindCloudStorageUserRequest, ChangeP2PRouteResponse, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateProjectResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, InheritCloudStorageUserResponse, ChangeP2PRouteRequest, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, GetStudioProductListResponse, GetTWeCallActiveStatusRequest, GetAuthMiniProgramAppListRequest, DescribeFenceEventListRequest, DescribeAISearchTaskAsyncRequest, ActivateTWeCallLicenseResponse, DeleteTopicPolicyRequest, ResetCloudStorageEventRequest, GetFamilyDeviceUserListRequest, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, DescribeUnbindedDevicesRequest, InvokeAISearchServiceResponse, ModifyTWeSeeConfigRequest, DescribeGatewaySubDeviceListRequest, GetDeviceListRequest, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, GetProjectListRequest, ModifyPositionSpaceRequest, DescribeDeviceBindGatewayRequest, DeleteDevicesRequest, ModifyProjectResponse, DescribeCloudStorageThumbnailRequest, ModifyProductCloudStorageAIServiceRequest, CreateExternalSourceAIServiceTaskRequest, GetDeviceSumStatisticsResponse, InheritCloudStorageUserRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PauseTWeCallDeviceRequest, DescribeDeviceDataHistoryResponse, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeDeviceFirmwaresResponse, DescribeCloudStorageUsersRequest, DescribeCloudStorageDateRequest, DescribeTopicPolicyRequest, DescribeDeviceFirmwaresRequest, UnbindDevicesRequest, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetPositionSpaceListRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, DescribeFreeCloudStorageNumRequest, InvokeVideosKeywordsAnalyzerResponse, DescribeDevicePositionListRequest, InvokeExternalSourceAIServiceTaskResponse, CreateStudioProductRequest, TransferCloudStorageRequest, DescribeFirmwareRequest, DescribeP2PRouteResponse, ListTopicPolicyResponse, CreateAISearchTaskAsyncRequest, GenSingleDeviceSignatureOfPublicResponse, DescribeBatchProductionResponse, DescribeProductCloudStorageAIServiceResponse, DescribeLoRaFrequencyRequest, DeleteCloudStorageEventRequest, SearchPositionSpaceRequest, DescribeCloudStorageAIServiceCallbackResponse, BindDevicesResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ModifyTopicRuleRequest, CreateAISearchTaskAsyncResponse, DescribeFenceBindListResponse, TransferTWeCallDeviceRequest, CreateTWeSeeRecognitionTaskResponse, UnbindProductsRequest, CreateCloudStorageAIServiceRequest, DescribeDeviceLocationSolveResponse, DescribeStudioProductResponse, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, CheckFirmwareUpdateRequest, RemoveUserByRoomIdFromTRTCRequest, ModifyPositionSpaceResponse, ModifyCloudStorageAIServiceCallbackResponse, CreateFenceBindResponse, DescribeBindedProductsResponse, ModifyTopicRuleResponse, DescribeBatchProductionRequest, DescribeCloudStorageAIServiceTaskResponse, PublishRRPCMessageResponse, DescribeInstanceResponse, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, GetBatchProductionsListRequest, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, CreatePositionSpaceResponse, ResetCloudStorageEventResponse, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeActivateDeviceResponse, ResetTWeCallDeviceResponse, DescribeCloudStorageResponse, DescribeCloudStorageStreamDataRequest, DirectBindDeviceInFamilyRequest, PublishMessageResponse, DescribeModelDefinitionRequest, DisableTopicRuleRequest, DescribeTWeSeeConfigRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribePositionFenceListRequest, DescribeUnbindedDevicesResponse, InvokeCloudStorageAIServiceTaskRequest, ResetCloudStorageRequest, DescribeCloudStorageEventsWithAITasksRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeDeviceLocationSolveRequest, DescribeVideoLicenseRequest, DescribeCloudStorageAIServiceResponse, InvokeAISearchServiceRequest, DeleteDevicesResponse, ModifyStudioProductResponse, BindDevicesRequest, DescribePackageConsumeTaskRequest, DismissRoomByStrRoomIdFromTRTCResponse, DescribeFirmwareUpdateStatusResponse, PublishFirmwareUpdateMessageResponse, CallDeviceActionSyncRequest, ResetCloudStorageAIServiceResponse, CreateTWeSeeRecognitionTaskRequest, InvokeCloudStorageAIServiceTaskResponse, ModifyFenceBindResponse, DescribeGatewayBindDevicesResponse, DeletePositionFenceResponse, GetAuthMiniProgramAppListResponse, UpdateDeviceTWeCallAuthorizeStatusResponse, ModifyProductCloudStorageAIServiceResponse, ModifyTWeSeeConfigResponse, GetDeviceLocationHistoryRequest, DeletePositionSpaceRequest, DescribeActivateDeviceRequest, CreateProjectRequest, CreateCloudStorageAIServiceResponse, GetTWeCallActiveStatusResponse, InvokeTWeSeeRecognitionTaskRequest, PauseTWeCallDeviceResponse, DeleteDeviceRequest, GetProjectListResponse, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeFirmwareResponse, DescribePackageConsumeTasksResponse, UnbindProductsResponse, DescribeTopicPolicyResponse, InvokeTWeSeeRecognitionTaskResponse, DescribeDeviceFirmWareResponse, DescribeFenceEventListResponse, DescribeCsReportCountDataInfoResponse, ModifyCloudStorageAIServiceRequest, GenerateSignedVideoURLRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeCloudStorageAIServiceTasksRequest, ListFirmwaresRequest, PublishMessageRequest, ModifySpacePropertyRequest, GetCOSURLResponse, GetTopicRuleListResponse, SearchPositionSpaceResponse, GenerateCloudStorageAIServiceTaskFileURLResponse, ResetTWeCallDeviceRequest, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, GetPositionSpaceListResponse, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, DescribeDeviceRequest, CreateDeviceChannelRequest, DescribeDevicePackagesResponse, DescribeGatewaySubDeviceListResponse, SearchStudioProductResponse, DescribeVideoLicenseResponse, DescribePackageConsumeTasksRequest, GetFamilyDeviceUserListResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, ModifyLoRaFrequencyRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, BindProductsResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, CreateExternalSourceAIServiceTaskResponse, BindProductsRequest, ModifyLoRaGatewayResponse, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageOrderResponse, DescribeActivateLicenseServiceRequest, CreateTRTCSignaturesWithRoomIdResponse, PublishBroadcastMessageRequest, DescribeInstanceRequest, CreatePositionSpaceRequest, DeleteProjectRequest, DescribeTWeSeeConfigResponse, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, TransferCloudStorageResponse, CreateStudioProductResponse, UpdateFirmwareResponse, ModifyStudioProductRequest, CreateBatchProductionRequest, ReleaseStudioProductRequest, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeStatsResponse, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, PublishRRPCMessageRequest, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, DescribeFirmwareUpdateStatusRequest, DescribeDevicePositionListResponse, DescribeProjectResponse, ListTopicPolicyRequest, DeleteLoRaFrequencyRequest, InvokeVideosKeywordsAnalyzerRequest, InvokeExternalSourceAIServiceTaskRequest, DescribeProductCloudStorageAIServiceRequest, DeleteLoRaGatewayRequest, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, TransferTWeCallDeviceResponse, DescribeTopicRuleRequest, ModifyCloudStorageAIServiceCallbackRequest, GetWechatDeviceTicketResponse, ResumeWeCallDeviceResponse, ResetCloudStorageResponse, ResumeWeCallDeviceRequest, GetCOSURLRequest, CreateFenceBindRequest, UploadFirmwareRequest, GetDeviceLocationHistoryResponse, ModifyFenceBindRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, DescribeCloudStoragePackageConsumeStatsRequest, DeleteFenceBindResponse, ActivateTWeCallLicenseRequest, DescribeAISearchTaskAsyncResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, CreateDeviceChannelResponse, CreateTopicRuleRequest, CreateTopicPolicyRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, DescribeBindedProductsRequest, CreateFreeCloudStorageRequest, DescribeLoRaFrequencyResponse, CreateCloudStorageAIServiceTaskResponse, ModifyApplicationRequest, DescribeCloudStorageDateResponse, DescribeFreeCloudStorageNumResponse, CreateIotVideoCloudStorageRequest, GenerateCloudStorageAIServiceTaskFileURLRequest, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, UnbindDevicesResponse, CreateBatchProductionResponse, GetTopicRuleListRequest, DeleteStudioProductRequest, DescribeP2PRouteRequest, GetDeviceSumStatisticsRequest, DescribeCloudStorageAIServiceCallbackRequest, DescribeCloudStorageRequest, GenerateSignedVideoURLResponse, CreatePositionFenceRequest, DescribeCloudStorageThumbnailResponse, PublishFirmwareUpdateMessageRequest, UpdateDevicesEnableStateRequest, ResetCloudStorageAIServiceRequest, ModifyModelDefinitionResponse, RemoveUserByRoomIdFromTRTCResponse, ModifyLoRaGatewayRequest, DescribeCloudStorageTimeRequest, EnableTopicRuleRequest, DescribeFirmwareTaskRequest } from "./iotexplorer_models";
|
|
4
4
|
/**
|
|
5
5
|
* iotexplorer client
|
|
6
6
|
* @class
|
|
@@ -106,7 +106,7 @@ export declare class Client extends AbstractClient {
|
|
|
106
106
|
*/
|
|
107
107
|
CreateTRTCSignaturesWithRoomId(req: CreateTRTCSignaturesWithRoomIdRequest, cb?: (error: string, rep: CreateTRTCSignaturesWithRoomIdResponse) => void): Promise<CreateTRTCSignaturesWithRoomIdResponse>;
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 更新围栏绑定信息。
|
|
110
110
|
*/
|
|
111
111
|
ModifyFenceBind(req: ModifyFenceBindRequest, cb?: (error: string, rep: ModifyFenceBindResponse) => void): Promise<ModifyFenceBindResponse>;
|
|
112
112
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class Client extends AbstractClient {
|
|
|
126
126
|
*/
|
|
127
127
|
DescribeCloudStoragePackageConsumeStats(req: DescribeCloudStoragePackageConsumeStatsRequest, cb?: (error: string, rep: DescribeCloudStoragePackageConsumeStatsResponse) => void): Promise<DescribeCloudStoragePackageConsumeStatsResponse>;
|
|
128
128
|
/**
|
|
129
|
-
*
|
|
129
|
+
* 删除位置空间。
|
|
130
130
|
*/
|
|
131
131
|
DeletePositionSpace(req: DeletePositionSpaceRequest, cb?: (error: string, rep: DeletePositionSpaceResponse) => void): Promise<DeletePositionSpaceResponse>;
|
|
132
132
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class Client extends AbstractClient {
|
|
|
146
146
|
*/
|
|
147
147
|
DescribeDevice(req: DescribeDeviceRequest, cb?: (error: string, rep: DescribeDeviceResponse) => void): Promise<DescribeDeviceResponse>;
|
|
148
148
|
/**
|
|
149
|
-
*
|
|
149
|
+
* 获取围栏告警事件列表。
|
|
150
150
|
*/
|
|
151
151
|
DescribeFenceEventList(req: DescribeFenceEventListRequest, cb?: (error: string, rep: DescribeFenceEventListResponse) => void): Promise<DescribeFenceEventListResponse>;
|
|
152
152
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class Client extends AbstractClient {
|
|
|
166
166
|
*/
|
|
167
167
|
DescribeCloudStorageAIService(req: DescribeCloudStorageAIServiceRequest, cb?: (error: string, rep: DescribeCloudStorageAIServiceResponse) => void): Promise<DescribeCloudStorageAIServiceResponse>;
|
|
168
168
|
/**
|
|
169
|
-
*
|
|
169
|
+
* 获取围栏绑定信息列表。
|
|
170
170
|
*/
|
|
171
171
|
DescribeFenceBindList(req: DescribeFenceBindListRequest, cb?: (error: string, rep: DescribeFenceBindListResponse) => void): Promise<DescribeFenceBindListResponse>;
|
|
172
172
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class Client extends AbstractClient {
|
|
|
246
246
|
*/
|
|
247
247
|
CreateDevice(req: CreateDeviceRequest, cb?: (error: string, rep: CreateDeviceResponse) => void): Promise<CreateDeviceResponse>;
|
|
248
248
|
/**
|
|
249
|
-
*
|
|
249
|
+
* 删除围栏绑定信息。
|
|
250
250
|
*/
|
|
251
251
|
DeleteFenceBind(req: DeleteFenceBindRequest, cb?: (error: string, rep: DeleteFenceBindResponse) => void): Promise<DeleteFenceBindResponse>;
|
|
252
252
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class Client extends AbstractClient {
|
|
|
274
274
|
*/
|
|
275
275
|
DescribeLoRaFrequency(req: DescribeLoRaFrequencyRequest, cb?: (error: string, rep: DescribeLoRaFrequencyResponse) => void): Promise<DescribeLoRaFrequencyResponse>;
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* 更新位置空间。
|
|
278
278
|
*/
|
|
279
279
|
ModifyPositionSpace(req: ModifyPositionSpaceRequest, cb?: (error: string, rep: ModifyPositionSpaceResponse) => void): Promise<ModifyPositionSpaceResponse>;
|
|
280
280
|
/**
|
|
@@ -352,7 +352,7 @@ export declare class Client extends AbstractClient {
|
|
|
352
352
|
*/
|
|
353
353
|
DismissRoomByStrRoomIdFromTRTC(req: DismissRoomByStrRoomIdFromTRTCRequest, cb?: (error: string, rep: DismissRoomByStrRoomIdFromTRTCResponse) => void): Promise<DismissRoomByStrRoomIdFromTRTCResponse>;
|
|
354
354
|
/**
|
|
355
|
-
*
|
|
355
|
+
* 创建围栏。
|
|
356
356
|
*/
|
|
357
357
|
CreatePositionFence(req: CreatePositionFenceRequest, cb?: (error: string, rep: CreatePositionFenceResponse) => void): Promise<CreatePositionFenceResponse>;
|
|
358
358
|
/**
|
|
@@ -434,7 +434,7 @@ export declare class Client extends AbstractClient {
|
|
|
434
434
|
*/
|
|
435
435
|
ModifyTopicPolicy(req: ModifyTopicPolicyRequest, cb?: (error: string, rep: ModifyTopicPolicyResponse) => void): Promise<ModifyTopicPolicyResponse>;
|
|
436
436
|
/**
|
|
437
|
-
*
|
|
437
|
+
* 获取位置空间中围栏告警事件列表。
|
|
438
438
|
*/
|
|
439
439
|
DescribeSpaceFenceEventList(req: DescribeSpaceFenceEventListRequest, cb?: (error: string, rep: DescribeSpaceFenceEventListResponse) => void): Promise<DescribeSpaceFenceEventListResponse>;
|
|
440
440
|
/**
|
|
@@ -554,7 +554,7 @@ export declare class Client extends AbstractClient {
|
|
|
554
554
|
*/
|
|
555
555
|
DescribeDeviceDataHistory(req: DescribeDeviceDataHistoryRequest, cb?: (error: string, rep: DescribeDeviceDataHistoryResponse) => void): Promise<DescribeDeviceDataHistoryResponse>;
|
|
556
556
|
/**
|
|
557
|
-
*
|
|
557
|
+
* 更新围栏。
|
|
558
558
|
*/
|
|
559
559
|
ModifyPositionFence(req?: ModifyPositionFenceRequest, cb?: (error: string, rep: ModifyPositionFenceResponse) => void): Promise<ModifyPositionFenceResponse>;
|
|
560
560
|
/**
|
|
@@ -609,6 +609,10 @@ export declare class Client extends AbstractClient {
|
|
|
609
609
|
* 查询指定的云存 AI 分析任务
|
|
610
610
|
*/
|
|
611
611
|
DescribeCloudStorageAIServiceTask(req: DescribeCloudStorageAIServiceTaskRequest, cb?: (error: string, rep: DescribeCloudStorageAIServiceTaskResponse) => void): Promise<DescribeCloudStorageAIServiceTaskResponse>;
|
|
612
|
+
/**
|
|
613
|
+
* 获取某个时间段的视频内容关键字
|
|
614
|
+
*/
|
|
615
|
+
InvokeVideosKeywordsAnalyzer(req: InvokeVideosKeywordsAnalyzerRequest, cb?: (error: string, rep: InvokeVideosKeywordsAnalyzerResponse) => void): Promise<InvokeVideosKeywordsAnalyzerResponse>;
|
|
612
616
|
/**
|
|
613
617
|
* 公共实例过期时间 0001-01-01T00:00:00Z,公共实例是永久有效
|
|
614
618
|
*/
|
|
@@ -626,7 +630,7 @@ export declare class Client extends AbstractClient {
|
|
|
626
630
|
*/
|
|
627
631
|
GetAuthMiniProgramAppList(req: GetAuthMiniProgramAppListRequest, cb?: (error: string, rep: GetAuthMiniProgramAppListResponse) => void): Promise<GetAuthMiniProgramAppListResponse>;
|
|
628
632
|
/**
|
|
629
|
-
*
|
|
633
|
+
* 删除围栏。
|
|
630
634
|
*/
|
|
631
635
|
DeletePositionFence(req: DeletePositionFenceRequest, cb?: (error: string, rep: DeletePositionFenceResponse) => void): Promise<DeletePositionFenceResponse>;
|
|
632
636
|
/**
|
|
@@ -678,7 +682,7 @@ export declare class Client extends AbstractClient {
|
|
|
678
682
|
*/
|
|
679
683
|
DescribeDeviceFirmWare(req: DescribeDeviceFirmWareRequest, cb?: (error: string, rep: DescribeDeviceFirmWareResponse) => void): Promise<DescribeDeviceFirmWareResponse>;
|
|
680
684
|
/**
|
|
681
|
-
*
|
|
685
|
+
* > 创建围栏绑定信息。
|
|
682
686
|
*/
|
|
683
687
|
CreateFenceBind(req: CreateFenceBindRequest, cb?: (error: string, rep: CreateFenceBindResponse) => void): Promise<CreateFenceBindResponse>;
|
|
684
688
|
/**
|