camstack 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.
@@ -25918,6 +25918,17 @@ var AvailableIntegrationTypeSchema = external_exports.object({
25918
25918
  iconUrl: external_exports.string().nullable(),
25919
25919
  color: external_exports.string(),
25920
25920
  instanceMode: external_exports.string(),
25921
+ /**
25922
+ * Integration wizard `mode` (LOCKED MODEL): `standalone` (create
25923
+ * immediately then add devices, no config step/button), `account` (config
25924
+ * step), or `broker` (broker step). Derived server-side by
25925
+ * `getAvailableTypes` when the addon manifest omits an explicit `mode`.
25926
+ */
25927
+ mode: external_exports.enum([
25928
+ "standalone",
25929
+ "account",
25930
+ "broker"
25931
+ ]),
25921
25932
  discoveryMode: external_exports.string(),
25922
25933
  /**
25923
25934
  * Which integration-marker cap the addon declared, so the wizard can
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runDiscover
4
- } from "./chunk-J27EZDJZ.js";
4
+ } from "./chunk-WS27TKQ6.js";
5
5
  import "./chunk-K3NQKI34.js";
6
6
 
7
7
  // src/cli.ts
@@ -608,7 +608,7 @@ function isUnknown(_value) {
608
608
  return true;
609
609
  }
610
610
  async function resolveServerInteractive(presetNamespace) {
611
- const { discoverNodes, resolveHubFromDiscovered } = await import("./discover-ADPVJS53.js");
611
+ const { discoverNodes, resolveHubFromDiscovered } = await import("./discover-GMHZMTM6.js");
612
612
  if (presetNamespace) {
613
613
  const spinner4 = clack.spinner();
614
614
  spinner4.start(`Discovering hub on LAN (namespace "${presetNamespace}")`);
@@ -3,7 +3,7 @@ import {
3
3
  discoverNodes,
4
4
  resolveHubFromDiscovered,
5
5
  runDiscover
6
- } from "./chunk-J27EZDJZ.js";
6
+ } from "./chunk-WS27TKQ6.js";
7
7
  import "./chunk-K3NQKI34.js";
8
8
  export {
9
9
  discoverNodes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camstack",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "CLI tool for managing and running CamStack server",
5
5
  "keywords": [
6
6
  "camstack",