fixes, orval, downloader functioning again

This commit is contained in:
2026-04-21 00:47:10 +02:00
parent 659999f4fd
commit cf08dbaf15
93 changed files with 1662 additions and 1333 deletions

View File

@@ -16,7 +16,7 @@ export interface VATRate {
name: string;
/**
* VAT rate as percentage (e.g. 19.00 for 19%)
* @pattern ^-?\d{0,1}(?:\.\d{0,4})?$
* @pattern ^-?\d{0,2}(?:\.\d{0,4})?$
*/
rate: string;
/** VAT rate as decimal (e.g., 0.19 for 19%) */