@xylabs/react-rich-result 3.1.0-rc.3 → 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
package/dist/index.js
CHANGED
|
@@ -3,10 +3,6 @@ var __defProp = Object.defineProperty;
|
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
6
|
var __copyProps = (to, from, except, desc) => {
|
|
11
7
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
8
|
for (let key of __getOwnPropNames(from))
|
|
@@ -15,72 +11,15 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
11
|
}
|
|
16
12
|
return to;
|
|
17
13
|
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
18
15
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/index.ts
|
|
21
16
|
var src_exports = {};
|
|
22
|
-
__export(src_exports, {
|
|
23
|
-
ActionStatusType: () => ActionStatusType,
|
|
24
|
-
ContactPointOption: () => ContactPointOption,
|
|
25
|
-
ItemAvailability: () => ItemAvailability,
|
|
26
|
-
MapCategoryType: () => MapCategoryType,
|
|
27
|
-
RichResult: () => RichResult
|
|
28
|
-
});
|
|
29
17
|
module.exports = __toCommonJS(src_exports);
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
var ActionStatusType = /* @__PURE__ */ ((ActionStatusType2) => {
|
|
33
|
-
ActionStatusType2["ActiveActionStatus"] = "ActiveActionStatus";
|
|
34
|
-
ActionStatusType2["CompletedActionStatus"] = "CompletedActionStatus";
|
|
35
|
-
ActionStatusType2["FailedActionStatus"] = "FailedActionStatus";
|
|
36
|
-
ActionStatusType2["PotentialActionStatus"] = "PotentialActionStatus";
|
|
37
|
-
return ActionStatusType2;
|
|
38
|
-
})(ActionStatusType || {});
|
|
39
|
-
|
|
40
|
-
// src/jsonld/ContactPointOption.ts
|
|
41
|
-
var ContactPointOption = /* @__PURE__ */ ((ContactPointOption2) => {
|
|
42
|
-
ContactPointOption2["HearingImpairedSupported"] = "HearingImpairedSupported";
|
|
43
|
-
ContactPointOption2["TollFree"] = "TollFree";
|
|
44
|
-
return ContactPointOption2;
|
|
45
|
-
})(ContactPointOption || {});
|
|
46
|
-
|
|
47
|
-
// src/jsonld/ItemAvailability.ts
|
|
48
|
-
var ItemAvailability = /* @__PURE__ */ ((ItemAvailability2) => {
|
|
49
|
-
ItemAvailability2["Discontinued"] = "https://schema.org/Discontinued";
|
|
50
|
-
ItemAvailability2["InStock"] = "https://schema.org/InStock";
|
|
51
|
-
ItemAvailability2["InStoreOnly"] = "https://schema.org/InStoreOnly";
|
|
52
|
-
ItemAvailability2["LimitedAvailability"] = "https://schema.org/LimitedAvailability";
|
|
53
|
-
ItemAvailability2["OnlineOnly"] = "https://schema.org/OnlineOnly";
|
|
54
|
-
ItemAvailability2["OutOfStock"] = "https://schema.org/OutOfStock";
|
|
55
|
-
ItemAvailability2["PreOrder"] = "https://schema.org/PreOrder";
|
|
56
|
-
ItemAvailability2["PreSale"] = "https://schema.org/PreSale";
|
|
57
|
-
ItemAvailability2["SoldOut"] = "https://schema.org/SoldOut";
|
|
58
|
-
return ItemAvailability2;
|
|
59
|
-
})(ItemAvailability || {});
|
|
60
|
-
|
|
61
|
-
// src/jsonld/MapCategoryType.ts
|
|
62
|
-
var MapCategoryType = /* @__PURE__ */ ((MapCategoryType2) => {
|
|
63
|
-
MapCategoryType2["ParkingMap"] = "ParkingMap";
|
|
64
|
-
MapCategoryType2["SeatingMap"] = "SeatingMap";
|
|
65
|
-
MapCategoryType2["TransitMap"] = "TransitMap";
|
|
66
|
-
MapCategoryType2["VenueMap"] = "VenueMap";
|
|
67
|
-
return MapCategoryType2;
|
|
68
|
-
})(MapCategoryType || {});
|
|
69
|
-
|
|
70
|
-
// src/RichResult.tsx
|
|
71
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
72
|
-
var RichResult = (props) => {
|
|
73
|
-
const { thing } = props;
|
|
74
|
-
const thingWithContext = thing;
|
|
75
|
-
thingWithContext["@context"] = "https://schema.org";
|
|
76
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("script", { type: "application/ld+json", children: JSON.stringify(thingWithContext) });
|
|
77
|
-
};
|
|
18
|
+
__reExport(src_exports, require("./jsonld"), module.exports);
|
|
19
|
+
__reExport(src_exports, require("./RichResult"), module.exports);
|
|
78
20
|
// Annotate the CommonJS export names for ESM import in node:
|
|
79
21
|
0 && (module.exports = {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
ItemAvailability,
|
|
83
|
-
MapCategoryType,
|
|
84
|
-
RichResult
|
|
22
|
+
...require("./jsonld"),
|
|
23
|
+
...require("./RichResult")
|
|
85
24
|
});
|
|
86
25
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './jsonld'\nexport * from './RichResult'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,qBAAd;AACA,wBAAc,yBADd;","names":[]}
|
package/dist/index.mjs
CHANGED
|
@@ -1,55 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
ActionStatusType2["ActiveActionStatus"] = "ActiveActionStatus";
|
|
4
|
-
ActionStatusType2["CompletedActionStatus"] = "CompletedActionStatus";
|
|
5
|
-
ActionStatusType2["FailedActionStatus"] = "FailedActionStatus";
|
|
6
|
-
ActionStatusType2["PotentialActionStatus"] = "PotentialActionStatus";
|
|
7
|
-
return ActionStatusType2;
|
|
8
|
-
})(ActionStatusType || {});
|
|
9
|
-
|
|
10
|
-
// src/jsonld/ContactPointOption.ts
|
|
11
|
-
var ContactPointOption = /* @__PURE__ */ ((ContactPointOption2) => {
|
|
12
|
-
ContactPointOption2["HearingImpairedSupported"] = "HearingImpairedSupported";
|
|
13
|
-
ContactPointOption2["TollFree"] = "TollFree";
|
|
14
|
-
return ContactPointOption2;
|
|
15
|
-
})(ContactPointOption || {});
|
|
16
|
-
|
|
17
|
-
// src/jsonld/ItemAvailability.ts
|
|
18
|
-
var ItemAvailability = /* @__PURE__ */ ((ItemAvailability2) => {
|
|
19
|
-
ItemAvailability2["Discontinued"] = "https://schema.org/Discontinued";
|
|
20
|
-
ItemAvailability2["InStock"] = "https://schema.org/InStock";
|
|
21
|
-
ItemAvailability2["InStoreOnly"] = "https://schema.org/InStoreOnly";
|
|
22
|
-
ItemAvailability2["LimitedAvailability"] = "https://schema.org/LimitedAvailability";
|
|
23
|
-
ItemAvailability2["OnlineOnly"] = "https://schema.org/OnlineOnly";
|
|
24
|
-
ItemAvailability2["OutOfStock"] = "https://schema.org/OutOfStock";
|
|
25
|
-
ItemAvailability2["PreOrder"] = "https://schema.org/PreOrder";
|
|
26
|
-
ItemAvailability2["PreSale"] = "https://schema.org/PreSale";
|
|
27
|
-
ItemAvailability2["SoldOut"] = "https://schema.org/SoldOut";
|
|
28
|
-
return ItemAvailability2;
|
|
29
|
-
})(ItemAvailability || {});
|
|
30
|
-
|
|
31
|
-
// src/jsonld/MapCategoryType.ts
|
|
32
|
-
var MapCategoryType = /* @__PURE__ */ ((MapCategoryType2) => {
|
|
33
|
-
MapCategoryType2["ParkingMap"] = "ParkingMap";
|
|
34
|
-
MapCategoryType2["SeatingMap"] = "SeatingMap";
|
|
35
|
-
MapCategoryType2["TransitMap"] = "TransitMap";
|
|
36
|
-
MapCategoryType2["VenueMap"] = "VenueMap";
|
|
37
|
-
return MapCategoryType2;
|
|
38
|
-
})(MapCategoryType || {});
|
|
39
|
-
|
|
40
|
-
// src/RichResult.tsx
|
|
41
|
-
import { jsx } from "react/jsx-runtime";
|
|
42
|
-
var RichResult = (props) => {
|
|
43
|
-
const { thing } = props;
|
|
44
|
-
const thingWithContext = thing;
|
|
45
|
-
thingWithContext["@context"] = "https://schema.org";
|
|
46
|
-
return /* @__PURE__ */ jsx("script", { type: "application/ld+json", children: JSON.stringify(thingWithContext) });
|
|
47
|
-
};
|
|
48
|
-
export {
|
|
49
|
-
ActionStatusType,
|
|
50
|
-
ContactPointOption,
|
|
51
|
-
ItemAvailability,
|
|
52
|
-
MapCategoryType,
|
|
53
|
-
RichResult
|
|
54
|
-
};
|
|
1
|
+
export * from "./jsonld";
|
|
2
|
+
export * from "./RichResult";
|
|
55
3
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './jsonld'\nexport * from './RichResult'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;","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 Action_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Action_exports);
|
|
17
|
+
//# sourceMappingURL=Action.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Action.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { ActionStatusType } from './ActionStatusType'\nimport { DateTime } from './DateTime'\nimport { EntryPoint } from './EntryPoint'\nimport { Organization } from './Organization'\nimport { Person } from './Person'\nimport { Place } from './Place'\nimport { PostalAddress } from './PostalAddress'\nimport { Thing } from './Thing'\nimport { Time } from './Time'\nimport { VirtualLocation } from './VirtualLocation'\n\ninterface Action extends Thing {\n actionStatus?: ActionStatusType\n agent?: Organization | Person\n endTime?: DateTime | Time\n error?: Thing\n instrument?: Thing\n location?: Place | PostalAddress | string | VirtualLocation\n object?: Thing\n participant?: Organization | Person\n result?: Thing\n startTime?: DateTime | Time\n target?: EntryPoint\n}\n\nexport type { Action }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Action.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var ActionStatusType_exports = {};
|
|
20
|
+
__export(ActionStatusType_exports, {
|
|
21
|
+
ActionStatusType: () => ActionStatusType
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(ActionStatusType_exports);
|
|
24
|
+
var ActionStatusType = /* @__PURE__ */ ((ActionStatusType2) => {
|
|
25
|
+
ActionStatusType2["ActiveActionStatus"] = "ActiveActionStatus";
|
|
26
|
+
ActionStatusType2["CompletedActionStatus"] = "CompletedActionStatus";
|
|
27
|
+
ActionStatusType2["FailedActionStatus"] = "FailedActionStatus";
|
|
28
|
+
ActionStatusType2["PotentialActionStatus"] = "PotentialActionStatus";
|
|
29
|
+
return ActionStatusType2;
|
|
30
|
+
})(ActionStatusType || {});
|
|
31
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
32
|
+
0 && (module.exports = {
|
|
33
|
+
ActionStatusType
|
|
34
|
+
});
|
|
35
|
+
//# sourceMappingURL=ActionStatusType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/ActionStatusType.ts"],"sourcesContent":["enum ActionStatusType {\n ActiveActionStatus = 'ActiveActionStatus',\n CompletedActionStatus = 'CompletedActionStatus',\n FailedActionStatus = 'FailedActionStatus',\n PotentialActionStatus = 'PotentialActionStatus',\n}\n\nexport { ActionStatusType }\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAAK,mBAAL,kBAAKA,sBAAL;AACE,EAAAA,kBAAA,wBAAqB;AACrB,EAAAA,kBAAA,2BAAwB;AACxB,EAAAA,kBAAA,wBAAqB;AACrB,EAAAA,kBAAA,2BAAwB;AAJrB,SAAAA;AAAA,GAAA;","names":["ActionStatusType"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var ActionStatusType = /* @__PURE__ */ ((ActionStatusType2) => {
|
|
2
|
+
ActionStatusType2["ActiveActionStatus"] = "ActiveActionStatus";
|
|
3
|
+
ActionStatusType2["CompletedActionStatus"] = "CompletedActionStatus";
|
|
4
|
+
ActionStatusType2["FailedActionStatus"] = "FailedActionStatus";
|
|
5
|
+
ActionStatusType2["PotentialActionStatus"] = "PotentialActionStatus";
|
|
6
|
+
return ActionStatusType2;
|
|
7
|
+
})(ActionStatusType || {});
|
|
8
|
+
export {
|
|
9
|
+
ActionStatusType
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=ActionStatusType.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/ActionStatusType.ts"],"sourcesContent":["enum ActionStatusType {\n ActiveActionStatus = 'ActiveActionStatus',\n CompletedActionStatus = 'CompletedActionStatus',\n FailedActionStatus = 'FailedActionStatus',\n PotentialActionStatus = 'PotentialActionStatus',\n}\n\nexport { ActionStatusType }\n"],"mappings":"AAAA,IAAK,mBAAL,kBAAKA,sBAAL;AACE,EAAAA,kBAAA,wBAAqB;AACrB,EAAAA,kBAAA,2BAAwB;AACxB,EAAAA,kBAAA,wBAAqB;AACrB,EAAAA,kBAAA,2BAAwB;AAJrB,SAAAA;AAAA,GAAA;","names":["ActionStatusType"]}
|
|
@@ -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 AdministrativeArea_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(AdministrativeArea_exports);
|
|
17
|
+
//# sourceMappingURL=AdministrativeArea.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/AdministrativeArea.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Place } from './Place'\n\ntype AdministrativeArea = Place\n\nexport type { AdministrativeArea }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=AdministrativeArea.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 AggrigateRating_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(AggrigateRating_exports);
|
|
17
|
+
//# sourceMappingURL=AggrigateRating.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/AggrigateRating.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Rating } from './Rating'\nimport { Thing } from './Thing'\n\ninterface AggregateRating extends Rating {\n itemReviewed?: Thing\n ratingCount?: number\n reviewCount?: number\n}\n\nexport type { AggregateRating }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=AggrigateRating.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 Article_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Article_exports);
|
|
17
|
+
//# sourceMappingURL=Article.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Article.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { CreativeWork } from './CreativeWork'\nimport { Integer } from './Integer'\nimport { Text } from './Text'\n\ninterface Article extends CreativeWork {\n articleBody?: Text\n articleSection?: Text\n backstory?: CreativeWork | Text\n pageEnd?: Integer | Text\n pageStart?: Integer | Text\n pagination?: Text\n speakable?: unknown | URL\n wordCount?: Integer\n}\n\nexport type { Article }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Article.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 Base_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Base_exports);
|
|
17
|
+
//# sourceMappingURL=Base.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Base.ts"],"sourcesContent":["interface Base {\n '@type': string\n}\n\nexport type { Base }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Base.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 Brand_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Brand_exports);
|
|
17
|
+
//# sourceMappingURL=Brand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Brand.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AggregateRating } from './AggrigateRating'\nimport { ImageObject } from './ImageObject'\nimport { Intangible } from './Intangible'\nimport { Review } from './Review'\n\nexport interface Brand extends Intangible {\n aggregateRating?: AggregateRating\n logo?: ImageObject | URL\n review?: Review\n slogan?: Text\n}\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Brand.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 Class_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Class_exports);
|
|
17
|
+
//# sourceMappingURL=Class.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Class.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { Intangible } from './Intangible'\nimport { Property } from './Property'\n\ninterface Class extends Intangible {\n supersededBy?: Class | Enumeration | Property\n}\n\nexport type { Class }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Class.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 ContactPoint_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(ContactPoint_exports);
|
|
17
|
+
//# sourceMappingURL=ContactPoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/ContactPoint.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AdministrativeArea } from './AdministrativeArea'\nimport { ContactPointOption } from './ContactPointOption'\nimport { GeoShape } from './GeoShape'\nimport { Language } from './Language'\nimport { Place } from './Place'\nimport { Product } from './Product'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\n\ninterface ContactPoint extends Thing {\n areaServed?: AdministrativeArea | GeoShape | Place | Text\n availableLanguages?: Language | Text\n contactOption?: ContactPointOption\n contactType?: Text\n email?: Text\n hoursAvailable?: unknown\n productsSupported?: Product | Text\n telephone?: Text\n}\n\nexport type { ContactPoint }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=ContactPoint.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var ContactPointOption_exports = {};
|
|
20
|
+
__export(ContactPointOption_exports, {
|
|
21
|
+
ContactPointOption: () => ContactPointOption
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(ContactPointOption_exports);
|
|
24
|
+
var ContactPointOption = /* @__PURE__ */ ((ContactPointOption2) => {
|
|
25
|
+
ContactPointOption2["HearingImpairedSupported"] = "HearingImpairedSupported";
|
|
26
|
+
ContactPointOption2["TollFree"] = "TollFree";
|
|
27
|
+
return ContactPointOption2;
|
|
28
|
+
})(ContactPointOption || {});
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
ContactPointOption
|
|
32
|
+
});
|
|
33
|
+
//# sourceMappingURL=ContactPointOption.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/ContactPointOption.ts"],"sourcesContent":["enum ContactPointOption {\n HearingImpairedSupported = 'HearingImpairedSupported',\n TollFree = 'TollFree',\n}\n\nexport { ContactPointOption }\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAAK,qBAAL,kBAAKA,wBAAL;AACE,EAAAA,oBAAA,8BAA2B;AAC3B,EAAAA,oBAAA,cAAW;AAFR,SAAAA;AAAA,GAAA;","names":["ContactPointOption"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var ContactPointOption = /* @__PURE__ */ ((ContactPointOption2) => {
|
|
2
|
+
ContactPointOption2["HearingImpairedSupported"] = "HearingImpairedSupported";
|
|
3
|
+
ContactPointOption2["TollFree"] = "TollFree";
|
|
4
|
+
return ContactPointOption2;
|
|
5
|
+
})(ContactPointOption || {});
|
|
6
|
+
export {
|
|
7
|
+
ContactPointOption
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=ContactPointOption.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/ContactPointOption.ts"],"sourcesContent":["enum ContactPointOption {\n HearingImpairedSupported = 'HearingImpairedSupported',\n TollFree = 'TollFree',\n}\n\nexport { ContactPointOption }\n"],"mappings":"AAAA,IAAK,qBAAL,kBAAKA,wBAAL;AACE,EAAAA,oBAAA,8BAA2B;AAC3B,EAAAA,oBAAA,cAAW;AAFR,SAAAA;AAAA,GAAA;","names":["ContactPointOption"]}
|
|
@@ -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 Country_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Country_exports);
|
|
17
|
+
//# sourceMappingURL=Country.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/Country.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AdministrativeArea } from './AdministrativeArea'\n\ntype Country = AdministrativeArea\n\nexport type { Country }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Country.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 CreativeWork_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(CreativeWork_exports);
|
|
17
|
+
//# sourceMappingURL=CreativeWork.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/CreativeWork.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AggregateRating } from './AggrigateRating'\nimport { DateTime } from './DateTime'\nimport { Integer } from './Integer'\nimport { Language } from './Language'\nimport { MediaObject } from './MediaObject'\nimport { Offer } from './Offer'\nimport { Organization } from './Organization'\nimport { Person } from './Person'\nimport { Place } from './Place'\nimport { Product } from './Product'\nimport { QuantitativeValue } from './QuantitativeValue'\nimport { Rating } from './Rating'\nimport { Review } from './Review'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface CreativeWork extends Thing {\n about?: Thing\n abstract?: Text\n accessMode?: Text\n accessModeSufficient?: unknown\n accessibilityAPI?: Text\n accessibilityControl?: Text\n accessibilityFeature?: Text\n accessibilityHazard?: Text\n accessibilitySummary?: Text\n accountablePerson?: Person\n acquireLicensePage?: CreativeWork | URL\n aggregateRating?: AggregateRating\n alternativeHeading?: Text\n assesses?: unknown | Text\n associatedMedia?: MediaObject\n audience?: unknown\n audio?: unknown | unknown | unknown\n author?: Organization | Person\n award?: Text\n character?: Person\n citation?: CreativeWork | Text\n comment?: unknown\n commentCount?: Integer\n conditionsOfAccess?: Text\n contentLocation?: Place\n contentRating?: Rating | Text\n contentReferenceTime?: DateTime\n contributor?: Organization | Person\n copyrightHolder?: Organization | Person\n copyrightNotice?: Text\n copyrightYear?: number\n correction?: unknown | Text | URL\n creativeWorkStatus?: unknown | Text\n creator?: Organization | Person\n creditText?: Text\n dateCreated?: DateTime\n dateModified?: DateTime\n datePublished?: DateTime\n discussionUrl?: URL\n editEIDR?: Text | URL\n editor?: Person\n educationalAlignment?: unknown\n educationalLevel?: unknown | Text | URL\n educationalUse?: unknown | Text\n encoding?: MediaObject\n encodingFormat?: Text | URL\n exampleOfWork?: CreativeWork\n expires?: DateTime\n funder?: Organization | Person\n genre?: Text | URL\n hasPart?: CreativeWork\n headline?: Text\n inLanguage?: Language | Text\n interactionStatistic?: unknown\n interactiveityType?: Text\n isAccessibleForFree?: boolean\n isBasedOn?: CreativeWork | Product | URL\n isFamilyFriendly?: boolean\n isPartOf?: CreativeWork | URL\n keywords?: unknown | Text | URL\n learningResourceType?: unknown | Text\n license?: CreativeWork | URL\n locationCreated?: Place\n mainEntry?: Thing\n maintainer?: Organization | Person\n material?: Product | Text | URL\n materialExtent?: QuantitativeValue | Text\n mentions?: Thing\n offers?: unknown | Offer[]\n pattern?: unknown | Text\n position?: Integer | Text\n producer?: Organization | Person\n provider?: Organization | Person\n publication?: unknown\n publisher?: Organization | Person\n publisherImprint?: Organization\n publishingPrinciples?: CreativeWork | URL\n recordedAt?: Event\n releasedEvent?: unknown\n review?: Review\n schemaVersion?: Text | URL\n sdDatePublished?: DateTime\n sdLicense?: CreativeWork | URL\n sdPublisher?: Organization | Person\n size?: unknown | QuantitativeValue | Text\n sourceOrganization?: Organization\n spatial?: Place\n spatialCoverage?: Place\n sponsor?: Organization | Person\n teaches?: unknown | Text\n temporal?: DateTime | Text\n temporalCoverage?: DateTime | Text | URL\n text?: Text\n thumbnailUrl?: URL\n timeRequired?: unknown\n translationOfWork?: CreativeWork\n translator?: Organization | Person\n typicalAgeRange?: Text\n usageInfo?: CreativeWork | URL\n version?: number | Text\n video?: unknown\n workExample?: CreativeWork\n workTranslation?: CreativeWork\n}\n\nexport type { CreativeWork }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=CreativeWork.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 DateTime_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(DateTime_exports);
|
|
17
|
+
//# sourceMappingURL=DateTime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/jsonld/DateTime.ts"],"sourcesContent":["type DateTime = string\n\nexport type { DateTime }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=DateTime.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|