jmap-kit
    Preparing search index...

    Type Alias JMAPRequest

    A Request object.

    type JMAPRequest = {
        createdIds?: IdMap;
        methodCalls: JMAPRequestInvocation[];
        using: JMAPCapability[];
    }
    Index

    Properties

    createdIds?: IdMap

    An optional map of a (client-specified) creation id to the id the server assigned when a record was successfully created.

    methodCalls: JMAPRequestInvocation[]

    An array of method calls to process on the server.

    The set of capabilities the client wishes to use. The client MAY include capability identifiers even if the method calls it makes do not utilise those capabilities.