@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,57 @@
|
|
|
1
|
+
import { AggregateRating } from './AggrigateRating';
|
|
2
|
+
import { Brand } from './Brand';
|
|
3
|
+
import { DateTime } from './DateTime';
|
|
4
|
+
import { ImageObject } from './ImageObject';
|
|
5
|
+
import { Offer } from './Offer';
|
|
6
|
+
import { Organization } from './Organization';
|
|
7
|
+
import { PropertyValue } from './PropertyValue';
|
|
8
|
+
import { QuantitativeValue } from './QuantitativeValue';
|
|
9
|
+
import { Review } from './Review';
|
|
10
|
+
import { Service } from './Service';
|
|
11
|
+
import { Text } from './Text';
|
|
12
|
+
import { Thing } from './Thing';
|
|
13
|
+
import { URL } from './URL';
|
|
14
|
+
interface Product extends Thing {
|
|
15
|
+
additionalProperty?: PropertyValue;
|
|
16
|
+
aggregateRating?: AggregateRating;
|
|
17
|
+
audience?: unknown;
|
|
18
|
+
award?: Text;
|
|
19
|
+
brand?: Brand | Organization;
|
|
20
|
+
category?: unknown | Text | Thing | URL;
|
|
21
|
+
color?: Text;
|
|
22
|
+
depth?: unknown | QuantitativeValue;
|
|
23
|
+
gtin?: Text;
|
|
24
|
+
gtin12?: Text;
|
|
25
|
+
gtin13?: Text;
|
|
26
|
+
gtin14?: Text;
|
|
27
|
+
gtin8?: Text;
|
|
28
|
+
hasEnergyConsumptionDetails?: unknown;
|
|
29
|
+
hasMerchantReturnPolicy?: unknown;
|
|
30
|
+
height?: unknown | QuantitativeValue;
|
|
31
|
+
inAccessoryOrSparePartFor?: Product;
|
|
32
|
+
inProductGroupWithId?: Text;
|
|
33
|
+
isConsumableFor?: Product;
|
|
34
|
+
isRelatedTo?: Product | Service;
|
|
35
|
+
isSimilarTo?: Product | Service;
|
|
36
|
+
isVariantOf?: unknown;
|
|
37
|
+
itemCondition?: unknown;
|
|
38
|
+
logo?: ImageObject | URL;
|
|
39
|
+
manufacturer?: Organization;
|
|
40
|
+
material?: Product | Text | URL;
|
|
41
|
+
model?: unknown | Text;
|
|
42
|
+
mpn?: Text;
|
|
43
|
+
nsn?: Text;
|
|
44
|
+
offers?: Offer[];
|
|
45
|
+
pattern?: unknown | Text;
|
|
46
|
+
productID?: Text;
|
|
47
|
+
productionDate?: DateTime;
|
|
48
|
+
purchaseDate?: DateTime;
|
|
49
|
+
review?: Review;
|
|
50
|
+
size?: unknown | QuantitativeValue | Text;
|
|
51
|
+
sku?: Text;
|
|
52
|
+
slogan?: Text;
|
|
53
|
+
weight?: QuantitativeValue;
|
|
54
|
+
width?: unknown | QuantitativeValue;
|
|
55
|
+
}
|
|
56
|
+
export type { Product };
|
|
57
|
+
//# sourceMappingURL=Product.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Product.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Product.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Class } from './Class';
|
|
2
|
+
import { Enumeration } from './Enumeration';
|
|
3
|
+
import { Intangible } from './Intangible';
|
|
4
|
+
interface Property extends Intangible {
|
|
5
|
+
domainIncludes?: Class;
|
|
6
|
+
inverseOf?: Property;
|
|
7
|
+
rangeIncludes?: Class;
|
|
8
|
+
supersededBy?: Class | Enumeration | Property;
|
|
9
|
+
}
|
|
10
|
+
export type { Property };
|
|
11
|
+
//# sourceMappingURL=Property.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Property.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Property.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC,UAAU,QAAS,SAAQ,UAAU;IACnC,cAAc,CAAC,EAAE,KAAK,CAAA;IACtB,SAAS,CAAC,EAAE,QAAQ,CAAA;IACpB,aAAa,CAAC,EAAE,KAAK,CAAA;IACrB,YAAY,CAAC,EAAE,KAAK,GAAG,WAAW,GAAG,QAAQ,CAAA;CAC9C;AAED,YAAY,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Property.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Enumeration } from './Enumeration';
|
|
2
|
+
import { QualitativeValue } from './QualitativeValue';
|
|
3
|
+
import { QuantitativeValue } from './QuantitativeValue';
|
|
4
|
+
import { StructuredValue } from './StructuredValue';
|
|
5
|
+
import { URL } from './URL';
|
|
6
|
+
interface PropertyValue extends StructuredValue {
|
|
7
|
+
maxValue?: number;
|
|
8
|
+
measurementTechnique?: string | URL;
|
|
9
|
+
minValue?: number;
|
|
10
|
+
propertyId?: string | URL;
|
|
11
|
+
unitCode?: string | URL;
|
|
12
|
+
unitText?: string;
|
|
13
|
+
value?: boolean | number | StructuredValue | string;
|
|
14
|
+
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
15
|
+
}
|
|
16
|
+
export type { PropertyValue };
|
|
17
|
+
//# sourceMappingURL=PropertyValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropertyValue.d.ts","sourceRoot":"","sources":["../../../src/jsonld/PropertyValue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAE3B,UAAU,aAAc,SAAQ,eAAe;IAC7C,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,oBAAoB,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;IACzB,QAAQ,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,eAAe,GAAG,MAAM,CAAA;IACnD,cAAc,CAAC,EAAE,WAAW,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,eAAe,CAAA;CACtG;AAED,YAAY,EAAE,aAAa,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=PropertyValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Enumeration } from './Enumeration';
|
|
2
|
+
import { PropertyValue } from './PropertyValue';
|
|
3
|
+
import { QuantitativeValue } from './QuantitativeValue';
|
|
4
|
+
import { StructuredValue } from './StructuredValue';
|
|
5
|
+
interface QualitativeValue extends Enumeration {
|
|
6
|
+
additionalProperty?: PropertyValue;
|
|
7
|
+
equal?: QualitativeValue;
|
|
8
|
+
greater?: QualitativeValue;
|
|
9
|
+
greaterOrEqual?: QualitativeValue;
|
|
10
|
+
lesser?: QualitativeValue;
|
|
11
|
+
lesserOrEqual?: QualitativeValue;
|
|
12
|
+
nonEqual?: QualitativeValue;
|
|
13
|
+
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
14
|
+
}
|
|
15
|
+
export type { QualitativeValue };
|
|
16
|
+
//# sourceMappingURL=QualitativeValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QualitativeValue.d.ts","sourceRoot":"","sources":["../../../src/jsonld/QualitativeValue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAEnD,UAAU,gBAAiB,SAAQ,WAAW;IAC5C,kBAAkB,CAAC,EAAE,aAAa,CAAA;IAClC,KAAK,CAAC,EAAE,gBAAgB,CAAA;IACxB,OAAO,CAAC,EAAE,gBAAgB,CAAA;IAC1B,cAAc,CAAC,EAAE,gBAAgB,CAAA;IACjC,MAAM,CAAC,EAAE,gBAAgB,CAAA;IACzB,aAAa,CAAC,EAAE,gBAAgB,CAAA;IAChC,QAAQ,CAAC,EAAE,gBAAgB,CAAA;IAC3B,cAAc,CAAC,EAAE,WAAW,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,eAAe,CAAA;CACtG;AAED,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=QualitativeValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Enumeration } from './Enumeration';
|
|
2
|
+
import { PropertyValue } from './PropertyValue';
|
|
3
|
+
import { QualitativeValue } from './QualitativeValue';
|
|
4
|
+
import { StructuredValue } from './StructuredValue';
|
|
5
|
+
import { URL } from './URL';
|
|
6
|
+
interface QuantitativeValue extends Enumeration {
|
|
7
|
+
additionalProperty?: PropertyValue;
|
|
8
|
+
maxValue?: number;
|
|
9
|
+
minValue?: number;
|
|
10
|
+
unitCode?: string | URL;
|
|
11
|
+
unitText?: string;
|
|
12
|
+
value?: boolean | number | StructuredValue | string;
|
|
13
|
+
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
14
|
+
}
|
|
15
|
+
export type { QuantitativeValue };
|
|
16
|
+
//# sourceMappingURL=QuantitativeValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuantitativeValue.d.ts","sourceRoot":"","sources":["../../../src/jsonld/QuantitativeValue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAE3B,UAAU,iBAAkB,SAAQ,WAAW;IAC7C,kBAAkB,CAAC,EAAE,aAAa,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,eAAe,GAAG,MAAM,CAAA;IACnD,cAAc,CAAC,EAAE,WAAW,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,eAAe,CAAA;CACtG;AAED,YAAY,EAAE,iBAAiB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=QuantitativeValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Intangible } from './Intangible';
|
|
2
|
+
import { Text } from './Text';
|
|
3
|
+
interface Rating extends Intangible {
|
|
4
|
+
bestRating?: number;
|
|
5
|
+
ratingExplaination?: Text;
|
|
6
|
+
ratingValue?: number;
|
|
7
|
+
reviewAspect?: Text;
|
|
8
|
+
worstRating?: number;
|
|
9
|
+
}
|
|
10
|
+
export type { Rating };
|
|
11
|
+
//# sourceMappingURL=Rating.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Rating.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAE7B,UAAU,MAAO,SAAQ,UAAU;IACjC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,kBAAkB,CAAC,EAAE,IAAI,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,IAAI,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,YAAY,EAAE,MAAM,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Rating.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CreativeWork } from './CreativeWork';
|
|
2
|
+
import { Rating } from './Rating';
|
|
3
|
+
import { Thing } from './Thing';
|
|
4
|
+
interface Review extends CreativeWork {
|
|
5
|
+
itemReviewed?: Thing;
|
|
6
|
+
reviewAspect?: Text;
|
|
7
|
+
reviewBody?: Text;
|
|
8
|
+
reviewRating?: Rating;
|
|
9
|
+
}
|
|
10
|
+
export type { Review };
|
|
11
|
+
//# sourceMappingURL=Review.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Review.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Review.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE/B,UAAU,MAAO,SAAQ,YAAY;IACnC,YAAY,CAAC,EAAE,KAAK,CAAA;IACpB,YAAY,CAAC,EAAE,IAAI,CAAA;IACnB,UAAU,CAAC,EAAE,IAAI,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,YAAY,EAAE,MAAM,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Review.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { AdministrativeArea } from './AdministrativeArea';
|
|
2
|
+
import { AggregateRating } from './AggrigateRating';
|
|
3
|
+
import { GeoShape } from './GeoShape';
|
|
4
|
+
import { ImageObject } from './ImageObject';
|
|
5
|
+
import { Intangible } from './Intangible';
|
|
6
|
+
import { Offer } from './Offer';
|
|
7
|
+
import { Organization } from './Organization';
|
|
8
|
+
import { Person } from './Person';
|
|
9
|
+
import { Place } from './Place';
|
|
10
|
+
import { Product } from './Product';
|
|
11
|
+
import { Review } from './Review';
|
|
12
|
+
import { Text } from './Text';
|
|
13
|
+
import { Thing } from './Thing';
|
|
14
|
+
import { URL } from './URL';
|
|
15
|
+
interface Service extends Intangible {
|
|
16
|
+
aggregateRating?: AggregateRating;
|
|
17
|
+
areaServed?: AdministrativeArea | GeoShape | Place | Text;
|
|
18
|
+
audience?: unknown;
|
|
19
|
+
availableChannel?: unknown;
|
|
20
|
+
award?: Text;
|
|
21
|
+
brand?: unknown | Organization;
|
|
22
|
+
broker?: Organization | Person;
|
|
23
|
+
category?: unknown | Text | Thing | URL;
|
|
24
|
+
hasOfferCatalog?: unknown;
|
|
25
|
+
hoursAvailable?: unknown;
|
|
26
|
+
isRelatedTo?: Product | Service;
|
|
27
|
+
isSimilarTo?: Product | Service;
|
|
28
|
+
logo?: ImageObject | URL;
|
|
29
|
+
offers?: Offer[];
|
|
30
|
+
provider?: Organization | Person;
|
|
31
|
+
providerMobility?: Text;
|
|
32
|
+
review?: Review;
|
|
33
|
+
serviceOutput?: Thing;
|
|
34
|
+
serviceType?: unknown | Text;
|
|
35
|
+
slogan?: Text;
|
|
36
|
+
termsOfService?: Text | URL;
|
|
37
|
+
}
|
|
38
|
+
export type { Service };
|
|
39
|
+
//# sourceMappingURL=Service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Service.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAG3B,UAAU,OAAQ,SAAQ,UAAU;IAClC,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,UAAU,CAAC,EAAE,kBAAkB,GAAG,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAA;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,KAAK,CAAC,EAAE,IAAI,CAAA;IACZ,KAAK,CAAC,EAAE,OAAO,GAAG,YAAY,CAAA;IAC9B,MAAM,CAAC,EAAE,YAAY,GAAG,MAAM,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,KAAK,GAAG,GAAG,CAAA;IACvC,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,GAAG,OAAO,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,OAAO,CAAA;IAC/B,IAAI,CAAC,EAAE,WAAW,GAAG,GAAG,CAAA;IACxB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAChB,QAAQ,CAAC,EAAE,YAAY,GAAG,MAAM,CAAA;IAChC,gBAAgB,CAAC,EAAE,IAAI,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,KAAK,CAAA;IACrB,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC5B,MAAM,CAAC,EAAE,IAAI,CAAA;IACb,cAAc,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;CAC5B;AAED,YAAY,EAAE,OAAO,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CreativeWork } from './CreativeWork';
|
|
2
|
+
import { ImageObject } from './ImageObject';
|
|
3
|
+
import { Text } from './Text';
|
|
4
|
+
import { URL } from './URL';
|
|
5
|
+
interface SoftwareApplication extends CreativeWork {
|
|
6
|
+
applicationCategory?: Text | URL;
|
|
7
|
+
applicationSubCategory?: Text | URL;
|
|
8
|
+
applicationSuite?: Text;
|
|
9
|
+
availableOnDevice?: Text;
|
|
10
|
+
countriesNotSupported?: Text;
|
|
11
|
+
countriesSupported?: Text;
|
|
12
|
+
downloadUrl?: URL;
|
|
13
|
+
featureList?: Text | URL;
|
|
14
|
+
installUrl?: URL;
|
|
15
|
+
memoryRequirements?: Text | URL;
|
|
16
|
+
operatingSystem?: Text;
|
|
17
|
+
permissions?: Text;
|
|
18
|
+
processorRequiremewnts?: Text;
|
|
19
|
+
releaseNotes?: Text | URL;
|
|
20
|
+
screenshot?: ImageObject | URL;
|
|
21
|
+
softwareAddOn?: SoftwareApplication;
|
|
22
|
+
softwareHelp?: CreativeWork;
|
|
23
|
+
softwareRequirements?: Text | URL;
|
|
24
|
+
softwareVersion?: Text;
|
|
25
|
+
storageRequirements?: Text | URL;
|
|
26
|
+
supportingData?: unknown;
|
|
27
|
+
}
|
|
28
|
+
export type { SoftwareApplication };
|
|
29
|
+
//# sourceMappingURL=SoftwareApplication.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SoftwareApplication.d.ts","sourceRoot":"","sources":["../../../src/jsonld/SoftwareApplication.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAG3B,UAAU,mBAAoB,SAAQ,YAAY;IAChD,mBAAmB,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;IAChC,sBAAsB,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;IACnC,gBAAgB,CAAC,EAAE,IAAI,CAAA;IACvB,iBAAiB,CAAC,EAAE,IAAI,CAAA;IACxB,qBAAqB,CAAC,EAAE,IAAI,CAAA;IAC5B,kBAAkB,CAAC,EAAE,IAAI,CAAA;IACzB,WAAW,CAAC,EAAE,GAAG,CAAA;IACjB,WAAW,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;IACxB,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,kBAAkB,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;IAC/B,eAAe,CAAC,EAAE,IAAI,CAAA;IACtB,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,sBAAsB,CAAC,EAAE,IAAI,CAAA;IAC7B,YAAY,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;IACzB,UAAU,CAAC,EAAE,WAAW,GAAG,GAAG,CAAA;IAC9B,aAAa,CAAC,EAAE,mBAAmB,CAAA;IACnC,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,oBAAoB,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;IACjC,eAAe,CAAC,EAAE,IAAI,CAAA;IACtB,mBAAmB,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;IAChC,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB;AAED,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=SoftwareApplication.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StructuredValue.d.ts","sourceRoot":"","sources":["../../../src/jsonld/StructuredValue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC,KAAK,eAAe,GAAG,UAAU,CAAA;AAEjC,YAAY,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=StructuredValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Text.ts"],"names":[],"mappings":"AAAA,KAAK,IAAI,GAAG,MAAM,GAAG,MAAM,EAAE,CAAA;AAE7B,YAAY,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Text.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Action } from './Action';
|
|
2
|
+
import { Base } from './Base';
|
|
3
|
+
import { CreativeWork } from './CreativeWork';
|
|
4
|
+
import { ImageObject } from './ImageObject';
|
|
5
|
+
import { PropertyValue } from './PropertyValue';
|
|
6
|
+
import { Text } from './Text';
|
|
7
|
+
import { URL } from './URL';
|
|
8
|
+
interface Thing extends Base {
|
|
9
|
+
additionalType?: URL;
|
|
10
|
+
alternateName?: Text;
|
|
11
|
+
description?: Text;
|
|
12
|
+
disambiguatingDescription?: Text;
|
|
13
|
+
identifier?: PropertyValue | Text | URL;
|
|
14
|
+
image?: ImageObject | URL;
|
|
15
|
+
mainIdentityOfPage?: CreativeWork | URL;
|
|
16
|
+
name?: Text;
|
|
17
|
+
potentialAction?: Action;
|
|
18
|
+
sameAs?: URL;
|
|
19
|
+
subjectOf?: CreativeWork | Event;
|
|
20
|
+
url?: URL;
|
|
21
|
+
}
|
|
22
|
+
export type { Thing };
|
|
23
|
+
//# sourceMappingURL=Thing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Thing.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Thing.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAE3B,UAAU,KAAM,SAAQ,IAAI;IAC1B,cAAc,CAAC,EAAE,GAAG,CAAA;IACpB,aAAa,CAAC,EAAE,IAAI,CAAA;IACpB,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,yBAAyB,CAAC,EAAE,IAAI,CAAA;IAChC,UAAU,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,GAAG,CAAA;IACvC,KAAK,CAAC,EAAE,WAAW,GAAG,GAAG,CAAA;IACzB,kBAAkB,CAAC,EAAE,YAAY,GAAG,GAAG,CAAA;IACvC,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,MAAM,CAAC,EAAE,GAAG,CAAA;IACZ,SAAS,CAAC,EAAE,YAAY,GAAG,KAAK,CAAA;IAChC,GAAG,CAAC,EAAE,GAAG,CAAA;CACV;AAED,YAAY,EAAE,KAAK,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Thing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Time.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Time.ts"],"names":[],"mappings":"AAAA,KAAK,IAAI,GAAG,MAAM,CAAA;AAElB,YAAY,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Time.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"URL.d.ts","sourceRoot":"","sources":["../../../src/jsonld/URL.ts"],"names":[],"mappings":"AAAA,KAAK,GAAG,GAAG,MAAM,GAAG,MAAM,EAAE,CAAA;AAE5B,YAAY,EAAE,GAAG,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=URL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VirtualLocation.d.ts","sourceRoot":"","sources":["../../../src/jsonld/VirtualLocation.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE/B,KAAK,eAAe,GAAG,KAAK,CAAA;AAE5B,YAAY,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=VirtualLocation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export * from './Action';
|
|
2
|
+
export * from './ActionStatusType';
|
|
3
|
+
export * from './AdministrativeArea';
|
|
4
|
+
export * from './AggrigateRating';
|
|
5
|
+
export * from './Article';
|
|
6
|
+
export * from './Base';
|
|
7
|
+
export * from './Brand';
|
|
8
|
+
export * from './Class';
|
|
9
|
+
export * from './ContactPoint';
|
|
10
|
+
export * from './ContactPointOption';
|
|
11
|
+
export * from './Country';
|
|
12
|
+
export * from './CreativeWork';
|
|
13
|
+
export * from './DateTime';
|
|
14
|
+
export * from './EntryPoint';
|
|
15
|
+
export * from './Enumeration';
|
|
16
|
+
export * from './GeoShape';
|
|
17
|
+
export * from './GeospatialGeometry';
|
|
18
|
+
export * from './ImageObject';
|
|
19
|
+
export * from './Intangible';
|
|
20
|
+
export * from './Integer';
|
|
21
|
+
export * from './ItemAvailability';
|
|
22
|
+
export * from './Language';
|
|
23
|
+
export * from './Map';
|
|
24
|
+
export * from './MapCategoryType';
|
|
25
|
+
export * from './MediaObject';
|
|
26
|
+
export * from './MobileApplication';
|
|
27
|
+
export * from './Offer';
|
|
28
|
+
export * from './Organization';
|
|
29
|
+
export * from './Person';
|
|
30
|
+
export * from './Photograph';
|
|
31
|
+
export * from './Place';
|
|
32
|
+
export * from './PostalAddress';
|
|
33
|
+
export * from './Product';
|
|
34
|
+
export * from './Property';
|
|
35
|
+
export * from './PropertyValue';
|
|
36
|
+
export * from './QualitativeValue';
|
|
37
|
+
export * from './QuantitativeValue';
|
|
38
|
+
export * from './Rating';
|
|
39
|
+
export * from './Review';
|
|
40
|
+
export * from './Service';
|
|
41
|
+
export * from './SoftwareApplication';
|
|
42
|
+
export * from './StructuredValue';
|
|
43
|
+
export * from './Text';
|
|
44
|
+
export * from './Thing';
|
|
45
|
+
export * from './Time';
|
|
46
|
+
export * from './URL';
|
|
47
|
+
export * from './VirtualLocation';
|
|
48
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/jsonld/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,WAAW,CAAA;AACzB,cAAc,QAAQ,CAAA;AACtB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,sBAAsB,CAAA;AACpC,cAAc,eAAe,CAAA;AAC7B,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA;AACzB,cAAc,oBAAoB,CAAA;AAClC,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA;AACrB,cAAc,mBAAmB,CAAA;AACjC,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,SAAS,CAAA;AACvB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,QAAQ,CAAA;AACtB,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA;AACtB,cAAc,OAAO,CAAA;AACrB,cAAc,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export * from "./Action";
|
|
2
|
+
export * from "./ActionStatusType";
|
|
3
|
+
export * from "./AdministrativeArea";
|
|
4
|
+
export * from "./AggrigateRating";
|
|
5
|
+
export * from "./Article";
|
|
6
|
+
export * from "./Base";
|
|
7
|
+
export * from "./Brand";
|
|
8
|
+
export * from "./Class";
|
|
9
|
+
export * from "./ContactPoint";
|
|
10
|
+
export * from "./ContactPointOption";
|
|
11
|
+
export * from "./Country";
|
|
12
|
+
export * from "./CreativeWork";
|
|
13
|
+
export * from "./DateTime";
|
|
14
|
+
export * from "./EntryPoint";
|
|
15
|
+
export * from "./Enumeration";
|
|
16
|
+
export * from "./GeoShape";
|
|
17
|
+
export * from "./GeospatialGeometry";
|
|
18
|
+
export * from "./ImageObject";
|
|
19
|
+
export * from "./Intangible";
|
|
20
|
+
export * from "./Integer";
|
|
21
|
+
export * from "./ItemAvailability";
|
|
22
|
+
export * from "./Language";
|
|
23
|
+
export * from "./Map";
|
|
24
|
+
export * from "./MapCategoryType";
|
|
25
|
+
export * from "./MediaObject";
|
|
26
|
+
export * from "./MobileApplication";
|
|
27
|
+
export * from "./Offer";
|
|
28
|
+
export * from "./Organization";
|
|
29
|
+
export * from "./Person";
|
|
30
|
+
export * from "./Photograph";
|
|
31
|
+
export * from "./Place";
|
|
32
|
+
export * from "./PostalAddress";
|
|
33
|
+
export * from "./Product";
|
|
34
|
+
export * from "./Property";
|
|
35
|
+
export * from "./PropertyValue";
|
|
36
|
+
export * from "./QualitativeValue";
|
|
37
|
+
export * from "./QuantitativeValue";
|
|
38
|
+
export * from "./Rating";
|
|
39
|
+
export * from "./Review";
|
|
40
|
+
export * from "./Service";
|
|
41
|
+
export * from "./SoftwareApplication";
|
|
42
|
+
export * from "./StructuredValue";
|
|
43
|
+
export * from "./Text";
|
|
44
|
+
export * from "./Thing";
|
|
45
|
+
export * from "./Time";
|
|
46
|
+
export * from "./URL";
|
|
47
|
+
export * from "./VirtualLocation";
|
|
48
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/index.ts"],"sourcesContent":["export * from './Action'\nexport * from './ActionStatusType'\nexport * from './AdministrativeArea'\nexport * from './AggrigateRating'\nexport * from './Article'\nexport * from './Base'\nexport * from './Brand'\nexport * from './Class'\nexport * from './ContactPoint'\nexport * from './ContactPointOption'\nexport * from './Country'\nexport * from './CreativeWork'\nexport * from './DateTime'\nexport * from './EntryPoint'\nexport * from './Enumeration'\nexport * from './GeoShape'\nexport * from './GeospatialGeometry'\nexport * from './ImageObject'\nexport * from './Intangible'\nexport * from './Integer'\nexport * from './ItemAvailability'\nexport * from './Language'\nexport * from './Map'\nexport * from './MapCategoryType'\nexport * from './MediaObject'\nexport * from './MobileApplication'\nexport * from './Offer'\nexport * from './Organization'\nexport * from './Person'\nexport * from './Photograph'\nexport * from './Place'\nexport * from './PostalAddress'\nexport * from './Product'\nexport * from './Property'\nexport * from './PropertyValue'\nexport * from './QualitativeValue'\nexport * from './QuantitativeValue'\nexport * from './Rating'\nexport * from './Review'\nexport * from './Service'\nexport * from './SoftwareApplication'\nexport * from './StructuredValue'\nexport * from './Text'\nexport * from './Thing'\nexport * from './Time'\nexport * from './URL'\nexport * from './VirtualLocation'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|