@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
|
@@ -4,77 +4,170 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
export class ContrastFaceVerifyAdvanceRequest extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* Real name.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* 张三
|
|
13
|
+
*/
|
|
7
14
|
certName?: string;
|
|
8
15
|
/**
|
|
16
|
+
* @remarks
|
|
17
|
+
* ID number
|
|
18
|
+
*
|
|
9
19
|
* @example
|
|
10
20
|
* 330103xxxxxxxxxxxx
|
|
11
21
|
*/
|
|
12
22
|
certNo?: string;
|
|
13
23
|
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* Type of identification. Currently, only IDENTITY_CARD is supported and must be provided.
|
|
26
|
+
*
|
|
14
27
|
* @example
|
|
15
28
|
* IDENTITY_CARD
|
|
16
29
|
*/
|
|
17
30
|
certType?: string;
|
|
18
31
|
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* The CertifyId of a previously passed real-person authentication, with the photo taken during that authentication used as the comparison photo.
|
|
34
|
+
* > Among the four ways to input images (FaceContrastPicture, FaceContrastPictureUrl, CertifyId, OSS), choose one to provide.
|
|
35
|
+
*
|
|
19
36
|
* @example
|
|
20
37
|
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
21
38
|
*/
|
|
22
39
|
certifyId?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @remarks
|
|
42
|
+
* Allow face image cropping:
|
|
43
|
+
*
|
|
44
|
+
* - **T** – Cropping is allowed.
|
|
45
|
+
* - **F** (default) – Cropping is not allowed.
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* T
|
|
49
|
+
*/
|
|
23
50
|
crop?: string;
|
|
24
51
|
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* Risk Identification - Device Token
|
|
54
|
+
*
|
|
25
55
|
* @example
|
|
26
56
|
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
27
57
|
*/
|
|
28
58
|
deviceToken?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* Encryption type. Leave it empty if no encryption is required.
|
|
62
|
+
*
|
|
63
|
+
* If you enable encrypted transmission, you must specify the encryption algorithm; currently, only the SM2 (Chinese national standard) algorithm is supported.
|
|
64
|
+
*
|
|
65
|
+
* When an encryption algorithm is specified, encrypt both **CertName** and **CertNo** and submit the resulting ciphertext. For more details on parameter encryption, see the [Parameter Encryption documentation](https://help.aliyun.com/zh/id-verification/financial-grade-id-verification/description-of-parameter-encryption?spm=a2c4g.11186623.0.0.49541a8554cELI#task-2229332).
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* SM2
|
|
69
|
+
*/
|
|
29
70
|
encryptType?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* Local video file.
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* -
|
|
77
|
+
*/
|
|
30
78
|
faceContrastFileObject?: Readable;
|
|
31
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* Base64 encoded photo
|
|
82
|
+
*
|
|
32
83
|
* @example
|
|
33
84
|
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
34
85
|
*/
|
|
35
86
|
faceContrastPicture?: string;
|
|
36
87
|
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* OSS photo URL, currently only supports authorized OSS photo URLs.
|
|
90
|
+
* > Among the four ways to input images (FaceContrastPicture, FaceContrastPictureUrl, CertifyId, OSS), choose one to input.
|
|
91
|
+
*
|
|
37
92
|
* @example
|
|
38
93
|
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
39
94
|
*/
|
|
40
95
|
faceContrastPictureUrl?: string;
|
|
41
96
|
/**
|
|
97
|
+
* @remarks
|
|
98
|
+
* User IP.
|
|
99
|
+
*
|
|
42
100
|
* @example
|
|
43
101
|
* 114.xxx.xxx.xxx
|
|
44
102
|
*/
|
|
45
103
|
ip?: string;
|
|
46
104
|
/**
|
|
105
|
+
* @remarks
|
|
106
|
+
* User\\"s phone number.
|
|
107
|
+
*
|
|
47
108
|
* @example
|
|
48
109
|
* 130xxxxxxxx
|
|
49
110
|
*/
|
|
50
111
|
mobile?: string;
|
|
112
|
+
/**
|
|
113
|
+
* @remarks
|
|
114
|
+
* Liveness detection type. Possible values:
|
|
115
|
+
*
|
|
116
|
+
* • **NO_LIVENESS** – Liveness detection is disabled.
|
|
117
|
+
*
|
|
118
|
+
* • **FRONT_CAMERA_LIVENESS** (default) – Liveness detection on face images captured with the mobile device’s front camera.
|
|
119
|
+
*
|
|
120
|
+
* • **REAR_CAMERA_LIVENESS** – Liveness detection on face images captured in other scenarios (e.g., via the rear camera).
|
|
121
|
+
*
|
|
122
|
+
* @example
|
|
123
|
+
* FRONT_CAMERA_LIVENESS
|
|
124
|
+
*/
|
|
51
125
|
model?: string;
|
|
52
126
|
/**
|
|
127
|
+
* @remarks
|
|
128
|
+
* Authorized OSS space Bucket name. In the methods of passing images, including FaceContrastPicture, FaceContrastPictureUrl, CertifyId, and OSS, choose one to pass in.
|
|
129
|
+
*
|
|
53
130
|
* @example
|
|
54
131
|
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
55
132
|
*/
|
|
56
133
|
ossBucketName?: string;
|
|
57
134
|
/**
|
|
135
|
+
* @remarks
|
|
136
|
+
* Filename of the authorized OSS space.
|
|
137
|
+
* > Among the four ways to input images (FaceContrastPicture, FaceContrastPictureUrl, CertifyId, OSS), choose one to input.
|
|
138
|
+
*
|
|
58
139
|
* @example
|
|
59
140
|
* verify/xxxxx/xxxxxx.jpeg
|
|
60
141
|
*/
|
|
61
142
|
ossObjectName?: string;
|
|
62
143
|
/**
|
|
144
|
+
* @remarks
|
|
145
|
+
* A unique identifier for the merchant\\"s request. It is a 32-character alphanumeric combination. The first few characters are a custom abbreviation defined by the merchant, followed by a period, and the latter part can be a random or incrementing sequence.
|
|
146
|
+
*
|
|
63
147
|
* @example
|
|
64
148
|
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
65
149
|
*/
|
|
66
150
|
outerOrderNo?: string;
|
|
67
151
|
/**
|
|
152
|
+
* @remarks
|
|
153
|
+
* Fixed value: ID_MIN.
|
|
154
|
+
*
|
|
68
155
|
* @example
|
|
69
156
|
* ID_MIN
|
|
70
157
|
*/
|
|
71
158
|
productCode?: string;
|
|
72
159
|
/**
|
|
160
|
+
* @remarks
|
|
161
|
+
* Authentication scenario ID.
|
|
162
|
+
*
|
|
73
163
|
* @example
|
|
74
164
|
* 1000000006
|
|
75
165
|
*/
|
|
76
166
|
sceneId?: number;
|
|
77
167
|
/**
|
|
168
|
+
* @remarks
|
|
169
|
+
* Custom user ID defined by the customer\\"s business.
|
|
170
|
+
*
|
|
78
171
|
* @example
|
|
79
172
|
* 123456789
|
|
80
173
|
*/
|
|
@@ -3,77 +3,170 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ContrastFaceVerifyRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Real name.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 张三
|
|
12
|
+
*/
|
|
6
13
|
certName?: string;
|
|
7
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* ID number
|
|
17
|
+
*
|
|
8
18
|
* @example
|
|
9
19
|
* 330103xxxxxxxxxxxx
|
|
10
20
|
*/
|
|
11
21
|
certNo?: string;
|
|
12
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Type of identification. Currently, only IDENTITY_CARD is supported and must be provided.
|
|
25
|
+
*
|
|
13
26
|
* @example
|
|
14
27
|
* IDENTITY_CARD
|
|
15
28
|
*/
|
|
16
29
|
certType?: string;
|
|
17
30
|
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* The CertifyId of a previously passed real-person authentication, with the photo taken during that authentication used as the comparison photo.
|
|
33
|
+
* > Among the four ways to input images (FaceContrastPicture, FaceContrastPictureUrl, CertifyId, OSS), choose one to provide.
|
|
34
|
+
*
|
|
18
35
|
* @example
|
|
19
36
|
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
20
37
|
*/
|
|
21
38
|
certifyId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @remarks
|
|
41
|
+
* Allow face image cropping:
|
|
42
|
+
*
|
|
43
|
+
* - **T** – Cropping is allowed.
|
|
44
|
+
* - **F** (default) – Cropping is not allowed.
|
|
45
|
+
*
|
|
46
|
+
* @example
|
|
47
|
+
* T
|
|
48
|
+
*/
|
|
22
49
|
crop?: string;
|
|
23
50
|
/**
|
|
51
|
+
* @remarks
|
|
52
|
+
* Risk Identification - Device Token
|
|
53
|
+
*
|
|
24
54
|
* @example
|
|
25
55
|
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
26
56
|
*/
|
|
27
57
|
deviceToken?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @remarks
|
|
60
|
+
* Encryption type. Leave it empty if no encryption is required.
|
|
61
|
+
*
|
|
62
|
+
* If you enable encrypted transmission, you must specify the encryption algorithm; currently, only the SM2 (Chinese national standard) algorithm is supported.
|
|
63
|
+
*
|
|
64
|
+
* When an encryption algorithm is specified, encrypt both **CertName** and **CertNo** and submit the resulting ciphertext. For more details on parameter encryption, see the [Parameter Encryption documentation](https://help.aliyun.com/zh/id-verification/financial-grade-id-verification/description-of-parameter-encryption?spm=a2c4g.11186623.0.0.49541a8554cELI#task-2229332).
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* SM2
|
|
68
|
+
*/
|
|
28
69
|
encryptType?: string;
|
|
70
|
+
/**
|
|
71
|
+
* @remarks
|
|
72
|
+
* Local video file.
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* -
|
|
76
|
+
*/
|
|
29
77
|
faceContrastFile?: string;
|
|
30
78
|
/**
|
|
79
|
+
* @remarks
|
|
80
|
+
* Base64 encoded photo
|
|
81
|
+
*
|
|
31
82
|
* @example
|
|
32
83
|
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
33
84
|
*/
|
|
34
85
|
faceContrastPicture?: string;
|
|
35
86
|
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* OSS photo URL, currently only supports authorized OSS photo URLs.
|
|
89
|
+
* > Among the four ways to input images (FaceContrastPicture, FaceContrastPictureUrl, CertifyId, OSS), choose one to input.
|
|
90
|
+
*
|
|
36
91
|
* @example
|
|
37
92
|
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
38
93
|
*/
|
|
39
94
|
faceContrastPictureUrl?: string;
|
|
40
95
|
/**
|
|
96
|
+
* @remarks
|
|
97
|
+
* User IP.
|
|
98
|
+
*
|
|
41
99
|
* @example
|
|
42
100
|
* 114.xxx.xxx.xxx
|
|
43
101
|
*/
|
|
44
102
|
ip?: string;
|
|
45
103
|
/**
|
|
104
|
+
* @remarks
|
|
105
|
+
* User\\"s phone number.
|
|
106
|
+
*
|
|
46
107
|
* @example
|
|
47
108
|
* 130xxxxxxxx
|
|
48
109
|
*/
|
|
49
110
|
mobile?: string;
|
|
111
|
+
/**
|
|
112
|
+
* @remarks
|
|
113
|
+
* Liveness detection type. Possible values:
|
|
114
|
+
*
|
|
115
|
+
* • **NO_LIVENESS** – Liveness detection is disabled.
|
|
116
|
+
*
|
|
117
|
+
* • **FRONT_CAMERA_LIVENESS** (default) – Liveness detection on face images captured with the mobile device’s front camera.
|
|
118
|
+
*
|
|
119
|
+
* • **REAR_CAMERA_LIVENESS** – Liveness detection on face images captured in other scenarios (e.g., via the rear camera).
|
|
120
|
+
*
|
|
121
|
+
* @example
|
|
122
|
+
* FRONT_CAMERA_LIVENESS
|
|
123
|
+
*/
|
|
50
124
|
model?: string;
|
|
51
125
|
/**
|
|
126
|
+
* @remarks
|
|
127
|
+
* Authorized OSS space Bucket name. In the methods of passing images, including FaceContrastPicture, FaceContrastPictureUrl, CertifyId, and OSS, choose one to pass in.
|
|
128
|
+
*
|
|
52
129
|
* @example
|
|
53
130
|
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
54
131
|
*/
|
|
55
132
|
ossBucketName?: string;
|
|
56
133
|
/**
|
|
134
|
+
* @remarks
|
|
135
|
+
* Filename of the authorized OSS space.
|
|
136
|
+
* > Among the four ways to input images (FaceContrastPicture, FaceContrastPictureUrl, CertifyId, OSS), choose one to input.
|
|
137
|
+
*
|
|
57
138
|
* @example
|
|
58
139
|
* verify/xxxxx/xxxxxx.jpeg
|
|
59
140
|
*/
|
|
60
141
|
ossObjectName?: string;
|
|
61
142
|
/**
|
|
143
|
+
* @remarks
|
|
144
|
+
* A unique identifier for the merchant\\"s request. It is a 32-character alphanumeric combination. The first few characters are a custom abbreviation defined by the merchant, followed by a period, and the latter part can be a random or incrementing sequence.
|
|
145
|
+
*
|
|
62
146
|
* @example
|
|
63
147
|
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
64
148
|
*/
|
|
65
149
|
outerOrderNo?: string;
|
|
66
150
|
/**
|
|
151
|
+
* @remarks
|
|
152
|
+
* Fixed value: ID_MIN.
|
|
153
|
+
*
|
|
67
154
|
* @example
|
|
68
155
|
* ID_MIN
|
|
69
156
|
*/
|
|
70
157
|
productCode?: string;
|
|
71
158
|
/**
|
|
159
|
+
* @remarks
|
|
160
|
+
* Authentication scenario ID.
|
|
161
|
+
*
|
|
72
162
|
* @example
|
|
73
163
|
* 1000000006
|
|
74
164
|
*/
|
|
75
165
|
sceneId?: number;
|
|
76
166
|
/**
|
|
167
|
+
* @remarks
|
|
168
|
+
* Custom user ID defined by the customer\\"s business.
|
|
169
|
+
*
|
|
77
170
|
* @example
|
|
78
171
|
* 123456789
|
|
79
172
|
*/
|
|
@@ -3,23 +3,42 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class ContrastFaceVerifyResponseBodyResultObject extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Unique identifier for the real-person verification request.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 91707dc296d469ad38e4c5efa6a0****
|
|
12
|
+
*/
|
|
6
13
|
certifyId?: string;
|
|
7
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Information about the authenticated entity, which is usually empty in general authentication scenarios.
|
|
17
|
+
*
|
|
8
18
|
* @example
|
|
9
19
|
* null
|
|
10
20
|
*/
|
|
11
21
|
identityInfo?: string;
|
|
12
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Attachment information of the authenticated entity, mainly image materials, in JSON format, as follows.
|
|
25
|
+
*
|
|
13
26
|
* @example
|
|
14
27
|
* {"faceAttack": "F","facialPictureFront": {"qualityScore": 88.3615493774414,"verifyScore": 50.28594166529785}}
|
|
15
28
|
*/
|
|
16
29
|
materialInfo?: string;
|
|
17
30
|
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* Whether it passed, T for pass, F for fail.
|
|
33
|
+
*
|
|
18
34
|
* @example
|
|
19
35
|
* T
|
|
20
36
|
*/
|
|
21
37
|
passed?: string;
|
|
22
38
|
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* Description of the authentication result. For details, see the SubCode explanation below.
|
|
41
|
+
*
|
|
23
42
|
* @example
|
|
24
43
|
* 200
|
|
25
44
|
*/
|
|
@@ -55,20 +74,33 @@ export class ContrastFaceVerifyResponseBodyResultObject extends $dara.Model {
|
|
|
55
74
|
|
|
56
75
|
export class ContrastFaceVerifyResponseBody extends $dara.Model {
|
|
57
76
|
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* Return code: 200 for success, others for failure.
|
|
79
|
+
*
|
|
58
80
|
* @example
|
|
59
81
|
* 200
|
|
60
82
|
*/
|
|
61
83
|
code?: string;
|
|
62
84
|
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* Error message.
|
|
87
|
+
*
|
|
63
88
|
* @example
|
|
64
89
|
* success
|
|
65
90
|
*/
|
|
66
91
|
message?: string;
|
|
67
92
|
/**
|
|
93
|
+
* @remarks
|
|
94
|
+
* Request ID.
|
|
95
|
+
*
|
|
68
96
|
* @example
|
|
69
97
|
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
70
98
|
*/
|
|
71
99
|
requestId?: string;
|
|
100
|
+
/**
|
|
101
|
+
* @remarks
|
|
102
|
+
* Request result
|
|
103
|
+
*/
|
|
72
104
|
resultObject?: ContrastFaceVerifyResponseBodyResultObject;
|
|
73
105
|
static names(): { [key: string]: string } {
|
|
74
106
|
return {
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CreateAntCloudAuthSceneRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Whether to enable binding of the mini program:
|
|
9
|
+
* - **Y**: Enable
|
|
10
|
+
* - **N (default)**: Not enabled
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* Y
|
|
14
|
+
*/
|
|
15
|
+
bindMiniProgram?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* Content of the uploaded verification file.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* 774c4aab45981ff4a86cde9255a11xxx
|
|
22
|
+
*/
|
|
23
|
+
checkFileBody?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* Name of the uploaded verification file.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* 测试.txt
|
|
30
|
+
*/
|
|
31
|
+
checkFileName?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @remarks
|
|
34
|
+
* Mini program name.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* 测试APP
|
|
38
|
+
*/
|
|
39
|
+
miniProgramName?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @remarks
|
|
42
|
+
* Binding platform for the mini program:
|
|
43
|
+
* - **WECHAT**: WeChat
|
|
44
|
+
* - **ALIPAY**: Alipay
|
|
45
|
+
* - **TIKTOK**: TikTok
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* WECHAT
|
|
49
|
+
*/
|
|
50
|
+
platform?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* Scene name.
|
|
54
|
+
*
|
|
55
|
+
* This parameter is required.
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* 测试场景
|
|
59
|
+
*/
|
|
60
|
+
sceneName?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* Whether to deliver the files generated from the authentication to the customer\\"s OSS:
|
|
64
|
+
* - **Y**: Yes
|
|
65
|
+
* - **N**: No
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* Y
|
|
69
|
+
*/
|
|
70
|
+
storeImage?: string;
|
|
71
|
+
static names(): { [key: string]: string } {
|
|
72
|
+
return {
|
|
73
|
+
bindMiniProgram: 'BindMiniProgram',
|
|
74
|
+
checkFileBody: 'CheckFileBody',
|
|
75
|
+
checkFileName: 'CheckFileName',
|
|
76
|
+
miniProgramName: 'MiniProgramName',
|
|
77
|
+
platform: 'Platform',
|
|
78
|
+
sceneName: 'SceneName',
|
|
79
|
+
storeImage: 'StoreImage',
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
static types(): { [key: string]: any } {
|
|
84
|
+
return {
|
|
85
|
+
bindMiniProgram: 'string',
|
|
86
|
+
checkFileBody: 'string',
|
|
87
|
+
checkFileName: 'string',
|
|
88
|
+
miniProgramName: 'string',
|
|
89
|
+
platform: 'string',
|
|
90
|
+
sceneName: 'string',
|
|
91
|
+
storeImage: 'string',
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
validate() {
|
|
96
|
+
super.validate();
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
constructor(map?: { [key: string]: any }) {
|
|
100
|
+
super(map);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CreateAntCloudAuthSceneResponseBody } from "./CreateAntCloudAuthSceneResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CreateAntCloudAuthSceneResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: CreateAntCloudAuthSceneResponseBody;
|
|
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: CreateAntCloudAuthSceneResponseBody,
|
|
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,44 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CreateAntCloudAuthSceneResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Request ID.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 01D3BDC6-64C0-58E2-8760-3F1B56AAE299
|
|
12
|
+
*/
|
|
13
|
+
requestId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Instance ID.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 1000015112
|
|
20
|
+
*/
|
|
21
|
+
sceneId?: number;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
requestId: 'RequestId',
|
|
25
|
+
sceneId: 'SceneId',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
requestId: 'string',
|
|
32
|
+
sceneId: 'number',
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
validate() {
|
|
37
|
+
super.validate();
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
constructor(map?: { [key: string]: any }) {
|
|
41
|
+
super(map);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
@@ -4,21 +4,33 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class CreateAuthKeyRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* When the Test flag is false or empty, AuthYears is required, in years, with a range of [1,100]. A value of 100 indicates permanent authorization.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* 1
|
|
9
12
|
*/
|
|
10
13
|
authYears?: number;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Business type. No more than 64 characters. Can be used to note specific business, such as different face usage scenarios of the access party or the customer identifier to be delivered. It is recommended to pass this parameter.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* FACE_TEST
|
|
14
20
|
*/
|
|
15
21
|
bizType?: string;
|
|
16
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Test flag. If true, it indicates using test authorization with a default duration of 30 days; if false, the authorization duration will be based on AuthYears.
|
|
25
|
+
*
|
|
17
26
|
* @example
|
|
18
27
|
* false
|
|
19
28
|
*/
|
|
20
29
|
test?: boolean;
|
|
21
30
|
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* User device ID. No more than 64 characters. Can be used to identify a specific device, and it is suggested to use the physical number of the device. It is recommended to pass this parameter.
|
|
33
|
+
*
|
|
22
34
|
* @example
|
|
23
35
|
* 3iJ1AY$oHcu7mC69
|
|
24
36
|
*/
|
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class CreateAuthKeyResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The key that can be used for authorization activation. The authorization key is valid for 30 minutes and cannot be reused. It is recommended to re-obtain it before each activation.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* auth.1KQMcnLd4m37LN2D0F0WCD-1qtQI$
|
|
9
12
|
*/
|
|
10
13
|
authKey?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The ID of this request.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
14
20
|
*/
|