From 2c123370cf5348c0d441f230347cd38462a3de85 Mon Sep 17 00:00:00 2001 From: Peefy Date: Fri, 4 Aug 2023 17:46:48 +0800 Subject: [PATCH] chore: fix wrong KclType documents. --- internal/spec/gpyrpc/gpyrpc.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/spec/gpyrpc/gpyrpc.proto b/internal/spec/gpyrpc/gpyrpc.proto index 320428fcb..2cd985147 100644 --- a/internal/spec/gpyrpc/gpyrpc.proto +++ b/internal/spec/gpyrpc/gpyrpc.proto @@ -284,7 +284,7 @@ message KeyValuePair { // ---------------------------------------------------------------------------- message KclType { - string type = 1; // schema, dict, list, str, int, float, bool, null, type_string + string type = 1; // schema, dict, list, str, int, float, bool, any, union, number_multiplier repeated KclType union_types = 2 ; // union types string default = 3; // default value