jmap-kit
    Preparing search index...

    Type Alias BaseChangesRequestInvocationArgs

    The standard arguments for fetching changes via a /changes call

    type BaseChangesRequestInvocationArgs = {
        accountId: Id;
        maxChanges?: UnsignedInt | null;
        sinceState: string;
    }
    Index

    Properties

    accountId: Id

    The id of the account to use. The value must be an Id

    maxChanges?: UnsignedInt | null

    The maximum number of ids to return in the response.

    The value must be UnsignedInt | null

    sinceState: string

    The current state of the client. This is the string that was returned as the state argument in a /get response.