From dc2660e8847e999a34b3d2c885192cadc84e60fd Mon Sep 17 00:00:00 2001 From: vkovtun <viktor.kovtun@id.ethz.ch> Date: Tue, 5 Dec 2023 12:41:22 +0100 Subject: [PATCH] BIS-772: Added missing classes to JS classes. --- .../tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js index 048a3f35217..44cffba64b7 100644 --- a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js +++ b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/dtos.js @@ -625,10 +625,12 @@ var fullTypes = [ "as/dto/experiment/create/CreateExperimentsOperation", "as/dto/experiment/create/ExperimentTypeCreation", "as/dto/experiment/create/CreateExperimentsOperationResult", +"as/dto/exporter/ExportResult", +"as/dto/exporter/ExportOperation", +"as/dto/exporter/ExportOperationResult", "as/dto/exporter/options/XlsTextFormat", "as/dto/exporter/options/ExportOptions", "as/dto/exporter/options/ExportFormat", -"as/dto/exporter/ExportResult", "as/dto/exporter/data/AllFields", "as/dto/exporter/data/IExportableFields", "as/dto/exporter/data/ExportablePermId", -- GitLab