@zixt/host 0.0.23 → 0.0.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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import { homedir } from "node:os";
|
|
|
31
31
|
// package.json
|
|
32
32
|
var package_default = {
|
|
33
33
|
name: "@zixt/host",
|
|
34
|
-
version: "0.0.
|
|
34
|
+
version: "0.0.24",
|
|
35
35
|
type: "module",
|
|
36
36
|
exports: {
|
|
37
37
|
".": "./src/client.ts",
|
|
@@ -17579,7 +17579,7 @@ var SetAgentStatusRequest = external_exports.object({
|
|
|
17579
17579
|
status: AgentStatus.exclude(["draft"]),
|
|
17580
17580
|
/**
|
|
17581
17581
|
* Backwards-compatible override for older clients. When omitted, activation
|
|
17582
|
-
* keeps
|
|
17582
|
+
* keeps configured Integration access; legacy rows without it inherit `all`.
|
|
17583
17583
|
*/
|
|
17584
17584
|
activation: external_exports.object({
|
|
17585
17585
|
autonomyPreset: AutonomyPreset,
|