ISPO SDK
    Preparing search index...

    Interface SiteRelease

    Markdown

    One immutable release as the host summarizes it for the SDK.

    interface SiteRelease {
        hostname: string;
        pages: string[];
        publishedAt: string;
        releaseId: string;
        sourceRevision: SiteSourceRevision | null;
    }
    Index
    hostname: string
    pages: string[]

    Exact public paths admitted into the release.

    publishedAt: string
    releaseId: string
    sourceRevision: SiteSourceRevision | null

    Null only for a legacy release created before Cloud source retention.