UNPKG

@theventures/caret

Version:

Unofficial Node.js API client for the Caret HTTP API

6 lines (5 loc) 543 B
export type { CaretOptions } from "./client.js"; export { Caret } from "./client.js"; export { AuthenticationError, BadRequestError, CaretAPIError, CaretError, ConflictError, InternalServerError, NotFoundError, PermissionDeniedError, RateLimitError, UnprocessableEntityError, } from "./core/errors.js"; export { Notes } from "./resources/notes.js"; export type { Note, NoteKind, NoteParticipant, NoteResponse, NoteStatus, NotesListParams, NotesListResponse, NoteTag, NoteTranscript, NoteUpdateParams, NoteVisibility, } from "./types/note.js";