From 1fa13a8773487079ea69eb87ee4ae56b0f8b9e5f Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 5 Aug 2024 13:53:37 +0200 Subject: [PATCH] added missing direction "changing" closes #13 --- src/Api/IApiElement.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Api/IApiElement.php b/src/Api/IApiElement.php index 1cdd0bf..97f25a1 100644 --- a/src/Api/IApiElement.php +++ b/src/Api/IApiElement.php @@ -42,6 +42,11 @@ interface IApiElement extends IJsonSerializable */ public const DIRECTION_OUTPUT = 'output'; + /** + * API output element. + */ + public const DIRECTION_CHANGING = 'changing'; + /** * The PHP type of the element.