Merge branch 'main' into machine-id-option

This commit is contained in:
pinpox
2025-06-24 11:12:24 +00:00
4 changed files with 59 additions and 11 deletions

View File

@@ -15,12 +15,12 @@ class Unknown:
pass
InventoryInstanceModuleInputType = str
InventoryInstanceModuleNameType = str
InventoryInstanceModuleInputType = str
class InventoryInstanceModule(TypedDict):
name: str
input: NotRequired[InventoryInstanceModuleInputType]
name: NotRequired[InventoryInstanceModuleNameType]