@izak0s/spacebring-api - v7.1.0
    Preparing search index...

    Interface GetPackagesQuery

    Query parameters for sb.packages.list().

    interface GetPackagesQuery {
        limit?: number;
        locationRef: string;
        nextPageToken?: string;
    }
    Index
    limit?: number

    Maximum number of packages per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.

    locationRef: string

    UUID of the location.

    nextPageToken?: string

    Pagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.