@vouchsafe/node 0.1.37 → 0.1.39
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/README.md +84 -0
- package/dist/VouchsafeClient.d.ts +52 -1
- package/dist/VouchsafeClient.d.ts.map +1 -1
- package/dist/VouchsafeClient.js +58 -0
- package/dist/VouchsafeClient.js.map +1 -1
- package/dist/openapi/apis/EVisaVerificationApi.d.ts +2 -2
- package/dist/openapi/apis/EVisaVerificationApi.js +2 -2
- package/dist/openapi/models/ApiRadarCheckDetailsValidationsNoKnownFraudsterMatch.d.ts +15 -13
- package/dist/openapi/models/ApiRadarCheckDetailsValidationsNoKnownFraudsterMatch.d.ts.map +1 -1
- package/dist/openapi/models/ApiRadarCheckDetailsValidationsNoKnownFraudsterMatch.js +15 -19
- package/dist/openapi/models/ApiRadarCheckDetailsValidationsNoKnownFraudsterMatch.js.map +1 -1
- package/dist/openapi/models/ApiVerificationCheck.d.ts +23 -0
- package/dist/openapi/models/ApiVerificationCheck.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck.js +91 -0
- package/dist/openapi/models/ApiVerificationCheck.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck0.d.ts +82 -0
- package/dist/openapi/models/ApiVerificationCheck0.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck0.js +85 -0
- package/dist/openapi/models/ApiVerificationCheck0.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck0ArtefactsInner.d.ts +48 -0
- package/dist/openapi/models/ApiVerificationCheck0ArtefactsInner.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck0ArtefactsInner.js +64 -0
- package/dist/openapi/models/ApiVerificationCheck0ArtefactsInner.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck0Validations.d.ts +40 -0
- package/dist/openapi/models/ApiVerificationCheck0Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck0Validations.js +52 -0
- package/dist/openapi/models/ApiVerificationCheck0Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck0ValidationsRefereeDissimilarityCheck.d.ts +49 -0
- package/dist/openapi/models/ApiVerificationCheck0ValidationsRefereeDissimilarityCheck.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck0ValidationsRefereeDissimilarityCheck.js +66 -0
- package/dist/openapi/models/ApiVerificationCheck0ValidationsRefereeDissimilarityCheck.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck1.d.ts +75 -0
- package/dist/openapi/models/ApiVerificationCheck1.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck1.js +80 -0
- package/dist/openapi/models/ApiVerificationCheck1.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck1Validations.d.ts +34 -0
- package/dist/openapi/models/ApiVerificationCheck1Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck1Validations.js +50 -0
- package/dist/openapi/models/ApiVerificationCheck1Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck1ValidationsEmailVerified.d.ts +49 -0
- package/dist/openapi/models/ApiVerificationCheck1ValidationsEmailVerified.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck1ValidationsEmailVerified.js +66 -0
- package/dist/openapi/models/ApiVerificationCheck1ValidationsEmailVerified.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck2.d.ts +75 -0
- package/dist/openapi/models/ApiVerificationCheck2.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck2.js +80 -0
- package/dist/openapi/models/ApiVerificationCheck2.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck2Validations.d.ts +34 -0
- package/dist/openapi/models/ApiVerificationCheck2Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck2Validations.js +50 -0
- package/dist/openapi/models/ApiVerificationCheck2Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck3.d.ts +75 -0
- package/dist/openapi/models/ApiVerificationCheck3.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck3.js +80 -0
- package/dist/openapi/models/ApiVerificationCheck3.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck3Validations.d.ts +46 -0
- package/dist/openapi/models/ApiVerificationCheck3Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck3Validations.js +54 -0
- package/dist/openapi/models/ApiVerificationCheck3Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck3ValidationsRefereeConfirmedDateOfBirth.d.ts +43 -0
- package/dist/openapi/models/ApiVerificationCheck3ValidationsRefereeConfirmedDateOfBirth.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck3ValidationsRefereeConfirmedDateOfBirth.js +62 -0
- package/dist/openapi/models/ApiVerificationCheck3ValidationsRefereeConfirmedDateOfBirth.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck4.d.ts +108 -0
- package/dist/openapi/models/ApiVerificationCheck4.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck4.js +106 -0
- package/dist/openapi/models/ApiVerificationCheck4.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck4ExtractedDetails.d.ts +99 -0
- package/dist/openapi/models/ApiVerificationCheck4ExtractedDetails.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck4ExtractedDetails.js +77 -0
- package/dist/openapi/models/ApiVerificationCheck4ExtractedDetails.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck4Validations.d.ts +119 -0
- package/dist/openapi/models/ApiVerificationCheck4Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck4Validations.js +83 -0
- package/dist/openapi/models/ApiVerificationCheck4Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck5.d.ts +118 -0
- package/dist/openapi/models/ApiVerificationCheck5.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck5.js +116 -0
- package/dist/openapi/models/ApiVerificationCheck5.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck5ExtractedDetails.d.ts +98 -0
- package/dist/openapi/models/ApiVerificationCheck5ExtractedDetails.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck5ExtractedDetails.js +96 -0
- package/dist/openapi/models/ApiVerificationCheck5ExtractedDetails.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck5Validations.d.ts +94 -0
- package/dist/openapi/models/ApiVerificationCheck5Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck5Validations.js +72 -0
- package/dist/openapi/models/ApiVerificationCheck5Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck6.d.ts +102 -0
- package/dist/openapi/models/ApiVerificationCheck6.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck6.js +100 -0
- package/dist/openapi/models/ApiVerificationCheck6.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck6ExtractedDetails.d.ts +83 -0
- package/dist/openapi/models/ApiVerificationCheck6ExtractedDetails.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck6ExtractedDetails.js +81 -0
- package/dist/openapi/models/ApiVerificationCheck6ExtractedDetails.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck6Validations.d.ts +58 -0
- package/dist/openapi/models/ApiVerificationCheck6Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck6Validations.js +64 -0
- package/dist/openapi/models/ApiVerificationCheck6Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck7.d.ts +105 -0
- package/dist/openapi/models/ApiVerificationCheck7.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck7.js +103 -0
- package/dist/openapi/models/ApiVerificationCheck7.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck7ExtractedDetails.d.ts +93 -0
- package/dist/openapi/models/ApiVerificationCheck7ExtractedDetails.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck7ExtractedDetails.js +79 -0
- package/dist/openapi/models/ApiVerificationCheck7ExtractedDetails.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck7Validations.d.ts +59 -0
- package/dist/openapi/models/ApiVerificationCheck7Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck7Validations.js +67 -0
- package/dist/openapi/models/ApiVerificationCheck7Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck8.d.ts +103 -0
- package/dist/openapi/models/ApiVerificationCheck8.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck8.js +101 -0
- package/dist/openapi/models/ApiVerificationCheck8.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck8ExtractedDetails.d.ts +46 -0
- package/dist/openapi/models/ApiVerificationCheck8ExtractedDetails.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck8ExtractedDetails.js +56 -0
- package/dist/openapi/models/ApiVerificationCheck8ExtractedDetails.js.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck8Validations.d.ts +40 -0
- package/dist/openapi/models/ApiVerificationCheck8Validations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationCheck8Validations.js +54 -0
- package/dist/openapi/models/ApiVerificationCheck8Validations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment.d.ts +17 -0
- package/dist/openapi/models/ApiVerificationEnrichment.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment.js +61 -0
- package/dist/openapi/models/ApiVerificationEnrichment.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0.d.ts +62 -0
- package/dist/openapi/models/ApiVerificationEnrichment0.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0.js +75 -0
- package/dist/openapi/models/ApiVerificationEnrichment0.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0Details.d.ts +34 -0
- package/dist/openapi/models/ApiVerificationEnrichment0Details.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0Details.js +52 -0
- package/dist/openapi/models/ApiVerificationEnrichment0Details.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInner.d.ts +64 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInner.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInner.js +68 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInner.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerProperties.d.ts +64 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerProperties.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerProperties.js +72 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerProperties.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.d.ts +27 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.js +39 -0
- package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment1.d.ts +63 -0
- package/dist/openapi/models/ApiVerificationEnrichment1.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment1.js +76 -0
- package/dist/openapi/models/ApiVerificationEnrichment1.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment1Details.d.ts +40 -0
- package/dist/openapi/models/ApiVerificationEnrichment1Details.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment1Details.js +56 -0
- package/dist/openapi/models/ApiVerificationEnrichment1Details.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment1DetailsSignals.d.ts +39 -0
- package/dist/openapi/models/ApiVerificationEnrichment1DetailsSignals.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment1DetailsSignals.js +55 -0
- package/dist/openapi/models/ApiVerificationEnrichment1DetailsSignals.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment2.d.ts +62 -0
- package/dist/openapi/models/ApiVerificationEnrichment2.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment2.js +75 -0
- package/dist/openapi/models/ApiVerificationEnrichment2.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment2Details.d.ts +34 -0
- package/dist/openapi/models/ApiVerificationEnrichment2Details.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment2Details.js +52 -0
- package/dist/openapi/models/ApiVerificationEnrichment2Details.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment2DetailsValidations.d.ts +47 -0
- package/dist/openapi/models/ApiVerificationEnrichment2DetailsValidations.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment2DetailsValidations.js +59 -0
- package/dist/openapi/models/ApiVerificationEnrichment2DetailsValidations.js.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment2DetailsValidationsNoKnownFraudsterMatch.d.ts +70 -0
- package/dist/openapi/models/ApiVerificationEnrichment2DetailsValidationsNoKnownFraudsterMatch.d.ts.map +1 -0
- package/dist/openapi/models/ApiVerificationEnrichment2DetailsValidationsNoKnownFraudsterMatch.js +81 -0
- package/dist/openapi/models/ApiVerificationEnrichment2DetailsValidationsNoKnownFraudsterMatch.js.map +1 -0
- package/dist/openapi/models/EvisaArtefact.d.ts +5 -4
- package/dist/openapi/models/EvisaArtefact.d.ts.map +1 -1
- package/dist/openapi/models/EvisaArtefact.js.map +1 -1
- package/dist/openapi/models/EvisaBaseExtractedDetails.d.ts +4 -8
- package/dist/openapi/models/EvisaBaseExtractedDetails.d.ts.map +1 -1
- package/dist/openapi/models/EvisaBaseExtractedDetails.js +0 -2
- package/dist/openapi/models/EvisaBaseExtractedDetails.js.map +1 -1
- package/dist/openapi/models/EvisaVerificationInput.d.ts +9 -39
- package/dist/openapi/models/EvisaVerificationInput.d.ts.map +1 -1
- package/dist/openapi/models/EvisaVerificationInput.js +37 -39
- package/dist/openapi/models/EvisaVerificationInput.js.map +1 -1
- package/dist/openapi/models/EvisaVerificationResponse.d.ts +7 -79
- package/dist/openapi/models/EvisaVerificationResponse.d.ts.map +1 -1
- package/dist/openapi/models/EvisaVerificationResponse.js +27 -68
- package/dist/openapi/models/EvisaVerificationResponse.js.map +1 -1
- package/dist/openapi/models/GetVerificationResponse.d.ts +6 -6
- package/dist/openapi/models/GetVerificationResponse.d.ts.map +1 -1
- package/dist/openapi/models/GetVerificationResponse.js +6 -6
- package/dist/openapi/models/GetVerificationResponse.js.map +1 -1
- package/dist/openapi/models/ImmigrationStatusExtractedDetails.d.ts +9 -8
- package/dist/openapi/models/ImmigrationStatusExtractedDetails.d.ts.map +1 -1
- package/dist/openapi/models/ImmigrationStatusExtractedDetails.js +2 -2
- package/dist/openapi/models/ImmigrationStatusExtractedDetails.js.map +1 -1
- package/dist/openapi/models/ImmigrationStatusVerificationResponse.d.ts +11 -11
- package/dist/openapi/models/ImmigrationStatusVerificationResponse.d.ts.map +1 -1
- package/dist/openapi/models/ImmigrationStatusVerificationResponse.js +11 -11
- package/dist/openapi/models/ImmigrationStatusVerificationResponse.js.map +1 -1
- package/dist/openapi/models/ImmigrationStatusVerificationResponseExtractedDetails.d.ts +8 -7
- package/dist/openapi/models/ImmigrationStatusVerificationResponseExtractedDetails.d.ts.map +1 -1
- package/dist/openapi/models/ImmigrationStatusVerificationResponseExtractedDetails.js +2 -2
- package/dist/openapi/models/ImmigrationStatusVerificationResponseExtractedDetails.js.map +1 -1
- package/dist/openapi/models/Reason.d.ts +4 -0
- package/dist/openapi/models/Reason.d.ts.map +1 -1
- package/dist/openapi/models/Reason.js +4 -0
- package/dist/openapi/models/Reason.js.map +1 -1
- package/dist/openapi/models/RightToRentExtractedDetails.d.ts +70 -0
- package/dist/openapi/models/RightToRentExtractedDetails.d.ts.map +1 -0
- package/dist/openapi/models/RightToRentExtractedDetails.js +61 -0
- package/dist/openapi/models/RightToRentExtractedDetails.js.map +1 -0
- package/dist/openapi/models/RightToRentVerificationResponse.d.ts +11 -11
- package/dist/openapi/models/RightToRentVerificationResponse.d.ts.map +1 -1
- package/dist/openapi/models/RightToRentVerificationResponse.js +11 -11
- package/dist/openapi/models/RightToRentVerificationResponse.js.map +1 -1
- package/dist/openapi/models/RightToRentVerificationResponseExtractedDetails.d.ts +3 -2
- package/dist/openapi/models/RightToRentVerificationResponseExtractedDetails.d.ts.map +1 -1
- package/dist/openapi/models/RightToRentVerificationResponseExtractedDetails.js.map +1 -1
- package/dist/openapi/models/RightToWorkVerificationResponse.d.ts +11 -11
- package/dist/openapi/models/RightToWorkVerificationResponse.d.ts.map +1 -1
- package/dist/openapi/models/RightToWorkVerificationResponse.js +11 -11
- package/dist/openapi/models/RightToWorkVerificationResponse.js.map +1 -1
- package/dist/openapi/models/RightToWorkVerificationResponseExtractedDetails.d.ts +1 -7
- package/dist/openapi/models/RightToWorkVerificationResponseExtractedDetails.d.ts.map +1 -1
- package/dist/openapi/models/RightToWorkVerificationResponseExtractedDetails.js +0 -2
- package/dist/openapi/models/RightToWorkVerificationResponseExtractedDetails.js.map +1 -1
- package/dist/openapi/models/index.d.ts +42 -0
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +42 -0
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Vouchsafe API docs
|
|
6
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
* Contact: help@vouchsafe.id
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiVerificationEnrichment0DetailsMatchesInnerProperties = instanceOfApiVerificationEnrichment0DetailsMatchesInnerProperties;
|
|
17
|
+
exports.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesFromJSON = ApiVerificationEnrichment0DetailsMatchesInnerPropertiesFromJSON;
|
|
18
|
+
exports.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesFromJSONTyped = ApiVerificationEnrichment0DetailsMatchesInnerPropertiesFromJSONTyped;
|
|
19
|
+
exports.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesToJSON = ApiVerificationEnrichment0DetailsMatchesInnerPropertiesToJSON;
|
|
20
|
+
exports.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesToJSONTyped = ApiVerificationEnrichment0DetailsMatchesInnerPropertiesToJSONTyped;
|
|
21
|
+
const ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1 = require("./ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ApiVerificationEnrichment0DetailsMatchesInnerProperties interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfApiVerificationEnrichment0DetailsMatchesInnerProperties(value) {
|
|
26
|
+
if (!('birth_country' in value) || value['birth_country'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('birth_place' in value) || value['birth_place'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('birth_date' in value) || value['birth_date'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('position' in value) || value['position'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('country' in value) || value['country'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('notes' in value) || value['notes'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesFromJSON(json) {
|
|
41
|
+
return ApiVerificationEnrichment0DetailsMatchesInnerPropertiesFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
if (json == null) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'birth_country': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON)(json['birth_country']),
|
|
49
|
+
'birth_place': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON)(json['birth_place']),
|
|
50
|
+
'birth_date': json['birth_date'],
|
|
51
|
+
'position': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON)(json['position']),
|
|
52
|
+
'country': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON)(json['country']),
|
|
53
|
+
'notes': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON)(json['notes']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesToJSON(json) {
|
|
57
|
+
return ApiVerificationEnrichment0DetailsMatchesInnerPropertiesToJSONTyped(json, false);
|
|
58
|
+
}
|
|
59
|
+
function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
60
|
+
if (value == null) {
|
|
61
|
+
return value;
|
|
62
|
+
}
|
|
63
|
+
return {
|
|
64
|
+
'birth_country': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON)(value['birth_country']),
|
|
65
|
+
'birth_place': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON)(value['birth_place']),
|
|
66
|
+
'birth_date': value['birth_date'],
|
|
67
|
+
'position': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON)(value['position']),
|
|
68
|
+
'country': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON)(value['country']),
|
|
69
|
+
'notes': (0, ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry_1.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON)(value['notes']),
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=ApiVerificationEnrichment0DetailsMatchesInnerProperties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment0DetailsMatchesInnerProperties.js","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerProperties.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0DH,8IAQC;AAED,0IAEC;AAED,oJAaC;AAED,sIAEC;AAED,gJAcC;AArGD,+JAK+E;AA8C/E;;GAEG;AACH,SAAgB,iEAAiE,CAAC,KAAa;IAC3F,IAAI,CAAC,CAAC,eAAe,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,eAAe,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtF,IAAI,CAAC,CAAC,aAAa,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,aAAa,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAClF,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+DAA+D,CAAC,IAAS;IACrF,OAAO,oEAAoE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7F,CAAC;AAED,SAAgB,oEAAoE,CAAC,IAAS,EAAE,mBAA4B;IACxH,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,eAAe,EAAE,IAAA,iJAA2E,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACnH,aAAa,EAAE,IAAA,iJAA2E,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC/G,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,UAAU,EAAE,IAAA,iJAA2E,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACzG,SAAS,EAAE,IAAA,iJAA2E,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvG,OAAO,EAAE,IAAA,iJAA2E,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACtG,CAAC;AACN,CAAC;AAED,SAAgB,6DAA6D,CAAC,IAAS;IACnF,OAAO,kEAAkE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3F,CAAC;AAED,SAAgB,kEAAkE,CAAC,KAAsE,EAAE,sBAA+B,KAAK;IAC3L,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,eAAe,EAAE,IAAA,+IAAyE,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAClH,aAAa,EAAE,IAAA,+IAAyE,EAAC,KAAK,CAAC,aAAa,CAAC,CAAC;QAC9G,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,UAAU,EAAE,IAAA,+IAAyE,EAAC,KAAK,CAAC,UAAU,CAAC,CAAC;QACxG,SAAS,EAAE,IAAA,+IAAyE,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACtG,OAAO,EAAE,IAAA,+IAAyE,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;KACrG,CAAC;AACN,CAAC"}
|
package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vouchsafe API docs
|
|
3
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
* Contact: help@vouchsafe.id
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry interface.
|
|
21
|
+
*/
|
|
22
|
+
export declare function instanceOfApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry(value: object): value is ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry;
|
|
23
|
+
export declare function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON(json: any): ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry;
|
|
24
|
+
export declare function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry;
|
|
25
|
+
export declare function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON(json: any): ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry;
|
|
26
|
+
export declare function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSONTyped(value?: ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry | null, ignoreDiscriminator?: boolean): any;
|
|
27
|
+
//# sourceMappingURL=ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mEAAmE;CACnF;AAED;;GAEG;AACH,wBAAgB,6EAA6E,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mEAAmE,CAEzL;AAED,wBAAgB,2EAA2E,CAAC,IAAI,EAAE,GAAG,GAAG,mEAAmE,CAE1K;AAED,wBAAgB,gFAAgF,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mEAAmE,CAE7M;AAED,wBAAgB,yEAAyE,CAAC,IAAI,EAAE,GAAG,GAAG,mEAAmE,CAExK;AAED,wBAAgB,8EAA8E,CAAC,KAAK,CAAC,EAAE,mEAAmE,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAE5N"}
|
package/dist/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Vouchsafe API docs
|
|
6
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
* Contact: help@vouchsafe.id
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry = instanceOfApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry;
|
|
17
|
+
exports.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON = ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON;
|
|
18
|
+
exports.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSONTyped = ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSONTyped;
|
|
19
|
+
exports.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON = ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON;
|
|
20
|
+
exports.ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSONTyped = ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSON(json) {
|
|
28
|
+
return ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSON(json) {
|
|
34
|
+
return ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.js","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment0DetailsMatchesInnerPropertiesBirthCountry.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAcH,sKAEC;AAED,kKAEC;AAED,4KAEC;AAED,8JAEC;AAED,wKAEC;AArBD;;GAEG;AACH,SAAgB,6EAA6E,CAAC,KAAa;IACvG,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2EAA2E,CAAC,IAAS;IACjG,OAAO,gFAAgF,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzG,CAAC;AAED,SAAgB,gFAAgF,CAAC,IAAS,EAAE,mBAA4B;IACpI,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yEAAyE,CAAC,IAAS;IAC/F,OAAO,8EAA8E,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvG,CAAC;AAED,SAAgB,8EAA8E,CAAC,KAAkF,EAAE,sBAA+B,KAAK;IACnN,OAAO,KAAK,CAAC;AACjB,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vouchsafe API docs
|
|
3
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
* Contact: help@vouchsafe.id
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiVerificationEnrichment1Details } from './ApiVerificationEnrichment1Details';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiVerificationEnrichment1
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiVerificationEnrichment1 {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApiVerificationEnrichment1Details}
|
|
22
|
+
* @memberof ApiVerificationEnrichment1
|
|
23
|
+
*/
|
|
24
|
+
details: ApiVerificationEnrichment1Details;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApiVerificationEnrichment1
|
|
29
|
+
*/
|
|
30
|
+
outcome: ApiVerificationEnrichment1OutcomeEnum;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ApiVerificationEnrichment1
|
|
35
|
+
*/
|
|
36
|
+
check: ApiVerificationEnrichment1CheckEnum;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const ApiVerificationEnrichment1OutcomeEnum: {
|
|
42
|
+
readonly Pass: "pass";
|
|
43
|
+
readonly Fail: "fail";
|
|
44
|
+
readonly Error: "error";
|
|
45
|
+
};
|
|
46
|
+
export type ApiVerificationEnrichment1OutcomeEnum = typeof ApiVerificationEnrichment1OutcomeEnum[keyof typeof ApiVerificationEnrichment1OutcomeEnum];
|
|
47
|
+
/**
|
|
48
|
+
* @export
|
|
49
|
+
*/
|
|
50
|
+
export declare const ApiVerificationEnrichment1CheckEnum: {
|
|
51
|
+
readonly EmailFootprintAnalysis: "email_footprint_analysis";
|
|
52
|
+
readonly PhoneFootprintAnalysis: "phone_footprint_analysis";
|
|
53
|
+
};
|
|
54
|
+
export type ApiVerificationEnrichment1CheckEnum = typeof ApiVerificationEnrichment1CheckEnum[keyof typeof ApiVerificationEnrichment1CheckEnum];
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the ApiVerificationEnrichment1 interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfApiVerificationEnrichment1(value: object): value is ApiVerificationEnrichment1;
|
|
59
|
+
export declare function ApiVerificationEnrichment1FromJSON(json: any): ApiVerificationEnrichment1;
|
|
60
|
+
export declare function ApiVerificationEnrichment1FromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiVerificationEnrichment1;
|
|
61
|
+
export declare function ApiVerificationEnrichment1ToJSON(json: any): ApiVerificationEnrichment1;
|
|
62
|
+
export declare function ApiVerificationEnrichment1ToJSONTyped(value?: ApiVerificationEnrichment1 | null, ignoreDiscriminator?: boolean): any;
|
|
63
|
+
//# sourceMappingURL=ApiVerificationEnrichment1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment1.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment1.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAQ7F;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,OAAO,EAAE,iCAAiC,CAAC;IAC3C;;;;OAIG;IACH,OAAO,EAAE,qCAAqC,CAAC;IAC/C;;;;OAIG;IACH,KAAK,EAAE,mCAAmC,CAAC;CAC9C;AAGD;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;CAIxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAErJ;;GAEG;AACH,eAAO,MAAM,mCAAmC;;;CAGtC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAG/I;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAKvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAU3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1I"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Vouchsafe API docs
|
|
6
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
* Contact: help@vouchsafe.id
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ApiVerificationEnrichment1CheckEnum = exports.ApiVerificationEnrichment1OutcomeEnum = void 0;
|
|
17
|
+
exports.instanceOfApiVerificationEnrichment1 = instanceOfApiVerificationEnrichment1;
|
|
18
|
+
exports.ApiVerificationEnrichment1FromJSON = ApiVerificationEnrichment1FromJSON;
|
|
19
|
+
exports.ApiVerificationEnrichment1FromJSONTyped = ApiVerificationEnrichment1FromJSONTyped;
|
|
20
|
+
exports.ApiVerificationEnrichment1ToJSON = ApiVerificationEnrichment1ToJSON;
|
|
21
|
+
exports.ApiVerificationEnrichment1ToJSONTyped = ApiVerificationEnrichment1ToJSONTyped;
|
|
22
|
+
const ApiVerificationEnrichment1Details_1 = require("./ApiVerificationEnrichment1Details");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.ApiVerificationEnrichment1OutcomeEnum = {
|
|
27
|
+
Pass: 'pass',
|
|
28
|
+
Fail: 'fail',
|
|
29
|
+
Error: 'error'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
exports.ApiVerificationEnrichment1CheckEnum = {
|
|
35
|
+
EmailFootprintAnalysis: 'email_footprint_analysis',
|
|
36
|
+
PhoneFootprintAnalysis: 'phone_footprint_analysis'
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ApiVerificationEnrichment1 interface.
|
|
40
|
+
*/
|
|
41
|
+
function instanceOfApiVerificationEnrichment1(value) {
|
|
42
|
+
if (!('details' in value) || value['details'] === undefined)
|
|
43
|
+
return false;
|
|
44
|
+
if (!('outcome' in value) || value['outcome'] === undefined)
|
|
45
|
+
return false;
|
|
46
|
+
if (!('check' in value) || value['check'] === undefined)
|
|
47
|
+
return false;
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
function ApiVerificationEnrichment1FromJSON(json) {
|
|
51
|
+
return ApiVerificationEnrichment1FromJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function ApiVerificationEnrichment1FromJSONTyped(json, ignoreDiscriminator) {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'details': (0, ApiVerificationEnrichment1Details_1.ApiVerificationEnrichment1DetailsFromJSON)(json['details']),
|
|
59
|
+
'outcome': json['outcome'],
|
|
60
|
+
'check': json['check'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
function ApiVerificationEnrichment1ToJSON(json) {
|
|
64
|
+
return ApiVerificationEnrichment1ToJSONTyped(json, false);
|
|
65
|
+
}
|
|
66
|
+
function ApiVerificationEnrichment1ToJSONTyped(value, ignoreDiscriminator = false) {
|
|
67
|
+
if (value == null) {
|
|
68
|
+
return value;
|
|
69
|
+
}
|
|
70
|
+
return {
|
|
71
|
+
'details': (0, ApiVerificationEnrichment1Details_1.ApiVerificationEnrichment1DetailsToJSON)(value['details']),
|
|
72
|
+
'outcome': value['outcome'],
|
|
73
|
+
'check': value['check'],
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=ApiVerificationEnrichment1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment1.js","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment1.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA6DH,oFAKC;AAED,gFAEC;AAED,0FAUC;AAED,4EAEC;AAED,sFAWC;AA/FD,2FAK6C;AA6B7C;;GAEG;AACU,QAAA,qCAAqC,GAAG;IACjD,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACR,CAAC;AAGX;;GAEG;AACU,QAAA,mCAAmC,GAAG;IAC/C,sBAAsB,EAAE,0BAA0B;IAClD,sBAAsB,EAAE,0BAA0B;CAC5C,CAAC;AAIX;;GAEG;AACH,SAAgB,oCAAoC,CAAC,KAAa;IAC9D,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS,EAAE,mBAA4B;IAC3F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAA,6EAAyC,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACrE,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,KAAyC,EAAE,sBAA+B,KAAK;IACjI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACpE,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vouchsafe API docs
|
|
3
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
* Contact: help@vouchsafe.id
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiVerificationEnrichment1DetailsSignals } from './ApiVerificationEnrichment1DetailsSignals';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiVerificationEnrichment1Details
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiVerificationEnrichment1Details {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApiVerificationEnrichment1DetailsSignals}
|
|
22
|
+
* @memberof ApiVerificationEnrichment1Details
|
|
23
|
+
*/
|
|
24
|
+
signals: ApiVerificationEnrichment1DetailsSignals;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ApiVerificationEnrichment1Details
|
|
29
|
+
*/
|
|
30
|
+
score: number;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ApiVerificationEnrichment1Details interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfApiVerificationEnrichment1Details(value: object): value is ApiVerificationEnrichment1Details;
|
|
36
|
+
export declare function ApiVerificationEnrichment1DetailsFromJSON(json: any): ApiVerificationEnrichment1Details;
|
|
37
|
+
export declare function ApiVerificationEnrichment1DetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiVerificationEnrichment1Details;
|
|
38
|
+
export declare function ApiVerificationEnrichment1DetailsToJSON(json: any): ApiVerificationEnrichment1Details;
|
|
39
|
+
export declare function ApiVerificationEnrichment1DetailsToJSONTyped(value?: ApiVerificationEnrichment1Details | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=ApiVerificationEnrichment1Details.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment1Details.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment1Details.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,OAAO,EAAE,wCAAwC,CAAC;IAClD;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iCAAiC,CAIrH;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEtG;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iCAAiC,CASzI;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEpG;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,iCAAiC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxJ"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Vouchsafe API docs
|
|
6
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
* Contact: help@vouchsafe.id
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiVerificationEnrichment1Details = instanceOfApiVerificationEnrichment1Details;
|
|
17
|
+
exports.ApiVerificationEnrichment1DetailsFromJSON = ApiVerificationEnrichment1DetailsFromJSON;
|
|
18
|
+
exports.ApiVerificationEnrichment1DetailsFromJSONTyped = ApiVerificationEnrichment1DetailsFromJSONTyped;
|
|
19
|
+
exports.ApiVerificationEnrichment1DetailsToJSON = ApiVerificationEnrichment1DetailsToJSON;
|
|
20
|
+
exports.ApiVerificationEnrichment1DetailsToJSONTyped = ApiVerificationEnrichment1DetailsToJSONTyped;
|
|
21
|
+
const ApiVerificationEnrichment1DetailsSignals_1 = require("./ApiVerificationEnrichment1DetailsSignals");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ApiVerificationEnrichment1Details interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfApiVerificationEnrichment1Details(value) {
|
|
26
|
+
if (!('signals' in value) || value['signals'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('score' in value) || value['score'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function ApiVerificationEnrichment1DetailsFromJSON(json) {
|
|
33
|
+
return ApiVerificationEnrichment1DetailsFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function ApiVerificationEnrichment1DetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'signals': (0, ApiVerificationEnrichment1DetailsSignals_1.ApiVerificationEnrichment1DetailsSignalsFromJSON)(json['signals']),
|
|
41
|
+
'score': json['score'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function ApiVerificationEnrichment1DetailsToJSON(json) {
|
|
45
|
+
return ApiVerificationEnrichment1DetailsToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function ApiVerificationEnrichment1DetailsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'signals': (0, ApiVerificationEnrichment1DetailsSignals_1.ApiVerificationEnrichment1DetailsSignalsToJSON)(value['signals']),
|
|
53
|
+
'score': value['score'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=ApiVerificationEnrichment1Details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment1Details.js","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment1Details.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAkCH,kGAIC;AAED,8FAEC;AAED,wGASC;AAED,0FAEC;AAED,oGAUC;AAjED,yGAKoD;AAsBpD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAA,2FAAgD,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5E,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,IAAA,yFAA8C,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QAC3E,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vouchsafe API docs
|
|
3
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
* Contact: help@vouchsafe.id
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ApiVerificationEnrichment1DetailsSignals
|
|
16
|
+
*/
|
|
17
|
+
export interface ApiVerificationEnrichment1DetailsSignals {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<any>}
|
|
21
|
+
* @memberof ApiVerificationEnrichment1DetailsSignals
|
|
22
|
+
*/
|
|
23
|
+
negative: Array<any>;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Array<any>}
|
|
27
|
+
* @memberof ApiVerificationEnrichment1DetailsSignals
|
|
28
|
+
*/
|
|
29
|
+
positive: Array<any>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ApiVerificationEnrichment1DetailsSignals interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfApiVerificationEnrichment1DetailsSignals(value: object): value is ApiVerificationEnrichment1DetailsSignals;
|
|
35
|
+
export declare function ApiVerificationEnrichment1DetailsSignalsFromJSON(json: any): ApiVerificationEnrichment1DetailsSignals;
|
|
36
|
+
export declare function ApiVerificationEnrichment1DetailsSignalsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiVerificationEnrichment1DetailsSignals;
|
|
37
|
+
export declare function ApiVerificationEnrichment1DetailsSignalsToJSON(json: any): ApiVerificationEnrichment1DetailsSignals;
|
|
38
|
+
export declare function ApiVerificationEnrichment1DetailsSignalsToJSONTyped(value?: ApiVerificationEnrichment1DetailsSignals | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=ApiVerificationEnrichment1DetailsSignals.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment1DetailsSignals.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment1DetailsSignals.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACrB;;;;OAIG;IACH,QAAQ,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAInI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Vouchsafe API docs
|
|
6
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
* Contact: help@vouchsafe.id
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfApiVerificationEnrichment1DetailsSignals = instanceOfApiVerificationEnrichment1DetailsSignals;
|
|
17
|
+
exports.ApiVerificationEnrichment1DetailsSignalsFromJSON = ApiVerificationEnrichment1DetailsSignalsFromJSON;
|
|
18
|
+
exports.ApiVerificationEnrichment1DetailsSignalsFromJSONTyped = ApiVerificationEnrichment1DetailsSignalsFromJSONTyped;
|
|
19
|
+
exports.ApiVerificationEnrichment1DetailsSignalsToJSON = ApiVerificationEnrichment1DetailsSignalsToJSON;
|
|
20
|
+
exports.ApiVerificationEnrichment1DetailsSignalsToJSONTyped = ApiVerificationEnrichment1DetailsSignalsToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ApiVerificationEnrichment1DetailsSignals interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfApiVerificationEnrichment1DetailsSignals(value) {
|
|
25
|
+
if (!('negative' in value) || value['negative'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('positive' in value) || value['positive'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function ApiVerificationEnrichment1DetailsSignalsFromJSON(json) {
|
|
32
|
+
return ApiVerificationEnrichment1DetailsSignalsFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function ApiVerificationEnrichment1DetailsSignalsFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'negative': json['negative'],
|
|
40
|
+
'positive': json['positive'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function ApiVerificationEnrichment1DetailsSignalsToJSON(json) {
|
|
44
|
+
return ApiVerificationEnrichment1DetailsSignalsToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function ApiVerificationEnrichment1DetailsSignalsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'negative': value['negative'],
|
|
52
|
+
'positive': value['positive'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=ApiVerificationEnrichment1DetailsSignals.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment1DetailsSignals.js","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment1DetailsSignals.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gHAIC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AAtCD;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;QAC5B,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;KAC/B,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vouchsafe API docs
|
|
3
|
+
* Vouchsafe offers a REST API to conduct operations programmatically. You can request and manage verifications, as well as perform smart lookups. To use the API, you need a client ID and secret from the Vouchsafe dashboard. [Sign up here](https://app.vouchsafe.id/) if you haven\'t already. We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_ZNWBPnysvwmdIwboLViE8) showing the basics, as well as [SDKs and libraries](https://help.vouchsafe.id/en/articles/12026847-vouchsafe-sdks-and-libraries) for popular languages.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
* Contact: help@vouchsafe.id
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ApiVerificationEnrichment2Details } from './ApiVerificationEnrichment2Details';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ApiVerificationEnrichment2
|
|
17
|
+
*/
|
|
18
|
+
export interface ApiVerificationEnrichment2 {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ApiVerificationEnrichment2Details}
|
|
22
|
+
* @memberof ApiVerificationEnrichment2
|
|
23
|
+
*/
|
|
24
|
+
details: ApiVerificationEnrichment2Details;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ApiVerificationEnrichment2
|
|
29
|
+
*/
|
|
30
|
+
outcome: ApiVerificationEnrichment2OutcomeEnum;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ApiVerificationEnrichment2
|
|
35
|
+
*/
|
|
36
|
+
check: ApiVerificationEnrichment2CheckEnum;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const ApiVerificationEnrichment2OutcomeEnum: {
|
|
42
|
+
readonly Pass: "pass";
|
|
43
|
+
readonly Fail: "fail";
|
|
44
|
+
readonly Error: "error";
|
|
45
|
+
};
|
|
46
|
+
export type ApiVerificationEnrichment2OutcomeEnum = typeof ApiVerificationEnrichment2OutcomeEnum[keyof typeof ApiVerificationEnrichment2OutcomeEnum];
|
|
47
|
+
/**
|
|
48
|
+
* @export
|
|
49
|
+
*/
|
|
50
|
+
export declare const ApiVerificationEnrichment2CheckEnum: {
|
|
51
|
+
readonly Radar: "radar";
|
|
52
|
+
};
|
|
53
|
+
export type ApiVerificationEnrichment2CheckEnum = typeof ApiVerificationEnrichment2CheckEnum[keyof typeof ApiVerificationEnrichment2CheckEnum];
|
|
54
|
+
/**
|
|
55
|
+
* Check if a given object implements the ApiVerificationEnrichment2 interface.
|
|
56
|
+
*/
|
|
57
|
+
export declare function instanceOfApiVerificationEnrichment2(value: object): value is ApiVerificationEnrichment2;
|
|
58
|
+
export declare function ApiVerificationEnrichment2FromJSON(json: any): ApiVerificationEnrichment2;
|
|
59
|
+
export declare function ApiVerificationEnrichment2FromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiVerificationEnrichment2;
|
|
60
|
+
export declare function ApiVerificationEnrichment2ToJSON(json: any): ApiVerificationEnrichment2;
|
|
61
|
+
export declare function ApiVerificationEnrichment2ToJSONTyped(value?: ApiVerificationEnrichment2 | null, ignoreDiscriminator?: boolean): any;
|
|
62
|
+
//# sourceMappingURL=ApiVerificationEnrichment2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVerificationEnrichment2.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/ApiVerificationEnrichment2.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAQ7F;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,OAAO,EAAE,iCAAiC,CAAC;IAC3C;;;;OAIG;IACH,OAAO,EAAE,qCAAqC,CAAC;IAC/C;;;;OAIG;IACH,KAAK,EAAE,mCAAmC,CAAC;CAC9C;AAGD;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;CAIxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAErJ;;GAEG;AACH,eAAO,MAAM,mCAAmC;;CAEtC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAG/I;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAKvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAU3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1I"}
|