From c5fe16a46ab148c6cd4b3bdb1ff3322b3eed1e83 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 10 Aug 2026 16:08:49 +0300 Subject: [PATCH] update lexicons --- lexicons.json | 2 +- lexicons/app/bsky/video/defs.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lexicons.json b/lexicons.json index 614e09e817..5fa2fdb0bb 100644 --- a/lexicons.json +++ b/lexicons.json @@ -726,7 +726,7 @@ }, "app.bsky.video.defs": { "uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.video.defs", - "cid": "bafyreibxabe2aejhtnjbwsnt7va4bvge35p7lzcjt2nwmf2c4taww46yyq" + "cid": "bafyreicorzkcw5zp4zjsiepyakpfn3vvtpwsbqwzsy43d2y6i3t5rp3meu" }, "app.bsky.video.getJobStatus": { "uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.video.getJobStatus", diff --git a/lexicons/app/bsky/video/defs.json b/lexicons/app/bsky/video/defs.json index a5bcb22bcd..278c17b35e 100644 --- a/lexicons/app/bsky/video/defs.json +++ b/lexicons/app/bsky/video/defs.json @@ -26,6 +26,13 @@ "type": "string", "description": "The state of the video processing job. All values not listed as a known value indicate that the job is in process.", "knownValues": [ + "JOB_STATE_CREATED", + "JOB_STATE_ENCODING", + "JOB_STATE_ENCODED", + "JOB_STATE_SCANNING", + "JOB_STATE_SCANNED", + "JOB_STATE_UPLOADING", + "JOB_STATE_UPLOADED", "JOB_STATE_COMPLETED", "JOB_STATE_FAILED" ]