@passband/sdk - v0.0.0
    Preparing search index...

    Type Alias DraftAction

    DraftAction:
        | "approve"
        | "reject"
        | "regenerate"
        | "schedule"
        | "archive"
        | "unapprove"
        | "reschedule"
        | "cancel_schedule"

    Actions accepted by DraftsResource.update. The post action is intentionally excluded: it returns a PostResult wrapper rather than a flat Draft, so it is exposed via the dedicated DraftsResource.post method instead.