@mappedin/mappedin-js 5.47.0 → 5.48.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.
- package/lib/esm/get-venue/index.d.ts +24 -0
- package/lib/esm/get-venue/index.js +1 -1
- package/lib/esm/navigator/index.js +1 -1
- package/lib/esm/renderer/{GLTFExporter-BB3K7EJS.js → GLTFExporter-M3KQRS3Q.js} +1 -1
- package/lib/esm/renderer/{PerformanceController-I7OX53U7.js → PerformanceController-OCUUPNZR.js} +1 -1
- package/lib/esm/renderer/{browser-LC3KQF56.js → browser-4SFL4UGN.js} +1 -1
- package/lib/esm/renderer/chunk-JIMJW33G.js +1 -0
- package/lib/esm/renderer/{chunk-WPKQOCR6.js → chunk-TUEPC7VC.js} +1 -1
- package/lib/esm/renderer/index.d.ts +27 -3
- package/lib/esm/renderer/index.js +1 -1
- package/lib/esm/renderer/{outdoor-context-BW5D6LMF.js → outdoor-context-7RAGMYX2.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-G2PO5LDI.js +0 -1
|
@@ -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
|
};
|