From b8c8e5a07c66dd800aa90063464f04e2b2c0096a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Jun 2025 00:31:44 +0000 Subject: [PATCH 1/3] [Docs Site] Update pinned api-schemas commit to 3b87899727476588028d2f934f3d9fd7326e7e97 --- 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 3315664d6c0e33..b357467caf68d0 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 = "8e57d2688e106d0fbe98d1f05c101d56fe5f1664"; +const COMMIT = "3b87899727476588028d2f934f3d9fd7326e7e97"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => { From efd8e6626cd354148744e2a6bba0ba3d9147b775 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:57:54 +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 b357467caf68d0..d9ff5b0be64d05 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 = "3b87899727476588028d2f934f3d9fd7326e7e97"; +const COMMIT = "3b87899727476588028d2f934f3d9fd7326e7e97"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => { From b77891549fc4c61353fa2330be951a19d3957cab Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:58:11 +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 d9ff5b0be64d05..b357467caf68d0 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 = "3b87899727476588028d2f934f3d9fd7326e7e97"; +const COMMIT = "3b87899727476588028d2f934f3d9fd7326e7e97"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {