api: update image-builder api
This commit is contained in:
parent
f48e1bfcb5
commit
5cfab75813
3 changed files with 7141 additions and 6985 deletions
|
|
@ -728,6 +728,7 @@ export type Customizations = {
|
|||
export type BlueprintMetadata = {
|
||||
parent_id: string | null;
|
||||
exported_at: string;
|
||||
is_on_prem: boolean;
|
||||
};
|
||||
export type CreateBlueprintRequest = {
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue