{"version":3,"sources":["../../src/zugferd_2_3_2/filename.ts"],"sourcesContent":["\nexport enum Filename {\n    /**\n    * The hybrid document contains a Factur-X / ZUGFeRD XML-file\n    *\n    * The ConformanceLevel MUST not be XRECHNUNG\n    */\n    TheHybridDocumentContainsAFacturXZugferdXmlFile = \"factur-x.xml\",\n    /**\n    * The hybrid document contains a XRechnung XML file\n    *\n    * The ConformanceLevel MUST be XRECHNUNG\n    */\n    TheHybridDocumentContainsAXrechnungXmlFile = \"xrechnung.xml\",\n    /**\n    * The hybrid document contains an Order-X XML file\n    */\n    TheHybridDocumentContainsAnOrderXXmlFile = \"order-x.xml\",\n}\n\nexport function description(value: Filename): string {\n    switch (value) {\n        case Filename.TheHybridDocumentContainsAFacturXZugferdXmlFile: return \"The hybrid document contains a Factur-X / ZUGFeRD XML-file\";\n        case Filename.TheHybridDocumentContainsAXrechnungXmlFile: return \"The hybrid document contains a XRechnung XML file\";\n        case Filename.TheHybridDocumentContainsAnOrderXXmlFile: return \"The hybrid document contains an Order-X XML file\";\n    }\n}\n"],"mappings":";AACO,IAAK,WAAL,kBAAKA,cAAL;AAMH,EAAAA,UAAA,qDAAkD;AAMlD,EAAAA,UAAA,gDAA6C;AAI7C,EAAAA,UAAA,8CAA2C;AAhBnC,SAAAA;AAAA,GAAA;AAmBL,SAAS,YAAY,OAAyB;AACjD,UAAQ,OAAO;AAAA,IACX,KAAK;AAA0D,aAAO;AAAA,IACtE,KAAK;AAAqD,aAAO;AAAA,IACjE,KAAK;AAAmD,aAAO;AAAA,EACnE;AACJ;","names":["Filename"]}