From 395cb79d8a486ed1507a8952bdbcdba700e0f611 Mon Sep 17 00:00:00 2001 From: 1maple1 <160027655+1maple1@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:51:39 -0400 Subject: [PATCH] Update models.py --- brewtils/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brewtils/models.py b/brewtils/models.py index 99cda6e4..53e9f09c 100644 --- a/brewtils/models.py +++ b/brewtils/models.py @@ -99,8 +99,9 @@ class Events(Enum): TOPIC_CREATED = 54 TOPIC_UPDATED = 55 TOPIC_REMOVED = 56 + DIRECTORY_FILE_CHANGE = 57 - # Next: 57 + # Next: 58 class BaseModel(object):