@onfido/api
Advanced tools
Comparing version 2.8.0 to 2.9.0
# Changelog | ||
## v2.9.0 24 November 2023 | ||
- Add `resource` to `WebhookEvent` | ||
## v2.8.0 24 November 2023 | ||
@@ -4,0 +8,0 @@ |
import axios from 'axios'; | ||
import { PassThrough, Readable } from 'stream'; | ||
var version = "2.8.0"; | ||
var version = "2.9.0"; | ||
@@ -6,0 +6,0 @@ class OnfidoError extends Error { |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var version = "2.8.0"; | ||
var version = "2.9.0"; | ||
@@ -13,0 +13,0 @@ class OnfidoError extends Error { |
@@ -11,2 +11,3 @@ /// <reference types="node" /> | ||
}; | ||
resource?: object; | ||
}; | ||
@@ -13,0 +14,0 @@ export declare class WebhookEventVerifier { |
{ | ||
"name": "@onfido/api", | ||
"version": "2.8.0", | ||
"version": "2.9.0", | ||
"description": "Node.js library for the Onfido API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -206,1 +206,10 @@ # Onfido Node.js Library | ||
More documentation and code examples can be found at <https://documentation.onfido.com> | ||
## Support | ||
Should you encounter any technical issues during integration, please contact Onfido’s Customer Support team | ||
via [email](mailto:support@onfido.com), including the word ISSUE: at the start of the subject line. | ||
Alternatively, you can search the support documentation available via the customer experience | ||
portal, [public.support.onfido.com](http://public.support.onfido.com). | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
156869
1587
215