@mappedin/mappedin-js 4.1.3 → 4.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.
@@ -74,11 +74,14 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue' {
74
74
  };
75
75
  };
76
76
  export { MAP_RENDER_MODE };
77
- export function getVenueMVF(userOptions: TGetVenueBundleOptions): Promise<Mappedin>;
78
77
  /**
79
78
  * Get Venue Data for a Mappedin Venue
80
79
  */
81
80
  export function getVenue(userOptions: TGetVenueOptions): Promise<Mappedin>;
81
+ /**
82
+ * @internal
83
+ */
84
+ export function __setGetVenueMock(fn: any): void;
82
85
  export type TGetVenueBundleOptions = TGetVenueOptions & {
83
86
  bundleBaseUri?: string;
84
87
  version?: string;
@@ -2089,11 +2092,14 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue' {
2089
2092
  };
2090
2093
  };
2091
2094
  export { MAP_RENDER_MODE };
2092
- export function getVenueMVF(userOptions: TGetVenueBundleOptions): Promise<Mappedin>;
2093
2095
  /**
2094
2096
  * Get Venue Data for a Mappedin Venue
2095
2097
  */
2096
2098
  export function getVenue(userOptions: TGetVenueOptions): Promise<Mappedin>;
2099
+ /**
2100
+ * @internal
2101
+ */
2102
+ export function __setGetVenueMock(fn: any): void;
2097
2103
  export type TGetVenueBundleOptions = TGetVenueOptions & {
2098
2104
  bundleBaseUri?: string;
2099
2105
  version?: string;