@mappedin/mappedin-js 5.1.2 → 5.1.4

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.
@@ -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.Analytics';
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.Analytics' {
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;