remove imports from @atproto/api internals (#8403)

This commit is contained in:
Samuel Newman
2025-08-12 18:52:34 +03:00
committed by GitHub
parent bf869d9185
commit 338fa4dfbe
12 changed files with 58 additions and 47 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import {type ImagePickerAsset} from 'expo-image-picker'
import {type AppBskyVideoDefs, type BlobRef, type BskyAgent} from '@atproto/api'
import {type JobStatus} from '@atproto/api/dist/client/types/app/bsky/video/defs'
import {type I18n} from '@lingui/core'
import {msg} from '@lingui/macro'
@@ -328,7 +327,7 @@ export async function processVideo(
}
const videoAgent = createVideoAgent()
let status: JobStatus | undefined
let status: AppBskyVideoDefs.JobStatus | undefined
let blob: BlobRef | undefined
try {
const response = await videoAgent.app.bsky.video.getJobStatus({jobId})