@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
|
@@ -3,36 +3,84 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Address.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 浙江省杭州市余杭区文一西路969号
|
|
12
|
+
*/
|
|
6
13
|
address?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Issuing authority.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 杭州市公安局
|
|
20
|
+
*/
|
|
7
21
|
authority?: string;
|
|
8
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* HTTP/HTTPS link to the image of the back side (national emblem side) of the ID card. The link is valid for 5 minutes, and it is recommended to store it for business use to avoid any impact.
|
|
25
|
+
* > If the HTTP/HTTPS link to the front-facing portrait image expires, you can call DescribeVerifyResult again to get the link.
|
|
26
|
+
*
|
|
9
27
|
* @example
|
|
10
28
|
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
11
29
|
*/
|
|
12
30
|
backImageUrl?: string;
|
|
13
31
|
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* Date of birth.
|
|
34
|
+
*
|
|
14
35
|
* @example
|
|
15
36
|
* 19900101
|
|
16
37
|
*/
|
|
17
38
|
birth?: string;
|
|
18
39
|
/**
|
|
40
|
+
* @remarks
|
|
41
|
+
* The end date of the document\\"s validity period. Format: yyyymmdd.
|
|
42
|
+
*
|
|
19
43
|
* @example
|
|
20
44
|
* 20201101
|
|
21
45
|
*/
|
|
22
46
|
endDate?: string;
|
|
23
47
|
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* HTTP/HTTPS link to the image of the front side (portrait side) of the ID card. The link is valid for 5 minutes, and it is recommended to store it for business use to avoid any impact.
|
|
50
|
+
* > If the HTTP/HTTPS link to the front-facing portrait image expires, you can call DescribeVerifyResult again to get the link.
|
|
51
|
+
*
|
|
24
52
|
* @example
|
|
25
53
|
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
26
54
|
*/
|
|
27
55
|
frontImageUrl?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @remarks
|
|
58
|
+
* Name.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* 张三
|
|
62
|
+
*/
|
|
28
63
|
name?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* Nationality.
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* 汉
|
|
70
|
+
*/
|
|
29
71
|
nationality?: string;
|
|
30
72
|
/**
|
|
73
|
+
* @remarks
|
|
74
|
+
* ID card number.
|
|
75
|
+
*
|
|
31
76
|
* @example
|
|
32
77
|
* 02343218901123****
|
|
33
78
|
*/
|
|
34
79
|
number?: string;
|
|
35
80
|
/**
|
|
81
|
+
* @remarks
|
|
82
|
+
* Start date of the document\\"s validity. Format: yyyymmdd.
|
|
83
|
+
*
|
|
36
84
|
* @example
|
|
37
85
|
* 20201101
|
|
38
86
|
*/
|
|
@@ -78,32 +126,72 @@ export class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $dara.Mo
|
|
|
78
126
|
|
|
79
127
|
export class DescribeVerifyResultResponseBodyMaterial extends $dara.Model {
|
|
80
128
|
/**
|
|
129
|
+
* @remarks
|
|
130
|
+
* The global camera image captured by the real-person authentication SDK.
|
|
131
|
+
*
|
|
132
|
+
* > This parameter will only take effect after configuration. If you need to use this parameter, please submit a [ticket](https://selfservice.console.aliyun.com/ticket/category/cloudauth/today) to contact us.
|
|
133
|
+
*
|
|
81
134
|
* @example
|
|
82
135
|
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-global-example.jpg
|
|
83
136
|
*/
|
|
84
137
|
faceGlobalUrl?: string;
|
|
85
138
|
/**
|
|
139
|
+
* @remarks
|
|
140
|
+
* The HTTP or HTTPS link to the frontal face image. The link is valid for 5 minutes, and it is recommended to store it elsewhere to avoid any impact on usage.
|
|
141
|
+
* > If the HTTP or HTTPS link to the frontal face image expires, you can call [DescribeVerifyResult](https://help.aliyun.com/document_detail/154606.html) again to get the link.
|
|
142
|
+
*
|
|
86
143
|
* @example
|
|
87
144
|
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-image-example.jpg
|
|
88
145
|
*/
|
|
89
146
|
faceImageUrl?: string;
|
|
90
147
|
/**
|
|
148
|
+
* @remarks
|
|
149
|
+
* Whether the face is wearing a mask. Values:
|
|
150
|
+
* - **true**: Wearing a mask
|
|
151
|
+
* - **false**: Not wearing a mask
|
|
152
|
+
*
|
|
91
153
|
* @example
|
|
92
154
|
* false
|
|
93
155
|
*/
|
|
94
156
|
faceMask?: boolean;
|
|
95
157
|
/**
|
|
158
|
+
* @remarks
|
|
159
|
+
* The quality of the frontal face image. Values:
|
|
160
|
+
* - **UNQUALIFIED**: Poor quality
|
|
161
|
+
* - **LOW**: Low
|
|
162
|
+
* - **NORMAL**: Normal
|
|
163
|
+
* - **HIGH**: High
|
|
164
|
+
*
|
|
96
165
|
* @example
|
|
97
166
|
* NORMAL
|
|
98
167
|
*/
|
|
99
168
|
faceQuality?: string;
|
|
169
|
+
/**
|
|
170
|
+
* @remarks
|
|
171
|
+
* OCR results of the ID card information.
|
|
172
|
+
* > If there is no front and back information of the ID card during the authentication process, the real-person authentication service will not return the OCR results of the ID card. Even if there is front and back information of the ID card during the authentication process, the real-person authentication service does not guarantee to return all the information on the ID card. Due to issues with ID card photography, the OCR may fail to recognize some information, resulting in incomplete OCR information. It is recommended that your business does not strongly rely on the ID card OCR information.
|
|
173
|
+
*/
|
|
100
174
|
idCardInfo?: DescribeVerifyResultResponseBodyMaterialIdCardInfo;
|
|
175
|
+
/**
|
|
176
|
+
* @remarks
|
|
177
|
+
* Name.
|
|
178
|
+
*
|
|
179
|
+
* @example
|
|
180
|
+
* 张三
|
|
181
|
+
*/
|
|
101
182
|
idCardName?: string;
|
|
102
183
|
/**
|
|
184
|
+
* @remarks
|
|
185
|
+
* ID number.
|
|
186
|
+
*
|
|
103
187
|
* @example
|
|
104
188
|
* 02343218901123****
|
|
105
189
|
*/
|
|
106
190
|
idCardNumber?: string;
|
|
191
|
+
/**
|
|
192
|
+
* @remarks
|
|
193
|
+
* The URL addresses of the recorded videos returned by the historical RPH5BioOnly solution.
|
|
194
|
+
*/
|
|
107
195
|
videoUrls?: string[];
|
|
108
196
|
static names(): { [key: string]: string } {
|
|
109
197
|
return {
|
|
@@ -148,27 +236,64 @@ export class DescribeVerifyResultResponseBodyMaterial extends $dara.Model {
|
|
|
148
236
|
|
|
149
237
|
export class DescribeVerifyResultResponseBody extends $dara.Model {
|
|
150
238
|
/**
|
|
239
|
+
* @remarks
|
|
240
|
+
* The comparison score between the face photo submitted during the authentication process and the authoritative data, with a value range of **0** to **100**.
|
|
241
|
+
* Confidence threshold references:
|
|
242
|
+
* - When the false acceptance rate is 0.001%, the corresponding threshold is 95. - When the false acceptance rate is 0.01%, the corresponding threshold is 90. - When the false acceptance rate is 0.1%, the corresponding threshold is 80. - When the false acceptance rate is 1%, the corresponding threshold is 60.
|
|
243
|
+
* > This field only indicates the comparison result between the face and the authoritative data, for your reference only. It is generally not recommended to use this value alone as the standard for whether the authentication passes. For a comprehensive authentication result, please refer to the **VerifyStatus** field. The **VerifyStatus** result integrates the comparison of the face with the authoritative data and various other strategies, which can enhance security levels.
|
|
244
|
+
*
|
|
151
245
|
* @example
|
|
152
246
|
* 97
|
|
153
247
|
*/
|
|
154
248
|
authorityComparisionScore?: number;
|
|
155
249
|
/**
|
|
250
|
+
* @remarks
|
|
251
|
+
* The comparison score between the face photo submitted during the authentication process and the face in the retained face image. The value range is **0**~**100**.
|
|
252
|
+
*
|
|
253
|
+
* Confidence threshold reference:
|
|
254
|
+
*
|
|
255
|
+
* - When the false recognition rate is 0.001%, the corresponding threshold is 95.
|
|
256
|
+
* - When the false recognition rate is 0.01%, the corresponding threshold is 90.
|
|
257
|
+
* - When the false recognition rate is 0.1%, the corresponding threshold is 80.
|
|
258
|
+
* - When the false recognition rate is 1%, the corresponding threshold is 60.
|
|
259
|
+
*
|
|
156
260
|
* @example
|
|
157
261
|
* 97
|
|
158
262
|
*/
|
|
159
263
|
faceComparisonScore?: number;
|
|
160
264
|
/**
|
|
265
|
+
* @remarks
|
|
266
|
+
* The comparison score between the face photo submitted during the authentication process and the face on the ID card\\"s face side. The value range is **0**~**100**.
|
|
267
|
+
*
|
|
268
|
+
* Confidence threshold reference:
|
|
269
|
+
*
|
|
270
|
+
* - When the false recognition rate is 0.001%, the corresponding threshold is 95.
|
|
271
|
+
* - When the false recognition rate is 0.01%, the corresponding threshold is 90.
|
|
272
|
+
* - When the false recognition rate is 0.1%, the corresponding threshold is 80.
|
|
273
|
+
* - When the false recognition rate is 1%, the corresponding threshold is 60.
|
|
274
|
+
*
|
|
161
275
|
* @example
|
|
162
276
|
* 97
|
|
163
277
|
*/
|
|
164
278
|
idCardFaceComparisonScore?: number;
|
|
279
|
+
/**
|
|
280
|
+
* @remarks
|
|
281
|
+
* Authentication materials.
|
|
282
|
+
*/
|
|
165
283
|
material?: DescribeVerifyResultResponseBodyMaterial;
|
|
166
284
|
/**
|
|
285
|
+
* @remarks
|
|
286
|
+
* The ID of this request.
|
|
287
|
+
*
|
|
167
288
|
* @example
|
|
168
289
|
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
169
290
|
*/
|
|
170
291
|
requestId?: string;
|
|
171
292
|
/**
|
|
293
|
+
* @remarks
|
|
294
|
+
* Authentication status, values:
|
|
295
|
+
* - **-1**: Not authenticated - **1**: Authentication passed - **2** to **n**: Authentication failed for various reasons. For detailed descriptions, see the authentication status explanation.
|
|
296
|
+
*
|
|
172
297
|
* @example
|
|
173
298
|
* 1
|
|
174
299
|
*/
|
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class DescribeVerifySDKResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The ID of this request.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
9
12
|
*/
|
|
10
13
|
requestId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The SDK download URL. When not empty, it indicates that the generation is complete.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* https://www.xxx.com
|
|
14
20
|
*/
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeVerifySearchPageListRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* ID number.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 3203212000XXXX701X
|
|
12
|
+
*/
|
|
13
|
+
certNo?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Authentication ID.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* shadbdd3dbacd001cfa892a5e2b98dxx
|
|
20
|
+
*/
|
|
21
|
+
certifyId?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Current page number.
|
|
25
|
+
*
|
|
26
|
+
* This parameter is required.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* 3
|
|
30
|
+
*/
|
|
31
|
+
currentPage?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @remarks
|
|
34
|
+
* End date of the query. The format is a Unix timestamp, in milliseconds.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* 2025-10-16 23:59:59 +0800
|
|
38
|
+
*/
|
|
39
|
+
endDate?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @remarks
|
|
42
|
+
* Whether there is device risk (pass true if root = 1 or simulator = 1 or virtual_video = 1).
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* true
|
|
46
|
+
*/
|
|
47
|
+
hasDeviceRisk?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* Liveness detection model.
|
|
51
|
+
*
|
|
52
|
+
* @example
|
|
53
|
+
* LIVENESS
|
|
54
|
+
*/
|
|
55
|
+
model?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @remarks
|
|
58
|
+
* Unique identifier for the customer request.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
62
|
+
*/
|
|
63
|
+
outerOrderNo?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* Number of items per page.
|
|
67
|
+
*
|
|
68
|
+
* This parameter is required.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* 20
|
|
72
|
+
*/
|
|
73
|
+
pageSize?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @remarks
|
|
76
|
+
* Whether the authentication passed:
|
|
77
|
+
* - **T**: Passed
|
|
78
|
+
* - **F**: Not passed
|
|
79
|
+
*
|
|
80
|
+
* @example
|
|
81
|
+
* F
|
|
82
|
+
*/
|
|
83
|
+
passed?: string;
|
|
84
|
+
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* Product code.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* ID_PRO
|
|
90
|
+
*/
|
|
91
|
+
productCode?: string;
|
|
92
|
+
/**
|
|
93
|
+
* @remarks
|
|
94
|
+
* Whether it is rooted (pass 1 if selected, otherwise do not pass; corresponds to identity label risk type).
|
|
95
|
+
*
|
|
96
|
+
* @example
|
|
97
|
+
* 1
|
|
98
|
+
*/
|
|
99
|
+
root?: number;
|
|
100
|
+
/**
|
|
101
|
+
* @remarks
|
|
102
|
+
* Scene ID.
|
|
103
|
+
*
|
|
104
|
+
* @example
|
|
105
|
+
* 10000072xx
|
|
106
|
+
*/
|
|
107
|
+
sceneId?: string;
|
|
108
|
+
/**
|
|
109
|
+
* @remarks
|
|
110
|
+
* Whether it is a simulator (pass 1 if selected, otherwise do not pass; corresponds to device label risk type).
|
|
111
|
+
*
|
|
112
|
+
* @example
|
|
113
|
+
* 1
|
|
114
|
+
*/
|
|
115
|
+
simulator?: number;
|
|
116
|
+
/**
|
|
117
|
+
* @remarks
|
|
118
|
+
* Start date of the query.
|
|
119
|
+
*
|
|
120
|
+
* @example
|
|
121
|
+
* 2025-10-10 00:00:00 +0800
|
|
122
|
+
*/
|
|
123
|
+
startDate?: string;
|
|
124
|
+
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* Result Code. For detailed values, please refer to: [SubCode Explanation](https://help.aliyun.com/zh/id-verification/financial-grade-id-verification/error-code-person-verify?spm=a2c4g.11186623.0.0.6015566ebArcFw#d88910e172fgg).
|
|
127
|
+
*
|
|
128
|
+
* @example
|
|
129
|
+
* 201
|
|
130
|
+
*/
|
|
131
|
+
subCode?: string;
|
|
132
|
+
/**
|
|
133
|
+
* @remarks
|
|
134
|
+
* Comma-separated Result Codes. For detailed values, please refer to: [SubCode Explanation](https://help.aliyun.com/zh/id-verification/financial-grade-id-verification/error-code-person-verify?spm=a2c4g.11186623.0.0.6015566ebArcFw#d88910e172fgg).
|
|
135
|
+
*
|
|
136
|
+
* @example
|
|
137
|
+
* 201,202
|
|
138
|
+
*/
|
|
139
|
+
subCodes?: string;
|
|
140
|
+
/**
|
|
141
|
+
* @remarks
|
|
142
|
+
* Whether it is a virtual adaptation (pass 1 if selected, otherwise do not pass; corresponds to behavior label risk type).
|
|
143
|
+
*
|
|
144
|
+
* @example
|
|
145
|
+
* 1
|
|
146
|
+
*/
|
|
147
|
+
virtualVideo?: number;
|
|
148
|
+
static names(): { [key: string]: string } {
|
|
149
|
+
return {
|
|
150
|
+
certNo: 'CertNo',
|
|
151
|
+
certifyId: 'CertifyId',
|
|
152
|
+
currentPage: 'CurrentPage',
|
|
153
|
+
endDate: 'EndDate',
|
|
154
|
+
hasDeviceRisk: 'HasDeviceRisk',
|
|
155
|
+
model: 'Model',
|
|
156
|
+
outerOrderNo: 'OuterOrderNo',
|
|
157
|
+
pageSize: 'PageSize',
|
|
158
|
+
passed: 'Passed',
|
|
159
|
+
productCode: 'ProductCode',
|
|
160
|
+
root: 'Root',
|
|
161
|
+
sceneId: 'SceneId',
|
|
162
|
+
simulator: 'Simulator',
|
|
163
|
+
startDate: 'StartDate',
|
|
164
|
+
subCode: 'SubCode',
|
|
165
|
+
subCodes: 'SubCodes',
|
|
166
|
+
virtualVideo: 'VirtualVideo',
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
static types(): { [key: string]: any } {
|
|
171
|
+
return {
|
|
172
|
+
certNo: 'string',
|
|
173
|
+
certifyId: 'string',
|
|
174
|
+
currentPage: 'string',
|
|
175
|
+
endDate: 'string',
|
|
176
|
+
hasDeviceRisk: 'boolean',
|
|
177
|
+
model: 'string',
|
|
178
|
+
outerOrderNo: 'string',
|
|
179
|
+
pageSize: 'string',
|
|
180
|
+
passed: 'string',
|
|
181
|
+
productCode: 'string',
|
|
182
|
+
root: 'number',
|
|
183
|
+
sceneId: 'string',
|
|
184
|
+
simulator: 'number',
|
|
185
|
+
startDate: 'string',
|
|
186
|
+
subCode: 'string',
|
|
187
|
+
subCodes: 'string',
|
|
188
|
+
virtualVideo: 'number',
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
validate() {
|
|
193
|
+
super.validate();
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
constructor(map?: { [key: string]: any }) {
|
|
197
|
+
super(map);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeVerifySearchPageListResponseBody } from "./DescribeVerifySearchPageListResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeVerifySearchPageListResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeVerifySearchPageListResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeVerifySearchPageListResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|