venue-js 1.4.0-next.16 → 1.4.0-next.18

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  export { QueryObserver } from '@tanstack/query-core';
2
2
  import { VenueDataClient } from './data/index.mjs';
3
- export { ALL_FEATURE_TYPES, AmenityFeature, AmenityFeaturePopulated, AmenityGeometry, AmenityProperties, AnchorFeature, AnchorFeaturePopulated, AnchorGeometry, AnchorProperties, AnyRelationshipFeature, BaseRelationshipProperties, DEFAULT_BASE_URL, DetailFeature, DetailGeometry, DetailProperties, ElementFeature, ElementGeometry, ElementProperties, ElevatorRelationshipFeature, ElevatorRelationshipFeaturePopulated, ElevatorRelationshipProperties, EscalatorRelationshipFeature, EscalatorRelationshipFeaturePopulated, EscalatorRelationshipProperties, EventFeature, EventGeometry, EventProperties, FeaturePopulatedResponseMap, FeatureQueryOptions, FeatureResponseMap, FeatureType, FilterParams, FindParams, FixtureFeature, FixtureFeaturePopulated, FixtureGeometry, FixtureProperties, GEOJSON_FEATURE_TYPES, IMDF_FEATURE_TYPES, Id, ImdfFeature, InternalFilterByType, InternalFindById, KioskFeature, KioskFeaturePopulated, KioskGeometry, KioskProperties, LabelFeature, LabelGeometry, LabelProperties, LevelFeature, LevelFeaturePopulated, LevelGeometry, LevelProperties, Media, MediaFile, Model3d, Model3dFeature, Model3dGeometry, Model3dPopulated, Model3dProperties, NONIMDF_FEATURE_TYPES, OccupantFeature, OccupantFeaturePopulated, OccupantGeometry, OccupantHelpers, OccupantProperties, OpeningFeature, OpeningFeaturePopulated, OpeningGeometry, OpeningProperties, Page, PolygonalFeature, PopulatableFeatureType, PopulatedParams, PrivilegeFeature, PrivilegeGeometry, PrivilegeProperties, PromotionFeature, PromotionProperties, RampRelationshipFeature, RampRelationshipFeaturePopulated, RampRelationshipProperties, RelationshipCategories, RelationshipDirectionTypes, RelationshipFeature, RelationshipFeaturePopulated, RelationshipGeometry, SearchClient, SectionFeature, SectionFeaturePopulated, SectionGeometry, SectionProperties, SingleGeometry, SponsoredContentFeature, SponsoredContentLegacyType, SponsoredContentPlacementType, SponsoredContentStrapiV4ApiResponse, StairRelationshipFeaturePopulated, StairsRelationshipFeature, StairsRelationshipProperties, TaxonomyFeature, TaxonomyFeaturePopulated, TaxonomyGeometry, TaxonomyProperties, TransalatableString, TraversalRelationshipFeature, TraversalRelationshipFeaturePopulated, TraversalRelationshipProperties, UnitFeature, UnitFeaturePopulated, UnitGeometry, UnitProperties, VenueClientOptions, VenueFeature, VenueFeaturePopulated, VenueGeometry, VenueProperties, defaultFeatureQueryOptionsMap, fetchDeliveryApi, fetchPreviewApi, getDataClient, getSearchClient, isValidCoordinate, isValidLineString, isValidLineStringCoordinates, isValidMultiPolygon, isValidMultiPolygonCoordinates, isValidPoint, isValidPolygon, isValidPolygonCoordinates, matchFilter, matchFilters, safeFetchFeature } from './data/index.mjs';
3
+ export { ALL_FEATURE_TYPES, AmenityFeature, AmenityFeaturePopulated, AmenityGeometry, AmenityProperties, AnchorFeature, AnchorFeaturePopulated, AnchorGeometry, AnchorProperties, AnyRelationshipFeature, BaseRelationshipProperties, DEFAULT_BASE_URL, DetailFeature, DetailGeometry, DetailProperties, ElementFeature, ElementGeometry, ElementProperties, ElevatorRelationshipFeature, ElevatorRelationshipFeaturePopulated, ElevatorRelationshipProperties, EscalatorRelationshipFeature, EscalatorRelationshipFeaturePopulated, EscalatorRelationshipProperties, EventFeature, EventGeometry, EventProperties, FeaturePopulatedResponseMap, FeatureQueryOptions, FeatureResponseMap, FeatureType, FilterParams, FindParams, FixtureFeature, FixtureFeaturePopulated, FixtureGeometry, FixtureProperties, GEOJSON_FEATURE_TYPES, IMDFUnitCategory, IMDF_FEATURE_TYPES, IMDF_UNIT_CATEGORIES, Id, ImdfFeature, InternalFilterByType, InternalFindById, KioskFeature, KioskFeaturePopulated, KioskGeometry, KioskProperties, LabelFeature, LabelGeometry, LabelProperties, LevelFeature, LevelFeaturePopulated, LevelGeometry, LevelProperties, Media, MediaFile, Model3d, Model3dFeature, Model3dGeometry, Model3dPopulated, Model3dProperties, NONIMDF_FEATURE_TYPES, OccupantFeature, OccupantFeaturePopulated, OccupantGeometry, OccupantHelpers, OccupantProperties, OpeningFeature, OpeningFeaturePopulated, OpeningGeometry, OpeningProperties, OpeningTypeAndId, Page, PolygonalFeature, PopulatableFeatureType, PopulatedParams, PrivilegeFeature, PrivilegeGeometry, PrivilegeProperties, PromotionFeature, PromotionProperties, RampRelationshipFeature, RampRelationshipFeaturePopulated, RampRelationshipProperties, RelationshipCategories, RelationshipDirectionTypes, RelationshipFeature, RelationshipFeaturePopulated, RelationshipGeometry, SearchClient, SectionFeature, SectionFeaturePopulated, SectionGeometry, SectionProperties, SingleGeometry, SponsoredContentFeature, SponsoredContentLegacyType, SponsoredContentPlacementType, SponsoredContentStrapiV4ApiResponse, StairRelationshipFeaturePopulated, StairsRelationshipFeature, StairsRelationshipProperties, TaxonomyFeature, TaxonomyFeaturePopulated, TaxonomyGeometry, TaxonomyProperties, TransalatableString, TraversalRelationshipFeature, TraversalRelationshipFeaturePopulated, TraversalRelationshipProperties, UnitFeature, UnitFeaturePopulated, UnitGeometry, UnitProperties, UnitTypeAndId, VenueClientOptions, VenueFeature, VenueFeaturePopulated, VenueGeometry, VenueProperties, defaultFeatureQueryOptionsMap, fetchDeliveryApi, fetchPreviewApi, getDataClient, getSearchClient, isValidCoordinate, isValidLineString, isValidLineStringCoordinates, isValidMultiPolygon, isValidMultiPolygonCoordinates, isValidPoint, isValidPolygon, isValidPolygonCoordinates, matchFilter, matchFilters, safeFetchFeature } from './data/index.mjs';
4
4
  import * as maptalks_dist_core_Class from 'maptalks/dist/core/Class';
5
5
  import * as maptalks$1 from 'maptalks-gl';
6
6
  import { Map, Coordinate as Coordinate$1 } from 'maptalks-gl';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { QueryObserver } from '@tanstack/query-core';
2
2
  import { VenueDataClient } from './data/index.js';
3
- export { ALL_FEATURE_TYPES, AmenityFeature, AmenityFeaturePopulated, AmenityGeometry, AmenityProperties, AnchorFeature, AnchorFeaturePopulated, AnchorGeometry, AnchorProperties, AnyRelationshipFeature, BaseRelationshipProperties, DEFAULT_BASE_URL, DetailFeature, DetailGeometry, DetailProperties, ElementFeature, ElementGeometry, ElementProperties, ElevatorRelationshipFeature, ElevatorRelationshipFeaturePopulated, ElevatorRelationshipProperties, EscalatorRelationshipFeature, EscalatorRelationshipFeaturePopulated, EscalatorRelationshipProperties, EventFeature, EventGeometry, EventProperties, FeaturePopulatedResponseMap, FeatureQueryOptions, FeatureResponseMap, FeatureType, FilterParams, FindParams, FixtureFeature, FixtureFeaturePopulated, FixtureGeometry, FixtureProperties, GEOJSON_FEATURE_TYPES, IMDF_FEATURE_TYPES, Id, ImdfFeature, InternalFilterByType, InternalFindById, KioskFeature, KioskFeaturePopulated, KioskGeometry, KioskProperties, LabelFeature, LabelGeometry, LabelProperties, LevelFeature, LevelFeaturePopulated, LevelGeometry, LevelProperties, Media, MediaFile, Model3d, Model3dFeature, Model3dGeometry, Model3dPopulated, Model3dProperties, NONIMDF_FEATURE_TYPES, OccupantFeature, OccupantFeaturePopulated, OccupantGeometry, OccupantHelpers, OccupantProperties, OpeningFeature, OpeningFeaturePopulated, OpeningGeometry, OpeningProperties, Page, PolygonalFeature, PopulatableFeatureType, PopulatedParams, PrivilegeFeature, PrivilegeGeometry, PrivilegeProperties, PromotionFeature, PromotionProperties, RampRelationshipFeature, RampRelationshipFeaturePopulated, RampRelationshipProperties, RelationshipCategories, RelationshipDirectionTypes, RelationshipFeature, RelationshipFeaturePopulated, RelationshipGeometry, SearchClient, SectionFeature, SectionFeaturePopulated, SectionGeometry, SectionProperties, SingleGeometry, SponsoredContentFeature, SponsoredContentLegacyType, SponsoredContentPlacementType, SponsoredContentStrapiV4ApiResponse, StairRelationshipFeaturePopulated, StairsRelationshipFeature, StairsRelationshipProperties, TaxonomyFeature, TaxonomyFeaturePopulated, TaxonomyGeometry, TaxonomyProperties, TransalatableString, TraversalRelationshipFeature, TraversalRelationshipFeaturePopulated, TraversalRelationshipProperties, UnitFeature, UnitFeaturePopulated, UnitGeometry, UnitProperties, VenueClientOptions, VenueFeature, VenueFeaturePopulated, VenueGeometry, VenueProperties, defaultFeatureQueryOptionsMap, fetchDeliveryApi, fetchPreviewApi, getDataClient, getSearchClient, isValidCoordinate, isValidLineString, isValidLineStringCoordinates, isValidMultiPolygon, isValidMultiPolygonCoordinates, isValidPoint, isValidPolygon, isValidPolygonCoordinates, matchFilter, matchFilters, safeFetchFeature } from './data/index.js';
3
+ export { ALL_FEATURE_TYPES, AmenityFeature, AmenityFeaturePopulated, AmenityGeometry, AmenityProperties, AnchorFeature, AnchorFeaturePopulated, AnchorGeometry, AnchorProperties, AnyRelationshipFeature, BaseRelationshipProperties, DEFAULT_BASE_URL, DetailFeature, DetailGeometry, DetailProperties, ElementFeature, ElementGeometry, ElementProperties, ElevatorRelationshipFeature, ElevatorRelationshipFeaturePopulated, ElevatorRelationshipProperties, EscalatorRelationshipFeature, EscalatorRelationshipFeaturePopulated, EscalatorRelationshipProperties, EventFeature, EventGeometry, EventProperties, FeaturePopulatedResponseMap, FeatureQueryOptions, FeatureResponseMap, FeatureType, FilterParams, FindParams, FixtureFeature, FixtureFeaturePopulated, FixtureGeometry, FixtureProperties, GEOJSON_FEATURE_TYPES, IMDFUnitCategory, IMDF_FEATURE_TYPES, IMDF_UNIT_CATEGORIES, Id, ImdfFeature, InternalFilterByType, InternalFindById, KioskFeature, KioskFeaturePopulated, KioskGeometry, KioskProperties, LabelFeature, LabelGeometry, LabelProperties, LevelFeature, LevelFeaturePopulated, LevelGeometry, LevelProperties, Media, MediaFile, Model3d, Model3dFeature, Model3dGeometry, Model3dPopulated, Model3dProperties, NONIMDF_FEATURE_TYPES, OccupantFeature, OccupantFeaturePopulated, OccupantGeometry, OccupantHelpers, OccupantProperties, OpeningFeature, OpeningFeaturePopulated, OpeningGeometry, OpeningProperties, OpeningTypeAndId, Page, PolygonalFeature, PopulatableFeatureType, PopulatedParams, PrivilegeFeature, PrivilegeGeometry, PrivilegeProperties, PromotionFeature, PromotionProperties, RampRelationshipFeature, RampRelationshipFeaturePopulated, RampRelationshipProperties, RelationshipCategories, RelationshipDirectionTypes, RelationshipFeature, RelationshipFeaturePopulated, RelationshipGeometry, SearchClient, SectionFeature, SectionFeaturePopulated, SectionGeometry, SectionProperties, SingleGeometry, SponsoredContentFeature, SponsoredContentLegacyType, SponsoredContentPlacementType, SponsoredContentStrapiV4ApiResponse, StairRelationshipFeaturePopulated, StairsRelationshipFeature, StairsRelationshipProperties, TaxonomyFeature, TaxonomyFeaturePopulated, TaxonomyGeometry, TaxonomyProperties, TransalatableString, TraversalRelationshipFeature, TraversalRelationshipFeaturePopulated, TraversalRelationshipProperties, UnitFeature, UnitFeaturePopulated, UnitGeometry, UnitProperties, UnitTypeAndId, VenueClientOptions, VenueFeature, VenueFeaturePopulated, VenueGeometry, VenueProperties, defaultFeatureQueryOptionsMap, fetchDeliveryApi, fetchPreviewApi, getDataClient, getSearchClient, isValidCoordinate, isValidLineString, isValidLineStringCoordinates, isValidMultiPolygon, isValidMultiPolygonCoordinates, isValidPoint, isValidPolygon, isValidPolygonCoordinates, matchFilter, matchFilters, safeFetchFeature } from './data/index.js';
4
4
  import * as maptalks_dist_core_Class from 'maptalks/dist/core/Class';
5
5
  import * as maptalks$1 from 'maptalks-gl';
6
6
  import { Map, Coordinate as Coordinate$1 } from 'maptalks-gl';