From f6122157c719e22e1504547fac5808e4bff33921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 20 Nov 2024 14:37:47 +0100 Subject: [PATCH] Ensure latest specs after merges --- app/config/specs/open-api3-latest-console.json | 10 ++++++++++ app/config/specs/open-api3-latest-server.json | 10 ++++++++++ app/config/specs/swagger2-latest-console.json | 12 ++++++++++++ app/config/specs/swagger2-latest-server.json | 12 ++++++++++++ 4 files changed, 44 insertions(+) diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index bc27ba6414..f4411c6a2c 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -25487,6 +25487,11 @@ "description": "Appwrite Installation ID for VCS (Version Control System) deployment.", "x-example": "" }, + "fallbackFile": { + "type": "string", + "description": "Fallback file for single page application sites.", + "x-example": "" + }, "providerRepositoryId": { "type": "string", "description": "Repository ID of the repo linked to the site.", @@ -26139,6 +26144,11 @@ "x-enum-name": null, "x-enum-keys": [] }, + "fallbackFile": { + "type": "string", + "description": "Fallback file for single page application sites.", + "x-example": "" + }, "installationId": { "type": "string", "description": "Appwrite Installation ID for VCS (Version Control System) deployment.", diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index f1e61c1e2c..ec56b03eff 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -17303,6 +17303,11 @@ "description": "Appwrite Installation ID for VCS (Version Control System) deployment.", "x-example": "" }, + "fallbackFile": { + "type": "string", + "description": "Fallback file for single page application sites.", + "x-example": "" + }, "providerRepositoryId": { "type": "string", "description": "Repository ID of the repo linked to the site.", @@ -17720,6 +17725,11 @@ "x-enum-name": null, "x-enum-keys": [] }, + "fallbackFile": { + "type": "string", + "description": "Fallback file for single page application sites.", + "x-example": "" + }, "installationId": { "type": "string", "description": "Appwrite Installation ID for VCS (Version Control System) deployment.", diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index 32eaa55f46..7385477130 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -25973,6 +25973,12 @@ "default": "", "x-example": "" }, + "fallbackFile": { + "type": "string", + "description": "Fallback file for single page application sites.", + "default": "", + "x-example": "" + }, "providerRepositoryId": { "type": "string", "description": "Repository ID of the repo linked to the site.", @@ -26639,6 +26645,12 @@ "x-enum-name": null, "x-enum-keys": [] }, + "fallbackFile": { + "type": "string", + "description": "Fallback file for single page application sites.", + "default": "", + "x-example": "" + }, "installationId": { "type": "string", "description": "Appwrite Installation ID for VCS (Version Control System) deployment.", diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index 3639e29e3e..be0d35f20b 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -17757,6 +17757,12 @@ "default": "", "x-example": "" }, + "fallbackFile": { + "type": "string", + "description": "Fallback file for single page application sites.", + "default": "", + "x-example": "" + }, "providerRepositoryId": { "type": "string", "description": "Repository ID of the repo linked to the site.", @@ -18192,6 +18198,12 @@ "x-enum-name": null, "x-enum-keys": [] }, + "fallbackFile": { + "type": "string", + "description": "Fallback file for single page application sites.", + "default": "", + "x-example": "" + }, "installationId": { "type": "string", "description": "Appwrite Installation ID for VCS (Version Control System) deployment.",