@hasna/machines 0.0.44 → 0.0.46

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 (109) hide show
  1. package/README.md +27 -4
  2. package/dist/agent/index.d.ts +0 -1
  3. package/dist/agent/index.js +249 -14
  4. package/dist/agent/runtime.d.ts +0 -1
  5. package/dist/cli/index.d.ts +0 -1
  6. package/dist/cli/index.js +1316 -213
  7. package/dist/cli-utils.d.ts +0 -1
  8. package/dist/commands/apps.d.ts +7 -5
  9. package/dist/commands/backup.d.ts +0 -1
  10. package/dist/commands/cert.d.ts +0 -1
  11. package/dist/commands/clipboard-daemon.d.ts +0 -1
  12. package/dist/commands/clipboard-server.d.ts +0 -1
  13. package/dist/commands/clipboard.d.ts +0 -1
  14. package/dist/commands/daemon.d.ts +0 -1
  15. package/dist/commands/diff.d.ts +0 -1
  16. package/dist/commands/dns.d.ts +0 -1
  17. package/dist/commands/doctor.d.ts +0 -1
  18. package/dist/commands/heal-daemon.d.ts +0 -1
  19. package/dist/commands/heal.d.ts +0 -1
  20. package/dist/commands/install-claude.d.ts +5 -3
  21. package/dist/commands/install-tailscale.d.ts +5 -3
  22. package/dist/commands/manifest.d.ts +0 -1
  23. package/dist/commands/mutation-approval.d.ts +54 -0
  24. package/dist/commands/notifications.d.ts +14 -2
  25. package/dist/commands/ports.d.ts +0 -1
  26. package/dist/commands/runtime.d.ts +15 -1
  27. package/dist/commands/screen.d.ts +4 -1
  28. package/dist/commands/self-test.d.ts +0 -1
  29. package/dist/commands/serve.d.ts +0 -1
  30. package/dist/commands/setup.d.ts +5 -3
  31. package/dist/commands/ssh.d.ts +8 -1
  32. package/dist/commands/status.d.ts +0 -1
  33. package/dist/commands/sync.d.ts +5 -3
  34. package/dist/commands/workspace.d.ts +0 -1
  35. package/dist/compatibility.d.ts +0 -1
  36. package/dist/consumer-schema.d.ts +0 -1
  37. package/dist/consumer.d.ts +0 -1
  38. package/dist/consumer.js +253 -12
  39. package/dist/cross-project-types.d.ts +0 -1
  40. package/dist/db.d.ts +0 -1
  41. package/dist/index.d.ts +2 -2
  42. package/dist/index.js +1108 -189
  43. package/dist/manifests.d.ts +0 -1
  44. package/dist/mcp/http.d.ts +26 -2
  45. package/dist/mcp/index.d.ts +0 -1
  46. package/dist/mcp/index.js +1021 -167
  47. package/dist/mcp/server.d.ts +5 -3
  48. package/dist/paths.d.ts +0 -1
  49. package/dist/pg-migrations.d.ts +0 -1
  50. package/dist/redaction.d.ts +0 -1
  51. package/dist/remote-storage.d.ts +0 -1
  52. package/dist/remote.d.ts +14 -5
  53. package/dist/storage-sync.d.ts +0 -1
  54. package/dist/storage.d.ts +0 -1
  55. package/dist/storage.js +18 -0
  56. package/dist/topology.d.ts +0 -1
  57. package/dist/types.d.ts +3 -1
  58. package/dist/version.d.ts +0 -1
  59. package/package.json +5 -3
  60. package/dist/agent/index.d.ts.map +0 -1
  61. package/dist/agent/runtime.d.ts.map +0 -1
  62. package/dist/cli/index.d.ts.map +0 -1
  63. package/dist/cli-utils.d.ts.map +0 -1
  64. package/dist/commands/apps.d.ts.map +0 -1
  65. package/dist/commands/backup.d.ts.map +0 -1
  66. package/dist/commands/cert.d.ts.map +0 -1
  67. package/dist/commands/clipboard-daemon.d.ts.map +0 -1
  68. package/dist/commands/clipboard-server.d.ts.map +0 -1
  69. package/dist/commands/clipboard.d.ts.map +0 -1
  70. package/dist/commands/daemon.d.ts.map +0 -1
  71. package/dist/commands/diff.d.ts.map +0 -1
  72. package/dist/commands/dns.d.ts.map +0 -1
  73. package/dist/commands/doctor.d.ts.map +0 -1
  74. package/dist/commands/heal-daemon.d.ts.map +0 -1
  75. package/dist/commands/heal.d.ts.map +0 -1
  76. package/dist/commands/install-claude.d.ts.map +0 -1
  77. package/dist/commands/install-tailscale.d.ts.map +0 -1
  78. package/dist/commands/manifest.d.ts.map +0 -1
  79. package/dist/commands/notifications.d.ts.map +0 -1
  80. package/dist/commands/ports.d.ts.map +0 -1
  81. package/dist/commands/runtime.d.ts.map +0 -1
  82. package/dist/commands/screen.d.ts.map +0 -1
  83. package/dist/commands/self-test.d.ts.map +0 -1
  84. package/dist/commands/serve.d.ts.map +0 -1
  85. package/dist/commands/setup.d.ts.map +0 -1
  86. package/dist/commands/ssh.d.ts.map +0 -1
  87. package/dist/commands/status.d.ts.map +0 -1
  88. package/dist/commands/sync.d.ts.map +0 -1
  89. package/dist/commands/workspace.d.ts.map +0 -1
  90. package/dist/compatibility.d.ts.map +0 -1
  91. package/dist/consumer-schema.d.ts.map +0 -1
  92. package/dist/consumer.d.ts.map +0 -1
  93. package/dist/cross-project-types.d.ts.map +0 -1
  94. package/dist/db.d.ts.map +0 -1
  95. package/dist/index.d.ts.map +0 -1
  96. package/dist/manifests.d.ts.map +0 -1
  97. package/dist/mcp/http.d.ts.map +0 -1
  98. package/dist/mcp/index.d.ts.map +0 -1
  99. package/dist/mcp/server.d.ts.map +0 -1
  100. package/dist/paths.d.ts.map +0 -1
  101. package/dist/pg-migrations.d.ts.map +0 -1
  102. package/dist/redaction.d.ts.map +0 -1
  103. package/dist/remote-storage.d.ts.map +0 -1
  104. package/dist/remote.d.ts.map +0 -1
  105. package/dist/storage-sync.d.ts.map +0 -1
  106. package/dist/storage.d.ts.map +0 -1
  107. package/dist/topology.d.ts.map +0 -1
  108. package/dist/types.d.ts.map +0 -1
  109. package/dist/version.d.ts.map +0 -1
@@ -4,4 +4,3 @@ export declare function parseIntegerOption(value: string, label: string, constra
4
4
  }): number;
5
5
  export declare function renderKeyValueTable(entries: Array<[string, string]>): string;
6
6
  export declare function renderList(title: string, items: string[]): string;
7
- //# sourceMappingURL=cli-utils.d.ts.map
@@ -5,10 +5,12 @@ export declare function listApps(machineId?: string): {
5
5
  apps: ManifestAppSpec[];
6
6
  };
7
7
  export declare function buildAppsPlan(machineId?: string): SetupResult;
8
- export declare function getAppsStatus(machineId?: string, runner?: MachineCommandRunner): AppsStatusResult;
9
- export declare function diffApps(machineId?: string, runner?: MachineCommandRunner): AppsDiffResult;
10
- export declare function runAppsInstall(machineId?: string, options?: {
8
+ export interface RunAppsInstallOptions {
11
9
  apply?: boolean;
12
10
  yes?: boolean;
13
- }, runner?: MachineCommandRunner): SetupResult;
14
- //# sourceMappingURL=apps.d.ts.map
11
+ expectedPlanDigest?: string;
12
+ }
13
+ export declare function getAppsStatus(machineId?: string, runner?: MachineCommandRunner): AppsStatusResult;
14
+ export declare function diffApps(machineId?: string, runner?: MachineCommandRunner): AppsDiffResult;
15
+ export declare function runAppsInstall(machineId?: string, options?: RunAppsInstallOptions, runner?: MachineCommandRunner): SetupResult;
16
+ export declare function runAppsPlan(plan: SetupResult, options?: RunAppsInstallOptions, runner?: MachineCommandRunner): SetupResult;
@@ -19,4 +19,3 @@ export declare function runBackup(bucket?: string, prefix?: string, options?: {
19
19
  apply?: boolean;
20
20
  yes?: boolean;
21
21
  }): SetupResult;
22
- //# sourceMappingURL=backup.d.ts.map
@@ -4,4 +4,3 @@ export declare function runCertPlan(domains: string[], options?: {
4
4
  apply?: boolean;
5
5
  yes?: boolean;
6
6
  }): SetupResult;
7
- //# sourceMappingURL=cert.d.ts.map
@@ -3,4 +3,3 @@ export declare function stopClipboardDaemon(): {
3
3
  pid: number | null;
4
4
  };
5
5
  export declare function startClipboardDaemon(port?: number): void;
6
- //# sourceMappingURL=clipboard-daemon.d.ts.map
@@ -16,4 +16,3 @@ export declare function pushClipboardToPeer(host: string, port: number, token: s
16
16
  sent: boolean;
17
17
  reason?: string;
18
18
  }>;
19
- //# sourceMappingURL=clipboard-server.d.ts.map
@@ -16,4 +16,3 @@ export declare function readClipboardHistory(historyPath?: string): ClipboardEnt
16
16
  export declare function addClipboardEntry(entry: ClipboardEntry, historyPath?: string): void;
17
17
  export declare function clearClipboardHistory(historyPath?: string): void;
18
18
  export declare function getClipboardStatus(historyPath?: string): ClipboardStatus;
19
- //# sourceMappingURL=clipboard.d.ts.map
@@ -73,4 +73,3 @@ export declare function buildDaemonStatusPlan(options?: Omit<DaemonServiceOption
73
73
  export declare function buildDaemonLogsPlan(options?: Omit<DaemonServiceOptions, "action">): DaemonServicePlan;
74
74
  export declare function renderLaunchdPlist(options?: Omit<DaemonServiceOptions, "action">): string;
75
75
  export declare function renderSystemdUnit(options?: Omit<DaemonServiceOptions, "action">): string;
76
- //# sourceMappingURL=daemon.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { MachineDiff } from "../types.js";
2
2
  export declare function diffMachines(leftMachineId: string, rightMachineId?: string): MachineDiff;
3
- //# sourceMappingURL=diff.d.ts.map
@@ -11,4 +11,3 @@ export declare function renderDomainMapping(domain: string): {
11
11
  certPath: string;
12
12
  keyPath: string;
13
13
  };
14
- //# sourceMappingURL=dns.d.ts.map
@@ -21,4 +21,3 @@ export interface DoctorOptions {
21
21
  includeOptionalAdapters?: boolean;
22
22
  }
23
23
  export declare function runDoctor(machineId?: string, options?: DoctorOptions): DoctorReport;
24
- //# sourceMappingURL=doctor.d.ts.map
@@ -33,4 +33,3 @@ export declare function healServiceStatus(): {
33
33
  active: boolean;
34
34
  enabled: boolean;
35
35
  };
36
- //# sourceMappingURL=heal-daemon.d.ts.map
@@ -119,4 +119,3 @@ export declare function discoverAnchors(): string[];
119
119
  export declare function probeHealth(config: HealConfig): HealthProbe;
120
120
  /** Apply the action's side effects. Returns a human-readable description. */
121
121
  export declare function executeAction(action: HealAction, config: HealConfig): string;
122
- //# sourceMappingURL=heal.d.ts.map
@@ -9,9 +9,11 @@ export type AiCliTool = keyof typeof AI_CLI_PACKAGES;
9
9
  export declare function buildClaudeInstallPlan(machineId?: string, tools?: string[]): SetupResult;
10
10
  export declare function getClaudeCliStatus(machineId?: string, tools?: string[], runner?: MachineCommandRunner): ClaudeCliStatusResult;
11
11
  export declare function diffClaudeCli(machineId?: string, tools?: string[], runner?: MachineCommandRunner): ClaudeCliDiffResult;
12
- export declare function runClaudeInstall(machineId?: string, tools?: string[], options?: {
12
+ export interface RunClaudeInstallOptions {
13
13
  apply?: boolean;
14
14
  yes?: boolean;
15
- }, runner?: MachineCommandRunner): SetupResult;
15
+ expectedPlanDigest?: string;
16
+ }
17
+ export declare function runClaudeInstall(machineId?: string, tools?: string[], options?: RunClaudeInstallOptions, runner?: MachineCommandRunner): SetupResult;
18
+ export declare function runClaudeInstallPlan(plan: SetupResult, options?: RunClaudeInstallOptions, runner?: MachineCommandRunner): SetupResult;
16
19
  export {};
17
- //# sourceMappingURL=install-claude.d.ts.map
@@ -1,8 +1,10 @@
1
1
  import { type MachineCommandRunner } from "../remote.js";
2
2
  import type { SetupResult } from "../types.js";
3
3
  export declare function buildTailscaleInstallPlan(machineId?: string): SetupResult;
4
- export declare function runTailscaleInstall(machineId?: string, options?: {
4
+ export interface RunTailscaleInstallOptions {
5
5
  apply?: boolean;
6
6
  yes?: boolean;
7
- }, runner?: MachineCommandRunner): SetupResult;
8
- //# sourceMappingURL=install-tailscale.d.ts.map
7
+ expectedPlanDigest?: string;
8
+ }
9
+ export declare function runTailscaleInstall(machineId?: string, options?: RunTailscaleInstallOptions, runner?: MachineCommandRunner): SetupResult;
10
+ export declare function runTailscaleInstallPlan(plan: SetupResult, options?: RunTailscaleInstallOptions, runner?: MachineCommandRunner): SetupResult;
@@ -6,4 +6,3 @@ export declare function manifestBootstrapCurrentMachine(): FleetManifest;
6
6
  export declare function manifestGet(machineId: string): MachineManifest | null;
7
7
  export declare function manifestRemove(machineId: string): FleetManifest;
8
8
  export declare function manifestValidate(): FleetManifest;
9
- //# sourceMappingURL=manifest.d.ts.map
@@ -0,0 +1,54 @@
1
+ export declare const MUTATION_APPROVAL_FLAG_ENV = "HASNA_MACHINES_ALLOW_MUTATIONS";
2
+ export declare const LEGACY_MUTATION_APPROVAL_FLAG_ENV = "HASNA_MACHINES_MUTATION_APPROVAL";
3
+ export declare const MUTATION_APPROVAL_TOKEN_ENV = "HASNA_MACHINES_MUTATION_TOKEN";
4
+ export declare const MUTATION_APPROVAL_CALLER_ENV = "HASNA_MACHINES_MUTATION_CALLER_ID";
5
+ export declare const MUTATION_APPROVAL_RUN_ENV = "HASNA_MACHINES_MUTATION_RUN_ID";
6
+ export declare const MUTATION_APPROVAL_REPLAY_PATH_ENV = "HASNA_MACHINES_MUTATION_REPLAY_PATH";
7
+ type Env = Record<string, string | undefined>;
8
+ export interface MutationApprovalScope {
9
+ surface: string;
10
+ operation: string;
11
+ machineId?: string;
12
+ resourceId?: string;
13
+ callerId?: string;
14
+ runId?: string;
15
+ transport?: string;
16
+ args?: unknown;
17
+ argsSha256?: string;
18
+ }
19
+ export interface MutationApprovalOptions extends MutationApprovalScope {
20
+ approvalToken?: string;
21
+ env?: Env;
22
+ now?: number | Date;
23
+ }
24
+ export interface MutationApprovalClaims extends MutationApprovalScope {
25
+ version: 1;
26
+ issuedAt: number;
27
+ expiresAt: number;
28
+ nonce?: string;
29
+ args_sha256?: string;
30
+ }
31
+ export interface CreateMutationApprovalTokenOptions {
32
+ env?: Env;
33
+ secret?: string;
34
+ now?: number | Date;
35
+ ttlMs?: number;
36
+ nonce?: string;
37
+ }
38
+ export interface MutationApprovalDecision {
39
+ approved: boolean;
40
+ reason?: string;
41
+ claims?: MutationApprovalClaims;
42
+ }
43
+ export declare function canonicalMutationArgs(value: unknown): string;
44
+ export declare function mutationArgsSha256(value: unknown): string;
45
+ export declare function mutationPlanDigest(plan: unknown): string;
46
+ export declare function attachMutationPlanDigest<T extends object>(plan: T): T & {
47
+ planDigest: string;
48
+ };
49
+ export declare function assertMutationPlanDigest(plan: unknown, expectedPlanDigest?: string): void;
50
+ export declare function createMutationApprovalToken(scope: MutationApprovalScope, options?: CreateMutationApprovalTokenOptions): string;
51
+ export declare function verifyMutationApprovalToken(options: MutationApprovalOptions): MutationApprovalDecision;
52
+ export declare function isMutationApproved(options?: Partial<MutationApprovalOptions>): boolean;
53
+ export declare function assertMutationApproved(options: MutationApprovalOptions): void;
54
+ export {};
@@ -1,15 +1,27 @@
1
1
  import type { NotificationChannel, NotificationConfig, NotificationDispatchSummary, NotificationTestResult } from "../types.js";
2
+ declare const trustedNotificationApproval: unique symbol;
3
+ export type TrustedNotificationApproval = {
4
+ readonly [trustedNotificationApproval]: true;
5
+ };
6
+ export declare function createTrustedNotificationApproval(): TrustedNotificationApproval;
2
7
  export declare function getDefaultNotificationConfig(): NotificationConfig;
3
8
  export declare function readNotificationConfig(path?: string): NotificationConfig;
4
9
  export declare function writeNotificationConfig(config: NotificationConfig, path?: string): NotificationConfig;
5
10
  export declare function listNotificationChannels(): NotificationConfig;
6
- export declare function addNotificationChannel(channel: NotificationChannel): NotificationConfig;
11
+ export declare function addNotificationChannel(channel: NotificationChannel, options?: {
12
+ approvalToken?: string;
13
+ trustedApproval?: TrustedNotificationApproval;
14
+ }): NotificationConfig;
7
15
  export declare function removeNotificationChannel(channelId: string): NotificationConfig;
8
16
  export declare function dispatchNotificationEvent(event: string, message: string, options?: {
9
17
  channelId?: string;
18
+ approvalToken?: string;
19
+ trustedApproval?: TrustedNotificationApproval;
10
20
  }): Promise<NotificationDispatchSummary>;
11
21
  export declare function testNotificationChannel(channelId: string, event?: string, message?: string, options?: {
12
22
  apply?: boolean;
13
23
  yes?: boolean;
24
+ approvalToken?: string;
25
+ trustedApproval?: TrustedNotificationApproval;
14
26
  }): Promise<NotificationTestResult>;
15
- //# sourceMappingURL=notifications.d.ts.map
27
+ export {};
@@ -10,4 +10,3 @@ export interface PortsResult {
10
10
  }
11
11
  export declare function parsePortOutput(output: string, format: "ss" | "lsof"): ListeningPort[];
12
12
  export declare function listPorts(machineId?: string): PortsResult;
13
- //# sourceMappingURL=ports.d.ts.map
@@ -27,6 +27,20 @@ export interface TmuxWatchResult {
27
27
  lastProbe: TmuxPaneProbeResult;
28
28
  emitted?: EmitResult;
29
29
  }
30
+ export interface TmuxPaneDiedHookPlan {
31
+ tmuxCommand: string;
32
+ args: string[];
33
+ shellCommand: string;
34
+ eventType: "machines.tmux.pane_died";
35
+ deliver: boolean;
36
+ trustedLocalMutation: boolean;
37
+ }
38
+ export declare function buildTmuxPaneDiedHookPlan(options?: {
39
+ tmuxCommand?: string;
40
+ machinesCommand?: string;
41
+ deliver?: boolean;
42
+ approvalToken?: string;
43
+ trustedLocalMutation?: boolean;
44
+ }): TmuxPaneDiedHookPlan;
30
45
  export declare function probeTmuxPane(target: string, tmuxCommand?: string): TmuxPaneProbeResult;
31
46
  export declare function watchTmuxPane(options: TmuxWatchOptions): Promise<TmuxWatchResult>;
32
- //# sourceMappingURL=runtime.d.ts.map
@@ -22,6 +22,10 @@ export interface ScreenEnableCommandPlan {
22
22
  user: string;
23
23
  passwordSecretKey: string;
24
24
  remoteCommand: string;
25
+ secretsCommand: string;
26
+ secretsCommandArgs: string[];
27
+ sshCommand: string;
28
+ sshCommandArgs: string[];
25
29
  command: string;
26
30
  }
27
31
  export interface ScreenCredentialOptions extends MachineRouteOptions {
@@ -64,4 +68,3 @@ export declare function buildScreenEnableRemoteCommand(user: string, vncPassword
64
68
  */
65
69
  export declare function buildScreenEnableRemoteCommandFromStdin(user: string): string;
66
70
  export declare function buildScreenEnableCommand(machineId: string, options?: ScreenEnableCommandOptions): ScreenEnableCommandPlan;
67
- //# sourceMappingURL=screen.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { SelfTestResult } from "../types.js";
2
2
  export declare function runSelfTest(): SelfTestResult;
3
- //# sourceMappingURL=self-test.d.ts.map
@@ -11,4 +11,3 @@ export interface ServeInfo {
11
11
  export declare function getServeInfo(options?: ServeOptions): ServeInfo;
12
12
  export declare function renderDashboardHtml(): string;
13
13
  export declare function startDashboardServer(options?: ServeOptions): ReturnType<typeof Bun.serve>;
14
- //# sourceMappingURL=serve.d.ts.map
@@ -1,8 +1,10 @@
1
1
  import { type MachineCommandRunner } from "../remote.js";
2
2
  import type { SetupResult } from "../types.js";
3
3
  export declare function buildSetupPlan(machineId?: string): SetupResult;
4
- export declare function runSetup(machineId?: string, options?: {
4
+ export interface RunSetupOptions {
5
5
  apply?: boolean;
6
6
  yes?: boolean;
7
- }, runner?: MachineCommandRunner): SetupResult;
8
- //# sourceMappingURL=setup.d.ts.map
7
+ expectedPlanDigest?: string;
8
+ }
9
+ export declare function runSetup(machineId?: string, options?: RunSetupOptions, runner?: MachineCommandRunner): SetupResult;
10
+ export declare function runSetupPlan(plan: SetupResult, options?: RunSetupOptions, runner?: MachineCommandRunner): SetupResult;
@@ -6,6 +6,13 @@ export interface ResolvedSshTarget {
6
6
  confidence: "exact" | "high" | "medium" | "low" | "none";
7
7
  warnings: string[];
8
8
  }
9
+ export interface SshCommandPlan extends ResolvedSshTarget {
10
+ command: "ssh";
11
+ args: string[];
12
+ shellCommand: string;
13
+ }
14
+ export declare function validateSshTarget(target: string): string;
9
15
  export declare function resolveSshTarget(machineId: string, options?: MachineRouteOptions): ResolvedSshTarget;
10
16
  export declare function buildSshCommand(machineId: string, remoteCommand?: string, options?: MachineRouteOptions): string;
11
- //# sourceMappingURL=ssh.d.ts.map
17
+ export declare function buildSshCommandArgs(machineId: string, remoteCommand?: string, options?: MachineRouteOptions): string[];
18
+ export declare function buildSshCommandPlan(machineId: string, remoteCommand?: string, options?: MachineRouteOptions): SshCommandPlan;
@@ -3,4 +3,3 @@ export interface FleetStatusOptions {
3
3
  privateMetadata?: boolean;
4
4
  }
5
5
  export declare function getStatus(options?: FleetStatusOptions): FleetStatus;
6
- //# sourceMappingURL=status.d.ts.map
@@ -1,8 +1,10 @@
1
1
  import { type MachineCommandRunner } from "../remote.js";
2
2
  import type { SyncResult } from "../types.js";
3
3
  export declare function buildSyncPlan(machineId?: string, runner?: MachineCommandRunner): SyncResult;
4
- export declare function runSync(machineId?: string, options?: {
4
+ export interface RunSyncOptions {
5
5
  apply?: boolean;
6
6
  yes?: boolean;
7
- }, runner?: MachineCommandRunner): SyncResult;
8
- //# sourceMappingURL=sync.d.ts.map
7
+ expectedPlanDigest?: string;
8
+ }
9
+ export declare function runSync(machineId?: string, options?: RunSyncOptions, runner?: MachineCommandRunner): SyncResult;
10
+ export declare function runSyncPlan(plan: SyncResult, options?: RunSyncOptions, runner?: MachineCommandRunner): SyncResult;
@@ -34,4 +34,3 @@ export interface WorkspaceManifestRepairResult {
34
34
  warnings: string[];
35
35
  }
36
36
  export declare function repairWorkspaceManifestMappings(options: WorkspaceManifestRepairOptions): WorkspaceManifestRepairResult;
37
- //# sourceMappingURL=workspace.d.ts.map
@@ -56,4 +56,3 @@ export interface MachineCompatibilityOptions {
56
56
  now?: Date;
57
57
  }
58
58
  export declare function checkMachineCompatibility(options?: MachineCompatibilityOptions): MachineCompatibilityReport;
59
- //# sourceMappingURL=compatibility.d.ts.map
@@ -18,4 +18,3 @@ export declare const MACHINES_CONSUMER_SCHEMA_BUNDLE: MachinesConsumerSchemaBund
18
18
  export declare function getMachinesConsumerSchemaBundle(): MachinesConsumerSchemaBundle;
19
19
  export declare function validateMachinesConsumerEnvelope(envelope: MachinesConsumerSchemaEnvelope, value: unknown): MachinesConsumerValidationResult;
20
20
  export type MachinesConsumerEnvelopeValue = MachineTopology | MachineRouteResolution | MachineWorkspaceResolution | MachineCompatibilityReport | MachineResolverSnapshot;
21
- //# sourceMappingURL=consumer-schema.d.ts.map
@@ -9,4 +9,3 @@ export type { MachineCommandResult, } from "./remote.js";
9
9
  export { buildSshCommand, resolveSshTarget, } from "./commands/ssh.js";
10
10
  export type { ResolvedSshTarget, } from "./commands/ssh.js";
11
11
  export { getPackageVersion, } from "./version.js";
12
- //# sourceMappingURL=consumer.d.ts.map