Comparing version
@@ -29,3 +29,3 @@ export interface QueueFaxParams { | ||
} | ||
export interface NotifyRequestParams { | ||
export interface NotifyRequestResponse { | ||
FaxDetailsID: number; | ||
@@ -32,0 +32,0 @@ FileName: string; |
{ | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -31,3 +31,3 @@ export interface QueueFaxParams { | ||
export interface NotifyRequestParams { | ||
export interface NotifyRequestResponse { | ||
FaxDetailsID: number; | ||
@@ -34,0 +34,0 @@ FileName: string; |
258210
0