[SDK] Use finalised package (#11398)

This commit is contained in:
Samuel Newman
2026-08-13 22:26:23 +03:00
committed by GitHub
parent b89167f07c
commit bb33eb91cb
193 changed files with 488 additions and 311 deletions
+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"
]