jmap-kit
    Preparing search index...

    Type Alias BlobLookupRequestInvocationArgs

    The arguments for looking up blobs via the Blob/lookup method

    type BlobLookupRequestInvocationArgs = {
        accountId: Id;
        ids: Id[];
        list: BlobInfo[];
        typeNames: string[];
    }
    Index

    Properties

    accountId: Id

    The accountId of the account to lookup the blobs in

    ids: Id[]

    A list of blobId values to be looked for.

    list: BlobInfo[]

    A list of BlobInfo objects.

    typeNames: string[]

    A list of names from the "JMAP Data Types" registry, or defined by private extensions which the client has requested. Only names for which "Can reference blobs" is true may be specified, and the capability which defines each type must also be used by the overall JMAP request in which this method is called.If a type name is not known by the server, or the associated capability has not been requested, then the server returns an "unknownDataType" error.