From 631dbf2cbf2cd60f016b830201dfcc44a6041dbd Mon Sep 17 00:00:00 2001 From: Irmantas Kaukas Date: Thu, 11 Apr 2024 17:36:48 +0200 Subject: [PATCH] updated constants (#631) --- src/models/v2/Constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/v2/Constants.ts b/src/models/v2/Constants.ts index 87b9a99ea..769efeda1 100644 --- a/src/models/v2/Constants.ts +++ b/src/models/v2/Constants.ts @@ -65,6 +65,7 @@ export class Constants { static HasRepresentation = Constants.KnoraApiV2 + Constants.HashDelimiter + "hasRepresentation"; static StillImageRepresentation = Constants.KnoraApiV2 + Constants.HashDelimiter + "StillImageRepresentation"; + static StillImageAbstractFileValue = Constants.KnoraApiV2 + Constants.HashDelimiter + "StillImageAbstractFileValue"; static MovingImageRepresentation = Constants.KnoraApiV2 + Constants.HashDelimiter + "MovingImageRepresentation"; static AudioRepresentation = Constants.KnoraApiV2 + Constants.HashDelimiter + "AudioRepresentation"; static DDDrepresentation = Constants.KnoraApiV2 + Constants.HashDelimiter + "DDDrepresentation";