@mappedin/mappedin-js 5.4.0 → 5.6.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.
@@ -1101,6 +1101,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/MappedinVortex
1101
1101
  type?: string;
1102
1102
  weight?: number;
1103
1103
  multiplier?: number;
1104
+ nodes?: string[];
1104
1105
  constructor(data: any);
1105
1106
  static hydrate(vortexes: any): MappedinVortex[];
1106
1107
  static fetch(mappedin: Mappedin): Promise<MappedinVortex[]>;