@mappedin/mappedin-js 5.1.2 → 5.1.3
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/navigator/index.js +1 -1
- package/lib/esm/renderer/{browser-KLN7ADQ4.js → browser-2ZAM3EFH.js} +1 -1
- package/lib/esm/renderer/chunk-RTW5SJDQ.js +1 -0
- package/lib/esm/renderer/index.d.ts +16 -8
- package/lib/esm/renderer/index.js +1 -1
- package/lib/mappedin.js +1 -1
- package/lib/node/index.js +1 -1
- package/package.json +6 -2
- package/lib/esm/renderer/chunk-EVU7ZQGH.js +0 -1
|
@@ -197,7 +197,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin' {
|
|
|
197
197
|
import { MappedinTheme } from '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/MappedinTheme';
|
|
198
198
|
import { MappedinVenue } from '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/MappedinVenue';
|
|
199
199
|
import { MappedinVortex } from '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/MappedinVortex';
|
|
200
|
-
import { IAnalytics } from '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin.
|
|
200
|
+
import { IAnalytics } from '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin.CustomerAnalytics';
|
|
201
201
|
export const defaultOptions: TGetVenueOptionsInternal & TGetVenueOptions;
|
|
202
202
|
export enum MappedinCollectionType {
|
|
203
203
|
CATEGORY = "categories",
|
|
@@ -513,6 +513,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/MappedinLocati
|
|
|
513
513
|
tags?: string[];
|
|
514
514
|
externalId?: string;
|
|
515
515
|
showLabelWhenImagePresent?: boolean;
|
|
516
|
+
showSmartLabelWhenImagePresent?: boolean;
|
|
516
517
|
picture?: TPicture;
|
|
517
518
|
operationHours?: TOpeningHours[] | undefined;
|
|
518
519
|
siblingGroups?: TSiblingGroup[] | undefined;
|
|
@@ -1981,7 +1982,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/MappedinTheme'
|
|
|
1981
1982
|
}
|
|
1982
1983
|
}
|
|
1983
1984
|
|
|
1984
|
-
declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin.
|
|
1985
|
+
declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin.CustomerAnalytics' {
|
|
1985
1986
|
import { MappedinCategory, MappedinLocation } from '@mappedin/mappedin-js/lib/esm/get-venue/get-venue';
|
|
1986
1987
|
type AnalyticsOptions = {
|
|
1987
1988
|
clientId?: string;
|