@camstack/types 0.1.22 → 0.1.23

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.
@@ -7140,10 +7140,8 @@ const MeshEndpointSchema = z.object({
7140
7140
  const MeshProviderInfoSchema = z.object({
7141
7141
  /** Stable id matching the addon id. */
7142
7142
  addonId: z.string(),
7143
- /** Display label shown on the admin row. */
7143
+ /** Display label shown on the admin row — sourced from the addon manifest. */
7144
7144
  displayName: z.string(),
7145
- /** Drives icon + status formatting. */
7146
- kind: z.enum(["tailscale", "headscale", "zerotier", "other"]),
7147
7145
  /** True when the host is joined to this provider's mesh. */
7148
7146
  joined: z.boolean(),
7149
7147
  /** Local mesh IP (empty when not joined). */
@@ -8287,4 +8285,4 @@ export {
8287
8285
  addonsCapability as y,
8288
8286
  zonesCapability as z
8289
8287
  };
8290
- //# sourceMappingURL=auth-records-COv3plzv.mjs.map
8288
+ //# sourceMappingURL=auth-records-wKlyGWdW.mjs.map