@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,18 @@
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
+ /**
15
+ * Overall outcome of the evidence submission.
16
+ */
17
+ export type StepIdentityDigitalIdApiOutcome = 'pass' | 'fail';
18
+ //# sourceMappingURL=stepIdentityDigitalIdApiOutcome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityDigitalIdApiOutcome.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityDigitalIdApiOutcome.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,MAAM,GAAG,MAAM,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=stepIdentityDigitalIdApiOutcome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityDigitalIdApiOutcome.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityDigitalIdApiOutcome.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,18 @@
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
+ /**
15
+ * Proof of identity step — only present for v2 verifications.
16
+ */
17
+ export type StepIdentityDigitalIdApiStep = 'step_identity';
18
+ //# sourceMappingURL=stepIdentityDigitalIdApiStep.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityDigitalIdApiStep.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityDigitalIdApiStep.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,eAAe,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=stepIdentityDigitalIdApiStep.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityDigitalIdApiStep.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityDigitalIdApiStep.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,39 @@
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 { ArtefactApi } from './artefactApi';
15
+ import type { PhotoIdEvidenceApi } from './photoIdEvidenceApi';
16
+ import type { PhotoIdExtractedDetailsApi } from './photoIdExtractedDetailsApi';
17
+ import type { PhotoIdValidationsApi } from './photoIdValidationsApi';
18
+ import type { StepIdentityPhotoIdApiMethod } from './stepIdentityPhotoIdApiMethod';
19
+ import type { StepIdentityPhotoIdApiOutcome } from './stepIdentityPhotoIdApiOutcome';
20
+ import type { StepIdentityPhotoIdApiStep } from './stepIdentityPhotoIdApiStep';
21
+ export interface StepIdentityPhotoIdApi {
22
+ /** Proof of identity step — only present for v2 verifications. */
23
+ step: StepIdentityPhotoIdApiStep;
24
+ /** Overall outcome of the evidence submission. */
25
+ outcome: StepIdentityPhotoIdApiOutcome;
26
+ /** ISO 8601 timestamp for when this evidence attempt was started. */
27
+ created_at: string;
28
+ /** The method used to verify identity. */
29
+ method: StepIdentityPhotoIdApiMethod;
30
+ /** The specific type of evidence submitted. */
31
+ evidence_type: PhotoIdEvidenceApi;
32
+ /** Files captured or uploaded for this evidence item. */
33
+ artefacts: ArtefactApi[];
34
+ /** Extracted details from the evidence. Shape depends on evidence type. */
35
+ extracted_details: PhotoIdExtractedDetailsApi;
36
+ /** Validations performed on the evidence. Shape depends on evidence type. */
37
+ validations: PhotoIdValidationsApi;
38
+ }
39
+ //# sourceMappingURL=stepIdentityPhotoIdApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityPhotoIdApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityPhotoIdApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE/E,MAAM,WAAW,sBAAsB;IACrC,kEAAkE;IAClE,IAAI,EAAE,0BAA0B,CAAC;IACjC,kDAAkD;IAClD,OAAO,EAAE,6BAA6B,CAAC;IACvC,qEAAqE;IACrE,UAAU,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,MAAM,EAAE,4BAA4B,CAAC;IACrC,+CAA+C;IAC/C,aAAa,EAAE,kBAAkB,CAAC;IAClC,yDAAyD;IACzD,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,2EAA2E;IAC3E,iBAAiB,EAAE,0BAA0B,CAAC;IAC9C,6EAA6E;IAC7E,WAAW,EAAE,qBAAqB,CAAC;CACpC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stepIdentityPhotoIdApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityPhotoIdApi.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityPhotoIdApi.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
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
+ /**
15
+ * The method used to verify identity.
16
+ */
17
+ export type StepIdentityPhotoIdApiMethod = 'photo_id';
18
+ //# sourceMappingURL=stepIdentityPhotoIdApiMethod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityPhotoIdApiMethod.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityPhotoIdApiMethod.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,UAAU,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=stepIdentityPhotoIdApiMethod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityPhotoIdApiMethod.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityPhotoIdApiMethod.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,18 @@
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
+ /**
15
+ * Overall outcome of the evidence submission.
16
+ */
17
+ export type StepIdentityPhotoIdApiOutcome = 'pass' | 'fail';
18
+ //# sourceMappingURL=stepIdentityPhotoIdApiOutcome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityPhotoIdApiOutcome.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityPhotoIdApiOutcome.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,MAAM,GAAG,MAAM,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=stepIdentityPhotoIdApiOutcome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityPhotoIdApiOutcome.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityPhotoIdApiOutcome.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,18 @@
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
+ /**
15
+ * Proof of identity step — only present for v2 verifications.
16
+ */
17
+ export type StepIdentityPhotoIdApiStep = 'step_identity';
18
+ //# sourceMappingURL=stepIdentityPhotoIdApiStep.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityPhotoIdApiStep.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityPhotoIdApiStep.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,eAAe,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=stepIdentityPhotoIdApiStep.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityPhotoIdApiStep.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityPhotoIdApiStep.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,36 @@
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 { StepIdentityVouchApiMethod } from './stepIdentityVouchApiMethod';
15
+ import type { StepIdentityVouchApiOutcome } from './stepIdentityVouchApiOutcome';
16
+ import type { StepIdentityVouchApiStep } from './stepIdentityVouchApiStep';
17
+ import type { VouchDetailsApi } from './vouchDetailsApi';
18
+ import type { VouchEvidenceApi } from './vouchEvidenceApi';
19
+ import type { VouchValidationsApi } from './vouchValidationsApi';
20
+ export interface StepIdentityVouchApi {
21
+ /** Proof of identity step — only present for v2 verifications. */
22
+ step: StepIdentityVouchApiStep;
23
+ /** Overall outcome of the evidence submission. */
24
+ outcome: StepIdentityVouchApiOutcome;
25
+ /** ISO 8601 timestamp for when this evidence attempt was started. */
26
+ created_at: string;
27
+ /** The method used to verify identity. */
28
+ method: StepIdentityVouchApiMethod;
29
+ /** The specific type of evidence submitted. */
30
+ evidence_type: VouchEvidenceApi;
31
+ /** Extracted details from the evidence. Shape depends on evidence type. */
32
+ extracted_details: VouchDetailsApi;
33
+ /** Validations performed on the evidence. Shape depends on evidence type. */
34
+ validations: VouchValidationsApi;
35
+ }
36
+ //# sourceMappingURL=stepIdentityVouchApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityVouchApi.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityVouchApi.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,WAAW,oBAAoB;IACnC,kEAAkE;IAClE,IAAI,EAAE,wBAAwB,CAAC;IAC/B,kDAAkD;IAClD,OAAO,EAAE,2BAA2B,CAAC;IACrC,qEAAqE;IACrE,UAAU,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,MAAM,EAAE,0BAA0B,CAAC;IACnC,+CAA+C;IAC/C,aAAa,EAAE,gBAAgB,CAAC;IAChC,2EAA2E;IAC3E,iBAAiB,EAAE,eAAe,CAAC;IACnC,6EAA6E;IAC7E,WAAW,EAAE,mBAAmB,CAAC;CAClC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stepIdentityVouchApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityVouchApi.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityVouchApi.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
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
+ /**
15
+ * The method used to verify identity.
16
+ */
17
+ export type StepIdentityVouchApiMethod = 'vouch';
18
+ //# sourceMappingURL=stepIdentityVouchApiMethod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityVouchApiMethod.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityVouchApiMethod.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,OAAO,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=stepIdentityVouchApiMethod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityVouchApiMethod.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityVouchApiMethod.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,18 @@
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
+ /**
15
+ * Overall outcome of the evidence submission.
16
+ */
17
+ export type StepIdentityVouchApiOutcome = 'pass' | 'fail';
18
+ //# sourceMappingURL=stepIdentityVouchApiOutcome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityVouchApiOutcome.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityVouchApiOutcome.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,MAAM,GAAG,MAAM,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=stepIdentityVouchApiOutcome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityVouchApiOutcome.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityVouchApiOutcome.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -0,0 +1,18 @@
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
+ /**
15
+ * Proof of identity step — only present for v2 verifications.
16
+ */
17
+ export type StepIdentityVouchApiStep = 'step_identity';
18
+ //# sourceMappingURL=stepIdentityVouchApiStep.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityVouchApiStep.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityVouchApiStep.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,eAAe,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=stepIdentityVouchApiStep.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepIdentityVouchApiStep.js","sourceRoot":"","sources":["../../../src/openapi/models/stepIdentityVouchApiStep.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG"}
@@ -12,9 +12,10 @@ We also have a [video guide](https://www.youtube.com/playlist?list=PLx6V6SSTMuF_
12
12
  * OpenAPI spec version: 0.1.0
13
13
  */
14
14
  import type { FailedReasonDOCUMENTCOLORPROFILECHANGED } from './failedReasonDOCUMENTCOLORPROFILECHANGED';
15
+ import type { FailedReasonDOCUMENTLOOKSLIKEPRINTCOPY } from './failedReasonDOCUMENTLOOKSLIKEPRINTCOPY';
15
16
  import type { FailedReasonDOCUMENTLOOKSLIKESCREENSHOT } from './failedReasonDOCUMENTLOOKSLIKESCREENSHOT';
16
17
  import type { FailedReasonDOCUMENTTAMPEREDINCONCLUSIVE } from './failedReasonDOCUMENTTAMPEREDINCONCLUSIVE';
17
18
  import type { FailedReasonDOCUMENTTEXTTAMPERED } from './failedReasonDOCUMENTTEXTTAMPERED';
18
19
  import type { FailedReasonPOSSIBLYTAMPERED } from './failedReasonPOSSIBLYTAMPERED';
19
- export type TamperingErrorCode = FailedReasonDOCUMENTLOOKSLIKESCREENSHOT | FailedReasonDOCUMENTTEXTTAMPERED | FailedReasonDOCUMENTCOLORPROFILECHANGED | FailedReasonDOCUMENTTAMPEREDINCONCLUSIVE | FailedReasonPOSSIBLYTAMPERED;
20
+ export type TamperingErrorCode = FailedReasonDOCUMENTLOOKSLIKESCREENSHOT | FailedReasonDOCUMENTTEXTTAMPERED | FailedReasonDOCUMENTCOLORPROFILECHANGED | FailedReasonDOCUMENTTAMPEREDINCONCLUSIVE | FailedReasonDOCUMENTLOOKSLIKEPRINTCOPY | FailedReasonPOSSIBLYTAMPERED;
20
21
  //# sourceMappingURL=tamperingErrorCode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tamperingErrorCode.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/tamperingErrorCode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAC3G,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF,MAAM,MAAM,kBAAkB,GAAG,uCAAuC,GAAG,gCAAgC,GAAG,uCAAuC,GAAG,wCAAwC,GAAG,4BAA4B,CAAC"}
1
+ {"version":3,"file":"tamperingErrorCode.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/tamperingErrorCode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AACvG,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAC3G,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAEnF,MAAM,MAAM,kBAAkB,GAAG,uCAAuC,GAAG,gCAAgC,GAAG,uCAAuC,GAAG,wCAAwC,GAAG,sCAAsC,GAAG,4BAA4B,CAAC"}
@@ -16,9 +16,15 @@ import type { EvisaEvidenceItemApi } from './evisaEvidenceItemApi';
16
16
  import type { PhotoIdEvidenceItemApi } from './photoIdEvidenceItemApi';
17
17
  import type { RefereeEvidenceItemApi } from './refereeEvidenceItemApi';
18
18
  import type { ReviewUserCheckApi } from './reviewUserCheckApi';
19
+ import type { StepAddressCreditReferenceAgencyApi } from './stepAddressCreditReferenceAgencyApi';
20
+ import type { StepAddressDigitalIdApi } from './stepAddressDigitalIdApi';
21
+ import type { StepAddressSupportingDocumentApi } from './stepAddressSupportingDocumentApi';
22
+ import type { StepIdentityDigitalIdApi } from './stepIdentityDigitalIdApi';
23
+ import type { StepIdentityPhotoIdApi } from './stepIdentityPhotoIdApi';
24
+ import type { StepIdentityVouchApi } from './stepIdentityVouchApi';
19
25
  import type { SupportingDocumentEvidenceItemApi } from './supportingDocumentEvidenceItemApi';
20
26
  import type { VerifyEmailCheckApi } from './verifyEmailCheckApi';
21
27
  import type { VerifyPhoneNumberCheckApi } from './verifyPhoneNumberCheckApi';
22
28
  import type { VideoSelfieCheckApi } from './videoSelfieCheckApi';
23
- export type VerificationCheck = VideoSelfieCheckApi | VerifyEmailCheckApi | VerifyPhoneNumberCheckApi | ReviewUserCheckApi | PhotoIdEvidenceItemApi | SupportingDocumentEvidenceItemApi | BankAccountEvidenceItemApi | EvisaEvidenceItemApi | RefereeEvidenceItemApi;
29
+ export type VerificationCheck = VideoSelfieCheckApi | VerifyEmailCheckApi | VerifyPhoneNumberCheckApi | ReviewUserCheckApi | PhotoIdEvidenceItemApi | SupportingDocumentEvidenceItemApi | BankAccountEvidenceItemApi | EvisaEvidenceItemApi | RefereeEvidenceItemApi | StepIdentityDigitalIdApi | StepIdentityPhotoIdApi | StepIdentityVouchApi | StepAddressDigitalIdApi | StepAddressCreditReferenceAgencyApi | StepAddressSupportingDocumentApi;
24
30
  //# sourceMappingURL=verificationCheck.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"verificationCheck.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/verificationCheck.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,yBAAyB,GAAG,kBAAkB,GAAG,sBAAsB,GAAG,iCAAiC,GAAG,0BAA0B,GAAG,oBAAoB,GAAG,sBAAsB,CAAC"}
1
+ {"version":3,"file":"verificationCheck.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/verificationCheck.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AACjG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,yBAAyB,GAAG,kBAAkB,GAAG,sBAAsB,GAAG,iCAAiC,GAAG,0BAA0B,GAAG,oBAAoB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,sBAAsB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,mCAAmC,GAAG,gCAAgC,CAAC"}
@@ -11,12 +11,16 @@ 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 { VideoSelfieCheckApiValidationsFaceMatch } from './videoSelfieCheckApiValidationsFaceMatch';
14
15
  import type { VideoSelfieCheckApiValidationsLivenessCheck } from './videoSelfieCheckApiValidationsLivenessCheck';
15
16
  import type { VideoSelfieCheckApiValidationsRefereeDissimilarityCheck } from './videoSelfieCheckApiValidationsRefereeDissimilarityCheck';
16
17
  /**
17
18
  * Validations performed on the video selfie and their results.
18
19
  */
19
20
  export type VideoSelfieCheckApiValidations = {
21
+ /** Whether the face matches previously submitted evidence.
22
+ Only present in v2 verifications. */
23
+ face_match?: VideoSelfieCheckApiValidationsFaceMatch;
20
24
  referee_dissimilarity_check?: VideoSelfieCheckApiValidationsRefereeDissimilarityCheck;
21
25
  liveness_check?: VideoSelfieCheckApiValidationsLivenessCheck;
22
26
  };
@@ -1 +1 @@
1
- {"version":3,"file":"videoSelfieCheckApiValidations.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/videoSelfieCheckApiValidations.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AACjH,OAAO,KAAK,EAAE,uDAAuD,EAAE,MAAM,2DAA2D,CAAC;AAEzI;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,2BAA2B,CAAC,EAAE,uDAAuD,CAAC;IACtF,cAAc,CAAC,EAAE,2CAA2C,CAAC;CAC9D,CAAC"}
1
+ {"version":3,"file":"videoSelfieCheckApiValidations.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/videoSelfieCheckApiValidations.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACzG,OAAO,KAAK,EAAE,2CAA2C,EAAE,MAAM,+CAA+C,CAAC;AACjH,OAAO,KAAK,EAAE,uDAAuD,EAAE,MAAM,2DAA2D,CAAC;AAEzI;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C;sCACkC;IAClC,UAAU,CAAC,EAAE,uCAAuC,CAAC;IACrD,2BAA2B,CAAC,EAAE,uDAAuD,CAAC;IACtF,cAAc,CAAC,EAAE,2CAA2C,CAAC;CAC9D,CAAC"}
@@ -0,0 +1,22 @@
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 { VideoSelfieCheckApiValidationsFaceMatchStatus } from './videoSelfieCheckApiValidationsFaceMatchStatus';
15
+ /**
16
+ * Whether the face matches previously submitted evidence.
17
+ Only present in v2 verifications.
18
+ */
19
+ export type VideoSelfieCheckApiValidationsFaceMatch = {
20
+ status: VideoSelfieCheckApiValidationsFaceMatchStatus;
21
+ };
22
+ //# sourceMappingURL=videoSelfieCheckApiValidationsFaceMatch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"videoSelfieCheckApiValidationsFaceMatch.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/videoSelfieCheckApiValidationsFaceMatch.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,OAAO,KAAK,EAAE,6CAA6C,EAAE,MAAM,iDAAiD,CAAC;AAErH;;;GAGG;AACH,MAAM,MAAM,uCAAuC,GAAG;IACpD,MAAM,EAAE,6CAA6C,CAAC;CACvD,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=videoSelfieCheckApiValidationsFaceMatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"videoSelfieCheckApiValidationsFaceMatch.js","sourceRoot":"","sources":["../../../src/openapi/models/videoSelfieCheckApiValidationsFaceMatch.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 VideoSelfieCheckApiValidationsFaceMatchStatus = 'pass' | 'fail';
15
+ //# sourceMappingURL=videoSelfieCheckApiValidationsFaceMatchStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"videoSelfieCheckApiValidationsFaceMatchStatus.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/videoSelfieCheckApiValidationsFaceMatchStatus.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,MAAM,MAAM,6CAA6C,GAAG,MAAM,GAAG,MAAM,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=videoSelfieCheckApiValidationsFaceMatchStatus.js.map