@bbitgmbh/bbit.banking-utils
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -6,3 +6,6 @@ export interface IBbitQRBillBillInformation { | ||
vatNumber?: string; | ||
vatDate?: Date; | ||
vatDate?: Date | { | ||
start: Date; | ||
end: Date; | ||
}; | ||
vat?: { | ||
@@ -9,0 +12,0 @@ rate: number; |
{ | ||
"name": "@bbitgmbh/bbit.banking-utils", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.js", |
34647
708