{"version":3,"file":"ComplexStrength.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/ComplexStrength.mts"],"names":[],"mappings":"AAIA,MAAM,OAAO,eAAe;IAQ3B,YAAY,OAAiC;QAN7C,aAAQ,GAAuB,SAAS,CAAC;QAEzC,aAAQ,GAAyB,SAAS,CAAC;QAE3C,mBAAc,GAAyB,SAAS,CAAC;QAGhD,IAAI,UAAU,IAAI,OAAO;YAAE,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;QAC5D,IAAI,UAAU,IAAI,OAAO;YAAE,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;QAC5D,IAAI,gBAAgB,IAAI,OAAO;YAAE,IAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;IAC/E,CAAC;CAED","sourcesContent":["// auto-generated file\nimport {Quantity} from './Quantity.mjs';\n\n\nexport class ComplexStrength {\n\n\toperator: string | undefined = undefined;\n\n\tquantity: Quantity | undefined = undefined;\n\n\tsecondQuantity: Quantity | undefined = undefined;\n\n\tconstructor(partial: Partial<ComplexStrength>) {\n\t\tif ('operator' in partial) this.operator = partial.operator;\n\t\tif ('quantity' in partial) this.quantity = partial.quantity;\n\t\tif ('secondQuantity' in partial) this.secondQuantity = partial.secondQuantity;\n\t}\n\n}\n"]}