@mappedin/mappedin-js 5.47.0 → 5.49.0

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.
@@ -2873,27 +2873,51 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/Mappedin.cache' {
2873
2873
  categories: {
2874
2874
  [id: string]: MappedinCategory;
2875
2875
  };
2876
+ categoriesByExternalId: {
2877
+ [externalId: string]: MappedinCategory;
2878
+ };
2876
2879
  locations: {
2877
2880
  [id: string]: MappedinLocation;
2878
2881
  };
2882
+ locationsByExternalId: {
2883
+ [externalId: string]: MappedinLocation;
2884
+ };
2879
2885
  vortexes: {
2880
2886
  [id: string]: MappedinVortex;
2881
2887
  };
2888
+ vortexesByExternalId: {
2889
+ [externalId: string]: MappedinVortex;
2890
+ };
2882
2891
  maps: {
2883
2892
  [id: string]: MappedinMap;
2884
2893
  };
2894
+ mapsByExternalId: {
2895
+ [externalId: string]: MappedinMap;
2896
+ };
2885
2897
  nodes: {
2886
2898
  [id: string]: MappedinNode;
2887
2899
  };
2900
+ nodesByExternalId: {
2901
+ [externalId: string]: MappedinNode;
2902
+ };
2888
2903
  polygons: {
2889
2904
  [id: string]: MappedinPolygon;
2890
2905
  };
2906
+ polygonsByExternalId: {
2907
+ [externalId: string]: MappedinPolygon;
2908
+ };
2891
2909
  events: {
2892
2910
  [id: string]: MappedinEvent;
2893
2911
  };
2912
+ eventsByExternalId: {
2913
+ [externalId: string]: MappedinEvent;
2914
+ };
2894
2915
  mapGroups: {
2895
2916
  [id: string]: MappedinMapGroup;
2896
2917
  };
2918
+ mapGroupsByExternalId: {
2919
+ [externalId: string]: MappedinMapGroup;
2920
+ };
2897
2921
  locationStates: {
2898
2922
  [id: string]: MappedinLocationState;
2899
2923
  };