From 666c94007bc1e8c5a33e1056376f22332281172b Mon Sep 17 00:00:00 2001 From: Stoat CI Date: Sun, 2 Aug 2026 01:46:12 +0000 Subject: [PATCH] chore: build library from latest spec [skip ci] --- src/schema.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schema.ts b/src/schema.ts index 9b493de..a2c4f2a 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -1840,6 +1840,8 @@ export interface components { /** @enum {string} */ type: "YouTube"; id: string; + creator_name?: string | null; + creator_url?: string | null; timestamp?: string | null; } | {