{"version":3,"file":"CommentedClassification.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/CommentedClassification.mts"],"names":[],"mappings":"AAKA,MAAM,OAAO,uBAAuB;IAQnC,YAAY,OAAyC;QANrD,UAAK,GAAwB,SAAS,CAAC;QAEvC,QAAG,GAAwB,SAAS,CAAC;QAErC,4BAAuB,GAAgD,SAAS,CAAC;QAGhF,IAAI,OAAO,IAAI,OAAO;YAAE,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;QACnD,IAAI,KAAK,IAAI,OAAO;YAAE,IAAI,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;QAC7C,IAAI,yBAAyB,IAAI,OAAO;YAAE,IAAI,CAAC,uBAAuB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAC1G,CAAC;CAED","sourcesContent":["// auto-generated file\nimport {CommentedClassification as CommentedClassification_} from './CommentedClassification.mjs';\nimport {SamText} from './SamText.mjs';\n\n\nexport class CommentedClassification {\n\n\ttitle: SamText | undefined = undefined;\n\n\turl: SamText | undefined = undefined;\n\n\tcommentedClassification: Array<CommentedClassification_> | undefined = undefined;\n\n\tconstructor(partial: Partial<CommentedClassification>) {\n\t\tif ('title' in partial) this.title = partial.title;\n\t\tif ('url' in partial) this.url = partial.url;\n\t\tif ('commentedClassification' in partial) this.commentedClassification = partial.commentedClassification;\n\t}\n\n}\n"]}