{"version":3,"file":"Atc.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/Atc.mts"],"names":[],"mappings":"AAAA,sBAAsB;AAEtB,MAAM,OAAO,GAAG;IAMf,YAAY,OAAqB;QAJjC,SAAI,GAAuB,SAAS,CAAC;QAErC,gBAAW,GAAuB,SAAS,CAAC;QAG3C,IAAI,MAAM,IAAI,OAAO;YAAE,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QAChD,IAAI,aAAa,IAAI,OAAO;YAAE,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC;IACtE,CAAC;CAED","sourcesContent":["// auto-generated file\n\nexport class Atc {\n\n\tcode: string | undefined = undefined;\n\n\tdescription: string | undefined = undefined;\n\n\tconstructor(partial: Partial<Atc>) {\n\t\tif ('code' in partial) this.code = partial.code;\n\t\tif ('description' in partial) this.description = partial.description;\n\t}\n\n}\n"]}