Comparing version 1.0.13 to 1.0.14
@@ -28,2 +28,3 @@ /** | ||
batchRef?: string; | ||
fileRef?: string; | ||
invoices?: Array<models.Invoice>; | ||
@@ -30,0 +31,0 @@ invoicingMonth?: number; |
@@ -32,2 +32,4 @@ /** | ||
batchRef?: string | ||
fileRef?: string | ||
@@ -34,0 +36,0 @@ invoices?: Array<models.Invoice> |
{ | ||
"name": "fhc-api", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Typescript version of Freehealth Connector standalone API client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
19227
15945133