update lexicons

This commit is contained in:
Samuel Newman
2026-08-10 16:08:49 +03:00
parent 096fe085a1
commit c5fe16a46a
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -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",
+7
View File
@@ -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"
]