@edgible-team/sdk
    Preparing search index...

    Interface ArtifactDelivery

    Per-device outcome of an artifact delivery.

    interface ArtifactDelivery {
        delivered: boolean;
        deviceId: string;
        uploadId: string;
    }
    Index

    Properties

    delivered: boolean

    False when the device already held the digest (skipped).

    deviceId: string
    uploadId: string

    The ingest session that carried the bytes; empty when the digest was already present.