From a95c6b0c9683c7dbac28f0eaf3e515130a2b9af6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Oct 2025 00:04:15 +0000 Subject: [PATCH 1/3] [Docs Site] Update pinned api-schemas commit to 13586df3b73030d524b659777a9a6d00c2e540e4 --- 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 4d425e70c5e85c2..041e6f1b1c4dae6 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 = "24fec8853485a1186782648f393242dfd012c1dc"; +const COMMIT = "13586df3b73030d524b659777a9a6d00c2e540e4"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => { From 5c7b4fcde328c3c9d32697890130ccc7455ed517 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:06:16 +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 041e6f1b1c4dae6..f5af58c69d0ac3a 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 = "13586df3b73030d524b659777a9a6d00c2e540e4"; +const COMMIT = "13586df3b73030d524b659777a9a6d00c2e540e4"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => { From 7ec76a566db42ea95eee736579c1e4508691198c Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:06:34 +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 f5af58c69d0ac3a..041e6f1b1c4dae6 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 = "13586df3b73030d524b659777a9a6d00c2e540e4"; +const COMMIT = "13586df3b73030d524b659777a9a6d00c2e540e4"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {