@camstack/addon-tailscale 1.1.9 → 1.1.10

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.
@@ -24,7 +24,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
24
  enumerable: true
25
25
  }) : target, mod));
26
26
  //#endregion
27
- const require_dist = require("../dist-DDAvsWK1.js");
27
+ const require_dist = require("../dist-kxCTRibX.js");
28
28
  let node_child_process = require("node:child_process");
29
29
  let node_util = require("node:util");
30
30
  let node_fs = require("node:fs");
@@ -1,4 +1,4 @@
1
- import { i as EventCategory, n as networkAccessCapability, r as BaseAddon, t as meshNetworkCapability } from "../dist-C-euZDTO.mjs";
1
+ import { i as EventCategory, n as networkAccessCapability, r as BaseAddon, t as meshNetworkCapability } from "../dist-CWCiwOxU.mjs";
2
2
  import { execFile, spawn } from "node:child_process";
3
3
  import { promisify } from "node:util";
4
4
  import * as fs from "node:fs";
@@ -15442,6 +15442,17 @@ var AvailableIntegrationTypeSchema = object({
15442
15442
  iconUrl: string().nullable(),
15443
15443
  color: string(),
15444
15444
  instanceMode: string(),
15445
+ /**
15446
+ * Integration wizard `mode` (LOCKED MODEL): `standalone` (create
15447
+ * immediately then add devices, no config step/button), `account` (config
15448
+ * step), or `broker` (broker step). Derived server-side by
15449
+ * `getAvailableTypes` when the addon manifest omits an explicit `mode`.
15450
+ */
15451
+ mode: _enum([
15452
+ "standalone",
15453
+ "account",
15454
+ "broker"
15455
+ ]),
15445
15456
  discoveryMode: string(),
15446
15457
  /**
15447
15458
  * Which integration-marker cap the addon declared, so the wizard can
@@ -15442,6 +15442,17 @@ var AvailableIntegrationTypeSchema = object({
15442
15442
  iconUrl: string().nullable(),
15443
15443
  color: string(),
15444
15444
  instanceMode: string(),
15445
+ /**
15446
+ * Integration wizard `mode` (LOCKED MODEL): `standalone` (create
15447
+ * immediately then add devices, no config step/button), `account` (config
15448
+ * step), or `broker` (broker step). Derived server-side by
15449
+ * `getAvailableTypes` when the addon manifest omits an explicit `mode`.
15450
+ */
15451
+ mode: _enum([
15452
+ "standalone",
15453
+ "account",
15454
+ "broker"
15455
+ ]),
15445
15456
  discoveryMode: string(),
15446
15457
  /**
15447
15458
  * Which integration-marker cap the addon declared, so the wizard can
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-DDAvsWK1.js");
5
+ const require_dist = require("../dist-kxCTRibX.js");
6
6
  let node_child_process = require("node:child_process");
7
7
  let node_util = require("node:util");
8
8
  let node_crypto = require("node:crypto");
@@ -1,4 +1,4 @@
1
- import { i as EventCategory, n as networkAccessCapability, r as BaseAddon } from "../dist-C-euZDTO.mjs";
1
+ import { i as EventCategory, n as networkAccessCapability, r as BaseAddon } from "../dist-CWCiwOxU.mjs";
2
2
  import { execFile } from "node:child_process";
3
3
  import { promisify } from "node:util";
4
4
  import { randomUUID } from "node:crypto";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-tailscale",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Tailscale bundle for CamStack — joins the host to a tailnet (client) and exposes the hub via Serve/Funnel (ingress). Multi-entry npm package shipping 2 addons under a single bundle.",
5
5
  "keywords": [
6
6
  "camstack",