fix(compliance): Improve compliance
This commit is contained in:
@ -51,7 +51,7 @@ export enum InvoiceFormat {
|
||||
* This is a subset of InvoiceFormat that only includes formats
|
||||
* that can be generated and embedded in PDFs
|
||||
*/
|
||||
export type ExportFormat = 'facturx' | 'zugferd' | 'xrechnung' | 'ubl';
|
||||
export type ExportFormat = 'facturx' | 'zugferd' | 'xrechnung' | 'ubl' | 'cii';
|
||||
|
||||
/**
|
||||
* Describes a validation level for invoice validation
|
||||
|
Reference in New Issue
Block a user