diff --git a/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt b/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt
index 5eeffa0b34f18e9aa8bbd88cdcfe5bd5a385a1d1..1f8ad3763f9b4ef03a604d9babcc224c2ae9b3a2 100644
--- a/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt
+++ b/api-openbis-java/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt
@@ -2000,6 +2000,7 @@ setAllowProjectSamples
 setArchivingRequested
 setAttachments
 setAttachmentsActions
+setAttributes
 setAuthor
 setAutoGeneratedCode
 setAvailability
@@ -2051,6 +2052,7 @@ setDirectory
 setDisallowDeletion
 setDisallowEntityCreations
 setDownloadUrl
+setDownloadURL
 setEmail
 setEntityKind
 setEntityType
@@ -2061,6 +2063,7 @@ setExperiment
 setExperimentId
 setExperiments
 setExperimentsByType
+setExportableKind
 setExternalCode
 setExternalDms
 setExternalDmsAddress
@@ -2070,7 +2073,9 @@ setExternalDmsLabel
 setExternalId
 setFetchOptions
 setFieldName
+setFields
 setFieldValue
+setFile
 setFileFormatType
 setFileFormatTypeId
 setFileLength
@@ -2079,6 +2084,8 @@ setFileName
 setFilePath
 setFinishDate
 setFirstName
+setFormat
+setFormats
 setGeneratedCodePrefix
 setGitCommitHash
 setGitRepositoryId
@@ -2091,7 +2098,9 @@ setHyperlinkProperty
 setId
 setIdentifier
 setIgnoreVersioning
+setImportData
 setImportMode
+setImportOptions
 setInitialValueForExistingEntities
 setIntegerArrayProperty
 setIntegerProperty
@@ -2117,6 +2126,7 @@ setMaterialProperties
 setMeasured
 setMetaData
 setMetadataCreation
+setMode
 setModificationDate
 setModifier
 setMultilineVarcharProperty
@@ -2139,6 +2149,7 @@ setParentIds
 setParents
 setPath
 setPermId
+setPermIds
 setPermlink
 setPerson
 setPersonalAccessTokenId
@@ -2179,6 +2190,7 @@ setResults
 setSample
 setSampleId
 setSamples
+setScripts
 setSemanticAnnotationId
 setSemanticAnnotations
 setSemanticAnnotationsInherited
@@ -2188,6 +2200,7 @@ setShowContainer
 setShowParentMetadata
 setShowParents
 setSize
+setSource
 setSpace
 setSpaceId
 setSpacesByType
@@ -2228,6 +2241,10 @@ setVarcharProperty
 setVersion
 SetView
 setVocabulary
+setWarnings
+setWithImportCompatibility
+setWithReferredTypes
+setXlsTextFormat
 setXmlProperty
 Share Id Search Criteria
 SHORT_DATE_FORMAT
diff --git a/test-api-openbis-javascript/gradlew b/test-api-openbis-javascript/gradlew
index 83f2acfdc319a24e8766cca78f32474ad7a22dd6..7d2a132b748ae3b22d9c7c68da2715bb56c11ff7 100755
--- a/test-api-openbis-javascript/gradlew
+++ b/test-api-openbis-javascript/gradlew
@@ -44,7 +44,7 @@ APP_NAME="Gradle"
 APP_BASE_NAME=`basename "$0"`
 
 # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
+DEFAULT_JVM_OPTS='"-Xmx256m" "-Xms256m"'
 
 # Use the maximum available, or set MAX_FD != -1 to use that value.
 MAX_FD="maximum"
diff --git a/test-api-openbis-javascript/gradlew.bat b/test-api-openbis-javascript/gradlew.bat
index 24467a141f791695fc1009c78d913b2c849d1412..1b5afa7d3b9c21ba335c446f76b085a5a963b03c 100644
--- a/test-api-openbis-javascript/gradlew.bat
+++ b/test-api-openbis-javascript/gradlew.bat
@@ -30,7 +30,7 @@ set APP_BASE_NAME=%~n0
 set APP_HOME=%DIRNAME%
 
 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
+set DEFAULT_JVM_OPTS="-Xmx256m" "-Xms256m"
 
 @rem Find java.exe
 if defined JAVA_HOME goto findJavaFromJavaHome