jmap-kit
    Preparing search index...

    Type Alias JMAPResponse

    A Response object.

    type JMAPResponse = {
        createdIds?: IdMap;
        methodResponses: JMAPResponseInvocation[];
        sessionState: string;
    }
    Index

    Properties

    createdIds?: IdMap

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

    methodResponses: JMAPResponseInvocation[]

    An array of responses, in the same format as the methodCalls on the Request object.

    sessionState: string

    The current value of the state string on the Session object.