@xylabs/react-rich-result 3.1.0-rc.2 → 3.1.0-rc.4
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/RichResult.js +35 -0
- package/dist/RichResult.js.map +1 -0
- package/dist/RichResult.mjs +11 -0
- package/dist/RichResult.mjs.map +1 -0
- package/dist/esm/RichResult.d.ts +7 -0
- package/dist/esm/RichResult.d.ts.map +1 -0
- package/dist/esm/RichResult.js +11 -0
- package/dist/esm/RichResult.js.map +1 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/jsonld/Action.d.ts +25 -0
- package/dist/esm/jsonld/Action.d.ts.map +1 -0
- package/dist/esm/jsonld/Action.js +1 -0
- package/dist/esm/jsonld/Action.js.map +1 -0
- package/dist/esm/jsonld/ActionStatusType.d.ts +8 -0
- package/dist/esm/jsonld/ActionStatusType.d.ts.map +1 -0
- package/dist/esm/jsonld/ActionStatusType.js +11 -0
- package/dist/esm/jsonld/ActionStatusType.js.map +1 -0
- package/dist/esm/jsonld/AdministrativeArea.d.ts +4 -0
- package/dist/esm/jsonld/AdministrativeArea.d.ts.map +1 -0
- package/dist/esm/jsonld/AdministrativeArea.js +1 -0
- package/dist/esm/jsonld/AdministrativeArea.js.map +1 -0
- package/dist/esm/jsonld/AggrigateRating.d.ts +9 -0
- package/dist/esm/jsonld/AggrigateRating.d.ts.map +1 -0
- package/dist/esm/jsonld/AggrigateRating.js +1 -0
- package/dist/esm/jsonld/AggrigateRating.js.map +1 -0
- package/dist/esm/jsonld/Article.d.ts +15 -0
- package/dist/esm/jsonld/Article.d.ts.map +1 -0
- package/dist/esm/jsonld/Article.js +1 -0
- package/dist/esm/jsonld/Article.js.map +1 -0
- package/dist/esm/jsonld/Base.d.ts +5 -0
- package/dist/esm/jsonld/Base.d.ts.map +1 -0
- package/dist/esm/jsonld/Base.js +1 -0
- package/dist/esm/jsonld/Base.js.map +1 -0
- package/dist/esm/jsonld/Brand.d.ts +11 -0
- package/dist/esm/jsonld/Brand.d.ts.map +1 -0
- package/dist/esm/jsonld/Brand.js +1 -0
- package/dist/esm/jsonld/Brand.js.map +1 -0
- package/dist/esm/jsonld/Class.d.ts +8 -0
- package/dist/esm/jsonld/Class.d.ts.map +1 -0
- package/dist/esm/jsonld/Class.js +1 -0
- package/dist/esm/jsonld/Class.js.map +1 -0
- package/dist/esm/jsonld/ContactPoint.d.ts +20 -0
- package/dist/esm/jsonld/ContactPoint.d.ts.map +1 -0
- package/dist/esm/jsonld/ContactPoint.js +1 -0
- package/dist/esm/jsonld/ContactPoint.js.map +1 -0
- package/dist/esm/jsonld/ContactPointOption.d.ts +6 -0
- package/dist/esm/jsonld/ContactPointOption.d.ts.map +1 -0
- package/dist/esm/jsonld/ContactPointOption.js +9 -0
- package/dist/esm/jsonld/ContactPointOption.js.map +1 -0
- package/dist/esm/jsonld/Country.d.ts +4 -0
- package/dist/esm/jsonld/Country.d.ts.map +1 -0
- package/dist/esm/jsonld/Country.js +1 -0
- package/dist/esm/jsonld/Country.js.map +1 -0
- package/dist/esm/jsonld/CreativeWork.d.ts +123 -0
- package/dist/esm/jsonld/CreativeWork.d.ts.map +1 -0
- package/dist/esm/jsonld/CreativeWork.js +1 -0
- package/dist/esm/jsonld/CreativeWork.js.map +1 -0
- package/dist/esm/jsonld/DateTime.d.ts +3 -0
- package/dist/esm/jsonld/DateTime.d.ts.map +1 -0
- package/dist/esm/jsonld/DateTime.js +1 -0
- package/dist/esm/jsonld/DateTime.js.map +1 -0
- package/dist/esm/jsonld/EntryPoint.d.ts +14 -0
- package/dist/esm/jsonld/EntryPoint.d.ts.map +1 -0
- package/dist/esm/jsonld/EntryPoint.js +1 -0
- package/dist/esm/jsonld/EntryPoint.js.map +1 -0
- package/dist/esm/jsonld/Enumeration.d.ts +8 -0
- package/dist/esm/jsonld/Enumeration.d.ts.map +1 -0
- package/dist/esm/jsonld/Enumeration.js +1 -0
- package/dist/esm/jsonld/Enumeration.js.map +1 -0
- package/dist/esm/jsonld/GeoShape.d.ts +16 -0
- package/dist/esm/jsonld/GeoShape.d.ts.map +1 -0
- package/dist/esm/jsonld/GeoShape.js +1 -0
- package/dist/esm/jsonld/GeoShape.js.map +1 -0
- package/dist/esm/jsonld/GeospatialGeometry.d.ts +16 -0
- package/dist/esm/jsonld/GeospatialGeometry.d.ts.map +1 -0
- package/dist/esm/jsonld/GeospatialGeometry.js +1 -0
- package/dist/esm/jsonld/GeospatialGeometry.js.map +1 -0
- package/dist/esm/jsonld/ImageObject.d.ts +10 -0
- package/dist/esm/jsonld/ImageObject.d.ts.map +1 -0
- package/dist/esm/jsonld/ImageObject.js +1 -0
- package/dist/esm/jsonld/ImageObject.js.map +1 -0
- package/dist/esm/jsonld/Intangible.d.ts +4 -0
- package/dist/esm/jsonld/Intangible.d.ts.map +1 -0
- package/dist/esm/jsonld/Intangible.js +1 -0
- package/dist/esm/jsonld/Intangible.js.map +1 -0
- package/dist/esm/jsonld/Integer.d.ts +3 -0
- package/dist/esm/jsonld/Integer.d.ts.map +1 -0
- package/dist/esm/jsonld/Integer.js +1 -0
- package/dist/esm/jsonld/Integer.js.map +1 -0
- package/dist/esm/jsonld/ItemAvailability.d.ts +22 -0
- package/dist/esm/jsonld/ItemAvailability.d.ts.map +1 -0
- package/dist/esm/jsonld/ItemAvailability.js +16 -0
- package/dist/esm/jsonld/ItemAvailability.js.map +1 -0
- package/dist/esm/jsonld/Language.d.ts +4 -0
- package/dist/esm/jsonld/Language.d.ts.map +1 -0
- package/dist/esm/jsonld/Language.js +1 -0
- package/dist/esm/jsonld/Language.js.map +1 -0
- package/dist/esm/jsonld/Map.d.ts +7 -0
- package/dist/esm/jsonld/Map.d.ts.map +1 -0
- package/dist/esm/jsonld/Map.js +1 -0
- package/dist/esm/jsonld/Map.js.map +1 -0
- package/dist/esm/jsonld/MapCategoryType.d.ts +8 -0
- package/dist/esm/jsonld/MapCategoryType.d.ts.map +1 -0
- package/dist/esm/jsonld/MapCategoryType.js +11 -0
- package/dist/esm/jsonld/MapCategoryType.js.map +1 -0
- package/dist/esm/jsonld/MediaObject.d.ts +11 -0
- package/dist/esm/jsonld/MediaObject.d.ts.map +1 -0
- package/dist/esm/jsonld/MediaObject.js +1 -0
- package/dist/esm/jsonld/MediaObject.js.map +1 -0
- package/dist/esm/jsonld/MobileApplication.d.ts +7 -0
- package/dist/esm/jsonld/MobileApplication.d.ts.map +1 -0
- package/dist/esm/jsonld/MobileApplication.js +1 -0
- package/dist/esm/jsonld/MobileApplication.js.map +1 -0
- package/dist/esm/jsonld/Offer.d.ts +65 -0
- package/dist/esm/jsonld/Offer.d.ts.map +1 -0
- package/dist/esm/jsonld/Offer.js +1 -0
- package/dist/esm/jsonld/Offer.js.map +1 -0
- package/dist/esm/jsonld/Organization.d.ts +78 -0
- package/dist/esm/jsonld/Organization.d.ts.map +1 -0
- package/dist/esm/jsonld/Organization.js +1 -0
- package/dist/esm/jsonld/Organization.js.map +1 -0
- package/dist/esm/jsonld/Person.d.ts +72 -0
- package/dist/esm/jsonld/Person.d.ts.map +1 -0
- package/dist/esm/jsonld/Person.js +1 -0
- package/dist/esm/jsonld/Person.js.map +1 -0
- package/dist/esm/jsonld/Photograph.d.ts +4 -0
- package/dist/esm/jsonld/Photograph.d.ts.map +1 -0
- package/dist/esm/jsonld/Photograph.js +1 -0
- package/dist/esm/jsonld/Photograph.js.map +1 -0
- package/dist/esm/jsonld/Place.d.ts +43 -0
- package/dist/esm/jsonld/Place.d.ts.map +1 -0
- package/dist/esm/jsonld/Place.js +1 -0
- package/dist/esm/jsonld/Place.js.map +1 -0
- package/dist/esm/jsonld/PostalAddress.d.ts +13 -0
- package/dist/esm/jsonld/PostalAddress.d.ts.map +1 -0
- package/dist/esm/jsonld/PostalAddress.js +1 -0
- package/dist/esm/jsonld/PostalAddress.js.map +1 -0
- package/dist/esm/jsonld/Product.d.ts +57 -0
- package/dist/esm/jsonld/Product.d.ts.map +1 -0
- package/dist/esm/jsonld/Product.js +1 -0
- package/dist/esm/jsonld/Product.js.map +1 -0
- package/dist/esm/jsonld/Property.d.ts +11 -0
- package/dist/esm/jsonld/Property.d.ts.map +1 -0
- package/dist/esm/jsonld/Property.js +1 -0
- package/dist/esm/jsonld/Property.js.map +1 -0
- package/dist/esm/jsonld/PropertyValue.d.ts +17 -0
- package/dist/esm/jsonld/PropertyValue.d.ts.map +1 -0
- package/dist/esm/jsonld/PropertyValue.js +1 -0
- package/dist/esm/jsonld/PropertyValue.js.map +1 -0
- package/dist/esm/jsonld/QualitativeValue.d.ts +16 -0
- package/dist/esm/jsonld/QualitativeValue.d.ts.map +1 -0
- package/dist/esm/jsonld/QualitativeValue.js +1 -0
- package/dist/esm/jsonld/QualitativeValue.js.map +1 -0
- package/dist/esm/jsonld/QuantitativeValue.d.ts +16 -0
- package/dist/esm/jsonld/QuantitativeValue.d.ts.map +1 -0
- package/dist/esm/jsonld/QuantitativeValue.js +1 -0
- package/dist/esm/jsonld/QuantitativeValue.js.map +1 -0
- package/dist/esm/jsonld/Rating.d.ts +11 -0
- package/dist/esm/jsonld/Rating.d.ts.map +1 -0
- package/dist/esm/jsonld/Rating.js +1 -0
- package/dist/esm/jsonld/Rating.js.map +1 -0
- package/dist/esm/jsonld/Review.d.ts +11 -0
- package/dist/esm/jsonld/Review.d.ts.map +1 -0
- package/dist/esm/jsonld/Review.js +1 -0
- package/dist/esm/jsonld/Review.js.map +1 -0
- package/dist/esm/jsonld/Service.d.ts +39 -0
- package/dist/esm/jsonld/Service.d.ts.map +1 -0
- package/dist/esm/jsonld/Service.js +1 -0
- package/dist/esm/jsonld/Service.js.map +1 -0
- package/dist/esm/jsonld/SoftwareApplication.d.ts +29 -0
- package/dist/esm/jsonld/SoftwareApplication.d.ts.map +1 -0
- package/dist/esm/jsonld/SoftwareApplication.js +1 -0
- package/dist/esm/jsonld/SoftwareApplication.js.map +1 -0
- package/dist/esm/jsonld/StructuredValue.d.ts +4 -0
- package/dist/esm/jsonld/StructuredValue.d.ts.map +1 -0
- package/dist/esm/jsonld/StructuredValue.js +1 -0
- package/dist/esm/jsonld/StructuredValue.js.map +1 -0
- package/dist/esm/jsonld/Text.d.ts +3 -0
- package/dist/esm/jsonld/Text.d.ts.map +1 -0
- package/dist/esm/jsonld/Text.js +1 -0
- package/dist/esm/jsonld/Text.js.map +1 -0
- package/dist/esm/jsonld/Thing.d.ts +23 -0
- package/dist/esm/jsonld/Thing.d.ts.map +1 -0
- package/dist/esm/jsonld/Thing.js +1 -0
- package/dist/esm/jsonld/Thing.js.map +1 -0
- package/dist/esm/jsonld/Time.d.ts +3 -0
- package/dist/esm/jsonld/Time.d.ts.map +1 -0
- package/dist/esm/jsonld/Time.js +1 -0
- package/dist/esm/jsonld/Time.js.map +1 -0
- package/dist/esm/jsonld/URL.d.ts +3 -0
- package/dist/esm/jsonld/URL.d.ts.map +1 -0
- package/dist/esm/jsonld/URL.js +1 -0
- package/dist/esm/jsonld/URL.js.map +1 -0
- package/dist/esm/jsonld/VirtualLocation.d.ts +4 -0
- package/dist/esm/jsonld/VirtualLocation.d.ts.map +1 -0
- package/dist/esm/jsonld/VirtualLocation.js +1 -0
- package/dist/esm/jsonld/VirtualLocation.js.map +1 -0
- package/dist/esm/jsonld/index.d.ts +48 -0
- package/dist/esm/jsonld/index.d.ts.map +1 -0
- package/dist/esm/jsonld/index.js +48 -0
- package/dist/esm/jsonld/index.js.map +1 -0
- package/dist/index.js +5 -66
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -54
- package/dist/index.mjs.map +1 -1
- package/dist/jsonld/Action.js +17 -0
- package/dist/jsonld/Action.js.map +1 -0
- package/dist/jsonld/Action.mjs +1 -0
- package/dist/jsonld/Action.mjs.map +1 -0
- package/dist/jsonld/ActionStatusType.js +35 -0
- package/dist/jsonld/ActionStatusType.js.map +1 -0
- package/dist/jsonld/ActionStatusType.mjs +11 -0
- package/dist/jsonld/ActionStatusType.mjs.map +1 -0
- package/dist/jsonld/AdministrativeArea.js +17 -0
- package/dist/jsonld/AdministrativeArea.js.map +1 -0
- package/dist/jsonld/AdministrativeArea.mjs +1 -0
- package/dist/jsonld/AdministrativeArea.mjs.map +1 -0
- package/dist/jsonld/AggrigateRating.js +17 -0
- package/dist/jsonld/AggrigateRating.js.map +1 -0
- package/dist/jsonld/AggrigateRating.mjs +1 -0
- package/dist/jsonld/AggrigateRating.mjs.map +1 -0
- package/dist/jsonld/Article.js +17 -0
- package/dist/jsonld/Article.js.map +1 -0
- package/dist/jsonld/Article.mjs +1 -0
- package/dist/jsonld/Article.mjs.map +1 -0
- package/dist/jsonld/Base.js +17 -0
- package/dist/jsonld/Base.js.map +1 -0
- package/dist/jsonld/Base.mjs +1 -0
- package/dist/jsonld/Base.mjs.map +1 -0
- package/dist/jsonld/Brand.js +17 -0
- package/dist/jsonld/Brand.js.map +1 -0
- package/dist/jsonld/Brand.mjs +1 -0
- package/dist/jsonld/Brand.mjs.map +1 -0
- package/dist/jsonld/Class.js +17 -0
- package/dist/jsonld/Class.js.map +1 -0
- package/dist/jsonld/Class.mjs +1 -0
- package/dist/jsonld/Class.mjs.map +1 -0
- package/dist/jsonld/ContactPoint.js +17 -0
- package/dist/jsonld/ContactPoint.js.map +1 -0
- package/dist/jsonld/ContactPoint.mjs +1 -0
- package/dist/jsonld/ContactPoint.mjs.map +1 -0
- package/dist/jsonld/ContactPointOption.js +33 -0
- package/dist/jsonld/ContactPointOption.js.map +1 -0
- package/dist/jsonld/ContactPointOption.mjs +9 -0
- package/dist/jsonld/ContactPointOption.mjs.map +1 -0
- package/dist/jsonld/Country.js +17 -0
- package/dist/jsonld/Country.js.map +1 -0
- package/dist/jsonld/Country.mjs +1 -0
- package/dist/jsonld/Country.mjs.map +1 -0
- package/dist/jsonld/CreativeWork.js +17 -0
- package/dist/jsonld/CreativeWork.js.map +1 -0
- package/dist/jsonld/CreativeWork.mjs +1 -0
- package/dist/jsonld/CreativeWork.mjs.map +1 -0
- package/dist/jsonld/DateTime.js +17 -0
- package/dist/jsonld/DateTime.js.map +1 -0
- package/dist/jsonld/DateTime.mjs +1 -0
- package/dist/jsonld/DateTime.mjs.map +1 -0
- package/dist/jsonld/EntryPoint.js +17 -0
- package/dist/jsonld/EntryPoint.js.map +1 -0
- package/dist/jsonld/EntryPoint.mjs +1 -0
- package/dist/jsonld/EntryPoint.mjs.map +1 -0
- package/dist/jsonld/Enumeration.js +17 -0
- package/dist/jsonld/Enumeration.js.map +1 -0
- package/dist/jsonld/Enumeration.mjs +1 -0
- package/dist/jsonld/Enumeration.mjs.map +1 -0
- package/dist/jsonld/GeoShape.js +17 -0
- package/dist/jsonld/GeoShape.js.map +1 -0
- package/dist/jsonld/GeoShape.mjs +1 -0
- package/dist/jsonld/GeoShape.mjs.map +1 -0
- package/dist/jsonld/GeospatialGeometry.js +17 -0
- package/dist/jsonld/GeospatialGeometry.js.map +1 -0
- package/dist/jsonld/GeospatialGeometry.mjs +1 -0
- package/dist/jsonld/GeospatialGeometry.mjs.map +1 -0
- package/dist/jsonld/ImageObject.js +17 -0
- package/dist/jsonld/ImageObject.js.map +1 -0
- package/dist/jsonld/ImageObject.mjs +1 -0
- package/dist/jsonld/ImageObject.mjs.map +1 -0
- package/dist/jsonld/Intangible.js +17 -0
- package/dist/jsonld/Intangible.js.map +1 -0
- package/dist/jsonld/Intangible.mjs +1 -0
- package/dist/jsonld/Intangible.mjs.map +1 -0
- package/dist/jsonld/Integer.js +17 -0
- package/dist/jsonld/Integer.js.map +1 -0
- package/dist/jsonld/Integer.mjs +1 -0
- package/dist/jsonld/Integer.mjs.map +1 -0
- package/dist/jsonld/ItemAvailability.js +40 -0
- package/dist/jsonld/ItemAvailability.js.map +1 -0
- package/dist/jsonld/ItemAvailability.mjs +16 -0
- package/dist/jsonld/ItemAvailability.mjs.map +1 -0
- package/dist/jsonld/Language.js +17 -0
- package/dist/jsonld/Language.js.map +1 -0
- package/dist/jsonld/Language.mjs +1 -0
- package/dist/jsonld/Language.mjs.map +1 -0
- package/dist/jsonld/Map.js +17 -0
- package/dist/jsonld/Map.js.map +1 -0
- package/dist/jsonld/Map.mjs +1 -0
- package/dist/jsonld/Map.mjs.map +1 -0
- package/dist/jsonld/MapCategoryType.js +35 -0
- package/dist/jsonld/MapCategoryType.js.map +1 -0
- package/dist/jsonld/MapCategoryType.mjs +11 -0
- package/dist/jsonld/MapCategoryType.mjs.map +1 -0
- package/dist/jsonld/MediaObject.js +17 -0
- package/dist/jsonld/MediaObject.js.map +1 -0
- package/dist/jsonld/MediaObject.mjs +1 -0
- package/dist/jsonld/MediaObject.mjs.map +1 -0
- package/dist/jsonld/MobileApplication.js +17 -0
- package/dist/jsonld/MobileApplication.js.map +1 -0
- package/dist/jsonld/MobileApplication.mjs +1 -0
- package/dist/jsonld/MobileApplication.mjs.map +1 -0
- package/dist/jsonld/Offer.js +17 -0
- package/dist/jsonld/Offer.js.map +1 -0
- package/dist/jsonld/Offer.mjs +1 -0
- package/dist/jsonld/Offer.mjs.map +1 -0
- package/dist/jsonld/Organization.js +17 -0
- package/dist/jsonld/Organization.js.map +1 -0
- package/dist/jsonld/Organization.mjs +1 -0
- package/dist/jsonld/Organization.mjs.map +1 -0
- package/dist/jsonld/Person.js +17 -0
- package/dist/jsonld/Person.js.map +1 -0
- package/dist/jsonld/Person.mjs +1 -0
- package/dist/jsonld/Person.mjs.map +1 -0
- package/dist/jsonld/Photograph.js +17 -0
- package/dist/jsonld/Photograph.js.map +1 -0
- package/dist/jsonld/Photograph.mjs +1 -0
- package/dist/jsonld/Photograph.mjs.map +1 -0
- package/dist/jsonld/Place.js +17 -0
- package/dist/jsonld/Place.js.map +1 -0
- package/dist/jsonld/Place.mjs +1 -0
- package/dist/jsonld/Place.mjs.map +1 -0
- package/dist/jsonld/PostalAddress.js +17 -0
- package/dist/jsonld/PostalAddress.js.map +1 -0
- package/dist/jsonld/PostalAddress.mjs +1 -0
- package/dist/jsonld/PostalAddress.mjs.map +1 -0
- package/dist/jsonld/Product.js +17 -0
- package/dist/jsonld/Product.js.map +1 -0
- package/dist/jsonld/Product.mjs +1 -0
- package/dist/jsonld/Product.mjs.map +1 -0
- package/dist/jsonld/Property.js +17 -0
- package/dist/jsonld/Property.js.map +1 -0
- package/dist/jsonld/Property.mjs +1 -0
- package/dist/jsonld/Property.mjs.map +1 -0
- package/dist/jsonld/PropertyValue.js +17 -0
- package/dist/jsonld/PropertyValue.js.map +1 -0
- package/dist/jsonld/PropertyValue.mjs +1 -0
- package/dist/jsonld/PropertyValue.mjs.map +1 -0
- package/dist/jsonld/QualitativeValue.js +17 -0
- package/dist/jsonld/QualitativeValue.js.map +1 -0
- package/dist/jsonld/QualitativeValue.mjs +1 -0
- package/dist/jsonld/QualitativeValue.mjs.map +1 -0
- package/dist/jsonld/QuantitativeValue.js +17 -0
- package/dist/jsonld/QuantitativeValue.js.map +1 -0
- package/dist/jsonld/QuantitativeValue.mjs +1 -0
- package/dist/jsonld/QuantitativeValue.mjs.map +1 -0
- package/dist/jsonld/Rating.js +17 -0
- package/dist/jsonld/Rating.js.map +1 -0
- package/dist/jsonld/Rating.mjs +1 -0
- package/dist/jsonld/Rating.mjs.map +1 -0
- package/dist/jsonld/Review.js +17 -0
- package/dist/jsonld/Review.js.map +1 -0
- package/dist/jsonld/Review.mjs +1 -0
- package/dist/jsonld/Review.mjs.map +1 -0
- package/dist/jsonld/Service.js +17 -0
- package/dist/jsonld/Service.js.map +1 -0
- package/dist/jsonld/Service.mjs +1 -0
- package/dist/jsonld/Service.mjs.map +1 -0
- package/dist/jsonld/SoftwareApplication.js +17 -0
- package/dist/jsonld/SoftwareApplication.js.map +1 -0
- package/dist/jsonld/SoftwareApplication.mjs +1 -0
- package/dist/jsonld/SoftwareApplication.mjs.map +1 -0
- package/dist/jsonld/StructuredValue.js +17 -0
- package/dist/jsonld/StructuredValue.js.map +1 -0
- package/dist/jsonld/StructuredValue.mjs +1 -0
- package/dist/jsonld/StructuredValue.mjs.map +1 -0
- package/dist/jsonld/Text.js +17 -0
- package/dist/jsonld/Text.js.map +1 -0
- package/dist/jsonld/Text.mjs +1 -0
- package/dist/jsonld/Text.mjs.map +1 -0
- package/dist/jsonld/Thing.js +17 -0
- package/dist/jsonld/Thing.js.map +1 -0
- package/dist/jsonld/Thing.mjs +1 -0
- package/dist/jsonld/Thing.mjs.map +1 -0
- package/dist/jsonld/Time.js +17 -0
- package/dist/jsonld/Time.js.map +1 -0
- package/dist/jsonld/Time.mjs +1 -0
- package/dist/jsonld/Time.mjs.map +1 -0
- package/dist/jsonld/URL.js +17 -0
- package/dist/jsonld/URL.js.map +1 -0
- package/dist/jsonld/URL.mjs +1 -0
- package/dist/jsonld/URL.mjs.map +1 -0
- package/dist/jsonld/VirtualLocation.js +17 -0
- package/dist/jsonld/VirtualLocation.js.map +1 -0
- package/dist/jsonld/VirtualLocation.mjs +1 -0
- package/dist/jsonld/VirtualLocation.mjs.map +1 -0
- package/dist/jsonld/index.js +115 -0
- package/dist/jsonld/index.js.map +1 -0
- package/dist/jsonld/index.mjs +48 -0
- package/dist/jsonld/index.mjs.map +1 -0
- package/package.json +5 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Place.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\n\nimport { AggregateRating } from './AggrigateRating'\nimport { GeospatialGeometry } from './GeospatialGeometry'\nimport { ImageObject } from './ImageObject'\nimport { Integer } from './Integer'\nimport { Map } from './Map'\nimport { Photograph } from './Photograph'\nimport { PostalAddress } from './PostalAddress'\nimport { PropertyValue } from './PropertyValue'\nimport { Review } from './Review'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\nimport { URL } from './URL'\n\ninterface Place extends Thing, GeospatialGeometry {\n additionalProperty?: PropertyValue\n address?: PostalAddress | Text\n aggrigateRating?: AggregateRating\n amenityFeature?: unknown\n branchCode?: Text\n containedInPlace?: Place\n containsPlace?: Place\n event?: Event\n geo?: unknown\n geoLocationNumber?: Text\n hasDriveThroughService?: boolean\n hasMap?: Map | URL\n isAccessibleForFree?: boolean\n isicV4?: Text\n latitude?: number | Text\n logo?: ImageObject | URL\n longitude?: number | Text\n maximumAttendeeCapacity?: Integer\n openingHoursSpecification?: unknown\n photo?: ImageObject | Photograph\n publicAccess?: boolean\n review?: Review\n slogan?: Text\n smokingAllowed?: boolean\n specialOpeningHoursSpecification?: unknown\n telephone?: Text\n tourBookingPage?: URL\n}\n\nexport type { Place }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Place.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var PostalAddress_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(PostalAddress_exports);
|
|
17
|
+
//# sourceMappingURL=PostalAddress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/PostalAddress.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { ContactPoint } from './ContactPoint'\nimport { Country } from './Country'\nimport { Text } from './Text'\n\ninterface PostalAddress extends ContactPoint {\n addressCountry?: Country | Text\n addressLocality?: Text\n addressRegion?: Text\n postOfficeBoxNumber?: Text\n postalCode?: Text\n streetAddress?: Text\n}\n\nexport type { PostalAddress }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=PostalAddress.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Product_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Product_exports);
|
|
17
|
+
//# sourceMappingURL=Product.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Product.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AggregateRating } from './AggrigateRating'\nimport { Brand } from './Brand'\nimport { DateTime } from './DateTime'\nimport { ImageObject } from './ImageObject'\nimport { Offer } from './Offer'\nimport { Organization } from './Organization'\nimport { PropertyValue } from './PropertyValue'\nimport { QuantitativeValue } from './QuantitativeValue'\nimport { Review } from './Review'\nimport { Service } from './Service'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface Product extends Thing {\n additionalProperty?: PropertyValue\n aggregateRating?: AggregateRating\n audience?: unknown\n award?: Text\n brand?: Brand | Organization\n category?: unknown | Text | Thing | URL\n color?: Text\n depth?: unknown | QuantitativeValue\n gtin?: Text\n gtin12?: Text\n gtin13?: Text\n gtin14?: Text\n gtin8?: Text\n hasEnergyConsumptionDetails?: unknown\n hasMerchantReturnPolicy?: unknown\n height?: unknown | QuantitativeValue\n inAccessoryOrSparePartFor?: Product\n inProductGroupWithId?: Text\n isConsumableFor?: Product\n isRelatedTo?: Product | Service\n isSimilarTo?: Product | Service\n isVariantOf?: unknown\n itemCondition?: unknown\n logo?: ImageObject | URL\n manufacturer?: Organization\n material?: Product | Text | URL\n model?: unknown | Text\n mpn?: Text\n nsn?: Text\n offers?: Offer[]\n pattern?: unknown | Text\n productID?: Text\n productionDate?: DateTime\n purchaseDate?: DateTime\n review?: Review\n size?: unknown | QuantitativeValue | Text\n sku?: Text\n slogan?: Text\n weight?: QuantitativeValue\n width?: unknown | QuantitativeValue\n}\n\nexport type { Product }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Product.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Property_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Property_exports);
|
|
17
|
+
//# sourceMappingURL=Property.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Property.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Class } from './Class'\nimport { Enumeration } from './Enumeration'\nimport { Intangible } from './Intangible'\n\ninterface Property extends Intangible {\n domainIncludes?: Class\n inverseOf?: Property\n rangeIncludes?: Class\n supersededBy?: Class | Enumeration | Property\n}\n\nexport type { Property }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Property.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var PropertyValue_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(PropertyValue_exports);
|
|
17
|
+
//# sourceMappingURL=PropertyValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/PropertyValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { QualitativeValue } from './QualitativeValue'\nimport { QuantitativeValue } from './QuantitativeValue'\nimport { StructuredValue } from './StructuredValue'\nimport { URL } from './URL'\n\ninterface PropertyValue extends StructuredValue {\n maxValue?: number\n measurementTechnique?: string | URL\n minValue?: number\n propertyId?: string | URL\n unitCode?: string | URL\n unitText?: string\n value?: boolean | number | StructuredValue | string\n valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue\n}\n\nexport type { PropertyValue }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=PropertyValue.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var QualitativeValue_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(QualitativeValue_exports);
|
|
17
|
+
//# sourceMappingURL=QualitativeValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/QualitativeValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { PropertyValue } from './PropertyValue'\nimport { QuantitativeValue } from './QuantitativeValue'\nimport { StructuredValue } from './StructuredValue'\n\ninterface QualitativeValue extends Enumeration {\n additionalProperty?: PropertyValue\n equal?: QualitativeValue\n greater?: QualitativeValue\n greaterOrEqual?: QualitativeValue\n lesser?: QualitativeValue\n lesserOrEqual?: QualitativeValue\n nonEqual?: QualitativeValue\n valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue\n}\n\nexport type { QualitativeValue }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=QualitativeValue.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var QuantitativeValue_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(QuantitativeValue_exports);
|
|
17
|
+
//# sourceMappingURL=QuantitativeValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/QuantitativeValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { PropertyValue } from './PropertyValue'\nimport { QualitativeValue } from './QualitativeValue'\nimport { StructuredValue } from './StructuredValue'\nimport { URL } from './URL'\n\ninterface QuantitativeValue extends Enumeration {\n additionalProperty?: PropertyValue\n maxValue?: number\n minValue?: number\n unitCode?: string | URL\n unitText?: string\n value?: boolean | number | StructuredValue | string\n valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue\n}\n\nexport type { QuantitativeValue }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=QuantitativeValue.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Rating_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Rating_exports);
|
|
17
|
+
//# sourceMappingURL=Rating.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Rating.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Intangible } from './Intangible'\nimport { Text } from './Text'\n\ninterface Rating extends Intangible {\n bestRating?: number\n ratingExplaination?: Text\n ratingValue?: number\n reviewAspect?: Text\n worstRating?: number\n}\n\nexport type { Rating }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Rating.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Review_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Review_exports);
|
|
17
|
+
//# sourceMappingURL=Review.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Review.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { CreativeWork } from './CreativeWork'\nimport { Rating } from './Rating'\nimport { Thing } from './Thing'\n\ninterface Review extends CreativeWork {\n itemReviewed?: Thing\n reviewAspect?: Text\n reviewBody?: Text\n reviewRating?: Rating\n}\n\nexport type { Review }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Review.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Service_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Service_exports);
|
|
17
|
+
//# sourceMappingURL=Service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Service.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AdministrativeArea } from './AdministrativeArea'\nimport { AggregateRating } from './AggrigateRating'\nimport { GeoShape } from './GeoShape'\nimport { ImageObject } from './ImageObject'\nimport { Intangible } from './Intangible'\nimport { Offer } from './Offer'\nimport { Organization } from './Organization'\nimport { Person } from './Person'\nimport { Place } from './Place'\nimport { Product } from './Product'\nimport { Review } from './Review'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface Service extends Intangible {\n aggregateRating?: AggregateRating\n areaServed?: AdministrativeArea | GeoShape | Place | Text\n audience?: unknown\n availableChannel?: unknown\n award?: Text\n brand?: unknown | Organization\n broker?: Organization | Person\n category?: unknown | Text | Thing | URL\n hasOfferCatalog?: unknown\n hoursAvailable?: unknown\n isRelatedTo?: Product | Service\n isSimilarTo?: Product | Service\n logo?: ImageObject | URL\n offers?: Offer[]\n provider?: Organization | Person\n providerMobility?: Text\n review?: Review\n serviceOutput?: Thing\n serviceType?: unknown | Text\n slogan?: Text\n termsOfService?: Text | URL\n}\n\nexport type { Service }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Service.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var SoftwareApplication_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(SoftwareApplication_exports);
|
|
17
|
+
//# sourceMappingURL=SoftwareApplication.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/SoftwareApplication.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { CreativeWork } from './CreativeWork'\nimport { ImageObject } from './ImageObject'\nimport { Text } from './Text'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface SoftwareApplication extends CreativeWork {\n applicationCategory?: Text | URL\n applicationSubCategory?: Text | URL\n applicationSuite?: Text\n availableOnDevice?: Text\n countriesNotSupported?: Text\n countriesSupported?: Text\n downloadUrl?: URL\n featureList?: Text | URL\n installUrl?: URL\n memoryRequirements?: Text | URL\n operatingSystem?: Text\n permissions?: Text\n processorRequiremewnts?: Text\n releaseNotes?: Text | URL\n screenshot?: ImageObject | URL\n softwareAddOn?: SoftwareApplication\n softwareHelp?: CreativeWork\n softwareRequirements?: Text | URL\n softwareVersion?: Text\n storageRequirements?: Text | URL\n supportingData?: unknown\n}\n\nexport type { SoftwareApplication }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=SoftwareApplication.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var StructuredValue_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(StructuredValue_exports);
|
|
17
|
+
//# sourceMappingURL=StructuredValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/StructuredValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Intangible } from './Intangible'\n\ntype StructuredValue = Intangible\n\nexport type { StructuredValue }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=StructuredValue.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Text_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Text_exports);
|
|
17
|
+
//# sourceMappingURL=Text.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Text.ts"],"sourcesContent":["type Text = string | string[]\n\nexport type { Text }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Text.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Thing_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Thing_exports);
|
|
17
|
+
//# sourceMappingURL=Thing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Thing.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Action } from './Action'\nimport { Base } from './Base'\nimport { CreativeWork } from './CreativeWork'\nimport { ImageObject } from './ImageObject'\nimport { PropertyValue } from './PropertyValue'\nimport { Text } from './Text'\nimport { URL } from './URL'\n\ninterface Thing extends Base {\n additionalType?: URL\n alternateName?: Text\n description?: Text\n disambiguatingDescription?: Text\n identifier?: PropertyValue | Text | URL\n image?: ImageObject | URL\n mainIdentityOfPage?: CreativeWork | URL\n name?: Text\n potentialAction?: Action\n sameAs?: URL\n subjectOf?: CreativeWork | Event\n url?: URL\n}\n\nexport type { Thing }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Thing.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Time_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Time_exports);
|
|
17
|
+
//# sourceMappingURL=Time.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Time.ts"],"sourcesContent":["type Time = string\n\nexport type { Time }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Time.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var URL_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(URL_exports);
|
|
17
|
+
//# sourceMappingURL=URL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/URL.ts"],"sourcesContent":["type URL = string | string[]\n\nexport type { URL }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=URL.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var VirtualLocation_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(VirtualLocation_exports);
|
|
17
|
+
//# sourceMappingURL=VirtualLocation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/VirtualLocation.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\n\nimport { Thing } from './Thing'\n\ntype VirtualLocation = Thing\n\nexport type { VirtualLocation }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=VirtualLocation.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var jsonld_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(jsonld_exports);
|
|
18
|
+
__reExport(jsonld_exports, require("./Action"), module.exports);
|
|
19
|
+
__reExport(jsonld_exports, require("./ActionStatusType"), module.exports);
|
|
20
|
+
__reExport(jsonld_exports, require("./AdministrativeArea"), module.exports);
|
|
21
|
+
__reExport(jsonld_exports, require("./AggrigateRating"), module.exports);
|
|
22
|
+
__reExport(jsonld_exports, require("./Article"), module.exports);
|
|
23
|
+
__reExport(jsonld_exports, require("./Base"), module.exports);
|
|
24
|
+
__reExport(jsonld_exports, require("./Brand"), module.exports);
|
|
25
|
+
__reExport(jsonld_exports, require("./Class"), module.exports);
|
|
26
|
+
__reExport(jsonld_exports, require("./ContactPoint"), module.exports);
|
|
27
|
+
__reExport(jsonld_exports, require("./ContactPointOption"), module.exports);
|
|
28
|
+
__reExport(jsonld_exports, require("./Country"), module.exports);
|
|
29
|
+
__reExport(jsonld_exports, require("./CreativeWork"), module.exports);
|
|
30
|
+
__reExport(jsonld_exports, require("./DateTime"), module.exports);
|
|
31
|
+
__reExport(jsonld_exports, require("./EntryPoint"), module.exports);
|
|
32
|
+
__reExport(jsonld_exports, require("./Enumeration"), module.exports);
|
|
33
|
+
__reExport(jsonld_exports, require("./GeoShape"), module.exports);
|
|
34
|
+
__reExport(jsonld_exports, require("./GeospatialGeometry"), module.exports);
|
|
35
|
+
__reExport(jsonld_exports, require("./ImageObject"), module.exports);
|
|
36
|
+
__reExport(jsonld_exports, require("./Intangible"), module.exports);
|
|
37
|
+
__reExport(jsonld_exports, require("./Integer"), module.exports);
|
|
38
|
+
__reExport(jsonld_exports, require("./ItemAvailability"), module.exports);
|
|
39
|
+
__reExport(jsonld_exports, require("./Language"), module.exports);
|
|
40
|
+
__reExport(jsonld_exports, require("./Map"), module.exports);
|
|
41
|
+
__reExport(jsonld_exports, require("./MapCategoryType"), module.exports);
|
|
42
|
+
__reExport(jsonld_exports, require("./MediaObject"), module.exports);
|
|
43
|
+
__reExport(jsonld_exports, require("./MobileApplication"), module.exports);
|
|
44
|
+
__reExport(jsonld_exports, require("./Offer"), module.exports);
|
|
45
|
+
__reExport(jsonld_exports, require("./Organization"), module.exports);
|
|
46
|
+
__reExport(jsonld_exports, require("./Person"), module.exports);
|
|
47
|
+
__reExport(jsonld_exports, require("./Photograph"), module.exports);
|
|
48
|
+
__reExport(jsonld_exports, require("./Place"), module.exports);
|
|
49
|
+
__reExport(jsonld_exports, require("./PostalAddress"), module.exports);
|
|
50
|
+
__reExport(jsonld_exports, require("./Product"), module.exports);
|
|
51
|
+
__reExport(jsonld_exports, require("./Property"), module.exports);
|
|
52
|
+
__reExport(jsonld_exports, require("./PropertyValue"), module.exports);
|
|
53
|
+
__reExport(jsonld_exports, require("./QualitativeValue"), module.exports);
|
|
54
|
+
__reExport(jsonld_exports, require("./QuantitativeValue"), module.exports);
|
|
55
|
+
__reExport(jsonld_exports, require("./Rating"), module.exports);
|
|
56
|
+
__reExport(jsonld_exports, require("./Review"), module.exports);
|
|
57
|
+
__reExport(jsonld_exports, require("./Service"), module.exports);
|
|
58
|
+
__reExport(jsonld_exports, require("./SoftwareApplication"), module.exports);
|
|
59
|
+
__reExport(jsonld_exports, require("./StructuredValue"), module.exports);
|
|
60
|
+
__reExport(jsonld_exports, require("./Text"), module.exports);
|
|
61
|
+
__reExport(jsonld_exports, require("./Thing"), module.exports);
|
|
62
|
+
__reExport(jsonld_exports, require("./Time"), module.exports);
|
|
63
|
+
__reExport(jsonld_exports, require("./URL"), module.exports);
|
|
64
|
+
__reExport(jsonld_exports, require("./VirtualLocation"), module.exports);
|
|
65
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
66
|
+
0 && (module.exports = {
|
|
67
|
+
...require("./Action"),
|
|
68
|
+
...require("./ActionStatusType"),
|
|
69
|
+
...require("./AdministrativeArea"),
|
|
70
|
+
...require("./AggrigateRating"),
|
|
71
|
+
...require("./Article"),
|
|
72
|
+
...require("./Base"),
|
|
73
|
+
...require("./Brand"),
|
|
74
|
+
...require("./Class"),
|
|
75
|
+
...require("./ContactPoint"),
|
|
76
|
+
...require("./ContactPointOption"),
|
|
77
|
+
...require("./Country"),
|
|
78
|
+
...require("./CreativeWork"),
|
|
79
|
+
...require("./DateTime"),
|
|
80
|
+
...require("./EntryPoint"),
|
|
81
|
+
...require("./Enumeration"),
|
|
82
|
+
...require("./GeoShape"),
|
|
83
|
+
...require("./GeospatialGeometry"),
|
|
84
|
+
...require("./ImageObject"),
|
|
85
|
+
...require("./Intangible"),
|
|
86
|
+
...require("./Integer"),
|
|
87
|
+
...require("./ItemAvailability"),
|
|
88
|
+
...require("./Language"),
|
|
89
|
+
...require("./Map"),
|
|
90
|
+
...require("./MapCategoryType"),
|
|
91
|
+
...require("./MediaObject"),
|
|
92
|
+
...require("./MobileApplication"),
|
|
93
|
+
...require("./Offer"),
|
|
94
|
+
...require("./Organization"),
|
|
95
|
+
...require("./Person"),
|
|
96
|
+
...require("./Photograph"),
|
|
97
|
+
...require("./Place"),
|
|
98
|
+
...require("./PostalAddress"),
|
|
99
|
+
...require("./Product"),
|
|
100
|
+
...require("./Property"),
|
|
101
|
+
...require("./PropertyValue"),
|
|
102
|
+
...require("./QualitativeValue"),
|
|
103
|
+
...require("./QuantitativeValue"),
|
|
104
|
+
...require("./Rating"),
|
|
105
|
+
...require("./Review"),
|
|
106
|
+
...require("./Service"),
|
|
107
|
+
...require("./SoftwareApplication"),
|
|
108
|
+
...require("./StructuredValue"),
|
|
109
|
+
...require("./Text"),
|
|
110
|
+
...require("./Thing"),
|
|
111
|
+
...require("./Time"),
|
|
112
|
+
...require("./URL"),
|
|
113
|
+
...require("./VirtualLocation")
|
|
114
|
+
});
|
|
115
|
+
//# sourceMappingURL=index.js.map
|