@vouchsafe/node 0.1.71 → 0.1.72

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.
Files changed (79) hide show
  1. package/dist/openapi/models/address.d.ts +28 -0
  2. package/dist/openapi/models/address.d.ts.map +1 -0
  3. package/dist/openapi/models/address.js +16 -0
  4. package/dist/openapi/models/address.js.map +1 -0
  5. package/dist/openapi/models/addressClaimInput.d.ts +30 -0
  6. package/dist/openapi/models/addressClaimInput.d.ts.map +1 -0
  7. package/dist/openapi/models/addressClaimInput.js +16 -0
  8. package/dist/openapi/models/addressClaimInput.js.map +1 -0
  9. package/dist/openapi/models/addressDetailsApi.d.ts +32 -0
  10. package/dist/openapi/models/addressDetailsApi.d.ts.map +1 -0
  11. package/dist/openapi/models/addressDetailsApi.js +16 -0
  12. package/dist/openapi/models/addressDetailsApi.js.map +1 -0
  13. package/dist/openapi/models/addressInput.d.ts +30 -0
  14. package/dist/openapi/models/addressInput.d.ts.map +1 -0
  15. package/dist/openapi/models/addressInput.js +16 -0
  16. package/dist/openapi/models/addressInput.js.map +1 -0
  17. package/dist/openapi/models/claimDetails.d.ts +11 -2
  18. package/dist/openapi/models/claimDetails.d.ts.map +1 -1
  19. package/dist/openapi/models/claimDetails.js +0 -13
  20. package/dist/openapi/models/claimDetails.js.map +1 -1
  21. package/dist/openapi/models/claimDetailsAddress.d.ts +19 -0
  22. package/dist/openapi/models/claimDetailsAddress.d.ts.map +1 -0
  23. package/dist/openapi/models/claimDetailsAddress.js +3 -0
  24. package/dist/openapi/models/claimDetailsAddress.js.map +1 -0
  25. package/dist/openapi/models/digitalIdExtractedDetailsApi.d.ts +3 -0
  26. package/dist/openapi/models/digitalIdExtractedDetailsApi.d.ts.map +1 -1
  27. package/dist/openapi/models/digitalIdExtractedDetailsApiAddress.d.ts +19 -0
  28. package/dist/openapi/models/digitalIdExtractedDetailsApiAddress.d.ts.map +1 -0
  29. package/dist/openapi/models/digitalIdExtractedDetailsApiAddress.js +3 -0
  30. package/dist/openapi/models/digitalIdExtractedDetailsApiAddress.js.map +1 -0
  31. package/dist/openapi/models/getSmartLookupResponse.d.ts +11 -2
  32. package/dist/openapi/models/getSmartLookupResponse.d.ts.map +1 -1
  33. package/dist/openapi/models/getSmartLookupResponseAddress.d.ts +19 -0
  34. package/dist/openapi/models/getSmartLookupResponseAddress.d.ts.map +1 -0
  35. package/dist/openapi/models/getSmartLookupResponseAddress.js +3 -0
  36. package/dist/openapi/models/getSmartLookupResponseAddress.js.map +1 -0
  37. package/dist/openapi/models/index.d.ts +12 -0
  38. package/dist/openapi/models/index.d.ts.map +1 -1
  39. package/dist/openapi/models/index.js +12 -0
  40. package/dist/openapi/models/index.js.map +1 -1
  41. package/dist/openapi/models/postcodeFormattedAddress.d.ts +28 -0
  42. package/dist/openapi/models/postcodeFormattedAddress.d.ts.map +1 -0
  43. package/dist/openapi/models/postcodeFormattedAddress.js +16 -0
  44. package/dist/openapi/models/postcodeFormattedAddress.js.map +1 -0
  45. package/dist/openapi/models/postcodeResponse.d.ts +4 -0
  46. package/dist/openapi/models/postcodeResponse.d.ts.map +1 -1
  47. package/dist/openapi/models/postcodeResponse.js +0 -13
  48. package/dist/openapi/models/postcodeResponse.js.map +1 -1
  49. package/dist/openapi/models/publicAddress.d.ts +28 -0
  50. package/dist/openapi/models/publicAddress.d.ts.map +1 -0
  51. package/dist/openapi/models/publicAddress.js +16 -0
  52. package/dist/openapi/models/publicAddress.js.map +1 -0
  53. package/dist/openapi/models/requestVerificationInput.d.ts +5 -2
  54. package/dist/openapi/models/requestVerificationInput.d.ts.map +1 -1
  55. package/dist/openapi/models/requestVerificationInput.js +0 -13
  56. package/dist/openapi/models/requestVerificationInput.js.map +1 -1
  57. package/dist/openapi/models/smartLookupInput.d.ts +5 -2
  58. package/dist/openapi/models/smartLookupInput.d.ts.map +1 -1
  59. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetails.d.ts +3 -0
  60. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetails.d.ts.map +1 -1
  61. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.d.ts +19 -0
  62. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.d.ts.map +1 -0
  63. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.js +3 -0
  64. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.js.map +1 -0
  65. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetails.d.ts +3 -0
  66. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetails.d.ts.map +1 -1
  67. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetails.js +0 -13
  68. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetails.js.map +1 -1
  69. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetailsAddress.d.ts +19 -0
  70. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetailsAddress.d.ts.map +1 -0
  71. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetailsAddress.js +3 -0
  72. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetailsAddress.js.map +1 -0
  73. package/dist/openapi/models/supportingDocumentDetailsApi.d.ts +3 -0
  74. package/dist/openapi/models/supportingDocumentDetailsApi.d.ts.map +1 -1
  75. package/dist/openapi/models/supportingDocumentDetailsApiAddress.d.ts +19 -0
  76. package/dist/openapi/models/supportingDocumentDetailsApiAddress.d.ts.map +1 -0
  77. package/dist/openapi/models/supportingDocumentDetailsApiAddress.js +3 -0
  78. package/dist/openapi/models/supportingDocumentDetailsApiAddress.js.map +1 -0
  79. package/package.json +1 -1
@@ -18,6 +18,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
18
18
  /* eslint-disable */
19
19
  // This file is auto-generated. Do not edit manually.
20
20
  __exportStar(require("./_36EnumsEnvironment"), exports);
21
+ __exportStar(require("./address"), exports);
22
+ __exportStar(require("./addressClaimInput"), exports);
23
+ __exportStar(require("./addressDetailsApi"), exports);
24
+ __exportStar(require("./addressInput"), exports);
21
25
  __exportStar(require("./addressSource"), exports);
22
26
  __exportStar(require("./adverseMediaArticle"), exports);
23
27
  __exportStar(require("./adverseMediaInput"), exports);
@@ -74,6 +78,7 @@ __exportStar(require("./citizenCardValidationApiDocumentBordersDetectedStatus"),
74
78
  __exportStar(require("./citizenCardValidationApiFaceMatch"), exports);
75
79
  __exportStar(require("./citizenCardValidationApiFaceMatchStatus"), exports);
76
80
  __exportStar(require("./claimDetails"), exports);
81
+ __exportStar(require("./claimDetailsAddress"), exports);
77
82
  __exportStar(require("./compoundIdentifiersCheckMrzPhotoIdFailedReason"), exports);
78
83
  __exportStar(require("./compoundIdentifiersCheckMrzPhotoIdFailedReasonAnyOf"), exports);
79
84
  __exportStar(require("./compoundIdentifiersCheckMrzPhotoIdFailedReasonAnyOfStatus"), exports);
@@ -92,6 +97,7 @@ __exportStar(require("./createTeamResponseCredentials"), exports);
92
97
  __exportStar(require("./creditBureauVerificationReport"), exports);
93
98
  __exportStar(require("./datasetReference"), exports);
94
99
  __exportStar(require("./digitalIdExtractedDetailsApi"), exports);
100
+ __exportStar(require("./digitalIdExtractedDetailsApiAddress"), exports);
95
101
  __exportStar(require("./digitalIdValidationsApi"), exports);
96
102
  __exportStar(require("./digitalIdVerificationMethodApi"), exports);
97
103
  __exportStar(require("./documentAgeValidFailedReason"), exports);
@@ -195,6 +201,7 @@ __exportStar(require("./flowTemplate"), exports);
195
201
  __exportStar(require("./getArtefactsResponse"), exports);
196
202
  __exportStar(require("./getFlowResponse"), exports);
197
203
  __exportStar(require("./getSmartLookupResponse"), exports);
204
+ __exportStar(require("./getSmartLookupResponseAddress"), exports);
198
205
  __exportStar(require("./getSmartLookupResponseChecksItem"), exports);
199
206
  __exportStar(require("./getTeamResponse"), exports);
200
207
  __exportStar(require("./getVerificationResponse"), exports);
@@ -272,7 +279,9 @@ __exportStar(require("./photoIdValidationsApi"), exports);
272
279
  __exportStar(require("./photoIdVerificationResponse"), exports);
273
280
  __exportStar(require("./photoIdVerificationResponseOutcome"), exports);
274
281
  __exportStar(require("./photoIdVerificationResponseVerificationMethod"), exports);
282
+ __exportStar(require("./postcodeFormattedAddress"), exports);
275
283
  __exportStar(require("./postcodeResponse"), exports);
284
+ __exportStar(require("./publicAddress"), exports);
276
285
  __exportStar(require("./radarCheckApi"), exports);
277
286
  __exportStar(require("./radarCheckApiDetails"), exports);
278
287
  __exportStar(require("./radarCheckApiDetailsValidations"), exports);
@@ -337,12 +346,14 @@ __exportStar(require("./smartLookupMetadataApiThresholds"), exports);
337
346
  __exportStar(require("./specimenErrorCode"), exports);
338
347
  __exportStar(require("./stepAddressCreditReferenceAgencyApi"), exports);
339
348
  __exportStar(require("./stepAddressCreditReferenceAgencyApiExtractedDetails"), exports);
349
+ __exportStar(require("./stepAddressCreditReferenceAgencyApiExtractedDetailsAddress"), exports);
340
350
  __exportStar(require("./stepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource"), exports);
341
351
  __exportStar(require("./stepAddressCreditReferenceAgencyApiMethod"), exports);
342
352
  __exportStar(require("./stepAddressCreditReferenceAgencyApiOutcome"), exports);
343
353
  __exportStar(require("./stepAddressCreditReferenceAgencyApiStep"), exports);
344
354
  __exportStar(require("./stepAddressDigitalIdApi"), exports);
345
355
  __exportStar(require("./stepAddressDigitalIdApiExtractedDetails"), exports);
356
+ __exportStar(require("./stepAddressDigitalIdApiExtractedDetailsAddress"), exports);
346
357
  __exportStar(require("./stepAddressDigitalIdApiMethod"), exports);
347
358
  __exportStar(require("./stepAddressDigitalIdApiOutcome"), exports);
348
359
  __exportStar(require("./stepAddressDigitalIdApiStep"), exports);
@@ -364,6 +375,7 @@ __exportStar(require("./stepIdentityVouchApiOutcome"), exports);
364
375
  __exportStar(require("./stepIdentityVouchApiStep"), exports);
365
376
  __exportStar(require("./stepStatusApi"), exports);
366
377
  __exportStar(require("./supportingDocumentDetailsApi"), exports);
378
+ __exportStar(require("./supportingDocumentDetailsApiAddress"), exports);
367
379
  __exportStar(require("./supportingDocumentDetailsApiDocumentCategory"), exports);
368
380
  __exportStar(require("./supportingDocumentEvidenceApi"), exports);
369
381
  __exportStar(require("./supportingDocumentEvidenceItemApi"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/openapi/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/openapi/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Generated by orval v8.4.0 🍺
3
+ * Do not edit manually.
4
+ * Vouchsafe API docs
5
+ * Vouchsafe offers a REST API to conduct operations programmatically.
6
+
7
+ You can request and manage verifications, as well as perform smart lookups.
8
+
9
+ 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.
10
+
11
+ 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.
12
+ * OpenAPI spec version: 0.1.0
13
+ */
14
+ export interface PostcodeFormattedAddress {
15
+ /** At least one of `residence_number` or `building_name` is present when available. */
16
+ residence_number?: string;
17
+ /** At least one of `residence_number` or `building_name` is present when available. */
18
+ building_name?: string;
19
+ street?: string;
20
+ city?: string;
21
+ postcode: string;
22
+ country: string;
23
+ /** State, province, or county. */
24
+ region?: string;
25
+ /** ISO 3166-1 alpha-2 country code. */
26
+ country_code: string;
27
+ }
28
+ //# sourceMappingURL=postcodeFormattedAddress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"postcodeFormattedAddress.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postcodeFormattedAddress.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,wBAAwB;IACvC,uFAAuF;IACvF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uFAAuF;IACvF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,YAAY,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.4.0 🍺
4
+ * Do not edit manually.
5
+ * Vouchsafe API docs
6
+ * Vouchsafe offers a REST API to conduct operations programmatically.
7
+
8
+ You can request and manage verifications, as well as perform smart lookups.
9
+
10
+ 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.
11
+
12
+ 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.
13
+ * OpenAPI spec version: 0.1.0
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=postcodeFormattedAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"postcodeFormattedAddress.js","sourceRoot":"","sources":["../../../src/openapi/models/postcodeFormattedAddress.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -11,7 +11,11 @@ To use the API, you need a client ID and secret from the Vouchsafe dashboard. [S
11
11
  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.
12
12
  * OpenAPI spec version: 0.1.0
13
13
  */
14
+ import type { PostcodeFormattedAddress } from './postcodeFormattedAddress';
14
15
  export interface PostcodeResponse {
16
+ /** Single-line addresses. */
15
17
  addresses: string[];
18
+ /** Structured addresses. Feed straight into POST /smart-lookups. */
19
+ addresses_formatted: PostcodeFormattedAddress[];
16
20
  }
17
21
  //# sourceMappingURL=postcodeResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"postcodeResponse.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postcodeResponse.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,gBAAgB;IAC/B,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB"}
1
+ {"version":3,"file":"postcodeResponse.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/postcodeResponse.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAE3E,MAAM,WAAW,gBAAgB;IAC/B,6BAA6B;IAC7B,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,oEAAoE;IACpE,mBAAmB,EAAE,wBAAwB,EAAE,CAAC;CACjD"}
@@ -1,16 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * Generated by orval v8.4.0 🍺
4
- * Do not edit manually.
5
- * Vouchsafe API docs
6
- * Vouchsafe offers a REST API to conduct operations programmatically.
7
-
8
- You can request and manage verifications, as well as perform smart lookups.
9
-
10
- 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.
11
-
12
- 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.
13
- * OpenAPI spec version: 0.1.0
14
- */
15
2
  Object.defineProperty(exports, "__esModule", { value: true });
16
3
  //# sourceMappingURL=postcodeResponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"postcodeResponse.js","sourceRoot":"","sources":["../../../src/openapi/models/postcodeResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
1
+ {"version":3,"file":"postcodeResponse.js","sourceRoot":"","sources":["../../../src/openapi/models/postcodeResponse.ts"],"names":[],"mappings":""}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Generated by orval v8.4.0 🍺
3
+ * Do not edit manually.
4
+ * Vouchsafe API docs
5
+ * Vouchsafe offers a REST API to conduct operations programmatically.
6
+
7
+ You can request and manage verifications, as well as perform smart lookups.
8
+
9
+ 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.
10
+
11
+ 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.
12
+ * OpenAPI spec version: 0.1.0
13
+ */
14
+ export interface PublicAddress {
15
+ /** House or flat number, e.g. "10" or "Flat 1". */
16
+ residence_number?: string;
17
+ /** House or building name, e.g. "Rose Cottage". */
18
+ building_name?: string;
19
+ street?: string;
20
+ city?: string;
21
+ postcode?: string;
22
+ country?: string;
23
+ /** State, province, or county. */
24
+ region?: string;
25
+ /** ISO 3166-1 alpha-2 country code. */
26
+ country_code?: string;
27
+ }
28
+ //# sourceMappingURL=publicAddress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publicAddress.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/publicAddress.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,aAAa;IAC5B,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,mDAAmD;IACnD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v8.4.0 🍺
4
+ * Do not edit manually.
5
+ * Vouchsafe API docs
6
+ * Vouchsafe offers a REST API to conduct operations programmatically.
7
+
8
+ You can request and manage verifications, as well as perform smart lookups.
9
+
10
+ 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.
11
+
12
+ 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.
13
+ * OpenAPI spec version: 0.1.0
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=publicAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"publicAddress.js","sourceRoot":"","sources":["../../../src/openapi/models/publicAddress.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -11,6 +11,7 @@ To use the API, you need a client ID and secret from the Vouchsafe dashboard. [S
11
11
  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.
12
12
  * OpenAPI spec version: 0.1.0
13
13
  */
14
+ import type { AddressClaimInput } from './addressClaimInput';
14
15
  export interface RequestVerificationInput {
15
16
  /** The user's email address. */
16
17
  email: string;
@@ -18,9 +19,11 @@ export interface RequestVerificationInput {
18
19
  first_name?: string;
19
20
  /** The user's last name, if you have it. */
20
21
  last_name?: string;
21
- /** The user's street address, if you have it. */
22
+ /** The user's address, if you have it. Takes precedence over the deprecated `street_address` and `postcode` fields. */
23
+ address?: AddressClaimInput;
24
+ /** To be deprecated. Use `address` instead. */
22
25
  street_address?: string;
23
- /** The user's postcode, if you have it. */
26
+ /** To be deprecated. Use `address` instead. */
24
27
  postcode?: string;
25
28
  /** The user's date of birth, if you have it. Format as YYYY-MM-DD or ISO 8601 */
26
29
  date_of_birth?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"requestVerificationInput.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/requestVerificationInput.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,wBAAwB;IACvC,gCAAgC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4CAA4C;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iDAAiD;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;;8DAM0D;IAC1D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,8CAA8C;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yFAAyF;IACzF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;iEAE6D;IAC7D,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;kFAE8E;IAC9E,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
1
+ {"version":3,"file":"requestVerificationInput.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/requestVerificationInput.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,MAAM,WAAW,wBAAwB;IACvC,gCAAgC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4CAA4C;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uHAAuH;IACvH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,+CAA+C;IAC/C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iFAAiF;IACjF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;;8DAM0D;IAC1D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,8CAA8C;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yFAAyF;IACzF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;iEAE6D;IAC7D,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;kFAE8E;IAC9E,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -1,16 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * Generated by orval v8.4.0 🍺
4
- * Do not edit manually.
5
- * Vouchsafe API docs
6
- * Vouchsafe offers a REST API to conduct operations programmatically.
7
-
8
- You can request and manage verifications, as well as perform smart lookups.
9
-
10
- 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.
11
-
12
- 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.
13
- * OpenAPI spec version: 0.1.0
14
- */
15
2
  Object.defineProperty(exports, "__esModule", { value: true });
16
3
  //# sourceMappingURL=requestVerificationInput.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"requestVerificationInput.js","sourceRoot":"","sources":["../../../src/openapi/models/requestVerificationInput.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
1
+ {"version":3,"file":"requestVerificationInput.js","sourceRoot":"","sources":["../../../src/openapi/models/requestVerificationInput.ts"],"names":[],"mappings":""}
@@ -11,6 +11,7 @@ To use the API, you need a client ID and secret from the Vouchsafe dashboard. [S
11
11
  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.
12
12
  * OpenAPI spec version: 0.1.0
13
13
  */
14
+ import type { AddressInput } from './addressInput';
14
15
  import type { SmartLookupInputChecksItem } from './smartLookupInputChecksItem';
15
16
  import type { SmartLookupInputThresholds } from './smartLookupInputThresholds';
16
17
  export interface SmartLookupInput {
@@ -20,9 +21,11 @@ export interface SmartLookupInput {
20
21
  last_name: string;
21
22
  /** (required) */
22
23
  checks: SmartLookupInputChecksItem[];
23
- /** (conditionally required) - Required when checks includes CreditBureau; otherwise optional. Should be taken from GET /postcode endpoint */
24
+ /** Structured address. Required for CreditBureau. */
25
+ address?: AddressInput;
26
+ /** To be deprecated. Use `address` instead. */
24
27
  first_line_of_address?: string;
25
- /** (conditionally required) - Postcode used in GET /postcode. Required when checks includes CreditBureau; otherwise optional. */
28
+ /** To be deprecated. Use `address` instead. */
26
29
  postcode?: string;
27
30
  /** (conditionally required) — Email address. Either email or phone is required when checks includes OnlineFootprint; otherwise optional. */
28
31
  email?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"smartLookupInput.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/smartLookupInput.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,MAAM,WAAW,gBAAgB;IAC/B,iCAAiC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,+BAA+B;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB;IACjB,MAAM,EAAE,0BAA0B,EAAE,CAAC;IACrC,6IAA6I;IAC7I,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,iIAAiI;IACjI,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4IAA4I;IAC5I,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;2HACuH;IACvH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yIAAyI;IACzI,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wKAAwK;IACxK,UAAU,CAAC,EAAE,0BAA0B,CAAC;IACxC;oFACgF;IAChF,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B"}
1
+ {"version":3,"file":"smartLookupInput.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/smartLookupInput.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,MAAM,WAAW,gBAAgB;IAC/B,iCAAiC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,+BAA+B;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB;IACjB,MAAM,EAAE,0BAA0B,EAAE,CAAC;IACrC,qDAAqD;IACrD,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,+CAA+C;IAC/C,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4IAA4I;IAC5I,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;2HACuH;IACvH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yIAAyI;IACzI,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wKAAwK;IACxK,UAAU,CAAC,EAAE,0BAA0B,CAAC;IACxC;oFACgF;IAChF,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B"}
@@ -11,6 +11,7 @@ To use the API, you need a client ID and secret from the Vouchsafe dashboard. [S
11
11
  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.
12
12
  * OpenAPI spec version: 0.1.0
13
13
  */
14
+ import type { StepAddressCreditReferenceAgencyApiExtractedDetailsAddress } from './stepAddressCreditReferenceAgencyApiExtractedDetailsAddress';
14
15
  import type { StepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource } from './stepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource';
15
16
  /**
16
17
  * Extracted address details.
@@ -18,6 +19,8 @@ import type { StepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource }
18
19
  export type StepAddressCreditReferenceAgencyApiExtractedDetails = {
19
20
  /** Source of the address information. */
20
21
  address_source?: StepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource;
22
+ /** Structured address, or null for legacy records with only inline fields. */
23
+ address: StepAddressCreditReferenceAgencyApiExtractedDetailsAddress;
21
24
  /**
22
25
  * Postcode of the address.
23
26
  * @nullable
@@ -1 +1 @@
1
- {"version":3,"file":"stepAddressCreditReferenceAgencyApiExtractedDetails.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetails.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,gEAAgE,EAAE,MAAM,oEAAoE,CAAC;AAE3J;;GAEG;AACH,MAAM,MAAM,mDAAmD,GAAG;IAChE,yCAAyC;IACzC,cAAc,CAAC,EAAE,gEAAgE,CAAC;IAClF;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;OAGG;IACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;OAGG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;OAGG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC"}
1
+ {"version":3,"file":"stepAddressCreditReferenceAgencyApiExtractedDetails.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetails.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,0DAA0D,EAAE,MAAM,8DAA8D,CAAC;AAC/I,OAAO,KAAK,EAAE,gEAAgE,EAAE,MAAM,oEAAoE,CAAC;AAE3J;;GAEG;AACH,MAAM,MAAM,mDAAmD,GAAG;IAChE,yCAAyC;IACzC,cAAc,CAAC,EAAE,gEAAgE,CAAC;IAClF,8EAA8E;IAC9E,OAAO,EAAE,0DAA0D,CAAC;IACpE;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;OAGG;IACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;OAGG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;OAGG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Generated by orval v8.4.0 🍺
3
+ * Do not edit manually.
4
+ * Vouchsafe API docs
5
+ * Vouchsafe offers a REST API to conduct operations programmatically.
6
+
7
+ You can request and manage verifications, as well as perform smart lookups.
8
+
9
+ 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.
10
+
11
+ 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.
12
+ * OpenAPI spec version: 0.1.0
13
+ */
14
+ import type { AddressDetailsApi } from './addressDetailsApi';
15
+ /**
16
+ * Structured address, or null for legacy records with only inline fields.
17
+ */
18
+ export type StepAddressCreditReferenceAgencyApiExtractedDetailsAddress = AddressDetailsApi | null;
19
+ //# sourceMappingURL=stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,0DAA0D,GAAG,iBAAiB,GAAG,IAAI,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.js","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddress.ts"],"names":[],"mappings":""}
@@ -11,10 +11,13 @@ To use the API, you need a client ID and secret from the Vouchsafe dashboard. [S
11
11
  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.
12
12
  * OpenAPI spec version: 0.1.0
13
13
  */
14
+ import type { StepAddressDigitalIdApiExtractedDetailsAddress } from './stepAddressDigitalIdApiExtractedDetailsAddress';
14
15
  /**
15
16
  * Extracted address details.
16
17
  */
17
18
  export type StepAddressDigitalIdApiExtractedDetails = {
19
+ /** Structured address, or null for legacy records with only inline fields. */
20
+ address: StepAddressDigitalIdApiExtractedDetailsAddress;
18
21
  /** @nullable */
19
22
  postcode: string | null;
20
23
  /** @nullable */
@@ -1 +1 @@
1
- {"version":3,"file":"stepAddressDigitalIdApiExtractedDetails.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressDigitalIdApiExtractedDetails.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG;IACpD,gBAAgB;IAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,gBAAgB;IAChB,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC,CAAC"}
1
+ {"version":3,"file":"stepAddressDigitalIdApiExtractedDetails.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressDigitalIdApiExtractedDetails.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAC;AAEvH;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG;IACpD,8EAA8E;IAC9E,OAAO,EAAE,8CAA8C,CAAC;IACxD,gBAAgB;IAChB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,gBAAgB;IAChB,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;CACtC,CAAC"}
@@ -1,16 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * Generated by orval v8.4.0 🍺
4
- * Do not edit manually.
5
- * Vouchsafe API docs
6
- * Vouchsafe offers a REST API to conduct operations programmatically.
7
-
8
- You can request and manage verifications, as well as perform smart lookups.
9
-
10
- 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.
11
-
12
- 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.
13
- * OpenAPI spec version: 0.1.0
14
- */
15
2
  Object.defineProperty(exports, "__esModule", { value: true });
16
3
  //# sourceMappingURL=stepAddressDigitalIdApiExtractedDetails.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"stepAddressDigitalIdApiExtractedDetails.js","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressDigitalIdApiExtractedDetails.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
1
+ {"version":3,"file":"stepAddressDigitalIdApiExtractedDetails.js","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressDigitalIdApiExtractedDetails.ts"],"names":[],"mappings":""}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Generated by orval v8.4.0 🍺
3
+ * Do not edit manually.
4
+ * Vouchsafe API docs
5
+ * Vouchsafe offers a REST API to conduct operations programmatically.
6
+
7
+ You can request and manage verifications, as well as perform smart lookups.
8
+
9
+ 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.
10
+
11
+ 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.
12
+ * OpenAPI spec version: 0.1.0
13
+ */
14
+ import type { AddressDetailsApi } from './addressDetailsApi';
15
+ /**
16
+ * Structured address, or null for legacy records with only inline fields.
17
+ */
18
+ export type StepAddressDigitalIdApiExtractedDetailsAddress = AddressDetailsApi | null;
19
+ //# sourceMappingURL=stepAddressDigitalIdApiExtractedDetailsAddress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepAddressDigitalIdApiExtractedDetailsAddress.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressDigitalIdApiExtractedDetailsAddress.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,8CAA8C,GAAG,iBAAiB,GAAG,IAAI,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stepAddressDigitalIdApiExtractedDetailsAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepAddressDigitalIdApiExtractedDetailsAddress.js","sourceRoot":"","sources":["../../../src/openapi/models/stepAddressDigitalIdApiExtractedDetailsAddress.ts"],"names":[],"mappings":""}
@@ -11,6 +11,7 @@ To use the API, you need a client ID and secret from the Vouchsafe dashboard. [S
11
11
  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.
12
12
  * OpenAPI spec version: 0.1.0
13
13
  */
14
+ import type { SupportingDocumentDetailsApiAddress } from './supportingDocumentDetailsApiAddress';
14
15
  import type { SupportingDocumentDetailsApiDocumentCategory } from './supportingDocumentDetailsApiDocumentCategory';
15
16
  export interface SupportingDocumentDetailsApi {
16
17
  /**
@@ -38,6 +39,8 @@ export interface SupportingDocumentDetailsApi {
38
39
  * @nullable
39
40
  */
40
41
  postcode?: string | null;
42
+ /** Structured address, or null when only inline fields are available. */
43
+ address?: SupportingDocumentDetailsApiAddress;
41
44
  /** What the uploaded document was categorised as. */
42
45
  document_category: SupportingDocumentDetailsApiDocumentCategory;
43
46
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"supportingDocumentDetailsApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/supportingDocumentDetailsApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAEnH,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,qDAAqD;IACrD,iBAAiB,EAAE,4CAA4C,CAAC;IAChE;;;OAGG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;OAGG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
1
+ {"version":3,"file":"supportingDocumentDetailsApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/supportingDocumentDetailsApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AACjG,OAAO,KAAK,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAEnH,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,yEAAyE;IACzE,OAAO,CAAC,EAAE,mCAAmC,CAAC;IAC9C,qDAAqD;IACrD,iBAAiB,EAAE,4CAA4C,CAAC;IAChE;;;OAGG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;OAGG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Generated by orval v8.4.0 🍺
3
+ * Do not edit manually.
4
+ * Vouchsafe API docs
5
+ * Vouchsafe offers a REST API to conduct operations programmatically.
6
+
7
+ You can request and manage verifications, as well as perform smart lookups.
8
+
9
+ 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.
10
+
11
+ 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.
12
+ * OpenAPI spec version: 0.1.0
13
+ */
14
+ import type { AddressDetailsApi } from './addressDetailsApi';
15
+ /**
16
+ * Structured address, or null when only inline fields are available.
17
+ */
18
+ export type SupportingDocumentDetailsApiAddress = AddressDetailsApi | null;
19
+ //# sourceMappingURL=supportingDocumentDetailsApiAddress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supportingDocumentDetailsApiAddress.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/supportingDocumentDetailsApiAddress.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG,iBAAiB,GAAG,IAAI,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=supportingDocumentDetailsApiAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"supportingDocumentDetailsApiAddress.js","sourceRoot":"","sources":["../../../src/openapi/models/supportingDocumentDetailsApiAddress.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vouchsafe/node",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
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",