@alicloud/cloudauth20190307 3.9.5 → 3.11.0
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/dist/client.d.ts +1364 -24
- package/dist/client.js +4124 -944
- package/dist/client.js.map +1 -1
- package/dist/models/ContrastFaceVerifyAdvanceRequest.d.ts +93 -0
- package/dist/models/ContrastFaceVerifyAdvanceRequest.js.map +1 -1
- package/dist/models/ContrastFaceVerifyRequest.d.ts +93 -0
- package/dist/models/ContrastFaceVerifyRequest.js.map +1 -1
- package/dist/models/ContrastFaceVerifyResponseBody.d.ts +32 -0
- package/dist/models/ContrastFaceVerifyResponseBody.js.map +1 -1
- package/dist/models/CreateAntCloudAuthSceneRequest.d.ts +78 -0
- package/dist/models/CreateAntCloudAuthSceneRequest.js +70 -0
- package/dist/models/CreateAntCloudAuthSceneRequest.js.map +1 -0
- package/dist/models/CreateAntCloudAuthSceneResponse.d.ts +19 -0
- package/dist/models/CreateAntCloudAuthSceneResponse.js +69 -0
- package/dist/models/CreateAntCloudAuthSceneResponse.js.map +1 -0
- package/dist/models/CreateAntCloudAuthSceneResponseBody.d.ts +29 -0
- package/dist/models/CreateAntCloudAuthSceneResponseBody.js +60 -0
- package/dist/models/CreateAntCloudAuthSceneResponseBody.js.map +1 -0
- package/dist/models/CreateAuthKeyRequest.d.ts +12 -0
- package/dist/models/CreateAuthKeyRequest.js.map +1 -1
- package/dist/models/CreateAuthKeyResponseBody.d.ts +6 -0
- package/dist/models/CreateAuthKeyResponseBody.js.map +1 -1
- package/dist/models/CreateCloudauthstSceneRequest.d.ts +43 -0
- package/dist/models/CreateCloudauthstSceneRequest.js +62 -0
- package/dist/models/CreateCloudauthstSceneRequest.js.map +1 -0
- package/dist/models/CreateCloudauthstSceneResponse.d.ts +19 -0
- package/dist/models/CreateCloudauthstSceneResponse.js +69 -0
- package/dist/models/CreateCloudauthstSceneResponse.js.map +1 -0
- package/dist/models/CreateCloudauthstSceneResponseBody.d.ts +29 -0
- package/dist/models/CreateCloudauthstSceneResponseBody.js +60 -0
- package/dist/models/CreateCloudauthstSceneResponseBody.js.map +1 -0
- package/dist/models/CreateSceneConfigRequest.d.ts +43 -0
- package/dist/models/CreateSceneConfigRequest.js +62 -0
- package/dist/models/CreateSceneConfigRequest.js.map +1 -0
- package/dist/models/CreateSceneConfigResponse.d.ts +19 -0
- package/dist/models/CreateSceneConfigResponse.js +69 -0
- package/dist/models/CreateSceneConfigResponse.js.map +1 -0
- package/dist/models/CreateSceneConfigResponseBody.d.ts +21 -0
- package/dist/models/CreateSceneConfigResponseBody.js +58 -0
- package/dist/models/CreateSceneConfigResponseBody.js.map +1 -0
- package/dist/models/CreateVerifySettingRequest.d.ts +18 -0
- package/dist/models/CreateVerifySettingRequest.js.map +1 -1
- package/dist/models/CreateVerifySettingResponseBody.d.ts +20 -0
- package/dist/models/CreateVerifySettingResponseBody.js.map +1 -1
- package/dist/models/CreateWhitelistSettingRequest.d.ts +83 -0
- package/dist/models/CreateWhitelistSettingRequest.js +72 -0
- package/dist/models/CreateWhitelistSettingRequest.js.map +1 -0
- package/dist/models/CreateWhitelistSettingResponse.d.ts +19 -0
- package/dist/models/CreateWhitelistSettingResponse.js +69 -0
- package/dist/models/CreateWhitelistSettingResponse.js.map +1 -0
- package/dist/models/CreateWhitelistSettingResponseBody.d.ts +31 -0
- package/dist/models/CreateWhitelistSettingResponseBody.js +60 -0
- package/dist/models/CreateWhitelistSettingResponseBody.js.map +1 -0
- package/dist/models/CredentialVerifyRequest.d.ts +132 -0
- package/dist/models/CredentialVerifyRequest.js.map +1 -1
- package/dist/models/CredentialVerifyResponseBody.d.ts +103 -0
- package/dist/models/CredentialVerifyResponseBody.js.map +1 -1
- package/dist/models/CredentialVerifyShrinkRequest.d.ts +116 -0
- package/dist/models/CredentialVerifyShrinkRequest.js.map +1 -1
- package/dist/models/DeleteAllCustomizeFlowStrategyRequest.d.ts +31 -0
- package/dist/models/DeleteAllCustomizeFlowStrategyRequest.js +60 -0
- package/dist/models/DeleteAllCustomizeFlowStrategyRequest.js.map +1 -0
- package/dist/models/DeleteAllCustomizeFlowStrategyResponse.d.ts +19 -0
- package/dist/models/DeleteAllCustomizeFlowStrategyResponse.js +69 -0
- package/dist/models/DeleteAllCustomizeFlowStrategyResponse.js.map +1 -0
- package/dist/models/DeleteAllCustomizeFlowStrategyResponseBody.d.ts +61 -0
- package/dist/models/DeleteAllCustomizeFlowStrategyResponseBody.js +68 -0
- package/dist/models/DeleteAllCustomizeFlowStrategyResponseBody.js.map +1 -0
- package/dist/models/DeleteAntCloudAuthSceneRequest.d.ts +23 -0
- package/dist/models/DeleteAntCloudAuthSceneRequest.js +58 -0
- package/dist/models/DeleteAntCloudAuthSceneRequest.js.map +1 -0
- package/dist/models/DeleteAntCloudAuthSceneResponse.d.ts +19 -0
- package/dist/models/DeleteAntCloudAuthSceneResponse.js +69 -0
- package/dist/models/DeleteAntCloudAuthSceneResponse.js.map +1 -0
- package/dist/models/DeleteAntCloudAuthSceneResponseBody.d.ts +21 -0
- package/dist/models/DeleteAntCloudAuthSceneResponseBody.js +58 -0
- package/dist/models/DeleteAntCloudAuthSceneResponseBody.js.map +1 -0
- package/dist/models/DeleteBlackListStrategyRequest.d.ts +40 -0
- package/dist/models/DeleteBlackListStrategyRequest.js +62 -0
- package/dist/models/DeleteBlackListStrategyRequest.js.map +1 -0
- package/dist/models/DeleteBlackListStrategyResponse.d.ts +19 -0
- package/dist/models/DeleteBlackListStrategyResponse.js +69 -0
- package/dist/models/DeleteBlackListStrategyResponse.js.map +1 -0
- package/dist/models/DeleteBlackListStrategyResponseBody.d.ts +53 -0
- package/dist/models/DeleteBlackListStrategyResponseBody.js +66 -0
- package/dist/models/DeleteBlackListStrategyResponseBody.js.map +1 -0
- package/dist/models/DeleteCloudauthstSceneRequest.d.ts +23 -0
- package/dist/models/DeleteCloudauthstSceneRequest.js +58 -0
- package/dist/models/DeleteCloudauthstSceneRequest.js.map +1 -0
- package/dist/models/DeleteCloudauthstSceneResponse.d.ts +19 -0
- package/dist/models/DeleteCloudauthstSceneResponse.js +69 -0
- package/dist/models/DeleteCloudauthstSceneResponse.js.map +1 -0
- package/dist/models/DeleteCloudauthstSceneResponseBody.d.ts +29 -0
- package/dist/models/DeleteCloudauthstSceneResponseBody.js +60 -0
- package/dist/models/DeleteCloudauthstSceneResponseBody.js.map +1 -0
- package/dist/models/DeleteControlStrategyRequest.d.ts +45 -0
- package/dist/models/DeleteControlStrategyRequest.js +64 -0
- package/dist/models/DeleteControlStrategyRequest.js.map +1 -0
- package/dist/models/DeleteControlStrategyResponse.d.ts +19 -0
- package/dist/models/DeleteControlStrategyResponse.js +69 -0
- package/dist/models/DeleteControlStrategyResponse.js.map +1 -0
- package/dist/models/DeleteControlStrategyResponseBody.d.ts +53 -0
- package/dist/models/DeleteControlStrategyResponseBody.js +66 -0
- package/dist/models/DeleteControlStrategyResponseBody.js.map +1 -0
- package/dist/models/DeleteCustomizeFlowStrategyRequest.d.ts +55 -0
- package/dist/models/DeleteCustomizeFlowStrategyRequest.js +66 -0
- package/dist/models/DeleteCustomizeFlowStrategyRequest.js.map +1 -0
- package/dist/models/DeleteCustomizeFlowStrategyResponse.d.ts +19 -0
- package/dist/models/DeleteCustomizeFlowStrategyResponse.js +69 -0
- package/dist/models/DeleteCustomizeFlowStrategyResponse.js.map +1 -0
- package/dist/models/DeleteCustomizeFlowStrategyResponseBody.d.ts +61 -0
- package/dist/models/DeleteCustomizeFlowStrategyResponseBody.js +68 -0
- package/dist/models/DeleteCustomizeFlowStrategyResponseBody.js.map +1 -0
- package/dist/models/DeleteSceneConfigRequest.d.ts +23 -0
- package/dist/models/DeleteSceneConfigRequest.js +58 -0
- package/dist/models/DeleteSceneConfigRequest.js.map +1 -0
- package/dist/models/DeleteSceneConfigResponse.d.ts +19 -0
- package/dist/models/DeleteSceneConfigResponse.js +69 -0
- package/dist/models/DeleteSceneConfigResponse.js.map +1 -0
- package/dist/models/DeleteSceneConfigResponseBody.d.ts +21 -0
- package/dist/models/DeleteSceneConfigResponseBody.js +58 -0
- package/dist/models/DeleteSceneConfigResponseBody.js.map +1 -0
- package/dist/models/DeleteWhitelistSettingRequest.d.ts +49 -0
- package/dist/models/DeleteWhitelistSettingRequest.js +64 -0
- package/dist/models/DeleteWhitelistSettingRequest.js.map +1 -0
- package/dist/models/DeleteWhitelistSettingResponse.d.ts +19 -0
- package/dist/models/DeleteWhitelistSettingResponse.js +69 -0
- package/dist/models/DeleteWhitelistSettingResponse.js.map +1 -0
- package/dist/models/DeleteWhitelistSettingResponseBody.d.ts +29 -0
- package/dist/models/DeleteWhitelistSettingResponseBody.js +60 -0
- package/dist/models/DeleteWhitelistSettingResponseBody.js.map +1 -0
- package/dist/models/DescribeAntAndCloudAuthUserStatusResponse.d.ts +19 -0
- package/dist/models/DescribeAntAndCloudAuthUserStatusResponse.js +69 -0
- package/dist/models/DescribeAntAndCloudAuthUserStatusResponse.js.map +1 -0
- package/dist/models/DescribeAntAndCloudAuthUserStatusResponseBody.d.ts +61 -0
- package/dist/models/DescribeAntAndCloudAuthUserStatusResponseBody.js +66 -0
- package/dist/models/DescribeAntAndCloudAuthUserStatusResponseBody.js.map +1 -0
- package/dist/models/DescribeCardVerifyRequest.d.ts +3 -0
- package/dist/models/DescribeCardVerifyRequest.js.map +1 -1
- package/dist/models/DescribeCardVerifyResponseBody.d.ts +52 -0
- package/dist/models/DescribeCardVerifyResponseBody.js.map +1 -1
- package/dist/models/DescribeCloudauthstSceneListRequest.d.ts +21 -0
- package/dist/models/DescribeCloudauthstSceneListRequest.js +58 -0
- package/dist/models/DescribeCloudauthstSceneListRequest.js.map +1 -0
- package/dist/models/DescribeCloudauthstSceneListResponse.d.ts +19 -0
- package/dist/models/DescribeCloudauthstSceneListResponse.js +69 -0
- package/dist/models/DescribeCloudauthstSceneListResponse.js.map +1 -0
- package/dist/models/DescribeCloudauthstSceneListResponseBody.d.ts +96 -0
- package/dist/models/DescribeCloudauthstSceneListResponseBody.js +94 -0
- package/dist/models/DescribeCloudauthstSceneListResponseBody.js.map +1 -0
- package/dist/models/DescribeDeviceInfoRequest.d.ts +21 -0
- package/dist/models/DescribeDeviceInfoRequest.js.map +1 -1
- package/dist/models/DescribeDeviceInfoResponseBody.d.ts +31 -0
- package/dist/models/DescribeDeviceInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeFaceGuardRiskRequest.d.ts +14 -0
- package/dist/models/DescribeFaceGuardRiskRequest.js.map +1 -1
- package/dist/models/DescribeFaceGuardRiskResponseBody.d.ts +32 -1
- package/dist/models/DescribeFaceGuardRiskResponseBody.js.map +1 -1
- package/dist/models/DescribeFaceVerifyRequest.d.ts +9 -0
- package/dist/models/DescribeFaceVerifyRequest.js.map +1 -1
- package/dist/models/DescribeFaceVerifyResponseBody.d.ts +59 -0
- package/dist/models/DescribeFaceVerifyResponseBody.js.map +1 -1
- package/dist/models/DescribeInfoCheckExportRecordRequest.d.ts +38 -0
- package/dist/models/DescribeInfoCheckExportRecordRequest.js +66 -0
- package/dist/models/DescribeInfoCheckExportRecordRequest.js.map +1 -0
- package/dist/models/DescribeInfoCheckExportRecordResponse.d.ts +19 -0
- package/dist/models/DescribeInfoCheckExportRecordResponse.js +69 -0
- package/dist/models/DescribeInfoCheckExportRecordResponse.js.map +1 -0
- package/dist/models/DescribeInfoCheckExportRecordResponseBody.d.ts +101 -0
- package/dist/models/DescribeInfoCheckExportRecordResponseBody.js +110 -0
- package/dist/models/DescribeInfoCheckExportRecordResponseBody.js.map +1 -0
- package/dist/models/DescribeListAntCloudAuthScenesRequest.d.ts +21 -0
- package/dist/models/DescribeListAntCloudAuthScenesRequest.js +58 -0
- package/dist/models/DescribeListAntCloudAuthScenesRequest.js.map +1 -0
- package/dist/models/DescribeListAntCloudAuthScenesResponse.d.ts +19 -0
- package/dist/models/DescribeListAntCloudAuthScenesResponse.js +69 -0
- package/dist/models/DescribeListAntCloudAuthScenesResponse.js.map +1 -0
- package/dist/models/DescribeListAntCloudAuthScenesResponseBody.d.ts +149 -0
- package/dist/models/DescribeListAntCloudAuthScenesResponseBody.js +106 -0
- package/dist/models/DescribeListAntCloudAuthScenesResponseBody.js.map +1 -0
- package/dist/models/DescribeListFaceVerifyDataRequest.d.ts +45 -0
- package/dist/models/DescribeListFaceVerifyDataRequest.js +64 -0
- package/dist/models/DescribeListFaceVerifyDataRequest.js.map +1 -0
- package/dist/models/DescribeListFaceVerifyDataResponse.d.ts +19 -0
- package/dist/models/DescribeListFaceVerifyDataResponse.js +69 -0
- package/dist/models/DescribeListFaceVerifyDataResponse.js.map +1 -0
- package/dist/models/DescribeListFaceVerifyDataResponseBody.d.ts +103 -0
- package/dist/models/DescribeListFaceVerifyDataResponseBody.js +114 -0
- package/dist/models/DescribeListFaceVerifyDataResponseBody.js.map +1 -0
- package/dist/models/DescribeListFaceVerifyInfosRequest.d.ts +71 -0
- package/dist/models/DescribeListFaceVerifyInfosRequest.js +70 -0
- package/dist/models/DescribeListFaceVerifyInfosRequest.js.map +1 -0
- package/dist/models/DescribeListFaceVerifyInfosResponse.d.ts +19 -0
- package/dist/models/DescribeListFaceVerifyInfosResponse.js +69 -0
- package/dist/models/DescribeListFaceVerifyInfosResponse.js.map +1 -0
- package/dist/models/DescribeListFaceVerifyInfosResponseBody.d.ts +128 -0
- package/dist/models/DescribeListFaceVerifyInfosResponseBody.js +102 -0
- package/dist/models/DescribeListFaceVerifyInfosResponseBody.js.map +1 -0
- package/dist/models/DescribeMetaSearchPageListRequest.d.ts +90 -0
- package/dist/models/DescribeMetaSearchPageListRequest.js +84 -0
- package/dist/models/DescribeMetaSearchPageListRequest.js.map +1 -0
- package/dist/models/DescribeMetaSearchPageListResponse.d.ts +19 -0
- package/dist/models/DescribeMetaSearchPageListResponse.js +69 -0
- package/dist/models/DescribeMetaSearchPageListResponse.js.map +1 -0
- package/dist/models/DescribeMetaSearchPageListResponseBody.d.ts +267 -0
- package/dist/models/DescribeMetaSearchPageListResponseBody.js +244 -0
- package/dist/models/DescribeMetaSearchPageListResponseBody.js.map +1 -0
- package/dist/models/DescribeMetaStatisticsListRequest.d.ts +37 -0
- package/dist/models/DescribeMetaStatisticsListRequest.js +62 -0
- package/dist/models/DescribeMetaStatisticsListRequest.js.map +1 -0
- package/dist/models/DescribeMetaStatisticsListResponse.d.ts +19 -0
- package/dist/models/DescribeMetaStatisticsListResponse.js +69 -0
- package/dist/models/DescribeMetaStatisticsListResponse.js.map +1 -0
- package/dist/models/DescribeMetaStatisticsListResponseBody.d.ts +97 -0
- package/dist/models/DescribeMetaStatisticsListResponseBody.js +108 -0
- package/dist/models/DescribeMetaStatisticsListResponseBody.js.map +1 -0
- package/dist/models/DescribeMetaStatisticsPageListRequest.d.ts +53 -0
- package/dist/models/DescribeMetaStatisticsPageListRequest.js +66 -0
- package/dist/models/DescribeMetaStatisticsPageListRequest.js.map +1 -0
- package/dist/models/DescribeMetaStatisticsPageListResponse.d.ts +19 -0
- package/dist/models/DescribeMetaStatisticsPageListResponse.js +69 -0
- package/dist/models/DescribeMetaStatisticsPageListResponse.js.map +1 -0
- package/dist/models/DescribeMetaStatisticsPageListResponseBody.d.ts +120 -0
- package/dist/models/DescribeMetaStatisticsPageListResponseBody.js +116 -0
- package/dist/models/DescribeMetaStatisticsPageListResponseBody.js.map +1 -0
- package/dist/models/DescribeOssStatusRequest.d.ts +23 -0
- package/dist/models/DescribeOssStatusRequest.js +58 -0
- package/dist/models/DescribeOssStatusRequest.js.map +1 -0
- package/dist/models/DescribeOssStatusResponse.d.ts +19 -0
- package/dist/models/DescribeOssStatusResponse.js +69 -0
- package/dist/models/DescribeOssStatusResponse.js.map +1 -0
- package/dist/models/DescribeOssStatusResponseBody.d.ts +54 -0
- package/dist/models/DescribeOssStatusResponseBody.js +84 -0
- package/dist/models/DescribeOssStatusResponseBody.js.map +1 -0
- package/dist/models/DescribeOssStatusV2request.d.ts +31 -0
- package/dist/models/DescribeOssStatusV2request.js +60 -0
- package/dist/models/DescribeOssStatusV2request.js.map +1 -0
- package/dist/models/DescribeOssStatusV2response.d.ts +19 -0
- package/dist/models/DescribeOssStatusV2response.js +69 -0
- package/dist/models/DescribeOssStatusV2response.js.map +1 -0
- package/dist/models/DescribeOssStatusV2responseBody.d.ts +94 -0
- package/dist/models/DescribeOssStatusV2responseBody.js +94 -0
- package/dist/models/DescribeOssStatusV2responseBody.js.map +1 -0
- package/dist/models/DescribeOssUploadTokenResponseBody.d.ts +28 -0
- package/dist/models/DescribeOssUploadTokenResponseBody.js.map +1 -1
- package/dist/models/DescribePageFaceVerifyDataRequest.d.ts +18 -0
- package/dist/models/DescribePageFaceVerifyDataRequest.js.map +1 -1
- package/dist/models/DescribePageFaceVerifyDataResponseBody.d.ts +50 -0
- package/dist/models/DescribePageFaceVerifyDataResponseBody.js.map +1 -1
- package/dist/models/DescribePageSettingResponse.d.ts +19 -0
- package/dist/models/DescribePageSettingResponse.js +69 -0
- package/dist/models/DescribePageSettingResponse.js.map +1 -0
- package/dist/models/DescribePageSettingResponseBody.d.ts +44 -0
- package/dist/models/DescribePageSettingResponseBody.js +63 -0
- package/dist/models/DescribePageSettingResponseBody.js.map +1 -0
- package/dist/models/DescribeProductCodeResponse.d.ts +19 -0
- package/dist/models/DescribeProductCodeResponse.js +69 -0
- package/dist/models/DescribeProductCodeResponse.js.map +1 -0
- package/dist/models/DescribeProductCodeResponseBody.d.ts +86 -0
- package/dist/models/DescribeProductCodeResponseBody.js +92 -0
- package/dist/models/DescribeProductCodeResponseBody.js.map +1 -0
- package/dist/models/DescribeSmartStatisticsPageListRequest.d.ts +13 -0
- package/dist/models/DescribeSmartStatisticsPageListRequest.js.map +1 -1
- package/dist/models/DescribeSmartStatisticsPageListResponseBody.d.ts +44 -0
- package/dist/models/DescribeSmartStatisticsPageListResponseBody.js.map +1 -1
- package/dist/models/DescribeVerifyDeviceRiskStatisticsRequest.d.ts +62 -0
- package/dist/models/DescribeVerifyDeviceRiskStatisticsRequest.js +66 -0
- package/dist/models/DescribeVerifyDeviceRiskStatisticsRequest.js.map +1 -0
- package/dist/models/DescribeVerifyDeviceRiskStatisticsResponse.d.ts +19 -0
- package/dist/models/DescribeVerifyDeviceRiskStatisticsResponse.js +69 -0
- package/dist/models/DescribeVerifyDeviceRiskStatisticsResponse.js.map +1 -0
- package/dist/models/DescribeVerifyDeviceRiskStatisticsResponseBody.d.ts +135 -0
- package/dist/models/DescribeVerifyDeviceRiskStatisticsResponseBody.js +122 -0
- package/dist/models/DescribeVerifyDeviceRiskStatisticsResponseBody.js.map +1 -0
- package/dist/models/DescribeVerifyFailStatisticsRequest.d.ts +90 -0
- package/dist/models/DescribeVerifyFailStatisticsRequest.js +70 -0
- package/dist/models/DescribeVerifyFailStatisticsRequest.js.map +1 -0
- package/dist/models/DescribeVerifyFailStatisticsResponse.d.ts +19 -0
- package/dist/models/DescribeVerifyFailStatisticsResponse.js +69 -0
- package/dist/models/DescribeVerifyFailStatisticsResponse.js.map +1 -0
- package/dist/models/DescribeVerifyFailStatisticsResponseBody.d.ts +195 -0
- package/dist/models/DescribeVerifyFailStatisticsResponseBody.js +208 -0
- package/dist/models/DescribeVerifyFailStatisticsResponseBody.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsRequest.d.ts +51 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsRequest.js +64 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsRequest.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsResponse.d.ts +19 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsResponse.js +69 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsResponse.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsResponseBody.d.ts +87 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsResponseBody.js +110 -0
- package/dist/models/DescribeVerifyPersonasDeviceModelStatisticsResponseBody.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsRequest.d.ts +51 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsRequest.js +64 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsRequest.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsResponse.d.ts +19 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsResponse.js +69 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsResponse.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsResponseBody.d.ts +78 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsResponseBody.js +90 -0
- package/dist/models/DescribeVerifyPersonasOsStatisticsResponseBody.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsRequest.d.ts +51 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsRequest.js +64 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsRequest.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsResponse.d.ts +19 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsResponse.js +69 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsResponse.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsResponseBody.d.ts +87 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsResponseBody.js +110 -0
- package/dist/models/DescribeVerifyPersonasProvinceStatisticsResponseBody.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsRequest.d.ts +51 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsRequest.js +64 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsRequest.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsResponse.d.ts +19 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsResponse.js +69 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsResponse.js.map +1 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsResponseBody.d.ts +158 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsResponseBody.js +110 -0
- package/dist/models/DescribeVerifyPersonasSexStatisticsResponseBody.js.map +1 -0
- package/dist/models/DescribeVerifyResultRequest.d.ts +4 -0
- package/dist/models/DescribeVerifyResultRequest.js.map +1 -1
- package/dist/models/DescribeVerifyResultResponseBody.d.ts +125 -0
- package/dist/models/DescribeVerifyResultResponseBody.js.map +1 -1
- package/dist/models/DescribeVerifySdkrequest.d.ts +2 -0
- package/dist/models/DescribeVerifySdkrequest.js.map +1 -1
- package/dist/models/DescribeVerifySdkresponseBody.d.ts +6 -0
- package/dist/models/DescribeVerifySdkresponseBody.js.map +1 -1
- package/dist/models/DescribeVerifySearchPageListRequest.d.ts +155 -0
- package/dist/models/DescribeVerifySearchPageListRequest.js +90 -0
- package/dist/models/DescribeVerifySearchPageListRequest.js.map +1 -0
- package/dist/models/DescribeVerifySearchPageListResponse.d.ts +19 -0
- package/dist/models/DescribeVerifySearchPageListResponse.js +69 -0
- package/dist/models/DescribeVerifySearchPageListResponse.js.map +1 -0
- package/dist/models/DescribeVerifySearchPageListResponseBody.d.ts +312 -0
- package/dist/models/DescribeVerifySearchPageListResponseBody.js +175 -0
- package/dist/models/DescribeVerifySearchPageListResponseBody.js.map +1 -0
- package/dist/models/DescribeVerifyStatisticsRequest.d.ts +64 -0
- package/dist/models/DescribeVerifyStatisticsRequest.js +66 -0
- package/dist/models/DescribeVerifyStatisticsRequest.js.map +1 -0
- package/dist/models/DescribeVerifyStatisticsResponse.d.ts +19 -0
- package/dist/models/DescribeVerifyStatisticsResponse.js +69 -0
- package/dist/models/DescribeVerifyStatisticsResponse.js.map +1 -0
- package/dist/models/DescribeVerifyStatisticsResponseBody.d.ts +215 -0
- package/dist/models/DescribeVerifyStatisticsResponseBody.js +142 -0
- package/dist/models/DescribeVerifyStatisticsResponseBody.js.map +1 -0
- package/dist/models/DescribeVerifyTokenRequest.d.ts +49 -0
- package/dist/models/DescribeVerifyTokenRequest.js.map +1 -1
- package/dist/models/DescribeVerifyTokenResponseBody.d.ts +34 -0
- package/dist/models/DescribeVerifyTokenResponseBody.js.map +1 -1
- package/dist/models/DescribeWhitelistSettingRequest.d.ts +114 -0
- package/dist/models/DescribeWhitelistSettingRequest.js +78 -0
- package/dist/models/DescribeWhitelistSettingRequest.js.map +1 -0
- package/dist/models/DescribeWhitelistSettingResponse.d.ts +19 -0
- package/dist/models/DescribeWhitelistSettingResponse.js +69 -0
- package/dist/models/DescribeWhitelistSettingResponse.js.map +1 -0
- package/dist/models/DescribeWhitelistSettingResponseBody.d.ts +145 -0
- package/dist/models/DescribeWhitelistSettingResponseBody.js +106 -0
- package/dist/models/DescribeWhitelistSettingResponseBody.js.map +1 -0
- package/dist/models/DetectFaceAttributesRequest.d.ts +5 -0
- package/dist/models/DetectFaceAttributesRequest.js.map +1 -1
- package/dist/models/DetectFaceAttributesResponseBody.d.ts +100 -0
- package/dist/models/DetectFaceAttributesResponseBody.js.map +1 -1
- package/dist/models/DownloadVerifyRecordsRequest.d.ts +62 -0
- package/dist/models/DownloadVerifyRecordsRequest.js +60 -0
- package/dist/models/DownloadVerifyRecordsRequest.js.map +1 -0
- package/dist/models/DownloadVerifyRecordsResponse.d.ts +19 -0
- package/dist/models/DownloadVerifyRecordsResponse.js +69 -0
- package/dist/models/DownloadVerifyRecordsResponse.js.map +1 -0
- package/dist/models/DownloadVerifyRecordsResponseBody.d.ts +29 -0
- package/dist/models/DownloadVerifyRecordsResponseBody.js +60 -0
- package/dist/models/DownloadVerifyRecordsResponseBody.js.map +1 -0
- package/dist/models/Id3metaVerifyAdvanceRequest.d.ts +87 -0
- package/dist/models/Id3metaVerifyAdvanceRequest.js +67 -0
- package/dist/models/Id3metaVerifyAdvanceRequest.js.map +1 -0
- package/dist/models/Id3metaVerifyRequest.d.ts +86 -0
- package/dist/models/Id3metaVerifyRequest.js +68 -0
- package/dist/models/Id3metaVerifyRequest.js.map +1 -0
- package/dist/models/Id3metaVerifyResponse.d.ts +19 -0
- package/dist/models/Id3metaVerifyResponse.js +69 -0
- package/dist/models/Id3metaVerifyResponse.js.map +1 -0
- package/dist/models/Id3metaVerifyResponseBody.d.ts +83 -0
- package/dist/models/Id3metaVerifyResponseBody.js +88 -0
- package/dist/models/Id3metaVerifyResponseBody.js.map +1 -0
- package/dist/models/Id3metaVerifyWithOcradvanceRequest.d.ts +46 -0
- package/dist/models/Id3metaVerifyWithOcradvanceRequest.js +63 -0
- package/dist/models/Id3metaVerifyWithOcradvanceRequest.js.map +1 -0
- package/dist/models/Id3metaVerifyWithOcrrequest.d.ts +45 -0
- package/dist/models/Id3metaVerifyWithOcrrequest.js +64 -0
- package/dist/models/Id3metaVerifyWithOcrrequest.js.map +1 -0
- package/dist/models/Id3metaVerifyWithOcrresponse.d.ts +19 -0
- package/dist/models/Id3metaVerifyWithOcrresponse.js +69 -0
- package/dist/models/Id3metaVerifyWithOcrresponse.js.map +1 -0
- package/dist/models/Id3metaVerifyWithOcrresponseBody.d.ts +87 -0
- package/dist/models/Id3metaVerifyWithOcrresponseBody.js +90 -0
- package/dist/models/Id3metaVerifyWithOcrresponseBody.js.map +1 -0
- package/dist/models/InitFaceVerifyRequest.d.ts +348 -0
- package/dist/models/InitFaceVerifyRequest.js +2 -0
- package/dist/models/InitFaceVerifyRequest.js.map +1 -1
- package/dist/models/InitFaceVerifyResponseBody.d.ts +32 -0
- package/dist/models/InitFaceVerifyResponseBody.js.map +1 -1
- package/dist/models/LivenessFaceVerifyRequest.d.ts +46 -0
- package/dist/models/LivenessFaceVerifyRequest.js.map +1 -1
- package/dist/models/LivenessFaceVerifyResponseBody.d.ts +29 -0
- package/dist/models/LivenessFaceVerifyResponseBody.js.map +1 -1
- package/dist/models/ModifyBlackListStrategyRequest.d.ts +89 -0
- package/dist/models/ModifyBlackListStrategyRequest.js +90 -0
- package/dist/models/ModifyBlackListStrategyRequest.js.map +1 -0
- package/dist/models/ModifyBlackListStrategyResponse.d.ts +19 -0
- package/dist/models/ModifyBlackListStrategyResponse.js +69 -0
- package/dist/models/ModifyBlackListStrategyResponse.js.map +1 -0
- package/dist/models/ModifyBlackListStrategyResponseBody.d.ts +53 -0
- package/dist/models/ModifyBlackListStrategyResponseBody.js +66 -0
- package/dist/models/ModifyBlackListStrategyResponseBody.js.map +1 -0
- package/dist/models/ModifyBlackListStrategyShrinkRequest.d.ts +26 -0
- package/dist/models/ModifyBlackListStrategyShrinkRequest.js +60 -0
- package/dist/models/ModifyBlackListStrategyShrinkRequest.js.map +1 -0
- package/dist/models/ModifyControlStrategyRequest.d.ts +95 -0
- package/dist/models/ModifyControlStrategyRequest.js +92 -0
- package/dist/models/ModifyControlStrategyRequest.js.map +1 -0
- package/dist/models/ModifyControlStrategyResponse.d.ts +19 -0
- package/dist/models/ModifyControlStrategyResponse.js +69 -0
- package/dist/models/ModifyControlStrategyResponse.js.map +1 -0
- package/dist/models/ModifyControlStrategyResponseBody.d.ts +45 -0
- package/dist/models/ModifyControlStrategyResponseBody.js +64 -0
- package/dist/models/ModifyControlStrategyResponseBody.js.map +1 -0
- package/dist/models/ModifyControlStrategyShrinkRequest.d.ts +34 -0
- package/dist/models/ModifyControlStrategyShrinkRequest.js +62 -0
- package/dist/models/ModifyControlStrategyShrinkRequest.js.map +1 -0
- package/dist/models/ModifyCustomizeFlowStrategyListRequest.d.ts +122 -0
- package/dist/models/ModifyCustomizeFlowStrategyListRequest.js +98 -0
- package/dist/models/ModifyCustomizeFlowStrategyListRequest.js.map +1 -0
- package/dist/models/ModifyCustomizeFlowStrategyListResponse.d.ts +19 -0
- package/dist/models/ModifyCustomizeFlowStrategyListResponse.js +69 -0
- package/dist/models/ModifyCustomizeFlowStrategyListResponse.js.map +1 -0
- package/dist/models/ModifyCustomizeFlowStrategyListResponseBody.d.ts +61 -0
- package/dist/models/ModifyCustomizeFlowStrategyListResponseBody.js +68 -0
- package/dist/models/ModifyCustomizeFlowStrategyListResponseBody.js.map +1 -0
- package/dist/models/ModifyCustomizeFlowStrategyListShrinkRequest.d.ts +26 -0
- package/dist/models/ModifyCustomizeFlowStrategyListShrinkRequest.js +60 -0
- package/dist/models/ModifyCustomizeFlowStrategyListShrinkRequest.js.map +1 -0
- package/dist/models/QueryBlackListStrategyRequest.d.ts +21 -0
- package/dist/models/QueryBlackListStrategyRequest.js +58 -0
- package/dist/models/QueryBlackListStrategyRequest.js.map +1 -0
- package/dist/models/QueryBlackListStrategyResponse.d.ts +19 -0
- package/dist/models/QueryBlackListStrategyResponse.js +69 -0
- package/dist/models/QueryBlackListStrategyResponse.js.map +1 -0
- package/dist/models/QueryBlackListStrategyResponseBody.d.ts +119 -0
- package/dist/models/QueryBlackListStrategyResponseBody.js +98 -0
- package/dist/models/QueryBlackListStrategyResponseBody.js.map +1 -0
- package/dist/models/QueryControlStrategyRequest.d.ts +29 -0
- package/dist/models/QueryControlStrategyRequest.js +60 -0
- package/dist/models/QueryControlStrategyRequest.js.map +1 -0
- package/dist/models/QueryControlStrategyResponse.d.ts +19 -0
- package/dist/models/QueryControlStrategyResponse.js +69 -0
- package/dist/models/QueryControlStrategyResponse.js.map +1 -0
- package/dist/models/QueryControlStrategyResponseBody.d.ts +111 -0
- package/dist/models/QueryControlStrategyResponseBody.js +96 -0
- package/dist/models/QueryControlStrategyResponseBody.js.map +1 -0
- package/dist/models/QueryCustomizeFlowStrategyRequest.d.ts +39 -0
- package/dist/models/QueryCustomizeFlowStrategyRequest.js +62 -0
- package/dist/models/QueryCustomizeFlowStrategyRequest.js.map +1 -0
- package/dist/models/QueryCustomizeFlowStrategyResponse.d.ts +19 -0
- package/dist/models/QueryCustomizeFlowStrategyResponse.js +69 -0
- package/dist/models/QueryCustomizeFlowStrategyResponse.js.map +1 -0
- package/dist/models/QueryCustomizeFlowStrategyResponseBody.d.ts +148 -0
- package/dist/models/QueryCustomizeFlowStrategyResponseBody.js +106 -0
- package/dist/models/QueryCustomizeFlowStrategyResponseBody.js.map +1 -0
- package/dist/models/QuerySceneConfigsRequest.d.ts +23 -0
- package/dist/models/QuerySceneConfigsRequest.js +58 -0
- package/dist/models/QuerySceneConfigsRequest.js.map +1 -0
- package/dist/models/QuerySceneConfigsResponse.d.ts +19 -0
- package/dist/models/QuerySceneConfigsResponse.js +69 -0
- package/dist/models/QuerySceneConfigsResponse.js.map +1 -0
- package/dist/models/QuerySceneConfigsResponseBody.d.ts +94 -0
- package/dist/models/QuerySceneConfigsResponseBody.js +94 -0
- package/dist/models/QuerySceneConfigsResponseBody.js.map +1 -0
- package/dist/models/QueryVerifyDownloadTaskRequest.d.ts +21 -0
- package/dist/models/QueryVerifyDownloadTaskRequest.js +58 -0
- package/dist/models/QueryVerifyDownloadTaskRequest.js.map +1 -0
- package/dist/models/QueryVerifyDownloadTaskResponse.d.ts +19 -0
- package/dist/models/QueryVerifyDownloadTaskResponse.js +69 -0
- package/dist/models/QueryVerifyDownloadTaskResponse.js.map +1 -0
- package/dist/models/QueryVerifyDownloadTaskResponseBody.d.ts +58 -0
- package/dist/models/QueryVerifyDownloadTaskResponseBody.js +66 -0
- package/dist/models/QueryVerifyDownloadTaskResponseBody.js.map +1 -0
- package/dist/models/QueryVerifyFlowPackageRequest.d.ts +26 -0
- package/dist/models/QueryVerifyFlowPackageRequest.js +58 -0
- package/dist/models/QueryVerifyFlowPackageRequest.js.map +1 -0
- package/dist/models/QueryVerifyFlowPackageResponse.d.ts +19 -0
- package/dist/models/QueryVerifyFlowPackageResponse.js +69 -0
- package/dist/models/QueryVerifyFlowPackageResponse.js.map +1 -0
- package/dist/models/QueryVerifyFlowPackageResponseBody.d.ts +191 -0
- package/dist/models/QueryVerifyFlowPackageResponseBody.js +136 -0
- package/dist/models/QueryVerifyFlowPackageResponseBody.js.map +1 -0
- package/dist/models/QueryVerifyInvokeSatisticRequest.d.ts +82 -0
- package/dist/models/QueryVerifyInvokeSatisticRequest.js +72 -0
- package/dist/models/QueryVerifyInvokeSatisticRequest.js.map +1 -0
- package/dist/models/QueryVerifyInvokeSatisticResponse.d.ts +19 -0
- package/dist/models/QueryVerifyInvokeSatisticResponse.js +69 -0
- package/dist/models/QueryVerifyInvokeSatisticResponse.js.map +1 -0
- package/dist/models/QueryVerifyInvokeSatisticResponseBody.d.ts +127 -0
- package/dist/models/QueryVerifyInvokeSatisticResponseBody.js +120 -0
- package/dist/models/QueryVerifyInvokeSatisticResponseBody.js.map +1 -0
- package/dist/models/UpdateAntCloudAuthSceneRequest.d.ts +95 -0
- package/dist/models/UpdateAntCloudAuthSceneRequest.js +74 -0
- package/dist/models/UpdateAntCloudAuthSceneRequest.js.map +1 -0
- package/dist/models/UpdateAntCloudAuthSceneResponse.d.ts +19 -0
- package/dist/models/UpdateAntCloudAuthSceneResponse.js +69 -0
- package/dist/models/UpdateAntCloudAuthSceneResponse.js.map +1 -0
- package/dist/models/UpdateAntCloudAuthSceneResponseBody.d.ts +21 -0
- package/dist/models/UpdateAntCloudAuthSceneResponseBody.js +58 -0
- package/dist/models/UpdateAntCloudAuthSceneResponseBody.js.map +1 -0
- package/dist/models/UpdateSceneConfigRequest.d.ts +43 -0
- package/dist/models/UpdateSceneConfigRequest.js +62 -0
- package/dist/models/UpdateSceneConfigRequest.js.map +1 -0
- package/dist/models/UpdateSceneConfigResponse.d.ts +19 -0
- package/dist/models/UpdateSceneConfigResponse.js +69 -0
- package/dist/models/UpdateSceneConfigResponse.js.map +1 -0
- package/dist/models/UpdateSceneConfigResponseBody.d.ts +21 -0
- package/dist/models/UpdateSceneConfigResponseBody.js +58 -0
- package/dist/models/UpdateSceneConfigResponseBody.js.map +1 -0
- package/dist/models/VerifyMaterialRequest.d.ts +24 -0
- package/dist/models/VerifyMaterialRequest.js.map +1 -1
- package/dist/models/VerifyMaterialResponseBody.d.ts +118 -0
- package/dist/models/VerifyMaterialResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +196 -0
- package/dist/models/model.js +401 -5
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4503 -1015
- package/src/models/ContrastFaceVerifyAdvanceRequest.ts +93 -0
- package/src/models/ContrastFaceVerifyRequest.ts +93 -0
- package/src/models/ContrastFaceVerifyResponseBody.ts +32 -0
- package/src/models/CreateAntCloudAuthSceneRequest.ts +103 -0
- package/src/models/CreateAntCloudAuthSceneResponse.ts +40 -0
- package/src/models/CreateAntCloudAuthSceneResponseBody.ts +44 -0
- package/src/models/CreateAuthKeyRequest.ts +12 -0
- package/src/models/CreateAuthKeyResponseBody.ts +6 -0
- package/src/models/CreateCloudauthstSceneRequest.ts +60 -0
- package/src/models/CreateCloudauthstSceneResponse.ts +40 -0
- package/src/models/CreateCloudauthstSceneResponseBody.ts +44 -0
- package/src/models/CreateSceneConfigRequest.ts +60 -0
- package/src/models/CreateSceneConfigResponse.ts +40 -0
- package/src/models/CreateSceneConfigResponseBody.ts +34 -0
- package/src/models/CreateVerifySettingRequest.ts +18 -0
- package/src/models/CreateVerifySettingResponseBody.ts +20 -0
- package/src/models/CreateWhitelistSettingRequest.ts +110 -0
- package/src/models/CreateWhitelistSettingResponse.ts +40 -0
- package/src/models/CreateWhitelistSettingResponseBody.ts +46 -0
- package/src/models/CredentialVerifyRequest.ts +132 -0
- package/src/models/CredentialVerifyResponseBody.ts +103 -0
- package/src/models/CredentialVerifyShrinkRequest.ts +116 -0
- package/src/models/DeleteAllCustomizeFlowStrategyRequest.ts +46 -0
- package/src/models/DeleteAllCustomizeFlowStrategyResponse.ts +40 -0
- package/src/models/DeleteAllCustomizeFlowStrategyResponseBody.ts +84 -0
- package/src/models/DeleteAntCloudAuthSceneRequest.ts +36 -0
- package/src/models/DeleteAntCloudAuthSceneResponse.ts +40 -0
- package/src/models/DeleteAntCloudAuthSceneResponseBody.ts +34 -0
- package/src/models/DeleteBlackListStrategyRequest.ts +57 -0
- package/src/models/DeleteBlackListStrategyResponse.ts +40 -0
- package/src/models/DeleteBlackListStrategyResponseBody.ts +74 -0
- package/src/models/DeleteCloudauthstSceneRequest.ts +36 -0
- package/src/models/DeleteCloudauthstSceneResponse.ts +40 -0
- package/src/models/DeleteCloudauthstSceneResponseBody.ts +44 -0
- package/src/models/DeleteControlStrategyRequest.ts +64 -0
- package/src/models/DeleteControlStrategyResponse.ts +40 -0
- package/src/models/DeleteControlStrategyResponseBody.ts +74 -0
- package/src/models/DeleteCustomizeFlowStrategyRequest.ts +76 -0
- package/src/models/DeleteCustomizeFlowStrategyResponse.ts +40 -0
- package/src/models/DeleteCustomizeFlowStrategyResponseBody.ts +84 -0
- package/src/models/DeleteSceneConfigRequest.ts +36 -0
- package/src/models/DeleteSceneConfigResponse.ts +40 -0
- package/src/models/DeleteSceneConfigResponseBody.ts +34 -0
- package/src/models/DeleteWhitelistSettingRequest.ts +68 -0
- package/src/models/DeleteWhitelistSettingResponse.ts +40 -0
- package/src/models/DeleteWhitelistSettingResponseBody.ts +44 -0
- package/src/models/DescribeAntAndCloudAuthUserStatusResponse.ts +40 -0
- package/src/models/DescribeAntAndCloudAuthUserStatusResponseBody.ts +82 -0
- package/src/models/DescribeCardVerifyRequest.ts +3 -0
- package/src/models/DescribeCardVerifyResponseBody.ts +52 -0
- package/src/models/DescribeCloudauthstSceneListRequest.ts +34 -0
- package/src/models/DescribeCloudauthstSceneListResponse.ts +40 -0
- package/src/models/DescribeCloudauthstSceneListResponseBody.ts +136 -0
- package/src/models/DescribeDeviceInfoRequest.ts +21 -0
- package/src/models/DescribeDeviceInfoResponseBody.ts +31 -0
- package/src/models/DescribeFaceGuardRiskRequest.ts +14 -0
- package/src/models/DescribeFaceGuardRiskResponseBody.ts +32 -1
- package/src/models/DescribeFaceVerifyRequest.ts +9 -0
- package/src/models/DescribeFaceVerifyResponseBody.ts +59 -0
- package/src/models/DescribeInfoCheckExportRecordRequest.ts +59 -0
- package/src/models/DescribeInfoCheckExportRecordResponse.ts +40 -0
- package/src/models/DescribeInfoCheckExportRecordResponseBody.ts +157 -0
- package/src/models/DescribeListAntCloudAuthScenesRequest.ts +34 -0
- package/src/models/DescribeListAntCloudAuthScenesResponse.ts +40 -0
- package/src/models/DescribeListAntCloudAuthScenesResponseBody.ts +201 -0
- package/src/models/DescribeListFaceVerifyDataRequest.ts +64 -0
- package/src/models/DescribeListFaceVerifyDataResponse.ts +40 -0
- package/src/models/DescribeListFaceVerifyDataResponseBody.ts +154 -0
- package/src/models/DescribeListFaceVerifyInfosRequest.ts +96 -0
- package/src/models/DescribeListFaceVerifyInfosResponse.ts +40 -0
- package/src/models/DescribeListFaceVerifyInfosResponseBody.ts +176 -0
- package/src/models/DescribeMetaSearchPageListRequest.ts +129 -0
- package/src/models/DescribeMetaSearchPageListResponse.ts +40 -0
- package/src/models/DescribeMetaSearchPageListResponseBody.ts +430 -0
- package/src/models/DescribeMetaStatisticsListRequest.ts +54 -0
- package/src/models/DescribeMetaStatisticsListResponse.ts +40 -0
- package/src/models/DescribeMetaStatisticsListResponseBody.ts +151 -0
- package/src/models/DescribeMetaStatisticsPageListRequest.ts +74 -0
- package/src/models/DescribeMetaStatisticsPageListResponse.ts +40 -0
- package/src/models/DescribeMetaStatisticsPageListResponseBody.ts +182 -0
- package/src/models/DescribeOssStatusRequest.ts +36 -0
- package/src/models/DescribeOssStatusResponse.ts +40 -0
- package/src/models/DescribeOssStatusResponseBody.ts +84 -0
- package/src/models/DescribeOssStatusV2request.ts +46 -0
- package/src/models/DescribeOssStatusV2response.ts +40 -0
- package/src/models/DescribeOssStatusV2responseBody.ts +134 -0
- package/src/models/DescribeOssUploadTokenResponseBody.ts +28 -0
- package/src/models/DescribePageFaceVerifyDataRequest.ts +18 -0
- package/src/models/DescribePageFaceVerifyDataResponseBody.ts +50 -0
- package/src/models/DescribePageSettingResponse.ts +40 -0
- package/src/models/DescribePageSettingResponseBody.ts +60 -0
- package/src/models/DescribeProductCodeResponse.ts +40 -0
- package/src/models/DescribeProductCodeResponseBody.ts +124 -0
- package/src/models/DescribeSmartStatisticsPageListRequest.ts +13 -0
- package/src/models/DescribeSmartStatisticsPageListResponseBody.ts +44 -0
- package/src/models/DescribeVerifyDeviceRiskStatisticsRequest.ts +83 -0
- package/src/models/DescribeVerifyDeviceRiskStatisticsResponse.ts +40 -0
- package/src/models/DescribeVerifyDeviceRiskStatisticsResponseBody.ts +194 -0
- package/src/models/DescribeVerifyFailStatisticsRequest.ts +115 -0
- package/src/models/DescribeVerifyFailStatisticsResponse.ts +40 -0
- package/src/models/DescribeVerifyFailStatisticsResponseBody.ts +304 -0
- package/src/models/DescribeVerifyPersonasDeviceModelStatisticsRequest.ts +70 -0
- package/src/models/DescribeVerifyPersonasDeviceModelStatisticsResponse.ts +40 -0
- package/src/models/DescribeVerifyPersonasDeviceModelStatisticsResponseBody.ts +134 -0
- package/src/models/DescribeVerifyPersonasOsStatisticsRequest.ts +70 -0
- package/src/models/DescribeVerifyPersonasOsStatisticsResponse.ts +40 -0
- package/src/models/DescribeVerifyPersonasOsStatisticsResponseBody.ts +114 -0
- package/src/models/DescribeVerifyPersonasProvinceStatisticsRequest.ts +70 -0
- package/src/models/DescribeVerifyPersonasProvinceStatisticsResponse.ts +40 -0
- package/src/models/DescribeVerifyPersonasProvinceStatisticsResponseBody.ts +134 -0
- package/src/models/DescribeVerifyPersonasSexStatisticsRequest.ts +70 -0
- package/src/models/DescribeVerifyPersonasSexStatisticsResponse.ts +40 -0
- package/src/models/DescribeVerifyPersonasSexStatisticsResponseBody.ts +214 -0
- package/src/models/DescribeVerifyResultRequest.ts +4 -0
- package/src/models/DescribeVerifyResultResponseBody.ts +125 -0
- package/src/models/DescribeVerifySdkrequest.ts +2 -0
- package/src/models/DescribeVerifySdkresponseBody.ts +6 -0
- package/src/models/DescribeVerifySearchPageListRequest.ts +200 -0
- package/src/models/DescribeVerifySearchPageListResponse.ts +40 -0
- package/src/models/DescribeVerifySearchPageListResponseBody.ts +424 -0
- package/src/models/DescribeVerifyStatisticsRequest.ts +85 -0
- package/src/models/DescribeVerifyStatisticsResponse.ts +40 -0
- package/src/models/DescribeVerifyStatisticsResponseBody.ts +294 -0
- package/src/models/DescribeVerifyTokenRequest.ts +49 -0
- package/src/models/DescribeVerifyTokenResponseBody.ts +34 -0
- package/src/models/DescribeWhitelistSettingRequest.ts +147 -0
- package/src/models/DescribeWhitelistSettingResponse.ts +40 -0
- package/src/models/DescribeWhitelistSettingResponseBody.ts +197 -0
- package/src/models/DetectFaceAttributesRequest.ts +5 -0
- package/src/models/DetectFaceAttributesResponseBody.ts +100 -0
- package/src/models/DownloadVerifyRecordsRequest.ts +77 -0
- package/src/models/DownloadVerifyRecordsResponse.ts +40 -0
- package/src/models/DownloadVerifyRecordsResponseBody.ts +44 -0
- package/src/models/Id3metaVerifyAdvanceRequest.ts +110 -0
- package/src/models/Id3metaVerifyRequest.ts +109 -0
- package/src/models/Id3metaVerifyResponse.ts +40 -0
- package/src/models/Id3metaVerifyResponseBody.ts +117 -0
- package/src/models/Id3metaVerifyWithOcradvanceRequest.ts +65 -0
- package/src/models/Id3metaVerifyWithOcrrequest.ts +64 -0
- package/src/models/Id3metaVerifyWithOcrresponse.ts +40 -0
- package/src/models/Id3metaVerifyWithOcrresponseBody.ts +123 -0
- package/src/models/InitFaceVerifyRequest.ts +350 -0
- package/src/models/InitFaceVerifyResponseBody.ts +32 -0
- package/src/models/LivenessFaceVerifyRequest.ts +46 -0
- package/src/models/LivenessFaceVerifyResponseBody.ts +29 -0
- package/src/models/ModifyBlackListStrategyRequest.ts +125 -0
- package/src/models/ModifyBlackListStrategyResponse.ts +40 -0
- package/src/models/ModifyBlackListStrategyResponseBody.ts +74 -0
- package/src/models/ModifyBlackListStrategyShrinkRequest.ts +41 -0
- package/src/models/ModifyControlStrategyRequest.ts +133 -0
- package/src/models/ModifyControlStrategyResponse.ts +40 -0
- package/src/models/ModifyControlStrategyResponseBody.ts +64 -0
- package/src/models/ModifyControlStrategyShrinkRequest.ts +51 -0
- package/src/models/ModifyCustomizeFlowStrategyListRequest.ts +166 -0
- package/src/models/ModifyCustomizeFlowStrategyListResponse.ts +40 -0
- package/src/models/ModifyCustomizeFlowStrategyListResponseBody.ts +84 -0
- package/src/models/ModifyCustomizeFlowStrategyListShrinkRequest.ts +41 -0
- package/src/models/QueryBlackListStrategyRequest.ts +34 -0
- package/src/models/QueryBlackListStrategyResponse.ts +40 -0
- package/src/models/QueryBlackListStrategyResponseBody.ts +163 -0
- package/src/models/QueryControlStrategyRequest.ts +44 -0
- package/src/models/QueryControlStrategyResponse.ts +40 -0
- package/src/models/QueryControlStrategyResponseBody.ts +153 -0
- package/src/models/QueryCustomizeFlowStrategyRequest.ts +56 -0
- package/src/models/QueryCustomizeFlowStrategyResponse.ts +40 -0
- package/src/models/QueryCustomizeFlowStrategyResponseBody.ts +200 -0
- package/src/models/QuerySceneConfigsRequest.ts +36 -0
- package/src/models/QuerySceneConfigsResponse.ts +40 -0
- package/src/models/QuerySceneConfigsResponseBody.ts +134 -0
- package/src/models/QueryVerifyDownloadTaskRequest.ts +34 -0
- package/src/models/QueryVerifyDownloadTaskResponse.ts +40 -0
- package/src/models/QueryVerifyDownloadTaskResponseBody.ts +79 -0
- package/src/models/QueryVerifyFlowPackageRequest.ts +39 -0
- package/src/models/QueryVerifyFlowPackageResponse.ts +40 -0
- package/src/models/QueryVerifyFlowPackageResponseBody.ts +264 -0
- package/src/models/QueryVerifyInvokeSatisticRequest.ts +109 -0
- package/src/models/QueryVerifyInvokeSatisticResponse.ts +40 -0
- package/src/models/QueryVerifyInvokeSatisticResponseBody.ts +184 -0
- package/src/models/UpdateAntCloudAuthSceneRequest.ts +124 -0
- package/src/models/UpdateAntCloudAuthSceneResponse.ts +40 -0
- package/src/models/UpdateAntCloudAuthSceneResponseBody.ts +34 -0
- package/src/models/UpdateSceneConfigRequest.ts +60 -0
- package/src/models/UpdateSceneConfigResponse.ts +40 -0
- package/src/models/UpdateSceneConfigResponseBody.ts +34 -0
- package/src/models/VerifyMaterialRequest.ts +24 -0
- package/src/models/VerifyMaterialResponseBody.ts +118 -0
- package/src/models/model.ts +196 -0
package/dist/client.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export default class Client extends OpenApi {
|
|
|
7
7
|
constructor(config: $OpenApiUtil.Config);
|
|
8
8
|
_postOSSObject(bucketName: string, form: {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
}): Promise<{
|
|
10
|
+
}, runtime: $dara.RuntimeOptions): Promise<{
|
|
11
11
|
[key: string]: any;
|
|
12
12
|
}>;
|
|
13
13
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -146,39 +146,183 @@ export default class Client extends OpenApi {
|
|
|
146
146
|
*/
|
|
147
147
|
compareFaces(request: $_model.CompareFacesRequest): Promise<$_model.CompareFacesResponse>;
|
|
148
148
|
/**
|
|
149
|
+
* This interface is used to submit authentication materials for verification and comparison, and it synchronously returns the authentication result.
|
|
150
|
+
*
|
|
151
|
+
* @remarks
|
|
152
|
+
* - Interface Name: ContrastFaceVerify.
|
|
153
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
154
|
+
* - Request Method: HTTPS POST and GET.
|
|
155
|
+
* - Interface Description: An interface for real person authentication through server-side integration.
|
|
156
|
+
* #### Image Format Requirements
|
|
157
|
+
* When performing real person authentication, please ensure that the images you upload meet all of the following conditions:
|
|
158
|
+
* - Recent photo with a clear, unobstructed, and natural expression, facing the camera directly.
|
|
159
|
+
* - Clear and properly exposed photo, without overly dark, bright, or haloed faces, and with minimal angle deviation.
|
|
160
|
+
* - Resolution not exceeding 1920*1080, at least 640*480, with the shorter side recommended to be resized to 720 pixels, and a compression ratio greater than 0.9.
|
|
161
|
+
* - Photo size: <1MB.
|
|
162
|
+
* - Supports 90, 180, and 270-degree photos; in cases of multiple faces, the largest face will be selected.
|
|
163
|
+
*
|
|
149
164
|
* @param request - ContrastFaceVerifyRequest
|
|
150
165
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
151
166
|
* @returns ContrastFaceVerifyResponse
|
|
152
167
|
*/
|
|
153
168
|
contrastFaceVerifyWithOptions(request: $_model.ContrastFaceVerifyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ContrastFaceVerifyResponse>;
|
|
154
169
|
/**
|
|
170
|
+
* This interface is used to submit authentication materials for verification and comparison, and it synchronously returns the authentication result.
|
|
171
|
+
*
|
|
172
|
+
* @remarks
|
|
173
|
+
* - Interface Name: ContrastFaceVerify.
|
|
174
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
175
|
+
* - Request Method: HTTPS POST and GET.
|
|
176
|
+
* - Interface Description: An interface for real person authentication through server-side integration.
|
|
177
|
+
* #### Image Format Requirements
|
|
178
|
+
* When performing real person authentication, please ensure that the images you upload meet all of the following conditions:
|
|
179
|
+
* - Recent photo with a clear, unobstructed, and natural expression, facing the camera directly.
|
|
180
|
+
* - Clear and properly exposed photo, without overly dark, bright, or haloed faces, and with minimal angle deviation.
|
|
181
|
+
* - Resolution not exceeding 1920*1080, at least 640*480, with the shorter side recommended to be resized to 720 pixels, and a compression ratio greater than 0.9.
|
|
182
|
+
* - Photo size: <1MB.
|
|
183
|
+
* - Supports 90, 180, and 270-degree photos; in cases of multiple faces, the largest face will be selected.
|
|
184
|
+
*
|
|
155
185
|
* @param request - ContrastFaceVerifyRequest
|
|
156
186
|
* @returns ContrastFaceVerifyResponse
|
|
157
187
|
*/
|
|
158
188
|
contrastFaceVerify(request: $_model.ContrastFaceVerifyRequest): Promise<$_model.ContrastFaceVerifyResponse>;
|
|
159
189
|
contrastFaceVerifyAdvance(request: $_model.ContrastFaceVerifyAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ContrastFaceVerifyResponse>;
|
|
160
190
|
/**
|
|
191
|
+
* Create a financial-grade authentication scenario
|
|
192
|
+
*
|
|
193
|
+
* @remarks
|
|
194
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
195
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
196
|
+
*
|
|
197
|
+
* @param request - CreateAntCloudAuthSceneRequest
|
|
198
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
199
|
+
* @returns CreateAntCloudAuthSceneResponse
|
|
200
|
+
*/
|
|
201
|
+
createAntCloudAuthSceneWithOptions(request: $_model.CreateAntCloudAuthSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAntCloudAuthSceneResponse>;
|
|
202
|
+
/**
|
|
203
|
+
* Create a financial-grade authentication scenario
|
|
204
|
+
*
|
|
205
|
+
* @remarks
|
|
206
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
207
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
208
|
+
*
|
|
209
|
+
* @param request - CreateAntCloudAuthSceneRequest
|
|
210
|
+
* @returns CreateAntCloudAuthSceneResponse
|
|
211
|
+
*/
|
|
212
|
+
createAntCloudAuthScene(request: $_model.CreateAntCloudAuthSceneRequest): Promise<$_model.CreateAntCloudAuthSceneResponse>;
|
|
213
|
+
/**
|
|
214
|
+
* Call CreateAuthKey to get the authorization key, which is used for offline face recognition SDK activation.
|
|
215
|
+
*
|
|
216
|
+
* @remarks
|
|
217
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
218
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
219
|
+
*
|
|
161
220
|
* @param request - CreateAuthKeyRequest
|
|
162
221
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
163
222
|
* @returns CreateAuthKeyResponse
|
|
164
223
|
*/
|
|
165
224
|
createAuthKeyWithOptions(request: $_model.CreateAuthKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAuthKeyResponse>;
|
|
166
225
|
/**
|
|
226
|
+
* Call CreateAuthKey to get the authorization key, which is used for offline face recognition SDK activation.
|
|
227
|
+
*
|
|
228
|
+
* @remarks
|
|
229
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
230
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
231
|
+
*
|
|
167
232
|
* @param request - CreateAuthKeyRequest
|
|
168
233
|
* @returns CreateAuthKeyResponse
|
|
169
234
|
*/
|
|
170
235
|
createAuthKey(request: $_model.CreateAuthKeyRequest): Promise<$_model.CreateAuthKeyResponse>;
|
|
171
236
|
/**
|
|
237
|
+
* Create Cloud Scene
|
|
238
|
+
*
|
|
239
|
+
* @remarks
|
|
240
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
241
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
242
|
+
*
|
|
243
|
+
* @param request - CreateCloudauthstSceneRequest
|
|
244
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
245
|
+
* @returns CreateCloudauthstSceneResponse
|
|
246
|
+
*/
|
|
247
|
+
createCloudauthstSceneWithOptions(request: $_model.CreateCloudauthstSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCloudauthstSceneResponse>;
|
|
248
|
+
/**
|
|
249
|
+
* Create Cloud Scene
|
|
250
|
+
*
|
|
251
|
+
* @remarks
|
|
252
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
253
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
254
|
+
*
|
|
255
|
+
* @param request - CreateCloudauthstSceneRequest
|
|
256
|
+
* @returns CreateCloudauthstSceneResponse
|
|
257
|
+
*/
|
|
258
|
+
createCloudauthstScene(request: $_model.CreateCloudauthstSceneRequest): Promise<$_model.CreateCloudauthstSceneResponse>;
|
|
259
|
+
/**
|
|
260
|
+
* Create Scene Configuration
|
|
261
|
+
*
|
|
262
|
+
* @remarks
|
|
263
|
+
* Request Method: Supports sending requests via HTTPS POST.
|
|
264
|
+
* Request Address: cloudauth.aliyuncs.com.
|
|
265
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
266
|
+
*
|
|
267
|
+
* @param request - CreateSceneConfigRequest
|
|
268
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
269
|
+
* @returns CreateSceneConfigResponse
|
|
270
|
+
*/
|
|
271
|
+
createSceneConfigWithOptions(request: $_model.CreateSceneConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSceneConfigResponse>;
|
|
272
|
+
/**
|
|
273
|
+
* Create Scene Configuration
|
|
274
|
+
*
|
|
275
|
+
* @remarks
|
|
276
|
+
* Request Method: Supports sending requests via HTTPS POST.
|
|
277
|
+
* Request Address: cloudauth.aliyuncs.com.
|
|
278
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
279
|
+
*
|
|
280
|
+
* @param request - CreateSceneConfigRequest
|
|
281
|
+
* @returns CreateSceneConfigResponse
|
|
282
|
+
*/
|
|
283
|
+
createSceneConfig(request: $_model.CreateSceneConfigRequest): Promise<$_model.CreateSceneConfigResponse>;
|
|
284
|
+
/**
|
|
285
|
+
* Call CreateVerifySetting to create a verification scenario configuration. This operation is equivalent to creating a new verification scenario on the console.
|
|
286
|
+
*
|
|
287
|
+
* @remarks
|
|
288
|
+
* Request Method: Only supports sending requests via HTTPS POST.
|
|
289
|
+
*
|
|
172
290
|
* @param request - CreateVerifySettingRequest
|
|
173
291
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
174
292
|
* @returns CreateVerifySettingResponse
|
|
175
293
|
*/
|
|
176
294
|
createVerifySettingWithOptions(request: $_model.CreateVerifySettingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateVerifySettingResponse>;
|
|
177
295
|
/**
|
|
296
|
+
* Call CreateVerifySetting to create a verification scenario configuration. This operation is equivalent to creating a new verification scenario on the console.
|
|
297
|
+
*
|
|
298
|
+
* @remarks
|
|
299
|
+
* Request Method: Only supports sending requests via HTTPS POST.
|
|
300
|
+
*
|
|
178
301
|
* @param request - CreateVerifySettingRequest
|
|
179
302
|
* @returns CreateVerifySettingResponse
|
|
180
303
|
*/
|
|
181
304
|
createVerifySetting(request: $_model.CreateVerifySettingRequest): Promise<$_model.CreateVerifySettingResponse>;
|
|
305
|
+
/**
|
|
306
|
+
* Create Whitelist
|
|
307
|
+
*
|
|
308
|
+
* @remarks
|
|
309
|
+
* Request Method: Only supports sending requests via HTTPS POST.
|
|
310
|
+
*
|
|
311
|
+
* @param request - CreateWhitelistSettingRequest
|
|
312
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
313
|
+
* @returns CreateWhitelistSettingResponse
|
|
314
|
+
*/
|
|
315
|
+
createWhitelistSettingWithOptions(request: $_model.CreateWhitelistSettingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWhitelistSettingResponse>;
|
|
316
|
+
/**
|
|
317
|
+
* Create Whitelist
|
|
318
|
+
*
|
|
319
|
+
* @remarks
|
|
320
|
+
* Request Method: Only supports sending requests via HTTPS POST.
|
|
321
|
+
*
|
|
322
|
+
* @param request - CreateWhitelistSettingRequest
|
|
323
|
+
* @returns CreateWhitelistSettingResponse
|
|
324
|
+
*/
|
|
325
|
+
createWhitelistSetting(request: $_model.CreateWhitelistSettingRequest): Promise<$_model.CreateWhitelistSettingResponse>;
|
|
182
326
|
/**
|
|
183
327
|
* Product Credential Verification
|
|
184
328
|
*
|
|
@@ -202,7 +346,7 @@ export default class Client extends OpenApi {
|
|
|
202
346
|
credentialProductVerifyV2(request: $_model.CredentialProductVerifyV2Request): Promise<$_model.CredentialProductVerifyV2Response>;
|
|
203
347
|
credentialProductVerifyV2Advance(request: $_model.CredentialProductVerifyV2AdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CredentialProductVerifyV2Response>;
|
|
204
348
|
/**
|
|
205
|
-
*
|
|
349
|
+
* Credential verification
|
|
206
350
|
*
|
|
207
351
|
* @param tmpReq - CredentialVerifyRequest
|
|
208
352
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -210,7 +354,7 @@ export default class Client extends OpenApi {
|
|
|
210
354
|
*/
|
|
211
355
|
credentialVerifyWithOptions(tmpReq: $_model.CredentialVerifyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CredentialVerifyResponse>;
|
|
212
356
|
/**
|
|
213
|
-
*
|
|
357
|
+
* Credential verification
|
|
214
358
|
*
|
|
215
359
|
* @param request - CredentialVerifyRequest
|
|
216
360
|
* @returns CredentialVerifyResponse
|
|
@@ -265,6 +409,142 @@ export default class Client extends OpenApi {
|
|
|
265
409
|
* @returns DeepfakeDetectResponse
|
|
266
410
|
*/
|
|
267
411
|
deepfakeDetect(request: $_model.DeepfakeDetectRequest): Promise<$_model.DeepfakeDetectResponse>;
|
|
412
|
+
/**
|
|
413
|
+
* Delete All Custom Flow Control Strategies
|
|
414
|
+
*
|
|
415
|
+
* @remarks
|
|
416
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
417
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
418
|
+
*
|
|
419
|
+
* @param request - DeleteAllCustomizeFlowStrategyRequest
|
|
420
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
421
|
+
* @returns DeleteAllCustomizeFlowStrategyResponse
|
|
422
|
+
*/
|
|
423
|
+
deleteAllCustomizeFlowStrategyWithOptions(request: $_model.DeleteAllCustomizeFlowStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAllCustomizeFlowStrategyResponse>;
|
|
424
|
+
/**
|
|
425
|
+
* Delete All Custom Flow Control Strategies
|
|
426
|
+
*
|
|
427
|
+
* @remarks
|
|
428
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
429
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
430
|
+
*
|
|
431
|
+
* @param request - DeleteAllCustomizeFlowStrategyRequest
|
|
432
|
+
* @returns DeleteAllCustomizeFlowStrategyResponse
|
|
433
|
+
*/
|
|
434
|
+
deleteAllCustomizeFlowStrategy(request: $_model.DeleteAllCustomizeFlowStrategyRequest): Promise<$_model.DeleteAllCustomizeFlowStrategyResponse>;
|
|
435
|
+
/**
|
|
436
|
+
* Delete Watermark Scene
|
|
437
|
+
*
|
|
438
|
+
* @remarks
|
|
439
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
440
|
+
* - Request Method: HTTPS POST and GET.
|
|
441
|
+
*
|
|
442
|
+
* @param request - DeleteAntCloudAuthSceneRequest
|
|
443
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
444
|
+
* @returns DeleteAntCloudAuthSceneResponse
|
|
445
|
+
*/
|
|
446
|
+
deleteAntCloudAuthSceneWithOptions(request: $_model.DeleteAntCloudAuthSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAntCloudAuthSceneResponse>;
|
|
447
|
+
/**
|
|
448
|
+
* Delete Watermark Scene
|
|
449
|
+
*
|
|
450
|
+
* @remarks
|
|
451
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
452
|
+
* - Request Method: HTTPS POST and GET.
|
|
453
|
+
*
|
|
454
|
+
* @param request - DeleteAntCloudAuthSceneRequest
|
|
455
|
+
* @returns DeleteAntCloudAuthSceneResponse
|
|
456
|
+
*/
|
|
457
|
+
deleteAntCloudAuthScene(request: $_model.DeleteAntCloudAuthSceneRequest): Promise<$_model.DeleteAntCloudAuthSceneResponse>;
|
|
458
|
+
/**
|
|
459
|
+
* Delete Black and White List Policy
|
|
460
|
+
*
|
|
461
|
+
* @remarks
|
|
462
|
+
* Request Method: Only supports sending requests via HTTPS POST method.
|
|
463
|
+
*
|
|
464
|
+
* @param request - DeleteBlackListStrategyRequest
|
|
465
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
466
|
+
* @returns DeleteBlackListStrategyResponse
|
|
467
|
+
*/
|
|
468
|
+
deleteBlackListStrategyWithOptions(request: $_model.DeleteBlackListStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteBlackListStrategyResponse>;
|
|
469
|
+
/**
|
|
470
|
+
* Delete Black and White List Policy
|
|
471
|
+
*
|
|
472
|
+
* @remarks
|
|
473
|
+
* Request Method: Only supports sending requests via HTTPS POST method.
|
|
474
|
+
*
|
|
475
|
+
* @param request - DeleteBlackListStrategyRequest
|
|
476
|
+
* @returns DeleteBlackListStrategyResponse
|
|
477
|
+
*/
|
|
478
|
+
deleteBlackListStrategy(request: $_model.DeleteBlackListStrategyRequest): Promise<$_model.DeleteBlackListStrategyResponse>;
|
|
479
|
+
/**
|
|
480
|
+
* Delete Cloud Scene
|
|
481
|
+
*
|
|
482
|
+
* @remarks
|
|
483
|
+
* Request Method: Supports sending requests using HTTPS POST and GET methods.
|
|
484
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
485
|
+
*
|
|
486
|
+
* @param request - DeleteCloudauthstSceneRequest
|
|
487
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
488
|
+
* @returns DeleteCloudauthstSceneResponse
|
|
489
|
+
*/
|
|
490
|
+
deleteCloudauthstSceneWithOptions(request: $_model.DeleteCloudauthstSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCloudauthstSceneResponse>;
|
|
491
|
+
/**
|
|
492
|
+
* Delete Cloud Scene
|
|
493
|
+
*
|
|
494
|
+
* @remarks
|
|
495
|
+
* Request Method: Supports sending requests using HTTPS POST and GET methods.
|
|
496
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
497
|
+
*
|
|
498
|
+
* @param request - DeleteCloudauthstSceneRequest
|
|
499
|
+
* @returns DeleteCloudauthstSceneResponse
|
|
500
|
+
*/
|
|
501
|
+
deleteCloudauthstScene(request: $_model.DeleteCloudauthstSceneRequest): Promise<$_model.DeleteCloudauthstSceneResponse>;
|
|
502
|
+
/**
|
|
503
|
+
* Delete Security Control Strategy
|
|
504
|
+
*
|
|
505
|
+
* @remarks
|
|
506
|
+
* Request Method: Supports sending requests via HTTPS POST.
|
|
507
|
+
* Request URL: cloudauth.aliyuncs.com.
|
|
508
|
+
*
|
|
509
|
+
* @param request - DeleteControlStrategyRequest
|
|
510
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
511
|
+
* @returns DeleteControlStrategyResponse
|
|
512
|
+
*/
|
|
513
|
+
deleteControlStrategyWithOptions(request: $_model.DeleteControlStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteControlStrategyResponse>;
|
|
514
|
+
/**
|
|
515
|
+
* Delete Security Control Strategy
|
|
516
|
+
*
|
|
517
|
+
* @remarks
|
|
518
|
+
* Request Method: Supports sending requests via HTTPS POST.
|
|
519
|
+
* Request URL: cloudauth.aliyuncs.com.
|
|
520
|
+
*
|
|
521
|
+
* @param request - DeleteControlStrategyRequest
|
|
522
|
+
* @returns DeleteControlStrategyResponse
|
|
523
|
+
*/
|
|
524
|
+
deleteControlStrategy(request: $_model.DeleteControlStrategyRequest): Promise<$_model.DeleteControlStrategyResponse>;
|
|
525
|
+
/**
|
|
526
|
+
* Delete Customized Flow Control Strategy
|
|
527
|
+
*
|
|
528
|
+
* @remarks
|
|
529
|
+
* Request Method: Supports sending requests using HTTPS POST and GET methods.
|
|
530
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
531
|
+
*
|
|
532
|
+
* @param request - DeleteCustomizeFlowStrategyRequest
|
|
533
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
534
|
+
* @returns DeleteCustomizeFlowStrategyResponse
|
|
535
|
+
*/
|
|
536
|
+
deleteCustomizeFlowStrategyWithOptions(request: $_model.DeleteCustomizeFlowStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCustomizeFlowStrategyResponse>;
|
|
537
|
+
/**
|
|
538
|
+
* Delete Customized Flow Control Strategy
|
|
539
|
+
*
|
|
540
|
+
* @remarks
|
|
541
|
+
* Request Method: Supports sending requests using HTTPS POST and GET methods.
|
|
542
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
543
|
+
*
|
|
544
|
+
* @param request - DeleteCustomizeFlowStrategyRequest
|
|
545
|
+
* @returns DeleteCustomizeFlowStrategyResponse
|
|
546
|
+
*/
|
|
547
|
+
deleteCustomizeFlowStrategy(request: $_model.DeleteCustomizeFlowStrategyRequest): Promise<$_model.DeleteCustomizeFlowStrategyResponse>;
|
|
268
548
|
/**
|
|
269
549
|
* Financial Level Sensitive Data Deletion Interface
|
|
270
550
|
*
|
|
@@ -287,7 +567,77 @@ export default class Client extends OpenApi {
|
|
|
287
567
|
*/
|
|
288
568
|
deleteFaceVerifyResult(request: $_model.DeleteFaceVerifyResultRequest): Promise<$_model.DeleteFaceVerifyResultResponse>;
|
|
289
569
|
/**
|
|
290
|
-
*
|
|
570
|
+
* Delete Scene Configuration
|
|
571
|
+
*
|
|
572
|
+
* @remarks
|
|
573
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
574
|
+
* - Request URL: cloudauth.aliyuncs.com.
|
|
575
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
576
|
+
*
|
|
577
|
+
* @param request - DeleteSceneConfigRequest
|
|
578
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
579
|
+
* @returns DeleteSceneConfigResponse
|
|
580
|
+
*/
|
|
581
|
+
deleteSceneConfigWithOptions(request: $_model.DeleteSceneConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSceneConfigResponse>;
|
|
582
|
+
/**
|
|
583
|
+
* Delete Scene Configuration
|
|
584
|
+
*
|
|
585
|
+
* @remarks
|
|
586
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
587
|
+
* - Request URL: cloudauth.aliyuncs.com.
|
|
588
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
589
|
+
*
|
|
590
|
+
* @param request - DeleteSceneConfigRequest
|
|
591
|
+
* @returns DeleteSceneConfigResponse
|
|
592
|
+
*/
|
|
593
|
+
deleteSceneConfig(request: $_model.DeleteSceneConfigRequest): Promise<$_model.DeleteSceneConfigResponse>;
|
|
594
|
+
/**
|
|
595
|
+
* Delete Whitelist Configuration
|
|
596
|
+
*
|
|
597
|
+
* @remarks
|
|
598
|
+
* Request Method: Only supports sending requests via HTTPS POST method.
|
|
599
|
+
*
|
|
600
|
+
* @param request - DeleteWhitelistSettingRequest
|
|
601
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
602
|
+
* @returns DeleteWhitelistSettingResponse
|
|
603
|
+
*/
|
|
604
|
+
deleteWhitelistSettingWithOptions(request: $_model.DeleteWhitelistSettingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWhitelistSettingResponse>;
|
|
605
|
+
/**
|
|
606
|
+
* Delete Whitelist Configuration
|
|
607
|
+
*
|
|
608
|
+
* @remarks
|
|
609
|
+
* Request Method: Only supports sending requests via HTTPS POST method.
|
|
610
|
+
*
|
|
611
|
+
* @param request - DeleteWhitelistSettingRequest
|
|
612
|
+
* @returns DeleteWhitelistSettingResponse
|
|
613
|
+
*/
|
|
614
|
+
deleteWhitelistSetting(request: $_model.DeleteWhitelistSettingRequest): Promise<$_model.DeleteWhitelistSettingResponse>;
|
|
615
|
+
/**
|
|
616
|
+
* Query the User Status of Ant Blockchain
|
|
617
|
+
*
|
|
618
|
+
* @remarks
|
|
619
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
620
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
621
|
+
*
|
|
622
|
+
* @param request - DescribeAntAndCloudAuthUserStatusRequest
|
|
623
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
624
|
+
* @returns DescribeAntAndCloudAuthUserStatusResponse
|
|
625
|
+
*/
|
|
626
|
+
describeAntAndCloudAuthUserStatusWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAntAndCloudAuthUserStatusResponse>;
|
|
627
|
+
/**
|
|
628
|
+
* Query the User Status of Ant Blockchain
|
|
629
|
+
*
|
|
630
|
+
* @remarks
|
|
631
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
632
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
633
|
+
* @returns DescribeAntAndCloudAuthUserStatusResponse
|
|
634
|
+
*/
|
|
635
|
+
describeAntAndCloudAuthUserStatus(): Promise<$_model.DescribeAntAndCloudAuthUserStatusResponse>;
|
|
636
|
+
/**
|
|
637
|
+
* Obtain Authentication Results from Image Element Verification
|
|
638
|
+
*
|
|
639
|
+
* @remarks
|
|
640
|
+
* After receiving the callback notification, you can use this interface on the server side to obtain the corresponding authentication status and information.
|
|
291
641
|
*
|
|
292
642
|
* @param request - DescribeCardVerifyRequest
|
|
293
643
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -295,25 +645,61 @@ export default class Client extends OpenApi {
|
|
|
295
645
|
*/
|
|
296
646
|
describeCardVerifyWithOptions(request: $_model.DescribeCardVerifyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCardVerifyResponse>;
|
|
297
647
|
/**
|
|
298
|
-
*
|
|
648
|
+
* Obtain Authentication Results from Image Element Verification
|
|
649
|
+
*
|
|
650
|
+
* @remarks
|
|
651
|
+
* After receiving the callback notification, you can use this interface on the server side to obtain the corresponding authentication status and information.
|
|
299
652
|
*
|
|
300
653
|
* @param request - DescribeCardVerifyRequest
|
|
301
654
|
* @returns DescribeCardVerifyResponse
|
|
302
655
|
*/
|
|
303
656
|
describeCardVerify(request: $_model.DescribeCardVerifyRequest): Promise<$_model.DescribeCardVerifyResponse>;
|
|
304
657
|
/**
|
|
658
|
+
* Query Dashboard Data
|
|
659
|
+
*
|
|
660
|
+
* @remarks
|
|
661
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
662
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
663
|
+
*
|
|
664
|
+
* @param request - DescribeCloudauthstSceneListRequest
|
|
665
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
666
|
+
* @returns DescribeCloudauthstSceneListResponse
|
|
667
|
+
*/
|
|
668
|
+
describeCloudauthstSceneListWithOptions(request: $_model.DescribeCloudauthstSceneListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudauthstSceneListResponse>;
|
|
669
|
+
/**
|
|
670
|
+
* Query Dashboard Data
|
|
671
|
+
*
|
|
672
|
+
* @remarks
|
|
673
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
674
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to reacquire it before each activation.
|
|
675
|
+
*
|
|
676
|
+
* @param request - DescribeCloudauthstSceneListRequest
|
|
677
|
+
* @returns DescribeCloudauthstSceneListResponse
|
|
678
|
+
*/
|
|
679
|
+
describeCloudauthstSceneList(request: $_model.DescribeCloudauthstSceneListRequest): Promise<$_model.DescribeCloudauthstSceneListResponse>;
|
|
680
|
+
/**
|
|
681
|
+
* Call DescribeDeviceInfo to query device-related information, such as the validity period of authorization, business identifiers customized by the access party, and device ID, etc.
|
|
682
|
+
*
|
|
683
|
+
* @remarks
|
|
684
|
+
* Request Method: Supports sending requests using HTTPS POST and GET methods.
|
|
685
|
+
*
|
|
305
686
|
* @param request - DescribeDeviceInfoRequest
|
|
306
687
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
307
688
|
* @returns DescribeDeviceInfoResponse
|
|
308
689
|
*/
|
|
309
690
|
describeDeviceInfoWithOptions(request: $_model.DescribeDeviceInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDeviceInfoResponse>;
|
|
310
691
|
/**
|
|
692
|
+
* Call DescribeDeviceInfo to query device-related information, such as the validity period of authorization, business identifiers customized by the access party, and device ID, etc.
|
|
693
|
+
*
|
|
694
|
+
* @remarks
|
|
695
|
+
* Request Method: Supports sending requests using HTTPS POST and GET methods.
|
|
696
|
+
*
|
|
311
697
|
* @param request - DescribeDeviceInfoRequest
|
|
312
698
|
* @returns DescribeDeviceInfoResponse
|
|
313
699
|
*/
|
|
314
700
|
describeDeviceInfo(request: $_model.DescribeDeviceInfoRequest): Promise<$_model.DescribeDeviceInfoResponse>;
|
|
315
701
|
/**
|
|
316
|
-
*
|
|
702
|
+
* Financial-Grade Face Guard Service
|
|
317
703
|
*
|
|
318
704
|
* @param request - DescribeFaceGuardRiskRequest
|
|
319
705
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -321,35 +707,225 @@ export default class Client extends OpenApi {
|
|
|
321
707
|
*/
|
|
322
708
|
describeFaceGuardRiskWithOptions(request: $_model.DescribeFaceGuardRiskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeFaceGuardRiskResponse>;
|
|
323
709
|
/**
|
|
324
|
-
*
|
|
710
|
+
* Financial-Grade Face Guard Service
|
|
325
711
|
*
|
|
326
712
|
* @param request - DescribeFaceGuardRiskRequest
|
|
327
713
|
* @returns DescribeFaceGuardRiskResponse
|
|
328
714
|
*/
|
|
329
715
|
describeFaceGuardRisk(request: $_model.DescribeFaceGuardRiskRequest): Promise<$_model.DescribeFaceGuardRiskResponse>;
|
|
330
716
|
/**
|
|
717
|
+
* After the mobile end of the integrator receives the callback, its server can call this interface to obtain the corresponding authentication status and authentication information.
|
|
718
|
+
*
|
|
719
|
+
* @remarks
|
|
720
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
721
|
+
* - Request Method: HTTPS POST and GET.
|
|
722
|
+
*
|
|
331
723
|
* @param request - DescribeFaceVerifyRequest
|
|
332
724
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
333
725
|
* @returns DescribeFaceVerifyResponse
|
|
334
726
|
*/
|
|
335
727
|
describeFaceVerifyWithOptions(request: $_model.DescribeFaceVerifyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeFaceVerifyResponse>;
|
|
336
728
|
/**
|
|
729
|
+
* After the mobile end of the integrator receives the callback, its server can call this interface to obtain the corresponding authentication status and authentication information.
|
|
730
|
+
*
|
|
731
|
+
* @remarks
|
|
732
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
733
|
+
* - Request Method: HTTPS POST and GET.
|
|
734
|
+
*
|
|
337
735
|
* @param request - DescribeFaceVerifyRequest
|
|
338
736
|
* @returns DescribeFaceVerifyResponse
|
|
339
737
|
*/
|
|
340
738
|
describeFaceVerify(request: $_model.DescribeFaceVerifyRequest): Promise<$_model.DescribeFaceVerifyResponse>;
|
|
341
739
|
/**
|
|
740
|
+
* 查询任务导出记录
|
|
741
|
+
*
|
|
742
|
+
* @param request - DescribeInfoCheckExportRecordRequest
|
|
743
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
744
|
+
* @returns DescribeInfoCheckExportRecordResponse
|
|
745
|
+
*/
|
|
746
|
+
describeInfoCheckExportRecordWithOptions(request: $_model.DescribeInfoCheckExportRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInfoCheckExportRecordResponse>;
|
|
747
|
+
/**
|
|
748
|
+
* 查询任务导出记录
|
|
749
|
+
*
|
|
750
|
+
* @param request - DescribeInfoCheckExportRecordRequest
|
|
751
|
+
* @returns DescribeInfoCheckExportRecordResponse
|
|
752
|
+
*/
|
|
753
|
+
describeInfoCheckExportRecord(request: $_model.DescribeInfoCheckExportRecordRequest): Promise<$_model.DescribeInfoCheckExportRecordResponse>;
|
|
754
|
+
/**
|
|
755
|
+
* Query the cloud scenario authentication records of a specific region
|
|
756
|
+
*
|
|
757
|
+
* @remarks
|
|
758
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
759
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
760
|
+
*
|
|
761
|
+
* @param request - DescribeListAntCloudAuthScenesRequest
|
|
762
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
763
|
+
* @returns DescribeListAntCloudAuthScenesResponse
|
|
764
|
+
*/
|
|
765
|
+
describeListAntCloudAuthScenesWithOptions(request: $_model.DescribeListAntCloudAuthScenesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeListAntCloudAuthScenesResponse>;
|
|
766
|
+
/**
|
|
767
|
+
* Query the cloud scenario authentication records of a specific region
|
|
768
|
+
*
|
|
769
|
+
* @remarks
|
|
770
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
771
|
+
* > The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
772
|
+
*
|
|
773
|
+
* @param request - DescribeListAntCloudAuthScenesRequest
|
|
774
|
+
* @returns DescribeListAntCloudAuthScenesResponse
|
|
775
|
+
*/
|
|
776
|
+
describeListAntCloudAuthScenes(request: $_model.DescribeListAntCloudAuthScenesRequest): Promise<$_model.DescribeListAntCloudAuthScenesResponse>;
|
|
777
|
+
/**
|
|
778
|
+
* Query Face Verification Data
|
|
779
|
+
*
|
|
780
|
+
* @remarks
|
|
781
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
782
|
+
* - Request Method: HTTPS POST and GET.
|
|
783
|
+
*
|
|
784
|
+
* @param request - DescribeListFaceVerifyDataRequest
|
|
785
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
786
|
+
* @returns DescribeListFaceVerifyDataResponse
|
|
787
|
+
*/
|
|
788
|
+
describeListFaceVerifyDataWithOptions(request: $_model.DescribeListFaceVerifyDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeListFaceVerifyDataResponse>;
|
|
789
|
+
/**
|
|
790
|
+
* Query Face Verification Data
|
|
791
|
+
*
|
|
792
|
+
* @remarks
|
|
793
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
794
|
+
* - Request Method: HTTPS POST and GET.
|
|
795
|
+
*
|
|
796
|
+
* @param request - DescribeListFaceVerifyDataRequest
|
|
797
|
+
* @returns DescribeListFaceVerifyDataResponse
|
|
798
|
+
*/
|
|
799
|
+
describeListFaceVerifyData(request: $_model.DescribeListFaceVerifyDataRequest): Promise<$_model.DescribeListFaceVerifyDataResponse>;
|
|
800
|
+
/**
|
|
801
|
+
* Get Face Verification Information
|
|
802
|
+
*
|
|
803
|
+
* @remarks
|
|
804
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
805
|
+
* - Request method: HTTPS POST and GET.
|
|
806
|
+
*
|
|
807
|
+
* @param request - DescribeListFaceVerifyInfosRequest
|
|
808
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
809
|
+
* @returns DescribeListFaceVerifyInfosResponse
|
|
810
|
+
*/
|
|
811
|
+
describeListFaceVerifyInfosWithOptions(request: $_model.DescribeListFaceVerifyInfosRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeListFaceVerifyInfosResponse>;
|
|
812
|
+
/**
|
|
813
|
+
* Get Face Verification Information
|
|
814
|
+
*
|
|
815
|
+
* @remarks
|
|
816
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
817
|
+
* - Request method: HTTPS POST and GET.
|
|
818
|
+
*
|
|
819
|
+
* @param request - DescribeListFaceVerifyInfosRequest
|
|
820
|
+
* @returns DescribeListFaceVerifyInfosResponse
|
|
821
|
+
*/
|
|
822
|
+
describeListFaceVerifyInfos(request: $_model.DescribeListFaceVerifyInfosRequest): Promise<$_model.DescribeListFaceVerifyInfosResponse>;
|
|
823
|
+
/**
|
|
824
|
+
* 查询页面元数据
|
|
825
|
+
*
|
|
826
|
+
* @param request - DescribeMetaSearchPageListRequest
|
|
827
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
828
|
+
* @returns DescribeMetaSearchPageListResponse
|
|
829
|
+
*/
|
|
830
|
+
describeMetaSearchPageListWithOptions(request: $_model.DescribeMetaSearchPageListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeMetaSearchPageListResponse>;
|
|
831
|
+
/**
|
|
832
|
+
* 查询页面元数据
|
|
833
|
+
*
|
|
834
|
+
* @param request - DescribeMetaSearchPageListRequest
|
|
835
|
+
* @returns DescribeMetaSearchPageListResponse
|
|
836
|
+
*/
|
|
837
|
+
describeMetaSearchPageList(request: $_model.DescribeMetaSearchPageListRequest): Promise<$_model.DescribeMetaSearchPageListResponse>;
|
|
838
|
+
/**
|
|
839
|
+
* 查询认证统计信息
|
|
840
|
+
*
|
|
841
|
+
* @param request - DescribeMetaStatisticsListRequest
|
|
842
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
843
|
+
* @returns DescribeMetaStatisticsListResponse
|
|
844
|
+
*/
|
|
845
|
+
describeMetaStatisticsListWithOptions(request: $_model.DescribeMetaStatisticsListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeMetaStatisticsListResponse>;
|
|
846
|
+
/**
|
|
847
|
+
* 查询认证统计信息
|
|
848
|
+
*
|
|
849
|
+
* @param request - DescribeMetaStatisticsListRequest
|
|
850
|
+
* @returns DescribeMetaStatisticsListResponse
|
|
851
|
+
*/
|
|
852
|
+
describeMetaStatisticsList(request: $_model.DescribeMetaStatisticsListRequest): Promise<$_model.DescribeMetaStatisticsListResponse>;
|
|
853
|
+
/**
|
|
854
|
+
* 查询认证统计页面
|
|
855
|
+
*
|
|
856
|
+
* @param request - DescribeMetaStatisticsPageListRequest
|
|
857
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
858
|
+
* @returns DescribeMetaStatisticsPageListResponse
|
|
859
|
+
*/
|
|
860
|
+
describeMetaStatisticsPageListWithOptions(request: $_model.DescribeMetaStatisticsPageListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeMetaStatisticsPageListResponse>;
|
|
861
|
+
/**
|
|
862
|
+
* 查询认证统计页面
|
|
863
|
+
*
|
|
864
|
+
* @param request - DescribeMetaStatisticsPageListRequest
|
|
865
|
+
* @returns DescribeMetaStatisticsPageListResponse
|
|
866
|
+
*/
|
|
867
|
+
describeMetaStatisticsPageList(request: $_model.DescribeMetaStatisticsPageListRequest): Promise<$_model.DescribeMetaStatisticsPageListResponse>;
|
|
868
|
+
/**
|
|
869
|
+
* Query OSS status
|
|
870
|
+
*
|
|
871
|
+
* @remarks
|
|
872
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
873
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
874
|
+
*
|
|
875
|
+
* @param request - DescribeOssStatusRequest
|
|
876
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
877
|
+
* @returns DescribeOssStatusResponse
|
|
878
|
+
*/
|
|
879
|
+
describeOssStatusWithOptions(request: $_model.DescribeOssStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeOssStatusResponse>;
|
|
880
|
+
/**
|
|
881
|
+
* Query OSS status
|
|
882
|
+
*
|
|
883
|
+
* @remarks
|
|
884
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
885
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
886
|
+
*
|
|
887
|
+
* @param request - DescribeOssStatusRequest
|
|
888
|
+
* @returns DescribeOssStatusResponse
|
|
889
|
+
*/
|
|
890
|
+
describeOssStatus(request: $_model.DescribeOssStatusRequest): Promise<$_model.DescribeOssStatusResponse>;
|
|
891
|
+
/**
|
|
892
|
+
* Get OSS Activation Status
|
|
893
|
+
*
|
|
894
|
+
* @remarks
|
|
895
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
896
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
897
|
+
*
|
|
898
|
+
* @param request - DescribeOssStatusV2Request
|
|
899
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
900
|
+
* @returns DescribeOssStatusV2Response
|
|
901
|
+
*/
|
|
902
|
+
describeOssStatusV2WithOptions(request: $_model.DescribeOssStatusV2Request, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeOssStatusV2Response>;
|
|
903
|
+
/**
|
|
904
|
+
* Get OSS Activation Status
|
|
905
|
+
*
|
|
906
|
+
* @remarks
|
|
907
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
908
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
909
|
+
*
|
|
910
|
+
* @param request - DescribeOssStatusV2Request
|
|
911
|
+
* @returns DescribeOssStatusV2Response
|
|
912
|
+
*/
|
|
913
|
+
describeOssStatusV2(request: $_model.DescribeOssStatusV2Request): Promise<$_model.DescribeOssStatusV2Response>;
|
|
914
|
+
/**
|
|
915
|
+
* Call DescribeOssUploadToken to get the Token required for uploading photos to OSS.
|
|
916
|
+
*
|
|
342
917
|
* @param request - DescribeOssUploadTokenRequest
|
|
343
918
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
344
919
|
* @returns DescribeOssUploadTokenResponse
|
|
345
920
|
*/
|
|
346
921
|
describeOssUploadTokenWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.DescribeOssUploadTokenResponse>;
|
|
347
922
|
/**
|
|
923
|
+
* Call DescribeOssUploadToken to get the Token required for uploading photos to OSS.
|
|
348
924
|
* @returns DescribeOssUploadTokenResponse
|
|
349
925
|
*/
|
|
350
926
|
describeOssUploadToken(): Promise<$_model.DescribeOssUploadTokenResponse>;
|
|
351
927
|
/**
|
|
352
|
-
* Open API
|
|
928
|
+
* Open API adds financial-grade data statistics API
|
|
353
929
|
*
|
|
354
930
|
* @param request - DescribePageFaceVerifyDataRequest
|
|
355
931
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -357,67 +933,427 @@ export default class Client extends OpenApi {
|
|
|
357
933
|
*/
|
|
358
934
|
describePageFaceVerifyDataWithOptions(request: $_model.DescribePageFaceVerifyDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePageFaceVerifyDataResponse>;
|
|
359
935
|
/**
|
|
360
|
-
* Open API
|
|
936
|
+
* Open API adds financial-grade data statistics API
|
|
361
937
|
*
|
|
362
938
|
* @param request - DescribePageFaceVerifyDataRequest
|
|
363
939
|
* @returns DescribePageFaceVerifyDataResponse
|
|
364
940
|
*/
|
|
365
941
|
describePageFaceVerifyData(request: $_model.DescribePageFaceVerifyDataRequest): Promise<$_model.DescribePageFaceVerifyDataResponse>;
|
|
366
942
|
/**
|
|
943
|
+
* Query Page Settings
|
|
944
|
+
*
|
|
945
|
+
* @remarks
|
|
946
|
+
* Request Method: Only supports sending requests via HTTPS POST method.
|
|
947
|
+
*
|
|
948
|
+
* @param request - DescribePageSettingRequest
|
|
949
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
950
|
+
* @returns DescribePageSettingResponse
|
|
951
|
+
*/
|
|
952
|
+
describePageSettingWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.DescribePageSettingResponse>;
|
|
953
|
+
/**
|
|
954
|
+
* Query Page Settings
|
|
955
|
+
*
|
|
956
|
+
* @remarks
|
|
957
|
+
* Request Method: Only supports sending requests via HTTPS POST method.
|
|
958
|
+
* @returns DescribePageSettingResponse
|
|
959
|
+
*/
|
|
960
|
+
describePageSetting(): Promise<$_model.DescribePageSettingResponse>;
|
|
961
|
+
/**
|
|
962
|
+
* Get Product Code
|
|
963
|
+
*
|
|
964
|
+
* @remarks
|
|
965
|
+
* Request Method: Supports sending requests via HTTPS GET/POST methods.
|
|
966
|
+
*
|
|
967
|
+
* @param request - DescribeProductCodeRequest
|
|
968
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
969
|
+
* @returns DescribeProductCodeResponse
|
|
970
|
+
*/
|
|
971
|
+
describeProductCodeWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.DescribeProductCodeResponse>;
|
|
972
|
+
/**
|
|
973
|
+
* Get Product Code
|
|
974
|
+
*
|
|
975
|
+
* @remarks
|
|
976
|
+
* Request Method: Supports sending requests via HTTPS GET/POST methods.
|
|
977
|
+
* @returns DescribeProductCodeResponse
|
|
978
|
+
*/
|
|
979
|
+
describeProductCode(): Promise<$_model.DescribeProductCodeResponse>;
|
|
980
|
+
/**
|
|
981
|
+
* Enhanced Real Person Authentication Call Statistics Pagination Query Interface
|
|
982
|
+
*
|
|
367
983
|
* @param request - DescribeSmartStatisticsPageListRequest
|
|
368
984
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
369
985
|
* @returns DescribeSmartStatisticsPageListResponse
|
|
370
986
|
*/
|
|
371
987
|
describeSmartStatisticsPageListWithOptions(request: $_model.DescribeSmartStatisticsPageListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeSmartStatisticsPageListResponse>;
|
|
372
988
|
/**
|
|
989
|
+
* Enhanced Real Person Authentication Call Statistics Pagination Query Interface
|
|
990
|
+
*
|
|
373
991
|
* @param request - DescribeSmartStatisticsPageListRequest
|
|
374
992
|
* @returns DescribeSmartStatisticsPageListResponse
|
|
375
993
|
*/
|
|
376
|
-
describeSmartStatisticsPageList(request: $_model.DescribeSmartStatisticsPageListRequest): Promise<$_model.DescribeSmartStatisticsPageListResponse>;
|
|
994
|
+
describeSmartStatisticsPageList(request: $_model.DescribeSmartStatisticsPageListRequest): Promise<$_model.DescribeSmartStatisticsPageListResponse>;
|
|
995
|
+
/**
|
|
996
|
+
* Get Verification Device Statistics
|
|
997
|
+
*
|
|
998
|
+
* @remarks
|
|
999
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1000
|
+
* - Request method: HTTPS POST and GET.
|
|
1001
|
+
*
|
|
1002
|
+
* @param request - DescribeVerifyDeviceRiskStatisticsRequest
|
|
1003
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1004
|
+
* @returns DescribeVerifyDeviceRiskStatisticsResponse
|
|
1005
|
+
*/
|
|
1006
|
+
describeVerifyDeviceRiskStatisticsWithOptions(request: $_model.DescribeVerifyDeviceRiskStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyDeviceRiskStatisticsResponse>;
|
|
1007
|
+
/**
|
|
1008
|
+
* Get Verification Device Statistics
|
|
1009
|
+
*
|
|
1010
|
+
* @remarks
|
|
1011
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1012
|
+
* - Request method: HTTPS POST and GET.
|
|
1013
|
+
*
|
|
1014
|
+
* @param request - DescribeVerifyDeviceRiskStatisticsRequest
|
|
1015
|
+
* @returns DescribeVerifyDeviceRiskStatisticsResponse
|
|
1016
|
+
*/
|
|
1017
|
+
describeVerifyDeviceRiskStatistics(request: $_model.DescribeVerifyDeviceRiskStatisticsRequest): Promise<$_model.DescribeVerifyDeviceRiskStatisticsResponse>;
|
|
1018
|
+
/**
|
|
1019
|
+
* Overview of authentication request statistics
|
|
1020
|
+
*
|
|
1021
|
+
* @remarks
|
|
1022
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1023
|
+
* - Request method: HTTPS POST and GET.
|
|
1024
|
+
*
|
|
1025
|
+
* @param request - DescribeVerifyFailStatisticsRequest
|
|
1026
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1027
|
+
* @returns DescribeVerifyFailStatisticsResponse
|
|
1028
|
+
*/
|
|
1029
|
+
describeVerifyFailStatisticsWithOptions(request: $_model.DescribeVerifyFailStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyFailStatisticsResponse>;
|
|
1030
|
+
/**
|
|
1031
|
+
* Overview of authentication request statistics
|
|
1032
|
+
*
|
|
1033
|
+
* @remarks
|
|
1034
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1035
|
+
* - Request method: HTTPS POST and GET.
|
|
1036
|
+
*
|
|
1037
|
+
* @param request - DescribeVerifyFailStatisticsRequest
|
|
1038
|
+
* @returns DescribeVerifyFailStatisticsResponse
|
|
1039
|
+
*/
|
|
1040
|
+
describeVerifyFailStatistics(request: $_model.DescribeVerifyFailStatisticsRequest): Promise<$_model.DescribeVerifyFailStatisticsResponse>;
|
|
1041
|
+
/**
|
|
1042
|
+
* Query Statistics on Device Face Comparison
|
|
1043
|
+
*
|
|
1044
|
+
* @remarks
|
|
1045
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1046
|
+
* - Request Method: HTTPS POST and GET.
|
|
1047
|
+
*
|
|
1048
|
+
* @param request - DescribeVerifyPersonasDeviceModelStatisticsRequest
|
|
1049
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1050
|
+
* @returns DescribeVerifyPersonasDeviceModelStatisticsResponse
|
|
1051
|
+
*/
|
|
1052
|
+
describeVerifyPersonasDeviceModelStatisticsWithOptions(request: $_model.DescribeVerifyPersonasDeviceModelStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyPersonasDeviceModelStatisticsResponse>;
|
|
1053
|
+
/**
|
|
1054
|
+
* Query Statistics on Device Face Comparison
|
|
1055
|
+
*
|
|
1056
|
+
* @remarks
|
|
1057
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1058
|
+
* - Request Method: HTTPS POST and GET.
|
|
1059
|
+
*
|
|
1060
|
+
* @param request - DescribeVerifyPersonasDeviceModelStatisticsRequest
|
|
1061
|
+
* @returns DescribeVerifyPersonasDeviceModelStatisticsResponse
|
|
1062
|
+
*/
|
|
1063
|
+
describeVerifyPersonasDeviceModelStatistics(request: $_model.DescribeVerifyPersonasDeviceModelStatisticsRequest): Promise<$_model.DescribeVerifyPersonasDeviceModelStatisticsResponse>;
|
|
1064
|
+
/**
|
|
1065
|
+
* Query Authentication Personnel Statistics
|
|
1066
|
+
*
|
|
1067
|
+
* @remarks
|
|
1068
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1069
|
+
* - Request method: HTTPS POST and GET.
|
|
1070
|
+
*
|
|
1071
|
+
* @param request - DescribeVerifyPersonasOsStatisticsRequest
|
|
1072
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1073
|
+
* @returns DescribeVerifyPersonasOsStatisticsResponse
|
|
1074
|
+
*/
|
|
1075
|
+
describeVerifyPersonasOsStatisticsWithOptions(request: $_model.DescribeVerifyPersonasOsStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyPersonasOsStatisticsResponse>;
|
|
1076
|
+
/**
|
|
1077
|
+
* Query Authentication Personnel Statistics
|
|
1078
|
+
*
|
|
1079
|
+
* @remarks
|
|
1080
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1081
|
+
* - Request method: HTTPS POST and GET.
|
|
1082
|
+
*
|
|
1083
|
+
* @param request - DescribeVerifyPersonasOsStatisticsRequest
|
|
1084
|
+
* @returns DescribeVerifyPersonasOsStatisticsResponse
|
|
1085
|
+
*/
|
|
1086
|
+
describeVerifyPersonasOsStatistics(request: $_model.DescribeVerifyPersonasOsStatisticsRequest): Promise<$_model.DescribeVerifyPersonasOsStatisticsResponse>;
|
|
1087
|
+
/**
|
|
1088
|
+
* Obtain statistical information on the location of authenticated individuals
|
|
1089
|
+
*
|
|
1090
|
+
* @remarks
|
|
1091
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1092
|
+
* - Request Method: HTTPS POST and GET.
|
|
1093
|
+
*
|
|
1094
|
+
* @param request - DescribeVerifyPersonasProvinceStatisticsRequest
|
|
1095
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1096
|
+
* @returns DescribeVerifyPersonasProvinceStatisticsResponse
|
|
1097
|
+
*/
|
|
1098
|
+
describeVerifyPersonasProvinceStatisticsWithOptions(request: $_model.DescribeVerifyPersonasProvinceStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyPersonasProvinceStatisticsResponse>;
|
|
1099
|
+
/**
|
|
1100
|
+
* Obtain statistical information on the location of authenticated individuals
|
|
1101
|
+
*
|
|
1102
|
+
* @remarks
|
|
1103
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1104
|
+
* - Request Method: HTTPS POST and GET.
|
|
1105
|
+
*
|
|
1106
|
+
* @param request - DescribeVerifyPersonasProvinceStatisticsRequest
|
|
1107
|
+
* @returns DescribeVerifyPersonasProvinceStatisticsResponse
|
|
1108
|
+
*/
|
|
1109
|
+
describeVerifyPersonasProvinceStatistics(request: $_model.DescribeVerifyPersonasProvinceStatisticsRequest): Promise<$_model.DescribeVerifyPersonasProvinceStatisticsResponse>;
|
|
1110
|
+
/**
|
|
1111
|
+
* Query gender statistics of authentication
|
|
1112
|
+
*
|
|
1113
|
+
* @remarks
|
|
1114
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1115
|
+
* - Request method: HTTPS POST and GET.
|
|
1116
|
+
*
|
|
1117
|
+
* @param request - DescribeVerifyPersonasSexStatisticsRequest
|
|
1118
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1119
|
+
* @returns DescribeVerifyPersonasSexStatisticsResponse
|
|
1120
|
+
*/
|
|
1121
|
+
describeVerifyPersonasSexStatisticsWithOptions(request: $_model.DescribeVerifyPersonasSexStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyPersonasSexStatisticsResponse>;
|
|
1122
|
+
/**
|
|
1123
|
+
* Query gender statistics of authentication
|
|
1124
|
+
*
|
|
1125
|
+
* @remarks
|
|
1126
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1127
|
+
* - Request method: HTTPS POST and GET.
|
|
1128
|
+
*
|
|
1129
|
+
* @param request - DescribeVerifyPersonasSexStatisticsRequest
|
|
1130
|
+
* @returns DescribeVerifyPersonasSexStatisticsResponse
|
|
1131
|
+
*/
|
|
1132
|
+
describeVerifyPersonasSexStatistics(request: $_model.DescribeVerifyPersonasSexStatisticsRequest): Promise<$_model.DescribeVerifyPersonasSexStatisticsResponse>;
|
|
1133
|
+
/**
|
|
1134
|
+
* Query the result of real-person authentication.
|
|
1135
|
+
*
|
|
1136
|
+
* @remarks
|
|
1137
|
+
* Prerequisites: Before accessing this API, please ensure that you have completed the necessary preparations. For more details, see [Real Person Authentication Server-side Preparation](https://help.aliyun.com/document_detail/127471.html) and [Liveness Face Verification Server-side Preparation](https://help.aliyun.com/document_detail/127717.html).
|
|
1138
|
+
* > Alibaba Cloud Real Person Authentication only stores authentication data for the last 180 days. For any subsequent business use, please call this interface in a timely manner to retrieve and store the data yourself to avoid any impact on usage.
|
|
1139
|
+
* Request Method: HTTPS POST and GET.
|
|
1140
|
+
* Interface Description: After the mobile end of the access party receives the callback, its server can call this interface to obtain the corresponding authentication status and authentication information.
|
|
1141
|
+
* Applicable Scope: This interface is applicable to the authentication solution with SDK + server-side integration.
|
|
1142
|
+
*
|
|
1143
|
+
* @param request - DescribeVerifyResultRequest
|
|
1144
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1145
|
+
* @returns DescribeVerifyResultResponse
|
|
1146
|
+
*/
|
|
1147
|
+
describeVerifyResultWithOptions(request: $_model.DescribeVerifyResultRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyResultResponse>;
|
|
1148
|
+
/**
|
|
1149
|
+
* Query the result of real-person authentication.
|
|
1150
|
+
*
|
|
1151
|
+
* @remarks
|
|
1152
|
+
* Prerequisites: Before accessing this API, please ensure that you have completed the necessary preparations. For more details, see [Real Person Authentication Server-side Preparation](https://help.aliyun.com/document_detail/127471.html) and [Liveness Face Verification Server-side Preparation](https://help.aliyun.com/document_detail/127717.html).
|
|
1153
|
+
* > Alibaba Cloud Real Person Authentication only stores authentication data for the last 180 days. For any subsequent business use, please call this interface in a timely manner to retrieve and store the data yourself to avoid any impact on usage.
|
|
1154
|
+
* Request Method: HTTPS POST and GET.
|
|
1155
|
+
* Interface Description: After the mobile end of the access party receives the callback, its server can call this interface to obtain the corresponding authentication status and authentication information.
|
|
1156
|
+
* Applicable Scope: This interface is applicable to the authentication solution with SDK + server-side integration.
|
|
1157
|
+
*
|
|
1158
|
+
* @param request - DescribeVerifyResultRequest
|
|
1159
|
+
* @returns DescribeVerifyResultResponse
|
|
1160
|
+
*/
|
|
1161
|
+
describeVerifyResult(request: $_model.DescribeVerifyResultRequest): Promise<$_model.DescribeVerifyResultResponse>;
|
|
1162
|
+
/**
|
|
1163
|
+
* Call DescribeVerifySDK to get the offline SDK download address.
|
|
1164
|
+
*
|
|
1165
|
+
* @remarks
|
|
1166
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
1167
|
+
* Interface Description: Obtain the SDK generation result based on the task ID for generating an offline facial recognition SDK.
|
|
1168
|
+
*
|
|
1169
|
+
* @param request - DescribeVerifySDKRequest
|
|
1170
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1171
|
+
* @returns DescribeVerifySDKResponse
|
|
1172
|
+
*/
|
|
1173
|
+
describeVerifySDKWithOptions(request: $_model.DescribeVerifySDKRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifySDKResponse>;
|
|
1174
|
+
/**
|
|
1175
|
+
* Call DescribeVerifySDK to get the offline SDK download address.
|
|
1176
|
+
*
|
|
1177
|
+
* @remarks
|
|
1178
|
+
* Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
1179
|
+
* Interface Description: Obtain the SDK generation result based on the task ID for generating an offline facial recognition SDK.
|
|
1180
|
+
*
|
|
1181
|
+
* @param request - DescribeVerifySDKRequest
|
|
1182
|
+
* @returns DescribeVerifySDKResponse
|
|
1183
|
+
*/
|
|
1184
|
+
describeVerifySDK(request: $_model.DescribeVerifySDKRequest): Promise<$_model.DescribeVerifySDKResponse>;
|
|
377
1185
|
/**
|
|
378
|
-
*
|
|
1186
|
+
* Query the list of authentication schemes
|
|
1187
|
+
*
|
|
1188
|
+
* @remarks
|
|
1189
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1190
|
+
* - Request Method: HTTPS POST and GET.
|
|
1191
|
+
*
|
|
1192
|
+
* @param request - DescribeVerifySearchPageListRequest
|
|
379
1193
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
380
|
-
* @returns
|
|
1194
|
+
* @returns DescribeVerifySearchPageListResponse
|
|
381
1195
|
*/
|
|
382
|
-
|
|
1196
|
+
describeVerifySearchPageListWithOptions(request: $_model.DescribeVerifySearchPageListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifySearchPageListResponse>;
|
|
383
1197
|
/**
|
|
384
|
-
*
|
|
385
|
-
*
|
|
1198
|
+
* Query the list of authentication schemes
|
|
1199
|
+
*
|
|
1200
|
+
* @remarks
|
|
1201
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1202
|
+
* - Request Method: HTTPS POST and GET.
|
|
1203
|
+
*
|
|
1204
|
+
* @param request - DescribeVerifySearchPageListRequest
|
|
1205
|
+
* @returns DescribeVerifySearchPageListResponse
|
|
386
1206
|
*/
|
|
387
|
-
|
|
1207
|
+
describeVerifySearchPageList(request: $_model.DescribeVerifySearchPageListRequest): Promise<$_model.DescribeVerifySearchPageListResponse>;
|
|
388
1208
|
/**
|
|
389
|
-
*
|
|
1209
|
+
* Query Authentication Statistics
|
|
1210
|
+
*
|
|
1211
|
+
* @remarks
|
|
1212
|
+
* - Request Method: Supports sending requests using HTTPS POST and GET methods.
|
|
1213
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1214
|
+
*
|
|
1215
|
+
* @param request - DescribeVerifyStatisticsRequest
|
|
390
1216
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
391
|
-
* @returns
|
|
1217
|
+
* @returns DescribeVerifyStatisticsResponse
|
|
392
1218
|
*/
|
|
393
|
-
|
|
1219
|
+
describeVerifyStatisticsWithOptions(request: $_model.DescribeVerifyStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyStatisticsResponse>;
|
|
394
1220
|
/**
|
|
395
|
-
*
|
|
396
|
-
*
|
|
1221
|
+
* Query Authentication Statistics
|
|
1222
|
+
*
|
|
1223
|
+
* @remarks
|
|
1224
|
+
* - Request Method: Supports sending requests using HTTPS POST and GET methods.
|
|
1225
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1226
|
+
*
|
|
1227
|
+
* @param request - DescribeVerifyStatisticsRequest
|
|
1228
|
+
* @returns DescribeVerifyStatisticsResponse
|
|
397
1229
|
*/
|
|
398
|
-
|
|
1230
|
+
describeVerifyStatistics(request: $_model.DescribeVerifyStatisticsRequest): Promise<$_model.DescribeVerifyStatisticsResponse>;
|
|
399
1231
|
/**
|
|
1232
|
+
* Call DescribeVerifyToken to initiate an authentication request and obtain an authentication Token. This interface is suitable for authentication solutions using SDK + server-side integration.
|
|
1233
|
+
*
|
|
1234
|
+
* @remarks
|
|
1235
|
+
* Preparation for Access: When integrating this API, please ensure that the corresponding preparations have been completed. For details, see [Overview of Real Person Authentication Solution Integration Process](https://help.aliyun.com/document_detail/127536.html) and [Overview of Live Face Verification Solution (Liveness Detection Solution) Integration Process](https://help.aliyun.com/document_detail/127687.html).
|
|
1236
|
+
* Request Method: HTTPS POST and GET
|
|
1237
|
+
* API Description: Before each authentication, use this interface to obtain an authentication Token (VerifyToken), which is used to link various interfaces in the authentication request.
|
|
1238
|
+
* Applicable Scope: This interface is suitable for wireless SDK integration.
|
|
1239
|
+
* Image Address: Use HTTP or HTTPS addresses that are publicly accessible over the Internet. For example, `http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg`.
|
|
1240
|
+
* Image Restrictions:
|
|
1241
|
+
* - Relative or absolute paths of local images are not supported.
|
|
1242
|
+
* - The size of a single image should be controlled within 2 MB to avoid algorithm retrieval timeout.
|
|
1243
|
+
* - The face area in the image must be at least 64*64 pixels (px).
|
|
1244
|
+
* - There is an 8 MB size limit for the Body of a single request. Please calculate the total size of all images and other information in the request to ensure it does not exceed the limit.
|
|
1245
|
+
*
|
|
400
1246
|
* @param request - DescribeVerifyTokenRequest
|
|
401
1247
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
402
1248
|
* @returns DescribeVerifyTokenResponse
|
|
403
1249
|
*/
|
|
404
1250
|
describeVerifyTokenWithOptions(request: $_model.DescribeVerifyTokenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeVerifyTokenResponse>;
|
|
405
1251
|
/**
|
|
1252
|
+
* Call DescribeVerifyToken to initiate an authentication request and obtain an authentication Token. This interface is suitable for authentication solutions using SDK + server-side integration.
|
|
1253
|
+
*
|
|
1254
|
+
* @remarks
|
|
1255
|
+
* Preparation for Access: When integrating this API, please ensure that the corresponding preparations have been completed. For details, see [Overview of Real Person Authentication Solution Integration Process](https://help.aliyun.com/document_detail/127536.html) and [Overview of Live Face Verification Solution (Liveness Detection Solution) Integration Process](https://help.aliyun.com/document_detail/127687.html).
|
|
1256
|
+
* Request Method: HTTPS POST and GET
|
|
1257
|
+
* API Description: Before each authentication, use this interface to obtain an authentication Token (VerifyToken), which is used to link various interfaces in the authentication request.
|
|
1258
|
+
* Applicable Scope: This interface is suitable for wireless SDK integration.
|
|
1259
|
+
* Image Address: Use HTTP or HTTPS addresses that are publicly accessible over the Internet. For example, `http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg`.
|
|
1260
|
+
* Image Restrictions:
|
|
1261
|
+
* - Relative or absolute paths of local images are not supported.
|
|
1262
|
+
* - The size of a single image should be controlled within 2 MB to avoid algorithm retrieval timeout.
|
|
1263
|
+
* - The face area in the image must be at least 64*64 pixels (px).
|
|
1264
|
+
* - There is an 8 MB size limit for the Body of a single request. Please calculate the total size of all images and other information in the request to ensure it does not exceed the limit.
|
|
1265
|
+
*
|
|
406
1266
|
* @param request - DescribeVerifyTokenRequest
|
|
407
1267
|
* @returns DescribeVerifyTokenResponse
|
|
408
1268
|
*/
|
|
409
1269
|
describeVerifyToken(request: $_model.DescribeVerifyTokenRequest): Promise<$_model.DescribeVerifyTokenResponse>;
|
|
410
1270
|
/**
|
|
1271
|
+
* Get Whitelist Collection Get Whitelist Collection
|
|
1272
|
+
*
|
|
1273
|
+
* @remarks
|
|
1274
|
+
* Request Method: Only supports sending requests via HTTPS POST method.
|
|
1275
|
+
*
|
|
1276
|
+
* @param request - DescribeWhitelistSettingRequest
|
|
1277
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1278
|
+
* @returns DescribeWhitelistSettingResponse
|
|
1279
|
+
*/
|
|
1280
|
+
describeWhitelistSettingWithOptions(request: $_model.DescribeWhitelistSettingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeWhitelistSettingResponse>;
|
|
1281
|
+
/**
|
|
1282
|
+
* Get Whitelist Collection Get Whitelist Collection
|
|
1283
|
+
*
|
|
1284
|
+
* @remarks
|
|
1285
|
+
* Request Method: Only supports sending requests via HTTPS POST method.
|
|
1286
|
+
*
|
|
1287
|
+
* @param request - DescribeWhitelistSettingRequest
|
|
1288
|
+
* @returns DescribeWhitelistSettingResponse
|
|
1289
|
+
*/
|
|
1290
|
+
describeWhitelistSetting(request: $_model.DescribeWhitelistSettingRequest): Promise<$_model.DescribeWhitelistSettingResponse>;
|
|
1291
|
+
/**
|
|
1292
|
+
* Detect Validity Attributes in Face Photos
|
|
1293
|
+
*
|
|
1294
|
+
* @remarks
|
|
1295
|
+
* Request Method: Only supports sending requests via HTTPS POST.
|
|
1296
|
+
* Interface Description: Detects the validity-related attributes of faces in the input photo, which helps the business side to determine whether the photo meets their own business retention or comparison requirements. The currently supported face validity-related attributes include: whether it is a face, whether it is blurry, whether glasses are worn, face pose, whether it is a smile, etc.
|
|
1297
|
+
* Instructions for Uploading Image Addresses: When passing in images, you need to upload their corresponding HTTP, OSS addresses, or Base64 encoding.
|
|
1298
|
+
* - HTTP Address: A publicly accessible HTTP address. For example, `http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg`.
|
|
1299
|
+
* - Base64 Encoding: An image encoded through base64, with the format being `base64://<image base64 string>`.
|
|
1300
|
+
* Image Limitations:
|
|
1301
|
+
* - Does not support relative or absolute paths of local images.
|
|
1302
|
+
* - Please keep the size of a single image within 2 MB to avoid algorithm timeout.
|
|
1303
|
+
* - There is an 8 MB size limit for the Body of a single request; please calculate the total size of all images and other information in the request and do not exceed the limit.
|
|
1304
|
+
* - When using Base64 to pass images, the request method needs to be changed to POST; the header description of the image Base64 string, such as `data:image/png;base64`, should be removed.
|
|
1305
|
+
*
|
|
411
1306
|
* @param request - DetectFaceAttributesRequest
|
|
412
1307
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
413
1308
|
* @returns DetectFaceAttributesResponse
|
|
414
1309
|
*/
|
|
415
1310
|
detectFaceAttributesWithOptions(request: $_model.DetectFaceAttributesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetectFaceAttributesResponse>;
|
|
416
1311
|
/**
|
|
1312
|
+
* Detect Validity Attributes in Face Photos
|
|
1313
|
+
*
|
|
1314
|
+
* @remarks
|
|
1315
|
+
* Request Method: Only supports sending requests via HTTPS POST.
|
|
1316
|
+
* Interface Description: Detects the validity-related attributes of faces in the input photo, which helps the business side to determine whether the photo meets their own business retention or comparison requirements. The currently supported face validity-related attributes include: whether it is a face, whether it is blurry, whether glasses are worn, face pose, whether it is a smile, etc.
|
|
1317
|
+
* Instructions for Uploading Image Addresses: When passing in images, you need to upload their corresponding HTTP, OSS addresses, or Base64 encoding.
|
|
1318
|
+
* - HTTP Address: A publicly accessible HTTP address. For example, `http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg`.
|
|
1319
|
+
* - Base64 Encoding: An image encoded through base64, with the format being `base64://<image base64 string>`.
|
|
1320
|
+
* Image Limitations:
|
|
1321
|
+
* - Does not support relative or absolute paths of local images.
|
|
1322
|
+
* - Please keep the size of a single image within 2 MB to avoid algorithm timeout.
|
|
1323
|
+
* - There is an 8 MB size limit for the Body of a single request; please calculate the total size of all images and other information in the request and do not exceed the limit.
|
|
1324
|
+
* - When using Base64 to pass images, the request method needs to be changed to POST; the header description of the image Base64 string, such as `data:image/png;base64`, should be removed.
|
|
1325
|
+
*
|
|
417
1326
|
* @param request - DetectFaceAttributesRequest
|
|
418
1327
|
* @returns DetectFaceAttributesResponse
|
|
419
1328
|
*/
|
|
420
1329
|
detectFaceAttributes(request: $_model.DetectFaceAttributesRequest): Promise<$_model.DetectFaceAttributesResponse>;
|
|
1330
|
+
/**
|
|
1331
|
+
* Real-person Authentication Record Download
|
|
1332
|
+
*
|
|
1333
|
+
* @remarks
|
|
1334
|
+
* Obtain the download link for statistical call data files under the product plan based on query conditions.
|
|
1335
|
+
* - Method: HTTPS POST
|
|
1336
|
+
* - Service Address: cloudauth.aliyuncs.com
|
|
1337
|
+
* > Real-person authentication products use CertifyId to count call volumes. For ease of reconciliation, please retain the CertifyId field in your system.
|
|
1338
|
+
*
|
|
1339
|
+
* @param request - DownloadVerifyRecordsRequest
|
|
1340
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1341
|
+
* @returns DownloadVerifyRecordsResponse
|
|
1342
|
+
*/
|
|
1343
|
+
downloadVerifyRecordsWithOptions(request: $_model.DownloadVerifyRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DownloadVerifyRecordsResponse>;
|
|
1344
|
+
/**
|
|
1345
|
+
* Real-person Authentication Record Download
|
|
1346
|
+
*
|
|
1347
|
+
* @remarks
|
|
1348
|
+
* Obtain the download link for statistical call data files under the product plan based on query conditions.
|
|
1349
|
+
* - Method: HTTPS POST
|
|
1350
|
+
* - Service Address: cloudauth.aliyuncs.com
|
|
1351
|
+
* > Real-person authentication products use CertifyId to count call volumes. For ease of reconciliation, please retain the CertifyId field in your system.
|
|
1352
|
+
*
|
|
1353
|
+
* @param request - DownloadVerifyRecordsRequest
|
|
1354
|
+
* @returns DownloadVerifyRecordsResponse
|
|
1355
|
+
*/
|
|
1356
|
+
downloadVerifyRecords(request: $_model.DownloadVerifyRecordsRequest): Promise<$_model.DownloadVerifyRecordsResponse>;
|
|
421
1357
|
/**
|
|
422
1358
|
* Two-Factor Validity Verification API
|
|
423
1359
|
*
|
|
@@ -495,6 +1431,50 @@ export default class Client extends OpenApi {
|
|
|
495
1431
|
*/
|
|
496
1432
|
id2MetaVerifyWithOCR(request: $_model.Id2MetaVerifyWithOCRRequest): Promise<$_model.Id2MetaVerifyWithOCRResponse>;
|
|
497
1433
|
id2MetaVerifyWithOCRAdvance(request: $_model.Id2MetaVerifyWithOCRAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.Id2MetaVerifyWithOCRResponse>;
|
|
1434
|
+
/**
|
|
1435
|
+
* Identity Three Elements Verification
|
|
1436
|
+
*
|
|
1437
|
+
* @remarks
|
|
1438
|
+
* Input name, ID number, and face photo to verify their authenticity and consistency through authoritative sources.
|
|
1439
|
+
*
|
|
1440
|
+
* @param request - Id3MetaVerifyRequest
|
|
1441
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1442
|
+
* @returns Id3MetaVerifyResponse
|
|
1443
|
+
*/
|
|
1444
|
+
id3MetaVerifyWithOptions(request: $_model.Id3MetaVerifyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.Id3MetaVerifyResponse>;
|
|
1445
|
+
/**
|
|
1446
|
+
* Identity Three Elements Verification
|
|
1447
|
+
*
|
|
1448
|
+
* @remarks
|
|
1449
|
+
* Input name, ID number, and face photo to verify their authenticity and consistency through authoritative sources.
|
|
1450
|
+
*
|
|
1451
|
+
* @param request - Id3MetaVerifyRequest
|
|
1452
|
+
* @returns Id3MetaVerifyResponse
|
|
1453
|
+
*/
|
|
1454
|
+
id3MetaVerify(request: $_model.Id3MetaVerifyRequest): Promise<$_model.Id3MetaVerifyResponse>;
|
|
1455
|
+
id3MetaVerifyAdvance(request: $_model.Id3MetaVerifyAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.Id3MetaVerifyResponse>;
|
|
1456
|
+
/**
|
|
1457
|
+
* Identity Three Elements Image Verification
|
|
1458
|
+
*
|
|
1459
|
+
* @remarks
|
|
1460
|
+
* Upload both sides of the ID card to get the verification result of the three identity elements from an authoritative data source.
|
|
1461
|
+
*
|
|
1462
|
+
* @param request - Id3MetaVerifyWithOCRRequest
|
|
1463
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1464
|
+
* @returns Id3MetaVerifyWithOCRResponse
|
|
1465
|
+
*/
|
|
1466
|
+
id3MetaVerifyWithOCRWithOptions(request: $_model.Id3MetaVerifyWithOCRRequest, runtime: $dara.RuntimeOptions): Promise<$_model.Id3MetaVerifyWithOCRResponse>;
|
|
1467
|
+
/**
|
|
1468
|
+
* Identity Three Elements Image Verification
|
|
1469
|
+
*
|
|
1470
|
+
* @remarks
|
|
1471
|
+
* Upload both sides of the ID card to get the verification result of the three identity elements from an authoritative data source.
|
|
1472
|
+
*
|
|
1473
|
+
* @param request - Id3MetaVerifyWithOCRRequest
|
|
1474
|
+
* @returns Id3MetaVerifyWithOCRResponse
|
|
1475
|
+
*/
|
|
1476
|
+
id3MetaVerifyWithOCR(request: $_model.Id3MetaVerifyWithOCRRequest): Promise<$_model.Id3MetaVerifyWithOCRResponse>;
|
|
1477
|
+
id3MetaVerifyWithOCRAdvance(request: $_model.Id3MetaVerifyWithOCRAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.Id3MetaVerifyWithOCRResponse>;
|
|
498
1478
|
/**
|
|
499
1479
|
* Initiate an authentication request for image verification
|
|
500
1480
|
*
|
|
@@ -517,7 +1497,19 @@ export default class Client extends OpenApi {
|
|
|
517
1497
|
*/
|
|
518
1498
|
initCardVerify(request: $_model.InitCardVerifyRequest): Promise<$_model.InitCardVerifyResponse>;
|
|
519
1499
|
/**
|
|
520
|
-
*
|
|
1500
|
+
* Real-Person Server Initialization Interface
|
|
1501
|
+
*
|
|
1502
|
+
* @remarks
|
|
1503
|
+
* - Service Address: cloudauth.aliyuncs.com
|
|
1504
|
+
* - Request Method: HTTPS POST and GET.
|
|
1505
|
+
* - This interface uses different parameters for different product solutions. For details, please refer to the [official documentation](https://help.aliyun.com/zh/id-verification/financial-grade-id-verification/product-overview/introduction/?spm=a2c4g.11186623.help-menu-2401581.d_0_0.13f644ecRzFHfm&scm=20140722.H_99169._.OR_help-T_cn~zh-V_1).
|
|
1506
|
+
* #### Image Format Requirements
|
|
1507
|
+
* When performing real-person authentication, please provide images that meet all of the following conditions:
|
|
1508
|
+
* - Recent photo with a clear, unobstructed face, natural expression, and facing the camera directly.
|
|
1509
|
+
* - Clear photo with normal exposure, no overexposure, underexposure, or halo effects, and no significant angle deviation.
|
|
1510
|
+
* - Resolution not exceeding 1920*1080, at least 640*480, recommended short side scaled to 720 pixels, compression ratio greater than 0.9.
|
|
1511
|
+
* - Photo size: <1MB.
|
|
1512
|
+
* - Supports 90, 180, and 270-degree photos; in the case of multiple faces, the largest face will be selected.
|
|
521
1513
|
*
|
|
522
1514
|
* @param request - InitFaceVerifyRequest
|
|
523
1515
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -525,7 +1517,19 @@ export default class Client extends OpenApi {
|
|
|
525
1517
|
*/
|
|
526
1518
|
initFaceVerifyWithOptions(request: $_model.InitFaceVerifyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.InitFaceVerifyResponse>;
|
|
527
1519
|
/**
|
|
528
|
-
*
|
|
1520
|
+
* Real-Person Server Initialization Interface
|
|
1521
|
+
*
|
|
1522
|
+
* @remarks
|
|
1523
|
+
* - Service Address: cloudauth.aliyuncs.com
|
|
1524
|
+
* - Request Method: HTTPS POST and GET.
|
|
1525
|
+
* - This interface uses different parameters for different product solutions. For details, please refer to the [official documentation](https://help.aliyun.com/zh/id-verification/financial-grade-id-verification/product-overview/introduction/?spm=a2c4g.11186623.help-menu-2401581.d_0_0.13f644ecRzFHfm&scm=20140722.H_99169._.OR_help-T_cn~zh-V_1).
|
|
1526
|
+
* #### Image Format Requirements
|
|
1527
|
+
* When performing real-person authentication, please provide images that meet all of the following conditions:
|
|
1528
|
+
* - Recent photo with a clear, unobstructed face, natural expression, and facing the camera directly.
|
|
1529
|
+
* - Clear photo with normal exposure, no overexposure, underexposure, or halo effects, and no significant angle deviation.
|
|
1530
|
+
* - Resolution not exceeding 1920*1080, at least 640*480, recommended short side scaled to 720 pixels, compression ratio greater than 0.9.
|
|
1531
|
+
* - Photo size: <1MB.
|
|
1532
|
+
* - Supports 90, 180, and 270-degree photos; in the case of multiple faces, the largest face will be selected.
|
|
529
1533
|
*
|
|
530
1534
|
* @param request - InitFaceVerifyRequest
|
|
531
1535
|
* @returns InitFaceVerifyResponse
|
|
@@ -547,12 +1551,22 @@ export default class Client extends OpenApi {
|
|
|
547
1551
|
*/
|
|
548
1552
|
insertWhiteListSetting(request: $_model.InsertWhiteListSettingRequest): Promise<$_model.InsertWhiteListSettingResponse>;
|
|
549
1553
|
/**
|
|
1554
|
+
* Silent Liveness Face (LivenessFaceVerify) refers to a service that performs real face detection by inputting pre-obtained face images through an API. The algorithm primarily identifies whether the face is from a screen recording, printed picture, or other types of liveness attacks. This service is suitable for low-risk business scenarios or in conjunction with offline facial recognition SDKs. If your business has higher requirements for real face security, it is recommended to integrate App or WebSDK mode, or integrate with Deepfake face detection services to assist in identifying more dimensions of face forgery risks.
|
|
1555
|
+
*
|
|
1556
|
+
* @remarks
|
|
1557
|
+
* Invoke the LivenessFaceVerify interface to perform liveness detection on a face image.
|
|
1558
|
+
*
|
|
550
1559
|
* @param request - LivenessFaceVerifyRequest
|
|
551
1560
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
552
1561
|
* @returns LivenessFaceVerifyResponse
|
|
553
1562
|
*/
|
|
554
1563
|
livenessFaceVerifyWithOptions(request: $_model.LivenessFaceVerifyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.LivenessFaceVerifyResponse>;
|
|
555
1564
|
/**
|
|
1565
|
+
* Silent Liveness Face (LivenessFaceVerify) refers to a service that performs real face detection by inputting pre-obtained face images through an API. The algorithm primarily identifies whether the face is from a screen recording, printed picture, or other types of liveness attacks. This service is suitable for low-risk business scenarios or in conjunction with offline facial recognition SDKs. If your business has higher requirements for real face security, it is recommended to integrate App or WebSDK mode, or integrate with Deepfake face detection services to assist in identifying more dimensions of face forgery risks.
|
|
1566
|
+
*
|
|
1567
|
+
* @remarks
|
|
1568
|
+
* Invoke the LivenessFaceVerify interface to perform liveness detection on a face image.
|
|
1569
|
+
*
|
|
556
1570
|
* @param request - LivenessFaceVerifyRequest
|
|
557
1571
|
* @returns LivenessFaceVerifyResponse
|
|
558
1572
|
*/
|
|
@@ -715,6 +1729,77 @@ export default class Client extends OpenApi {
|
|
|
715
1729
|
* @returns MobileOnlineTimeResponse
|
|
716
1730
|
*/
|
|
717
1731
|
mobileOnlineTime(request: $_model.MobileOnlineTimeRequest): Promise<$_model.MobileOnlineTimeResponse>;
|
|
1732
|
+
/**
|
|
1733
|
+
* Modify Black and White List Policy
|
|
1734
|
+
*
|
|
1735
|
+
* @remarks
|
|
1736
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1737
|
+
* - Request Method: HTTPS POST and GET.
|
|
1738
|
+
* - Interface Description: Add or modify blacklist rule.
|
|
1739
|
+
*
|
|
1740
|
+
* @param tmpReq - ModifyBlackListStrategyRequest
|
|
1741
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1742
|
+
* @returns ModifyBlackListStrategyResponse
|
|
1743
|
+
*/
|
|
1744
|
+
modifyBlackListStrategyWithOptions(tmpReq: $_model.ModifyBlackListStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyBlackListStrategyResponse>;
|
|
1745
|
+
/**
|
|
1746
|
+
* Modify Black and White List Policy
|
|
1747
|
+
*
|
|
1748
|
+
* @remarks
|
|
1749
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1750
|
+
* - Request Method: HTTPS POST and GET.
|
|
1751
|
+
* - Interface Description: Add or modify blacklist rule.
|
|
1752
|
+
*
|
|
1753
|
+
* @param request - ModifyBlackListStrategyRequest
|
|
1754
|
+
* @returns ModifyBlackListStrategyResponse
|
|
1755
|
+
*/
|
|
1756
|
+
modifyBlackListStrategy(request: $_model.ModifyBlackListStrategyRequest): Promise<$_model.ModifyBlackListStrategyResponse>;
|
|
1757
|
+
/**
|
|
1758
|
+
* Modify Security Control Strategy
|
|
1759
|
+
*
|
|
1760
|
+
* @remarks
|
|
1761
|
+
* - Request Method: Supports sending requests via HTTPS POST method.
|
|
1762
|
+
* - Request Address: cloudauth.aliyuncs.com.
|
|
1763
|
+
*
|
|
1764
|
+
* @param tmpReq - ModifyControlStrategyRequest
|
|
1765
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1766
|
+
* @returns ModifyControlStrategyResponse
|
|
1767
|
+
*/
|
|
1768
|
+
modifyControlStrategyWithOptions(tmpReq: $_model.ModifyControlStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyControlStrategyResponse>;
|
|
1769
|
+
/**
|
|
1770
|
+
* Modify Security Control Strategy
|
|
1771
|
+
*
|
|
1772
|
+
* @remarks
|
|
1773
|
+
* - Request Method: Supports sending requests via HTTPS POST method.
|
|
1774
|
+
* - Request Address: cloudauth.aliyuncs.com.
|
|
1775
|
+
*
|
|
1776
|
+
* @param request - ModifyControlStrategyRequest
|
|
1777
|
+
* @returns ModifyControlStrategyResponse
|
|
1778
|
+
*/
|
|
1779
|
+
modifyControlStrategy(request: $_model.ModifyControlStrategyRequest): Promise<$_model.ModifyControlStrategyResponse>;
|
|
1780
|
+
/**
|
|
1781
|
+
* Information Verification Security Management
|
|
1782
|
+
*
|
|
1783
|
+
* @remarks
|
|
1784
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
1785
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1786
|
+
*
|
|
1787
|
+
* @param tmpReq - ModifyCustomizeFlowStrategyListRequest
|
|
1788
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1789
|
+
* @returns ModifyCustomizeFlowStrategyListResponse
|
|
1790
|
+
*/
|
|
1791
|
+
modifyCustomizeFlowStrategyListWithOptions(tmpReq: $_model.ModifyCustomizeFlowStrategyListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyCustomizeFlowStrategyListResponse>;
|
|
1792
|
+
/**
|
|
1793
|
+
* Information Verification Security Management
|
|
1794
|
+
*
|
|
1795
|
+
* @remarks
|
|
1796
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
1797
|
+
* - Service Address: cloudauth.aliyuncs.com.
|
|
1798
|
+
*
|
|
1799
|
+
* @param request - ModifyCustomizeFlowStrategyListRequest
|
|
1800
|
+
* @returns ModifyCustomizeFlowStrategyListResponse
|
|
1801
|
+
*/
|
|
1802
|
+
modifyCustomizeFlowStrategyList(request: $_model.ModifyCustomizeFlowStrategyListRequest): Promise<$_model.ModifyCustomizeFlowStrategyListResponse>;
|
|
718
1803
|
/**
|
|
719
1804
|
* Call ModifyDeviceInfo to update device-related information, such as extending the device authorization validity period, updating the business party\\"s custom business identifier, and device ID. Suitable for scenarios like renewing the device validity period.
|
|
720
1805
|
*
|
|
@@ -751,6 +1836,181 @@ export default class Client extends OpenApi {
|
|
|
751
1836
|
* @returns PageQueryWhiteListSettingResponse
|
|
752
1837
|
*/
|
|
753
1838
|
pageQueryWhiteListSetting(request: $_model.PageQueryWhiteListSettingRequest): Promise<$_model.PageQueryWhiteListSettingResponse>;
|
|
1839
|
+
/**
|
|
1840
|
+
* Query Blacklist and Whitelist Policies
|
|
1841
|
+
*
|
|
1842
|
+
* @remarks
|
|
1843
|
+
* - Request URL: cloudauth.aliyuncs.com
|
|
1844
|
+
* - Request Method: HTTPS POST and GET.
|
|
1845
|
+
* > Supports setting blacklists for IP, ID number, phone number, bank card number, etc. When a blacklist is hit, the system rejects the request and returns a fixed error code.
|
|
1846
|
+
* Supports setting blacklists for IP, ID number, phone number, bank card number, etc. When a blacklist is hit, the system rejects the request and returns a fixed error code.
|
|
1847
|
+
*
|
|
1848
|
+
* @param request - QueryBlackListStrategyRequest
|
|
1849
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1850
|
+
* @returns QueryBlackListStrategyResponse
|
|
1851
|
+
*/
|
|
1852
|
+
queryBlackListStrategyWithOptions(request: $_model.QueryBlackListStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryBlackListStrategyResponse>;
|
|
1853
|
+
/**
|
|
1854
|
+
* Query Blacklist and Whitelist Policies
|
|
1855
|
+
*
|
|
1856
|
+
* @remarks
|
|
1857
|
+
* - Request URL: cloudauth.aliyuncs.com
|
|
1858
|
+
* - Request Method: HTTPS POST and GET.
|
|
1859
|
+
* > Supports setting blacklists for IP, ID number, phone number, bank card number, etc. When a blacklist is hit, the system rejects the request and returns a fixed error code.
|
|
1860
|
+
* Supports setting blacklists for IP, ID number, phone number, bank card number, etc. When a blacklist is hit, the system rejects the request and returns a fixed error code.
|
|
1861
|
+
*
|
|
1862
|
+
* @param request - QueryBlackListStrategyRequest
|
|
1863
|
+
* @returns QueryBlackListStrategyResponse
|
|
1864
|
+
*/
|
|
1865
|
+
queryBlackListStrategy(request: $_model.QueryBlackListStrategyRequest): Promise<$_model.QueryBlackListStrategyResponse>;
|
|
1866
|
+
/**
|
|
1867
|
+
* Query Security Control Strategy
|
|
1868
|
+
*
|
|
1869
|
+
* @remarks
|
|
1870
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
1871
|
+
* - Request Address: cloudauth.aliyuncs.com.
|
|
1872
|
+
*
|
|
1873
|
+
* @param request - QueryControlStrategyRequest
|
|
1874
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1875
|
+
* @returns QueryControlStrategyResponse
|
|
1876
|
+
*/
|
|
1877
|
+
queryControlStrategyWithOptions(request: $_model.QueryControlStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryControlStrategyResponse>;
|
|
1878
|
+
/**
|
|
1879
|
+
* Query Security Control Strategy
|
|
1880
|
+
*
|
|
1881
|
+
* @remarks
|
|
1882
|
+
* - Request Method: Supports sending requests via HTTPS POST and GET methods.
|
|
1883
|
+
* - Request Address: cloudauth.aliyuncs.com.
|
|
1884
|
+
*
|
|
1885
|
+
* @param request - QueryControlStrategyRequest
|
|
1886
|
+
* @returns QueryControlStrategyResponse
|
|
1887
|
+
*/
|
|
1888
|
+
queryControlStrategy(request: $_model.QueryControlStrategyRequest): Promise<$_model.QueryControlStrategyResponse>;
|
|
1889
|
+
/**
|
|
1890
|
+
* Query Custom Flow Control Strategy
|
|
1891
|
+
*
|
|
1892
|
+
* @remarks
|
|
1893
|
+
* - Service Address: cloudauth.aliyuncs.com
|
|
1894
|
+
* - Request Method: HTTPS POST and GET.
|
|
1895
|
+
* - Security Rules: These are rules to ensure system security, such as monitoring for API abuse, account theft, etc. When a threshold is triggered, the system supports alerting.
|
|
1896
|
+
*
|
|
1897
|
+
* @param request - QueryCustomizeFlowStrategyRequest
|
|
1898
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1899
|
+
* @returns QueryCustomizeFlowStrategyResponse
|
|
1900
|
+
*/
|
|
1901
|
+
queryCustomizeFlowStrategyWithOptions(request: $_model.QueryCustomizeFlowStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryCustomizeFlowStrategyResponse>;
|
|
1902
|
+
/**
|
|
1903
|
+
* Query Custom Flow Control Strategy
|
|
1904
|
+
*
|
|
1905
|
+
* @remarks
|
|
1906
|
+
* - Service Address: cloudauth.aliyuncs.com
|
|
1907
|
+
* - Request Method: HTTPS POST and GET.
|
|
1908
|
+
* - Security Rules: These are rules to ensure system security, such as monitoring for API abuse, account theft, etc. When a threshold is triggered, the system supports alerting.
|
|
1909
|
+
*
|
|
1910
|
+
* @param request - QueryCustomizeFlowStrategyRequest
|
|
1911
|
+
* @returns QueryCustomizeFlowStrategyResponse
|
|
1912
|
+
*/
|
|
1913
|
+
queryCustomizeFlowStrategy(request: $_model.QueryCustomizeFlowStrategyRequest): Promise<$_model.QueryCustomizeFlowStrategyResponse>;
|
|
1914
|
+
/**
|
|
1915
|
+
* Query Scene Configuration
|
|
1916
|
+
*
|
|
1917
|
+
* @remarks
|
|
1918
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1919
|
+
* - Request method: HTTPS POST and GET.
|
|
1920
|
+
*
|
|
1921
|
+
* @param request - QuerySceneConfigsRequest
|
|
1922
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1923
|
+
* @returns QuerySceneConfigsResponse
|
|
1924
|
+
*/
|
|
1925
|
+
querySceneConfigsWithOptions(request: $_model.QuerySceneConfigsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QuerySceneConfigsResponse>;
|
|
1926
|
+
/**
|
|
1927
|
+
* Query Scene Configuration
|
|
1928
|
+
*
|
|
1929
|
+
* @remarks
|
|
1930
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
1931
|
+
* - Request method: HTTPS POST and GET.
|
|
1932
|
+
*
|
|
1933
|
+
* @param request - QuerySceneConfigsRequest
|
|
1934
|
+
* @returns QuerySceneConfigsResponse
|
|
1935
|
+
*/
|
|
1936
|
+
querySceneConfigs(request: $_model.QuerySceneConfigsRequest): Promise<$_model.QuerySceneConfigsResponse>;
|
|
1937
|
+
/**
|
|
1938
|
+
* Query Real-Person Download Task
|
|
1939
|
+
*
|
|
1940
|
+
* @remarks
|
|
1941
|
+
* Obtain the download link for statistical call data files under the product plan based on query conditions.
|
|
1942
|
+
* - Method: HTTPS POST
|
|
1943
|
+
* - Service Address: cloudauth.aliyuncs.com
|
|
1944
|
+
* > The real-person authentication product uses CertifyId to count the number of calls. For ease of reconciliation, please retain the CertifyId field in your system.
|
|
1945
|
+
*
|
|
1946
|
+
* @param request - QueryVerifyDownloadTaskRequest
|
|
1947
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1948
|
+
* @returns QueryVerifyDownloadTaskResponse
|
|
1949
|
+
*/
|
|
1950
|
+
queryVerifyDownloadTaskWithOptions(request: $_model.QueryVerifyDownloadTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVerifyDownloadTaskResponse>;
|
|
1951
|
+
/**
|
|
1952
|
+
* Query Real-Person Download Task
|
|
1953
|
+
*
|
|
1954
|
+
* @remarks
|
|
1955
|
+
* Obtain the download link for statistical call data files under the product plan based on query conditions.
|
|
1956
|
+
* - Method: HTTPS POST
|
|
1957
|
+
* - Service Address: cloudauth.aliyuncs.com
|
|
1958
|
+
* > The real-person authentication product uses CertifyId to count the number of calls. For ease of reconciliation, please retain the CertifyId field in your system.
|
|
1959
|
+
*
|
|
1960
|
+
* @param request - QueryVerifyDownloadTaskRequest
|
|
1961
|
+
* @returns QueryVerifyDownloadTaskResponse
|
|
1962
|
+
*/
|
|
1963
|
+
queryVerifyDownloadTask(request: $_model.QueryVerifyDownloadTaskRequest): Promise<$_model.QueryVerifyDownloadTaskResponse>;
|
|
1964
|
+
/**
|
|
1965
|
+
* Query Flow Package
|
|
1966
|
+
*
|
|
1967
|
+
* @remarks
|
|
1968
|
+
* - Service address: cloudauth.aliyuncs.com
|
|
1969
|
+
* - Request method: HTTPS POST and GET.
|
|
1970
|
+
* - This interface uses different parameters for different product solutions. For details, please refer to the [official documentation](https://help.aliyun.com/zh/id-verification/financial-grade-id-verification/product-overview/introduction/?spm=a2c4g.11186623.help-menu-2401581.d_0_0.13f644ecRzFHfm&scm=20140722.H_99169._.OR_help-T_cn~zh-V_1).
|
|
1971
|
+
*
|
|
1972
|
+
* @param request - QueryVerifyFlowPackageRequest
|
|
1973
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1974
|
+
* @returns QueryVerifyFlowPackageResponse
|
|
1975
|
+
*/
|
|
1976
|
+
queryVerifyFlowPackageWithOptions(request: $_model.QueryVerifyFlowPackageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVerifyFlowPackageResponse>;
|
|
1977
|
+
/**
|
|
1978
|
+
* Query Flow Package
|
|
1979
|
+
*
|
|
1980
|
+
* @remarks
|
|
1981
|
+
* - Service address: cloudauth.aliyuncs.com
|
|
1982
|
+
* - Request method: HTTPS POST and GET.
|
|
1983
|
+
* - This interface uses different parameters for different product solutions. For details, please refer to the [official documentation](https://help.aliyun.com/zh/id-verification/financial-grade-id-verification/product-overview/introduction/?spm=a2c4g.11186623.help-menu-2401581.d_0_0.13f644ecRzFHfm&scm=20140722.H_99169._.OR_help-T_cn~zh-V_1).
|
|
1984
|
+
*
|
|
1985
|
+
* @param request - QueryVerifyFlowPackageRequest
|
|
1986
|
+
* @returns QueryVerifyFlowPackageResponse
|
|
1987
|
+
*/
|
|
1988
|
+
queryVerifyFlowPackage(request: $_model.QueryVerifyFlowPackageRequest): Promise<$_model.QueryVerifyFlowPackageResponse>;
|
|
1989
|
+
/**
|
|
1990
|
+
* Call Volume Statistics
|
|
1991
|
+
*
|
|
1992
|
+
* @remarks
|
|
1993
|
+
* - Request URL: cloudauth.aliyuncs.com
|
|
1994
|
+
* - Request Method: HTTPS POST and GET.
|
|
1995
|
+
* > Real-person authentication products use CertifyId to count call volume. For ease of reconciliation, please retain the CertifyId field in your system.
|
|
1996
|
+
*
|
|
1997
|
+
* @param request - QueryVerifyInvokeSatisticRequest
|
|
1998
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1999
|
+
* @returns QueryVerifyInvokeSatisticResponse
|
|
2000
|
+
*/
|
|
2001
|
+
queryVerifyInvokeSatisticWithOptions(request: $_model.QueryVerifyInvokeSatisticRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVerifyInvokeSatisticResponse>;
|
|
2002
|
+
/**
|
|
2003
|
+
* Call Volume Statistics
|
|
2004
|
+
*
|
|
2005
|
+
* @remarks
|
|
2006
|
+
* - Request URL: cloudauth.aliyuncs.com
|
|
2007
|
+
* - Request Method: HTTPS POST and GET.
|
|
2008
|
+
* > Real-person authentication products use CertifyId to count call volume. For ease of reconciliation, please retain the CertifyId field in your system.
|
|
2009
|
+
*
|
|
2010
|
+
* @param request - QueryVerifyInvokeSatisticRequest
|
|
2011
|
+
* @returns QueryVerifyInvokeSatisticResponse
|
|
2012
|
+
*/
|
|
2013
|
+
queryVerifyInvokeSatistic(request: $_model.QueryVerifyInvokeSatisticRequest): Promise<$_model.QueryVerifyInvokeSatisticResponse>;
|
|
754
2014
|
/**
|
|
755
2015
|
* Delete Real Person Whitelist
|
|
756
2016
|
*
|
|
@@ -766,6 +2026,54 @@ export default class Client extends OpenApi {
|
|
|
766
2026
|
* @returns RemoveWhiteListSettingResponse
|
|
767
2027
|
*/
|
|
768
2028
|
removeWhiteListSetting(request: $_model.RemoveWhiteListSettingRequest): Promise<$_model.RemoveWhiteListSettingResponse>;
|
|
2029
|
+
/**
|
|
2030
|
+
* Update Ant Blockchain Transaction Scenario
|
|
2031
|
+
*
|
|
2032
|
+
* @remarks
|
|
2033
|
+
* Update the information of a financial-level authentication scenario based on the scenario ID.
|
|
2034
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
2035
|
+
* - Request method: HTTPS POST.
|
|
2036
|
+
*
|
|
2037
|
+
* @param request - UpdateAntCloudAuthSceneRequest
|
|
2038
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2039
|
+
* @returns UpdateAntCloudAuthSceneResponse
|
|
2040
|
+
*/
|
|
2041
|
+
updateAntCloudAuthSceneWithOptions(request: $_model.UpdateAntCloudAuthSceneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAntCloudAuthSceneResponse>;
|
|
2042
|
+
/**
|
|
2043
|
+
* Update Ant Blockchain Transaction Scenario
|
|
2044
|
+
*
|
|
2045
|
+
* @remarks
|
|
2046
|
+
* Update the information of a financial-level authentication scenario based on the scenario ID.
|
|
2047
|
+
* - Service address: cloudauth.aliyuncs.com.
|
|
2048
|
+
* - Request method: HTTPS POST.
|
|
2049
|
+
*
|
|
2050
|
+
* @param request - UpdateAntCloudAuthSceneRequest
|
|
2051
|
+
* @returns UpdateAntCloudAuthSceneResponse
|
|
2052
|
+
*/
|
|
2053
|
+
updateAntCloudAuthScene(request: $_model.UpdateAntCloudAuthSceneRequest): Promise<$_model.UpdateAntCloudAuthSceneResponse>;
|
|
2054
|
+
/**
|
|
2055
|
+
* Update Scene Configuration
|
|
2056
|
+
*
|
|
2057
|
+
* @remarks
|
|
2058
|
+
* - Request Method: Supports sending requests via HTTPS POST.
|
|
2059
|
+
* - Request URL: cloudauth.aliyuncs.com.
|
|
2060
|
+
*
|
|
2061
|
+
* @param request - UpdateSceneConfigRequest
|
|
2062
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2063
|
+
* @returns UpdateSceneConfigResponse
|
|
2064
|
+
*/
|
|
2065
|
+
updateSceneConfigWithOptions(request: $_model.UpdateSceneConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSceneConfigResponse>;
|
|
2066
|
+
/**
|
|
2067
|
+
* Update Scene Configuration
|
|
2068
|
+
*
|
|
2069
|
+
* @remarks
|
|
2070
|
+
* - Request Method: Supports sending requests via HTTPS POST.
|
|
2071
|
+
* - Request URL: cloudauth.aliyuncs.com.
|
|
2072
|
+
*
|
|
2073
|
+
* @param request - UpdateSceneConfigRequest
|
|
2074
|
+
* @returns UpdateSceneConfigResponse
|
|
2075
|
+
*/
|
|
2076
|
+
updateSceneConfig(request: $_model.UpdateSceneConfigRequest): Promise<$_model.UpdateSceneConfigResponse>;
|
|
769
2077
|
/**
|
|
770
2078
|
* Five-Item Vehicle Information Recognition
|
|
771
2079
|
*
|
|
@@ -872,12 +2180,44 @@ export default class Client extends OpenApi {
|
|
|
872
2180
|
*/
|
|
873
2181
|
vehicleQuery(request: $_model.VehicleQueryRequest): Promise<$_model.VehicleQueryResponse>;
|
|
874
2182
|
/**
|
|
2183
|
+
* Call VerifyMaterial, in a pure server-side access authentication solution, input name, ID number, portrait photo, and front and back photos of the ID card (optional) for real-person authentication, and return the authentication result synchronously.
|
|
2184
|
+
*
|
|
2185
|
+
* @remarks
|
|
2186
|
+
* Preparation for Access: When integrating this API, please ensure that the corresponding preparatory work has been completed. For details, please refer to [Server-side Access Preparation](https://help.aliyun.com/document_detail/127471.html).
|
|
2187
|
+
* Request Method: HTTPS POST and GET.
|
|
2188
|
+
* API Description: The server of the access party submits the authentication materials to the real-person authentication service for verification and comparison, with the results returned synchronously.
|
|
2189
|
+
* Applicable Scope: This interface is only applicable to pure server-side access authentication solutions.
|
|
2190
|
+
* Image Upload Address Explanation:
|
|
2191
|
+
* - HTTP or HTTPS address: Supports publicly accessible HTTP or HTTPS addresses. For example, `http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg`.
|
|
2192
|
+
* - OSS address: If the images from the access party are local files, Alibaba Cloud also provides an upload SDK, supporting the business party to upload the images to the specified OSS bucket of the real-person authentication service, and use the obtained OSS address as the image address parameter in the interface. If your business needs to use the upload SDK, please submit a [ticket](https://selfservice.console.aliyun.com/ticket/category/cloudauth/today) to contact us for acquisition.
|
|
2193
|
+
* Image Limitations:
|
|
2194
|
+
* - Does not support relative or absolute paths of local images.
|
|
2195
|
+
* - Please keep the size of a single image within 2 MB to avoid algorithm retrieval timeout.
|
|
2196
|
+
* - The face area in the image should be at least 64*64 pixels.
|
|
2197
|
+
* - There is an 8 MB size limit for the Body of a single request. Please calculate the total size of all images and other information in the request, and do not exceed the limit.
|
|
2198
|
+
*
|
|
875
2199
|
* @param request - VerifyMaterialRequest
|
|
876
2200
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
877
2201
|
* @returns VerifyMaterialResponse
|
|
878
2202
|
*/
|
|
879
2203
|
verifyMaterialWithOptions(request: $_model.VerifyMaterialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.VerifyMaterialResponse>;
|
|
880
2204
|
/**
|
|
2205
|
+
* Call VerifyMaterial, in a pure server-side access authentication solution, input name, ID number, portrait photo, and front and back photos of the ID card (optional) for real-person authentication, and return the authentication result synchronously.
|
|
2206
|
+
*
|
|
2207
|
+
* @remarks
|
|
2208
|
+
* Preparation for Access: When integrating this API, please ensure that the corresponding preparatory work has been completed. For details, please refer to [Server-side Access Preparation](https://help.aliyun.com/document_detail/127471.html).
|
|
2209
|
+
* Request Method: HTTPS POST and GET.
|
|
2210
|
+
* API Description: The server of the access party submits the authentication materials to the real-person authentication service for verification and comparison, with the results returned synchronously.
|
|
2211
|
+
* Applicable Scope: This interface is only applicable to pure server-side access authentication solutions.
|
|
2212
|
+
* Image Upload Address Explanation:
|
|
2213
|
+
* - HTTP or HTTPS address: Supports publicly accessible HTTP or HTTPS addresses. For example, `http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg`.
|
|
2214
|
+
* - OSS address: If the images from the access party are local files, Alibaba Cloud also provides an upload SDK, supporting the business party to upload the images to the specified OSS bucket of the real-person authentication service, and use the obtained OSS address as the image address parameter in the interface. If your business needs to use the upload SDK, please submit a [ticket](https://selfservice.console.aliyun.com/ticket/category/cloudauth/today) to contact us for acquisition.
|
|
2215
|
+
* Image Limitations:
|
|
2216
|
+
* - Does not support relative or absolute paths of local images.
|
|
2217
|
+
* - Please keep the size of a single image within 2 MB to avoid algorithm retrieval timeout.
|
|
2218
|
+
* - The face area in the image should be at least 64*64 pixels.
|
|
2219
|
+
* - There is an 8 MB size limit for the Body of a single request. Please calculate the total size of all images and other information in the request, and do not exceed the limit.
|
|
2220
|
+
*
|
|
881
2221
|
* @param request - VerifyMaterialRequest
|
|
882
2222
|
* @returns VerifyMaterialResponse
|
|
883
2223
|
*/
|