@omnic/widget-locations 1.0.62 → 1.0.64

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.
@@ -1,7 +1,11 @@
1
1
  export * from "./views/Widget";
2
- export * from "./types/map";
2
+ export * from "./services/address";
3
+ export * from "./services/points";
3
4
  export * from "./types/cities";
4
5
  export * from "./types/config";
5
6
  export * from "./types/countries";
7
+ export * from "./types/filters";
8
+ export * from "./types/i18n";
9
+ export * from "./types/map";
6
10
  export * from "./types/points";
7
11
  export * from "./types/regions";
@@ -17004,5 +17004,10 @@ const nS = (t) => /* @__PURE__ */ fe.createElement("svg", { width: 20, height: 2
17004
17004
  ] }) }) }) }) });
17005
17005
  };
17006
17006
  export {
17007
- ZS as Widget
17007
+ Kt as EReceiveFilter,
17008
+ qt as ESendFilter,
17009
+ vn as ETypeFilter,
17010
+ ZS as Widget,
17011
+ _l as fetchPointsRequest,
17012
+ xf as getNormalizedAddress
17008
17013
  };