Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias UpdatePackagePayload

    UpdatePackagePayload

    An package containing information related to an update of one or more devices.

    type UpdatePackagePayload = {
        buildDate: string;
        changelog: Changelog;
        sha256: string;
        size: string;
    }
    Index

    Properties

    buildDate: string

    buildDate

    Provides a build date to UpdatePackage.

    changelog: Changelog

    Changelog

    A list changes reflecting devices and their hardware and software revisions.

    sha256: string

    sha256

    The sha256 checksum used to verify the file content after transfer.

    size: string

    size

    Total number of bytes of the file.