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