From 24875dcc3ec7ddb9ac9e67a92b774122cf2e0f2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Sep 2025 00:04:19 +0000 Subject: [PATCH 1/3] [Docs Site] Update pinned api-schemas commit to cc2eadd62c0f765090c330acd9d7f6f436f8edf4 --- src/util/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/api.ts b/src/util/api.ts index d18657593a8630c..337615490f0949b 100644 --- a/src/util/api.ts +++ b/src/util/api.ts @@ -1,7 +1,7 @@ import SwaggerParser from "@apidevtools/swagger-parser"; import type { OpenAPI } from "openapi-types"; -const COMMIT = "750440b815bb674286b717653f72ad39f2ae9a07"; +const COMMIT = "cc2eadd62c0f765090c330acd9d7f6f436f8edf4"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => { From 1e6fd7c39c36e9f952fcdbbb18e99661691d0cac Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:50:11 +0100 Subject: [PATCH 2/3] Trigger build --- src/util/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/api.ts b/src/util/api.ts index 337615490f0949b..dd78043f33306ee 100644 --- a/src/util/api.ts +++ b/src/util/api.ts @@ -1,7 +1,7 @@ import SwaggerParser from "@apidevtools/swagger-parser"; import type { OpenAPI } from "openapi-types"; -const COMMIT = "cc2eadd62c0f765090c330acd9d7f6f436f8edf4"; +const COMMIT = "cc2eadd62c0f765090c330acd9d7f6f436f8edf4"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => { From 6038feffc4d16f82f0951ca0054ef3f640c46425 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:50:25 +0100 Subject: [PATCH 3/3] Undo change --- src/util/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/api.ts b/src/util/api.ts index dd78043f33306ee..337615490f0949b 100644 --- a/src/util/api.ts +++ b/src/util/api.ts @@ -1,7 +1,7 @@ import SwaggerParser from "@apidevtools/swagger-parser"; import type { OpenAPI } from "openapi-types"; -const COMMIT = "cc2eadd62c0f765090c330acd9d7f6f436f8edf4"; +const COMMIT = "cc2eadd62c0f765090c330acd9d7f6f436f8edf4"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {