{"version":3,"file":"AddedDocument.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/AddedDocument.mts"],"names":[],"mappings":"AAIA,MAAM,OAAO,aAAa;IAoBzB,YAAY,OAAiF;QAlB7F,SAAI,GAAuB,SAAS,CAAC;QAErC,OAAE,GAAuB,SAAS,CAAC;QAMnC,aAAQ,GAAuB,SAAS,CAAC;QAEzC,eAAU,GAAuB,SAAS,CAAC;QAE3C,YAAO,GAAuB,SAAS,CAAC;QAExC,YAAO,GAAuB,SAAS,CAAC;QAExC,cAAS,GAAuB,SAAS,CAAC;QAGzC,IAAI,MAAM,IAAI,OAAO;YAAE,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QAChD,IAAI,IAAI,IAAI,OAAO;YAAE,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,CAAC;QAC1C,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;QACjC,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,CAAC;QACvC,IAAI,UAAU,IAAI,OAAO;YAAE,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;QAC5D,IAAI,YAAY,IAAI,OAAO;YAAE,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC;QAClE,IAAI,SAAS,IAAI,OAAO;YAAE,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;QACzD,IAAI,SAAS,IAAI,OAAO;YAAE,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;QACzD,IAAI,WAAW,IAAI,OAAO;YAAE,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAChE,CAAC;CAED","sourcesContent":["// auto-generated file\nimport {DataPeriod} from './DataPeriod.mjs';\n\n\nexport class AddedDocument implements DataPeriod {\n\n\tfrom: number | undefined = undefined;\n\n\tto: number | undefined = undefined;\n\n\tverseSeq: number;\n\n\tdocumentSeq: number;\n\n\tmimeType: string | undefined = undefined;\n\n\taddressUrl: string | undefined = undefined;\n\n\tdescrNl: string | undefined = undefined;\n\n\tdescrFr: string | undefined = undefined;\n\n\tlocalPath: string | undefined = undefined;\n\n\tconstructor(partial: Partial<AddedDocument> & Pick<AddedDocument, \"verseSeq\" | \"documentSeq\">) {\n\t\tif ('from' in partial) this.from = partial.from;\n\t\tif ('to' in partial) this.to = partial.to;\n\t\tthis.verseSeq = partial.verseSeq;\n\t\tthis.documentSeq = partial.documentSeq;\n\t\tif ('mimeType' in partial) this.mimeType = partial.mimeType;\n\t\tif ('addressUrl' in partial) this.addressUrl = partial.addressUrl;\n\t\tif ('descrNl' in partial) this.descrNl = partial.descrNl;\n\t\tif ('descrFr' in partial) this.descrFr = partial.descrFr;\n\t\tif ('localPath' in partial) this.localPath = partial.localPath;\n\t}\n\n}\n"]}