@zixt/host 0.0.126 → 0.0.127

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.
Files changed (2) hide show
  1. package/dist/index.js +11 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import { homedir as homedir4 } from "node:os";
28
28
  // package.json
29
29
  var package_default = {
30
30
  name: "@zixt/host",
31
- version: "0.0.126",
31
+ version: "0.0.127",
32
32
  type: "module",
33
33
  exports: {
34
34
  ".": "./src/client.ts",
@@ -20604,7 +20604,16 @@ var RevokeHostRequest = external_exports.object({
20604
20604
  * response replays the recorded outcome instead of reporting the Machine
20605
20605
  * missing.
20606
20606
  */
20607
- requestId: external_exports.string().min(8).max(120).optional()
20607
+ requestId: external_exports.string().min(8).max(120).optional(),
20608
+ /**
20609
+ * Explicit Admin decision for a Machine that can never reconnect
20610
+ * (uninstalled, wiped, lost): finish a pending removal without its
20611
+ * cleanup evidence. The row and its custody records are removed while
20612
+ * the confirmation and Audit state plainly that the saved website
20613
+ * sign-ins on that machine were NOT erased. Refused unless removal is
20614
+ * already pending, so the ordinary impact-aware flow always runs first.
20615
+ */
20616
+ abandonCleanup: external_exports.boolean().optional()
20608
20617
  }).strict();
20609
20618
  var HostRemovalOutcome = external_exports.object({
20610
20619
  hostId: HostId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zixt/host",
3
- "version": "0.0.126",
3
+ "version": "0.0.127",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/client.ts",