@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface SLAWindow

    Optional SLA commitment for this action on this product. Absence means no commitment.

    interface SLAWindow {
        response_max?: string;
        completion_max?: string;
    }
    Index

    Properties

    response_max?: string

    Maximum time from when the buyer issues the action to when the seller acknowledges receipt (mode-appropriate: synchronous response for self_serve, tolerance decision for conditional_self_serve, or queue ack for requires_approval). ISO 8601 duration.

    ^P(?!$)(\d+Y)?(\d+M)?(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?)?$

    completion_max?: string

    Maximum time from buyer issuing the action to the seller completing it (mutation applied, proposal finalized, approval resolved). ISO 8601 duration.

    ^P(?!$)(\d+Y)?(\d+M)?(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?)?$