diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index 95702eb336..dc4df59cf2 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -37141,6 +37141,16 @@ "description": "Whether the deployment should be automatically activated.", "x-example": true }, + "screenshotLight": { + "type": "string", + "description": "Screenshot with light theme preference file ID.", + "x-example": "5e5ea5c16897e" + }, + "screenshotDark": { + "type": "string", + "description": "Screenshot with dark theme preference file ID.", + "x-example": "5e5ea5c16897e" + }, "status": { "type": "string", "description": "The deployment status. Possible values are \"processing\", \"building\", \"waiting\", \"ready\", and \"failed\".", @@ -37225,6 +37235,8 @@ "buildSize", "buildId", "activate", + "screenshotLight", + "screenshotDark", "status", "buildLogs", "buildTime", diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index d26cbf0d6d..2c0375e357 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -27462,6 +27462,16 @@ "description": "Whether the deployment should be automatically activated.", "x-example": true }, + "screenshotLight": { + "type": "string", + "description": "Screenshot with light theme preference file ID.", + "x-example": "5e5ea5c16897e" + }, + "screenshotDark": { + "type": "string", + "description": "Screenshot with dark theme preference file ID.", + "x-example": "5e5ea5c16897e" + }, "status": { "type": "string", "description": "The deployment status. Possible values are \"processing\", \"building\", \"waiting\", \"ready\", and \"failed\".", @@ -27546,6 +27556,8 @@ "buildSize", "buildId", "activate", + "screenshotLight", + "screenshotDark", "status", "buildLogs", "buildTime", diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index 4fa0961506..849a1fde91 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -37724,6 +37724,16 @@ "description": "Whether the deployment should be automatically activated.", "x-example": true }, + "screenshotLight": { + "type": "string", + "description": "Screenshot with light theme preference file ID.", + "x-example": "5e5ea5c16897e" + }, + "screenshotDark": { + "type": "string", + "description": "Screenshot with dark theme preference file ID.", + "x-example": "5e5ea5c16897e" + }, "status": { "type": "string", "description": "The deployment status. Possible values are \"processing\", \"building\", \"waiting\", \"ready\", and \"failed\".", @@ -37808,6 +37818,8 @@ "buildSize", "buildId", "activate", + "screenshotLight", + "screenshotDark", "status", "buildLogs", "buildTime", diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index baafe5ecdd..d0dace624e 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -28028,6 +28028,16 @@ "description": "Whether the deployment should be automatically activated.", "x-example": true }, + "screenshotLight": { + "type": "string", + "description": "Screenshot with light theme preference file ID.", + "x-example": "5e5ea5c16897e" + }, + "screenshotDark": { + "type": "string", + "description": "Screenshot with dark theme preference file ID.", + "x-example": "5e5ea5c16897e" + }, "status": { "type": "string", "description": "The deployment status. Possible values are \"processing\", \"building\", \"waiting\", \"ready\", and \"failed\".", @@ -28112,6 +28122,8 @@ "buildSize", "buildId", "activate", + "screenshotLight", + "screenshotDark", "status", "buildLogs", "buildTime",