api: update models
This commit is contained in:
@@ -28,7 +28,7 @@ class InventoryInstanceRoleMachine(TypedDict):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
InventoryInstanceRoleExtramodulesType = list[dict[str, Any] | str]
|
InventoryInstanceRoleExtramodulesType = list[Unknown]
|
||||||
InventoryInstanceRoleMachinesType = dict[str, InventoryInstanceRoleMachine]
|
InventoryInstanceRoleMachinesType = dict[str, InventoryInstanceRoleMachine]
|
||||||
InventoryInstanceRoleSettingsType = Unknown
|
InventoryInstanceRoleSettingsType = Unknown
|
||||||
InventoryInstanceRoleTagsType = dict[str, Any] | list[str]
|
InventoryInstanceRoleTagsType = dict[str, Any] | list[str]
|
||||||
|
|||||||
Reference in New Issue
Block a user