@vouchsafe/node 0.1.57 → 0.1.59

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 (197) hide show
  1. package/dist/openapi/models/addressSource.d.ts +15 -0
  2. package/dist/openapi/models/addressSource.d.ts.map +1 -0
  3. package/dist/openapi/models/addressSource.js +16 -0
  4. package/dist/openapi/models/addressSource.js.map +1 -0
  5. package/dist/openapi/models/amlCheckApi.d.ts +2 -0
  6. package/dist/openapi/models/amlCheckApi.d.ts.map +1 -1
  7. package/dist/openapi/models/amlCheckApiDetails.d.ts +6 -0
  8. package/dist/openapi/models/amlCheckApiDetails.d.ts.map +1 -1
  9. package/dist/openapi/models/amlMatchApi.d.ts +5 -0
  10. package/dist/openapi/models/amlMatchApi.d.ts.map +1 -1
  11. package/dist/openapi/models/amlMatchApiProperties.d.ts +6 -0
  12. package/dist/openapi/models/amlMatchApiProperties.d.ts.map +1 -1
  13. package/dist/openapi/models/amlMatchApiPropertiesBirthCountry.d.ts +3 -0
  14. package/dist/openapi/models/amlMatchApiPropertiesBirthCountry.d.ts.map +1 -1
  15. package/dist/openapi/models/amlMatchApiPropertiesBirthPlace.d.ts +3 -0
  16. package/dist/openapi/models/amlMatchApiPropertiesBirthPlace.d.ts.map +1 -1
  17. package/dist/openapi/models/amlMatchApiPropertiesCountry.d.ts +3 -0
  18. package/dist/openapi/models/amlMatchApiPropertiesCountry.d.ts.map +1 -1
  19. package/dist/openapi/models/amlMatchApiPropertiesNotes.d.ts +3 -0
  20. package/dist/openapi/models/amlMatchApiPropertiesNotes.d.ts.map +1 -1
  21. package/dist/openapi/models/amlMatchApiPropertiesPosition.d.ts +3 -0
  22. package/dist/openapi/models/amlMatchApiPropertiesPosition.d.ts.map +1 -1
  23. package/dist/openapi/models/digitalIdExtractedDetailsApi.d.ts +57 -0
  24. package/dist/openapi/models/digitalIdExtractedDetailsApi.d.ts.map +1 -0
  25. package/dist/openapi/models/digitalIdExtractedDetailsApi.js +16 -0
  26. package/dist/openapi/models/digitalIdExtractedDetailsApi.js.map +1 -0
  27. package/dist/openapi/models/digitalIdValidationsApi.d.ts +29 -0
  28. package/dist/openapi/models/digitalIdValidationsApi.d.ts.map +1 -0
  29. package/dist/openapi/models/digitalIdValidationsApi.js +3 -0
  30. package/dist/openapi/models/digitalIdValidationsApi.js.map +1 -0
  31. package/dist/openapi/models/digitalIdVerificationMethodApi.d.ts +15 -0
  32. package/dist/openapi/models/digitalIdVerificationMethodApi.d.ts.map +1 -0
  33. package/dist/openapi/models/digitalIdVerificationMethodApi.js +16 -0
  34. package/dist/openapi/models/digitalIdVerificationMethodApi.js.map +1 -0
  35. package/dist/openapi/models/evisaConditionsApi.d.ts +17 -0
  36. package/dist/openapi/models/evisaConditionsApi.d.ts.map +1 -0
  37. package/dist/openapi/models/evisaConditionsApi.js +3 -0
  38. package/dist/openapi/models/evisaConditionsApi.js.map +1 -0
  39. package/dist/openapi/models/evisaConditionsFailedApi.d.ts +17 -0
  40. package/dist/openapi/models/evisaConditionsFailedApi.d.ts.map +1 -0
  41. package/dist/openapi/models/evisaConditionsFailedApi.js +16 -0
  42. package/dist/openapi/models/evisaConditionsFailedApi.js.map +1 -0
  43. package/dist/openapi/models/evisaConditionsSuccessApi.d.ts +21 -0
  44. package/dist/openapi/models/evisaConditionsSuccessApi.d.ts.map +1 -0
  45. package/dist/openapi/models/evisaConditionsSuccessApi.js +16 -0
  46. package/dist/openapi/models/evisaConditionsSuccessApi.js.map +1 -0
  47. package/dist/openapi/models/failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.d.ts +15 -0
  48. package/dist/openapi/models/failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.d.ts.map +1 -0
  49. package/dist/openapi/models/failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.js +16 -0
  50. package/dist/openapi/models/failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.js.map +1 -0
  51. package/dist/openapi/models/index.d.ts +37 -0
  52. package/dist/openapi/models/index.d.ts.map +1 -1
  53. package/dist/openapi/models/index.js +37 -0
  54. package/dist/openapi/models/index.js.map +1 -1
  55. package/dist/openapi/models/ofaCheckApi.d.ts +2 -0
  56. package/dist/openapi/models/ofaCheckApi.d.ts.map +1 -1
  57. package/dist/openapi/models/ofaCheckApiDetails.d.ts +9 -1
  58. package/dist/openapi/models/ofaCheckApiDetails.d.ts.map +1 -1
  59. package/dist/openapi/models/ofaCheckApiDetailsSignals.d.ts +2 -0
  60. package/dist/openapi/models/ofaCheckApiDetailsSignals.d.ts.map +1 -1
  61. package/dist/openapi/models/radarCheckApi.d.ts +2 -0
  62. package/dist/openapi/models/radarCheckApi.d.ts.map +1 -1
  63. package/dist/openapi/models/radarCheckApiDetailsValidations.d.ts +3 -0
  64. package/dist/openapi/models/radarCheckApiDetailsValidations.d.ts.map +1 -1
  65. package/dist/openapi/models/radarCheckApiDetailsValidationsNoKnownFraudsterMatch.d.ts +6 -0
  66. package/dist/openapi/models/radarCheckApiDetailsValidationsNoKnownFraudsterMatch.d.ts.map +1 -1
  67. package/dist/openapi/models/radarCheckApiDetailsValidationsNoKnownFraudsterMatchRisk.d.ts +3 -0
  68. package/dist/openapi/models/radarCheckApiDetailsValidationsNoKnownFraudsterMatchRisk.d.ts.map +1 -1
  69. package/dist/openapi/models/reviewUserCheckApi.d.ts +2 -0
  70. package/dist/openapi/models/reviewUserCheckApi.d.ts.map +1 -1
  71. package/dist/openapi/models/rightToWorkDetailsApi.d.ts +3 -0
  72. package/dist/openapi/models/rightToWorkDetailsApi.d.ts.map +1 -1
  73. package/dist/openapi/models/rightToWorkDetailsApi.js +0 -13
  74. package/dist/openapi/models/rightToWorkDetailsApi.js.map +1 -1
  75. package/dist/openapi/models/stepAddressCreditReferenceAgencyApi.d.ts +30 -0
  76. package/dist/openapi/models/stepAddressCreditReferenceAgencyApi.d.ts.map +1 -0
  77. package/dist/openapi/models/stepAddressCreditReferenceAgencyApi.js +3 -0
  78. package/dist/openapi/models/stepAddressCreditReferenceAgencyApi.js.map +1 -0
  79. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetails.d.ts +32 -0
  80. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetails.d.ts.map +1 -0
  81. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetails.js +3 -0
  82. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetails.js.map +1 -0
  83. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource.d.ts +19 -0
  84. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource.d.ts.map +1 -0
  85. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource.js +3 -0
  86. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiExtractedDetailsAddressSource.js.map +1 -0
  87. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiMethod.d.ts +18 -0
  88. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiMethod.d.ts.map +1 -0
  89. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiMethod.js +16 -0
  90. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiMethod.js.map +1 -0
  91. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiOutcome.d.ts +18 -0
  92. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiOutcome.d.ts.map +1 -0
  93. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiOutcome.js +16 -0
  94. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiOutcome.js.map +1 -0
  95. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiStep.d.ts +18 -0
  96. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiStep.d.ts.map +1 -0
  97. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiStep.js +16 -0
  98. package/dist/openapi/models/stepAddressCreditReferenceAgencyApiStep.js.map +1 -0
  99. package/dist/openapi/models/stepAddressDigitalIdApi.d.ts +33 -0
  100. package/dist/openapi/models/stepAddressDigitalIdApi.d.ts.map +1 -0
  101. package/dist/openapi/models/stepAddressDigitalIdApi.js +3 -0
  102. package/dist/openapi/models/stepAddressDigitalIdApi.js.map +1 -0
  103. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetails.d.ts +23 -0
  104. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetails.d.ts.map +1 -0
  105. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetails.js +16 -0
  106. package/dist/openapi/models/stepAddressDigitalIdApiExtractedDetails.js.map +1 -0
  107. package/dist/openapi/models/stepAddressDigitalIdApiMethod.d.ts +18 -0
  108. package/dist/openapi/models/stepAddressDigitalIdApiMethod.d.ts.map +1 -0
  109. package/dist/openapi/models/stepAddressDigitalIdApiMethod.js +16 -0
  110. package/dist/openapi/models/stepAddressDigitalIdApiMethod.js.map +1 -0
  111. package/dist/openapi/models/stepAddressDigitalIdApiOutcome.d.ts +18 -0
  112. package/dist/openapi/models/stepAddressDigitalIdApiOutcome.d.ts.map +1 -0
  113. package/dist/openapi/models/stepAddressDigitalIdApiOutcome.js +16 -0
  114. package/dist/openapi/models/stepAddressDigitalIdApiOutcome.js.map +1 -0
  115. package/dist/openapi/models/stepAddressDigitalIdApiStep.d.ts +18 -0
  116. package/dist/openapi/models/stepAddressDigitalIdApiStep.d.ts.map +1 -0
  117. package/dist/openapi/models/stepAddressDigitalIdApiStep.js +16 -0
  118. package/dist/openapi/models/stepAddressDigitalIdApiStep.js.map +1 -0
  119. package/dist/openapi/models/stepAddressSupportingDocumentApi.d.ts +39 -0
  120. package/dist/openapi/models/stepAddressSupportingDocumentApi.d.ts.map +1 -0
  121. package/dist/openapi/models/stepAddressSupportingDocumentApi.js +3 -0
  122. package/dist/openapi/models/stepAddressSupportingDocumentApi.js.map +1 -0
  123. package/dist/openapi/models/stepAddressSupportingDocumentApiMethod.d.ts +18 -0
  124. package/dist/openapi/models/stepAddressSupportingDocumentApiMethod.d.ts.map +1 -0
  125. package/dist/openapi/models/stepAddressSupportingDocumentApiMethod.js +16 -0
  126. package/dist/openapi/models/stepAddressSupportingDocumentApiMethod.js.map +1 -0
  127. package/dist/openapi/models/stepAddressSupportingDocumentApiOutcome.d.ts +18 -0
  128. package/dist/openapi/models/stepAddressSupportingDocumentApiOutcome.d.ts.map +1 -0
  129. package/dist/openapi/models/stepAddressSupportingDocumentApiOutcome.js +16 -0
  130. package/dist/openapi/models/stepAddressSupportingDocumentApiOutcome.js.map +1 -0
  131. package/dist/openapi/models/stepAddressSupportingDocumentApiStep.d.ts +18 -0
  132. package/dist/openapi/models/stepAddressSupportingDocumentApiStep.d.ts.map +1 -0
  133. package/dist/openapi/models/stepAddressSupportingDocumentApiStep.js +16 -0
  134. package/dist/openapi/models/stepAddressSupportingDocumentApiStep.js.map +1 -0
  135. package/dist/openapi/models/stepIdentityDigitalIdApi.d.ts +39 -0
  136. package/dist/openapi/models/stepIdentityDigitalIdApi.d.ts.map +1 -0
  137. package/dist/openapi/models/stepIdentityDigitalIdApi.js +3 -0
  138. package/dist/openapi/models/stepIdentityDigitalIdApi.js.map +1 -0
  139. package/dist/openapi/models/stepIdentityDigitalIdApiMethod.d.ts +18 -0
  140. package/dist/openapi/models/stepIdentityDigitalIdApiMethod.d.ts.map +1 -0
  141. package/dist/openapi/models/stepIdentityDigitalIdApiMethod.js +16 -0
  142. package/dist/openapi/models/stepIdentityDigitalIdApiMethod.js.map +1 -0
  143. package/dist/openapi/models/stepIdentityDigitalIdApiOutcome.d.ts +18 -0
  144. package/dist/openapi/models/stepIdentityDigitalIdApiOutcome.d.ts.map +1 -0
  145. package/dist/openapi/models/stepIdentityDigitalIdApiOutcome.js +16 -0
  146. package/dist/openapi/models/stepIdentityDigitalIdApiOutcome.js.map +1 -0
  147. package/dist/openapi/models/stepIdentityDigitalIdApiStep.d.ts +18 -0
  148. package/dist/openapi/models/stepIdentityDigitalIdApiStep.d.ts.map +1 -0
  149. package/dist/openapi/models/stepIdentityDigitalIdApiStep.js +16 -0
  150. package/dist/openapi/models/stepIdentityDigitalIdApiStep.js.map +1 -0
  151. package/dist/openapi/models/stepIdentityPhotoIdApi.d.ts +39 -0
  152. package/dist/openapi/models/stepIdentityPhotoIdApi.d.ts.map +1 -0
  153. package/dist/openapi/models/stepIdentityPhotoIdApi.js +3 -0
  154. package/dist/openapi/models/stepIdentityPhotoIdApi.js.map +1 -0
  155. package/dist/openapi/models/stepIdentityPhotoIdApiMethod.d.ts +18 -0
  156. package/dist/openapi/models/stepIdentityPhotoIdApiMethod.d.ts.map +1 -0
  157. package/dist/openapi/models/stepIdentityPhotoIdApiMethod.js +16 -0
  158. package/dist/openapi/models/stepIdentityPhotoIdApiMethod.js.map +1 -0
  159. package/dist/openapi/models/stepIdentityPhotoIdApiOutcome.d.ts +18 -0
  160. package/dist/openapi/models/stepIdentityPhotoIdApiOutcome.d.ts.map +1 -0
  161. package/dist/openapi/models/stepIdentityPhotoIdApiOutcome.js +16 -0
  162. package/dist/openapi/models/stepIdentityPhotoIdApiOutcome.js.map +1 -0
  163. package/dist/openapi/models/stepIdentityPhotoIdApiStep.d.ts +18 -0
  164. package/dist/openapi/models/stepIdentityPhotoIdApiStep.d.ts.map +1 -0
  165. package/dist/openapi/models/stepIdentityPhotoIdApiStep.js +16 -0
  166. package/dist/openapi/models/stepIdentityPhotoIdApiStep.js.map +1 -0
  167. package/dist/openapi/models/stepIdentityVouchApi.d.ts +36 -0
  168. package/dist/openapi/models/stepIdentityVouchApi.d.ts.map +1 -0
  169. package/dist/openapi/models/stepIdentityVouchApi.js +3 -0
  170. package/dist/openapi/models/stepIdentityVouchApi.js.map +1 -0
  171. package/dist/openapi/models/stepIdentityVouchApiMethod.d.ts +18 -0
  172. package/dist/openapi/models/stepIdentityVouchApiMethod.d.ts.map +1 -0
  173. package/dist/openapi/models/stepIdentityVouchApiMethod.js +16 -0
  174. package/dist/openapi/models/stepIdentityVouchApiMethod.js.map +1 -0
  175. package/dist/openapi/models/stepIdentityVouchApiOutcome.d.ts +18 -0
  176. package/dist/openapi/models/stepIdentityVouchApiOutcome.d.ts.map +1 -0
  177. package/dist/openapi/models/stepIdentityVouchApiOutcome.js +16 -0
  178. package/dist/openapi/models/stepIdentityVouchApiOutcome.js.map +1 -0
  179. package/dist/openapi/models/stepIdentityVouchApiStep.d.ts +18 -0
  180. package/dist/openapi/models/stepIdentityVouchApiStep.d.ts.map +1 -0
  181. package/dist/openapi/models/stepIdentityVouchApiStep.js +16 -0
  182. package/dist/openapi/models/stepIdentityVouchApiStep.js.map +1 -0
  183. package/dist/openapi/models/tamperingErrorCode.d.ts +2 -1
  184. package/dist/openapi/models/tamperingErrorCode.d.ts.map +1 -1
  185. package/dist/openapi/models/verificationCheck.d.ts +7 -1
  186. package/dist/openapi/models/verificationCheck.d.ts.map +1 -1
  187. package/dist/openapi/models/videoSelfieCheckApiValidations.d.ts +4 -0
  188. package/dist/openapi/models/videoSelfieCheckApiValidations.d.ts.map +1 -1
  189. package/dist/openapi/models/videoSelfieCheckApiValidationsFaceMatch.d.ts +22 -0
  190. package/dist/openapi/models/videoSelfieCheckApiValidationsFaceMatch.d.ts.map +1 -0
  191. package/dist/openapi/models/videoSelfieCheckApiValidationsFaceMatch.js +3 -0
  192. package/dist/openapi/models/videoSelfieCheckApiValidationsFaceMatch.js.map +1 -0
  193. package/dist/openapi/models/videoSelfieCheckApiValidationsFaceMatchStatus.d.ts +15 -0
  194. package/dist/openapi/models/videoSelfieCheckApiValidationsFaceMatchStatus.d.ts.map +1 -0
  195. package/dist/openapi/models/videoSelfieCheckApiValidationsFaceMatchStatus.js +16 -0
  196. package/dist/openapi/models/videoSelfieCheckApiValidationsFaceMatchStatus.js.map +1 -0
  197. package/package.json +1 -1
@@ -0,0 +1,15 @@
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 type AddressSource = 'digital_id' | 'manual_entry' | 'claims_to_verify';
15
+ //# sourceMappingURL=addressSource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addressSource.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/addressSource.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,cAAc,GAAG,kBAAkB,CAAC"}
@@ -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=addressSource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addressSource.js","sourceRoot":"","sources":["../../../src/openapi/models/addressSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -15,7 +15,9 @@ import type { AmlCheckApiDetails } from './amlCheckApiDetails';
15
15
  import type { AmlCheckKindApi } from './amlCheckKindApi';
16
16
  import type { EnrichmentStatusApi } from './enrichmentStatusApi';
17
17
  export interface AmlCheckApi {
18
+ /** The type of AML check performed. */
18
19
  check: AmlCheckKindApi;
20
+ /** Overall outcome of the AML check. */
19
21
  outcome: EnrichmentStatusApi;
20
22
  details: AmlCheckApiDetails;
21
23
  }
@@ -1 +1 @@
1
- {"version":3,"file":"amlCheckApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlCheckApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,eAAe,CAAC;IACvB,OAAO,EAAE,mBAAmB,CAAC;IAC7B,OAAO,EAAE,kBAAkB,CAAC;CAC7B"}
1
+ {"version":3,"file":"amlCheckApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlCheckApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,WAAW,WAAW;IAC1B,uCAAuC;IACvC,KAAK,EAAE,eAAe,CAAC;IACvB,wCAAwC;IACxC,OAAO,EAAE,mBAAmB,CAAC;IAC7B,OAAO,EAAE,kBAAkB,CAAC;CAC7B"}
@@ -13,6 +13,12 @@ We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_
13
13
  */
14
14
  import type { AmlMatchApi } from './amlMatchApi';
15
15
  export type AmlCheckApiDetails = {
16
+ /** Sanctions list matches found. Empty when the check passed. */
16
17
  matches: AmlMatchApi[];
18
+ /**
19
+ * The score threshold above which a match is considered a hit.
20
+ * @nullable
21
+ */
22
+ threshold: number | null;
17
23
  };
18
24
  //# sourceMappingURL=amlCheckApiDetails.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"amlCheckApiDetails.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlCheckApiDetails.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,EAAE,WAAW,EAAE,CAAC;CACxB,CAAC"}
1
+ {"version":3,"file":"amlCheckApiDetails.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlCheckApiDetails.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,iEAAiE;IACjE,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB;;;OAGG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC"}
@@ -13,10 +13,15 @@ We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_
13
13
  */
14
14
  import type { AmlMatchApiProperties } from './amlMatchApiProperties';
15
15
  export interface AmlMatchApi {
16
+ /** Unique identifier for the matched entity. */
16
17
  id: string;
18
+ /** Display name of the matched entity. */
17
19
  caption: string;
20
+ /** Similarity score for this match. */
18
21
  score: number;
22
+ /** ISO 8601 date when the entity was first seen in the sanctions list. */
19
23
  first_seen?: string;
24
+ /** ISO 8601 date when the entity was last seen in the sanctions list. */
20
25
  last_seen?: string;
21
26
  properties: AmlMatchApiProperties;
22
27
  }
@@ -1 +1 @@
1
- {"version":3,"file":"amlMatchApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;CACnC"}
1
+ {"version":3,"file":"amlMatchApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,MAAM,WAAW,WAAW;IAC1B,gDAAgD;IAChD,EAAE,EAAE,MAAM,CAAC;IACX,0CAA0C;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,0EAA0E;IAC1E,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yEAAyE;IACzE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;CACnC"}
@@ -17,11 +17,17 @@ import type { AmlMatchApiPropertiesCountry } from './amlMatchApiPropertiesCountr
17
17
  import type { AmlMatchApiPropertiesNotes } from './amlMatchApiPropertiesNotes';
18
18
  import type { AmlMatchApiPropertiesPosition } from './amlMatchApiPropertiesPosition';
19
19
  export type AmlMatchApiProperties = {
20
+ /** Country of birth of the entity. */
20
21
  birth_country: AmlMatchApiPropertiesBirthCountry;
22
+ /** Place of birth of the entity. */
21
23
  birth_place: AmlMatchApiPropertiesBirthPlace;
24
+ /** Date of birth of the entity. */
22
25
  birth_date: string;
26
+ /** Known positions or roles held by the entity. */
23
27
  position: AmlMatchApiPropertiesPosition;
28
+ /** Countries associated with the entity. */
24
29
  country: AmlMatchApiPropertiesCountry;
30
+ /** Freeform notes associated with the entity. */
25
31
  notes: AmlMatchApiPropertiesNotes;
26
32
  };
27
33
  //# sourceMappingURL=amlMatchApiProperties.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"amlMatchApiProperties.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiProperties.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAErF,MAAM,MAAM,qBAAqB,GAAG;IAClC,aAAa,EAAE,iCAAiC,CAAC;IACjD,WAAW,EAAE,+BAA+B,CAAC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,6BAA6B,CAAC;IACxC,OAAO,EAAE,4BAA4B,CAAC;IACtC,KAAK,EAAE,0BAA0B,CAAC;CACnC,CAAC"}
1
+ {"version":3,"file":"amlMatchApiProperties.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiProperties.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAErF,MAAM,MAAM,qBAAqB,GAAG;IAClC,sCAAsC;IACtC,aAAa,EAAE,iCAAiC,CAAC;IACjD,oCAAoC;IACpC,WAAW,EAAE,+BAA+B,CAAC;IAC7C,mCAAmC;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,mDAAmD;IACnD,QAAQ,EAAE,6BAA6B,CAAC;IACxC,4CAA4C;IAC5C,OAAO,EAAE,4BAA4B,CAAC;IACtC,iDAAiD;IACjD,KAAK,EAAE,0BAA0B,CAAC;CACnC,CAAC"}
@@ -11,5 +11,8 @@ 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
+ /**
15
+ * Country of birth of the entity.
16
+ */
14
17
  export type AmlMatchApiPropertiesBirthCountry = string | string[];
15
18
  //# sourceMappingURL=amlMatchApiPropertiesBirthCountry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"amlMatchApiPropertiesBirthCountry.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesBirthCountry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,iCAAiC,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"amlMatchApiPropertiesBirthCountry.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesBirthCountry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,iCAAiC,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
@@ -11,5 +11,8 @@ 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
+ /**
15
+ * Place of birth of the entity.
16
+ */
14
17
  export type AmlMatchApiPropertiesBirthPlace = string | string[];
15
18
  //# sourceMappingURL=amlMatchApiPropertiesBirthPlace.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"amlMatchApiPropertiesBirthPlace.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesBirthPlace.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,+BAA+B,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"amlMatchApiPropertiesBirthPlace.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesBirthPlace.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
@@ -11,5 +11,8 @@ 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
+ /**
15
+ * Countries associated with the entity.
16
+ */
14
17
  export type AmlMatchApiPropertiesCountry = string | string[];
15
18
  //# sourceMappingURL=amlMatchApiPropertiesCountry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"amlMatchApiPropertiesCountry.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesCountry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,4BAA4B,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"amlMatchApiPropertiesCountry.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesCountry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
@@ -11,5 +11,8 @@ 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
+ /**
15
+ * Freeform notes associated with the entity.
16
+ */
14
17
  export type AmlMatchApiPropertiesNotes = string | string[];
15
18
  //# sourceMappingURL=amlMatchApiPropertiesNotes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"amlMatchApiPropertiesNotes.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesNotes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"amlMatchApiPropertiesNotes.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesNotes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
@@ -11,5 +11,8 @@ 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
+ /**
15
+ * Known positions or roles held by the entity.
16
+ */
14
17
  export type AmlMatchApiPropertiesPosition = string | string[];
15
18
  //# sourceMappingURL=amlMatchApiPropertiesPosition.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"amlMatchApiPropertiesPosition.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesPosition.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,6BAA6B,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"amlMatchApiPropertiesPosition.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/amlMatchApiPropertiesPosition.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC"}
@@ -0,0 +1,57 @@
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 DigitalIdExtractedDetailsApi {
15
+ /**
16
+ * First name, if extracted. Otherwise null.
17
+ * @nullable
18
+ */
19
+ first_name: string | null;
20
+ /**
21
+ * Last name, if extracted. Otherwise null.
22
+ * @nullable
23
+ */
24
+ last_name: string | null;
25
+ /**
26
+ * Date of birth (YYYY-MM-DD), if extracted. Otherwise null.
27
+ * @nullable
28
+ */
29
+ date_of_birth: string | null;
30
+ /**
31
+ * First line of address, if extracted. Otherwise null.
32
+ * @nullable
33
+ */
34
+ first_line_of_address: string | null;
35
+ /**
36
+ * Postcode, if extracted. Otherwise null.
37
+ * @nullable
38
+ */
39
+ postcode: string | null;
40
+ /** Phone number, if provided by the provider. */
41
+ phone_number?: string;
42
+ /** Nationality, if provided by the provider. */
43
+ nationality?: string;
44
+ /** Document number, if provided by the provider. */
45
+ document_number?: string;
46
+ /** Document type (for example IdCard), if provided by the provider. */
47
+ document_type?: string;
48
+ /** Document issue date (YYYY-MM-DD), if provided by the provider. */
49
+ issue_date?: string;
50
+ /** Document expiration date (YYYY-MM-DD), if provided by the provider. */
51
+ expiration_date?: string;
52
+ /** Issuing country, if provided by the provider. */
53
+ issuing_country?: string;
54
+ /** Immigration status, if provided by the provider (eVisa flows). */
55
+ immigration_status?: string;
56
+ }
57
+ //# sourceMappingURL=digitalIdExtractedDetailsApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"digitalIdExtractedDetailsApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/digitalIdExtractedDetailsApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,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,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;OAGG;IACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,iDAAiD;IACjD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gDAAgD;IAChD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oDAAoD;IACpD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,uEAAuE;IACvE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qEAAqE;IACrE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0EAA0E;IAC1E,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oDAAoD;IACpD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,qEAAqE;IACrE,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B"}
@@ -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=digitalIdExtractedDetailsApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"digitalIdExtractedDetailsApi.js","sourceRoot":"","sources":["../../../src/openapi/models/digitalIdExtractedDetailsApi.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,29 @@
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 { ValidationOutcomeApi } from './validationOutcomeApi';
15
+ export interface DigitalIdValidationsApi {
16
+ /** Whether the applicant's name matches other evidence on the case. */
17
+ names_consistent?: ValidationOutcomeApi;
18
+ /** Whether the document has not expired. Only present if an expiration date was provided. */
19
+ has_not_expired?: ValidationOutcomeApi;
20
+ /** Whether an eVisa record was found for the provided details. Only present for eVisa flows. */
21
+ evisa_exists?: ValidationOutcomeApi;
22
+ /** Whether all required fields were extracted from the eVisa response. Only present for eVisa flows. */
23
+ required_fields_extracted?: ValidationOutcomeApi;
24
+ /** Whether the eVisa start date has begun. Only present for ImmigrationStatus and RightToRent. */
25
+ evisa_started?: ValidationOutcomeApi;
26
+ /** Whether the eVisa has not expired, or is indefinite. Only present for eVisa flows. */
27
+ evisa_not_expired?: ValidationOutcomeApi;
28
+ }
29
+ //# sourceMappingURL=digitalIdValidationsApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"digitalIdValidationsApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/digitalIdValidationsApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE,MAAM,WAAW,uBAAuB;IACtC,uEAAuE;IACvE,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;IACxC,6FAA6F;IAC7F,eAAe,CAAC,EAAE,oBAAoB,CAAC;IACvC,gGAAgG;IAChG,YAAY,CAAC,EAAE,oBAAoB,CAAC;IACpC,wGAAwG;IACxG,yBAAyB,CAAC,EAAE,oBAAoB,CAAC;IACjD,kGAAkG;IAClG,aAAa,CAAC,EAAE,oBAAoB,CAAC;IACrC,yFAAyF;IACzF,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC1C"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=digitalIdValidationsApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"digitalIdValidationsApi.js","sourceRoot":"","sources":["../../../src/openapi/models/digitalIdValidationsApi.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
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 type DigitalIdVerificationMethodApi = 'sweden_bank_id' | 'one_id' | 'yoti' | 'nigeria_nin_lookup' | 'uk_immigration_status_evisa' | 'uk_right_to_rent_evisa' | 'uk_right_to_work_evisa';
15
+ //# sourceMappingURL=digitalIdVerificationMethodApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"digitalIdVerificationMethodApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/digitalIdVerificationMethodApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,8BAA8B,GAAG,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,oBAAoB,GAAG,6BAA6B,GAAG,wBAAwB,GAAG,wBAAwB,CAAC"}
@@ -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=digitalIdVerificationMethodApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"digitalIdVerificationMethodApi.js","sourceRoot":"","sources":["../../../src/openapi/models/digitalIdVerificationMethodApi.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,17 @@
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 { EvisaConditionsFailedApi } from './evisaConditionsFailedApi';
15
+ import type { EvisaConditionsSuccessApi } from './evisaConditionsSuccessApi';
16
+ export type EvisaConditionsApi = EvisaConditionsSuccessApi | EvisaConditionsFailedApi;
17
+ //# sourceMappingURL=evisaConditionsApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evisaConditionsApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/evisaConditionsApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAE7E,MAAM,MAAM,kBAAkB,GAAG,yBAAyB,GAAG,wBAAwB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=evisaConditionsApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evisaConditionsApi.js","sourceRoot":"","sources":["../../../src/openapi/models/evisaConditionsApi.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
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 EvisaConditionsFailedApi {
15
+ extraction_success: boolean;
16
+ }
17
+ //# sourceMappingURL=evisaConditionsFailedApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evisaConditionsFailedApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/evisaConditionsFailedApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,wBAAwB;IACvC,kBAAkB,EAAE,OAAO,CAAC;CAC7B"}
@@ -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=evisaConditionsFailedApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evisaConditionsFailedApi.js","sourceRoot":"","sources":["../../../src/openapi/models/evisaConditionsFailedApi.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,21 @@
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 EvisaConditionsSuccessApi {
15
+ extraction_success: boolean;
16
+ /** @nullable */
17
+ max_weekly_hours: string | null;
18
+ /** @nullable */
19
+ no_self_employment: string | null;
20
+ }
21
+ //# sourceMappingURL=evisaConditionsSuccessApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evisaConditionsSuccessApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/evisaConditionsSuccessApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,WAAW,yBAAyB;IACxC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,gBAAgB;IAChB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB;IAChB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC"}
@@ -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=evisaConditionsSuccessApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evisaConditionsSuccessApi.js","sourceRoot":"","sources":["../../../src/openapi/models/evisaConditionsSuccessApi.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,15 @@
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 type FailedReasonDOCUMENTLOOKSLIKEPRINTCOPY = 'DOCUMENT_LOOKS_LIKE_PRINT_COPY';
15
+ //# sourceMappingURL=failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,sCAAsC,GAAG,gCAAgC,CAAC"}
@@ -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=failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.js","sourceRoot":"","sources":["../../../src/openapi/models/failedReasonDOCUMENTLOOKSLIKEPRINTCOPY.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}