Add assets assignment
This commit is contained in:
@ -19,6 +19,7 @@ class ImportType(str, Enum):
|
|||||||
MACHINE_TYPES = "MACHINE_TYPES"
|
MACHINE_TYPES = "MACHINE_TYPES"
|
||||||
PACKINGS = "PACKINGS"
|
PACKINGS = "PACKINGS"
|
||||||
ASSETS = "ASSETS"
|
ASSETS = "ASSETS"
|
||||||
|
ASSETS_ASSIGNMENT = "ASSETS_ASSIGNMENT"
|
||||||
|
|
||||||
|
|
||||||
class ImportStatus(str, Enum):
|
class ImportStatus(str, Enum):
|
||||||
|
|||||||
Reference in New Issue
Block a user