Type Alias QueryChangesResponse

QueryChangesResponse: {
    accountId: Id;
    added: AddedItem[];
    newQueryState: string;
    oldQueryState: string;
    removed: Id[];
    total?: number;
}

RFC 8620 (5.6) - https://datatracker.ietf.org/doc/html/rfc8620#section-5.6 can return error tooManyChanges, cannotCalculateChanges

Type declaration

  • accountId: Id
  • added: AddedItem[]
  • newQueryState: string
  • oldQueryState: string
  • removed: Id[]
  • Optionaltotal?: number