Skip to content
Snippets Groups Projects
Commit 5e7f0e68 authored by piotr.kupczyk@id.ethz.ch's avatar piotr.kupczyk@id.ethz.ch
Browse files

BIS-757 : Write Translator to TypeScript - ignore deserializer classes

parent 4f15c19f
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -73,7 +73,9 @@ generateTypeScript { ...@@ -73,7 +73,9 @@ generateTypeScript {
"ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.search.ExternalDmsSearchCriteria", "ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.search.ExternalDmsSearchCriteria",
"ch.ethz.sis.openbis.generic.asapi.v3.dto.externaldms.search.ExternalDmsSearchCriteria", "ch.ethz.sis.openbis.generic.asapi.v3.dto.externaldms.search.ExternalDmsSearchCriteria",
"ch.ethz.sis.openbis.generic.dssapi.v3.dto.common.operation.IOperationResult", "ch.ethz.sis.openbis.generic.dssapi.v3.dto.common.operation.IOperationResult",
"ch.ethz.sis.openbis.generic.dssapi.v3.dto.service.execute.AbstractExecutionOptionsWithParameters"] "ch.ethz.sis.openbis.generic.dssapi.v3.dto.service.execute.AbstractExecutionOptionsWithParameters",
"ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.id.SampleIdDeserializer",
"ch.ethz.sis.openbis.generic.asapi.v3.dto.common.property.PropertiesDeserializer"]
mapClasses = "asInterfaces" mapClasses = "asInterfaces"
outputKind = 'module' outputKind = 'module'
outputFileType = 'declarationFile' outputFileType = 'declarationFile'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment