videosphere
    Preparing search index...

    Type Alias PlatformStatusItem

    Minimal platform upload snapshot for polling and deduplicating latest status per platform. Used by latestPlatformStatuses and isPlatformUploadRowActive consumers.

    type PlatformStatusItem = {
        platform: ConnectedAccountPlatform;
        status: PlatformUploadStatus;
        updatedAt: string;
        sermonAudioAutoPublishOnProcessed?: boolean;
    }
    Index

    Properties

    Target platform for this upload row.

    Current platform upload lifecycle status.

    updatedAt: string

    ISO timestamp of the row’s last update (for latest-wins merging).

    sermonAudioAutoPublishOnProcessed?: boolean

    When platform is sermon_audio, whether auto-publish was enabled for this distribute snapshot.