From 2969e3be4d8fd5bd8f0716c6cd080cf45d6b3bd2 Mon Sep 17 00:00:00 2001 From: vkovtun <viktor.kovtun@id.ethz.ch> Date: Wed, 8 Feb 2023 11:18:59 +0100 Subject: [PATCH] SSDM-13368 Fixing EnglishCheck test. --- .../ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt b/openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt index 1b6e28502b0..fde6350b042 100644 --- a/openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt +++ b/openbis_api/sourceTest/java/ch/ethz/sis/openbis/generic/sharedapi/v3/dictionary.txt @@ -2641,6 +2641,7 @@ LISTENER_PROPERTY_KEY setup createPersonalAccessTokens +ControlledVocabularyPropertySearchCriteria CreatePersonalAccessTokensOperation CreatePersonalAccessTokensOperationResult deletePersonalAccessTokens @@ -2666,12 +2667,14 @@ PersonalAccessToken PersonalAccessTokenCreation PersonalAccessTokenDeletionOptions PersonalAccessTokenFetchOptions +PersonalAccessTokenOwnerSearchCriteria PersonalAccessTokenPermId PersonalAccessTokenSearchCriteria PersonalAccessTokenSessionNameSearchCriteria PersonalAccessTokenSessionSearchCriteria PersonalAccessTokenSortOptions PersonalAccessTokenUpdate +SamplePropertySearchCriteria searchPersonalAccessTokens SearchPersonalAccessTokensOperation SearchPersonalAccessTokensOperationResult @@ -2700,8 +2703,9 @@ withPerson withPersonalAccessTokenSession withPersonalAccessTokenSessionName withPersonUsing +withSampleProperty withUserName -PersonalAccessTokenOwnerSearchCriteria +withVocabularyProperty withSessionName ServerInformation -- GitLab