From 28b6ac04aaef995656eaabb2c9a279a79e657687 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 9 Dec 2025 15:30:10 -0600 Subject: T8061: add get_path_type request Get the potential node type of a path, preliminary to any validation of values. --- data/vyconf.proto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/vyconf.proto b/data/vyconf.proto index 4697186..af10d68 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -193,6 +193,11 @@ message Request { repeated string path = 1; } + message GetPathType { + repeated string path = 1; + required bool legacy_format = 2; + } + oneof msg { Prompt prompt = 1; SetupSession setup_session = 2; @@ -233,6 +238,7 @@ message Request { EditLevelRoot edit_level_root = 37; ConfigUnsaved config_unsaved = 38; ReferencePathExists reference_path_exists = 39; + GetPathType get_path_type = 40; } } -- cgit v1.2.3