@mappedin/mappedin-js 5.42.0 → 5.42.1

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.
@@ -5235,11 +5235,11 @@ declare module '@mappedin/mappedin-js/get-venue/Mappedin' {
5235
5235
  /**
5236
5236
  * Export venue data to JSON (for storage, encryption, etc)
5237
5237
  */
5238
- toJSON: () => any;
5238
+ toJSON: (includeOptions?: boolean) => any;
5239
5239
  /**
5240
5240
  * Export venue data to String
5241
5241
  */
5242
- toString: () => string;
5242
+ toString: (includeOptions?: boolean) => string;
5243
5243
  }
5244
5244
  }
5245
5245
 
@@ -6863,7 +6863,7 @@ declare module '@mappedin/mappedin-js/renderer/index.rn' {
6863
6863
  export { BEARING_TYPE, ACTION_TYPE } from '@mappedin/mappedin-js/navigator';
6864
6864
  export type { IDirectionsResult, E_MESSAGES as E_GET_DIRECTIONS_MESSAGES } from '@mappedin/mappedin-js/navigator';
6865
6865
  export type { TGetVenueBundleOptions, TGetVenueOptions, TGetVenueMakerOptions, TMappedinDirective, TMappedinOfflineSearchOptions, TMappedinOfflineSearchResult, TMappedinOfflineSearchSuggestions, TMappedinOfflineSearchAllOptions, TMappedinOfflineAllSearchMatch, } from '@mappedin/mappedin-js/get-venue';
6866
- export { MappedinLocation, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinDirections, MappedinNavigatable, MappedinCoordinate, MappedinRankings, OfflineSearch, MappedinCollectionType, } from '@mappedin/mappedin-js/get-venue';
6866
+ export { MappedinLocation, MappedinPolygon, MappedinNode, MappedinCategory, MappedinMap, MappedinEvent, MappedinMapGroup, MappedinVenue, MappedinVortex, MappedinDirections, MappedinNavigatable, MappedinCoordinate, MappedinRankings, OfflineSearch, MappedinCollectionType, GET_VENUE_EVENT, } from '@mappedin/mappedin-js/get-venue';
6867
6867
  export type { TSafeAreaInsets, TCameraTargets, TFocusOnCameraOptions, TCameraTransform, TCameraAnimationOptions, TCameraInteractionsSetOptions, } from '@mappedin/mappedin-js/renderer/private/controllers/CameraController';
6868
6868
  }
6869
6869