@backblaze-labs/b2-sdk - v0.2.0
    Preparing search index...

    Type Alias SyncActionEventType

    SyncActionEventType:
        | "upload-start"
        | "upload-done"
        | "download-start"
        | "download-done"
        | "copy-start"
        | "copy-done"
        | "hide"
        | "delete-remote"
        | "delete-local"

    Action event types: per-file transfer or metadata-change outcomes that always carry a path and a size. Skips are reported separately as SyncSkipEvent because they carry a diagnostic message.