@camstack/types 0.1.22 → 0.1.24
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/{auth-records-Q5ocndX5.js → auth-records-U1Xok3iP.js} +2 -4
- package/dist/{auth-records-Q5ocndX5.js.map → auth-records-U1Xok3iP.js.map} +1 -1
- package/dist/{auth-records-COv3plzv.mjs → auth-records-wKlyGWdW.mjs} +2 -4
- package/dist/{auth-records-COv3plzv.mjs.map → auth-records-wKlyGWdW.mjs.map} +1 -1
- package/dist/capabilities/mesh-orchestrator.cap.d.ts +0 -12
- package/dist/capabilities/mesh-orchestrator.cap.d.ts.map +1 -1
- package/dist/generated/addon-api.d.ts +0 -6
- package/dist/generated/addon-api.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/node.js +1 -1
- package/dist/node.mjs +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
8288
|
+
//# sourceMappingURL=auth-records-wKlyGWdW.mjs.map
|