@mappedin/mappedin-js 5.27.1 → 5.28.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.
@@ -178,7 +178,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue' {
178
178
  url: string;
179
179
  updated_at: string;
180
180
  }>;
181
- export function downloadMakerMVF(userOptions: TGetVenueMakerOptions): Promise<Uint8Array>;
181
+ export function downloadMVF(userOptions: TGetVenueMakerOptions): Promise<Uint8Array>;
182
182
  /**
183
183
  * Returns a {@link Mappedin} object hydrated with JSON data.
184
184
  * @param {string|Object} mappedinSerializableData A JSON string or object representing a venue.