Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowProvisionReceipt

    The partition-bound receipt a successful create or update returns for exact rollback.

    interface WorkflowProvisionReceipt {
        deployId: string;
        externalId: string;
        results: DeployDefinitionResult[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    deployId: string

    Random id grouping this call's per-definition deploy telemetry events. Returned so a caller reporting on the same deploy (e.g. definition sharing) can carry the id the events already minted.

    externalId: string

    Per-definition outcome, ordered by the resolved deploy order (children first).