Member Junction
    Preparing search index...

    Compares state between two version labels, or between a label and the current live state, producing a structured diff grouped by entity.

    Index

    Constructors

    Accessors

    Methods

    • Compare a version label to the current live state.

      For each record in the label, we find its current latest RecordChange and compare. Records that exist in the current state but not in the label are reported as Added; records in the label but not currently existing are reported as Deleted.

      Parameters

      Returns Promise<DiffResult>