@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.
- 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
|
@@ -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-
|
|
8287
|
+
//# sourceMappingURL=auth-records-U1Xok3iP.js.map
|