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

    Interface CreateArtifactUploadParams

    interface CreateArtifactUploadParams {
        applicationId: string;
        deviceId?: string;
        digest: string;
        expectedBytes?: number;
        expectedSha256?: string;
        kind: ArtifactKind;
    }
    Index

    Properties

    applicationId: string
    deviceId?: string

    Target serving device; the backend defaults to the app's first device.

    digest: string

    Content digest (sha256:<64-hex>) of the bundle bytes.

    expectedBytes?: number

    Bytes the caller plans to send (quota / disk-pressure preflight).

    expectedSha256?: string

    sha256 hex (NO sha256: scheme) of the bundle stream — verified by the agent.

    kind: ArtifactKind