@longtable/core 0.1.58 → 0.1.59
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/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export type PanelVisibility = "synthesis_only" | "show_on_conflict" | "always_vi
|
|
|
17
17
|
export type CheckpointSensitivity = "low" | "medium" | "high";
|
|
18
18
|
export type CheckpointLevel = "universal_required" | "adaptive_required" | "recommended" | "log_only" | "none";
|
|
19
19
|
export type PromptStyle = "structured_choice" | "confirm_or_revise" | "advisory_summary" | "passive_log";
|
|
20
|
-
export type QuestionSurface = "native_structured" | "mcp_elicitation" | "numbered" | "terminal_selector" | "web_form";
|
|
20
|
+
export type QuestionSurface = "native_structured" | "tmux_popup" | "mcp_elicitation" | "numbered" | "terminal_selector" | "web_form";
|
|
21
21
|
export type GuidanceQuestionType = "clarifying" | "boundary" | "tension" | "narrative";
|
|
22
22
|
export type ClosureDisposition = "delay" | "tentative" | "strong" | "strongest";
|
|
23
23
|
export interface ResearcherConfidenceByDomain {
|