Refactor workflow state management in site building; enhance error handling and field validation in models and serializers. Remove obsolete workflow components from frontend and adjust API response structure for clarity.
This commit is contained in:
@@ -2134,8 +2134,9 @@ export interface SiteBlueprint {
|
||||
hosting_type: string;
|
||||
version: number;
|
||||
deployed_version?: number;
|
||||
site_id: number;
|
||||
sector_id: number;
|
||||
account_id?: number;
|
||||
site_id?: number;
|
||||
sector_id?: number;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
pages?: PageBlueprint[];
|
||||
|
||||
Reference in New Issue
Block a user