@camstack/core 0.1.24 → 0.1.26

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/index.mjs CHANGED
@@ -31,7 +31,7 @@ import { promisify } from "node:util";
31
31
  import { errMsg, parseJsonObject } from "@camstack/types";
32
32
  import * as vm from "node:vm";
33
33
  import * as os from "node:os";
34
- //#region ../types/dist/auth-records-COv3plzv.mjs
34
+ //#region ../types/dist/auth-records-wKlyGWdW.mjs
35
35
  var MODEL_FORMATS = [
36
36
  "onnx",
37
37
  "coreml",
@@ -4473,15 +4473,8 @@ var MeshEndpointSchema = z.object({
4473
4473
  var MeshProviderInfoSchema = z.object({
4474
4474
  /** Stable id matching the addon id. */
4475
4475
  addonId: z.string(),
4476
- /** Display label shown on the admin row. */
4476
+ /** Display label shown on the admin row — sourced from the addon manifest. */
4477
4477
  displayName: z.string(),
4478
- /** Drives icon + status formatting. */
4479
- kind: z.enum([
4480
- "tailscale",
4481
- "headscale",
4482
- "zerotier",
4483
- "other"
4484
- ]),
4485
4478
  /** True when the host is joined to this provider's mesh. */
4486
4479
  joined: z.boolean(),
4487
4480
  /** Local mesh IP (empty when not joined). */