@xylabs/react-rich-result 2.14.5
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/LICENSE +165 -0
- package/README.md +96 -0
- package/babel.config.json +5 -0
- package/dist/cjs/RichResult.d.ts +6 -0
- package/dist/cjs/RichResult.js +12 -0
- package/dist/cjs/RichResult.js.map +1 -0
- package/dist/cjs/index.d.ts +2 -0
- package/dist/cjs/index.js +6 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/jsonld/Action.d.ts +24 -0
- package/dist/cjs/jsonld/Action.js +3 -0
- package/dist/cjs/jsonld/Action.js.map +1 -0
- package/dist/cjs/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/cjs/jsonld/ActionStatusType.js +12 -0
- package/dist/cjs/jsonld/ActionStatusType.js.map +1 -0
- package/dist/cjs/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/cjs/jsonld/AdministrativeArea.js +3 -0
- package/dist/cjs/jsonld/AdministrativeArea.js.map +1 -0
- package/dist/cjs/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/cjs/jsonld/AggrigateRating.js +3 -0
- package/dist/cjs/jsonld/AggrigateRating.js.map +1 -0
- package/dist/cjs/jsonld/Article.d.ts +14 -0
- package/dist/cjs/jsonld/Article.js +3 -0
- package/dist/cjs/jsonld/Article.js.map +1 -0
- package/dist/cjs/jsonld/Base.d.ts +4 -0
- package/dist/cjs/jsonld/Base.js +3 -0
- package/dist/cjs/jsonld/Base.js.map +1 -0
- package/dist/cjs/jsonld/Brand.d.ts +10 -0
- package/dist/cjs/jsonld/Brand.js +3 -0
- package/dist/cjs/jsonld/Brand.js.map +1 -0
- package/dist/cjs/jsonld/Class.d.ts +7 -0
- package/dist/cjs/jsonld/Class.js +3 -0
- package/dist/cjs/jsonld/Class.js.map +1 -0
- package/dist/cjs/jsonld/ContactPoint.d.ts +19 -0
- package/dist/cjs/jsonld/ContactPoint.js +3 -0
- package/dist/cjs/jsonld/ContactPoint.js.map +1 -0
- package/dist/cjs/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/cjs/jsonld/ContactPointOption.js +10 -0
- package/dist/cjs/jsonld/ContactPointOption.js.map +1 -0
- package/dist/cjs/jsonld/Country.d.ts +3 -0
- package/dist/cjs/jsonld/Country.js +3 -0
- package/dist/cjs/jsonld/Country.js.map +1 -0
- package/dist/cjs/jsonld/CreativeWork.d.ts +122 -0
- package/dist/cjs/jsonld/CreativeWork.js +3 -0
- package/dist/cjs/jsonld/CreativeWork.js.map +1 -0
- package/dist/cjs/jsonld/DateTime.d.ts +2 -0
- package/dist/cjs/jsonld/DateTime.js +3 -0
- package/dist/cjs/jsonld/DateTime.js.map +1 -0
- package/dist/cjs/jsonld/EntryPoint.d.ts +13 -0
- package/dist/cjs/jsonld/EntryPoint.js +4 -0
- package/dist/cjs/jsonld/EntryPoint.js.map +1 -0
- package/dist/cjs/jsonld/Enumeration.d.ts +7 -0
- package/dist/cjs/jsonld/Enumeration.js +3 -0
- package/dist/cjs/jsonld/Enumeration.js.map +1 -0
- package/dist/cjs/jsonld/GeoShape.d.ts +15 -0
- package/dist/cjs/jsonld/GeoShape.js +3 -0
- package/dist/cjs/jsonld/GeoShape.js.map +1 -0
- package/dist/cjs/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/cjs/jsonld/GeospatialGeometry.js +4 -0
- package/dist/cjs/jsonld/GeospatialGeometry.js.map +1 -0
- package/dist/cjs/jsonld/ImageObject.d.ts +9 -0
- package/dist/cjs/jsonld/ImageObject.js +3 -0
- package/dist/cjs/jsonld/ImageObject.js.map +1 -0
- package/dist/cjs/jsonld/Intangible.d.ts +3 -0
- package/dist/cjs/jsonld/Intangible.js +3 -0
- package/dist/cjs/jsonld/Intangible.js.map +1 -0
- package/dist/cjs/jsonld/Integer.d.ts +2 -0
- package/dist/cjs/jsonld/Integer.js +3 -0
- package/dist/cjs/jsonld/Integer.js.map +1 -0
- package/dist/cjs/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/cjs/jsonld/ItemAvailability.js +26 -0
- package/dist/cjs/jsonld/ItemAvailability.js.map +1 -0
- package/dist/cjs/jsonld/Language.d.ts +3 -0
- package/dist/cjs/jsonld/Language.js +3 -0
- package/dist/cjs/jsonld/Language.js.map +1 -0
- package/dist/cjs/jsonld/Map.d.ts +6 -0
- package/dist/cjs/jsonld/Map.js +3 -0
- package/dist/cjs/jsonld/Map.js.map +1 -0
- package/dist/cjs/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/cjs/jsonld/MapCategoryType.js +12 -0
- package/dist/cjs/jsonld/MapCategoryType.js.map +1 -0
- package/dist/cjs/jsonld/MediaObject.d.ts +10 -0
- package/dist/cjs/jsonld/MediaObject.js +3 -0
- package/dist/cjs/jsonld/MediaObject.js.map +1 -0
- package/dist/cjs/jsonld/MobileApplication.d.ts +6 -0
- package/dist/cjs/jsonld/MobileApplication.js +3 -0
- package/dist/cjs/jsonld/MobileApplication.js.map +1 -0
- package/dist/cjs/jsonld/Offer.d.ts +64 -0
- package/dist/cjs/jsonld/Offer.js +3 -0
- package/dist/cjs/jsonld/Offer.js.map +1 -0
- package/dist/cjs/jsonld/Organization.d.ts +77 -0
- package/dist/cjs/jsonld/Organization.js +3 -0
- package/dist/cjs/jsonld/Organization.js.map +1 -0
- package/dist/cjs/jsonld/Person.d.ts +71 -0
- package/dist/cjs/jsonld/Person.js +4 -0
- package/dist/cjs/jsonld/Person.js.map +1 -0
- package/dist/cjs/jsonld/Photograph.d.ts +3 -0
- package/dist/cjs/jsonld/Photograph.js +4 -0
- package/dist/cjs/jsonld/Photograph.js.map +1 -0
- package/dist/cjs/jsonld/Place.d.ts +42 -0
- package/dist/cjs/jsonld/Place.js +4 -0
- package/dist/cjs/jsonld/Place.js.map +1 -0
- package/dist/cjs/jsonld/PostalAddress.d.ts +12 -0
- package/dist/cjs/jsonld/PostalAddress.js +3 -0
- package/dist/cjs/jsonld/PostalAddress.js.map +1 -0
- package/dist/cjs/jsonld/Product.d.ts +56 -0
- package/dist/cjs/jsonld/Product.js +3 -0
- package/dist/cjs/jsonld/Product.js.map +1 -0
- package/dist/cjs/jsonld/Property.d.ts +10 -0
- package/dist/cjs/jsonld/Property.js +3 -0
- package/dist/cjs/jsonld/Property.js.map +1 -0
- package/dist/cjs/jsonld/PropertyValue.d.ts +16 -0
- package/dist/cjs/jsonld/PropertyValue.js +3 -0
- package/dist/cjs/jsonld/PropertyValue.js.map +1 -0
- package/dist/cjs/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/cjs/jsonld/QualitativeValue.js +3 -0
- package/dist/cjs/jsonld/QualitativeValue.js.map +1 -0
- package/dist/cjs/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/cjs/jsonld/QuantitativeValue.js +3 -0
- package/dist/cjs/jsonld/QuantitativeValue.js.map +1 -0
- package/dist/cjs/jsonld/Rating.d.ts +10 -0
- package/dist/cjs/jsonld/Rating.js +3 -0
- package/dist/cjs/jsonld/Rating.js.map +1 -0
- package/dist/cjs/jsonld/Review.d.ts +10 -0
- package/dist/cjs/jsonld/Review.js +3 -0
- package/dist/cjs/jsonld/Review.js.map +1 -0
- package/dist/cjs/jsonld/Service.d.ts +38 -0
- package/dist/cjs/jsonld/Service.js +3 -0
- package/dist/cjs/jsonld/Service.js.map +1 -0
- package/dist/cjs/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/cjs/jsonld/SoftwareApplication.js +3 -0
- package/dist/cjs/jsonld/SoftwareApplication.js.map +1 -0
- package/dist/cjs/jsonld/StructuredValue.d.ts +3 -0
- package/dist/cjs/jsonld/StructuredValue.js +3 -0
- package/dist/cjs/jsonld/StructuredValue.js.map +1 -0
- package/dist/cjs/jsonld/Text.d.ts +2 -0
- package/dist/cjs/jsonld/Text.js +3 -0
- package/dist/cjs/jsonld/Text.js.map +1 -0
- package/dist/cjs/jsonld/Thing.d.ts +22 -0
- package/dist/cjs/jsonld/Thing.js +3 -0
- package/dist/cjs/jsonld/Thing.js.map +1 -0
- package/dist/cjs/jsonld/Time.d.ts +2 -0
- package/dist/cjs/jsonld/Time.js +3 -0
- package/dist/cjs/jsonld/Time.js.map +1 -0
- package/dist/cjs/jsonld/URL.d.ts +2 -0
- package/dist/cjs/jsonld/URL.js +3 -0
- package/dist/cjs/jsonld/URL.js.map +1 -0
- package/dist/cjs/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/cjs/jsonld/VirtualLocation.js +4 -0
- package/dist/cjs/jsonld/VirtualLocation.js.map +1 -0
- package/dist/cjs/jsonld/index.d.ts +47 -0
- package/dist/cjs/jsonld/index.js +51 -0
- package/dist/cjs/jsonld/index.js.map +1 -0
- package/dist/docs.json +7 -0
- package/dist/esm/RichResult.d.ts +6 -0
- package/dist/esm/RichResult.js +8 -0
- package/dist/esm/RichResult.js.map +1 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/jsonld/Action.d.ts +24 -0
- package/dist/esm/jsonld/Action.js +2 -0
- package/dist/esm/jsonld/Action.js.map +1 -0
- package/dist/esm/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/esm/jsonld/ActionStatusType.js +9 -0
- package/dist/esm/jsonld/ActionStatusType.js.map +1 -0
- package/dist/esm/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/esm/jsonld/AdministrativeArea.js +2 -0
- package/dist/esm/jsonld/AdministrativeArea.js.map +1 -0
- package/dist/esm/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/esm/jsonld/AggrigateRating.js +2 -0
- package/dist/esm/jsonld/AggrigateRating.js.map +1 -0
- package/dist/esm/jsonld/Article.d.ts +14 -0
- package/dist/esm/jsonld/Article.js +2 -0
- package/dist/esm/jsonld/Article.js.map +1 -0
- package/dist/esm/jsonld/Base.d.ts +4 -0
- package/dist/esm/jsonld/Base.js +2 -0
- package/dist/esm/jsonld/Base.js.map +1 -0
- package/dist/esm/jsonld/Brand.d.ts +10 -0
- package/dist/esm/jsonld/Brand.js +2 -0
- package/dist/esm/jsonld/Brand.js.map +1 -0
- package/dist/esm/jsonld/Class.d.ts +7 -0
- package/dist/esm/jsonld/Class.js +2 -0
- package/dist/esm/jsonld/Class.js.map +1 -0
- package/dist/esm/jsonld/ContactPoint.d.ts +19 -0
- package/dist/esm/jsonld/ContactPoint.js +2 -0
- package/dist/esm/jsonld/ContactPoint.js.map +1 -0
- package/dist/esm/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/esm/jsonld/ContactPointOption.js +7 -0
- package/dist/esm/jsonld/ContactPointOption.js.map +1 -0
- package/dist/esm/jsonld/Country.d.ts +3 -0
- package/dist/esm/jsonld/Country.js +2 -0
- package/dist/esm/jsonld/Country.js.map +1 -0
- package/dist/esm/jsonld/CreativeWork.d.ts +122 -0
- package/dist/esm/jsonld/CreativeWork.js +2 -0
- package/dist/esm/jsonld/CreativeWork.js.map +1 -0
- package/dist/esm/jsonld/DateTime.d.ts +2 -0
- package/dist/esm/jsonld/DateTime.js +2 -0
- package/dist/esm/jsonld/DateTime.js.map +1 -0
- package/dist/esm/jsonld/EntryPoint.d.ts +13 -0
- package/dist/esm/jsonld/EntryPoint.js +3 -0
- package/dist/esm/jsonld/EntryPoint.js.map +1 -0
- package/dist/esm/jsonld/Enumeration.d.ts +7 -0
- package/dist/esm/jsonld/Enumeration.js +2 -0
- package/dist/esm/jsonld/Enumeration.js.map +1 -0
- package/dist/esm/jsonld/GeoShape.d.ts +15 -0
- package/dist/esm/jsonld/GeoShape.js +2 -0
- package/dist/esm/jsonld/GeoShape.js.map +1 -0
- package/dist/esm/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/esm/jsonld/GeospatialGeometry.js +3 -0
- package/dist/esm/jsonld/GeospatialGeometry.js.map +1 -0
- package/dist/esm/jsonld/ImageObject.d.ts +9 -0
- package/dist/esm/jsonld/ImageObject.js +2 -0
- package/dist/esm/jsonld/ImageObject.js.map +1 -0
- package/dist/esm/jsonld/Intangible.d.ts +3 -0
- package/dist/esm/jsonld/Intangible.js +2 -0
- package/dist/esm/jsonld/Intangible.js.map +1 -0
- package/dist/esm/jsonld/Integer.d.ts +2 -0
- package/dist/esm/jsonld/Integer.js +2 -0
- package/dist/esm/jsonld/Integer.js.map +1 -0
- package/dist/esm/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/esm/jsonld/ItemAvailability.js +23 -0
- package/dist/esm/jsonld/ItemAvailability.js.map +1 -0
- package/dist/esm/jsonld/Language.d.ts +3 -0
- package/dist/esm/jsonld/Language.js +2 -0
- package/dist/esm/jsonld/Language.js.map +1 -0
- package/dist/esm/jsonld/Map.d.ts +6 -0
- package/dist/esm/jsonld/Map.js +2 -0
- package/dist/esm/jsonld/Map.js.map +1 -0
- package/dist/esm/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/esm/jsonld/MapCategoryType.js +9 -0
- package/dist/esm/jsonld/MapCategoryType.js.map +1 -0
- package/dist/esm/jsonld/MediaObject.d.ts +10 -0
- package/dist/esm/jsonld/MediaObject.js +2 -0
- package/dist/esm/jsonld/MediaObject.js.map +1 -0
- package/dist/esm/jsonld/MobileApplication.d.ts +6 -0
- package/dist/esm/jsonld/MobileApplication.js +2 -0
- package/dist/esm/jsonld/MobileApplication.js.map +1 -0
- package/dist/esm/jsonld/Offer.d.ts +64 -0
- package/dist/esm/jsonld/Offer.js +2 -0
- package/dist/esm/jsonld/Offer.js.map +1 -0
- package/dist/esm/jsonld/Organization.d.ts +77 -0
- package/dist/esm/jsonld/Organization.js +2 -0
- package/dist/esm/jsonld/Organization.js.map +1 -0
- package/dist/esm/jsonld/Person.d.ts +71 -0
- package/dist/esm/jsonld/Person.js +3 -0
- package/dist/esm/jsonld/Person.js.map +1 -0
- package/dist/esm/jsonld/Photograph.d.ts +3 -0
- package/dist/esm/jsonld/Photograph.js +3 -0
- package/dist/esm/jsonld/Photograph.js.map +1 -0
- package/dist/esm/jsonld/Place.d.ts +42 -0
- package/dist/esm/jsonld/Place.js +3 -0
- package/dist/esm/jsonld/Place.js.map +1 -0
- package/dist/esm/jsonld/PostalAddress.d.ts +12 -0
- package/dist/esm/jsonld/PostalAddress.js +2 -0
- package/dist/esm/jsonld/PostalAddress.js.map +1 -0
- package/dist/esm/jsonld/Product.d.ts +56 -0
- package/dist/esm/jsonld/Product.js +2 -0
- package/dist/esm/jsonld/Product.js.map +1 -0
- package/dist/esm/jsonld/Property.d.ts +10 -0
- package/dist/esm/jsonld/Property.js +2 -0
- package/dist/esm/jsonld/Property.js.map +1 -0
- package/dist/esm/jsonld/PropertyValue.d.ts +16 -0
- package/dist/esm/jsonld/PropertyValue.js +2 -0
- package/dist/esm/jsonld/PropertyValue.js.map +1 -0
- package/dist/esm/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/esm/jsonld/QualitativeValue.js +2 -0
- package/dist/esm/jsonld/QualitativeValue.js.map +1 -0
- package/dist/esm/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/esm/jsonld/QuantitativeValue.js +2 -0
- package/dist/esm/jsonld/QuantitativeValue.js.map +1 -0
- package/dist/esm/jsonld/Rating.d.ts +10 -0
- package/dist/esm/jsonld/Rating.js +2 -0
- package/dist/esm/jsonld/Rating.js.map +1 -0
- package/dist/esm/jsonld/Review.d.ts +10 -0
- package/dist/esm/jsonld/Review.js +2 -0
- package/dist/esm/jsonld/Review.js.map +1 -0
- package/dist/esm/jsonld/Service.d.ts +38 -0
- package/dist/esm/jsonld/Service.js +2 -0
- package/dist/esm/jsonld/Service.js.map +1 -0
- package/dist/esm/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/esm/jsonld/SoftwareApplication.js +2 -0
- package/dist/esm/jsonld/SoftwareApplication.js.map +1 -0
- package/dist/esm/jsonld/StructuredValue.d.ts +3 -0
- package/dist/esm/jsonld/StructuredValue.js +2 -0
- package/dist/esm/jsonld/StructuredValue.js.map +1 -0
- package/dist/esm/jsonld/Text.d.ts +2 -0
- package/dist/esm/jsonld/Text.js +2 -0
- package/dist/esm/jsonld/Text.js.map +1 -0
- package/dist/esm/jsonld/Thing.d.ts +22 -0
- package/dist/esm/jsonld/Thing.js +2 -0
- package/dist/esm/jsonld/Thing.js.map +1 -0
- package/dist/esm/jsonld/Time.d.ts +2 -0
- package/dist/esm/jsonld/Time.js +2 -0
- package/dist/esm/jsonld/Time.js.map +1 -0
- package/dist/esm/jsonld/URL.d.ts +2 -0
- package/dist/esm/jsonld/URL.js +2 -0
- package/dist/esm/jsonld/URL.js.map +1 -0
- package/dist/esm/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/esm/jsonld/VirtualLocation.js +3 -0
- package/dist/esm/jsonld/VirtualLocation.js.map +1 -0
- package/dist/esm/jsonld/index.d.ts +47 -0
- package/dist/esm/jsonld/index.js +48 -0
- package/dist/esm/jsonld/index.js.map +1 -0
- package/package.json +72 -0
- package/src/RichResult.tsx +18 -0
- package/src/index.ts +2 -0
- package/src/jsonld/Action.ts +27 -0
- package/src/jsonld/ActionStatusType.ts +8 -0
- package/src/jsonld/AdministrativeArea.ts +6 -0
- package/src/jsonld/AggrigateRating.ts +11 -0
- package/src/jsonld/Article.ts +17 -0
- package/src/jsonld/Base.ts +5 -0
- package/src/jsonld/Brand.ts +12 -0
- package/src/jsonld/Class.ts +10 -0
- package/src/jsonld/ContactPoint.ts +22 -0
- package/src/jsonld/ContactPointOption.ts +6 -0
- package/src/jsonld/Country.ts +6 -0
- package/src/jsonld/CreativeWork.ts +126 -0
- package/src/jsonld/DateTime.ts +3 -0
- package/src/jsonld/EntryPoint.ts +17 -0
- package/src/jsonld/Enumeration.ts +10 -0
- package/src/jsonld/GeoShape.ts +18 -0
- package/src/jsonld/GeospatialGeometry.ts +19 -0
- package/src/jsonld/ImageObject.ts +12 -0
- package/src/jsonld/Intangible.ts +6 -0
- package/src/jsonld/Integer.ts +3 -0
- package/src/jsonld/ItemAvailability.ts +22 -0
- package/src/jsonld/Language.ts +6 -0
- package/src/jsonld/Map.ts +9 -0
- package/src/jsonld/MapCategoryType.ts +8 -0
- package/src/jsonld/MediaObject.ts +13 -0
- package/src/jsonld/MobileApplication.ts +8 -0
- package/src/jsonld/Offer.ts +67 -0
- package/src/jsonld/Organization.ts +81 -0
- package/src/jsonld/Person.ts +75 -0
- package/src/jsonld/Photograph.ts +7 -0
- package/src/jsonld/Place.ts +46 -0
- package/src/jsonld/PostalAddress.ts +15 -0
- package/src/jsonld/Product.ts +60 -0
- package/src/jsonld/Property.ts +13 -0
- package/src/jsonld/PropertyValue.ts +19 -0
- package/src/jsonld/QualitativeValue.ts +18 -0
- package/src/jsonld/QuantitativeValue.ts +18 -0
- package/src/jsonld/Rating.ts +13 -0
- package/src/jsonld/Review.ts +13 -0
- package/src/jsonld/Service.ts +42 -0
- package/src/jsonld/SoftwareApplication.ts +32 -0
- package/src/jsonld/StructuredValue.ts +6 -0
- package/src/jsonld/Text.ts +3 -0
- package/src/jsonld/Thing.ts +25 -0
- package/src/jsonld/Time.ts +3 -0
- package/src/jsonld/URL.ts +3 -0
- package/src/jsonld/VirtualLocation.ts +7 -0
- package/src/jsonld/index.ts +47 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Action"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ActionStatusType"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AdministrativeArea"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./AggrigateRating"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./Article"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./Base"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./Brand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./Class"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ContactPoint"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ContactPointOption"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./Country"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreativeWork"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DateTime"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./EntryPoint"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./Enumeration"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GeoShape"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./GeospatialGeometry"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./ImageObject"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./Intangible"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./Integer"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./ItemAvailability"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./Language"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./Map"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./MapCategoryType"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./MediaObject"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./MobileApplication"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./Offer"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./Organization"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./Person"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./Photograph"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./Place"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./PostalAddress"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./Product"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./Property"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./PropertyValue"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./QualitativeValue"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./QuantitativeValue"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./Rating"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./Review"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./Service"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./SoftwareApplication"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./StructuredValue"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./Text"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./Thing"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./Time"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./URL"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./VirtualLocation"), exports);
|
|
51
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/jsonld/index.ts"],"names":[],"mappings":";;;AAAA,mDAAwB;AACxB,6DAAkC;AAClC,+DAAoC;AACpC,4DAAiC;AACjC,oDAAyB;AACzB,iDAAsB;AACtB,kDAAuB;AACvB,kDAAuB;AACvB,yDAA8B;AAC9B,+DAAoC;AACpC,oDAAyB;AACzB,yDAA8B;AAC9B,qDAA0B;AAC1B,uDAA4B;AAC5B,wDAA6B;AAC7B,qDAA0B;AAC1B,+DAAoC;AACpC,wDAA6B;AAC7B,uDAA4B;AAC5B,oDAAyB;AACzB,6DAAkC;AAClC,qDAA0B;AAC1B,gDAAqB;AACrB,4DAAiC;AACjC,wDAA6B;AAC7B,8DAAmC;AACnC,kDAAuB;AACvB,yDAA8B;AAC9B,mDAAwB;AACxB,uDAA4B;AAC5B,kDAAuB;AACvB,0DAA+B;AAC/B,oDAAyB;AACzB,qDAA0B;AAC1B,0DAA+B;AAC/B,6DAAkC;AAClC,8DAAmC;AACnC,mDAAwB;AACxB,mDAAwB;AACxB,oDAAyB;AACzB,gEAAqC;AACrC,4DAAiC;AACjC,iDAAsB;AACtB,kDAAuB;AACvB,iDAAsB;AACtB,gDAAqB;AACrB,4DAAiC"}
|
package/dist/docs.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
export const RichResult = (props) => {
|
|
3
|
+
const { thing } = props;
|
|
4
|
+
const thingWithContext = thing;
|
|
5
|
+
thingWithContext['@context'] = 'https://schema.org';
|
|
6
|
+
return _jsx("script", { type: "application/ld+json", children: JSON.stringify(thingWithContext) });
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=RichResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RichResult.js","sourceRoot":"","sources":["../../src/RichResult.tsx"],"names":[],"mappings":";AAYA,MAAM,CAAC,MAAM,UAAU,GAA8B,CAAC,KAAK,EAAE,EAAE;IAC7D,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,CAAA;IACvB,MAAM,gBAAgB,GAAG,KAA2B,CAAA;IACpD,gBAAgB,CAAC,UAAU,CAAC,GAAG,oBAAoB,CAAA;IACnD,OAAO,iBAAQ,IAAI,EAAC,qBAAqB,YAAE,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,GAAU,CAAA;AACvF,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,cAAc,CAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ActionStatusType } from './ActionStatusType';
|
|
2
|
+
import { DateTime } from './DateTime';
|
|
3
|
+
import { EntryPoint } from './EntryPoint';
|
|
4
|
+
import { Organization } from './Organization';
|
|
5
|
+
import { Person } from './Person';
|
|
6
|
+
import { Place } from './Place';
|
|
7
|
+
import { PostalAddress } from './PostalAddress';
|
|
8
|
+
import { Thing } from './Thing';
|
|
9
|
+
import { Time } from './Time';
|
|
10
|
+
import { VirtualLocation } from './VirtualLocation';
|
|
11
|
+
interface Action extends Thing {
|
|
12
|
+
actionStatus?: ActionStatusType;
|
|
13
|
+
agent?: Organization | Person;
|
|
14
|
+
endTime?: DateTime | Time;
|
|
15
|
+
error?: Thing;
|
|
16
|
+
instrument?: Thing;
|
|
17
|
+
location?: Place | PostalAddress | string | VirtualLocation;
|
|
18
|
+
object?: Thing;
|
|
19
|
+
participant?: Organization | Person;
|
|
20
|
+
result?: Thing;
|
|
21
|
+
startTime?: DateTime | Time;
|
|
22
|
+
target?: EntryPoint;
|
|
23
|
+
}
|
|
24
|
+
export type { Action };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Action.js","sourceRoot":"","sources":["../../../src/jsonld/Action.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var ActionStatusType;
|
|
2
|
+
(function (ActionStatusType) {
|
|
3
|
+
ActionStatusType["ActiveActionStatus"] = "ActiveActionStatus";
|
|
4
|
+
ActionStatusType["CompletedActionStatus"] = "CompletedActionStatus";
|
|
5
|
+
ActionStatusType["FailedActionStatus"] = "FailedActionStatus";
|
|
6
|
+
ActionStatusType["PotentialActionStatus"] = "PotentialActionStatus";
|
|
7
|
+
})(ActionStatusType || (ActionStatusType = {}));
|
|
8
|
+
export { ActionStatusType };
|
|
9
|
+
//# sourceMappingURL=ActionStatusType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionStatusType.js","sourceRoot":"","sources":["../../../src/jsonld/ActionStatusType.ts"],"names":[],"mappings":"AAAA,IAAK,gBAKJ;AALD,WAAK,gBAAgB;IACnB,6DAAyC,CAAA;IACzC,mEAA+C,CAAA;IAC/C,6DAAyC,CAAA;IACzC,mEAA+C,CAAA;AACjD,CAAC,EALI,gBAAgB,KAAhB,gBAAgB,QAKpB;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdministrativeArea.js","sourceRoot":"","sources":["../../../src/jsonld/AdministrativeArea.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AggrigateRating.js","sourceRoot":"","sources":["../../../src/jsonld/AggrigateRating.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CreativeWork } from './CreativeWork';
|
|
2
|
+
import { Integer } from './Integer';
|
|
3
|
+
import { Text } from './Text';
|
|
4
|
+
interface Article extends CreativeWork {
|
|
5
|
+
articleBody?: Text;
|
|
6
|
+
articleSection?: Text;
|
|
7
|
+
backstory?: CreativeWork | Text;
|
|
8
|
+
pageEnd?: Integer | Text;
|
|
9
|
+
pageStart?: Integer | Text;
|
|
10
|
+
pagination?: Text;
|
|
11
|
+
speakable?: unknown | URL;
|
|
12
|
+
wordCount?: Integer;
|
|
13
|
+
}
|
|
14
|
+
export type { Article };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Article.js","sourceRoot":"","sources":["../../../src/jsonld/Article.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Base.js","sourceRoot":"","sources":["../../../src/jsonld/Base.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AggregateRating } from './AggrigateRating';
|
|
2
|
+
import { ImageObject } from './ImageObject';
|
|
3
|
+
import { Intangible } from './Intangible';
|
|
4
|
+
import { Review } from './Review';
|
|
5
|
+
export interface Brand extends Intangible {
|
|
6
|
+
aggregateRating?: AggregateRating;
|
|
7
|
+
logo?: ImageObject | URL;
|
|
8
|
+
review?: Review;
|
|
9
|
+
slogan?: Text;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Brand.js","sourceRoot":"","sources":["../../../src/jsonld/Brand.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Class.js","sourceRoot":"","sources":["../../../src/jsonld/Class.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { AdministrativeArea } from './AdministrativeArea';
|
|
2
|
+
import { ContactPointOption } from './ContactPointOption';
|
|
3
|
+
import { GeoShape } from './GeoShape';
|
|
4
|
+
import { Language } from './Language';
|
|
5
|
+
import { Place } from './Place';
|
|
6
|
+
import { Product } from './Product';
|
|
7
|
+
import { Text } from './Text';
|
|
8
|
+
import { Thing } from './Thing';
|
|
9
|
+
interface ContactPoint extends Thing {
|
|
10
|
+
areaServed?: AdministrativeArea | GeoShape | Place | Text;
|
|
11
|
+
availableLanguages?: Language | Text;
|
|
12
|
+
contactOption?: ContactPointOption;
|
|
13
|
+
contactType?: Text;
|
|
14
|
+
email?: Text;
|
|
15
|
+
hoursAvailable?: unknown;
|
|
16
|
+
productsSupported?: Product | Text;
|
|
17
|
+
telephone?: Text;
|
|
18
|
+
}
|
|
19
|
+
export type { ContactPoint };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactPoint.js","sourceRoot":"","sources":["../../../src/jsonld/ContactPoint.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var ContactPointOption;
|
|
2
|
+
(function (ContactPointOption) {
|
|
3
|
+
ContactPointOption["HearingImpairedSupported"] = "HearingImpairedSupported";
|
|
4
|
+
ContactPointOption["TollFree"] = "TollFree";
|
|
5
|
+
})(ContactPointOption || (ContactPointOption = {}));
|
|
6
|
+
export { ContactPointOption };
|
|
7
|
+
//# sourceMappingURL=ContactPointOption.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactPointOption.js","sourceRoot":"","sources":["../../../src/jsonld/ContactPointOption.ts"],"names":[],"mappings":"AAAA,IAAK,kBAGJ;AAHD,WAAK,kBAAkB;IACrB,2EAAqD,CAAA;IACrD,2CAAqB,CAAA;AACvB,CAAC,EAHI,kBAAkB,KAAlB,kBAAkB,QAGtB;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Country.js","sourceRoot":"","sources":["../../../src/jsonld/Country.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { AggregateRating } from './AggrigateRating';
|
|
2
|
+
import { DateTime } from './DateTime';
|
|
3
|
+
import { Integer } from './Integer';
|
|
4
|
+
import { Language } from './Language';
|
|
5
|
+
import { MediaObject } from './MediaObject';
|
|
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 { QuantitativeValue } from './QuantitativeValue';
|
|
12
|
+
import { Rating } from './Rating';
|
|
13
|
+
import { Review } from './Review';
|
|
14
|
+
import { Text } from './Text';
|
|
15
|
+
import { Thing } from './Thing';
|
|
16
|
+
import { URL } from './URL';
|
|
17
|
+
interface CreativeWork extends Thing {
|
|
18
|
+
about?: Thing;
|
|
19
|
+
abstract?: Text;
|
|
20
|
+
accessMode?: Text;
|
|
21
|
+
accessModeSufficient?: unknown;
|
|
22
|
+
accessibilityAPI?: Text;
|
|
23
|
+
accessibilityControl?: Text;
|
|
24
|
+
accessibilityFeature?: Text;
|
|
25
|
+
accessibilityHazard?: Text;
|
|
26
|
+
accessibilitySummary?: Text;
|
|
27
|
+
accountablePerson?: Person;
|
|
28
|
+
acquireLicensePage?: CreativeWork | URL;
|
|
29
|
+
aggregateRating?: AggregateRating;
|
|
30
|
+
alternativeHeading?: Text;
|
|
31
|
+
assesses?: unknown | Text;
|
|
32
|
+
associatedMedia?: MediaObject;
|
|
33
|
+
audience?: unknown;
|
|
34
|
+
audio?: unknown | unknown | unknown;
|
|
35
|
+
author?: Organization | Person;
|
|
36
|
+
award?: Text;
|
|
37
|
+
character?: Person;
|
|
38
|
+
citation?: CreativeWork | Text;
|
|
39
|
+
comment?: unknown;
|
|
40
|
+
commentCount?: Integer;
|
|
41
|
+
conditionsOfAccess?: Text;
|
|
42
|
+
contentLocation?: Place;
|
|
43
|
+
contentRating?: Rating | Text;
|
|
44
|
+
contentReferenceTime?: DateTime;
|
|
45
|
+
contributor?: Organization | Person;
|
|
46
|
+
copyrightHolder?: Organization | Person;
|
|
47
|
+
copyrightNotice?: Text;
|
|
48
|
+
copyrightYear?: number;
|
|
49
|
+
correction?: unknown | Text | URL;
|
|
50
|
+
creativeWorkStatus?: unknown | Text;
|
|
51
|
+
creator?: Organization | Person;
|
|
52
|
+
creditText?: Text;
|
|
53
|
+
dateCreated?: DateTime;
|
|
54
|
+
dateModified?: DateTime;
|
|
55
|
+
datePublished?: DateTime;
|
|
56
|
+
discussionUrl?: URL;
|
|
57
|
+
editEIDR?: Text | URL;
|
|
58
|
+
editor?: Person;
|
|
59
|
+
educationalAlignment?: unknown;
|
|
60
|
+
educationalLevel?: unknown | Text | URL;
|
|
61
|
+
educationalUse?: unknown | Text;
|
|
62
|
+
encoding?: MediaObject;
|
|
63
|
+
encodingFormat?: Text | URL;
|
|
64
|
+
exampleOfWork?: CreativeWork;
|
|
65
|
+
expires?: DateTime;
|
|
66
|
+
funder?: Organization | Person;
|
|
67
|
+
genre?: Text | URL;
|
|
68
|
+
hasPart?: CreativeWork;
|
|
69
|
+
headline?: Text;
|
|
70
|
+
inLanguage?: Language | Text;
|
|
71
|
+
interactionStatistic?: unknown;
|
|
72
|
+
interactiveityType?: Text;
|
|
73
|
+
isAccessibleForFree?: boolean;
|
|
74
|
+
isBasedOn?: CreativeWork | Product | URL;
|
|
75
|
+
isFamilyFriendly?: boolean;
|
|
76
|
+
isPartOf?: CreativeWork | URL;
|
|
77
|
+
keywords?: unknown | Text | URL;
|
|
78
|
+
learningResourceType?: unknown | Text;
|
|
79
|
+
license?: CreativeWork | URL;
|
|
80
|
+
locationCreated?: Place;
|
|
81
|
+
mainEntry?: Thing;
|
|
82
|
+
maintainer?: Organization | Person;
|
|
83
|
+
material?: Product | Text | URL;
|
|
84
|
+
materialExtent?: QuantitativeValue | Text;
|
|
85
|
+
mentions?: Thing;
|
|
86
|
+
offers?: unknown | Offer[];
|
|
87
|
+
pattern?: unknown | Text;
|
|
88
|
+
position?: Integer | Text;
|
|
89
|
+
producer?: Organization | Person;
|
|
90
|
+
provider?: Organization | Person;
|
|
91
|
+
publication?: unknown;
|
|
92
|
+
publisher?: Organization | Person;
|
|
93
|
+
publisherImprint?: Organization;
|
|
94
|
+
publishingPrinciples?: CreativeWork | URL;
|
|
95
|
+
recordedAt?: Event;
|
|
96
|
+
releasedEvent?: unknown;
|
|
97
|
+
review?: Review;
|
|
98
|
+
schemaVersion?: Text | URL;
|
|
99
|
+
sdDatePublished?: DateTime;
|
|
100
|
+
sdLicense?: CreativeWork | URL;
|
|
101
|
+
sdPublisher?: Organization | Person;
|
|
102
|
+
size?: unknown | QuantitativeValue | Text;
|
|
103
|
+
sourceOrganization?: Organization;
|
|
104
|
+
spatial?: Place;
|
|
105
|
+
spatialCoverage?: Place;
|
|
106
|
+
sponsor?: Organization | Person;
|
|
107
|
+
teaches?: unknown | Text;
|
|
108
|
+
temporal?: DateTime | Text;
|
|
109
|
+
temporalCoverage?: DateTime | Text | URL;
|
|
110
|
+
text?: Text;
|
|
111
|
+
thumbnailUrl?: URL;
|
|
112
|
+
timeRequired?: unknown;
|
|
113
|
+
translationOfWork?: CreativeWork;
|
|
114
|
+
translator?: Organization | Person;
|
|
115
|
+
typicalAgeRange?: Text;
|
|
116
|
+
usageInfo?: CreativeWork | URL;
|
|
117
|
+
version?: number | Text;
|
|
118
|
+
video?: unknown;
|
|
119
|
+
workExample?: CreativeWork;
|
|
120
|
+
workTranslation?: CreativeWork;
|
|
121
|
+
}
|
|
122
|
+
export type { CreativeWork };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreativeWork.js","sourceRoot":"","sources":["../../../src/jsonld/CreativeWork.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateTime.js","sourceRoot":"","sources":["../../../src/jsonld/DateTime.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Intangible } from './Intangible';
|
|
2
|
+
import { SoftwareApplication } from './SoftwareApplication';
|
|
3
|
+
import { Text } from './Text';
|
|
4
|
+
import { URL } from './URL';
|
|
5
|
+
interface EntryPoint extends Intangible {
|
|
6
|
+
actionApplication?: SoftwareApplication;
|
|
7
|
+
actionPlatform?: Text | URL;
|
|
8
|
+
contentType?: Text;
|
|
9
|
+
encodingType?: Text;
|
|
10
|
+
httpMethod?: Text;
|
|
11
|
+
urlTemplate?: Text;
|
|
12
|
+
}
|
|
13
|
+
export type { EntryPoint };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntryPoint.js","sourceRoot":"","sources":["../../../src/jsonld/EntryPoint.ts"],"names":[],"mappings":"AAAA,oCAAoC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Enumeration.js","sourceRoot":"","sources":["../../../src/jsonld/Enumeration.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Country } from './Country';
|
|
2
|
+
import { PostalAddress } from './PostalAddress';
|
|
3
|
+
import { Text } from './Text';
|
|
4
|
+
import { Thing } from './Thing';
|
|
5
|
+
interface GeoShape extends Thing {
|
|
6
|
+
address?: PostalAddress | Text;
|
|
7
|
+
addressCountry?: Country | Text;
|
|
8
|
+
box?: Text;
|
|
9
|
+
circle?: Text;
|
|
10
|
+
elevation?: number | Text;
|
|
11
|
+
line?: Text;
|
|
12
|
+
polygon?: Text;
|
|
13
|
+
postalCode?: Text;
|
|
14
|
+
}
|
|
15
|
+
export type { GeoShape };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeoShape.js","sourceRoot":"","sources":["../../../src/jsonld/GeoShape.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Intangible } from './Intangible';
|
|
2
|
+
import { Place } from './Place';
|
|
3
|
+
interface GeospatialGeometry extends Intangible {
|
|
4
|
+
geoContains?: Place | GeospatialGeometry;
|
|
5
|
+
geoCoveredBy?: Place | GeospatialGeometry;
|
|
6
|
+
geoCovers?: Place | GeospatialGeometry;
|
|
7
|
+
geoCrosses?: Place | GeospatialGeometry;
|
|
8
|
+
geoDisjoint?: Place | GeospatialGeometry;
|
|
9
|
+
geoEquals?: Place | GeospatialGeometry;
|
|
10
|
+
geoIntersects?: Place | GeospatialGeometry;
|
|
11
|
+
geoOverlaps?: Place | GeospatialGeometry;
|
|
12
|
+
geoTouches?: Place | GeospatialGeometry;
|
|
13
|
+
geoWithin?: Place | GeospatialGeometry;
|
|
14
|
+
}
|
|
15
|
+
export type { GeospatialGeometry };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeospatialGeometry.js","sourceRoot":"","sources":["../../../src/jsonld/GeospatialGeometry.ts"],"names":[],"mappings":"AAAA,oCAAoC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageObject.js","sourceRoot":"","sources":["../../../src/jsonld/ImageObject.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Intangible.js","sourceRoot":"","sources":["../../../src/jsonld/Intangible.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Integer.js","sourceRoot":"","sources":["../../../src/jsonld/Integer.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare enum ItemAvailability {
|
|
2
|
+
/** Indicates that the item has been discontinued. */
|
|
3
|
+
Discontinued = "https://schema.org/Discontinued",
|
|
4
|
+
/** Indicates that the item is in stock. */
|
|
5
|
+
InStock = "https://schema.org/InStock",
|
|
6
|
+
/** Indicates that the item is available only at physical locations. */
|
|
7
|
+
InStoreOnly = "https://schema.org/InStoreOnly",
|
|
8
|
+
/** Indicates that the item has limited availability. */
|
|
9
|
+
LimitedAvailability = "https://schema.org/LimitedAvailability",
|
|
10
|
+
/** Indicates that the item is available only online. */
|
|
11
|
+
OnlineOnly = "https://schema.org/OnlineOnly",
|
|
12
|
+
/** Indicates that the item is out of stock. */
|
|
13
|
+
OutOfStock = "https://schema.org/OutOfStock",
|
|
14
|
+
/** Indicates that the item is available for pre-order. */
|
|
15
|
+
PreOrder = "https://schema.org/PreOrder",
|
|
16
|
+
/** Indicates that the item is available for ordering and delivery before general availability. */
|
|
17
|
+
PreSale = "https://schema.org/PreSale",
|
|
18
|
+
/** Indicates that the item has sold out. */
|
|
19
|
+
SoldOut = "https://schema.org/SoldOut"
|
|
20
|
+
}
|
|
21
|
+
export { ItemAvailability };
|