github latitude-dev/latitude-llm typescript-sdk-6.0.0-alpha.6
TypeScript SDK v6.0.0-alpha.6

latest release: v0.1.51
pre-release7 hours ago

Added

  • client.monitorslist, create, get, update, delete, listAlerts, createAlert, getAlert, updateAlert, deleteAlert, listIncidents, mute, unmute. A monitor groups one or more saved-search alerts. The three issue-lifecycle monitors are auto-provisioned (system: true) and reject delete / update / adding or removing alerts — only mute / unmute and editing an existing alert's condition values are allowed. list and listIncidents are cursor-paginated; listIncidents items carry a notified flag.
  • New shared types: Monitor, MonitorAlert, MonitorAlertSource, AlertCondition, AlertCountThreshold, AlertBaseline, AlertDuration, MonitorIncident, PaginatedMonitors, PaginatedMonitorIncidents, and the request bodies CreateMonitorBody, CreateMonitorAlertBody, UpdateMonitorBody, UpdateMonitorAlertBody.

Changed

  • Incident gained monitorAlertId (the firing monitor alert, or null for unattributed incidents) and condition (the firing alert's AlertCondition snapshot, or null for no-parameter kinds). Both fields are additive and appear on every client.incidents.list item and on client.monitors.listIncidents items.

Don't miss a new latitude-llm release

NewReleases is sending notifications on new releases.