@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.
- package/lib/esm/get-venue/index.d.ts +3 -2
- package/lib/esm/get-venue/index.js +1 -1
- package/lib/esm/renderer/index.css +1 -1
- package/lib/esm/renderer/index.d.ts +94 -52
- package/lib/esm/renderer/index.js +1 -1
- package/lib/mappedin.css +1 -1
- package/lib/mappedin.js +1 -1
- package/lib/node/index.js +1 -1
- package/package.json +4 -2
|
@@ -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
|
}
|