@mapfirst.ai/core 0.0.6 → 0.0.7
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -477,4 +477,4 @@ declare class MapFirstCore {
|
|
|
477
477
|
private ensureAlive;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
export { type ActiveLocation, type BaseMapFirstOptions, type Environment, type FilterState, type GoogleMapsNamespace, type MapBounds, MapFirstCore, type MapFirstOptions, type MapLibreNamespace, type MapState, type MapStateCallbacks, type MapStateUpdate, type MapboxNamespace, PropertiesFetchError, type Property, type PropertyType, type ViewState, fetchProperties };
|
|
480
|
+
export { type ActiveLocation, type BaseMapFirstOptions, type Environment, type FilterSchema, type FilterState, type GoogleMapsNamespace, type Locale, type MapBounds, MapFirstCore, type MapFirstOptions, type MapLibreNamespace, type MapState, type MapStateCallbacks, type MapStateUpdate, type MapboxNamespace, type Price, type PriceLevel, PropertiesFetchError, type Property, type PropertyType, type ViewState, fetchProperties };
|
package/dist/index.d.ts
CHANGED
|
@@ -477,4 +477,4 @@ declare class MapFirstCore {
|
|
|
477
477
|
private ensureAlive;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
export { type ActiveLocation, type BaseMapFirstOptions, type Environment, type FilterState, type GoogleMapsNamespace, type MapBounds, MapFirstCore, type MapFirstOptions, type MapLibreNamespace, type MapState, type MapStateCallbacks, type MapStateUpdate, type MapboxNamespace, PropertiesFetchError, type Property, type PropertyType, type ViewState, fetchProperties };
|
|
480
|
+
export { type ActiveLocation, type BaseMapFirstOptions, type Environment, type FilterSchema, type FilterState, type GoogleMapsNamespace, type Locale, type MapBounds, MapFirstCore, type MapFirstOptions, type MapLibreNamespace, type MapState, type MapStateCallbacks, type MapStateUpdate, type MapboxNamespace, type Price, type PriceLevel, PropertiesFetchError, type Property, type PropertyType, type ViewState, fetchProperties };
|