Saxonberg Server API
    Preparing search index...

    Interface PackReconcileResult

    What a single pack's install/sync run touched.

    interface PackReconcileResult {
        adopted: string[];
        deleted: string[];
        inserted: string[];
        nameBanks: number;
        packId: string;
        quantityTables: number;
        rehydrated: number;
        updated: string[];
    }
    Index

    Properties

    adopted: string[]

    Pre-existing unstamped rows stamped + matched to file (migration).

    deleted: string[]

    Stamped rows whose file vanished, removed.

    inserted: string[]

    Template paths newly written.

    nameBanks: number

    Name banks written (insert/update/adopt); 0 when the pack has none.

    packId: string
    quantityTables: number

    (unit, scale) tag pairs (re)loaded; 0 when the pack has no quantity kind.

    rehydrated: number

    Live instances re-hydrated (sync only; 0 at boot).

    updated: string[]

    Template paths whose stored data was overwritten.