From 12e2f9eed0d64e156dfe50101c6370f69489aa72 Mon Sep 17 00:00:00 2001 From: Alik Rakhmonov Date: Mon, 5 Jan 2026 14:10:59 +0100 Subject: [PATCH] HCK-14185: Support complex types in multi type --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4482761..3e67a31 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,8 @@ "enableReversingDateTypeAsISODate": true, "relationships": { "entityNameSeparator": "." - } + }, + "disableMultipleNonScalarTypes": false } }, "description": "Hackolade plugin for Azure Cosmos DB with MongoDB API",