From 0405128fc037a876e6bdd98831526e78aa85a37b Mon Sep 17 00:00:00 2001 From: Eden Kirin Date: Fri, 27 Oct 2023 13:01:46 +0200 Subject: [PATCH] Add assets assignment --- service/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/service/main.py b/service/main.py index 228d918..2ab100c 100644 --- a/service/main.py +++ b/service/main.py @@ -19,6 +19,7 @@ class ImportType(str, Enum): MACHINE_TYPES = "MACHINE_TYPES" PACKINGS = "PACKINGS" ASSETS = "ASSETS" + ASSETS_ASSIGNMENT = "ASSETS_ASSIGNMENT" class ImportStatus(str, Enum):