@vouchsafe/node 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openapi/apis/SmartLookupsApi.d.ts +2 -2
- package/dist/openapi/apis/SmartLookupsApi.js +2 -2
- package/dist/openapi/apis/TeamApi.d.ts +39 -0
- package/dist/openapi/apis/TeamApi.d.ts.map +1 -0
- package/dist/openapi/apis/TeamApi.js +120 -0
- package/dist/openapi/apis/TeamApi.js.map +1 -0
- package/dist/openapi/apis/index.d.ts +1 -0
- package/dist/openapi/apis/index.d.ts.map +1 -1
- package/dist/openapi/apis/index.js +1 -0
- package/dist/openapi/apis/index.js.map +1 -1
- package/dist/openapi/models/AddressVerificationReport.d.ts +41 -0
- package/dist/openapi/models/AddressVerificationReport.d.ts.map +1 -0
- package/dist/openapi/models/AddressVerificationReport.js +57 -0
- package/dist/openapi/models/AddressVerificationReport.js.map +1 -0
- package/dist/openapi/models/CreateTeamInput.d.ts +58 -0
- package/dist/openapi/models/CreateTeamInput.d.ts.map +1 -0
- package/dist/openapi/models/CreateTeamInput.js +62 -0
- package/dist/openapi/models/CreateTeamInput.js.map +1 -0
- package/dist/openapi/models/CreateTeamResponse.d.ts +58 -0
- package/dist/openapi/models/CreateTeamResponse.d.ts.map +1 -0
- package/dist/openapi/models/CreateTeamResponse.js +66 -0
- package/dist/openapi/models/CreateTeamResponse.js.map +1 -0
- package/dist/openapi/models/CreateTeamResponseCredentials.d.ts +52 -0
- package/dist/openapi/models/CreateTeamResponseCredentials.d.ts.map +1 -0
- package/dist/openapi/models/CreateTeamResponseCredentials.js +64 -0
- package/dist/openapi/models/CreateTeamResponseCredentials.js.map +1 -0
- package/dist/openapi/models/CreditBureauVerificationReport.d.ts +41 -0
- package/dist/openapi/models/CreditBureauVerificationReport.d.ts.map +1 -0
- package/dist/openapi/models/CreditBureauVerificationReport.js +57 -0
- package/dist/openapi/models/CreditBureauVerificationReport.js.map +1 -0
- package/dist/openapi/models/FlowTemplate.d.ts +28 -0
- package/dist/openapi/models/FlowTemplate.d.ts.map +1 -0
- package/dist/openapi/models/FlowTemplate.js +54 -0
- package/dist/openapi/models/FlowTemplate.js.map +1 -0
- package/dist/openapi/models/GetSmartLookupResponse.d.ts +39 -7
- package/dist/openapi/models/GetSmartLookupResponse.d.ts.map +1 -1
- package/dist/openapi/models/GetSmartLookupResponse.js +22 -8
- package/dist/openapi/models/GetSmartLookupResponse.js.map +1 -1
- package/dist/openapi/models/Model36EnumsEnvironment.d.ts +26 -0
- package/dist/openapi/models/Model36EnumsEnvironment.d.ts.map +1 -0
- package/dist/openapi/models/Model36EnumsEnvironment.js +52 -0
- package/dist/openapi/models/Model36EnumsEnvironment.js.map +1 -0
- package/dist/openapi/models/Reason.d.ts +2 -0
- package/dist/openapi/models/Reason.d.ts.map +1 -1
- package/dist/openapi/models/Reason.js +3 -1
- package/dist/openapi/models/Reason.js.map +1 -1
- package/dist/openapi/models/RecordCreditBureauVerificationChecksCheckResult.d.ts +40 -0
- package/dist/openapi/models/RecordCreditBureauVerificationChecksCheckResult.d.ts.map +1 -0
- package/dist/openapi/models/RecordCreditBureauVerificationChecksCheckResult.js +56 -0
- package/dist/openapi/models/RecordCreditBureauVerificationChecksCheckResult.js.map +1 -0
- package/dist/openapi/models/RequestVerificationInput.d.ts +1 -1
- package/dist/openapi/models/RequestVerificationResponse.d.ts +6 -0
- package/dist/openapi/models/RequestVerificationResponse.d.ts.map +1 -1
- package/dist/openapi/models/RequestVerificationResponse.js +2 -0
- package/dist/openapi/models/RequestVerificationResponse.js.map +1 -1
- package/dist/openapi/models/SmartLookupInput.d.ts +24 -5
- package/dist/openapi/models/SmartLookupInput.d.ts.map +1 -1
- package/dist/openapi/models/SmartLookupInput.js +8 -1
- package/dist/openapi/models/SmartLookupInput.js.map +1 -1
- package/dist/openapi/models/Team.d.ts +79 -0
- package/dist/openapi/models/Team.d.ts.map +1 -0
- package/dist/openapi/models/Team.js +85 -0
- package/dist/openapi/models/Team.js.map +1 -0
- package/dist/openapi/models/index.d.ts +9 -2
- package/dist/openapi/models/index.d.ts.map +1 -1
- package/dist/openapi/models/index.js +9 -2
- package/dist/openapi/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,52 @@
|
|
|
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 { Model36EnumsEnvironment } from './Model36EnumsEnvironment';
|
|
13
|
+
/**
|
|
14
|
+
* Production API credentials for this team
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateTeamResponseCredentials
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateTeamResponseCredentials {
|
|
19
|
+
/**
|
|
20
|
+
* Client secret for API authentication
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CreateTeamResponseCredentials
|
|
23
|
+
*/
|
|
24
|
+
client_secret: string;
|
|
25
|
+
/**
|
|
26
|
+
* Client ID for API authentication
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CreateTeamResponseCredentials
|
|
29
|
+
*/
|
|
30
|
+
client_id: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Model36EnumsEnvironment}
|
|
34
|
+
* @memberof CreateTeamResponseCredentials
|
|
35
|
+
*/
|
|
36
|
+
environment: Model36EnumsEnvironment;
|
|
37
|
+
/**
|
|
38
|
+
* Name of the API key
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof CreateTeamResponseCredentials
|
|
41
|
+
*/
|
|
42
|
+
name: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the CreateTeamResponseCredentials interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfCreateTeamResponseCredentials(value: object): value is CreateTeamResponseCredentials;
|
|
48
|
+
export declare function CreateTeamResponseCredentialsFromJSON(json: any): CreateTeamResponseCredentials;
|
|
49
|
+
export declare function CreateTeamResponseCredentialsFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateTeamResponseCredentials;
|
|
50
|
+
export declare function CreateTeamResponseCredentialsToJSON(json: any): CreateTeamResponseCredentials;
|
|
51
|
+
export declare function CreateTeamResponseCredentialsToJSONTyped(value?: CreateTeamResponseCredentials | null, ignoreDiscriminator?: boolean): any;
|
|
52
|
+
//# sourceMappingURL=CreateTeamResponseCredentials.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTeamResponseCredentials.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/CreateTeamResponseCredentials.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAQzE;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,EAAE,uBAAuB,CAAC;IACrC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAID;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAM7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAWjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYhJ"}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.instanceOfCreateTeamResponseCredentials = instanceOfCreateTeamResponseCredentials;
|
|
17
|
+
exports.CreateTeamResponseCredentialsFromJSON = CreateTeamResponseCredentialsFromJSON;
|
|
18
|
+
exports.CreateTeamResponseCredentialsFromJSONTyped = CreateTeamResponseCredentialsFromJSONTyped;
|
|
19
|
+
exports.CreateTeamResponseCredentialsToJSON = CreateTeamResponseCredentialsToJSON;
|
|
20
|
+
exports.CreateTeamResponseCredentialsToJSONTyped = CreateTeamResponseCredentialsToJSONTyped;
|
|
21
|
+
const Model36EnumsEnvironment_1 = require("./Model36EnumsEnvironment");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CreateTeamResponseCredentials interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCreateTeamResponseCredentials(value) {
|
|
26
|
+
if (!('client_secret' in value) || value['client_secret'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('client_id' in value) || value['client_id'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('environment' in value) || value['environment'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
function CreateTeamResponseCredentialsFromJSON(json) {
|
|
37
|
+
return CreateTeamResponseCredentialsFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
function CreateTeamResponseCredentialsFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
+
if (json == null) {
|
|
41
|
+
return json;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'client_secret': json['client_secret'],
|
|
45
|
+
'client_id': json['client_id'],
|
|
46
|
+
'environment': (0, Model36EnumsEnvironment_1.Model36EnumsEnvironmentFromJSON)(json['environment']),
|
|
47
|
+
'name': json['name'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function CreateTeamResponseCredentialsToJSON(json) {
|
|
51
|
+
return CreateTeamResponseCredentialsToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function CreateTeamResponseCredentialsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'client_secret': value['client_secret'],
|
|
59
|
+
'client_id': value['client_id'],
|
|
60
|
+
'environment': (0, Model36EnumsEnvironment_1.Model36EnumsEnvironmentToJSON)(value['environment']),
|
|
61
|
+
'name': value['name'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=CreateTeamResponseCredentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTeamResponseCredentials.js","sourceRoot":"","sources":["../../../src/openapi/models/CreateTeamResponseCredentials.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgDH,0FAMC;AAED,sFAEC;AAED,gGAWC;AAED,kFAEC;AAED,4FAYC;AArFD,uEAKmC;AAoCnC;;GAEG;AACH,SAAgB,uCAAuC,CAAC,KAAa;IACjE,IAAI,CAAC,CAAC,eAAe,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,eAAe,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtF,IAAI,CAAC,CAAC,WAAW,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC9E,IAAI,CAAC,CAAC,aAAa,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,aAAa,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAClF,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC;QACtC,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,aAAa,EAAE,IAAA,yDAA+B,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACnE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;KACvB,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,KAA4C,EAAE,sBAA+B,KAAK;IACvI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,aAAa,EAAE,IAAA,uDAA6B,EAAC,KAAK,CAAC,aAAa,CAAC,CAAC;QAClE,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -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, 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 { RecordCreditBureauVerificationChecksCheckResult } from './RecordCreditBureauVerificationChecksCheckResult';
|
|
13
|
+
import type { CheckState } from './CheckState';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CreditBureauVerificationReport
|
|
18
|
+
*/
|
|
19
|
+
export interface CreditBureauVerificationReport {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {CheckState}
|
|
23
|
+
* @memberof CreditBureauVerificationReport
|
|
24
|
+
*/
|
|
25
|
+
state: CheckState;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {RecordCreditBureauVerificationChecksCheckResult}
|
|
29
|
+
* @memberof CreditBureauVerificationReport
|
|
30
|
+
*/
|
|
31
|
+
checks: RecordCreditBureauVerificationChecksCheckResult;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the CreditBureauVerificationReport interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfCreditBureauVerificationReport(value: object): value is CreditBureauVerificationReport;
|
|
37
|
+
export declare function CreditBureauVerificationReportFromJSON(json: any): CreditBureauVerificationReport;
|
|
38
|
+
export declare function CreditBureauVerificationReportFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreditBureauVerificationReport;
|
|
39
|
+
export declare function CreditBureauVerificationReportToJSON(json: any): CreditBureauVerificationReport;
|
|
40
|
+
export declare function CreditBureauVerificationReportToJSONTyped(value?: CreditBureauVerificationReport | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=CreditBureauVerificationReport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreditBureauVerificationReport.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/CreditBureauVerificationReport.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,mDAAmD,CAAC;AAOzH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAQ/C;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,KAAK,EAAE,UAAU,CAAC;IAClB;;;;OAIG;IACH,MAAM,EAAE,+CAA+C,CAAC;CAC3D;AAID;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAI/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CASnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlJ"}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.instanceOfCreditBureauVerificationReport = instanceOfCreditBureauVerificationReport;
|
|
17
|
+
exports.CreditBureauVerificationReportFromJSON = CreditBureauVerificationReportFromJSON;
|
|
18
|
+
exports.CreditBureauVerificationReportFromJSONTyped = CreditBureauVerificationReportFromJSONTyped;
|
|
19
|
+
exports.CreditBureauVerificationReportToJSON = CreditBureauVerificationReportToJSON;
|
|
20
|
+
exports.CreditBureauVerificationReportToJSONTyped = CreditBureauVerificationReportToJSONTyped;
|
|
21
|
+
const RecordCreditBureauVerificationChecksCheckResult_1 = require("./RecordCreditBureauVerificationChecksCheckResult");
|
|
22
|
+
const CheckState_1 = require("./CheckState");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the CreditBureauVerificationReport interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfCreditBureauVerificationReport(value) {
|
|
27
|
+
if (!('state' in value) || value['state'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('checks' in value) || value['checks'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function CreditBureauVerificationReportFromJSON(json) {
|
|
34
|
+
return CreditBureauVerificationReportFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function CreditBureauVerificationReportFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'state': (0, CheckState_1.CheckStateFromJSON)(json['state']),
|
|
42
|
+
'checks': (0, RecordCreditBureauVerificationChecksCheckResult_1.RecordCreditBureauVerificationChecksCheckResultFromJSON)(json['checks']),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
function CreditBureauVerificationReportToJSON(json) {
|
|
46
|
+
return CreditBureauVerificationReportToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function CreditBureauVerificationReportToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'state': (0, CheckState_1.CheckStateToJSON)(value['state']),
|
|
54
|
+
'checks': (0, RecordCreditBureauVerificationChecksCheckResult_1.RecordCreditBureauVerificationChecksCheckResultToJSON)(value['checks']),
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=CreditBureauVerificationReport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreditBureauVerificationReport.js","sourceRoot":"","sources":["../../../src/openapi/models/CreditBureauVerificationReport.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA2CH,4FAIC;AAED,wFAEC;AAED,kGASC;AAED,oFAEC;AAED,8FAUC;AA1ED,uHAK2D;AAE3D,6CAKsB;AAwBtB;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,IAAI,CAAC,CAAC,QAAQ,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,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,IAAA,yGAAuD,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KACpF,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,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,uGAAqD,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;KACnF,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, 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
|
+
*/
|
|
16
|
+
export declare const FlowTemplate: {
|
|
17
|
+
readonly KycAml: "KYC_AML";
|
|
18
|
+
readonly RightToWork: "RIGHT_TO_WORK";
|
|
19
|
+
readonly RightToRent: "RIGHT_TO_RENT";
|
|
20
|
+
readonly DbsCheck: "DBS_CHECK";
|
|
21
|
+
};
|
|
22
|
+
export type FlowTemplate = typeof FlowTemplate[keyof typeof FlowTemplate];
|
|
23
|
+
export declare function instanceOfFlowTemplate(value: any): boolean;
|
|
24
|
+
export declare function FlowTemplateFromJSON(json: any): FlowTemplate;
|
|
25
|
+
export declare function FlowTemplateFromJSONTyped(json: any, ignoreDiscriminator: boolean): FlowTemplate;
|
|
26
|
+
export declare function FlowTemplateToJSON(value?: FlowTemplate | null): any;
|
|
27
|
+
export declare function FlowTemplateToJSONTyped(value: any, ignoreDiscriminator: boolean): FlowTemplate;
|
|
28
|
+
//# sourceMappingURL=FlowTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowTemplate.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/FlowTemplate.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAG1E,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS1D;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAE/F;AAED,wBAAgB,kBAAkB,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,GAAG,GAAG,CAEnE;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAE9F"}
|
|
@@ -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, 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.FlowTemplate = void 0;
|
|
17
|
+
exports.instanceOfFlowTemplate = instanceOfFlowTemplate;
|
|
18
|
+
exports.FlowTemplateFromJSON = FlowTemplateFromJSON;
|
|
19
|
+
exports.FlowTemplateFromJSONTyped = FlowTemplateFromJSONTyped;
|
|
20
|
+
exports.FlowTemplateToJSON = FlowTemplateToJSON;
|
|
21
|
+
exports.FlowTemplateToJSONTyped = FlowTemplateToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.FlowTemplate = {
|
|
27
|
+
KycAml: 'KYC_AML',
|
|
28
|
+
RightToWork: 'RIGHT_TO_WORK',
|
|
29
|
+
RightToRent: 'RIGHT_TO_RENT',
|
|
30
|
+
DbsCheck: 'DBS_CHECK'
|
|
31
|
+
};
|
|
32
|
+
function instanceOfFlowTemplate(value) {
|
|
33
|
+
for (const key in exports.FlowTemplate) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(exports.FlowTemplate, key)) {
|
|
35
|
+
if (exports.FlowTemplate[key] === value) {
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
function FlowTemplateFromJSON(json) {
|
|
43
|
+
return FlowTemplateFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function FlowTemplateFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
function FlowTemplateToJSON(value) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
function FlowTemplateToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=FlowTemplate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowTemplate.js","sourceRoot":"","sources":["../../../src/openapi/models/FlowTemplate.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAgBH,wDASC;AAED,oDAEC;AAED,8DAEC;AAED,gDAEC;AAED,0DAEC;AAtCD;;;GAGG;AACU,QAAA,YAAY,GAAG;IACxB,MAAM,EAAE,SAAS;IACjB,WAAW,EAAE,eAAe;IAC5B,WAAW,EAAE,eAAe;IAC5B,QAAQ,EAAE,WAAW;CACf,CAAC;AAIX,SAAgB,sBAAsB,CAAC,KAAU;IAC7C,KAAK,MAAM,GAAG,IAAI,oBAAY,EAAE,CAAC;QAC7B,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,oBAAY,EAAE,GAAG,CAAC,EAAE,CAAC;YAC1D,IAAI,oBAAY,CAAC,GAAgC,CAAC,KAAK,KAAK,EAAE,CAAC;gBAC3D,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS,EAAE,mBAA4B;IAC7E,OAAO,IAAoB,CAAC;AAChC,CAAC;AAED,SAAgB,kBAAkB,CAAC,KAA2B;IAC1D,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,SAAgB,uBAAuB,CAAC,KAAU,EAAE,mBAA4B;IAC5E,OAAO,KAAqB,CAAC;AACjC,CAAC"}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type {
|
|
12
|
+
import type { CreditBureauVerificationReport } from './CreditBureauVerificationReport';
|
|
13
|
+
import type { AddressVerificationReport } from './AddressVerificationReport';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -31,10 +31,10 @@ export interface GetSmartLookupResponse {
|
|
|
31
31
|
team_id: string;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {Array<
|
|
34
|
+
* @type {Array<string>}
|
|
35
35
|
* @memberof GetSmartLookupResponse
|
|
36
36
|
*/
|
|
37
|
-
checks: Array<
|
|
37
|
+
checks: Array<GetSmartLookupResponseChecksEnum>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {string}
|
|
@@ -60,11 +60,35 @@ export interface GetSmartLookupResponse {
|
|
|
60
60
|
*/
|
|
61
61
|
postcode: string | null;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof GetSmartLookupResponse
|
|
66
|
+
*/
|
|
67
|
+
date_of_birth?: string;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof GetSmartLookupResponse
|
|
72
|
+
*/
|
|
73
|
+
email?: string;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {string}
|
|
65
77
|
* @memberof GetSmartLookupResponse
|
|
66
78
|
*/
|
|
67
|
-
|
|
79
|
+
phone?: string;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {AddressVerificationReport}
|
|
83
|
+
* @memberof GetSmartLookupResponse
|
|
84
|
+
*/
|
|
85
|
+
address_verification_report?: AddressVerificationReport;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {CreditBureauVerificationReport}
|
|
89
|
+
* @memberof GetSmartLookupResponse
|
|
90
|
+
*/
|
|
91
|
+
credit_bureau_verification_report?: CreditBureauVerificationReport;
|
|
68
92
|
/**
|
|
69
93
|
* Extra information to aid debugging. May change without notice.
|
|
70
94
|
* @type {any}
|
|
@@ -78,6 +102,14 @@ export interface GetSmartLookupResponse {
|
|
|
78
102
|
*/
|
|
79
103
|
created_at: string;
|
|
80
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* @export
|
|
107
|
+
*/
|
|
108
|
+
export declare const GetSmartLookupResponseChecksEnum: {
|
|
109
|
+
readonly Address: "Address";
|
|
110
|
+
readonly CreditBureau: "CreditBureau";
|
|
111
|
+
};
|
|
112
|
+
export type GetSmartLookupResponseChecksEnum = typeof GetSmartLookupResponseChecksEnum[keyof typeof GetSmartLookupResponseChecksEnum];
|
|
81
113
|
/**
|
|
82
114
|
* Check if a given object implements the GetSmartLookupResponse interface.
|
|
83
115
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetSmartLookupResponse.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/GetSmartLookupResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"GetSmartLookupResponse.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/GetSmartLookupResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAQ7E;;;;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,gCAAgC,CAAC,CAAC;IAChD;;;;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,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,yBAAyB,CAAC;IACxD;;;;OAIG;IACH,iCAAiC,CAAC,EAAE,8BAA8B,CAAC;IACnE;;;;OAIG;IACH,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB;AAGD;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;CAGnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAGtI;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAW/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAqBnH;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,CAsBlI"}
|
|
@@ -13,13 +13,21 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.GetSmartLookupResponseChecksEnum = void 0;
|
|
16
17
|
exports.instanceOfGetSmartLookupResponse = instanceOfGetSmartLookupResponse;
|
|
17
18
|
exports.GetSmartLookupResponseFromJSON = GetSmartLookupResponseFromJSON;
|
|
18
19
|
exports.GetSmartLookupResponseFromJSONTyped = GetSmartLookupResponseFromJSONTyped;
|
|
19
20
|
exports.GetSmartLookupResponseToJSON = GetSmartLookupResponseToJSON;
|
|
20
21
|
exports.GetSmartLookupResponseToJSONTyped = GetSmartLookupResponseToJSONTyped;
|
|
21
|
-
const
|
|
22
|
-
const
|
|
22
|
+
const CreditBureauVerificationReport_1 = require("./CreditBureauVerificationReport");
|
|
23
|
+
const AddressVerificationReport_1 = require("./AddressVerificationReport");
|
|
24
|
+
/**
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
exports.GetSmartLookupResponseChecksEnum = {
|
|
28
|
+
Address: 'Address',
|
|
29
|
+
CreditBureau: 'CreditBureau'
|
|
30
|
+
};
|
|
23
31
|
/**
|
|
24
32
|
* Check if a given object implements the GetSmartLookupResponse interface.
|
|
25
33
|
*/
|
|
@@ -38,8 +46,6 @@ function instanceOfGetSmartLookupResponse(value) {
|
|
|
38
46
|
return false;
|
|
39
47
|
if (!('postcode' in value) || value['postcode'] === undefined)
|
|
40
48
|
return false;
|
|
41
|
-
if (!('address_verification_report' in value) || value['address_verification_report'] === undefined)
|
|
42
|
-
return false;
|
|
43
49
|
if (!('metadata' in value) || value['metadata'] === undefined)
|
|
44
50
|
return false;
|
|
45
51
|
if (!('created_at' in value) || value['created_at'] === undefined)
|
|
@@ -56,12 +62,16 @@ function GetSmartLookupResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
56
62
|
return {
|
|
57
63
|
'id': json['id'],
|
|
58
64
|
'team_id': json['team_id'],
|
|
59
|
-
'checks':
|
|
65
|
+
'checks': json['checks'],
|
|
60
66
|
'first_name': json['first_name'],
|
|
61
67
|
'last_name': json['last_name'],
|
|
62
68
|
'first_line_of_address': json['first_line_of_address'],
|
|
63
69
|
'postcode': json['postcode'],
|
|
64
|
-
'
|
|
70
|
+
'date_of_birth': json['date_of_birth'] == null ? undefined : json['date_of_birth'],
|
|
71
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
72
|
+
'phone': json['phone'] == null ? undefined : json['phone'],
|
|
73
|
+
'address_verification_report': json['address_verification_report'] == null ? undefined : (0, AddressVerificationReport_1.AddressVerificationReportFromJSON)(json['address_verification_report']),
|
|
74
|
+
'credit_bureau_verification_report': json['credit_bureau_verification_report'] == null ? undefined : (0, CreditBureauVerificationReport_1.CreditBureauVerificationReportFromJSON)(json['credit_bureau_verification_report']),
|
|
65
75
|
'metadata': json['metadata'],
|
|
66
76
|
'created_at': json['created_at'],
|
|
67
77
|
};
|
|
@@ -76,12 +86,16 @@ function GetSmartLookupResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
76
86
|
return {
|
|
77
87
|
'id': value['id'],
|
|
78
88
|
'team_id': value['team_id'],
|
|
79
|
-
'checks':
|
|
89
|
+
'checks': value['checks'],
|
|
80
90
|
'first_name': value['first_name'],
|
|
81
91
|
'last_name': value['last_name'],
|
|
82
92
|
'first_line_of_address': value['first_line_of_address'],
|
|
83
93
|
'postcode': value['postcode'],
|
|
84
|
-
'
|
|
94
|
+
'date_of_birth': value['date_of_birth'],
|
|
95
|
+
'email': value['email'],
|
|
96
|
+
'phone': value['phone'],
|
|
97
|
+
'address_verification_report': (0, AddressVerificationReport_1.AddressVerificationReportToJSON)(value['address_verification_report']),
|
|
98
|
+
'credit_bureau_verification_report': (0, CreditBureauVerificationReport_1.CreditBureauVerificationReportToJSON)(value['credit_bureau_verification_report']),
|
|
85
99
|
'metadata': value['metadata'],
|
|
86
100
|
'created_at': value['created_at'],
|
|
87
101
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetSmartLookupResponse.js","sourceRoot":"","sources":["../../../src/openapi/models/GetSmartLookupResponse.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG
|
|
1
|
+
{"version":3,"file":"GetSmartLookupResponse.js","sourceRoot":"","sources":["../../../src/openapi/models/GetSmartLookupResponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
*/
|
|
16
|
+
export declare const Model36EnumsEnvironment: {
|
|
17
|
+
readonly Production: "production";
|
|
18
|
+
readonly Sandbox: "sandbox";
|
|
19
|
+
};
|
|
20
|
+
export type Model36EnumsEnvironment = typeof Model36EnumsEnvironment[keyof typeof Model36EnumsEnvironment];
|
|
21
|
+
export declare function instanceOfModel36EnumsEnvironment(value: any): boolean;
|
|
22
|
+
export declare function Model36EnumsEnvironmentFromJSON(json: any): Model36EnumsEnvironment;
|
|
23
|
+
export declare function Model36EnumsEnvironmentFromJSONTyped(json: any, ignoreDiscriminator: boolean): Model36EnumsEnvironment;
|
|
24
|
+
export declare function Model36EnumsEnvironmentToJSON(value?: Model36EnumsEnvironment | null): any;
|
|
25
|
+
export declare function Model36EnumsEnvironmentToJSONTyped(value: any, ignoreDiscriminator: boolean): Model36EnumsEnvironment;
|
|
26
|
+
//# sourceMappingURL=Model36EnumsEnvironment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Model36EnumsEnvironment.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/Model36EnumsEnvironment.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;CAG1B,CAAC;AACX,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,MAAM,OAAO,uBAAuB,CAAC,CAAC;AAG3G,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASrE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAErH;AAED,wBAAgB,6BAA6B,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,GAAG,GAAG,CAEzF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAEpH"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.Model36EnumsEnvironment = void 0;
|
|
17
|
+
exports.instanceOfModel36EnumsEnvironment = instanceOfModel36EnumsEnvironment;
|
|
18
|
+
exports.Model36EnumsEnvironmentFromJSON = Model36EnumsEnvironmentFromJSON;
|
|
19
|
+
exports.Model36EnumsEnvironmentFromJSONTyped = Model36EnumsEnvironmentFromJSONTyped;
|
|
20
|
+
exports.Model36EnumsEnvironmentToJSON = Model36EnumsEnvironmentToJSON;
|
|
21
|
+
exports.Model36EnumsEnvironmentToJSONTyped = Model36EnumsEnvironmentToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.Model36EnumsEnvironment = {
|
|
27
|
+
Production: 'production',
|
|
28
|
+
Sandbox: 'sandbox'
|
|
29
|
+
};
|
|
30
|
+
function instanceOfModel36EnumsEnvironment(value) {
|
|
31
|
+
for (const key in exports.Model36EnumsEnvironment) {
|
|
32
|
+
if (Object.prototype.hasOwnProperty.call(exports.Model36EnumsEnvironment, key)) {
|
|
33
|
+
if (exports.Model36EnumsEnvironment[key] === value) {
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return false;
|
|
39
|
+
}
|
|
40
|
+
function Model36EnumsEnvironmentFromJSON(json) {
|
|
41
|
+
return Model36EnumsEnvironmentFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function Model36EnumsEnvironmentFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
function Model36EnumsEnvironmentToJSON(value) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
function Model36EnumsEnvironmentToJSONTyped(value, ignoreDiscriminator) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=Model36EnumsEnvironment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Model36EnumsEnvironment.js","sourceRoot":"","sources":["../../../src/openapi/models/Model36EnumsEnvironment.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAcH,8EASC;AAED,0EAEC;AAED,oFAEC;AAED,sEAEC;AAED,gFAEC;AApCD;;;GAGG;AACU,QAAA,uBAAuB,GAAG;IACnC,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX,SAAgB,iCAAiC,CAAC,KAAU;IACxD,KAAK,MAAM,GAAG,IAAI,+BAAuB,EAAE,CAAC;QACxC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,+BAAuB,EAAE,GAAG,CAAC,EAAE,CAAC;YACrE,IAAI,+BAAuB,CAAC,GAA2C,CAAC,KAAK,KAAK,EAAE,CAAC;gBACjF,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,OAAO,IAA+B,CAAC;AAC3C,CAAC;AAED,SAAgB,6BAA6B,CAAC,KAAsC;IAChF,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAU,EAAE,mBAA4B;IACvF,OAAO,KAAgC,CAAC;AAC5C,CAAC"}
|
|
@@ -18,6 +18,8 @@ export declare const Reason: {
|
|
|
18
18
|
readonly InvalidAddress: "INVALID_ADDRESS";
|
|
19
19
|
readonly MedMatchPersonAtAddress: "MED_MATCH_PERSON_AT_ADDRESS";
|
|
20
20
|
readonly LowMatchPersonAtAddress: "LOW_MATCH_PERSON_AT_ADDRESS";
|
|
21
|
+
readonly NoIdentityMatch: "NO_IDENTITY_MATCH";
|
|
22
|
+
readonly NoResidencyMatch: "NO_RESIDENCY_MATCH";
|
|
21
23
|
};
|
|
22
24
|
export type Reason = typeof Reason[keyof typeof Reason];
|
|
23
25
|
export declare function instanceOfReason(value: any): boolean;
|
|
@@ -1 +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
|
|
1
|
+
{"version":3,"file":"Reason.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/Reason.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,MAAM;;;;;;;CAOT,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"}
|
|
@@ -27,7 +27,9 @@ exports.Reason = {
|
|
|
27
27
|
InvalidPostcode: 'INVALID_POSTCODE',
|
|
28
28
|
InvalidAddress: 'INVALID_ADDRESS',
|
|
29
29
|
MedMatchPersonAtAddress: 'MED_MATCH_PERSON_AT_ADDRESS',
|
|
30
|
-
LowMatchPersonAtAddress: 'LOW_MATCH_PERSON_AT_ADDRESS'
|
|
30
|
+
LowMatchPersonAtAddress: 'LOW_MATCH_PERSON_AT_ADDRESS',
|
|
31
|
+
NoIdentityMatch: 'NO_IDENTITY_MATCH',
|
|
32
|
+
NoResidencyMatch: 'NO_RESIDENCY_MATCH'
|
|
31
33
|
};
|
|
32
34
|
function instanceOfReason(value) {
|
|
33
35
|
for (const key in exports.Reason) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Reason.js","sourceRoot":"","sources":["../../../src/openapi/models/Reason.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"Reason.js","sourceRoot":"","sources":["../../../src/openapi/models/Reason.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkBH,4CASC;AAED,wCAEC;AAED,kDAEC;AAED,oCAEC;AAED,8CAEC;AAxCD;;;GAGG;AACU,QAAA,MAAM,GAAG;IAClB,eAAe,EAAE,kBAAkB;IACnC,cAAc,EAAE,iBAAiB;IACjC,uBAAuB,EAAE,6BAA6B;IACtD,uBAAuB,EAAE,6BAA6B;IACtD,eAAe,EAAE,mBAAmB;IACpC,gBAAgB,EAAE,oBAAoB;CAChC,CAAC;AAIX,SAAgB,gBAAgB,CAAC,KAAU;IACvC,KAAK,MAAM,GAAG,IAAI,cAAM,EAAE,CAAC;QACvB,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,cAAM,EAAE,GAAG,CAAC,EAAE,CAAC;YACpD,IAAI,cAAM,CAAC,GAA0B,CAAC,KAAK,KAAK,EAAE,CAAC;gBAC/C,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAgB,cAAc,CAAC,IAAS;IACpC,OAAO,mBAAmB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5C,CAAC;AAED,SAAgB,mBAAmB,CAAC,IAAS,EAAE,mBAA4B;IACvE,OAAO,IAAc,CAAC;AAC1B,CAAC;AAED,SAAgB,YAAY,CAAC,KAAqB;IAC9C,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,SAAgB,iBAAiB,CAAC,KAAU,EAAE,mBAA4B;IACtE,OAAO,KAAe,CAAC;AAC3B,CAAC"}
|