@neta-art/cohub 8.3.0 → 8.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/http.d.ts +1 -2
- package/package.json +1 -1
package/dist/chunks/http.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { $ as CreateInvitationInput, $n as SpaceFsCreateUploadResponse, $r as Us
|
|
|
2
2
|
import { n as CohubEnvironment } from "./environment.js";
|
|
3
3
|
import { a as VoiceInputCreateOptions } from "./voice-input.js";
|
|
4
4
|
//#region ../protocol/dist/model/status.d.ts
|
|
5
|
-
/** Per-model availability status, derived from
|
|
5
|
+
/** Per-model availability status, derived from observed traffic with probe fallback. */
|
|
6
6
|
type ModelAvailabilityStatus = "operational" | "degraded" | "outage";
|
|
7
7
|
/**
|
|
8
8
|
* Aggregated availability for a single model.
|
|
@@ -18,7 +18,6 @@ type ModelStatusEntry = {
|
|
|
18
18
|
/** 1-hour average / P90 response duration in milliseconds. */
|
|
19
19
|
latencyAvgMs: number | null;
|
|
20
20
|
latencyP90Ms: number | null;
|
|
21
|
-
samples1h: number | null;
|
|
22
21
|
checkedAt: string | null;
|
|
23
22
|
probeIntervalSeconds: number | null;
|
|
24
23
|
/** 24-hour history in 15-minute buckets (oldest → newest), or null. */
|