@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.
- package/lib/esm/get-venue/index.d.ts +2 -2
- package/lib/esm/get-venue/index.js +1 -1
- package/lib/esm/navigator/index.js +1 -1
- package/lib/esm/renderer/{GLTFExporter-P6EOOOAJ.js → GLTFExporter-T43S6DZQ.js} +1 -1
- package/lib/esm/renderer/{PerformanceController-QRKNIFP2.js → PerformanceController-MK5OK7YG.js} +1 -1
- package/lib/esm/renderer/{browser-GLFX3IEI.js → browser-U64T6XVA.js} +1 -1
- package/lib/esm/renderer/chunk-4VRGHKU4.js +1 -0
- package/lib/esm/renderer/{chunk-4KHVMAX5.js → chunk-EVLEVPY5.js} +1 -1
- package/lib/esm/renderer/index.d.ts +3 -3
- package/lib/esm/renderer/index.js +1 -1
- package/lib/esm/renderer/{outdoor-context-PED5H73M.js → outdoor-context-ZJZWSBXF.js} +1 -1
- package/lib/mappedin.js +1 -1
- package/lib/node/index.js +1 -1
- package/package.json +2 -2
- package/lib/esm/renderer/chunk-HIYMICEI.js +0 -1
|
@@ -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
|
|