@mappedin/mappedin-js 5.6.0 → 5.7.0

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.
@@ -450,7 +450,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin' {
450
450
  hydrateFromMVF(mvfData: MVFData): Promise<undefined>;
451
451
  /**
452
452
  *
453
- * [experimental] Hydrate the Mappedin instance using a response from either {@link IMappedin.toString()}, {@link getVenueBundle} or by downloading the bundle manually
453
+ * @experimental Hydrate the Mappedin instance using a response from either {@link Mappedin.toString}, {@link getVenueBundle} or by downloading the bundle manually
454
454
  * @param mappedinSerializableData Mappedin data that was serialized or exported as JSON
455
455
  * @param shouldPopulateBundledImagesAsBlobs Takes the scenes and images from a bundle and maps them as blobs to where they exist as URLs in the bundle. False by default
456
456
  */
@@ -1450,10 +1450,10 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin.Offli
1450
1450
  export const removeAccents: (it: string) => string;
1451
1451
  export type { SearchOptions };
1452
1452
  /**
1453
- * A {@link Mappedin.OfflineSearch} is an offline search module
1453
+ * A {@link OfflineSearch} is an offline search module
1454
1454
  *
1455
1455
  *
1456
- * @class Mappedin.OfflineSearch
1456
+ * @class OfflineSearch
1457
1457
  */
1458
1458
  export type TMappedinOfflineSearchAllOptions = {
1459
1459
  /**