@mappedin/mappedin-js 4.0.17 → 4.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -976,9 +976,10 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/MappedinVenue'
976
976
  tzidOverride: string;
977
977
  utcOffset: string;
978
978
  website: string;
979
- constructor(data: any);
980
- static hydrate(data: any): MappedinVenue;
979
+ constructor(mappedin: Mappedin, data: any);
980
+ static hydrate(data: any, mappedin: Mappedin): MappedinVenue;
981
981
  static fetch(mappedin: Mappedin): Promise<MappedinVenue>;
982
+ get isMultiBuilding(): any;
982
983
  toJSON(): any;
983
984
  }
984
985
  }