Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias AuthorResourceWritable

    type AuthorResourceWritable = {
        id?: number;
        authorMetadataId?: number;
        status?: AuthorStatusType;
        authorName?: string | null;
        authorNameLastFirst?: string | null;
        foreignAuthorId?: string | null;
        titleSlug?: string | null;
        overview?: string | null;
        disambiguation?: string | null;
        links?: Readarr.Links[] | null;
        nextBook?: Book;
        lastBook?: Book;
        images?: Readarr.MediaCoverWritable[] | null;
        remotePoster?: string | null;
        path?: string | null;
        qualityProfileId?: number;
        metadataProfileId?: number;
        monitored?: boolean;
        monitorNewItems?: Readarr.NewItemMonitorTypes;
        rootFolderPath?: string | null;
        folder?: string | null;
        genres?: string[] | null;
        cleanName?: string | null;
        sortName?: string | null;
        sortNameLastFirst?: string | null;
        tags?: number[] | null;
        added?: string;
        addOptions?: AddAuthorOptions;
        ratings?: RatingsWritable;
        statistics?: AuthorStatisticsResourceWritable;
    }
    Index

    Properties

    id?: number
    authorMetadataId?: number
    authorName?: string | null
    authorNameLastFirst?: string | null
    foreignAuthorId?: string | null
    titleSlug?: string | null
    overview?: string | null
    disambiguation?: string | null
    links?: Readarr.Links[] | null
    nextBook?: Book
    lastBook?: Book
    images?: Readarr.MediaCoverWritable[] | null
    remotePoster?: string | null
    path?: string | null
    qualityProfileId?: number
    metadataProfileId?: number
    monitored?: boolean
    monitorNewItems?: Readarr.NewItemMonitorTypes
    rootFolderPath?: string | null
    folder?: string | null
    genres?: string[] | null
    cleanName?: string | null
    sortName?: string | null
    sortNameLastFirst?: string | null
    tags?: number[] | null
    added?: string
    addOptions?: AddAuthorOptions
    ratings?: RatingsWritable