api: update models

This commit is contained in:
Johannes Kirschbauer
2025-10-23 18:27:11 +02:00
parent f50475fcfd
commit d015218226

View File

@@ -28,7 +28,7 @@ class InventoryInstanceRoleMachine(TypedDict):
InventoryInstanceRoleExtramodulesType = list[dict[str, Any] | str]
InventoryInstanceRoleExtramodulesType = list[Unknown]
InventoryInstanceRoleMachinesType = dict[str, InventoryInstanceRoleMachine]
InventoryInstanceRoleSettingsType = Unknown
InventoryInstanceRoleTagsType = dict[str, Any] | list[str]