@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.
Files changed (355) hide show
  1. package/LICENSE +165 -0
  2. package/README.md +96 -0
  3. package/babel.config.json +5 -0
  4. package/dist/cjs/RichResult.d.ts +6 -0
  5. package/dist/cjs/RichResult.js +12 -0
  6. package/dist/cjs/RichResult.js.map +1 -0
  7. package/dist/cjs/index.d.ts +2 -0
  8. package/dist/cjs/index.js +6 -0
  9. package/dist/cjs/index.js.map +1 -0
  10. package/dist/cjs/jsonld/Action.d.ts +24 -0
  11. package/dist/cjs/jsonld/Action.js +3 -0
  12. package/dist/cjs/jsonld/Action.js.map +1 -0
  13. package/dist/cjs/jsonld/ActionStatusType.d.ts +7 -0
  14. package/dist/cjs/jsonld/ActionStatusType.js +12 -0
  15. package/dist/cjs/jsonld/ActionStatusType.js.map +1 -0
  16. package/dist/cjs/jsonld/AdministrativeArea.d.ts +3 -0
  17. package/dist/cjs/jsonld/AdministrativeArea.js +3 -0
  18. package/dist/cjs/jsonld/AdministrativeArea.js.map +1 -0
  19. package/dist/cjs/jsonld/AggrigateRating.d.ts +8 -0
  20. package/dist/cjs/jsonld/AggrigateRating.js +3 -0
  21. package/dist/cjs/jsonld/AggrigateRating.js.map +1 -0
  22. package/dist/cjs/jsonld/Article.d.ts +14 -0
  23. package/dist/cjs/jsonld/Article.js +3 -0
  24. package/dist/cjs/jsonld/Article.js.map +1 -0
  25. package/dist/cjs/jsonld/Base.d.ts +4 -0
  26. package/dist/cjs/jsonld/Base.js +3 -0
  27. package/dist/cjs/jsonld/Base.js.map +1 -0
  28. package/dist/cjs/jsonld/Brand.d.ts +10 -0
  29. package/dist/cjs/jsonld/Brand.js +3 -0
  30. package/dist/cjs/jsonld/Brand.js.map +1 -0
  31. package/dist/cjs/jsonld/Class.d.ts +7 -0
  32. package/dist/cjs/jsonld/Class.js +3 -0
  33. package/dist/cjs/jsonld/Class.js.map +1 -0
  34. package/dist/cjs/jsonld/ContactPoint.d.ts +19 -0
  35. package/dist/cjs/jsonld/ContactPoint.js +3 -0
  36. package/dist/cjs/jsonld/ContactPoint.js.map +1 -0
  37. package/dist/cjs/jsonld/ContactPointOption.d.ts +5 -0
  38. package/dist/cjs/jsonld/ContactPointOption.js +10 -0
  39. package/dist/cjs/jsonld/ContactPointOption.js.map +1 -0
  40. package/dist/cjs/jsonld/Country.d.ts +3 -0
  41. package/dist/cjs/jsonld/Country.js +3 -0
  42. package/dist/cjs/jsonld/Country.js.map +1 -0
  43. package/dist/cjs/jsonld/CreativeWork.d.ts +122 -0
  44. package/dist/cjs/jsonld/CreativeWork.js +3 -0
  45. package/dist/cjs/jsonld/CreativeWork.js.map +1 -0
  46. package/dist/cjs/jsonld/DateTime.d.ts +2 -0
  47. package/dist/cjs/jsonld/DateTime.js +3 -0
  48. package/dist/cjs/jsonld/DateTime.js.map +1 -0
  49. package/dist/cjs/jsonld/EntryPoint.d.ts +13 -0
  50. package/dist/cjs/jsonld/EntryPoint.js +4 -0
  51. package/dist/cjs/jsonld/EntryPoint.js.map +1 -0
  52. package/dist/cjs/jsonld/Enumeration.d.ts +7 -0
  53. package/dist/cjs/jsonld/Enumeration.js +3 -0
  54. package/dist/cjs/jsonld/Enumeration.js.map +1 -0
  55. package/dist/cjs/jsonld/GeoShape.d.ts +15 -0
  56. package/dist/cjs/jsonld/GeoShape.js +3 -0
  57. package/dist/cjs/jsonld/GeoShape.js.map +1 -0
  58. package/dist/cjs/jsonld/GeospatialGeometry.d.ts +15 -0
  59. package/dist/cjs/jsonld/GeospatialGeometry.js +4 -0
  60. package/dist/cjs/jsonld/GeospatialGeometry.js.map +1 -0
  61. package/dist/cjs/jsonld/ImageObject.d.ts +9 -0
  62. package/dist/cjs/jsonld/ImageObject.js +3 -0
  63. package/dist/cjs/jsonld/ImageObject.js.map +1 -0
  64. package/dist/cjs/jsonld/Intangible.d.ts +3 -0
  65. package/dist/cjs/jsonld/Intangible.js +3 -0
  66. package/dist/cjs/jsonld/Intangible.js.map +1 -0
  67. package/dist/cjs/jsonld/Integer.d.ts +2 -0
  68. package/dist/cjs/jsonld/Integer.js +3 -0
  69. package/dist/cjs/jsonld/Integer.js.map +1 -0
  70. package/dist/cjs/jsonld/ItemAvailability.d.ts +21 -0
  71. package/dist/cjs/jsonld/ItemAvailability.js +26 -0
  72. package/dist/cjs/jsonld/ItemAvailability.js.map +1 -0
  73. package/dist/cjs/jsonld/Language.d.ts +3 -0
  74. package/dist/cjs/jsonld/Language.js +3 -0
  75. package/dist/cjs/jsonld/Language.js.map +1 -0
  76. package/dist/cjs/jsonld/Map.d.ts +6 -0
  77. package/dist/cjs/jsonld/Map.js +3 -0
  78. package/dist/cjs/jsonld/Map.js.map +1 -0
  79. package/dist/cjs/jsonld/MapCategoryType.d.ts +7 -0
  80. package/dist/cjs/jsonld/MapCategoryType.js +12 -0
  81. package/dist/cjs/jsonld/MapCategoryType.js.map +1 -0
  82. package/dist/cjs/jsonld/MediaObject.d.ts +10 -0
  83. package/dist/cjs/jsonld/MediaObject.js +3 -0
  84. package/dist/cjs/jsonld/MediaObject.js.map +1 -0
  85. package/dist/cjs/jsonld/MobileApplication.d.ts +6 -0
  86. package/dist/cjs/jsonld/MobileApplication.js +3 -0
  87. package/dist/cjs/jsonld/MobileApplication.js.map +1 -0
  88. package/dist/cjs/jsonld/Offer.d.ts +64 -0
  89. package/dist/cjs/jsonld/Offer.js +3 -0
  90. package/dist/cjs/jsonld/Offer.js.map +1 -0
  91. package/dist/cjs/jsonld/Organization.d.ts +77 -0
  92. package/dist/cjs/jsonld/Organization.js +3 -0
  93. package/dist/cjs/jsonld/Organization.js.map +1 -0
  94. package/dist/cjs/jsonld/Person.d.ts +71 -0
  95. package/dist/cjs/jsonld/Person.js +4 -0
  96. package/dist/cjs/jsonld/Person.js.map +1 -0
  97. package/dist/cjs/jsonld/Photograph.d.ts +3 -0
  98. package/dist/cjs/jsonld/Photograph.js +4 -0
  99. package/dist/cjs/jsonld/Photograph.js.map +1 -0
  100. package/dist/cjs/jsonld/Place.d.ts +42 -0
  101. package/dist/cjs/jsonld/Place.js +4 -0
  102. package/dist/cjs/jsonld/Place.js.map +1 -0
  103. package/dist/cjs/jsonld/PostalAddress.d.ts +12 -0
  104. package/dist/cjs/jsonld/PostalAddress.js +3 -0
  105. package/dist/cjs/jsonld/PostalAddress.js.map +1 -0
  106. package/dist/cjs/jsonld/Product.d.ts +56 -0
  107. package/dist/cjs/jsonld/Product.js +3 -0
  108. package/dist/cjs/jsonld/Product.js.map +1 -0
  109. package/dist/cjs/jsonld/Property.d.ts +10 -0
  110. package/dist/cjs/jsonld/Property.js +3 -0
  111. package/dist/cjs/jsonld/Property.js.map +1 -0
  112. package/dist/cjs/jsonld/PropertyValue.d.ts +16 -0
  113. package/dist/cjs/jsonld/PropertyValue.js +3 -0
  114. package/dist/cjs/jsonld/PropertyValue.js.map +1 -0
  115. package/dist/cjs/jsonld/QualitativeValue.d.ts +15 -0
  116. package/dist/cjs/jsonld/QualitativeValue.js +3 -0
  117. package/dist/cjs/jsonld/QualitativeValue.js.map +1 -0
  118. package/dist/cjs/jsonld/QuantitativeValue.d.ts +15 -0
  119. package/dist/cjs/jsonld/QuantitativeValue.js +3 -0
  120. package/dist/cjs/jsonld/QuantitativeValue.js.map +1 -0
  121. package/dist/cjs/jsonld/Rating.d.ts +10 -0
  122. package/dist/cjs/jsonld/Rating.js +3 -0
  123. package/dist/cjs/jsonld/Rating.js.map +1 -0
  124. package/dist/cjs/jsonld/Review.d.ts +10 -0
  125. package/dist/cjs/jsonld/Review.js +3 -0
  126. package/dist/cjs/jsonld/Review.js.map +1 -0
  127. package/dist/cjs/jsonld/Service.d.ts +38 -0
  128. package/dist/cjs/jsonld/Service.js +3 -0
  129. package/dist/cjs/jsonld/Service.js.map +1 -0
  130. package/dist/cjs/jsonld/SoftwareApplication.d.ts +28 -0
  131. package/dist/cjs/jsonld/SoftwareApplication.js +3 -0
  132. package/dist/cjs/jsonld/SoftwareApplication.js.map +1 -0
  133. package/dist/cjs/jsonld/StructuredValue.d.ts +3 -0
  134. package/dist/cjs/jsonld/StructuredValue.js +3 -0
  135. package/dist/cjs/jsonld/StructuredValue.js.map +1 -0
  136. package/dist/cjs/jsonld/Text.d.ts +2 -0
  137. package/dist/cjs/jsonld/Text.js +3 -0
  138. package/dist/cjs/jsonld/Text.js.map +1 -0
  139. package/dist/cjs/jsonld/Thing.d.ts +22 -0
  140. package/dist/cjs/jsonld/Thing.js +3 -0
  141. package/dist/cjs/jsonld/Thing.js.map +1 -0
  142. package/dist/cjs/jsonld/Time.d.ts +2 -0
  143. package/dist/cjs/jsonld/Time.js +3 -0
  144. package/dist/cjs/jsonld/Time.js.map +1 -0
  145. package/dist/cjs/jsonld/URL.d.ts +2 -0
  146. package/dist/cjs/jsonld/URL.js +3 -0
  147. package/dist/cjs/jsonld/URL.js.map +1 -0
  148. package/dist/cjs/jsonld/VirtualLocation.d.ts +3 -0
  149. package/dist/cjs/jsonld/VirtualLocation.js +4 -0
  150. package/dist/cjs/jsonld/VirtualLocation.js.map +1 -0
  151. package/dist/cjs/jsonld/index.d.ts +47 -0
  152. package/dist/cjs/jsonld/index.js +51 -0
  153. package/dist/cjs/jsonld/index.js.map +1 -0
  154. package/dist/docs.json +7 -0
  155. package/dist/esm/RichResult.d.ts +6 -0
  156. package/dist/esm/RichResult.js +8 -0
  157. package/dist/esm/RichResult.js.map +1 -0
  158. package/dist/esm/index.d.ts +2 -0
  159. package/dist/esm/index.js +3 -0
  160. package/dist/esm/index.js.map +1 -0
  161. package/dist/esm/jsonld/Action.d.ts +24 -0
  162. package/dist/esm/jsonld/Action.js +2 -0
  163. package/dist/esm/jsonld/Action.js.map +1 -0
  164. package/dist/esm/jsonld/ActionStatusType.d.ts +7 -0
  165. package/dist/esm/jsonld/ActionStatusType.js +9 -0
  166. package/dist/esm/jsonld/ActionStatusType.js.map +1 -0
  167. package/dist/esm/jsonld/AdministrativeArea.d.ts +3 -0
  168. package/dist/esm/jsonld/AdministrativeArea.js +2 -0
  169. package/dist/esm/jsonld/AdministrativeArea.js.map +1 -0
  170. package/dist/esm/jsonld/AggrigateRating.d.ts +8 -0
  171. package/dist/esm/jsonld/AggrigateRating.js +2 -0
  172. package/dist/esm/jsonld/AggrigateRating.js.map +1 -0
  173. package/dist/esm/jsonld/Article.d.ts +14 -0
  174. package/dist/esm/jsonld/Article.js +2 -0
  175. package/dist/esm/jsonld/Article.js.map +1 -0
  176. package/dist/esm/jsonld/Base.d.ts +4 -0
  177. package/dist/esm/jsonld/Base.js +2 -0
  178. package/dist/esm/jsonld/Base.js.map +1 -0
  179. package/dist/esm/jsonld/Brand.d.ts +10 -0
  180. package/dist/esm/jsonld/Brand.js +2 -0
  181. package/dist/esm/jsonld/Brand.js.map +1 -0
  182. package/dist/esm/jsonld/Class.d.ts +7 -0
  183. package/dist/esm/jsonld/Class.js +2 -0
  184. package/dist/esm/jsonld/Class.js.map +1 -0
  185. package/dist/esm/jsonld/ContactPoint.d.ts +19 -0
  186. package/dist/esm/jsonld/ContactPoint.js +2 -0
  187. package/dist/esm/jsonld/ContactPoint.js.map +1 -0
  188. package/dist/esm/jsonld/ContactPointOption.d.ts +5 -0
  189. package/dist/esm/jsonld/ContactPointOption.js +7 -0
  190. package/dist/esm/jsonld/ContactPointOption.js.map +1 -0
  191. package/dist/esm/jsonld/Country.d.ts +3 -0
  192. package/dist/esm/jsonld/Country.js +2 -0
  193. package/dist/esm/jsonld/Country.js.map +1 -0
  194. package/dist/esm/jsonld/CreativeWork.d.ts +122 -0
  195. package/dist/esm/jsonld/CreativeWork.js +2 -0
  196. package/dist/esm/jsonld/CreativeWork.js.map +1 -0
  197. package/dist/esm/jsonld/DateTime.d.ts +2 -0
  198. package/dist/esm/jsonld/DateTime.js +2 -0
  199. package/dist/esm/jsonld/DateTime.js.map +1 -0
  200. package/dist/esm/jsonld/EntryPoint.d.ts +13 -0
  201. package/dist/esm/jsonld/EntryPoint.js +3 -0
  202. package/dist/esm/jsonld/EntryPoint.js.map +1 -0
  203. package/dist/esm/jsonld/Enumeration.d.ts +7 -0
  204. package/dist/esm/jsonld/Enumeration.js +2 -0
  205. package/dist/esm/jsonld/Enumeration.js.map +1 -0
  206. package/dist/esm/jsonld/GeoShape.d.ts +15 -0
  207. package/dist/esm/jsonld/GeoShape.js +2 -0
  208. package/dist/esm/jsonld/GeoShape.js.map +1 -0
  209. package/dist/esm/jsonld/GeospatialGeometry.d.ts +15 -0
  210. package/dist/esm/jsonld/GeospatialGeometry.js +3 -0
  211. package/dist/esm/jsonld/GeospatialGeometry.js.map +1 -0
  212. package/dist/esm/jsonld/ImageObject.d.ts +9 -0
  213. package/dist/esm/jsonld/ImageObject.js +2 -0
  214. package/dist/esm/jsonld/ImageObject.js.map +1 -0
  215. package/dist/esm/jsonld/Intangible.d.ts +3 -0
  216. package/dist/esm/jsonld/Intangible.js +2 -0
  217. package/dist/esm/jsonld/Intangible.js.map +1 -0
  218. package/dist/esm/jsonld/Integer.d.ts +2 -0
  219. package/dist/esm/jsonld/Integer.js +2 -0
  220. package/dist/esm/jsonld/Integer.js.map +1 -0
  221. package/dist/esm/jsonld/ItemAvailability.d.ts +21 -0
  222. package/dist/esm/jsonld/ItemAvailability.js +23 -0
  223. package/dist/esm/jsonld/ItemAvailability.js.map +1 -0
  224. package/dist/esm/jsonld/Language.d.ts +3 -0
  225. package/dist/esm/jsonld/Language.js +2 -0
  226. package/dist/esm/jsonld/Language.js.map +1 -0
  227. package/dist/esm/jsonld/Map.d.ts +6 -0
  228. package/dist/esm/jsonld/Map.js +2 -0
  229. package/dist/esm/jsonld/Map.js.map +1 -0
  230. package/dist/esm/jsonld/MapCategoryType.d.ts +7 -0
  231. package/dist/esm/jsonld/MapCategoryType.js +9 -0
  232. package/dist/esm/jsonld/MapCategoryType.js.map +1 -0
  233. package/dist/esm/jsonld/MediaObject.d.ts +10 -0
  234. package/dist/esm/jsonld/MediaObject.js +2 -0
  235. package/dist/esm/jsonld/MediaObject.js.map +1 -0
  236. package/dist/esm/jsonld/MobileApplication.d.ts +6 -0
  237. package/dist/esm/jsonld/MobileApplication.js +2 -0
  238. package/dist/esm/jsonld/MobileApplication.js.map +1 -0
  239. package/dist/esm/jsonld/Offer.d.ts +64 -0
  240. package/dist/esm/jsonld/Offer.js +2 -0
  241. package/dist/esm/jsonld/Offer.js.map +1 -0
  242. package/dist/esm/jsonld/Organization.d.ts +77 -0
  243. package/dist/esm/jsonld/Organization.js +2 -0
  244. package/dist/esm/jsonld/Organization.js.map +1 -0
  245. package/dist/esm/jsonld/Person.d.ts +71 -0
  246. package/dist/esm/jsonld/Person.js +3 -0
  247. package/dist/esm/jsonld/Person.js.map +1 -0
  248. package/dist/esm/jsonld/Photograph.d.ts +3 -0
  249. package/dist/esm/jsonld/Photograph.js +3 -0
  250. package/dist/esm/jsonld/Photograph.js.map +1 -0
  251. package/dist/esm/jsonld/Place.d.ts +42 -0
  252. package/dist/esm/jsonld/Place.js +3 -0
  253. package/dist/esm/jsonld/Place.js.map +1 -0
  254. package/dist/esm/jsonld/PostalAddress.d.ts +12 -0
  255. package/dist/esm/jsonld/PostalAddress.js +2 -0
  256. package/dist/esm/jsonld/PostalAddress.js.map +1 -0
  257. package/dist/esm/jsonld/Product.d.ts +56 -0
  258. package/dist/esm/jsonld/Product.js +2 -0
  259. package/dist/esm/jsonld/Product.js.map +1 -0
  260. package/dist/esm/jsonld/Property.d.ts +10 -0
  261. package/dist/esm/jsonld/Property.js +2 -0
  262. package/dist/esm/jsonld/Property.js.map +1 -0
  263. package/dist/esm/jsonld/PropertyValue.d.ts +16 -0
  264. package/dist/esm/jsonld/PropertyValue.js +2 -0
  265. package/dist/esm/jsonld/PropertyValue.js.map +1 -0
  266. package/dist/esm/jsonld/QualitativeValue.d.ts +15 -0
  267. package/dist/esm/jsonld/QualitativeValue.js +2 -0
  268. package/dist/esm/jsonld/QualitativeValue.js.map +1 -0
  269. package/dist/esm/jsonld/QuantitativeValue.d.ts +15 -0
  270. package/dist/esm/jsonld/QuantitativeValue.js +2 -0
  271. package/dist/esm/jsonld/QuantitativeValue.js.map +1 -0
  272. package/dist/esm/jsonld/Rating.d.ts +10 -0
  273. package/dist/esm/jsonld/Rating.js +2 -0
  274. package/dist/esm/jsonld/Rating.js.map +1 -0
  275. package/dist/esm/jsonld/Review.d.ts +10 -0
  276. package/dist/esm/jsonld/Review.js +2 -0
  277. package/dist/esm/jsonld/Review.js.map +1 -0
  278. package/dist/esm/jsonld/Service.d.ts +38 -0
  279. package/dist/esm/jsonld/Service.js +2 -0
  280. package/dist/esm/jsonld/Service.js.map +1 -0
  281. package/dist/esm/jsonld/SoftwareApplication.d.ts +28 -0
  282. package/dist/esm/jsonld/SoftwareApplication.js +2 -0
  283. package/dist/esm/jsonld/SoftwareApplication.js.map +1 -0
  284. package/dist/esm/jsonld/StructuredValue.d.ts +3 -0
  285. package/dist/esm/jsonld/StructuredValue.js +2 -0
  286. package/dist/esm/jsonld/StructuredValue.js.map +1 -0
  287. package/dist/esm/jsonld/Text.d.ts +2 -0
  288. package/dist/esm/jsonld/Text.js +2 -0
  289. package/dist/esm/jsonld/Text.js.map +1 -0
  290. package/dist/esm/jsonld/Thing.d.ts +22 -0
  291. package/dist/esm/jsonld/Thing.js +2 -0
  292. package/dist/esm/jsonld/Thing.js.map +1 -0
  293. package/dist/esm/jsonld/Time.d.ts +2 -0
  294. package/dist/esm/jsonld/Time.js +2 -0
  295. package/dist/esm/jsonld/Time.js.map +1 -0
  296. package/dist/esm/jsonld/URL.d.ts +2 -0
  297. package/dist/esm/jsonld/URL.js +2 -0
  298. package/dist/esm/jsonld/URL.js.map +1 -0
  299. package/dist/esm/jsonld/VirtualLocation.d.ts +3 -0
  300. package/dist/esm/jsonld/VirtualLocation.js +3 -0
  301. package/dist/esm/jsonld/VirtualLocation.js.map +1 -0
  302. package/dist/esm/jsonld/index.d.ts +47 -0
  303. package/dist/esm/jsonld/index.js +48 -0
  304. package/dist/esm/jsonld/index.js.map +1 -0
  305. package/package.json +72 -0
  306. package/src/RichResult.tsx +18 -0
  307. package/src/index.ts +2 -0
  308. package/src/jsonld/Action.ts +27 -0
  309. package/src/jsonld/ActionStatusType.ts +8 -0
  310. package/src/jsonld/AdministrativeArea.ts +6 -0
  311. package/src/jsonld/AggrigateRating.ts +11 -0
  312. package/src/jsonld/Article.ts +17 -0
  313. package/src/jsonld/Base.ts +5 -0
  314. package/src/jsonld/Brand.ts +12 -0
  315. package/src/jsonld/Class.ts +10 -0
  316. package/src/jsonld/ContactPoint.ts +22 -0
  317. package/src/jsonld/ContactPointOption.ts +6 -0
  318. package/src/jsonld/Country.ts +6 -0
  319. package/src/jsonld/CreativeWork.ts +126 -0
  320. package/src/jsonld/DateTime.ts +3 -0
  321. package/src/jsonld/EntryPoint.ts +17 -0
  322. package/src/jsonld/Enumeration.ts +10 -0
  323. package/src/jsonld/GeoShape.ts +18 -0
  324. package/src/jsonld/GeospatialGeometry.ts +19 -0
  325. package/src/jsonld/ImageObject.ts +12 -0
  326. package/src/jsonld/Intangible.ts +6 -0
  327. package/src/jsonld/Integer.ts +3 -0
  328. package/src/jsonld/ItemAvailability.ts +22 -0
  329. package/src/jsonld/Language.ts +6 -0
  330. package/src/jsonld/Map.ts +9 -0
  331. package/src/jsonld/MapCategoryType.ts +8 -0
  332. package/src/jsonld/MediaObject.ts +13 -0
  333. package/src/jsonld/MobileApplication.ts +8 -0
  334. package/src/jsonld/Offer.ts +67 -0
  335. package/src/jsonld/Organization.ts +81 -0
  336. package/src/jsonld/Person.ts +75 -0
  337. package/src/jsonld/Photograph.ts +7 -0
  338. package/src/jsonld/Place.ts +46 -0
  339. package/src/jsonld/PostalAddress.ts +15 -0
  340. package/src/jsonld/Product.ts +60 -0
  341. package/src/jsonld/Property.ts +13 -0
  342. package/src/jsonld/PropertyValue.ts +19 -0
  343. package/src/jsonld/QualitativeValue.ts +18 -0
  344. package/src/jsonld/QuantitativeValue.ts +18 -0
  345. package/src/jsonld/Rating.ts +13 -0
  346. package/src/jsonld/Review.ts +13 -0
  347. package/src/jsonld/Service.ts +42 -0
  348. package/src/jsonld/SoftwareApplication.ts +32 -0
  349. package/src/jsonld/StructuredValue.ts +6 -0
  350. package/src/jsonld/Text.ts +3 -0
  351. package/src/jsonld/Thing.ts +25 -0
  352. package/src/jsonld/Time.ts +3 -0
  353. package/src/jsonld/URL.ts +3 -0
  354. package/src/jsonld/VirtualLocation.ts +7 -0
  355. package/src/jsonld/index.ts +47 -0
@@ -0,0 +1,23 @@
1
+ var ItemAvailability;
2
+ (function (ItemAvailability) {
3
+ /** Indicates that the item has been discontinued. */
4
+ ItemAvailability["Discontinued"] = "https://schema.org/Discontinued";
5
+ /** Indicates that the item is in stock. */
6
+ ItemAvailability["InStock"] = "https://schema.org/InStock";
7
+ /** Indicates that the item is available only at physical locations. */
8
+ ItemAvailability["InStoreOnly"] = "https://schema.org/InStoreOnly";
9
+ /** Indicates that the item has limited availability. */
10
+ ItemAvailability["LimitedAvailability"] = "https://schema.org/LimitedAvailability";
11
+ /** Indicates that the item is available only online. */
12
+ ItemAvailability["OnlineOnly"] = "https://schema.org/OnlineOnly";
13
+ /** Indicates that the item is out of stock. */
14
+ ItemAvailability["OutOfStock"] = "https://schema.org/OutOfStock";
15
+ /** Indicates that the item is available for pre-order. */
16
+ ItemAvailability["PreOrder"] = "https://schema.org/PreOrder";
17
+ /** Indicates that the item is available for ordering and delivery before general availability. */
18
+ ItemAvailability["PreSale"] = "https://schema.org/PreSale";
19
+ /** Indicates that the item has sold out. */
20
+ ItemAvailability["SoldOut"] = "https://schema.org/SoldOut";
21
+ })(ItemAvailability || (ItemAvailability = {}));
22
+ export { ItemAvailability };
23
+ //# sourceMappingURL=ItemAvailability.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ItemAvailability.js","sourceRoot":"","sources":["../../../src/jsonld/ItemAvailability.ts"],"names":[],"mappings":"AAAA,IAAK,gBAmBJ;AAnBD,WAAK,gBAAgB;IACnB,qDAAqD;IACrD,oEAAgD,CAAA;IAChD,2CAA2C;IAC3C,0DAAsC,CAAA;IACtC,uEAAuE;IACvE,kEAA8C,CAAA;IAC9C,wDAAwD;IACxD,kFAA8D,CAAA;IAC9D,wDAAwD;IACxD,gEAA4C,CAAA;IAC5C,+CAA+C;IAC/C,gEAA4C,CAAA;IAC5C,0DAA0D;IAC1D,4DAAwC,CAAA;IACxC,kGAAkG;IAClG,0DAAsC,CAAA;IACtC,4CAA4C;IAC5C,0DAAsC,CAAA;AACxC,CAAC,EAnBI,gBAAgB,KAAhB,gBAAgB,QAmBpB;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { Intangible } from './Intangible';
2
+ declare type Language = Intangible;
3
+ export type { Language };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Language.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Language.js","sourceRoot":"","sources":["../../../src/jsonld/Language.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { CreativeWork } from './CreativeWork';
2
+ import { MapCategoryType } from './MapCategoryType';
3
+ interface Map extends CreativeWork {
4
+ mapType?: MapCategoryType;
5
+ }
6
+ export type { Map };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Map.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Map.js","sourceRoot":"","sources":["../../../src/jsonld/Map.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ declare enum MapCategoryType {
2
+ ParkingMap = "ParkingMap",
3
+ SeatingMap = "SeatingMap",
4
+ TransitMap = "TransitMap",
5
+ VenueMap = "VenueMap"
6
+ }
7
+ export { MapCategoryType };
@@ -0,0 +1,9 @@
1
+ var MapCategoryType;
2
+ (function (MapCategoryType) {
3
+ MapCategoryType["ParkingMap"] = "ParkingMap";
4
+ MapCategoryType["SeatingMap"] = "SeatingMap";
5
+ MapCategoryType["TransitMap"] = "TransitMap";
6
+ MapCategoryType["VenueMap"] = "VenueMap";
7
+ })(MapCategoryType || (MapCategoryType = {}));
8
+ export { MapCategoryType };
9
+ //# sourceMappingURL=MapCategoryType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MapCategoryType.js","sourceRoot":"","sources":["../../../src/jsonld/MapCategoryType.ts"],"names":[],"mappings":"AAAA,IAAK,eAKJ;AALD,WAAK,eAAe;IAClB,4CAAyB,CAAA;IACzB,4CAAyB,CAAA;IACzB,4CAAyB,CAAA;IACzB,wCAAqB,CAAA;AACvB,CAAC,EALI,eAAe,KAAf,eAAe,QAKnB;AAED,OAAO,EAAE,eAAe,EAAE,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { CreativeWork } from './CreativeWork';
2
+ import { Text } from './Text';
3
+ import { URL } from './URL';
4
+ interface MediaObject extends CreativeWork {
5
+ contentSize?: Text;
6
+ contentUrl?: URL;
7
+ height?: unknown;
8
+ width?: unknown;
9
+ }
10
+ export type { MediaObject };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MediaObject.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MediaObject.js","sourceRoot":"","sources":["../../../src/jsonld/MediaObject.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { SoftwareApplication } from './SoftwareApplication';
2
+ import { Text } from './Text';
3
+ interface MobileApplication extends SoftwareApplication {
4
+ carrierRequirements?: Text;
5
+ }
6
+ export type { MobileApplication };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MobileApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MobileApplication.js","sourceRoot":"","sources":["../../../src/jsonld/MobileApplication.ts"],"names":[],"mappings":""}
@@ -0,0 +1,64 @@
1
+ import { AdministrativeArea } from './AdministrativeArea';
2
+ import { AggregateRating } from './AggrigateRating';
3
+ import { CreativeWork } from './CreativeWork';
4
+ import { DateTime } from './DateTime';
5
+ import { GeoShape } from './GeoShape';
6
+ import { Intangible } from './Intangible';
7
+ import { ItemAvailability } from './ItemAvailability';
8
+ import { Organization } from './Organization';
9
+ import { Person } from './Person';
10
+ import { Place } from './Place';
11
+ import { Product } from './Product';
12
+ import { QuantitativeValue } from './QuantitativeValue';
13
+ import { Review } from './Review';
14
+ import { Service } from './Service';
15
+ import { Text } from './Text';
16
+ import { Thing } from './Thing';
17
+ import { Time } from './Time';
18
+ import { URL } from './URL';
19
+ interface Offer extends Intangible {
20
+ acceptedPaymentMethod?: unknown;
21
+ addOn?: Offer;
22
+ advanceBookingRequirement?: QuantitativeValue;
23
+ aggrigateRating?: AggregateRating;
24
+ areaServed?: AdministrativeArea | GeoShape | Place | Text;
25
+ availability?: ItemAvailability;
26
+ availabilityAtOrFrom?: Place;
27
+ availabilityEnds?: DateTime | Time;
28
+ availabilityStarts?: DateTime | Time;
29
+ availableDeliveryMethod?: unknown;
30
+ businessFunction?: unknown;
31
+ category?: unknown | Text | Thing | URL;
32
+ deliveryLeadTime?: QuantitativeValue;
33
+ eligibleCustomerType?: unknown;
34
+ eligibleDuration?: QuantitativeValue;
35
+ eligibleQuantity?: QuantitativeValue;
36
+ eligibleRegion?: GeoShape | Place | Text;
37
+ eligibleTransactionVolume?: unknown;
38
+ gtin?: Text;
39
+ gtin12?: Text;
40
+ gtin13?: Text;
41
+ gtin14?: Text;
42
+ gtin8?: Text;
43
+ includesObject?: unknown;
44
+ ineligibleRegion?: GeoShape | Place | Text;
45
+ inventoryLevel?: QuantitativeValue;
46
+ itemCondition?: unknown;
47
+ itemOffered?: unknown | CreativeWork | Event | unknown | Product | Service | unknown;
48
+ leaseLength?: unknown | QuantitativeValue;
49
+ mpn?: Text;
50
+ offeredBy?: Organization | Person;
51
+ price?: number | Text;
52
+ priceCurrency?: Text;
53
+ priceSpecification?: unknown;
54
+ priceValidUntil?: DateTime;
55
+ review?: Review;
56
+ seller?: Organization | Person;
57
+ serialNumber?: Text;
58
+ shippingDetails?: unknown;
59
+ sku?: Text;
60
+ validFrom?: DateTime;
61
+ validThrough?: DateTime;
62
+ warranty?: unknown;
63
+ }
64
+ export type { Offer };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Offer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Offer.js","sourceRoot":"","sources":["../../../src/jsonld/Offer.ts"],"names":[],"mappings":""}
@@ -0,0 +1,77 @@
1
+ import { AdministrativeArea } from './AdministrativeArea';
2
+ import { AggregateRating } from './AggrigateRating';
3
+ import { Article } from './Article';
4
+ import { Brand } from './Brand';
5
+ import { ContactPoint } from './ContactPoint';
6
+ import { CreativeWork } from './CreativeWork';
7
+ import { DateTime } from './DateTime';
8
+ import { GeoShape } from './GeoShape';
9
+ import { Language } from './Language';
10
+ import { Offer } from './Offer';
11
+ import { Person } from './Person';
12
+ import { Place } from './Place';
13
+ import { PostalAddress } from './PostalAddress';
14
+ import { Product } from './Product';
15
+ import { QuantitativeValue } from './QuantitativeValue';
16
+ import { Review } from './Review';
17
+ import { Text } from './Text';
18
+ import { Thing } from './Thing';
19
+ import { VirtualLocation } from './VirtualLocation';
20
+ interface Organization extends Thing {
21
+ actionableFeedbackPolicy?: CreativeWork | URL;
22
+ address?: PostalAddress | Text;
23
+ aggregateRating?: AggregateRating;
24
+ alumni?: Person;
25
+ areaServed?: AdministrativeArea | GeoShape | Place | Text;
26
+ award?: Text;
27
+ brand?: Brand;
28
+ contactPoint?: ContactPoint;
29
+ correctionsPolicy?: CreativeWork | URL;
30
+ department?: Organization;
31
+ dissolutionDate?: DateTime;
32
+ diversityPolicy?: CreativeWork | URL;
33
+ diversityStaffingReport?: Article | URL;
34
+ duns?: Text;
35
+ email?: Text;
36
+ employee?: Person | Person[];
37
+ ethicsPolicy?: CreativeWork | URL;
38
+ event?: Event;
39
+ faxNumber?: Text;
40
+ founder?: Person | Text;
41
+ founders?: (Person | Text)[];
42
+ foundingDate?: DateTime;
43
+ foundingLocation?: Place;
44
+ funder?: Organization | Person;
45
+ globalLocationNumber?: Text;
46
+ hasCredential?: unknown;
47
+ hasMerchantReturnPolicy?: unknown;
48
+ hasOfferCatalog?: unknown;
49
+ hasPOS?: Place;
50
+ interactionStatistic?: unknown;
51
+ isicV4?: Text;
52
+ knowsAbout?: Text | Thing | URL;
53
+ knowsLanguage?: Language | Text;
54
+ legalName?: Text;
55
+ location?: Place | PostalAddress | Text | VirtualLocation;
56
+ logo?: unknown;
57
+ makesOffer?: Offer;
58
+ member?: Organization | Person;
59
+ memberOf?: Organization | unknown;
60
+ naics?: Text;
61
+ nonprofitStatus?: unknown;
62
+ numberOfEmployees?: QuantitativeValue;
63
+ ownershipFundingInfo?: unknown | CreativeWork | Text | URL;
64
+ owns?: unknown | Product;
65
+ parentOrganization?: Organization;
66
+ publishingPrinciples?: CreativeWork | URL;
67
+ review?: Review;
68
+ seeks?: unknown;
69
+ slogan?: Text;
70
+ sponsor?: Organization | Person;
71
+ subOrganization?: Organization;
72
+ taxID?: Text;
73
+ telephone?: Text;
74
+ unnamedSourcesPolicy?: CreativeWork | URL;
75
+ vatID?: Text;
76
+ }
77
+ export type { Organization };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Organization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Organization.js","sourceRoot":"","sources":["../../../src/jsonld/Organization.ts"],"names":[],"mappings":""}
@@ -0,0 +1,71 @@
1
+ import { Brand } from './Brand';
2
+ import { ContactPoint } from './ContactPoint';
3
+ import { Country } from './Country';
4
+ import { CreativeWork } from './CreativeWork';
5
+ import { Language } from './Language';
6
+ import { Offer } from './Offer';
7
+ import { Organization } from './Organization';
8
+ import { Place } from './Place';
9
+ import { PostalAddress } from './PostalAddress';
10
+ import { Product } from './Product';
11
+ import { Thing } from './Thing';
12
+ interface Person extends Thing {
13
+ additionalName?: string;
14
+ address?: string | PostalAddress;
15
+ affiliation?: Organization | Organization[];
16
+ alumniOf?: Organization | Organization[];
17
+ award?: string | string[];
18
+ birthDate?: string | Date;
19
+ birthPlace?: string | Place;
20
+ brand?: Brand | Organization;
21
+ callSign?: string;
22
+ children?: Person | Person[];
23
+ colleague?: Person | string | (Person | string)[];
24
+ contactPoint?: ContactPoint;
25
+ deathDate?: string | Date;
26
+ deathPlace?: string | Place;
27
+ duns?: string;
28
+ email?: string;
29
+ familyName?: string;
30
+ faxNumber?: string;
31
+ follows?: Person | Person[];
32
+ funder?: Organization | Person | (Organization | Person)[];
33
+ gender?: string;
34
+ givenName?: string;
35
+ globalLocationNumber?: string;
36
+ hasCredential?: unknown;
37
+ hasOccupation?: unknown;
38
+ hasOfferCatalog?: unknown;
39
+ hasPOS?: Place;
40
+ height?: unknown;
41
+ homeLocation?: ContactPoint | Place;
42
+ honorificPrefix?: string;
43
+ honorificSuffix?: string;
44
+ interactionStatistic?: unknown;
45
+ isicV4?: string;
46
+ jobTitle?: string;
47
+ knows?: Person | Person[];
48
+ knowsAbout?: string | Thing | (string | Thing)[];
49
+ knowsLanguage?: Language | string | (Language | string)[];
50
+ makesOffer?: Offer | Offer[];
51
+ memberOf?: Organization | unknown | (Organization | unknown)[];
52
+ naics?: string;
53
+ nationality?: Country;
54
+ netWorth?: unknown;
55
+ owns?: Product | unknown | (Product | unknown)[];
56
+ parent?: Person | Person[];
57
+ performerIn?: Event | CreativeWork | string | (Event | CreativeWork | string)[];
58
+ publishingPrinciples?: CreativeWork | string;
59
+ relatedTo?: Person | Person[];
60
+ seeks?: unknown;
61
+ sibling?: Person | Person[];
62
+ sponsor?: Organization | Person | (Organization | Person)[];
63
+ spouse?: Person;
64
+ taxID?: string;
65
+ telephone?: string;
66
+ vatID?: string;
67
+ weight?: unknown;
68
+ workLocation?: ContactPoint | Place | (ContactPoint | Place)[];
69
+ worksFor?: Organization | Organization[];
70
+ }
71
+ export type { Person };
@@ -0,0 +1,3 @@
1
+ /* eslint-disable import/no-cycle */
2
+ export {};
3
+ //# sourceMappingURL=Person.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Person.js","sourceRoot":"","sources":["../../../src/jsonld/Person.ts"],"names":[],"mappings":"AAAA,oCAAoC"}
@@ -0,0 +1,3 @@
1
+ import { CreativeWork } from './CreativeWork';
2
+ declare type Photograph = CreativeWork;
3
+ export type { Photograph };
@@ -0,0 +1,3 @@
1
+ /* eslint-disable import/no-cycle */
2
+ export {};
3
+ //# sourceMappingURL=Photograph.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Photograph.js","sourceRoot":"","sources":["../../../src/jsonld/Photograph.ts"],"names":[],"mappings":"AAAA,oCAAoC"}
@@ -0,0 +1,42 @@
1
+ import { AggregateRating } from './AggrigateRating';
2
+ import { GeospatialGeometry } from './GeospatialGeometry';
3
+ import { ImageObject } from './ImageObject';
4
+ import { Integer } from './Integer';
5
+ import { Map } from './Map';
6
+ import { Photograph } from './Photograph';
7
+ import { PostalAddress } from './PostalAddress';
8
+ import { PropertyValue } from './PropertyValue';
9
+ import { Review } from './Review';
10
+ import { Text } from './Text';
11
+ import { Thing } from './Thing';
12
+ import { URL } from './URL';
13
+ interface Place extends Thing, GeospatialGeometry {
14
+ additionalProperty?: PropertyValue;
15
+ address?: PostalAddress | Text;
16
+ aggrigateRating?: AggregateRating;
17
+ amenityFeature?: unknown;
18
+ branchCode?: Text;
19
+ containedInPlace?: Place;
20
+ containsPlace?: Place;
21
+ event?: Event;
22
+ geo?: unknown;
23
+ geoLocationNumber?: Text;
24
+ hasDriveThroughService?: boolean;
25
+ hasMap?: Map | URL;
26
+ isAccessibleForFree?: boolean;
27
+ isicV4?: Text;
28
+ latitude?: number | Text;
29
+ logo?: ImageObject | URL;
30
+ longitude?: number | Text;
31
+ maximumAttendeeCapacity?: Integer;
32
+ openingHoursSpecification?: unknown;
33
+ photo?: ImageObject | Photograph;
34
+ publicAccess?: boolean;
35
+ review?: Review;
36
+ slogan?: Text;
37
+ smokingAllowed?: boolean;
38
+ specialOpeningHoursSpecification?: unknown;
39
+ telephone?: Text;
40
+ tourBookingPage?: URL;
41
+ }
42
+ export type { Place };
@@ -0,0 +1,3 @@
1
+ /* eslint-disable import/no-cycle */
2
+ export {};
3
+ //# sourceMappingURL=Place.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Place.js","sourceRoot":"","sources":["../../../src/jsonld/Place.ts"],"names":[],"mappings":"AAAA,oCAAoC"}
@@ -0,0 +1,12 @@
1
+ import { ContactPoint } from './ContactPoint';
2
+ import { Country } from './Country';
3
+ import { Text } from './Text';
4
+ interface PostalAddress extends ContactPoint {
5
+ addressCountry?: Country | Text;
6
+ addressLocality?: Text;
7
+ addressRegion?: Text;
8
+ postOfficeBoxNumber?: Text;
9
+ postalCode?: Text;
10
+ streetAddress?: Text;
11
+ }
12
+ export type { PostalAddress };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PostalAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PostalAddress.js","sourceRoot":"","sources":["../../../src/jsonld/PostalAddress.ts"],"names":[],"mappings":""}
@@ -0,0 +1,56 @@
1
+ import { AggregateRating } from './AggrigateRating';
2
+ import { Brand } from './Brand';
3
+ import { DateTime } from './DateTime';
4
+ import { ImageObject } from './ImageObject';
5
+ import { Offer } from './Offer';
6
+ import { Organization } from './Organization';
7
+ import { PropertyValue } from './PropertyValue';
8
+ import { QuantitativeValue } from './QuantitativeValue';
9
+ import { Review } from './Review';
10
+ import { Service } from './Service';
11
+ import { Text } from './Text';
12
+ import { Thing } from './Thing';
13
+ import { URL } from './URL';
14
+ interface Product extends Thing {
15
+ additionalProperty?: PropertyValue;
16
+ aggregateRating?: AggregateRating;
17
+ audience?: unknown;
18
+ award?: Text;
19
+ brand?: Brand | Organization;
20
+ category?: unknown | Text | Thing | URL;
21
+ color?: Text;
22
+ depth?: unknown | QuantitativeValue;
23
+ gtin?: Text;
24
+ gtin12?: Text;
25
+ gtin13?: Text;
26
+ gtin14?: Text;
27
+ gtin8?: Text;
28
+ hasEnergyConsumptionDetails?: unknown;
29
+ hasMerchantReturnPolicy?: unknown;
30
+ height?: unknown | QuantitativeValue;
31
+ inAccessoryOrSparePartFor?: Product;
32
+ inProductGroupWithId?: Text;
33
+ isConsumableFor?: Product;
34
+ isRelatedTo?: Product | Service;
35
+ isSimilarTo?: Product | Service;
36
+ isVariantOf?: unknown;
37
+ itemCondition?: unknown;
38
+ logo?: ImageObject | URL;
39
+ manufacturer?: Organization;
40
+ material?: Product | Text | URL;
41
+ model?: unknown | Text;
42
+ mpn?: Text;
43
+ nsn?: Text;
44
+ offers?: Offer[];
45
+ pattern?: unknown | Text;
46
+ productID?: Text;
47
+ productionDate?: DateTime;
48
+ purchaseDate?: DateTime;
49
+ review?: Review;
50
+ size?: unknown | QuantitativeValue | Text;
51
+ sku?: Text;
52
+ slogan?: Text;
53
+ weight?: QuantitativeValue;
54
+ width?: unknown | QuantitativeValue;
55
+ }
56
+ export type { Product };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Product.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../src/jsonld/Product.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import { Class } from './Class';
2
+ import { Enumeration } from './Enumeration';
3
+ import { Intangible } from './Intangible';
4
+ interface Property extends Intangible {
5
+ domainIncludes?: Class;
6
+ inverseOf?: Property;
7
+ rangeIncludes?: Class;
8
+ supersededBy?: Class | Enumeration | Property;
9
+ }
10
+ export type { Property };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Property.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Property.js","sourceRoot":"","sources":["../../../src/jsonld/Property.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ import { Enumeration } from './Enumeration';
2
+ import { QualitativeValue } from './QualitativeValue';
3
+ import { QuantitativeValue } from './QuantitativeValue';
4
+ import { StructuredValue } from './StructuredValue';
5
+ import { URL } from './URL';
6
+ interface PropertyValue extends StructuredValue {
7
+ maxValue?: number;
8
+ measurementTechnique?: string | URL;
9
+ minValue?: number;
10
+ propertyId?: string | URL;
11
+ unitCode?: string | URL;
12
+ unitText?: string;
13
+ value?: boolean | number | StructuredValue | string;
14
+ valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
15
+ }
16
+ export type { PropertyValue };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PropertyValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PropertyValue.js","sourceRoot":"","sources":["../../../src/jsonld/PropertyValue.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import { Enumeration } from './Enumeration';
2
+ import { PropertyValue } from './PropertyValue';
3
+ import { QuantitativeValue } from './QuantitativeValue';
4
+ import { StructuredValue } from './StructuredValue';
5
+ interface QualitativeValue extends Enumeration {
6
+ additionalProperty?: PropertyValue;
7
+ equal?: QualitativeValue;
8
+ greater?: QualitativeValue;
9
+ greaterOrEqual?: QualitativeValue;
10
+ lesser?: QualitativeValue;
11
+ lesserOrEqual?: QualitativeValue;
12
+ nonEqual?: QualitativeValue;
13
+ valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
14
+ }
15
+ export type { QualitativeValue };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=QualitativeValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QualitativeValue.js","sourceRoot":"","sources":["../../../src/jsonld/QualitativeValue.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import { Enumeration } from './Enumeration';
2
+ import { PropertyValue } from './PropertyValue';
3
+ import { QualitativeValue } from './QualitativeValue';
4
+ import { StructuredValue } from './StructuredValue';
5
+ import { URL } from './URL';
6
+ interface QuantitativeValue extends Enumeration {
7
+ additionalProperty?: PropertyValue;
8
+ maxValue?: number;
9
+ minValue?: number;
10
+ unitCode?: string | URL;
11
+ unitText?: string;
12
+ value?: boolean | number | StructuredValue | string;
13
+ valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
14
+ }
15
+ export type { QuantitativeValue };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=QuantitativeValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuantitativeValue.js","sourceRoot":"","sources":["../../../src/jsonld/QuantitativeValue.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import { Intangible } from './Intangible';
2
+ import { Text } from './Text';
3
+ interface Rating extends Intangible {
4
+ bestRating?: number;
5
+ ratingExplaination?: Text;
6
+ ratingValue?: number;
7
+ reviewAspect?: Text;
8
+ worstRating?: number;
9
+ }
10
+ export type { Rating };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Rating.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Rating.js","sourceRoot":"","sources":["../../../src/jsonld/Rating.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import { CreativeWork } from './CreativeWork';
2
+ import { Rating } from './Rating';
3
+ import { Thing } from './Thing';
4
+ interface Review extends CreativeWork {
5
+ itemReviewed?: Thing;
6
+ reviewAspect?: Text;
7
+ reviewBody?: Text;
8
+ reviewRating?: Rating;
9
+ }
10
+ export type { Review };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Review.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Review.js","sourceRoot":"","sources":["../../../src/jsonld/Review.ts"],"names":[],"mappings":""}