{"version":3,"file":"NoSwitchReason.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/NoSwitchReason.mts"],"names":[],"mappings":"AAIA,MAAM,OAAO,cAAc;IAM1B,YAAY,OAAgC;QAJ5C,SAAI,GAAuB,SAAS,CAAC;QAErC,gBAAW,GAAwB,SAAS,CAAC;QAG5C,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\nimport {SamText} from './SamText.mjs';\n\n\nexport class NoSwitchReason {\n\n\tcode: string | undefined = undefined;\n\n\tdescription: SamText | undefined = undefined;\n\n\tconstructor(partial: Partial<NoSwitchReason>) {\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"]}