update lexicons
This commit is contained in:
+1
-1
@@ -726,7 +726,7 @@
|
|||||||
},
|
},
|
||||||
"app.bsky.video.defs": {
|
"app.bsky.video.defs": {
|
||||||
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/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": {
|
"app.bsky.video.getJobStatus": {
|
||||||
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.video.getJobStatus",
|
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.video.getJobStatus",
|
||||||
|
|||||||
@@ -26,6 +26,13 @@
|
|||||||
"type": "string",
|
"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.",
|
"description": "The state of the video processing job. All values not listed as a known value indicate that the job is in process.",
|
||||||
"knownValues": [
|
"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_COMPLETED",
|
||||||
"JOB_STATE_FAILED"
|
"JOB_STATE_FAILED"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user