@alicloud/cloudauth20190307 3.10.0 → 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 +1106 -27
- package/dist/client.js +3967 -1167
- package/dist/client.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/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/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/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/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/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/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/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/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/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/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/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 +1 -0
- package/dist/models/InitFaceVerifyRequest.js +2 -0
- package/dist/models/InitFaceVerifyRequest.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/model.d.ts +191 -0
- package/dist/models/model.js +391 -5
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4331 -1236
- package/src/models/CreateAntCloudAuthSceneRequest.ts +103 -0
- package/src/models/CreateAntCloudAuthSceneResponse.ts +40 -0
- package/src/models/CreateAntCloudAuthSceneResponseBody.ts +44 -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/CreateWhitelistSettingRequest.ts +110 -0
- package/src/models/CreateWhitelistSettingResponse.ts +40 -0
- package/src/models/CreateWhitelistSettingResponseBody.ts +46 -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/DescribeCloudauthstSceneListRequest.ts +34 -0
- package/src/models/DescribeCloudauthstSceneListResponse.ts +40 -0
- package/src/models/DescribeCloudauthstSceneListResponseBody.ts +136 -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/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/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/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/DescribeWhitelistSettingRequest.ts +147 -0
- package/src/models/DescribeWhitelistSettingResponse.ts +40 -0
- package/src/models/DescribeWhitelistSettingResponseBody.ts +197 -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/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 +3 -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/model.ts +191 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribePageSettingResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Failure reasons.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* {
|
|
12
|
+
* "11": "认证不通过,可能原因:1、公安网照片缺失;2、公安网照片格式错误;3、公安网照片找不到人脸等可能",
|
|
13
|
+
* "1": "认证通过",
|
|
14
|
+
* "12": "认证不通过,可能原因:公安网系统异常,无法比对等可能",
|
|
15
|
+
* "2": "认证不通过,原因:实名校验不通过",
|
|
16
|
+
* "3": "认证不通过,可能原因:1、身份证照片模糊、光线问题造成字体无法识别;2、身份证照片信息与需认证的身份证姓名不一致;3、提交的照片为非身份证照片等可能",
|
|
17
|
+
* "4": "认证不通过,可能原因:1、身份证照片模糊、光线问题造成字体无法识别;2、身份证照片信息与需认证的身份证号码不一致;3、提交的照片为非身份证照片等可能",
|
|
18
|
+
* "5": "认证不通过,可能原因:身份证照片有效期已过期(或即将过期)等可能",
|
|
19
|
+
* "6": "认证不通过,可能原因:人脸与身份证头像不一致等可能",
|
|
20
|
+
* "7": "认证不通过,可能原因:人脸与公安网照片不一致等可能",
|
|
21
|
+
* "8": "认证不通过,可能原因:1、提交的身份证照片非身份证原照片;2、未提交有效身份证照片等可能",
|
|
22
|
+
* "9": "认证不通过,可能原因:非账号本人操作等可能",
|
|
23
|
+
* "10": "认证不通过,可能原因:非同人操作等可能"
|
|
24
|
+
* }
|
|
25
|
+
*/
|
|
26
|
+
failReasons?: { [key: string]: any };
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The ID of this request.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* C58A8581-6A5B-55F1-B2EF-1CEAC97DA181
|
|
33
|
+
*/
|
|
34
|
+
requestId?: string;
|
|
35
|
+
static names(): { [key: string]: string } {
|
|
36
|
+
return {
|
|
37
|
+
failReasons: 'FailReasons',
|
|
38
|
+
requestId: 'RequestId',
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
static types(): { [key: string]: any } {
|
|
43
|
+
return {
|
|
44
|
+
failReasons: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
45
|
+
requestId: 'string',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
validate() {
|
|
50
|
+
if(this.failReasons) {
|
|
51
|
+
$dara.Model.validateMap(this.failReasons);
|
|
52
|
+
}
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
constructor(map?: { [key: string]: any }) {
|
|
57
|
+
super(map);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeProductCodeResponseBody } from "./DescribeProductCodeResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeProductCodeResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeProductCodeResponseBody;
|
|
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: DescribeProductCodeResponseBody,
|
|
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
|
+
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeProductCodeResponseBodyItems extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Product code.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ID_PRO
|
|
12
|
+
*/
|
|
13
|
+
productCode?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Name corresponding to the product code.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* APP认证
|
|
20
|
+
*/
|
|
21
|
+
productName?: string;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
productCode: 'ProductCode',
|
|
25
|
+
productName: 'ProductName',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
productCode: 'string',
|
|
32
|
+
productName: 'string',
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
validate() {
|
|
37
|
+
super.validate();
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
constructor(map?: { [key: string]: any }) {
|
|
41
|
+
super(map);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export class DescribeProductCodeResponseBody extends $dara.Model {
|
|
46
|
+
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* Current query page number.
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* 1
|
|
52
|
+
*/
|
|
53
|
+
currentPage?: number;
|
|
54
|
+
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* List of product code information.
|
|
57
|
+
*/
|
|
58
|
+
items?: DescribeProductCodeResponseBodyItems[];
|
|
59
|
+
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* Number of products per page.
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* 20
|
|
65
|
+
*/
|
|
66
|
+
pageSize?: number;
|
|
67
|
+
/**
|
|
68
|
+
* @remarks
|
|
69
|
+
* ID of this request.
|
|
70
|
+
*
|
|
71
|
+
* @example
|
|
72
|
+
* 7FBBADA3-9A66-5759-8AF8-2F99F5BE13F7
|
|
73
|
+
*/
|
|
74
|
+
requestId?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @remarks
|
|
77
|
+
* Total number of returned results.
|
|
78
|
+
*
|
|
79
|
+
* @example
|
|
80
|
+
* 1
|
|
81
|
+
*/
|
|
82
|
+
totalCount?: number;
|
|
83
|
+
/**
|
|
84
|
+
* @remarks
|
|
85
|
+
* Total number of pages.
|
|
86
|
+
*
|
|
87
|
+
* @example
|
|
88
|
+
* 3
|
|
89
|
+
*/
|
|
90
|
+
totalPage?: number;
|
|
91
|
+
static names(): { [key: string]: string } {
|
|
92
|
+
return {
|
|
93
|
+
currentPage: 'CurrentPage',
|
|
94
|
+
items: 'Items',
|
|
95
|
+
pageSize: 'PageSize',
|
|
96
|
+
requestId: 'RequestId',
|
|
97
|
+
totalCount: 'TotalCount',
|
|
98
|
+
totalPage: 'TotalPage',
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
static types(): { [key: string]: any } {
|
|
103
|
+
return {
|
|
104
|
+
currentPage: 'number',
|
|
105
|
+
items: { 'type': 'array', 'itemType': DescribeProductCodeResponseBodyItems },
|
|
106
|
+
pageSize: 'number',
|
|
107
|
+
requestId: 'string',
|
|
108
|
+
totalCount: 'number',
|
|
109
|
+
totalPage: 'number',
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
validate() {
|
|
114
|
+
if(Array.isArray(this.items)) {
|
|
115
|
+
$dara.Model.validateArray(this.items);
|
|
116
|
+
}
|
|
117
|
+
super.validate();
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
constructor(map?: { [key: string]: any }) {
|
|
121
|
+
super(map);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeVerifyDeviceRiskStatisticsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* End time.
|
|
9
|
+
*
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* 1748624399999
|
|
14
|
+
*/
|
|
15
|
+
endDate?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* Cloud product code.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ID_PRO
|
|
22
|
+
*/
|
|
23
|
+
productCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* Scene ID.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* 100000xxxx
|
|
30
|
+
*/
|
|
31
|
+
sceneId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @remarks
|
|
34
|
+
* Service type:
|
|
35
|
+
* - **antcloudauth**: Financial-grade real-person authentication.
|
|
36
|
+
* - **cloudauthst** (discontinued): Enhanced real-person authentication.
|
|
37
|
+
* - **cloudauth** (discontinued): Real-person authentication.
|
|
38
|
+
*
|
|
39
|
+
* This parameter is required.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* antcloudauth
|
|
43
|
+
*/
|
|
44
|
+
serviceCode?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @remarks
|
|
47
|
+
* Start time of the query, in Unix timestamp format, in milliseconds.
|
|
48
|
+
*
|
|
49
|
+
* This parameter is required.
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* 1746720000000
|
|
53
|
+
*/
|
|
54
|
+
startDate?: number;
|
|
55
|
+
static names(): { [key: string]: string } {
|
|
56
|
+
return {
|
|
57
|
+
endDate: 'EndDate',
|
|
58
|
+
productCode: 'ProductCode',
|
|
59
|
+
sceneId: 'SceneId',
|
|
60
|
+
serviceCode: 'ServiceCode',
|
|
61
|
+
startDate: 'StartDate',
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
static types(): { [key: string]: any } {
|
|
66
|
+
return {
|
|
67
|
+
endDate: 'number',
|
|
68
|
+
productCode: 'string',
|
|
69
|
+
sceneId: 'string',
|
|
70
|
+
serviceCode: 'string',
|
|
71
|
+
startDate: 'number',
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
validate() {
|
|
76
|
+
super.validate();
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
constructor(map?: { [key: string]: any }) {
|
|
80
|
+
super(map);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeVerifyDeviceRiskStatisticsResponseBody } from "./DescribeVerifyDeviceRiskStatisticsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeVerifyDeviceRiskStatisticsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeVerifyDeviceRiskStatisticsResponseBody;
|
|
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: DescribeVerifyDeviceRiskStatisticsResponseBody,
|
|
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
|
+
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeVerifyDeviceRiskStatisticsResponseBodyResultObjectItems extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Daily call count.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 11
|
|
12
|
+
*/
|
|
13
|
+
dailyCallCount?: number;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Date.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 2025-10-10
|
|
20
|
+
*/
|
|
21
|
+
date?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Abnormal device risk ratio.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* 0
|
|
28
|
+
*/
|
|
29
|
+
deviceRiskRate?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* Abnormal identity risk ratio.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* 0
|
|
36
|
+
*/
|
|
37
|
+
identityRiskRate?: string;
|
|
38
|
+
static names(): { [key: string]: string } {
|
|
39
|
+
return {
|
|
40
|
+
dailyCallCount: 'DailyCallCount',
|
|
41
|
+
date: 'Date',
|
|
42
|
+
deviceRiskRate: 'DeviceRiskRate',
|
|
43
|
+
identityRiskRate: 'IdentityRiskRate',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
static types(): { [key: string]: any } {
|
|
48
|
+
return {
|
|
49
|
+
dailyCallCount: 'number',
|
|
50
|
+
date: 'string',
|
|
51
|
+
deviceRiskRate: 'string',
|
|
52
|
+
identityRiskRate: 'string',
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
validate() {
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
constructor(map?: { [key: string]: any }) {
|
|
61
|
+
super(map);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export class DescribeVerifyDeviceRiskStatisticsResponseBodyResultObject extends $dara.Model {
|
|
66
|
+
/**
|
|
67
|
+
* @remarks
|
|
68
|
+
* Suspected fake face percentage: total number of suspected fake faces / total number of risks.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* 0
|
|
72
|
+
*/
|
|
73
|
+
faceAttackRate?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @remarks
|
|
76
|
+
* Total number of suspected fake identities.
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* 0
|
|
80
|
+
*/
|
|
81
|
+
idFakeRate?: string;
|
|
82
|
+
/**
|
|
83
|
+
* @remarks
|
|
84
|
+
* Data items in the response.
|
|
85
|
+
*/
|
|
86
|
+
items?: DescribeVerifyDeviceRiskStatisticsResponseBodyResultObjectItems[];
|
|
87
|
+
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* Number of risks.
|
|
90
|
+
*
|
|
91
|
+
* @example
|
|
92
|
+
* 2
|
|
93
|
+
*/
|
|
94
|
+
riskCount?: number;
|
|
95
|
+
/**
|
|
96
|
+
* @remarks
|
|
97
|
+
* Root percentage: total number of root / total number of risks.
|
|
98
|
+
*
|
|
99
|
+
* @example
|
|
100
|
+
* 0
|
|
101
|
+
*/
|
|
102
|
+
rootRate?: string;
|
|
103
|
+
/**
|
|
104
|
+
* @remarks
|
|
105
|
+
* Simulator percentage: total number of simulators / total number of risks.
|
|
106
|
+
*
|
|
107
|
+
* @example
|
|
108
|
+
* 0
|
|
109
|
+
*/
|
|
110
|
+
simulatorRate?: string;
|
|
111
|
+
/**
|
|
112
|
+
* @remarks
|
|
113
|
+
* Virtual video percentage: total number of virtual videos / total number of risks.
|
|
114
|
+
*
|
|
115
|
+
* @example
|
|
116
|
+
* 23.2
|
|
117
|
+
*/
|
|
118
|
+
virtualVideoRate?: string;
|
|
119
|
+
static names(): { [key: string]: string } {
|
|
120
|
+
return {
|
|
121
|
+
faceAttackRate: 'FaceAttackRate',
|
|
122
|
+
idFakeRate: 'IdFakeRate',
|
|
123
|
+
items: 'Items',
|
|
124
|
+
riskCount: 'RiskCount',
|
|
125
|
+
rootRate: 'RootRate',
|
|
126
|
+
simulatorRate: 'SimulatorRate',
|
|
127
|
+
virtualVideoRate: 'VirtualVideoRate',
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
static types(): { [key: string]: any } {
|
|
132
|
+
return {
|
|
133
|
+
faceAttackRate: 'string',
|
|
134
|
+
idFakeRate: 'string',
|
|
135
|
+
items: { 'type': 'array', 'itemType': DescribeVerifyDeviceRiskStatisticsResponseBodyResultObjectItems },
|
|
136
|
+
riskCount: 'number',
|
|
137
|
+
rootRate: 'string',
|
|
138
|
+
simulatorRate: 'string',
|
|
139
|
+
virtualVideoRate: 'string',
|
|
140
|
+
};
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
validate() {
|
|
144
|
+
if(Array.isArray(this.items)) {
|
|
145
|
+
$dara.Model.validateArray(this.items);
|
|
146
|
+
}
|
|
147
|
+
super.validate();
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
constructor(map?: { [key: string]: any }) {
|
|
151
|
+
super(map);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export class DescribeVerifyDeviceRiskStatisticsResponseBody extends $dara.Model {
|
|
156
|
+
/**
|
|
157
|
+
* @remarks
|
|
158
|
+
* ID of this request.
|
|
159
|
+
*
|
|
160
|
+
* @example
|
|
161
|
+
* B3193814-AE54-50C5-9070-68B69C07287D
|
|
162
|
+
*/
|
|
163
|
+
requestId?: string;
|
|
164
|
+
/**
|
|
165
|
+
* @remarks
|
|
166
|
+
* Authentication result.
|
|
167
|
+
*/
|
|
168
|
+
resultObject?: DescribeVerifyDeviceRiskStatisticsResponseBodyResultObject;
|
|
169
|
+
static names(): { [key: string]: string } {
|
|
170
|
+
return {
|
|
171
|
+
requestId: 'RequestId',
|
|
172
|
+
resultObject: 'ResultObject',
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
static types(): { [key: string]: any } {
|
|
177
|
+
return {
|
|
178
|
+
requestId: 'string',
|
|
179
|
+
resultObject: DescribeVerifyDeviceRiskStatisticsResponseBodyResultObject,
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
validate() {
|
|
184
|
+
if(this.resultObject && typeof (this.resultObject as any).validate === 'function') {
|
|
185
|
+
(this.resultObject as any).validate();
|
|
186
|
+
}
|
|
187
|
+
super.validate();
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
constructor(map?: { [key: string]: any }) {
|
|
191
|
+
super(map);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeVerifyFailStatisticsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Age greater than 14 years old:
|
|
9
|
+
* - **T**: Greater than
|
|
10
|
+
* - **F**: Less than
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* T
|
|
14
|
+
*/
|
|
15
|
+
ageGt?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* API code:
|
|
19
|
+
* - **INIT_SERVICE**: Server-side initialization failure
|
|
20
|
+
* - **INIT_DEVICE**: Client-side failure
|
|
21
|
+
* - **VERIFY_DEVICE**: Authentication failed
|
|
22
|
+
*
|
|
23
|
+
* This parameter is required.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* INIT_SERVICE
|
|
27
|
+
*/
|
|
28
|
+
api?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @remarks
|
|
31
|
+
* Device type.
|
|
32
|
+
* - ios
|
|
33
|
+
* - android
|
|
34
|
+
* - websdk
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* ios
|
|
38
|
+
*/
|
|
39
|
+
deviceType?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @remarks
|
|
42
|
+
* End time of the query.
|
|
43
|
+
*
|
|
44
|
+
* This parameter is required.
|
|
45
|
+
*
|
|
46
|
+
* @example
|
|
47
|
+
* 1760630399999
|
|
48
|
+
*/
|
|
49
|
+
endDate?: number;
|
|
50
|
+
/**
|
|
51
|
+
* @remarks
|
|
52
|
+
* Product code.
|
|
53
|
+
*
|
|
54
|
+
* This parameter is required.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* ID_PRO
|
|
58
|
+
*/
|
|
59
|
+
productCode?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @remarks
|
|
62
|
+
* Service type:
|
|
63
|
+
* - **antcloudauth**: Financial-grade real-person authentication.
|
|
64
|
+
* - **cloudauthst** (discontinued): Enhanced real-person authentication.
|
|
65
|
+
* - **cloudauth** (discontinued): Real-person authentication.
|
|
66
|
+
*
|
|
67
|
+
* This parameter is required.
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* cloudauthst
|
|
71
|
+
*/
|
|
72
|
+
serviceCode?: string;
|
|
73
|
+
/**
|
|
74
|
+
* @remarks
|
|
75
|
+
* Start time of the query.
|
|
76
|
+
*
|
|
77
|
+
* This parameter is required.
|
|
78
|
+
*
|
|
79
|
+
* @example
|
|
80
|
+
* 1760025600000
|
|
81
|
+
*/
|
|
82
|
+
startDate?: number;
|
|
83
|
+
static names(): { [key: string]: string } {
|
|
84
|
+
return {
|
|
85
|
+
ageGt: 'AgeGt',
|
|
86
|
+
api: 'Api',
|
|
87
|
+
deviceType: 'DeviceType',
|
|
88
|
+
endDate: 'EndDate',
|
|
89
|
+
productCode: 'ProductCode',
|
|
90
|
+
serviceCode: 'ServiceCode',
|
|
91
|
+
startDate: 'StartDate',
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
static types(): { [key: string]: any } {
|
|
96
|
+
return {
|
|
97
|
+
ageGt: 'string',
|
|
98
|
+
api: 'string',
|
|
99
|
+
deviceType: 'string',
|
|
100
|
+
endDate: 'number',
|
|
101
|
+
productCode: 'string',
|
|
102
|
+
serviceCode: 'string',
|
|
103
|
+
startDate: 'number',
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
validate() {
|
|
108
|
+
super.validate();
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
constructor(map?: { [key: string]: any }) {
|
|
112
|
+
super(map);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeVerifyFailStatisticsResponseBody } from "./DescribeVerifyFailStatisticsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeVerifyFailStatisticsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeVerifyFailStatisticsResponseBody;
|
|
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: DescribeVerifyFailStatisticsResponseBody,
|
|
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
|
+
|