@vouchsafe/node 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -7
- package/dist/cjs/VouchsafeClient.d.ts +2 -3
- package/dist/cjs/VouchsafeClient.d.ts.map +1 -1
- package/dist/cjs/VouchsafeClient.js +18 -13
- package/dist/cjs/VouchsafeClient.js.map +1 -1
- package/dist/cjs/openapi/apis/AuthenticationApi.d.ts +5 -5
- package/dist/cjs/openapi/apis/AuthenticationApi.d.ts.map +1 -1
- package/dist/cjs/openapi/apis/AuthenticationApi.js +6 -6
- package/dist/cjs/openapi/apis/AuthenticationApi.js.map +1 -1
- package/dist/cjs/openapi/apis/SmartLookupsApi.d.ts +1 -1
- package/dist/cjs/openapi/apis/SmartLookupsApi.js +1 -1
- package/dist/cjs/openapi/apis/VerificationsApi.d.ts +3 -3
- package/dist/cjs/openapi/apis/VerificationsApi.d.ts.map +1 -1
- package/dist/cjs/openapi/apis/VerificationsApi.js +4 -4
- package/dist/cjs/openapi/apis/VerificationsApi.js.map +1 -1
- package/dist/cjs/openapi/models/ApiErrorResponse.d.ts +1 -1
- package/dist/cjs/openapi/models/ApiErrorResponse.js +1 -1
- package/dist/cjs/openapi/models/AuthenticateInput.d.ts +39 -0
- package/dist/cjs/openapi/models/AuthenticateInput.d.ts.map +1 -0
- package/dist/cjs/openapi/models/AuthenticateInput.js +55 -0
- package/dist/cjs/openapi/models/AuthenticateInput.js.map +1 -0
- package/dist/cjs/openapi/models/AuthenticateResponse.d.ts +1 -1
- package/dist/cjs/openapi/models/AuthenticateResponse.js +1 -1
- package/dist/cjs/openapi/models/CheckResult.d.ts +1 -1
- package/dist/cjs/openapi/models/CheckResult.js +1 -1
- package/dist/cjs/openapi/models/CheckState.d.ts +1 -1
- package/dist/cjs/openapi/models/CheckState.js +1 -1
- package/dist/cjs/openapi/models/GetSmartLookupResponse.d.ts +1 -1
- package/dist/cjs/openapi/models/GetSmartLookupResponse.js +1 -1
- package/dist/cjs/openapi/models/Model36EnumsBackgroundCheck.d.ts +1 -1
- package/dist/cjs/openapi/models/Model36EnumsBackgroundCheck.js +1 -1
- package/dist/cjs/openapi/models/PostcodeResponse.d.ts +1 -1
- package/dist/cjs/openapi/models/PostcodeResponse.js +1 -1
- package/dist/cjs/openapi/models/Reason.d.ts +1 -1
- package/dist/cjs/openapi/models/Reason.js +1 -1
- package/dist/cjs/openapi/models/RecordAddressVerificationChecksCheckResult.d.ts +1 -1
- package/dist/cjs/openapi/models/RecordAddressVerificationChecksCheckResult.js +1 -1
- package/dist/cjs/openapi/models/Report.d.ts +1 -1
- package/dist/cjs/openapi/models/Report.js +1 -1
- package/dist/cjs/openapi/models/RequestVerificationInput.d.ts +97 -0
- package/dist/cjs/openapi/models/RequestVerificationInput.d.ts.map +1 -0
- package/dist/cjs/openapi/models/RequestVerificationInput.js +69 -0
- package/dist/cjs/openapi/models/RequestVerificationInput.js.map +1 -0
- package/dist/cjs/openapi/models/RequestVerificationResponse.d.ts +1 -1
- package/dist/cjs/openapi/models/RequestVerificationResponse.js +1 -1
- package/dist/cjs/openapi/models/SmartLookupInput.d.ts +1 -1
- package/dist/cjs/openapi/models/SmartLookupInput.js +1 -1
- package/dist/cjs/openapi/models/Status.d.ts +1 -1
- package/dist/cjs/openapi/models/Status.js +1 -1
- package/dist/cjs/openapi/models/Verification.d.ts +1 -1
- package/dist/cjs/openapi/models/Verification.js +1 -1
- package/dist/cjs/openapi/models/index.d.ts +2 -2
- package/dist/cjs/openapi/models/index.d.ts.map +1 -1
- package/dist/cjs/openapi/models/index.js +2 -2
- package/dist/cjs/openapi/models/index.js.map +1 -1
- package/dist/cjs/openapi/runtime.d.ts +1 -1
- package/dist/cjs/openapi/runtime.js +1 -1
- package/dist/esm/VouchsafeClient.d.ts +2 -3
- package/dist/esm/VouchsafeClient.d.ts.map +1 -1
- package/dist/esm/VouchsafeClient.js +18 -13
- package/dist/esm/VouchsafeClient.js.map +1 -1
- package/dist/esm/openapi/apis/AuthenticationApi.d.ts +5 -5
- package/dist/esm/openapi/apis/AuthenticationApi.d.ts.map +1 -1
- package/dist/esm/openapi/apis/AuthenticationApi.js +7 -7
- package/dist/esm/openapi/apis/AuthenticationApi.js.map +1 -1
- package/dist/esm/openapi/apis/SmartLookupsApi.d.ts +1 -1
- package/dist/esm/openapi/apis/SmartLookupsApi.js +1 -1
- package/dist/esm/openapi/apis/VerificationsApi.d.ts +3 -3
- package/dist/esm/openapi/apis/VerificationsApi.d.ts.map +1 -1
- package/dist/esm/openapi/apis/VerificationsApi.js +5 -5
- package/dist/esm/openapi/apis/VerificationsApi.js.map +1 -1
- package/dist/esm/openapi/models/ApiErrorResponse.d.ts +1 -1
- package/dist/esm/openapi/models/ApiErrorResponse.js +1 -1
- package/dist/esm/openapi/models/AuthenticateInput.d.ts +39 -0
- package/dist/esm/openapi/models/AuthenticateInput.d.ts.map +1 -0
- package/dist/esm/openapi/models/AuthenticateInput.js +48 -0
- package/dist/esm/openapi/models/AuthenticateInput.js.map +1 -0
- package/dist/esm/openapi/models/AuthenticateResponse.d.ts +1 -1
- package/dist/esm/openapi/models/AuthenticateResponse.js +1 -1
- package/dist/esm/openapi/models/CheckResult.d.ts +1 -1
- package/dist/esm/openapi/models/CheckResult.js +1 -1
- package/dist/esm/openapi/models/CheckState.d.ts +1 -1
- package/dist/esm/openapi/models/CheckState.js +1 -1
- package/dist/esm/openapi/models/GetSmartLookupResponse.d.ts +1 -1
- package/dist/esm/openapi/models/GetSmartLookupResponse.js +1 -1
- package/dist/esm/openapi/models/Model36EnumsBackgroundCheck.d.ts +1 -1
- package/dist/esm/openapi/models/Model36EnumsBackgroundCheck.js +1 -1
- package/dist/esm/openapi/models/PostcodeResponse.d.ts +1 -1
- package/dist/esm/openapi/models/PostcodeResponse.js +1 -1
- package/dist/esm/openapi/models/Reason.d.ts +1 -1
- package/dist/esm/openapi/models/Reason.js +1 -1
- package/dist/esm/openapi/models/RecordAddressVerificationChecksCheckResult.d.ts +1 -1
- package/dist/esm/openapi/models/RecordAddressVerificationChecksCheckResult.js +1 -1
- package/dist/esm/openapi/models/Report.d.ts +1 -1
- package/dist/esm/openapi/models/Report.js +1 -1
- package/dist/esm/openapi/models/RequestVerificationInput.d.ts +97 -0
- package/dist/esm/openapi/models/RequestVerificationInput.d.ts.map +1 -0
- package/dist/esm/openapi/models/RequestVerificationInput.js +62 -0
- package/dist/esm/openapi/models/RequestVerificationInput.js.map +1 -0
- package/dist/esm/openapi/models/RequestVerificationResponse.d.ts +1 -1
- package/dist/esm/openapi/models/RequestVerificationResponse.js +1 -1
- package/dist/esm/openapi/models/SmartLookupInput.d.ts +1 -1
- package/dist/esm/openapi/models/SmartLookupInput.js +1 -1
- package/dist/esm/openapi/models/Status.d.ts +1 -1
- package/dist/esm/openapi/models/Status.js +1 -1
- package/dist/esm/openapi/models/Verification.d.ts +1 -1
- package/dist/esm/openapi/models/Verification.js +1 -1
- package/dist/esm/openapi/models/index.d.ts +2 -2
- package/dist/esm/openapi/models/index.d.ts.map +1 -1
- package/dist/esm/openapi/models/index.js +2 -2
- package/dist/esm/openapi/models/index.js.map +1 -1
- package/dist/esm/openapi/runtime.d.ts +1 -1
- package/dist/esm/openapi/runtime.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Vouchsafe API docs
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
|
+
* Contact: help@vouchsafe.id
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the RequestVerificationInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfRequestVerificationInput(value) {
|
|
18
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function RequestVerificationInputFromJSON(json) {
|
|
23
|
+
return RequestVerificationInputFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function RequestVerificationInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'email': json['email'],
|
|
31
|
+
'first_name': json['first_name'] == null ? undefined : json['first_name'],
|
|
32
|
+
'last_name': json['last_name'] == null ? undefined : json['last_name'],
|
|
33
|
+
'street_address': json['street_address'] == null ? undefined : json['street_address'],
|
|
34
|
+
'postcode': json['postcode'] == null ? undefined : json['postcode'],
|
|
35
|
+
'date_of_birth': json['date_of_birth'] == null ? undefined : json['date_of_birth'],
|
|
36
|
+
'workflow_id': json['workflow_id'] == null ? undefined : json['workflow_id'],
|
|
37
|
+
'external_id': json['external_id'] == null ? undefined : json['external_id'],
|
|
38
|
+
'redirect_url': json['redirect_url'] == null ? undefined : json['redirect_url'],
|
|
39
|
+
'expires_at': json['expires_at'] == null ? undefined : json['expires_at'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function RequestVerificationInputToJSON(json) {
|
|
43
|
+
return RequestVerificationInputToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function RequestVerificationInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'email': value['email'],
|
|
51
|
+
'first_name': value['first_name'],
|
|
52
|
+
'last_name': value['last_name'],
|
|
53
|
+
'street_address': value['street_address'],
|
|
54
|
+
'postcode': value['postcode'],
|
|
55
|
+
'date_of_birth': value['date_of_birth'],
|
|
56
|
+
'workflow_id': value['workflow_id'],
|
|
57
|
+
'external_id': value['external_id'],
|
|
58
|
+
'redirect_url': value['redirect_url'],
|
|
59
|
+
'expires_at': value['expires_at'],
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=RequestVerificationInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RequestVerificationInput.js","sourceRoot":"","sources":["../../../../src/openapi/models/RequestVerificationInput.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
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.
|
|
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 0.1.0
|
|
6
6
|
* Contact: help@vouchsafe.id
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Vouchsafe API docs
|
|
5
|
-
* 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.
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
* Contact: help@vouchsafe.id
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
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.
|
|
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 0.1.0
|
|
6
6
|
* Contact: help@vouchsafe.id
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Vouchsafe API docs
|
|
5
|
-
* 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.
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
* Contact: help@vouchsafe.id
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
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.
|
|
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 0.1.0
|
|
6
6
|
* Contact: help@vouchsafe.id
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Vouchsafe API docs
|
|
5
|
-
* 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.
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
* Contact: help@vouchsafe.id
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
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.
|
|
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 0.1.0
|
|
6
6
|
* Contact: help@vouchsafe.id
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Vouchsafe API docs
|
|
5
|
-
* 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.
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
* Contact: help@vouchsafe.id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from './ApiErrorResponse';
|
|
2
|
-
export * from './
|
|
2
|
+
export * from './AuthenticateInput';
|
|
3
3
|
export * from './AuthenticateResponse';
|
|
4
4
|
export * from './CheckResult';
|
|
5
5
|
export * from './CheckState';
|
|
@@ -9,7 +9,7 @@ export * from './PostcodeResponse';
|
|
|
9
9
|
export * from './Reason';
|
|
10
10
|
export * from './RecordAddressVerificationChecksCheckResult';
|
|
11
11
|
export * from './Report';
|
|
12
|
-
export * from './
|
|
12
|
+
export * from './RequestVerificationInput';
|
|
13
13
|
export * from './RequestVerificationResponse';
|
|
14
14
|
export * from './SmartLookupInput';
|
|
15
15
|
export * from './Status';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/openapi/models/index.ts"],"names":[],"mappings":"AAEA,cAAc,oBAAoB,CAAC;AACnC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/openapi/models/index.ts"],"names":[],"mappings":"AAEA,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,8CAA8C,CAAC;AAC7D,cAAc,UAAU,CAAC;AACzB,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export * from './ApiErrorResponse';
|
|
4
|
-
export * from './
|
|
4
|
+
export * from './AuthenticateInput';
|
|
5
5
|
export * from './AuthenticateResponse';
|
|
6
6
|
export * from './CheckResult';
|
|
7
7
|
export * from './CheckState';
|
|
@@ -11,7 +11,7 @@ export * from './PostcodeResponse';
|
|
|
11
11
|
export * from './Reason';
|
|
12
12
|
export * from './RecordAddressVerificationChecksCheckResult';
|
|
13
13
|
export * from './Report';
|
|
14
|
-
export * from './
|
|
14
|
+
export * from './RequestVerificationInput';
|
|
15
15
|
export * from './RequestVerificationResponse';
|
|
16
16
|
export * from './SmartLookupInput';
|
|
17
17
|
export * from './Status';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/openapi/models/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,cAAc,oBAAoB,CAAC;AACnC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/openapi/models/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,8CAA8C,CAAC;AAC7D,cAAc,UAAU,CAAC;AACzB,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
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.
|
|
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
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 0.1.0
|
|
6
6
|
* Contact: help@vouchsafe.id
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Vouchsafe API docs
|
|
5
|
-
* 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.
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 0.1.0
|
|
8
8
|
* Contact: help@vouchsafe.id
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vouchsafe/node",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Official TypeScript and Node.js library for the Vouchsafe identity platform. Use it for easy KYC checks, identity verification, remote right-to-work and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vouchsafe",
|