From 4909a67494d9fcb4e9b6d2577ecf4da3191f6d73 Mon Sep 17 00:00:00 2001 From: Mateusz Zatorski Date: Tue, 2 Jan 2024 23:35:32 +0100 Subject: [PATCH] add missing PlaceType1 missing PlaceType1, not included in docs but returned by Google Places Autocomplete API --- src/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.ts b/src/common.ts index 040ce178c8..82fa345d1b 100644 --- a/src/common.ts +++ b/src/common.ts @@ -191,6 +191,7 @@ export enum PlaceType1 { funeral_home = "funeral_home", furniture_store = "furniture_store", gas_station = "gas_station", + grocery_or_supermarket = "grocery_or_supermarket", gym = "gym", hair_care = "hair_care", hardware_store = "hardware_store",