From 2b6d3ea1057f4d295c1e3368fcfe4069eebac340 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Thu, 12 Oct 2023 16:05:19 +0200
Subject: [PATCH] BIS-711: fixes to js-api for execution of custom dss scripts

---
 .../src/v3/dss/dto/common/operation/IOperationResult.js   | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/api-openbis-javascript/src/v3/dss/dto/common/operation/IOperationResult.js b/api-openbis-javascript/src/v3/dss/dto/common/operation/IOperationResult.js
index e69de29bb2d..e337fab6ce5 100644
--- a/api-openbis-javascript/src/v3/dss/dto/common/operation/IOperationResult.js
+++ b/api-openbis-javascript/src/v3/dss/dto/common/operation/IOperationResult.js
@@ -0,0 +1,8 @@
+/**
+ */
+define([ "stjs" ], function(stjs) {
+	var IOperationResult = function() {
+	};
+	stjs.extend(IOperationResult, null, [], null, {});
+	return IOperationResult;
+})
\ No newline at end of file
-- 
GitLab