@vouchsafe/node 0.1.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/LICENSE +21 -0
- package/README.md +99 -0
- package/dist/cjs/VouchsafeClient.d.ts +46 -0
- package/dist/cjs/VouchsafeClient.d.ts.map +1 -0
- package/dist/cjs/VouchsafeClient.js +96 -0
- package/dist/cjs/VouchsafeClient.js.map +1 -0
- package/dist/cjs/index.d.ts +3 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +22 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/openapi/apis/AuthenticationApi.d.ts +30 -0
- package/dist/cjs/openapi/apis/AuthenticationApi.d.ts.map +1 -0
- package/dist/cjs/openapi/apis/AuthenticationApi.js +85 -0
- package/dist/cjs/openapi/apis/AuthenticationApi.js.map +1 -0
- package/dist/cjs/openapi/apis/SmartLookupsApi.d.ts +41 -0
- package/dist/cjs/openapi/apis/SmartLookupsApi.d.ts.map +1 -0
- package/dist/cjs/openapi/apis/SmartLookupsApi.js +127 -0
- package/dist/cjs/openapi/apis/SmartLookupsApi.js.map +1 -0
- package/dist/cjs/openapi/apis/VerificationsApi.d.ts +52 -0
- package/dist/cjs/openapi/apis/VerificationsApi.d.ts.map +1 -0
- package/dist/cjs/openapi/apis/VerificationsApi.js +157 -0
- package/dist/cjs/openapi/apis/VerificationsApi.js.map +1 -0
- package/dist/cjs/openapi/apis/index.d.ts +4 -0
- package/dist/cjs/openapi/apis/index.d.ts.map +1 -0
- package/dist/cjs/openapi/apis/index.js +22 -0
- package/dist/cjs/openapi/apis/index.js.map +1 -0
- package/dist/cjs/openapi/index.d.ts +4 -0
- package/dist/cjs/openapi/index.d.ts.map +1 -0
- package/dist/cjs/openapi/index.js +22 -0
- package/dist/cjs/openapi/index.js.map +1 -0
- package/dist/cjs/openapi/models/ApiErrorResponse.d.ts +45 -0
- package/dist/cjs/openapi/models/ApiErrorResponse.d.ts.map +1 -0
- package/dist/cjs/openapi/models/ApiErrorResponse.js +57 -0
- package/dist/cjs/openapi/models/ApiErrorResponse.js.map +1 -0
- package/dist/cjs/openapi/models/AuthenticateRequestBody.d.ts +39 -0
- package/dist/cjs/openapi/models/AuthenticateRequestBody.d.ts.map +1 -0
- package/dist/cjs/openapi/models/AuthenticateRequestBody.js +55 -0
- package/dist/cjs/openapi/models/AuthenticateRequestBody.js.map +1 -0
- package/dist/cjs/openapi/models/AuthenticateResponse.d.ts +39 -0
- package/dist/cjs/openapi/models/AuthenticateResponse.d.ts.map +1 -0
- package/dist/cjs/openapi/models/AuthenticateResponse.js +55 -0
- package/dist/cjs/openapi/models/AuthenticateResponse.js.map +1 -0
- package/dist/cjs/openapi/models/CheckResult.d.ts +41 -0
- package/dist/cjs/openapi/models/CheckResult.d.ts.map +1 -0
- package/dist/cjs/openapi/models/CheckResult.js +55 -0
- package/dist/cjs/openapi/models/CheckResult.js.map +1 -0
- package/dist/cjs/openapi/models/CheckState.d.ts +28 -0
- package/dist/cjs/openapi/models/CheckState.d.ts.map +1 -0
- package/dist/cjs/openapi/models/CheckState.js +54 -0
- package/dist/cjs/openapi/models/CheckState.js.map +1 -0
- package/dist/cjs/openapi/models/GetSmartLookupResponse.d.ts +89 -0
- package/dist/cjs/openapi/models/GetSmartLookupResponse.d.ts.map +1 -0
- package/dist/cjs/openapi/models/GetSmartLookupResponse.js +89 -0
- package/dist/cjs/openapi/models/GetSmartLookupResponse.js.map +1 -0
- package/dist/cjs/openapi/models/Model36EnumsBackgroundCheck.d.ts +28 -0
- package/dist/cjs/openapi/models/Model36EnumsBackgroundCheck.d.ts.map +1 -0
- package/dist/cjs/openapi/models/Model36EnumsBackgroundCheck.js +54 -0
- package/dist/cjs/openapi/models/Model36EnumsBackgroundCheck.js.map +1 -0
- package/dist/cjs/openapi/models/PostcodeResponse.d.ts +33 -0
- package/dist/cjs/openapi/models/PostcodeResponse.d.ts.map +1 -0
- package/dist/cjs/openapi/models/PostcodeResponse.js +51 -0
- package/dist/cjs/openapi/models/PostcodeResponse.js.map +1 -0
- package/dist/cjs/openapi/models/Reason.d.ts +28 -0
- package/dist/cjs/openapi/models/Reason.d.ts.map +1 -0
- package/dist/cjs/openapi/models/Reason.js +54 -0
- package/dist/cjs/openapi/models/Reason.js.map +1 -0
- package/dist/cjs/openapi/models/RecordAddressVerificationChecksCheckResult.d.ts +46 -0
- package/dist/cjs/openapi/models/RecordAddressVerificationChecksCheckResult.d.ts.map +1 -0
- package/dist/cjs/openapi/models/RecordAddressVerificationChecksCheckResult.js +60 -0
- package/dist/cjs/openapi/models/RecordAddressVerificationChecksCheckResult.js.map +1 -0
- package/dist/cjs/openapi/models/Report.d.ts +41 -0
- package/dist/cjs/openapi/models/Report.d.ts.map +1 -0
- package/dist/cjs/openapi/models/Report.js +57 -0
- package/dist/cjs/openapi/models/Report.js.map +1 -0
- package/dist/cjs/openapi/models/RequestVerificationRequestBody.d.ts +97 -0
- package/dist/cjs/openapi/models/RequestVerificationRequestBody.d.ts.map +1 -0
- package/dist/cjs/openapi/models/RequestVerificationRequestBody.js +69 -0
- package/dist/cjs/openapi/models/RequestVerificationRequestBody.js.map +1 -0
- package/dist/cjs/openapi/models/RequestVerificationResponse.d.ts +45 -0
- package/dist/cjs/openapi/models/RequestVerificationResponse.d.ts.map +1 -0
- package/dist/cjs/openapi/models/RequestVerificationResponse.js +59 -0
- package/dist/cjs/openapi/models/RequestVerificationResponse.js.map +1 -0
- package/dist/cjs/openapi/models/SmartLookupInput.d.ts +64 -0
- package/dist/cjs/openapi/models/SmartLookupInput.d.ts.map +1 -0
- package/dist/cjs/openapi/models/SmartLookupInput.js +74 -0
- package/dist/cjs/openapi/models/SmartLookupInput.js.map +1 -0
- package/dist/cjs/openapi/models/Status.d.ts +30 -0
- package/dist/cjs/openapi/models/Status.d.ts.map +1 -0
- package/dist/cjs/openapi/models/Status.js +56 -0
- package/dist/cjs/openapi/models/Status.js.map +1 -0
- package/dist/cjs/openapi/models/Verification.d.ts +76 -0
- package/dist/cjs/openapi/models/Verification.d.ts.map +1 -0
- package/dist/cjs/openapi/models/Verification.js +80 -0
- package/dist/cjs/openapi/models/Verification.js.map +1 -0
- package/dist/cjs/openapi/models/index.d.ts +17 -0
- package/dist/cjs/openapi/models/index.d.ts.map +1 -0
- package/dist/cjs/openapi/models/index.js +35 -0
- package/dist/cjs/openapi/models/index.js.map +1 -0
- package/dist/cjs/openapi/runtime.d.ts +185 -0
- package/dist/cjs/openapi/runtime.d.ts.map +1 -0
- package/dist/cjs/openapi/runtime.js +339 -0
- package/dist/cjs/openapi/runtime.js.map +1 -0
- package/dist/esm/VouchsafeClient.d.ts +46 -0
- package/dist/esm/VouchsafeClient.d.ts.map +1 -0
- package/dist/esm/VouchsafeClient.js +91 -0
- package/dist/esm/VouchsafeClient.js.map +1 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/openapi/apis/AuthenticationApi.d.ts +30 -0
- package/dist/esm/openapi/apis/AuthenticationApi.d.ts.map +1 -0
- package/dist/esm/openapi/apis/AuthenticationApi.js +48 -0
- package/dist/esm/openapi/apis/AuthenticationApi.js.map +1 -0
- package/dist/esm/openapi/apis/SmartLookupsApi.d.ts +41 -0
- package/dist/esm/openapi/apis/SmartLookupsApi.d.ts.map +1 -0
- package/dist/esm/openapi/apis/SmartLookupsApi.js +90 -0
- package/dist/esm/openapi/apis/SmartLookupsApi.js.map +1 -0
- package/dist/esm/openapi/apis/VerificationsApi.d.ts +52 -0
- package/dist/esm/openapi/apis/VerificationsApi.d.ts.map +1 -0
- package/dist/esm/openapi/apis/VerificationsApi.js +120 -0
- package/dist/esm/openapi/apis/VerificationsApi.js.map +1 -0
- package/dist/esm/openapi/apis/index.d.ts +4 -0
- package/dist/esm/openapi/apis/index.d.ts.map +1 -0
- package/dist/esm/openapi/apis/index.js +6 -0
- package/dist/esm/openapi/apis/index.js.map +1 -0
- package/dist/esm/openapi/index.d.ts +4 -0
- package/dist/esm/openapi/index.d.ts.map +1 -0
- package/dist/esm/openapi/index.js +6 -0
- package/dist/esm/openapi/index.js.map +1 -0
- package/dist/esm/openapi/models/ApiErrorResponse.d.ts +45 -0
- package/dist/esm/openapi/models/ApiErrorResponse.d.ts.map +1 -0
- package/dist/esm/openapi/models/ApiErrorResponse.js +50 -0
- package/dist/esm/openapi/models/ApiErrorResponse.js.map +1 -0
- package/dist/esm/openapi/models/AuthenticateRequestBody.d.ts +39 -0
- package/dist/esm/openapi/models/AuthenticateRequestBody.d.ts.map +1 -0
- package/dist/esm/openapi/models/AuthenticateRequestBody.js +48 -0
- package/dist/esm/openapi/models/AuthenticateRequestBody.js.map +1 -0
- package/dist/esm/openapi/models/AuthenticateResponse.d.ts +39 -0
- package/dist/esm/openapi/models/AuthenticateResponse.d.ts.map +1 -0
- package/dist/esm/openapi/models/AuthenticateResponse.js +48 -0
- package/dist/esm/openapi/models/AuthenticateResponse.js.map +1 -0
- package/dist/esm/openapi/models/CheckResult.d.ts +41 -0
- package/dist/esm/openapi/models/CheckResult.d.ts.map +1 -0
- package/dist/esm/openapi/models/CheckResult.js +48 -0
- package/dist/esm/openapi/models/CheckResult.js.map +1 -0
- package/dist/esm/openapi/models/CheckState.d.ts +28 -0
- package/dist/esm/openapi/models/CheckState.d.ts.map +1 -0
- package/dist/esm/openapi/models/CheckState.js +46 -0
- package/dist/esm/openapi/models/CheckState.js.map +1 -0
- package/dist/esm/openapi/models/GetSmartLookupResponse.d.ts +89 -0
- package/dist/esm/openapi/models/GetSmartLookupResponse.d.ts.map +1 -0
- package/dist/esm/openapi/models/GetSmartLookupResponse.js +82 -0
- package/dist/esm/openapi/models/GetSmartLookupResponse.js.map +1 -0
- package/dist/esm/openapi/models/Model36EnumsBackgroundCheck.d.ts +28 -0
- package/dist/esm/openapi/models/Model36EnumsBackgroundCheck.d.ts.map +1 -0
- package/dist/esm/openapi/models/Model36EnumsBackgroundCheck.js +46 -0
- package/dist/esm/openapi/models/Model36EnumsBackgroundCheck.js.map +1 -0
- package/dist/esm/openapi/models/PostcodeResponse.d.ts +33 -0
- package/dist/esm/openapi/models/PostcodeResponse.d.ts.map +1 -0
- package/dist/esm/openapi/models/PostcodeResponse.js +44 -0
- package/dist/esm/openapi/models/PostcodeResponse.js.map +1 -0
- package/dist/esm/openapi/models/Reason.d.ts +28 -0
- package/dist/esm/openapi/models/Reason.d.ts.map +1 -0
- package/dist/esm/openapi/models/Reason.js +46 -0
- package/dist/esm/openapi/models/Reason.js.map +1 -0
- package/dist/esm/openapi/models/RecordAddressVerificationChecksCheckResult.d.ts +46 -0
- package/dist/esm/openapi/models/RecordAddressVerificationChecksCheckResult.d.ts.map +1 -0
- package/dist/esm/openapi/models/RecordAddressVerificationChecksCheckResult.js +53 -0
- package/dist/esm/openapi/models/RecordAddressVerificationChecksCheckResult.js.map +1 -0
- package/dist/esm/openapi/models/Report.d.ts +41 -0
- package/dist/esm/openapi/models/Report.d.ts.map +1 -0
- package/dist/esm/openapi/models/Report.js +50 -0
- package/dist/esm/openapi/models/Report.js.map +1 -0
- package/dist/esm/openapi/models/RequestVerificationRequestBody.d.ts +97 -0
- package/dist/esm/openapi/models/RequestVerificationRequestBody.d.ts.map +1 -0
- package/dist/esm/openapi/models/RequestVerificationRequestBody.js +62 -0
- package/dist/esm/openapi/models/RequestVerificationRequestBody.js.map +1 -0
- package/dist/esm/openapi/models/RequestVerificationResponse.d.ts +45 -0
- package/dist/esm/openapi/models/RequestVerificationResponse.d.ts.map +1 -0
- package/dist/esm/openapi/models/RequestVerificationResponse.js +52 -0
- package/dist/esm/openapi/models/RequestVerificationResponse.js.map +1 -0
- package/dist/esm/openapi/models/SmartLookupInput.d.ts +64 -0
- package/dist/esm/openapi/models/SmartLookupInput.d.ts.map +1 -0
- package/dist/esm/openapi/models/SmartLookupInput.js +66 -0
- package/dist/esm/openapi/models/SmartLookupInput.js.map +1 -0
- package/dist/esm/openapi/models/Status.d.ts +30 -0
- package/dist/esm/openapi/models/Status.d.ts.map +1 -0
- package/dist/esm/openapi/models/Status.js +48 -0
- package/dist/esm/openapi/models/Status.js.map +1 -0
- package/dist/esm/openapi/models/Verification.d.ts +76 -0
- package/dist/esm/openapi/models/Verification.d.ts.map +1 -0
- package/dist/esm/openapi/models/Verification.js +73 -0
- package/dist/esm/openapi/models/Verification.js.map +1 -0
- package/dist/esm/openapi/models/index.d.ts +17 -0
- package/dist/esm/openapi/models/index.d.ts.map +1 -0
- package/dist/esm/openapi/models/index.js +19 -0
- package/dist/esm/openapi/models/index.js.map +1 -0
- package/dist/esm/openapi/runtime.d.ts +185 -0
- package/dist/esm/openapi/runtime.d.ts.map +1 -0
- package/dist/esm/openapi/runtime.js +323 -0
- package/dist/esm/openapi/runtime.js.map +1 -0
- package/package.json +41 -0
|
@@ -0,0 +1,41 @@
|
|
|
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.
|
|
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 { CheckState } from './CheckState';
|
|
13
|
+
import type { Reason } from './Reason';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CheckResult
|
|
18
|
+
*/
|
|
19
|
+
export interface CheckResult {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {CheckState}
|
|
23
|
+
* @memberof CheckResult
|
|
24
|
+
*/
|
|
25
|
+
state: CheckState;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Reason}
|
|
29
|
+
* @memberof CheckResult
|
|
30
|
+
*/
|
|
31
|
+
reason?: Reason;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the CheckResult interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfCheckResult(value: object): value is CheckResult;
|
|
37
|
+
export declare function CheckResultFromJSON(json: any): CheckResult;
|
|
38
|
+
export declare function CheckResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): CheckResult;
|
|
39
|
+
export declare function CheckResultToJSON(json: any): CheckResult;
|
|
40
|
+
export declare function CheckResultToJSONTyped(value?: CheckResult | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=CheckResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckResult.d.ts","sourceRoot":"","sources":["../../../../src/openapi/models/CheckResult.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAQvC;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,KAAK,EAAE,UAAU,CAAC;IAClB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAID;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAGzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAS7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5G"}
|
|
@@ -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.
|
|
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.instanceOfCheckResult = instanceOfCheckResult;
|
|
17
|
+
exports.CheckResultFromJSON = CheckResultFromJSON;
|
|
18
|
+
exports.CheckResultFromJSONTyped = CheckResultFromJSONTyped;
|
|
19
|
+
exports.CheckResultToJSON = CheckResultToJSON;
|
|
20
|
+
exports.CheckResultToJSONTyped = CheckResultToJSONTyped;
|
|
21
|
+
const CheckState_1 = require("./CheckState");
|
|
22
|
+
const Reason_1 = require("./Reason");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the CheckResult interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfCheckResult(value) {
|
|
27
|
+
if (!('state' in value) || value['state'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function CheckResultFromJSON(json) {
|
|
32
|
+
return CheckResultFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function CheckResultFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'state': (0, CheckState_1.CheckStateFromJSON)(json['state']),
|
|
40
|
+
'reason': json['reason'] == null ? undefined : (0, Reason_1.ReasonFromJSON)(json['reason']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function CheckResultToJSON(json) {
|
|
44
|
+
return CheckResultToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function CheckResultToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'state': (0, CheckState_1.CheckStateToJSON)(value['state']),
|
|
52
|
+
'reason': (0, Reason_1.ReasonToJSON)(value['reason']),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=CheckResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckResult.js","sourceRoot":"","sources":["../../../../src/openapi/models/CheckResult.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA2CH,sDAGC;AAED,kDAEC;AAED,4DASC;AAED,8CAEC;AAED,wDAUC;AAzED,6CAKsB;AAEtB,qCAKkB;AAwBlB;;GAEG;AACH,SAAgB,qBAAqB,CAAC,KAAa;IAC/C,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,mBAAmB,CAAC,IAAS;IACzC,OAAO,wBAAwB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjD,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS,EAAE,mBAA4B;IAC5E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAA,+BAAkB,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uBAAc,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAChF,CAAC;AACN,CAAC;AAED,SAAgB,iBAAiB,CAAC,IAAS;IACvC,OAAO,sBAAsB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/C,CAAC;AAED,SAAgB,sBAAsB,CAAC,KAA0B,EAAE,sBAA+B,KAAK;IACnG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,IAAA,6BAAgB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACzC,QAAQ,EAAE,IAAA,qBAAY,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;KAC1C,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.
|
|
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
|
+
*/
|
|
16
|
+
export declare const CheckState: {
|
|
17
|
+
readonly Pass: "PASS";
|
|
18
|
+
readonly Fail: "FAIL";
|
|
19
|
+
readonly Partial: "PARTIAL";
|
|
20
|
+
readonly NotPerformed: "NOT_PERFORMED";
|
|
21
|
+
};
|
|
22
|
+
export type CheckState = typeof CheckState[keyof typeof CheckState];
|
|
23
|
+
export declare function instanceOfCheckState(value: any): boolean;
|
|
24
|
+
export declare function CheckStateFromJSON(json: any): CheckState;
|
|
25
|
+
export declare function CheckStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): CheckState;
|
|
26
|
+
export declare function CheckStateToJSON(value?: CheckState | null): any;
|
|
27
|
+
export declare function CheckStateToJSONTyped(value: any, ignoreDiscriminator: boolean): CheckState;
|
|
28
|
+
//# sourceMappingURL=CheckState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckState.d.ts","sourceRoot":"","sources":["../../../../src/openapi/models/CheckState.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAGpE,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASxD;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAExD;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,UAAU,CAE3F;AAED,wBAAgB,gBAAgB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,GAAG,GAAG,CAE/D;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,UAAU,CAE1F"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.
|
|
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.CheckState = void 0;
|
|
17
|
+
exports.instanceOfCheckState = instanceOfCheckState;
|
|
18
|
+
exports.CheckStateFromJSON = CheckStateFromJSON;
|
|
19
|
+
exports.CheckStateFromJSONTyped = CheckStateFromJSONTyped;
|
|
20
|
+
exports.CheckStateToJSON = CheckStateToJSON;
|
|
21
|
+
exports.CheckStateToJSONTyped = CheckStateToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.CheckState = {
|
|
27
|
+
Pass: 'PASS',
|
|
28
|
+
Fail: 'FAIL',
|
|
29
|
+
Partial: 'PARTIAL',
|
|
30
|
+
NotPerformed: 'NOT_PERFORMED'
|
|
31
|
+
};
|
|
32
|
+
function instanceOfCheckState(value) {
|
|
33
|
+
for (const key in exports.CheckState) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(exports.CheckState, key)) {
|
|
35
|
+
if (exports.CheckState[key] === value) {
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
function CheckStateFromJSON(json) {
|
|
43
|
+
return CheckStateFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function CheckStateFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
function CheckStateToJSON(value) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
function CheckStateToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=CheckState.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckState.js","sourceRoot":"","sources":["../../../../src/openapi/models/CheckState.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAgBH,oDASC;AAED,gDAEC;AAED,0DAEC;AAED,4CAEC;AAED,sDAEC;AAtCD;;;GAGG;AACU,QAAA,UAAU,GAAG;IACtB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,eAAe;CACvB,CAAC;AAIX,SAAgB,oBAAoB,CAAC,KAAU;IAC3C,KAAK,MAAM,GAAG,IAAI,kBAAU,EAAE,CAAC;QAC3B,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,kBAAU,EAAE,GAAG,CAAC,EAAE,CAAC;YACxD,IAAI,kBAAU,CAAC,GAA8B,CAAC,KAAK,KAAK,EAAE,CAAC;gBACvD,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAgB,kBAAkB,CAAC,IAAS;IACxC,OAAO,uBAAuB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChD,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS,EAAE,mBAA4B;IAC3E,OAAO,IAAkB,CAAC;AAC9B,CAAC;AAED,SAAgB,gBAAgB,CAAC,KAAyB;IACtD,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,SAAgB,qBAAqB,CAAC,KAAU,EAAE,mBAA4B;IAC1E,OAAO,KAAmB,CAAC;AAC/B,CAAC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
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.
|
|
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 { Report } from './Report';
|
|
13
|
+
import type { Model36EnumsBackgroundCheck } from './Model36EnumsBackgroundCheck';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetSmartLookupResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface GetSmartLookupResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof GetSmartLookupResponse
|
|
24
|
+
*/
|
|
25
|
+
id: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof GetSmartLookupResponse
|
|
30
|
+
*/
|
|
31
|
+
team_id: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<Model36EnumsBackgroundCheck>}
|
|
35
|
+
* @memberof GetSmartLookupResponse
|
|
36
|
+
*/
|
|
37
|
+
checks: Array<Model36EnumsBackgroundCheck>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof GetSmartLookupResponse
|
|
42
|
+
*/
|
|
43
|
+
first_name: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof GetSmartLookupResponse
|
|
48
|
+
*/
|
|
49
|
+
last_name: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof GetSmartLookupResponse
|
|
54
|
+
*/
|
|
55
|
+
first_line_of_address: string | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof GetSmartLookupResponse
|
|
60
|
+
*/
|
|
61
|
+
postcode: string | null;
|
|
62
|
+
/**
|
|
63
|
+
* Whether the overall check and its sub-checks passed, failed or somethng else.
|
|
64
|
+
* @type {Report}
|
|
65
|
+
* @memberof GetSmartLookupResponse
|
|
66
|
+
*/
|
|
67
|
+
address_verification_report: Report | null;
|
|
68
|
+
/**
|
|
69
|
+
* Extra information to aid debugging. May change without notice.
|
|
70
|
+
* @type {any}
|
|
71
|
+
* @memberof GetSmartLookupResponse
|
|
72
|
+
*/
|
|
73
|
+
metadata: any | null;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof GetSmartLookupResponse
|
|
78
|
+
*/
|
|
79
|
+
created_at: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Check if a given object implements the GetSmartLookupResponse interface.
|
|
83
|
+
*/
|
|
84
|
+
export declare function instanceOfGetSmartLookupResponse(value: object): value is GetSmartLookupResponse;
|
|
85
|
+
export declare function GetSmartLookupResponseFromJSON(json: any): GetSmartLookupResponse;
|
|
86
|
+
export declare function GetSmartLookupResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSmartLookupResponse;
|
|
87
|
+
export declare function GetSmartLookupResponseToJSON(json: any): GetSmartLookupResponse;
|
|
88
|
+
export declare function GetSmartLookupResponseToJSONTyped(value?: GetSmartLookupResponse | null, ignoreDiscriminator?: boolean): any;
|
|
89
|
+
//# sourceMappingURL=GetSmartLookupResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetSmartLookupResponse.d.ts","sourceRoot":"","sources":["../../../../src/openapi/models/GetSmartLookupResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAOvC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAC3C;;;;OAIG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C;;;;OAIG;IACH,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAY/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAiBnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkBlI"}
|
|
@@ -0,0 +1,89 @@
|
|
|
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.
|
|
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.instanceOfGetSmartLookupResponse = instanceOfGetSmartLookupResponse;
|
|
17
|
+
exports.GetSmartLookupResponseFromJSON = GetSmartLookupResponseFromJSON;
|
|
18
|
+
exports.GetSmartLookupResponseFromJSONTyped = GetSmartLookupResponseFromJSONTyped;
|
|
19
|
+
exports.GetSmartLookupResponseToJSON = GetSmartLookupResponseToJSON;
|
|
20
|
+
exports.GetSmartLookupResponseToJSONTyped = GetSmartLookupResponseToJSONTyped;
|
|
21
|
+
const Report_1 = require("./Report");
|
|
22
|
+
const Model36EnumsBackgroundCheck_1 = require("./Model36EnumsBackgroundCheck");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the GetSmartLookupResponse interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfGetSmartLookupResponse(value) {
|
|
27
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('team_id' in value) || value['team_id'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('checks' in value) || value['checks'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('first_name' in value) || value['first_name'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('last_name' in value) || value['last_name'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('first_line_of_address' in value) || value['first_line_of_address'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('postcode' in value) || value['postcode'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
if (!('address_verification_report' in value) || value['address_verification_report'] === undefined)
|
|
42
|
+
return false;
|
|
43
|
+
if (!('metadata' in value) || value['metadata'] === undefined)
|
|
44
|
+
return false;
|
|
45
|
+
if (!('created_at' in value) || value['created_at'] === undefined)
|
|
46
|
+
return false;
|
|
47
|
+
return true;
|
|
48
|
+
}
|
|
49
|
+
function GetSmartLookupResponseFromJSON(json) {
|
|
50
|
+
return GetSmartLookupResponseFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
function GetSmartLookupResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
53
|
+
if (json == null) {
|
|
54
|
+
return json;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'id': json['id'],
|
|
58
|
+
'team_id': json['team_id'],
|
|
59
|
+
'checks': (json['checks'].map(Model36EnumsBackgroundCheck_1.Model36EnumsBackgroundCheckFromJSON)),
|
|
60
|
+
'first_name': json['first_name'],
|
|
61
|
+
'last_name': json['last_name'],
|
|
62
|
+
'first_line_of_address': json['first_line_of_address'],
|
|
63
|
+
'postcode': json['postcode'],
|
|
64
|
+
'address_verification_report': (0, Report_1.ReportFromJSON)(json['address_verification_report']),
|
|
65
|
+
'metadata': json['metadata'],
|
|
66
|
+
'created_at': json['created_at'],
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
function GetSmartLookupResponseToJSON(json) {
|
|
70
|
+
return GetSmartLookupResponseToJSONTyped(json, false);
|
|
71
|
+
}
|
|
72
|
+
function GetSmartLookupResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
'id': value['id'],
|
|
78
|
+
'team_id': value['team_id'],
|
|
79
|
+
'checks': (value['checks'].map(Model36EnumsBackgroundCheck_1.Model36EnumsBackgroundCheckToJSON)),
|
|
80
|
+
'first_name': value['first_name'],
|
|
81
|
+
'last_name': value['last_name'],
|
|
82
|
+
'first_line_of_address': value['first_line_of_address'],
|
|
83
|
+
'postcode': value['postcode'],
|
|
84
|
+
'address_verification_report': (0, Report_1.ReportToJSON)(value['address_verification_report']),
|
|
85
|
+
'metadata': value['metadata'],
|
|
86
|
+
'created_at': value['created_at'],
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=GetSmartLookupResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetSmartLookupResponse.js","sourceRoot":"","sources":["../../../../src/openapi/models/GetSmartLookupResponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.
|
|
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
|
+
*/
|
|
16
|
+
export declare const Model36EnumsBackgroundCheck: {
|
|
17
|
+
readonly Aml: "AML";
|
|
18
|
+
readonly Address: "Address";
|
|
19
|
+
readonly OnlineFootprint: "OnlineFootprint";
|
|
20
|
+
readonly DataBreaches: "DataBreaches";
|
|
21
|
+
};
|
|
22
|
+
export type Model36EnumsBackgroundCheck = typeof Model36EnumsBackgroundCheck[keyof typeof Model36EnumsBackgroundCheck];
|
|
23
|
+
export declare function instanceOfModel36EnumsBackgroundCheck(value: any): boolean;
|
|
24
|
+
export declare function Model36EnumsBackgroundCheckFromJSON(json: any): Model36EnumsBackgroundCheck;
|
|
25
|
+
export declare function Model36EnumsBackgroundCheckFromJSONTyped(json: any, ignoreDiscriminator: boolean): Model36EnumsBackgroundCheck;
|
|
26
|
+
export declare function Model36EnumsBackgroundCheckToJSON(value?: Model36EnumsBackgroundCheck | null): any;
|
|
27
|
+
export declare function Model36EnumsBackgroundCheckToJSONTyped(value: any, ignoreDiscriminator: boolean): Model36EnumsBackgroundCheck;
|
|
28
|
+
//# sourceMappingURL=Model36EnumsBackgroundCheck.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Model36EnumsBackgroundCheck.d.ts","sourceRoot":"","sources":["../../../../src/openapi/models/Model36EnumsBackgroundCheck.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;CAK9B,CAAC;AACX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC;AAGvH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASzE;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAE7H;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,GAAG,GAAG,CAEjG;AAED,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAE5H"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.
|
|
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.Model36EnumsBackgroundCheck = void 0;
|
|
17
|
+
exports.instanceOfModel36EnumsBackgroundCheck = instanceOfModel36EnumsBackgroundCheck;
|
|
18
|
+
exports.Model36EnumsBackgroundCheckFromJSON = Model36EnumsBackgroundCheckFromJSON;
|
|
19
|
+
exports.Model36EnumsBackgroundCheckFromJSONTyped = Model36EnumsBackgroundCheckFromJSONTyped;
|
|
20
|
+
exports.Model36EnumsBackgroundCheckToJSON = Model36EnumsBackgroundCheckToJSON;
|
|
21
|
+
exports.Model36EnumsBackgroundCheckToJSONTyped = Model36EnumsBackgroundCheckToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.Model36EnumsBackgroundCheck = {
|
|
27
|
+
Aml: 'AML',
|
|
28
|
+
Address: 'Address',
|
|
29
|
+
OnlineFootprint: 'OnlineFootprint',
|
|
30
|
+
DataBreaches: 'DataBreaches'
|
|
31
|
+
};
|
|
32
|
+
function instanceOfModel36EnumsBackgroundCheck(value) {
|
|
33
|
+
for (const key in exports.Model36EnumsBackgroundCheck) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(exports.Model36EnumsBackgroundCheck, key)) {
|
|
35
|
+
if (exports.Model36EnumsBackgroundCheck[key] === value) {
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
function Model36EnumsBackgroundCheckFromJSON(json) {
|
|
43
|
+
return Model36EnumsBackgroundCheckFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function Model36EnumsBackgroundCheckFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
function Model36EnumsBackgroundCheckToJSON(value) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
function Model36EnumsBackgroundCheckToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=Model36EnumsBackgroundCheck.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Model36EnumsBackgroundCheck.js","sourceRoot":"","sources":["../../../../src/openapi/models/Model36EnumsBackgroundCheck.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAgBH,sFASC;AAED,kFAEC;AAED,4FAEC;AAED,8EAEC;AAED,wFAEC;AAtCD;;;GAGG;AACU,QAAA,2BAA2B,GAAG;IACvC,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,SAAS;IAClB,eAAe,EAAE,iBAAiB;IAClC,YAAY,EAAE,cAAc;CACtB,CAAC;AAIX,SAAgB,qCAAqC,CAAC,KAAU;IAC5D,KAAK,MAAM,GAAG,IAAI,mCAA2B,EAAE,CAAC;QAC5C,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,mCAA2B,EAAE,GAAG,CAAC,EAAE,CAAC;YACzE,IAAI,mCAA2B,CAAC,GAA+C,CAAC,KAAK,KAAK,EAAE,CAAC;gBACzF,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,OAAO,IAAmC,CAAC;AAC/C,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAA0C;IACxF,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,SAAgB,sCAAsC,CAAC,KAAU,EAAE,mBAA4B;IAC3F,OAAO,KAAoC,CAAC;AAChD,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.
|
|
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 PostcodeResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface PostcodeResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof PostcodeResponse
|
|
22
|
+
*/
|
|
23
|
+
addresses: Array<string>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the PostcodeResponse interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfPostcodeResponse(value: object): value is PostcodeResponse;
|
|
29
|
+
export declare function PostcodeResponseFromJSON(json: any): PostcodeResponse;
|
|
30
|
+
export declare function PostcodeResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostcodeResponse;
|
|
31
|
+
export declare function PostcodeResponseToJSON(json: any): PostcodeResponse;
|
|
32
|
+
export declare function PostcodeResponseToJSONTyped(value?: PostcodeResponse | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
+
//# sourceMappingURL=PostcodeResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PostcodeResponse.d.ts","sourceRoot":"","sources":["../../../../src/openapi/models/PostcodeResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAGnF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAQvG;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAStH"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.
|
|
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.instanceOfPostcodeResponse = instanceOfPostcodeResponse;
|
|
17
|
+
exports.PostcodeResponseFromJSON = PostcodeResponseFromJSON;
|
|
18
|
+
exports.PostcodeResponseFromJSONTyped = PostcodeResponseFromJSONTyped;
|
|
19
|
+
exports.PostcodeResponseToJSON = PostcodeResponseToJSON;
|
|
20
|
+
exports.PostcodeResponseToJSONTyped = PostcodeResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the PostcodeResponse interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfPostcodeResponse(value) {
|
|
25
|
+
if (!('addresses' in value) || value['addresses'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function PostcodeResponseFromJSON(json) {
|
|
30
|
+
return PostcodeResponseFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function PostcodeResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'addresses': json['addresses'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function PostcodeResponseToJSON(json) {
|
|
41
|
+
return PostcodeResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function PostcodeResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'addresses': value['addresses'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=PostcodeResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PostcodeResponse.js","sourceRoot":"","sources":["../../../../src/openapi/models/PostcodeResponse.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,gEAGC;AAED,4DAEC;AAED,sEAQC;AAED,wDAEC;AAED,kEASC;AAnCD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,KAAa;IACpD,IAAI,CAAC,CAAC,WAAW,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS,EAAE,mBAA4B;IACjF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;KACjC,CAAC;AACN,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,KAA+B,EAAE,sBAA+B,KAAK;IAC7G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;KAClC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.
|
|
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
|
+
*/
|
|
16
|
+
export declare const Reason: {
|
|
17
|
+
readonly InvalidPostcode: "INVALID_POSTCODE";
|
|
18
|
+
readonly InvalidAddress: "INVALID_ADDRESS";
|
|
19
|
+
readonly MedMatchPersonAtAddress: "MED_MATCH_PERSON_AT_ADDRESS";
|
|
20
|
+
readonly LowMatchPersonAtAddress: "LOW_MATCH_PERSON_AT_ADDRESS";
|
|
21
|
+
};
|
|
22
|
+
export type Reason = typeof Reason[keyof typeof Reason];
|
|
23
|
+
export declare function instanceOfReason(value: any): boolean;
|
|
24
|
+
export declare function ReasonFromJSON(json: any): Reason;
|
|
25
|
+
export declare function ReasonFromJSONTyped(json: any, ignoreDiscriminator: boolean): Reason;
|
|
26
|
+
export declare function ReasonToJSON(value?: Reason | null): any;
|
|
27
|
+
export declare function ReasonToJSONTyped(value: any, ignoreDiscriminator: boolean): Reason;
|
|
28
|
+
//# sourceMappingURL=Reason.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reason.d.ts","sourceRoot":"","sources":["../../../../src/openapi/models/Reason.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,MAAM;;;;;CAKT,CAAC;AACX,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC,MAAM,OAAO,MAAM,CAAC,CAAC;AAGxD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASpD;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAEhD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAEnF;AAED,wBAAgB,YAAY,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,GAAG,CAEvD;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAElF"}
|