From 7f2fdf623cc6451e2c5aa785fa0eb35bcabd3f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 12 Mar 2025 12:27:15 +0100 Subject: [PATCH] Update specs --- app/config/specs/open-api3-latest-client.json | 11 ---- .../specs/open-api3-latest-console.json | 54 ++++++++----------- app/config/specs/open-api3-latest-server.json | 52 ++++++++---------- app/config/specs/swagger2-latest-client.json | 9 ---- app/config/specs/swagger2-latest-console.json | 50 ++++++++--------- app/config/specs/swagger2-latest-server.json | 48 ++++++++--------- 6 files changed, 86 insertions(+), 138 deletions(-) diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json index 426e85c709..852974b217 100644 --- a/app/config/specs/open-api3-latest-client.json +++ b/app/config/specs/open-api3-latest-client.json @@ -4813,17 +4813,6 @@ "default": [] }, "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "schema": { - "type": "string", - "x-example": "", - "default": "" - }, - "in": "query" } ] }, diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index f1ea9de50e..5dbb4e6b05 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -4360,7 +4360,7 @@ "deprecated": false, "demo": "console\/get-resource.md", "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCheck if a resource ID is available.", - "rate-limit": 10, + "rate-limit": 120, "rate-time": 60, "rate-key": "userId:{userId}, url:{url}", "scope": "rules.read", @@ -9082,7 +9082,7 @@ "parameters": [ { "name": "queries", - "description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, runtime, deployment, schedule, scheduleNext, schedulePrevious, timeout, entrypoint, commands, installationId", + "description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, runtime, deploymentId, schedule, scheduleNext, schedulePrevious, timeout, entrypoint, commands, installationId", "required": false, "schema": { "type": "array", @@ -9232,7 +9232,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -9851,7 +9853,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -10894,17 +10898,6 @@ "default": [] }, "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "schema": { - "type": "string", - "x-example": "", - "default": "" - }, - "in": "query" } ] }, @@ -24718,8 +24711,10 @@ "framework": { "type": "string", "description": "Sites framework.", - "x-example": "nextjs", + "x-example": "analog", "enum": [ + "analog", + "angular", "nextjs", "react", "nuxt", @@ -24823,7 +24818,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -25343,8 +25340,10 @@ "framework": { "type": "string", "description": "Sites framework.", - "x-example": "nextjs", + "x-example": "analog", "enum": [ + "analog", + "angular", "nextjs", "react", "nuxt", @@ -25448,7 +25447,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -26447,17 +26448,6 @@ "default": [] }, "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "schema": { - "type": "string", - "x-example": "", - "default": "" - }, - "in": "query" } ] } @@ -37187,7 +37177,7 @@ "description": "Function execution and build runtime.", "x-example": "python-3.8" }, - "deployment": { + "deploymentId": { "type": "string", "description": "Function's active deployment ID.", "x-example": "5e5ea5c16897e" @@ -37283,7 +37273,7 @@ "live", "logging", "runtime", - "deployment", + "deploymentId", "scopes", "vars", "events", diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index e524c0c8a7..d46cc5c898 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -8168,7 +8168,7 @@ "parameters": [ { "name": "queries", - "description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, runtime, deployment, schedule, scheduleNext, schedulePrevious, timeout, entrypoint, commands, installationId", + "description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, runtime, deploymentId, schedule, scheduleNext, schedulePrevious, timeout, entrypoint, commands, installationId", "required": false, "schema": { "type": "array", @@ -8319,7 +8319,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -8713,7 +8715,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -9769,17 +9773,6 @@ "default": [] }, "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "schema": { - "type": "string", - "x-example": "", - "default": "" - }, - "in": "query" } ] }, @@ -16815,8 +16808,10 @@ "framework": { "type": "string", "description": "Sites framework.", - "x-example": "nextjs", + "x-example": "analog", "enum": [ + "analog", + "angular", "nextjs", "react", "nuxt", @@ -16920,7 +16915,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -17215,8 +17212,10 @@ "framework": { "type": "string", "description": "Sites framework.", - "x-example": "nextjs", + "x-example": "analog", "enum": [ + "analog", + "angular", "nextjs", "react", "nuxt", @@ -17320,7 +17319,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -18331,17 +18332,6 @@ "default": [] }, "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "schema": { - "type": "string", - "x-example": "", - "default": "" - }, - "in": "query" } ] } @@ -27584,7 +27574,7 @@ "description": "Function execution and build runtime.", "x-example": "python-3.8" }, - "deployment": { + "deploymentId": { "type": "string", "description": "Function's active deployment ID.", "x-example": "5e5ea5c16897e" @@ -27680,7 +27670,7 @@ "live", "logging", "runtime", - "deployment", + "deploymentId", "scopes", "vars", "events", diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json index c419af3260..ce79f11758 100644 --- a/app/config/specs/swagger2-latest-client.json +++ b/app/config/specs/swagger2-latest-client.json @@ -4976,15 +4976,6 @@ }, "default": [], "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "type": "string", - "x-example": "", - "default": "", - "in": "query" } ] }, diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index d1ff74f8cf..8cbdb8accd 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -4569,7 +4569,7 @@ "deprecated": false, "demo": "console\/get-resource.md", "edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterCheck if a resource ID is available.", - "rate-limit": 10, + "rate-limit": 120, "rate-time": 60, "rate-key": "userId:{userId}, url:{url}", "scope": "rules.read", @@ -9231,7 +9231,7 @@ "parameters": [ { "name": "queries", - "description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, runtime, deployment, schedule, scheduleNext, schedulePrevious, timeout, entrypoint, commands, installationId", + "description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, runtime, deploymentId, schedule, scheduleNext, schedulePrevious, timeout, entrypoint, commands, installationId", "required": false, "type": "array", "collectionFormat": "multi", @@ -9384,7 +9384,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -10018,7 +10020,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -11071,15 +11075,6 @@ }, "default": [], "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "type": "string", - "x-example": "", - "default": "", - "in": "query" } ] }, @@ -25219,8 +25214,10 @@ "type": "string", "description": "Sites framework.", "default": null, - "x-example": "nextjs", + "x-example": "analog", "enum": [ + "analog", + "angular", "nextjs", "react", "nuxt", @@ -25330,7 +25327,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -25858,8 +25857,10 @@ "type": "string", "description": "Sites framework.", "default": null, - "x-example": "nextjs", + "x-example": "analog", "enum": [ + "analog", + "angular", "nextjs", "react", "nuxt", @@ -25969,7 +25970,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -26976,15 +26979,6 @@ }, "default": [], "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "type": "string", - "x-example": "", - "default": "", - "in": "query" } ] } @@ -37766,7 +37760,7 @@ "description": "Function execution and build runtime.", "x-example": "python-3.8" }, - "deployment": { + "deploymentId": { "type": "string", "description": "Function's active deployment ID.", "x-example": "5e5ea5c16897e" @@ -37863,7 +37857,7 @@ "live", "logging", "runtime", - "deployment", + "deploymentId", "scopes", "vars", "events", diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index bb49b13792..6db3ed277f 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -8314,7 +8314,7 @@ "parameters": [ { "name": "queries", - "description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, runtime, deployment, schedule, scheduleNext, schedulePrevious, timeout, entrypoint, commands, installationId", + "description": "Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https:\/\/appwrite.io\/docs\/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, runtime, deploymentId, schedule, scheduleNext, schedulePrevious, timeout, entrypoint, commands, installationId", "required": false, "type": "array", "collectionFormat": "multi", @@ -8468,7 +8468,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -8881,7 +8883,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -9947,15 +9951,6 @@ }, "default": [], "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "type": "string", - "x-example": "", - "default": "", - "in": "query" } ] }, @@ -17282,8 +17277,10 @@ "type": "string", "description": "Sites framework.", "default": null, - "x-example": "nextjs", + "x-example": "analog", "enum": [ + "analog", + "angular", "nextjs", "react", "nuxt", @@ -17393,7 +17390,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -17700,8 +17699,10 @@ "type": "string", "description": "Sites framework.", "default": null, - "x-example": "nextjs", + "x-example": "analog", "enum": [ + "analog", + "angular", "nextjs", "react", "nuxt", @@ -17811,7 +17812,9 @@ "bun-1.1", "go-1.23", "static-1", - "flutter-3.24" + "flutter-3.24", + "flutter-3.27", + "flutter-3.29" ], "x-enum-name": null, "x-enum-keys": [] @@ -18830,15 +18833,6 @@ }, "default": [], "in": "query" - }, - { - "name": "search", - "description": "Search term to filter your list results. Max length: 256 chars.", - "required": false, - "type": "string", - "x-example": "", - "default": "", - "in": "query" } ] } @@ -28132,7 +28126,7 @@ "description": "Function execution and build runtime.", "x-example": "python-3.8" }, - "deployment": { + "deploymentId": { "type": "string", "description": "Function's active deployment ID.", "x-example": "5e5ea5c16897e" @@ -28229,7 +28223,7 @@ "live", "logging", "runtime", - "deployment", + "deploymentId", "scopes", "vars", "events",