vlocode-project - v2.4.3
    Preparing search index...

    Type Alias DatapackSyncState

    DatapackSyncState:
        | "inSync"
        | "extraRecords"
        | "outOfSync"
        | "missing"
        | "unknown"

    Sync state of a datapack compared to the target org:

    • inSync -- all records are in sync and the org has no extra records
    • extraRecords -- all records are in sync but the org has extra records in the scope of the datapack that are not represented in the datapack; a deployment deletes these records
    • outOfSync -- one or more records differ from or are missing in the target org
    • missing -- none of the records exist in the target org
    • unknown -- the datapack could not be compared