From 105fd08e23623a8262dcbc98ef569ebbba944d40 Mon Sep 17 00:00:00 2001
From: Tommy Persson <tommmy.persson@liu.se>
Date: Mon, 1 Mar 2021 14:52:55 +0100
Subject: [PATCH] Work on api waraps.

---
 src/codegen_json_bson/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/codegen_json_bson/__init__.py b/src/codegen_json_bson/__init__.py
index 1c24578..978dcec 100644
--- a/src/codegen_json_bson/__init__.py
+++ b/src/codegen_json_bson/__init__.py
@@ -421,7 +421,7 @@ def type_is_complex(ty):
                      "LandingDetection",
                      "TargetPrediction", "DepotBookingInfo", "SalientPoint", "LrsVisionDetection",
                      "DelLogItem", "StringList", "Team", "VisionDetection", "SearchUnit", "SearchCell",
-                     "PathElement", "ResourceInfo", "Interval"]
+                     "PathElement", "ResourceInfo", "Interval", "NavigationData", "GeopointHeadingSpeed"]
     return ty in complex_types
 
 def field_assignment_get_json_value(field, ty, fieldtype, name):
-- 
GitLab