@vivlab/api-database
Advanced tools
Comparing version 1.1.21 to 1.1.22
@@ -124,3 +124,4 @@ "use strict"; | ||
invoice: data.invoice, | ||
tax: data.tax | ||
tax: data.tax, | ||
options: data.options | ||
}; | ||
@@ -141,3 +142,4 @@ } | ||
tax: data.tax, | ||
recurring: data.recurring | ||
recurring: data.recurring, | ||
options: data.options | ||
}; | ||
@@ -144,0 +146,0 @@ } |
{ | ||
"name": "@vivlab/api-database", | ||
"version": "1.1.21", | ||
"version": "1.1.22", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
433675
7304