This commit is contained in:
2025-05-16 16:54:20 +03:00
parent b7a734da05
commit 5932526dbd
5 changed files with 50 additions and 29 deletions

View File

@@ -1,9 +1,15 @@
from enum import Enum
from enum import IntEnum, StrEnum
class ActivityType(Enum):
class ActivityType(IntEnum):
DEVELOPMENT = 9
BUSINESS_ANALYZE = 8
CODE_REVIEW = 57
CONSULTATIONS = 58
SUPPORT = 60
class ClockifyProjects(StrEnum):
VETRO3 = "67e266148411754017d0cee5"
VETRO_RETAIL = "67e29b8e837a92506f5e86df"
SPHERA = "67e5476b1b872e13361e007c"