@hasna/machines 0.0.45 → 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.
- package/README.md +27 -4
- package/dist/agent/index.d.ts +0 -1
- package/dist/agent/index.js +249 -14
- package/dist/agent/runtime.d.ts +0 -1
- package/dist/cli/index.d.ts +0 -1
- package/dist/cli/index.js +1301 -210
- package/dist/cli-utils.d.ts +0 -1
- package/dist/commands/apps.d.ts +7 -5
- package/dist/commands/backup.d.ts +0 -1
- package/dist/commands/cert.d.ts +0 -1
- package/dist/commands/clipboard-daemon.d.ts +0 -1
- package/dist/commands/clipboard-server.d.ts +0 -1
- package/dist/commands/clipboard.d.ts +0 -1
- package/dist/commands/daemon.d.ts +0 -1
- package/dist/commands/diff.d.ts +0 -1
- package/dist/commands/dns.d.ts +0 -1
- package/dist/commands/doctor.d.ts +0 -1
- package/dist/commands/heal-daemon.d.ts +0 -1
- package/dist/commands/heal.d.ts +0 -1
- package/dist/commands/install-claude.d.ts +5 -3
- package/dist/commands/install-tailscale.d.ts +5 -3
- package/dist/commands/manifest.d.ts +0 -1
- package/dist/commands/mutation-approval.d.ts +54 -0
- package/dist/commands/notifications.d.ts +14 -2
- package/dist/commands/ports.d.ts +0 -1
- package/dist/commands/runtime.d.ts +15 -1
- package/dist/commands/screen.d.ts +4 -1
- package/dist/commands/self-test.d.ts +0 -1
- package/dist/commands/serve.d.ts +0 -1
- package/dist/commands/setup.d.ts +5 -3
- package/dist/commands/ssh.d.ts +8 -1
- package/dist/commands/status.d.ts +0 -1
- package/dist/commands/sync.d.ts +5 -3
- package/dist/commands/workspace.d.ts +0 -1
- package/dist/compatibility.d.ts +0 -1
- package/dist/consumer-schema.d.ts +0 -1
- package/dist/consumer.d.ts +0 -1
- package/dist/consumer.js +253 -12
- package/dist/cross-project-types.d.ts +0 -1
- package/dist/db.d.ts +0 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1091 -184
- package/dist/manifests.d.ts +0 -1
- package/dist/mcp/http.d.ts +26 -2
- package/dist/mcp/index.d.ts +0 -1
- package/dist/mcp/index.js +1004 -162
- package/dist/mcp/server.d.ts +5 -3
- package/dist/paths.d.ts +0 -1
- package/dist/pg-migrations.d.ts +0 -1
- package/dist/redaction.d.ts +0 -1
- package/dist/remote-storage.d.ts +0 -1
- package/dist/remote.d.ts +14 -5
- package/dist/storage-sync.d.ts +0 -1
- package/dist/storage.d.ts +0 -1
- package/dist/storage.js +18 -0
- package/dist/topology.d.ts +0 -1
- package/dist/types.d.ts +3 -1
- package/dist/version.d.ts +0 -1
- package/package.json +5 -3
- package/dist/agent/index.d.ts.map +0 -1
- package/dist/agent/runtime.d.ts.map +0 -1
- package/dist/cli/index.d.ts.map +0 -1
- package/dist/cli-utils.d.ts.map +0 -1
- package/dist/commands/apps.d.ts.map +0 -1
- package/dist/commands/backup.d.ts.map +0 -1
- package/dist/commands/cert.d.ts.map +0 -1
- package/dist/commands/clipboard-daemon.d.ts.map +0 -1
- package/dist/commands/clipboard-server.d.ts.map +0 -1
- package/dist/commands/clipboard.d.ts.map +0 -1
- package/dist/commands/daemon.d.ts.map +0 -1
- package/dist/commands/diff.d.ts.map +0 -1
- package/dist/commands/dns.d.ts.map +0 -1
- package/dist/commands/doctor.d.ts.map +0 -1
- package/dist/commands/heal-daemon.d.ts.map +0 -1
- package/dist/commands/heal.d.ts.map +0 -1
- package/dist/commands/install-claude.d.ts.map +0 -1
- package/dist/commands/install-tailscale.d.ts.map +0 -1
- package/dist/commands/manifest.d.ts.map +0 -1
- package/dist/commands/notifications.d.ts.map +0 -1
- package/dist/commands/ports.d.ts.map +0 -1
- package/dist/commands/runtime.d.ts.map +0 -1
- package/dist/commands/screen.d.ts.map +0 -1
- package/dist/commands/self-test.d.ts.map +0 -1
- package/dist/commands/serve.d.ts.map +0 -1
- package/dist/commands/setup.d.ts.map +0 -1
- package/dist/commands/ssh.d.ts.map +0 -1
- package/dist/commands/status.d.ts.map +0 -1
- package/dist/commands/sync.d.ts.map +0 -1
- package/dist/commands/workspace.d.ts.map +0 -1
- package/dist/compatibility.d.ts.map +0 -1
- package/dist/consumer-schema.d.ts.map +0 -1
- package/dist/consumer.d.ts.map +0 -1
- package/dist/cross-project-types.d.ts.map +0 -1
- package/dist/db.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/manifests.d.ts.map +0 -1
- package/dist/mcp/http.d.ts.map +0 -1
- package/dist/mcp/index.d.ts.map +0 -1
- package/dist/mcp/server.d.ts.map +0 -1
- package/dist/paths.d.ts.map +0 -1
- package/dist/pg-migrations.d.ts.map +0 -1
- package/dist/redaction.d.ts.map +0 -1
- package/dist/remote-storage.d.ts.map +0 -1
- package/dist/remote.d.ts.map +0 -1
- package/dist/storage-sync.d.ts.map +0 -1
- package/dist/storage.d.ts.map +0 -1
- package/dist/topology.d.ts.map +0 -1
- package/dist/types.d.ts.map +0 -1
- package/dist/version.d.ts.map +0 -1
package/dist/cli-utils.d.ts
CHANGED
|
@@ -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
|
package/dist/commands/apps.d.ts
CHANGED
|
@@ -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
|
|
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
|
-
|
|
14
|
-
|
|
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;
|
package/dist/commands/cert.d.ts
CHANGED
|
@@ -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
|
package/dist/commands/diff.d.ts
CHANGED
package/dist/commands/dns.d.ts
CHANGED
package/dist/commands/heal.d.ts
CHANGED
|
@@ -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
|
|
12
|
+
export interface RunClaudeInstallOptions {
|
|
13
13
|
apply?: boolean;
|
|
14
14
|
yes?: boolean;
|
|
15
|
-
|
|
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
|
|
4
|
+
export interface RunTailscaleInstallOptions {
|
|
5
5
|
apply?: boolean;
|
|
6
6
|
yes?: boolean;
|
|
7
|
-
|
|
8
|
-
|
|
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
|
|
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
|
-
|
|
27
|
+
export {};
|
package/dist/commands/ports.d.ts
CHANGED
|
@@ -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
|
package/dist/commands/serve.d.ts
CHANGED
|
@@ -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
|
package/dist/commands/setup.d.ts
CHANGED
|
@@ -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
|
|
4
|
+
export interface RunSetupOptions {
|
|
5
5
|
apply?: boolean;
|
|
6
6
|
yes?: boolean;
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
package/dist/commands/ssh.d.ts
CHANGED
|
@@ -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
|
-
|
|
17
|
+
export declare function buildSshCommandArgs(machineId: string, remoteCommand?: string, options?: MachineRouteOptions): string[];
|
|
18
|
+
export declare function buildSshCommandPlan(machineId: string, remoteCommand?: string, options?: MachineRouteOptions): SshCommandPlan;
|
package/dist/commands/sync.d.ts
CHANGED
|
@@ -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
|
|
4
|
+
export interface RunSyncOptions {
|
|
5
5
|
apply?: boolean;
|
|
6
6
|
yes?: boolean;
|
|
7
|
-
|
|
8
|
-
|
|
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;
|
package/dist/compatibility.d.ts
CHANGED
|
@@ -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
|
package/dist/consumer.d.ts
CHANGED
|
@@ -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
|