@crossworks/client-types 0.232.97 → 0.232.100
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/package.json +1 -1
- package/src/index.ts +8 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -2236,6 +2236,14 @@ export type SystemHealth = {
|
|
|
2236
2236
|
up: boolean | null;
|
|
2237
2237
|
ytDlpVersion: string | null;
|
|
2238
2238
|
ffmpegVersion: string | null;
|
|
2239
|
+
/** null on images built before the CAD tier (v0.232.92) — DWF renders
|
|
2240
|
+
* fall back to embedded thumbnails without it. */
|
|
2241
|
+
ezdwfVersion: string | null;
|
|
2242
|
+
/** null on images built before the DWG tier (v0.232.99) — with either of
|
|
2243
|
+
* these missing the UI should show "DWG tier missing" (DWG parsing and
|
|
2244
|
+
* rendering both need the sidecar; absence means the whole format). */
|
|
2245
|
+
dwg2dxfVersion: string | null;
|
|
2246
|
+
ezdxfVersion: string | null;
|
|
2239
2247
|
};
|
|
2240
2248
|
/** Tailscale / local network — the optional tailnet that lets a cloud VPS
|
|
2241
2249
|
* reach a LAN model box by MagicDNS name. Profile-gated and off by default
|