@openspecui/core 3.9.0 → 3.11.0
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/{document-translation-gGEfTK6J.d.mts → document-translation-BZ5QKjN0.d.mts} +2 -2
- package/dist/document-translation.d.mts +1 -1
- package/dist/index.d.mts +30 -21
- package/dist/index.mjs +128 -5
- package/dist/{local-download-profiles-Cx0TCYld.d.mts → local-download-profiles-BdHk_i54.d.mts} +1 -1
- package/dist/local-download-profiles.d.mts +2 -2
- package/dist/{notifications-BcyENEk7.d.mts → notifications-B4GiAnmn.d.mts} +10 -10
- package/dist/notifications.d.mts +2 -2
- package/dist/{openspec-projection-BA3r5CYl.d.mts → openspec-projection-Df5C6CFv.d.mts} +1 -1
- package/dist/openspec-projection.d.mts +2 -2
- package/dist/{opsx-entity-CuZmeham.d.mts → opsx-entity-DHidvJcx.d.mts} +7 -7
- package/dist/opsx-entity.d.mts +2 -2
- package/dist/{opsx-schema-detail-Ca3CvTQg.d.mts → opsx-schema-detail-VyCbvX1I.d.mts} +1 -1
- package/dist/opsx-schema-detail.d.mts +3 -3
- package/dist/{schemas-P5NxTHR9.d.mts → schemas-3VC51gAF.d.mts} +10 -2
- package/dist/{sounds-DABkmyg9.d.mts → sounds-CQJ1eD1u.d.mts} +9 -9
- package/dist/sounds.d.mts +1 -1
- package/dist/{terminal-audio-CDyXOIWx.d.mts → terminal-audio-BrmM5FX_.d.mts} +2 -2
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/{terminal-invocation-CWevPxkf.d.mts → terminal-invocation-Z0xbyZ1V.d.mts} +41 -41
- package/dist/terminal-invocation.d.mts +1 -1
- package/dist/{translator-BEhPdQGs.d.mts → translator-BSPMDjZy.d.mts} +10 -10
- package/dist/translator.d.mts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ChangeFile } from "./schemas-
|
|
1
|
+
import { n as ChangeFile } from "./schemas-3VC51gAF.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/opsx-types.d.ts
|
|
@@ -151,11 +151,11 @@ declare const ApplyInstructionsSchema: z.ZodObject<{
|
|
|
151
151
|
description: string;
|
|
152
152
|
done: boolean;
|
|
153
153
|
}[];
|
|
154
|
-
state: "ready" | "blocked" | "all_done";
|
|
155
154
|
changeName: string;
|
|
156
155
|
schemaName: string;
|
|
157
156
|
changeDir: string;
|
|
158
157
|
contextFiles: Record<string, string[]>;
|
|
158
|
+
state: "ready" | "blocked" | "all_done";
|
|
159
159
|
instruction: string;
|
|
160
160
|
missingArtifacts?: string[] | undefined;
|
|
161
161
|
}, {
|
|
@@ -169,11 +169,11 @@ declare const ApplyInstructionsSchema: z.ZodObject<{
|
|
|
169
169
|
description: string;
|
|
170
170
|
done: boolean;
|
|
171
171
|
}[];
|
|
172
|
-
state: "ready" | "blocked" | "all_done";
|
|
173
172
|
changeName: string;
|
|
174
173
|
schemaName: string;
|
|
175
174
|
changeDir: string;
|
|
176
175
|
contextFiles: Record<string, string | string[]>;
|
|
176
|
+
state: "ready" | "blocked" | "all_done";
|
|
177
177
|
instruction: string;
|
|
178
178
|
missingArtifacts?: string[] | undefined;
|
|
179
179
|
}>;
|
|
@@ -250,13 +250,13 @@ declare const SchemaInfoSchema: z.ZodObject<{
|
|
|
250
250
|
artifacts: z.ZodArray<z.ZodString, "many">;
|
|
251
251
|
source: z.ZodEnum<["project", "user", "package"]>;
|
|
252
252
|
}, "strip", z.ZodTypeAny, {
|
|
253
|
-
source: "project" | "user" | "package";
|
|
254
253
|
name: string;
|
|
254
|
+
source: "project" | "user" | "package";
|
|
255
255
|
artifacts: string[];
|
|
256
256
|
description?: string | undefined;
|
|
257
257
|
}, {
|
|
258
|
-
source: "project" | "user" | "package";
|
|
259
258
|
name: string;
|
|
259
|
+
source: "project" | "user" | "package";
|
|
260
260
|
artifacts: string[];
|
|
261
261
|
description?: string | undefined;
|
|
262
262
|
}>;
|
|
@@ -281,8 +281,8 @@ declare const SchemaResolutionSchema: z.ZodObject<{
|
|
|
281
281
|
}>, "many">;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
283
|
path: string;
|
|
284
|
-
source: "project" | "user" | "package";
|
|
285
284
|
name: string;
|
|
285
|
+
source: "project" | "user" | "package";
|
|
286
286
|
shadows: {
|
|
287
287
|
path: string;
|
|
288
288
|
source: "project" | "user" | "package";
|
|
@@ -291,8 +291,8 @@ declare const SchemaResolutionSchema: z.ZodObject<{
|
|
|
291
291
|
displayPath?: string | undefined;
|
|
292
292
|
}, {
|
|
293
293
|
path: string;
|
|
294
|
-
source: "project" | "user" | "package";
|
|
295
294
|
name: string;
|
|
295
|
+
source: "project" | "user" | "package";
|
|
296
296
|
shadows: {
|
|
297
297
|
path: string;
|
|
298
298
|
source: "project" | "user" | "package";
|
package/dist/opsx-entity.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as OpsxEntityFile, c as buildOpsxEntityDetail, d as isOpsxGlobPattern, f as normalizeOpsxEntityPath, h as parseOpsxEntityMetadata, i as OpsxEntityDiagnostic, l as getOpsxEntityMetadataPath, m as opsxPathMatchesPattern, n as OpsxEntityArtifactFile, o as OpsxEntityReadOptions, p as opsxGlobToRegex, r as OpsxEntityDetail, s as OpsxEntityStage, t as OpsxEntityArtifact, u as getOpsxEntityRootRelativePath } from "./opsx-entity-
|
|
2
|
-
import "./schemas-
|
|
1
|
+
import { a as OpsxEntityFile, c as buildOpsxEntityDetail, d as isOpsxGlobPattern, f as normalizeOpsxEntityPath, h as parseOpsxEntityMetadata, i as OpsxEntityDiagnostic, l as getOpsxEntityMetadataPath, m as opsxPathMatchesPattern, n as OpsxEntityArtifactFile, o as OpsxEntityReadOptions, p as opsxGlobToRegex, r as OpsxEntityDetail, s as OpsxEntityStage, t as OpsxEntityArtifact, u as getOpsxEntityRootRelativePath } from "./opsx-entity-DHidvJcx.mjs";
|
|
2
|
+
import "./schemas-3VC51gAF.mjs";
|
|
3
3
|
export { OpsxEntityArtifact, OpsxEntityArtifactFile, OpsxEntityDetail, OpsxEntityDiagnostic, OpsxEntityFile, OpsxEntityReadOptions, OpsxEntityStage, buildOpsxEntityDetail, getOpsxEntityMetadataPath, getOpsxEntityRootRelativePath, isOpsxGlobPattern, normalizeOpsxEntityPath, opsxGlobToRegex, opsxPathMatchesPattern, parseOpsxEntityMetadata };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./opsx-entity-
|
|
2
|
-
import "./schemas-
|
|
3
|
-
import { n as parseOpsxSchemaDetail, t as ParsedOpsxSchemaDetail } from "./opsx-schema-detail-
|
|
1
|
+
import "./opsx-entity-DHidvJcx.mjs";
|
|
2
|
+
import "./schemas-3VC51gAF.mjs";
|
|
3
|
+
import { n as parseOpsxSchemaDetail, t as ParsedOpsxSchemaDetail } from "./opsx-schema-detail-VyCbvX1I.mjs";
|
|
4
4
|
export { ParsedOpsxSchemaDetail, parseOpsxSchemaDetail };
|
|
@@ -14,16 +14,24 @@ declare const ChangeFileSchema: z.ZodObject<{
|
|
|
14
14
|
content: z.ZodOptional<z.ZodString>;
|
|
15
15
|
/** Optional byte size for files */
|
|
16
16
|
size: z.ZodOptional<z.ZodNumber>;
|
|
17
|
+
/** Optional mime inferred from file path */
|
|
18
|
+
mime: z.ZodOptional<z.ZodString>;
|
|
19
|
+
/** Optional preview kind inferred from file path and mime */
|
|
20
|
+
previewKind: z.ZodOptional<z.ZodEnum<["markdown", "html", "image", "audio", "video", "pdf", "text", "none"]>>;
|
|
17
21
|
}, "strip", z.ZodTypeAny, {
|
|
18
22
|
path: string;
|
|
19
23
|
type: "file" | "directory";
|
|
24
|
+
mime?: string | undefined;
|
|
20
25
|
size?: number | undefined;
|
|
21
26
|
content?: string | undefined;
|
|
27
|
+
previewKind?: "html" | "text" | "markdown" | "image" | "audio" | "video" | "pdf" | "none" | undefined;
|
|
22
28
|
}, {
|
|
23
29
|
path: string;
|
|
24
30
|
type: "file" | "directory";
|
|
31
|
+
mime?: string | undefined;
|
|
25
32
|
size?: number | undefined;
|
|
26
33
|
content?: string | undefined;
|
|
34
|
+
previewKind?: "html" | "text" | "markdown" | "image" | "audio" | "video" | "pdf" | "none" | undefined;
|
|
27
35
|
}>;
|
|
28
36
|
type ChangeFile = z.infer<typeof ChangeFileSchema>;
|
|
29
37
|
declare const ScenarioStepKeywordSchema: z.ZodEnum<["GIVEN", "WHEN", "THEN", "AND", "BUT"]>;
|
|
@@ -959,11 +967,11 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
959
967
|
}>>;
|
|
960
968
|
}, "strip", z.ZodTypeAny, {
|
|
961
969
|
id: string;
|
|
970
|
+
name: string;
|
|
962
971
|
progress: {
|
|
963
972
|
completed: number;
|
|
964
973
|
total: number;
|
|
965
974
|
};
|
|
966
|
-
name: string;
|
|
967
975
|
why: string;
|
|
968
976
|
whatChanges: string;
|
|
969
977
|
deltas: {
|
|
@@ -1024,11 +1032,11 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1024
1032
|
}[] | undefined;
|
|
1025
1033
|
}, {
|
|
1026
1034
|
id: string;
|
|
1035
|
+
name: string;
|
|
1027
1036
|
progress: {
|
|
1028
1037
|
completed: number;
|
|
1029
1038
|
total: number;
|
|
1030
1039
|
};
|
|
1031
|
-
name: string;
|
|
1032
1040
|
why: string;
|
|
1033
1041
|
whatChanges: string;
|
|
1034
1042
|
deltas: {
|
|
@@ -23,7 +23,7 @@ declare const LEGACY_SOUND_ID_MAP: {
|
|
|
23
23
|
readonly pulse: "builtin:Tink";
|
|
24
24
|
};
|
|
25
25
|
declare function normalizeLegacySoundId(value: unknown): unknown;
|
|
26
|
-
declare const SoundConfigIdSchema: z.ZodEffects<z.ZodUnion<[z.ZodLiteral<"silent">, z.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, z.ZodType<`custom:${string}`, z.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:
|
|
26
|
+
declare const SoundConfigIdSchema: z.ZodEffects<z.ZodUnion<[z.ZodLiteral<"silent">, z.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, z.ZodType<`custom:${string}`, z.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:Tink" | "builtin:Blow" | "builtin:Basso" | "builtin:Bottle" | "builtin:Frog" | "builtin:Funk" | "builtin:Glass" | "builtin:Hero" | "builtin:Morse" | "builtin:Ping" | "builtin:Pop" | "builtin:Purr" | "builtin:Sosumi" | "builtin:Submarine" | `custom:${string}`, unknown>;
|
|
27
27
|
declare const SoundVolumeSchema: z.ZodDefault<z.ZodNumber>;
|
|
28
28
|
type SoundVolume = z.infer<typeof SoundVolumeSchema>;
|
|
29
29
|
interface BuiltinSoundOption {
|
|
@@ -41,19 +41,19 @@ declare const CustomSoundMetadataSchema: z.ZodObject<{
|
|
|
41
41
|
createdAt: z.ZodNumber;
|
|
42
42
|
updatedAt: z.ZodNumber;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
createdAt: number;
|
|
45
44
|
id: string;
|
|
46
|
-
updatedAt: number;
|
|
47
45
|
name: string;
|
|
48
46
|
mime: string;
|
|
49
47
|
size: number;
|
|
50
|
-
}, {
|
|
51
48
|
createdAt: number;
|
|
52
|
-
id: string;
|
|
53
49
|
updatedAt: number;
|
|
50
|
+
}, {
|
|
51
|
+
id: string;
|
|
54
52
|
name: string;
|
|
55
53
|
mime: string;
|
|
56
54
|
size: number;
|
|
55
|
+
createdAt: number;
|
|
56
|
+
updatedAt: number;
|
|
57
57
|
}>;
|
|
58
58
|
type CustomSoundMetadata = z.infer<typeof CustomSoundMetadataSchema>;
|
|
59
59
|
declare const CustomSoundMetadataFileSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -64,19 +64,19 @@ declare const CustomSoundMetadataFileSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
64
64
|
createdAt: z.ZodNumber;
|
|
65
65
|
updatedAt: z.ZodNumber;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
createdAt: number;
|
|
68
67
|
id: string;
|
|
69
|
-
updatedAt: number;
|
|
70
68
|
name: string;
|
|
71
69
|
mime: string;
|
|
72
70
|
size: number;
|
|
73
|
-
}, {
|
|
74
71
|
createdAt: number;
|
|
75
|
-
id: string;
|
|
76
72
|
updatedAt: number;
|
|
73
|
+
}, {
|
|
74
|
+
id: string;
|
|
77
75
|
name: string;
|
|
78
76
|
mime: string;
|
|
79
77
|
size: number;
|
|
78
|
+
createdAt: number;
|
|
79
|
+
updatedAt: number;
|
|
80
80
|
}>>;
|
|
81
81
|
type CustomSoundMetadataFile = z.infer<typeof CustomSoundMetadataFileSchema>;
|
|
82
82
|
declare function soundIdFromCustomHash(hash: CustomSoundHash): CustomSoundId;
|
package/dist/sounds.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as SoundVolume, D as normalizeLegacySoundId, E as getBuiltinSoundUrl, O as soundIdFromCustomHash, S as SoundIdSchema, T as customHashFromSoundId, _ as DEFAULT_SOUND_VOLUME, a as BuiltinSoundOption, b as SoundConfigIdSchema, c as CustomSoundHashSchema, d as CustomSoundMetadata, f as CustomSoundMetadataFile, g as DEFAULT_NOTIFICATION_SOUND_ID, h as DEFAULT_BELL_SOUND_ID, i as BuiltinSoundIdSchema, l as CustomSoundId, m as CustomSoundMetadataSchema, n as BUILTIN_SOUND_OPTIONS, o as CUSTOM_SOUND_ADD_VALUE, p as CustomSoundMetadataFileSchema, r as BuiltinSoundId, s as CustomSoundHash, t as BUILTIN_SOUND_IDS, u as CustomSoundIdSchema, v as LEGACY_SOUND_ID_MAP, w as SoundVolumeSchema, x as SoundId, y as SILENT_SOUND_ID } from "./sounds-
|
|
1
|
+
import { C as SoundVolume, D as normalizeLegacySoundId, E as getBuiltinSoundUrl, O as soundIdFromCustomHash, S as SoundIdSchema, T as customHashFromSoundId, _ as DEFAULT_SOUND_VOLUME, a as BuiltinSoundOption, b as SoundConfigIdSchema, c as CustomSoundHashSchema, d as CustomSoundMetadata, f as CustomSoundMetadataFile, g as DEFAULT_NOTIFICATION_SOUND_ID, h as DEFAULT_BELL_SOUND_ID, i as BuiltinSoundIdSchema, l as CustomSoundId, m as CustomSoundMetadataSchema, n as BUILTIN_SOUND_OPTIONS, o as CUSTOM_SOUND_ADD_VALUE, p as CustomSoundMetadataFileSchema, r as BuiltinSoundId, s as CustomSoundHash, t as BUILTIN_SOUND_IDS, u as CustomSoundIdSchema, v as LEGACY_SOUND_ID_MAP, w as SoundVolumeSchema, x as SoundId, y as SILENT_SOUND_ID } from "./sounds-CQJ1eD1u.mjs";
|
|
2
2
|
export { BUILTIN_SOUND_IDS, BUILTIN_SOUND_OPTIONS, BuiltinSoundId, BuiltinSoundIdSchema, BuiltinSoundOption, CUSTOM_SOUND_ADD_VALUE, CustomSoundHash, CustomSoundHashSchema, CustomSoundId, CustomSoundIdSchema, CustomSoundMetadata, CustomSoundMetadataFile, CustomSoundMetadataFileSchema, CustomSoundMetadataSchema, DEFAULT_BELL_SOUND_ID, DEFAULT_NOTIFICATION_SOUND_ID, DEFAULT_SOUND_VOLUME, LEGACY_SOUND_ID_MAP, SILENT_SOUND_ID, SoundConfigIdSchema, SoundId, SoundIdSchema, SoundVolume, SoundVolumeSchema, customHashFromSoundId, getBuiltinSoundUrl, normalizeLegacySoundId, soundIdFromCustomHash };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { x as SoundId } from "./sounds-
|
|
1
|
+
import { x as SoundId } from "./sounds-CQJ1eD1u.mjs";
|
|
2
2
|
import * as zod0 from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/terminal-audio.d.ts
|
|
5
5
|
declare const TERMINAL_BELL_SOUND_VALUES: readonly ["silent", "bell", "soft", "clear", "pulse"];
|
|
6
|
-
declare const TerminalBellSoundSchema: zod0.ZodEffects<zod0.ZodUnion<[zod0.ZodLiteral<"silent">, zod0.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, zod0.ZodType<`custom:${string}`, zod0.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:
|
|
6
|
+
declare const TerminalBellSoundSchema: zod0.ZodEffects<zod0.ZodUnion<[zod0.ZodLiteral<"silent">, zod0.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, zod0.ZodType<`custom:${string}`, zod0.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:Tink" | "builtin:Blow" | "builtin:Basso" | "builtin:Bottle" | "builtin:Frog" | "builtin:Funk" | "builtin:Glass" | "builtin:Hero" | "builtin:Morse" | "builtin:Ping" | "builtin:Pop" | "builtin:Purr" | "builtin:Sosumi" | "builtin:Submarine" | `custom:${string}`, unknown>;
|
|
7
7
|
type TerminalBellSound = SoundId;
|
|
8
8
|
declare const TERMINAL_BELL_SOUND_OPTIONS: readonly {
|
|
9
9
|
id: TerminalBellSound;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./sounds-
|
|
2
|
-
import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-
|
|
1
|
+
import "./sounds-CQJ1eD1u.mjs";
|
|
2
|
+
import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-BrmM5FX_.mjs";
|
|
3
3
|
export { TERMINAL_BELL_SOUND_OPTIONS, TERMINAL_BELL_SOUND_VALUES, TerminalBellSound, TerminalBellSoundSchema };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./sounds-
|
|
2
|
-
import { A as TerminalNotificationProtocol, D as TerminalControlEvent, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, j as TerminalProgressState, k as TerminalControlParser } from "./notifications-
|
|
1
|
+
import "./sounds-CQJ1eD1u.mjs";
|
|
2
|
+
import { A as TerminalNotificationProtocol, D as TerminalControlEvent, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, j as TerminalProgressState, k as TerminalControlParser } from "./notifications-B4GiAnmn.mjs";
|
|
3
3
|
export { TerminalControlEvent, TerminalControlParseResult, TerminalControlParser, TerminalNotificationProtocol, TerminalProgressState, TerminalPromptState, TerminalTitleTarget, terminalNotificationEventToPublishInput };
|
|
@@ -463,12 +463,12 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
|
|
|
463
463
|
value: number | null;
|
|
464
464
|
type: "progress";
|
|
465
465
|
sessionId: string;
|
|
466
|
-
state: "
|
|
466
|
+
state: "set" | "clear" | "warning" | "error" | "indeterminate";
|
|
467
467
|
}, {
|
|
468
468
|
value: number | null;
|
|
469
469
|
type: "progress";
|
|
470
470
|
sessionId: string;
|
|
471
|
-
state: "
|
|
471
|
+
state: "set" | "clear" | "warning" | "error" | "indeterminate";
|
|
472
472
|
}>, z.ZodObject<{
|
|
473
473
|
type: z.ZodLiteral<"prompt-state">;
|
|
474
474
|
sessionId: z.ZodString;
|
|
@@ -633,8 +633,8 @@ declare const TerminalCommandFieldSchema: z.ZodObject<{
|
|
|
633
633
|
}, "strip", z.ZodTypeAny, {
|
|
634
634
|
options: string[];
|
|
635
635
|
type: "boolean" | "text" | "textarea" | "select";
|
|
636
|
-
required: boolean;
|
|
637
636
|
id: string;
|
|
637
|
+
required: boolean;
|
|
638
638
|
label: string;
|
|
639
639
|
advanced: boolean;
|
|
640
640
|
description?: string | undefined;
|
|
@@ -698,14 +698,14 @@ declare const TerminalCommandJsonSchemaPropertySchema: z.ZodObject<{
|
|
|
698
698
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
699
699
|
}, "strip", z.ZodTypeAny, {
|
|
700
700
|
type: "string" | "boolean";
|
|
701
|
-
description?: string | undefined;
|
|
702
701
|
title?: string | undefined;
|
|
702
|
+
description?: string | undefined;
|
|
703
703
|
default?: string | boolean | undefined;
|
|
704
704
|
enum?: string[] | undefined;
|
|
705
705
|
}, {
|
|
706
706
|
type?: "string" | "boolean" | undefined;
|
|
707
|
-
description?: string | undefined;
|
|
708
707
|
title?: string | undefined;
|
|
708
|
+
description?: string | undefined;
|
|
709
709
|
default?: string | boolean | undefined;
|
|
710
710
|
enum?: string[] | undefined;
|
|
711
711
|
}>;
|
|
@@ -720,14 +720,14 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
|
|
|
720
720
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
721
721
|
}, "strip", z.ZodTypeAny, {
|
|
722
722
|
type: "string" | "boolean";
|
|
723
|
-
description?: string | undefined;
|
|
724
723
|
title?: string | undefined;
|
|
724
|
+
description?: string | undefined;
|
|
725
725
|
default?: string | boolean | undefined;
|
|
726
726
|
enum?: string[] | undefined;
|
|
727
727
|
}, {
|
|
728
728
|
type?: "string" | "boolean" | undefined;
|
|
729
|
-
description?: string | undefined;
|
|
730
729
|
title?: string | undefined;
|
|
730
|
+
description?: string | undefined;
|
|
731
731
|
default?: string | boolean | undefined;
|
|
732
732
|
enum?: string[] | undefined;
|
|
733
733
|
}>>>;
|
|
@@ -737,8 +737,8 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
|
|
|
737
737
|
required: string[];
|
|
738
738
|
properties: Record<string, {
|
|
739
739
|
type: "string" | "boolean";
|
|
740
|
-
description?: string | undefined;
|
|
741
740
|
title?: string | undefined;
|
|
741
|
+
description?: string | undefined;
|
|
742
742
|
default?: string | boolean | undefined;
|
|
743
743
|
enum?: string[] | undefined;
|
|
744
744
|
}>;
|
|
@@ -747,8 +747,8 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
|
|
|
747
747
|
required?: string[] | undefined;
|
|
748
748
|
properties?: Record<string, {
|
|
749
749
|
type?: "string" | "boolean" | undefined;
|
|
750
|
-
description?: string | undefined;
|
|
751
750
|
title?: string | undefined;
|
|
751
|
+
description?: string | undefined;
|
|
752
752
|
default?: string | boolean | undefined;
|
|
753
753
|
enum?: string[] | undefined;
|
|
754
754
|
}> | undefined;
|
|
@@ -765,14 +765,14 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
765
765
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
766
766
|
}, "strip", z.ZodTypeAny, {
|
|
767
767
|
type: "string" | "boolean";
|
|
768
|
-
description?: string | undefined;
|
|
769
768
|
title?: string | undefined;
|
|
769
|
+
description?: string | undefined;
|
|
770
770
|
default?: string | boolean | undefined;
|
|
771
771
|
enum?: string[] | undefined;
|
|
772
772
|
}, {
|
|
773
773
|
type?: "string" | "boolean" | undefined;
|
|
774
|
-
description?: string | undefined;
|
|
775
774
|
title?: string | undefined;
|
|
775
|
+
description?: string | undefined;
|
|
776
776
|
default?: string | boolean | undefined;
|
|
777
777
|
enum?: string[] | undefined;
|
|
778
778
|
}>>>;
|
|
@@ -782,8 +782,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
782
782
|
required: string[];
|
|
783
783
|
properties: Record<string, {
|
|
784
784
|
type: "string" | "boolean";
|
|
785
|
-
description?: string | undefined;
|
|
786
785
|
title?: string | undefined;
|
|
786
|
+
description?: string | undefined;
|
|
787
787
|
default?: string | boolean | undefined;
|
|
788
788
|
enum?: string[] | undefined;
|
|
789
789
|
}>;
|
|
@@ -792,8 +792,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
792
792
|
required?: string[] | undefined;
|
|
793
793
|
properties?: Record<string, {
|
|
794
794
|
type?: "string" | "boolean" | undefined;
|
|
795
|
-
description?: string | undefined;
|
|
796
795
|
title?: string | undefined;
|
|
796
|
+
description?: string | undefined;
|
|
797
797
|
default?: string | boolean | undefined;
|
|
798
798
|
enum?: string[] | undefined;
|
|
799
799
|
}> | undefined;
|
|
@@ -805,8 +805,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
805
805
|
required: string[];
|
|
806
806
|
properties: Record<string, {
|
|
807
807
|
type: "string" | "boolean";
|
|
808
|
-
description?: string | undefined;
|
|
809
808
|
title?: string | undefined;
|
|
809
|
+
description?: string | undefined;
|
|
810
810
|
default?: string | boolean | undefined;
|
|
811
811
|
enum?: string[] | undefined;
|
|
812
812
|
}>;
|
|
@@ -818,8 +818,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
|
|
|
818
818
|
required?: string[] | undefined;
|
|
819
819
|
properties?: Record<string, {
|
|
820
820
|
type?: "string" | "boolean" | undefined;
|
|
821
|
-
description?: string | undefined;
|
|
822
821
|
title?: string | undefined;
|
|
822
|
+
description?: string | undefined;
|
|
823
823
|
default?: string | boolean | undefined;
|
|
824
824
|
enum?: string[] | undefined;
|
|
825
825
|
}> | undefined;
|
|
@@ -1000,8 +1000,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
1001
|
options: string[];
|
|
1002
1002
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1003
|
-
required: boolean;
|
|
1004
1003
|
id: string;
|
|
1004
|
+
required: boolean;
|
|
1005
1005
|
label: string;
|
|
1006
1006
|
advanced: boolean;
|
|
1007
1007
|
description?: string | undefined;
|
|
@@ -1029,14 +1029,14 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1029
1029
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1030
1030
|
}, "strip", z.ZodTypeAny, {
|
|
1031
1031
|
type: "string" | "boolean";
|
|
1032
|
-
description?: string | undefined;
|
|
1033
1032
|
title?: string | undefined;
|
|
1033
|
+
description?: string | undefined;
|
|
1034
1034
|
default?: string | boolean | undefined;
|
|
1035
1035
|
enum?: string[] | undefined;
|
|
1036
1036
|
}, {
|
|
1037
1037
|
type?: "string" | "boolean" | undefined;
|
|
1038
|
-
description?: string | undefined;
|
|
1039
1038
|
title?: string | undefined;
|
|
1039
|
+
description?: string | undefined;
|
|
1040
1040
|
default?: string | boolean | undefined;
|
|
1041
1041
|
enum?: string[] | undefined;
|
|
1042
1042
|
}>>>;
|
|
@@ -1046,8 +1046,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1046
1046
|
required: string[];
|
|
1047
1047
|
properties: Record<string, {
|
|
1048
1048
|
type: "string" | "boolean";
|
|
1049
|
-
description?: string | undefined;
|
|
1050
1049
|
title?: string | undefined;
|
|
1050
|
+
description?: string | undefined;
|
|
1051
1051
|
default?: string | boolean | undefined;
|
|
1052
1052
|
enum?: string[] | undefined;
|
|
1053
1053
|
}>;
|
|
@@ -1056,8 +1056,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1056
1056
|
required?: string[] | undefined;
|
|
1057
1057
|
properties?: Record<string, {
|
|
1058
1058
|
type?: "string" | "boolean" | undefined;
|
|
1059
|
-
description?: string | undefined;
|
|
1060
1059
|
title?: string | undefined;
|
|
1060
|
+
description?: string | undefined;
|
|
1061
1061
|
default?: string | boolean | undefined;
|
|
1062
1062
|
enum?: string[] | undefined;
|
|
1063
1063
|
}> | undefined;
|
|
@@ -1069,8 +1069,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1069
1069
|
required: string[];
|
|
1070
1070
|
properties: Record<string, {
|
|
1071
1071
|
type: "string" | "boolean";
|
|
1072
|
-
description?: string | undefined;
|
|
1073
1072
|
title?: string | undefined;
|
|
1073
|
+
description?: string | undefined;
|
|
1074
1074
|
default?: string | boolean | undefined;
|
|
1075
1075
|
enum?: string[] | undefined;
|
|
1076
1076
|
}>;
|
|
@@ -1082,8 +1082,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1082
1082
|
required?: string[] | undefined;
|
|
1083
1083
|
properties?: Record<string, {
|
|
1084
1084
|
type?: "string" | "boolean" | undefined;
|
|
1085
|
-
description?: string | undefined;
|
|
1086
1085
|
title?: string | undefined;
|
|
1086
|
+
description?: string | undefined;
|
|
1087
1087
|
default?: string | boolean | undefined;
|
|
1088
1088
|
enum?: string[] | undefined;
|
|
1089
1089
|
}> | undefined;
|
|
@@ -1192,8 +1192,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1192
1192
|
fields: {
|
|
1193
1193
|
options: string[];
|
|
1194
1194
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1195
|
-
required: boolean;
|
|
1196
1195
|
id: string;
|
|
1196
|
+
required: boolean;
|
|
1197
1197
|
label: string;
|
|
1198
1198
|
advanced: boolean;
|
|
1199
1199
|
description?: string | undefined;
|
|
@@ -1207,8 +1207,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1207
1207
|
required: string[];
|
|
1208
1208
|
properties: Record<string, {
|
|
1209
1209
|
type: "string" | "boolean";
|
|
1210
|
-
description?: string | undefined;
|
|
1211
1210
|
title?: string | undefined;
|
|
1211
|
+
description?: string | undefined;
|
|
1212
1212
|
default?: string | boolean | undefined;
|
|
1213
1213
|
enum?: string[] | undefined;
|
|
1214
1214
|
}>;
|
|
@@ -1239,7 +1239,6 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1239
1239
|
id: string;
|
|
1240
1240
|
label: string;
|
|
1241
1241
|
command: string;
|
|
1242
|
-
description?: string | undefined;
|
|
1243
1242
|
source?: "custom" | "builtin" | undefined;
|
|
1244
1243
|
args?: ({
|
|
1245
1244
|
value: string;
|
|
@@ -1254,6 +1253,7 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1254
1253
|
fieldId: string;
|
|
1255
1254
|
flag: string;
|
|
1256
1255
|
})[] | undefined;
|
|
1256
|
+
description?: string | undefined;
|
|
1257
1257
|
fields?: {
|
|
1258
1258
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1259
1259
|
id: string;
|
|
@@ -1271,8 +1271,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
|
|
|
1271
1271
|
required?: string[] | undefined;
|
|
1272
1272
|
properties?: Record<string, {
|
|
1273
1273
|
type?: "string" | "boolean" | undefined;
|
|
1274
|
-
description?: string | undefined;
|
|
1275
1274
|
title?: string | undefined;
|
|
1275
|
+
description?: string | undefined;
|
|
1276
1276
|
default?: string | boolean | undefined;
|
|
1277
1277
|
enum?: string[] | undefined;
|
|
1278
1278
|
}> | undefined;
|
|
@@ -1380,8 +1380,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1380
1380
|
}, "strip", z.ZodTypeAny, {
|
|
1381
1381
|
options: string[];
|
|
1382
1382
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1383
|
-
required: boolean;
|
|
1384
1383
|
id: string;
|
|
1384
|
+
required: boolean;
|
|
1385
1385
|
label: string;
|
|
1386
1386
|
advanced: boolean;
|
|
1387
1387
|
description?: string | undefined;
|
|
@@ -1409,14 +1409,14 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1409
1409
|
enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1410
1410
|
}, "strip", z.ZodTypeAny, {
|
|
1411
1411
|
type: "string" | "boolean";
|
|
1412
|
-
description?: string | undefined;
|
|
1413
1412
|
title?: string | undefined;
|
|
1413
|
+
description?: string | undefined;
|
|
1414
1414
|
default?: string | boolean | undefined;
|
|
1415
1415
|
enum?: string[] | undefined;
|
|
1416
1416
|
}, {
|
|
1417
1417
|
type?: "string" | "boolean" | undefined;
|
|
1418
|
-
description?: string | undefined;
|
|
1419
1418
|
title?: string | undefined;
|
|
1419
|
+
description?: string | undefined;
|
|
1420
1420
|
default?: string | boolean | undefined;
|
|
1421
1421
|
enum?: string[] | undefined;
|
|
1422
1422
|
}>>>;
|
|
@@ -1426,8 +1426,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1426
1426
|
required: string[];
|
|
1427
1427
|
properties: Record<string, {
|
|
1428
1428
|
type: "string" | "boolean";
|
|
1429
|
-
description?: string | undefined;
|
|
1430
1429
|
title?: string | undefined;
|
|
1430
|
+
description?: string | undefined;
|
|
1431
1431
|
default?: string | boolean | undefined;
|
|
1432
1432
|
enum?: string[] | undefined;
|
|
1433
1433
|
}>;
|
|
@@ -1436,8 +1436,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1436
1436
|
required?: string[] | undefined;
|
|
1437
1437
|
properties?: Record<string, {
|
|
1438
1438
|
type?: "string" | "boolean" | undefined;
|
|
1439
|
-
description?: string | undefined;
|
|
1440
1439
|
title?: string | undefined;
|
|
1440
|
+
description?: string | undefined;
|
|
1441
1441
|
default?: string | boolean | undefined;
|
|
1442
1442
|
enum?: string[] | undefined;
|
|
1443
1443
|
}> | undefined;
|
|
@@ -1449,8 +1449,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1449
1449
|
required: string[];
|
|
1450
1450
|
properties: Record<string, {
|
|
1451
1451
|
type: "string" | "boolean";
|
|
1452
|
-
description?: string | undefined;
|
|
1453
1452
|
title?: string | undefined;
|
|
1453
|
+
description?: string | undefined;
|
|
1454
1454
|
default?: string | boolean | undefined;
|
|
1455
1455
|
enum?: string[] | undefined;
|
|
1456
1456
|
}>;
|
|
@@ -1462,8 +1462,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1462
1462
|
required?: string[] | undefined;
|
|
1463
1463
|
properties?: Record<string, {
|
|
1464
1464
|
type?: "string" | "boolean" | undefined;
|
|
1465
|
-
description?: string | undefined;
|
|
1466
1465
|
title?: string | undefined;
|
|
1466
|
+
description?: string | undefined;
|
|
1467
1467
|
default?: string | boolean | undefined;
|
|
1468
1468
|
enum?: string[] | undefined;
|
|
1469
1469
|
}> | undefined;
|
|
@@ -1572,8 +1572,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1572
1572
|
fields: {
|
|
1573
1573
|
options: string[];
|
|
1574
1574
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1575
|
-
required: boolean;
|
|
1576
1575
|
id: string;
|
|
1576
|
+
required: boolean;
|
|
1577
1577
|
label: string;
|
|
1578
1578
|
advanced: boolean;
|
|
1579
1579
|
description?: string | undefined;
|
|
@@ -1587,8 +1587,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1587
1587
|
required: string[];
|
|
1588
1588
|
properties: Record<string, {
|
|
1589
1589
|
type: "string" | "boolean";
|
|
1590
|
-
description?: string | undefined;
|
|
1591
1590
|
title?: string | undefined;
|
|
1591
|
+
description?: string | undefined;
|
|
1592
1592
|
default?: string | boolean | undefined;
|
|
1593
1593
|
enum?: string[] | undefined;
|
|
1594
1594
|
}>;
|
|
@@ -1619,7 +1619,6 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1619
1619
|
id: string;
|
|
1620
1620
|
label: string;
|
|
1621
1621
|
command: string;
|
|
1622
|
-
description?: string | undefined;
|
|
1623
1622
|
source?: "custom" | "builtin" | undefined;
|
|
1624
1623
|
args?: ({
|
|
1625
1624
|
value: string;
|
|
@@ -1634,6 +1633,7 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1634
1633
|
fieldId: string;
|
|
1635
1634
|
flag: string;
|
|
1636
1635
|
})[] | undefined;
|
|
1636
|
+
description?: string | undefined;
|
|
1637
1637
|
fields?: {
|
|
1638
1638
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1639
1639
|
id: string;
|
|
@@ -1651,8 +1651,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1651
1651
|
required?: string[] | undefined;
|
|
1652
1652
|
properties?: Record<string, {
|
|
1653
1653
|
type?: "string" | "boolean" | undefined;
|
|
1654
|
-
description?: string | undefined;
|
|
1655
1654
|
title?: string | undefined;
|
|
1655
|
+
description?: string | undefined;
|
|
1656
1656
|
default?: string | boolean | undefined;
|
|
1657
1657
|
enum?: string[] | undefined;
|
|
1658
1658
|
}> | undefined;
|
|
@@ -1710,8 +1710,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1710
1710
|
fields: {
|
|
1711
1711
|
options: string[];
|
|
1712
1712
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1713
|
-
required: boolean;
|
|
1714
1713
|
id: string;
|
|
1714
|
+
required: boolean;
|
|
1715
1715
|
label: string;
|
|
1716
1716
|
advanced: boolean;
|
|
1717
1717
|
description?: string | undefined;
|
|
@@ -1725,8 +1725,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1725
1725
|
required: string[];
|
|
1726
1726
|
properties: Record<string, {
|
|
1727
1727
|
type: "string" | "boolean";
|
|
1728
|
-
description?: string | undefined;
|
|
1729
1728
|
title?: string | undefined;
|
|
1729
|
+
description?: string | undefined;
|
|
1730
1730
|
default?: string | boolean | undefined;
|
|
1731
1731
|
enum?: string[] | undefined;
|
|
1732
1732
|
}>;
|
|
@@ -1769,7 +1769,6 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1769
1769
|
id: string;
|
|
1770
1770
|
label: string;
|
|
1771
1771
|
command: string;
|
|
1772
|
-
description?: string | undefined;
|
|
1773
1772
|
source?: "custom" | "builtin" | undefined;
|
|
1774
1773
|
args?: ({
|
|
1775
1774
|
value: string;
|
|
@@ -1784,6 +1783,7 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1784
1783
|
fieldId: string;
|
|
1785
1784
|
flag: string;
|
|
1786
1785
|
})[] | undefined;
|
|
1786
|
+
description?: string | undefined;
|
|
1787
1787
|
fields?: {
|
|
1788
1788
|
type: "boolean" | "text" | "textarea" | "select";
|
|
1789
1789
|
id: string;
|
|
@@ -1801,8 +1801,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
|
|
|
1801
1801
|
required?: string[] | undefined;
|
|
1802
1802
|
properties?: Record<string, {
|
|
1803
1803
|
type?: "string" | "boolean" | undefined;
|
|
1804
|
-
description?: string | undefined;
|
|
1805
1804
|
title?: string | undefined;
|
|
1805
|
+
description?: string | undefined;
|
|
1806
1806
|
default?: string | boolean | undefined;
|
|
1807
1807
|
enum?: string[] | undefined;
|
|
1808
1808
|
}> | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as renderTerminalSpawnCommand, C as TerminalSpawnCommand, D as getTerminalCommandParameters, E as getTerminalCommandDefaultValues, M as resolveTerminalShellDefaults, O as quoteTerminalShellArg, S as TerminalShellQuoteStyleSchema, T as fieldsToTerminalCommandParameters, _ as TerminalShellDefaults, a as TerminalCommandBuilder, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, d as TerminalCommandJsonSchema, f as TerminalCommandJsonSchemaProperty, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, m as TerminalCommandRenderResult, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, o as TerminalCommandBuilderPart, p as TerminalCommandParameters, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, u as TerminalCommandFieldValues, v as TerminalShellEnv, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile } from "./terminal-invocation-
|
|
1
|
+
import { A as renderTerminalSpawnCommand, C as TerminalSpawnCommand, D as getTerminalCommandParameters, E as getTerminalCommandDefaultValues, M as resolveTerminalShellDefaults, O as quoteTerminalShellArg, S as TerminalShellQuoteStyleSchema, T as fieldsToTerminalCommandParameters, _ as TerminalShellDefaults, a as TerminalCommandBuilder, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, d as TerminalCommandJsonSchema, f as TerminalCommandJsonSchemaProperty, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, m as TerminalCommandRenderResult, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, o as TerminalCommandBuilderPart, p as TerminalCommandParameters, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, u as TerminalCommandFieldValues, v as TerminalShellEnv, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile } from "./terminal-invocation-Z0xbyZ1V.mjs";
|
|
2
2
|
export { BUILTIN_TERMINAL_SPAWN_COMMANDS, TERMINAL_COMMAND_FIELD_TYPE_VALUES, TERMINAL_SHELL_QUOTE_STYLE_VALUES, TerminalCommandArgument, TerminalCommandBuilder, TerminalCommandBuilderPart, TerminalCommandField, TerminalCommandFieldSchema, TerminalCommandFieldValue, TerminalCommandFieldValues, TerminalCommandJsonSchema, TerminalCommandJsonSchemaProperty, TerminalCommandParameters, TerminalCommandRenderResult, TerminalInvocationSettings, TerminalInvocationSettingsSchema, TerminalShellDefaults, TerminalShellEnv, TerminalShellProfile, TerminalShellProfileSchema, TerminalShellQuoteStyle, TerminalShellQuoteStyleSchema, TerminalSpawnCommand, TerminalSpawnCommandSchema, fieldsToTerminalCommandParameters, getTerminalCommandDefaultValues, getTerminalCommandParameters, quoteTerminalShellArg, renderTerminalCommandArgs, renderTerminalSpawnCommand, renderTerminalSpawnCommandLine, resolveTerminalShellDefaults };
|