inventory: Add buildHost argument
This commit is contained in:
@@ -58,9 +58,11 @@ class InventoryInstance(TypedDict):
|
||||
|
||||
|
||||
|
||||
InventoryMachineDeployBuildhostType = str | None
|
||||
InventoryMachineDeployTargethostType = str | None
|
||||
|
||||
class InventoryMachineDeploy(TypedDict):
|
||||
buildHost: NotRequired[InventoryMachineDeployBuildhostType]
|
||||
targetHost: NotRequired[InventoryMachineDeployTargethostType]
|
||||
|
||||
|
||||
|
||||
@@ -58,9 +58,11 @@ class Instance(TypedDict):
|
||||
|
||||
|
||||
|
||||
MachineDeployBuildhostType = str
|
||||
MachineDeployTargethostType = str
|
||||
|
||||
class MachineDeploy(TypedDict):
|
||||
buildHost: NotRequired[MachineDeployBuildhostType]
|
||||
targetHost: NotRequired[MachineDeployTargethostType]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user