@truenas/api-client
    Preparing search index...

    Variable AclmodeConst

    Aclmode: {
        Discard: "DISCARD";
        Inherit: "INHERIT";
        Passthrough: "PASSTHROUGH";
        Restricted: "RESTRICTED";
    } = ...

    FROZEN — generated once, then hand-maintained. Do not regenerate.

    v25.10 is released and its API cannot change, so this directory is a record rather than an output. It also carries the virt.* namespace, which no dump can reproduce: middleware deleted those models from every version directory in b9c330ee94, so regenerating would silently delete them here too.

    yarn generate:api still generates the whole chain — later versions are deltas against this one — but leaves files carrying this marker untouched.

    Type Declaration

    • ReadonlyDiscard: "DISCARD"
    • ReadonlyInherit: "INHERIT"
    • ReadonlyPassthrough: "PASSTHROUGH"
    • ReadonlyRestricted: "RESTRICTED"