@xylabs/react-rich-result 3.1.0-rc.2 → 3.1.0-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (401) hide show
  1. package/dist/RichResult.js +35 -0
  2. package/dist/RichResult.js.map +1 -0
  3. package/dist/RichResult.mjs +11 -0
  4. package/dist/RichResult.mjs.map +1 -0
  5. package/dist/esm/RichResult.d.ts +7 -0
  6. package/dist/esm/RichResult.d.ts.map +1 -0
  7. package/dist/esm/RichResult.js +11 -0
  8. package/dist/esm/RichResult.js.map +1 -0
  9. package/dist/esm/index.d.ts +3 -0
  10. package/dist/esm/index.d.ts.map +1 -0
  11. package/dist/esm/index.js +3 -0
  12. package/dist/esm/index.js.map +1 -0
  13. package/dist/esm/jsonld/Action.d.ts +25 -0
  14. package/dist/esm/jsonld/Action.d.ts.map +1 -0
  15. package/dist/esm/jsonld/Action.js +1 -0
  16. package/dist/esm/jsonld/Action.js.map +1 -0
  17. package/dist/esm/jsonld/ActionStatusType.d.ts +8 -0
  18. package/dist/esm/jsonld/ActionStatusType.d.ts.map +1 -0
  19. package/dist/esm/jsonld/ActionStatusType.js +11 -0
  20. package/dist/esm/jsonld/ActionStatusType.js.map +1 -0
  21. package/dist/esm/jsonld/AdministrativeArea.d.ts +4 -0
  22. package/dist/esm/jsonld/AdministrativeArea.d.ts.map +1 -0
  23. package/dist/esm/jsonld/AdministrativeArea.js +1 -0
  24. package/dist/esm/jsonld/AdministrativeArea.js.map +1 -0
  25. package/dist/esm/jsonld/AggrigateRating.d.ts +9 -0
  26. package/dist/esm/jsonld/AggrigateRating.d.ts.map +1 -0
  27. package/dist/esm/jsonld/AggrigateRating.js +1 -0
  28. package/dist/esm/jsonld/AggrigateRating.js.map +1 -0
  29. package/dist/esm/jsonld/Article.d.ts +15 -0
  30. package/dist/esm/jsonld/Article.d.ts.map +1 -0
  31. package/dist/esm/jsonld/Article.js +1 -0
  32. package/dist/esm/jsonld/Article.js.map +1 -0
  33. package/dist/esm/jsonld/Base.d.ts +5 -0
  34. package/dist/esm/jsonld/Base.d.ts.map +1 -0
  35. package/dist/esm/jsonld/Base.js +1 -0
  36. package/dist/esm/jsonld/Base.js.map +1 -0
  37. package/dist/esm/jsonld/Brand.d.ts +11 -0
  38. package/dist/esm/jsonld/Brand.d.ts.map +1 -0
  39. package/dist/esm/jsonld/Brand.js +1 -0
  40. package/dist/esm/jsonld/Brand.js.map +1 -0
  41. package/dist/esm/jsonld/Class.d.ts +8 -0
  42. package/dist/esm/jsonld/Class.d.ts.map +1 -0
  43. package/dist/esm/jsonld/Class.js +1 -0
  44. package/dist/esm/jsonld/Class.js.map +1 -0
  45. package/dist/esm/jsonld/ContactPoint.d.ts +20 -0
  46. package/dist/esm/jsonld/ContactPoint.d.ts.map +1 -0
  47. package/dist/esm/jsonld/ContactPoint.js +1 -0
  48. package/dist/esm/jsonld/ContactPoint.js.map +1 -0
  49. package/dist/esm/jsonld/ContactPointOption.d.ts +6 -0
  50. package/dist/esm/jsonld/ContactPointOption.d.ts.map +1 -0
  51. package/dist/esm/jsonld/ContactPointOption.js +9 -0
  52. package/dist/esm/jsonld/ContactPointOption.js.map +1 -0
  53. package/dist/esm/jsonld/Country.d.ts +4 -0
  54. package/dist/esm/jsonld/Country.d.ts.map +1 -0
  55. package/dist/esm/jsonld/Country.js +1 -0
  56. package/dist/esm/jsonld/Country.js.map +1 -0
  57. package/dist/esm/jsonld/CreativeWork.d.ts +123 -0
  58. package/dist/esm/jsonld/CreativeWork.d.ts.map +1 -0
  59. package/dist/esm/jsonld/CreativeWork.js +1 -0
  60. package/dist/esm/jsonld/CreativeWork.js.map +1 -0
  61. package/dist/esm/jsonld/DateTime.d.ts +3 -0
  62. package/dist/esm/jsonld/DateTime.d.ts.map +1 -0
  63. package/dist/esm/jsonld/DateTime.js +1 -0
  64. package/dist/esm/jsonld/DateTime.js.map +1 -0
  65. package/dist/esm/jsonld/EntryPoint.d.ts +14 -0
  66. package/dist/esm/jsonld/EntryPoint.d.ts.map +1 -0
  67. package/dist/esm/jsonld/EntryPoint.js +1 -0
  68. package/dist/esm/jsonld/EntryPoint.js.map +1 -0
  69. package/dist/esm/jsonld/Enumeration.d.ts +8 -0
  70. package/dist/esm/jsonld/Enumeration.d.ts.map +1 -0
  71. package/dist/esm/jsonld/Enumeration.js +1 -0
  72. package/dist/esm/jsonld/Enumeration.js.map +1 -0
  73. package/dist/esm/jsonld/GeoShape.d.ts +16 -0
  74. package/dist/esm/jsonld/GeoShape.d.ts.map +1 -0
  75. package/dist/esm/jsonld/GeoShape.js +1 -0
  76. package/dist/esm/jsonld/GeoShape.js.map +1 -0
  77. package/dist/esm/jsonld/GeospatialGeometry.d.ts +16 -0
  78. package/dist/esm/jsonld/GeospatialGeometry.d.ts.map +1 -0
  79. package/dist/esm/jsonld/GeospatialGeometry.js +1 -0
  80. package/dist/esm/jsonld/GeospatialGeometry.js.map +1 -0
  81. package/dist/esm/jsonld/ImageObject.d.ts +10 -0
  82. package/dist/esm/jsonld/ImageObject.d.ts.map +1 -0
  83. package/dist/esm/jsonld/ImageObject.js +1 -0
  84. package/dist/esm/jsonld/ImageObject.js.map +1 -0
  85. package/dist/esm/jsonld/Intangible.d.ts +4 -0
  86. package/dist/esm/jsonld/Intangible.d.ts.map +1 -0
  87. package/dist/esm/jsonld/Intangible.js +1 -0
  88. package/dist/esm/jsonld/Intangible.js.map +1 -0
  89. package/dist/esm/jsonld/Integer.d.ts +3 -0
  90. package/dist/esm/jsonld/Integer.d.ts.map +1 -0
  91. package/dist/esm/jsonld/Integer.js +1 -0
  92. package/dist/esm/jsonld/Integer.js.map +1 -0
  93. package/dist/esm/jsonld/ItemAvailability.d.ts +22 -0
  94. package/dist/esm/jsonld/ItemAvailability.d.ts.map +1 -0
  95. package/dist/esm/jsonld/ItemAvailability.js +16 -0
  96. package/dist/esm/jsonld/ItemAvailability.js.map +1 -0
  97. package/dist/esm/jsonld/Language.d.ts +4 -0
  98. package/dist/esm/jsonld/Language.d.ts.map +1 -0
  99. package/dist/esm/jsonld/Language.js +1 -0
  100. package/dist/esm/jsonld/Language.js.map +1 -0
  101. package/dist/esm/jsonld/Map.d.ts +7 -0
  102. package/dist/esm/jsonld/Map.d.ts.map +1 -0
  103. package/dist/esm/jsonld/Map.js +1 -0
  104. package/dist/esm/jsonld/Map.js.map +1 -0
  105. package/dist/esm/jsonld/MapCategoryType.d.ts +8 -0
  106. package/dist/esm/jsonld/MapCategoryType.d.ts.map +1 -0
  107. package/dist/esm/jsonld/MapCategoryType.js +11 -0
  108. package/dist/esm/jsonld/MapCategoryType.js.map +1 -0
  109. package/dist/esm/jsonld/MediaObject.d.ts +11 -0
  110. package/dist/esm/jsonld/MediaObject.d.ts.map +1 -0
  111. package/dist/esm/jsonld/MediaObject.js +1 -0
  112. package/dist/esm/jsonld/MediaObject.js.map +1 -0
  113. package/dist/esm/jsonld/MobileApplication.d.ts +7 -0
  114. package/dist/esm/jsonld/MobileApplication.d.ts.map +1 -0
  115. package/dist/esm/jsonld/MobileApplication.js +1 -0
  116. package/dist/esm/jsonld/MobileApplication.js.map +1 -0
  117. package/dist/esm/jsonld/Offer.d.ts +65 -0
  118. package/dist/esm/jsonld/Offer.d.ts.map +1 -0
  119. package/dist/esm/jsonld/Offer.js +1 -0
  120. package/dist/esm/jsonld/Offer.js.map +1 -0
  121. package/dist/esm/jsonld/Organization.d.ts +78 -0
  122. package/dist/esm/jsonld/Organization.d.ts.map +1 -0
  123. package/dist/esm/jsonld/Organization.js +1 -0
  124. package/dist/esm/jsonld/Organization.js.map +1 -0
  125. package/dist/esm/jsonld/Person.d.ts +72 -0
  126. package/dist/esm/jsonld/Person.d.ts.map +1 -0
  127. package/dist/esm/jsonld/Person.js +1 -0
  128. package/dist/esm/jsonld/Person.js.map +1 -0
  129. package/dist/esm/jsonld/Photograph.d.ts +4 -0
  130. package/dist/esm/jsonld/Photograph.d.ts.map +1 -0
  131. package/dist/esm/jsonld/Photograph.js +1 -0
  132. package/dist/esm/jsonld/Photograph.js.map +1 -0
  133. package/dist/esm/jsonld/Place.d.ts +43 -0
  134. package/dist/esm/jsonld/Place.d.ts.map +1 -0
  135. package/dist/esm/jsonld/Place.js +1 -0
  136. package/dist/esm/jsonld/Place.js.map +1 -0
  137. package/dist/esm/jsonld/PostalAddress.d.ts +13 -0
  138. package/dist/esm/jsonld/PostalAddress.d.ts.map +1 -0
  139. package/dist/esm/jsonld/PostalAddress.js +1 -0
  140. package/dist/esm/jsonld/PostalAddress.js.map +1 -0
  141. package/dist/esm/jsonld/Product.d.ts +57 -0
  142. package/dist/esm/jsonld/Product.d.ts.map +1 -0
  143. package/dist/esm/jsonld/Product.js +1 -0
  144. package/dist/esm/jsonld/Product.js.map +1 -0
  145. package/dist/esm/jsonld/Property.d.ts +11 -0
  146. package/dist/esm/jsonld/Property.d.ts.map +1 -0
  147. package/dist/esm/jsonld/Property.js +1 -0
  148. package/dist/esm/jsonld/Property.js.map +1 -0
  149. package/dist/esm/jsonld/PropertyValue.d.ts +17 -0
  150. package/dist/esm/jsonld/PropertyValue.d.ts.map +1 -0
  151. package/dist/esm/jsonld/PropertyValue.js +1 -0
  152. package/dist/esm/jsonld/PropertyValue.js.map +1 -0
  153. package/dist/esm/jsonld/QualitativeValue.d.ts +16 -0
  154. package/dist/esm/jsonld/QualitativeValue.d.ts.map +1 -0
  155. package/dist/esm/jsonld/QualitativeValue.js +1 -0
  156. package/dist/esm/jsonld/QualitativeValue.js.map +1 -0
  157. package/dist/esm/jsonld/QuantitativeValue.d.ts +16 -0
  158. package/dist/esm/jsonld/QuantitativeValue.d.ts.map +1 -0
  159. package/dist/esm/jsonld/QuantitativeValue.js +1 -0
  160. package/dist/esm/jsonld/QuantitativeValue.js.map +1 -0
  161. package/dist/esm/jsonld/Rating.d.ts +11 -0
  162. package/dist/esm/jsonld/Rating.d.ts.map +1 -0
  163. package/dist/esm/jsonld/Rating.js +1 -0
  164. package/dist/esm/jsonld/Rating.js.map +1 -0
  165. package/dist/esm/jsonld/Review.d.ts +11 -0
  166. package/dist/esm/jsonld/Review.d.ts.map +1 -0
  167. package/dist/esm/jsonld/Review.js +1 -0
  168. package/dist/esm/jsonld/Review.js.map +1 -0
  169. package/dist/esm/jsonld/Service.d.ts +39 -0
  170. package/dist/esm/jsonld/Service.d.ts.map +1 -0
  171. package/dist/esm/jsonld/Service.js +1 -0
  172. package/dist/esm/jsonld/Service.js.map +1 -0
  173. package/dist/esm/jsonld/SoftwareApplication.d.ts +29 -0
  174. package/dist/esm/jsonld/SoftwareApplication.d.ts.map +1 -0
  175. package/dist/esm/jsonld/SoftwareApplication.js +1 -0
  176. package/dist/esm/jsonld/SoftwareApplication.js.map +1 -0
  177. package/dist/esm/jsonld/StructuredValue.d.ts +4 -0
  178. package/dist/esm/jsonld/StructuredValue.d.ts.map +1 -0
  179. package/dist/esm/jsonld/StructuredValue.js +1 -0
  180. package/dist/esm/jsonld/StructuredValue.js.map +1 -0
  181. package/dist/esm/jsonld/Text.d.ts +3 -0
  182. package/dist/esm/jsonld/Text.d.ts.map +1 -0
  183. package/dist/esm/jsonld/Text.js +1 -0
  184. package/dist/esm/jsonld/Text.js.map +1 -0
  185. package/dist/esm/jsonld/Thing.d.ts +23 -0
  186. package/dist/esm/jsonld/Thing.d.ts.map +1 -0
  187. package/dist/esm/jsonld/Thing.js +1 -0
  188. package/dist/esm/jsonld/Thing.js.map +1 -0
  189. package/dist/esm/jsonld/Time.d.ts +3 -0
  190. package/dist/esm/jsonld/Time.d.ts.map +1 -0
  191. package/dist/esm/jsonld/Time.js +1 -0
  192. package/dist/esm/jsonld/Time.js.map +1 -0
  193. package/dist/esm/jsonld/URL.d.ts +3 -0
  194. package/dist/esm/jsonld/URL.d.ts.map +1 -0
  195. package/dist/esm/jsonld/URL.js +1 -0
  196. package/dist/esm/jsonld/URL.js.map +1 -0
  197. package/dist/esm/jsonld/VirtualLocation.d.ts +4 -0
  198. package/dist/esm/jsonld/VirtualLocation.d.ts.map +1 -0
  199. package/dist/esm/jsonld/VirtualLocation.js +1 -0
  200. package/dist/esm/jsonld/VirtualLocation.js.map +1 -0
  201. package/dist/esm/jsonld/index.d.ts +48 -0
  202. package/dist/esm/jsonld/index.d.ts.map +1 -0
  203. package/dist/esm/jsonld/index.js +48 -0
  204. package/dist/esm/jsonld/index.js.map +1 -0
  205. package/dist/index.js +5 -66
  206. package/dist/index.js.map +1 -1
  207. package/dist/index.mjs +2 -54
  208. package/dist/index.mjs.map +1 -1
  209. package/dist/jsonld/Action.js +17 -0
  210. package/dist/jsonld/Action.js.map +1 -0
  211. package/dist/jsonld/Action.mjs +1 -0
  212. package/dist/jsonld/Action.mjs.map +1 -0
  213. package/dist/jsonld/ActionStatusType.js +35 -0
  214. package/dist/jsonld/ActionStatusType.js.map +1 -0
  215. package/dist/jsonld/ActionStatusType.mjs +11 -0
  216. package/dist/jsonld/ActionStatusType.mjs.map +1 -0
  217. package/dist/jsonld/AdministrativeArea.js +17 -0
  218. package/dist/jsonld/AdministrativeArea.js.map +1 -0
  219. package/dist/jsonld/AdministrativeArea.mjs +1 -0
  220. package/dist/jsonld/AdministrativeArea.mjs.map +1 -0
  221. package/dist/jsonld/AggrigateRating.js +17 -0
  222. package/dist/jsonld/AggrigateRating.js.map +1 -0
  223. package/dist/jsonld/AggrigateRating.mjs +1 -0
  224. package/dist/jsonld/AggrigateRating.mjs.map +1 -0
  225. package/dist/jsonld/Article.js +17 -0
  226. package/dist/jsonld/Article.js.map +1 -0
  227. package/dist/jsonld/Article.mjs +1 -0
  228. package/dist/jsonld/Article.mjs.map +1 -0
  229. package/dist/jsonld/Base.js +17 -0
  230. package/dist/jsonld/Base.js.map +1 -0
  231. package/dist/jsonld/Base.mjs +1 -0
  232. package/dist/jsonld/Base.mjs.map +1 -0
  233. package/dist/jsonld/Brand.js +17 -0
  234. package/dist/jsonld/Brand.js.map +1 -0
  235. package/dist/jsonld/Brand.mjs +1 -0
  236. package/dist/jsonld/Brand.mjs.map +1 -0
  237. package/dist/jsonld/Class.js +17 -0
  238. package/dist/jsonld/Class.js.map +1 -0
  239. package/dist/jsonld/Class.mjs +1 -0
  240. package/dist/jsonld/Class.mjs.map +1 -0
  241. package/dist/jsonld/ContactPoint.js +17 -0
  242. package/dist/jsonld/ContactPoint.js.map +1 -0
  243. package/dist/jsonld/ContactPoint.mjs +1 -0
  244. package/dist/jsonld/ContactPoint.mjs.map +1 -0
  245. package/dist/jsonld/ContactPointOption.js +33 -0
  246. package/dist/jsonld/ContactPointOption.js.map +1 -0
  247. package/dist/jsonld/ContactPointOption.mjs +9 -0
  248. package/dist/jsonld/ContactPointOption.mjs.map +1 -0
  249. package/dist/jsonld/Country.js +17 -0
  250. package/dist/jsonld/Country.js.map +1 -0
  251. package/dist/jsonld/Country.mjs +1 -0
  252. package/dist/jsonld/Country.mjs.map +1 -0
  253. package/dist/jsonld/CreativeWork.js +17 -0
  254. package/dist/jsonld/CreativeWork.js.map +1 -0
  255. package/dist/jsonld/CreativeWork.mjs +1 -0
  256. package/dist/jsonld/CreativeWork.mjs.map +1 -0
  257. package/dist/jsonld/DateTime.js +17 -0
  258. package/dist/jsonld/DateTime.js.map +1 -0
  259. package/dist/jsonld/DateTime.mjs +1 -0
  260. package/dist/jsonld/DateTime.mjs.map +1 -0
  261. package/dist/jsonld/EntryPoint.js +17 -0
  262. package/dist/jsonld/EntryPoint.js.map +1 -0
  263. package/dist/jsonld/EntryPoint.mjs +1 -0
  264. package/dist/jsonld/EntryPoint.mjs.map +1 -0
  265. package/dist/jsonld/Enumeration.js +17 -0
  266. package/dist/jsonld/Enumeration.js.map +1 -0
  267. package/dist/jsonld/Enumeration.mjs +1 -0
  268. package/dist/jsonld/Enumeration.mjs.map +1 -0
  269. package/dist/jsonld/GeoShape.js +17 -0
  270. package/dist/jsonld/GeoShape.js.map +1 -0
  271. package/dist/jsonld/GeoShape.mjs +1 -0
  272. package/dist/jsonld/GeoShape.mjs.map +1 -0
  273. package/dist/jsonld/GeospatialGeometry.js +17 -0
  274. package/dist/jsonld/GeospatialGeometry.js.map +1 -0
  275. package/dist/jsonld/GeospatialGeometry.mjs +1 -0
  276. package/dist/jsonld/GeospatialGeometry.mjs.map +1 -0
  277. package/dist/jsonld/ImageObject.js +17 -0
  278. package/dist/jsonld/ImageObject.js.map +1 -0
  279. package/dist/jsonld/ImageObject.mjs +1 -0
  280. package/dist/jsonld/ImageObject.mjs.map +1 -0
  281. package/dist/jsonld/Intangible.js +17 -0
  282. package/dist/jsonld/Intangible.js.map +1 -0
  283. package/dist/jsonld/Intangible.mjs +1 -0
  284. package/dist/jsonld/Intangible.mjs.map +1 -0
  285. package/dist/jsonld/Integer.js +17 -0
  286. package/dist/jsonld/Integer.js.map +1 -0
  287. package/dist/jsonld/Integer.mjs +1 -0
  288. package/dist/jsonld/Integer.mjs.map +1 -0
  289. package/dist/jsonld/ItemAvailability.js +40 -0
  290. package/dist/jsonld/ItemAvailability.js.map +1 -0
  291. package/dist/jsonld/ItemAvailability.mjs +16 -0
  292. package/dist/jsonld/ItemAvailability.mjs.map +1 -0
  293. package/dist/jsonld/Language.js +17 -0
  294. package/dist/jsonld/Language.js.map +1 -0
  295. package/dist/jsonld/Language.mjs +1 -0
  296. package/dist/jsonld/Language.mjs.map +1 -0
  297. package/dist/jsonld/Map.js +17 -0
  298. package/dist/jsonld/Map.js.map +1 -0
  299. package/dist/jsonld/Map.mjs +1 -0
  300. package/dist/jsonld/Map.mjs.map +1 -0
  301. package/dist/jsonld/MapCategoryType.js +35 -0
  302. package/dist/jsonld/MapCategoryType.js.map +1 -0
  303. package/dist/jsonld/MapCategoryType.mjs +11 -0
  304. package/dist/jsonld/MapCategoryType.mjs.map +1 -0
  305. package/dist/jsonld/MediaObject.js +17 -0
  306. package/dist/jsonld/MediaObject.js.map +1 -0
  307. package/dist/jsonld/MediaObject.mjs +1 -0
  308. package/dist/jsonld/MediaObject.mjs.map +1 -0
  309. package/dist/jsonld/MobileApplication.js +17 -0
  310. package/dist/jsonld/MobileApplication.js.map +1 -0
  311. package/dist/jsonld/MobileApplication.mjs +1 -0
  312. package/dist/jsonld/MobileApplication.mjs.map +1 -0
  313. package/dist/jsonld/Offer.js +17 -0
  314. package/dist/jsonld/Offer.js.map +1 -0
  315. package/dist/jsonld/Offer.mjs +1 -0
  316. package/dist/jsonld/Offer.mjs.map +1 -0
  317. package/dist/jsonld/Organization.js +17 -0
  318. package/dist/jsonld/Organization.js.map +1 -0
  319. package/dist/jsonld/Organization.mjs +1 -0
  320. package/dist/jsonld/Organization.mjs.map +1 -0
  321. package/dist/jsonld/Person.js +17 -0
  322. package/dist/jsonld/Person.js.map +1 -0
  323. package/dist/jsonld/Person.mjs +1 -0
  324. package/dist/jsonld/Person.mjs.map +1 -0
  325. package/dist/jsonld/Photograph.js +17 -0
  326. package/dist/jsonld/Photograph.js.map +1 -0
  327. package/dist/jsonld/Photograph.mjs +1 -0
  328. package/dist/jsonld/Photograph.mjs.map +1 -0
  329. package/dist/jsonld/Place.js +17 -0
  330. package/dist/jsonld/Place.js.map +1 -0
  331. package/dist/jsonld/Place.mjs +1 -0
  332. package/dist/jsonld/Place.mjs.map +1 -0
  333. package/dist/jsonld/PostalAddress.js +17 -0
  334. package/dist/jsonld/PostalAddress.js.map +1 -0
  335. package/dist/jsonld/PostalAddress.mjs +1 -0
  336. package/dist/jsonld/PostalAddress.mjs.map +1 -0
  337. package/dist/jsonld/Product.js +17 -0
  338. package/dist/jsonld/Product.js.map +1 -0
  339. package/dist/jsonld/Product.mjs +1 -0
  340. package/dist/jsonld/Product.mjs.map +1 -0
  341. package/dist/jsonld/Property.js +17 -0
  342. package/dist/jsonld/Property.js.map +1 -0
  343. package/dist/jsonld/Property.mjs +1 -0
  344. package/dist/jsonld/Property.mjs.map +1 -0
  345. package/dist/jsonld/PropertyValue.js +17 -0
  346. package/dist/jsonld/PropertyValue.js.map +1 -0
  347. package/dist/jsonld/PropertyValue.mjs +1 -0
  348. package/dist/jsonld/PropertyValue.mjs.map +1 -0
  349. package/dist/jsonld/QualitativeValue.js +17 -0
  350. package/dist/jsonld/QualitativeValue.js.map +1 -0
  351. package/dist/jsonld/QualitativeValue.mjs +1 -0
  352. package/dist/jsonld/QualitativeValue.mjs.map +1 -0
  353. package/dist/jsonld/QuantitativeValue.js +17 -0
  354. package/dist/jsonld/QuantitativeValue.js.map +1 -0
  355. package/dist/jsonld/QuantitativeValue.mjs +1 -0
  356. package/dist/jsonld/QuantitativeValue.mjs.map +1 -0
  357. package/dist/jsonld/Rating.js +17 -0
  358. package/dist/jsonld/Rating.js.map +1 -0
  359. package/dist/jsonld/Rating.mjs +1 -0
  360. package/dist/jsonld/Rating.mjs.map +1 -0
  361. package/dist/jsonld/Review.js +17 -0
  362. package/dist/jsonld/Review.js.map +1 -0
  363. package/dist/jsonld/Review.mjs +1 -0
  364. package/dist/jsonld/Review.mjs.map +1 -0
  365. package/dist/jsonld/Service.js +17 -0
  366. package/dist/jsonld/Service.js.map +1 -0
  367. package/dist/jsonld/Service.mjs +1 -0
  368. package/dist/jsonld/Service.mjs.map +1 -0
  369. package/dist/jsonld/SoftwareApplication.js +17 -0
  370. package/dist/jsonld/SoftwareApplication.js.map +1 -0
  371. package/dist/jsonld/SoftwareApplication.mjs +1 -0
  372. package/dist/jsonld/SoftwareApplication.mjs.map +1 -0
  373. package/dist/jsonld/StructuredValue.js +17 -0
  374. package/dist/jsonld/StructuredValue.js.map +1 -0
  375. package/dist/jsonld/StructuredValue.mjs +1 -0
  376. package/dist/jsonld/StructuredValue.mjs.map +1 -0
  377. package/dist/jsonld/Text.js +17 -0
  378. package/dist/jsonld/Text.js.map +1 -0
  379. package/dist/jsonld/Text.mjs +1 -0
  380. package/dist/jsonld/Text.mjs.map +1 -0
  381. package/dist/jsonld/Thing.js +17 -0
  382. package/dist/jsonld/Thing.js.map +1 -0
  383. package/dist/jsonld/Thing.mjs +1 -0
  384. package/dist/jsonld/Thing.mjs.map +1 -0
  385. package/dist/jsonld/Time.js +17 -0
  386. package/dist/jsonld/Time.js.map +1 -0
  387. package/dist/jsonld/Time.mjs +1 -0
  388. package/dist/jsonld/Time.mjs.map +1 -0
  389. package/dist/jsonld/URL.js +17 -0
  390. package/dist/jsonld/URL.js.map +1 -0
  391. package/dist/jsonld/URL.mjs +1 -0
  392. package/dist/jsonld/URL.mjs.map +1 -0
  393. package/dist/jsonld/VirtualLocation.js +17 -0
  394. package/dist/jsonld/VirtualLocation.js.map +1 -0
  395. package/dist/jsonld/VirtualLocation.mjs +1 -0
  396. package/dist/jsonld/VirtualLocation.mjs.map +1 -0
  397. package/dist/jsonld/index.js +115 -0
  398. package/dist/jsonld/index.js.map +1 -0
  399. package/dist/jsonld/index.mjs +48 -0
  400. package/dist/jsonld/index.mjs.map +1 -0
  401. package/package.json +5 -5
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Place.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\n\nimport { AggregateRating } from './AggrigateRating'\nimport { GeospatialGeometry } from './GeospatialGeometry'\nimport { ImageObject } from './ImageObject'\nimport { Integer } from './Integer'\nimport { Map } from './Map'\nimport { Photograph } from './Photograph'\nimport { PostalAddress } from './PostalAddress'\nimport { PropertyValue } from './PropertyValue'\nimport { Review } from './Review'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\nimport { URL } from './URL'\n\ninterface Place extends Thing, GeospatialGeometry {\n additionalProperty?: PropertyValue\n address?: PostalAddress | Text\n aggrigateRating?: AggregateRating\n amenityFeature?: unknown\n branchCode?: Text\n containedInPlace?: Place\n containsPlace?: Place\n event?: Event\n geo?: unknown\n geoLocationNumber?: Text\n hasDriveThroughService?: boolean\n hasMap?: Map | URL\n isAccessibleForFree?: boolean\n isicV4?: Text\n latitude?: number | Text\n logo?: ImageObject | URL\n longitude?: number | Text\n maximumAttendeeCapacity?: Integer\n openingHoursSpecification?: unknown\n photo?: ImageObject | Photograph\n publicAccess?: boolean\n review?: Review\n slogan?: Text\n smokingAllowed?: boolean\n specialOpeningHoursSpecification?: unknown\n telephone?: Text\n tourBookingPage?: URL\n}\n\nexport type { Place }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Place.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var PostalAddress_exports = {};
16
+ module.exports = __toCommonJS(PostalAddress_exports);
17
+ //# sourceMappingURL=PostalAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/PostalAddress.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { ContactPoint } from './ContactPoint'\nimport { Country } from './Country'\nimport { Text } from './Text'\n\ninterface PostalAddress extends ContactPoint {\n addressCountry?: Country | Text\n addressLocality?: Text\n addressRegion?: Text\n postOfficeBoxNumber?: Text\n postalCode?: Text\n streetAddress?: Text\n}\n\nexport type { PostalAddress }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=PostalAddress.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var Product_exports = {};
16
+ module.exports = __toCommonJS(Product_exports);
17
+ //# sourceMappingURL=Product.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Product.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AggregateRating } from './AggrigateRating'\nimport { Brand } from './Brand'\nimport { DateTime } from './DateTime'\nimport { ImageObject } from './ImageObject'\nimport { Offer } from './Offer'\nimport { Organization } from './Organization'\nimport { PropertyValue } from './PropertyValue'\nimport { QuantitativeValue } from './QuantitativeValue'\nimport { Review } from './Review'\nimport { Service } from './Service'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface Product extends Thing {\n additionalProperty?: PropertyValue\n aggregateRating?: AggregateRating\n audience?: unknown\n award?: Text\n brand?: Brand | Organization\n category?: unknown | Text | Thing | URL\n color?: Text\n depth?: unknown | QuantitativeValue\n gtin?: Text\n gtin12?: Text\n gtin13?: Text\n gtin14?: Text\n gtin8?: Text\n hasEnergyConsumptionDetails?: unknown\n hasMerchantReturnPolicy?: unknown\n height?: unknown | QuantitativeValue\n inAccessoryOrSparePartFor?: Product\n inProductGroupWithId?: Text\n isConsumableFor?: Product\n isRelatedTo?: Product | Service\n isSimilarTo?: Product | Service\n isVariantOf?: unknown\n itemCondition?: unknown\n logo?: ImageObject | URL\n manufacturer?: Organization\n material?: Product | Text | URL\n model?: unknown | Text\n mpn?: Text\n nsn?: Text\n offers?: Offer[]\n pattern?: unknown | Text\n productID?: Text\n productionDate?: DateTime\n purchaseDate?: DateTime\n review?: Review\n size?: unknown | QuantitativeValue | Text\n sku?: Text\n slogan?: Text\n weight?: QuantitativeValue\n width?: unknown | QuantitativeValue\n}\n\nexport type { Product }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Product.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var Property_exports = {};
16
+ module.exports = __toCommonJS(Property_exports);
17
+ //# sourceMappingURL=Property.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Property.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Class } from './Class'\nimport { Enumeration } from './Enumeration'\nimport { Intangible } from './Intangible'\n\ninterface Property extends Intangible {\n domainIncludes?: Class\n inverseOf?: Property\n rangeIncludes?: Class\n supersededBy?: Class | Enumeration | Property\n}\n\nexport type { Property }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Property.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var PropertyValue_exports = {};
16
+ module.exports = __toCommonJS(PropertyValue_exports);
17
+ //# sourceMappingURL=PropertyValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/PropertyValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { QualitativeValue } from './QualitativeValue'\nimport { QuantitativeValue } from './QuantitativeValue'\nimport { StructuredValue } from './StructuredValue'\nimport { URL } from './URL'\n\ninterface PropertyValue extends StructuredValue {\n maxValue?: number\n measurementTechnique?: string | URL\n minValue?: number\n propertyId?: string | URL\n unitCode?: string | URL\n unitText?: string\n value?: boolean | number | StructuredValue | string\n valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue\n}\n\nexport type { PropertyValue }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=PropertyValue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var QualitativeValue_exports = {};
16
+ module.exports = __toCommonJS(QualitativeValue_exports);
17
+ //# sourceMappingURL=QualitativeValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/QualitativeValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { PropertyValue } from './PropertyValue'\nimport { QuantitativeValue } from './QuantitativeValue'\nimport { StructuredValue } from './StructuredValue'\n\ninterface QualitativeValue extends Enumeration {\n additionalProperty?: PropertyValue\n equal?: QualitativeValue\n greater?: QualitativeValue\n greaterOrEqual?: QualitativeValue\n lesser?: QualitativeValue\n lesserOrEqual?: QualitativeValue\n nonEqual?: QualitativeValue\n valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue\n}\n\nexport type { QualitativeValue }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=QualitativeValue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var QuantitativeValue_exports = {};
16
+ module.exports = __toCommonJS(QuantitativeValue_exports);
17
+ //# sourceMappingURL=QuantitativeValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/QuantitativeValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { PropertyValue } from './PropertyValue'\nimport { QualitativeValue } from './QualitativeValue'\nimport { StructuredValue } from './StructuredValue'\nimport { URL } from './URL'\n\ninterface QuantitativeValue extends Enumeration {\n additionalProperty?: PropertyValue\n maxValue?: number\n minValue?: number\n unitCode?: string | URL\n unitText?: string\n value?: boolean | number | StructuredValue | string\n valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue\n}\n\nexport type { QuantitativeValue }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=QuantitativeValue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var Rating_exports = {};
16
+ module.exports = __toCommonJS(Rating_exports);
17
+ //# sourceMappingURL=Rating.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Rating.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Intangible } from './Intangible'\nimport { Text } from './Text'\n\ninterface Rating extends Intangible {\n bestRating?: number\n ratingExplaination?: Text\n ratingValue?: number\n reviewAspect?: Text\n worstRating?: number\n}\n\nexport type { Rating }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Rating.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var Review_exports = {};
16
+ module.exports = __toCommonJS(Review_exports);
17
+ //# sourceMappingURL=Review.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Review.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { CreativeWork } from './CreativeWork'\nimport { Rating } from './Rating'\nimport { Thing } from './Thing'\n\ninterface Review extends CreativeWork {\n itemReviewed?: Thing\n reviewAspect?: Text\n reviewBody?: Text\n reviewRating?: Rating\n}\n\nexport type { Review }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Review.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var Service_exports = {};
16
+ module.exports = __toCommonJS(Service_exports);
17
+ //# sourceMappingURL=Service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Service.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AdministrativeArea } from './AdministrativeArea'\nimport { AggregateRating } from './AggrigateRating'\nimport { GeoShape } from './GeoShape'\nimport { ImageObject } from './ImageObject'\nimport { Intangible } from './Intangible'\nimport { Offer } from './Offer'\nimport { Organization } from './Organization'\nimport { Person } from './Person'\nimport { Place } from './Place'\nimport { Product } from './Product'\nimport { Review } from './Review'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface Service extends Intangible {\n aggregateRating?: AggregateRating\n areaServed?: AdministrativeArea | GeoShape | Place | Text\n audience?: unknown\n availableChannel?: unknown\n award?: Text\n brand?: unknown | Organization\n broker?: Organization | Person\n category?: unknown | Text | Thing | URL\n hasOfferCatalog?: unknown\n hoursAvailable?: unknown\n isRelatedTo?: Product | Service\n isSimilarTo?: Product | Service\n logo?: ImageObject | URL\n offers?: Offer[]\n provider?: Organization | Person\n providerMobility?: Text\n review?: Review\n serviceOutput?: Thing\n serviceType?: unknown | Text\n slogan?: Text\n termsOfService?: Text | URL\n}\n\nexport type { Service }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Service.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var SoftwareApplication_exports = {};
16
+ module.exports = __toCommonJS(SoftwareApplication_exports);
17
+ //# sourceMappingURL=SoftwareApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/SoftwareApplication.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { CreativeWork } from './CreativeWork'\nimport { ImageObject } from './ImageObject'\nimport { Text } from './Text'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface SoftwareApplication extends CreativeWork {\n applicationCategory?: Text | URL\n applicationSubCategory?: Text | URL\n applicationSuite?: Text\n availableOnDevice?: Text\n countriesNotSupported?: Text\n countriesSupported?: Text\n downloadUrl?: URL\n featureList?: Text | URL\n installUrl?: URL\n memoryRequirements?: Text | URL\n operatingSystem?: Text\n permissions?: Text\n processorRequiremewnts?: Text\n releaseNotes?: Text | URL\n screenshot?: ImageObject | URL\n softwareAddOn?: SoftwareApplication\n softwareHelp?: CreativeWork\n softwareRequirements?: Text | URL\n softwareVersion?: Text\n storageRequirements?: Text | URL\n supportingData?: unknown\n}\n\nexport type { SoftwareApplication }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=SoftwareApplication.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var StructuredValue_exports = {};
16
+ module.exports = __toCommonJS(StructuredValue_exports);
17
+ //# sourceMappingURL=StructuredValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/StructuredValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Intangible } from './Intangible'\n\ntype StructuredValue = Intangible\n\nexport type { StructuredValue }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=StructuredValue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var Text_exports = {};
16
+ module.exports = __toCommonJS(Text_exports);
17
+ //# sourceMappingURL=Text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Text.ts"],"sourcesContent":["type Text = string | string[]\n\nexport type { Text }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Text.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var Thing_exports = {};
16
+ module.exports = __toCommonJS(Thing_exports);
17
+ //# sourceMappingURL=Thing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Thing.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Action } from './Action'\nimport { Base } from './Base'\nimport { CreativeWork } from './CreativeWork'\nimport { ImageObject } from './ImageObject'\nimport { PropertyValue } from './PropertyValue'\nimport { Text } from './Text'\nimport { URL } from './URL'\n\ninterface Thing extends Base {\n additionalType?: URL\n alternateName?: Text\n description?: Text\n disambiguatingDescription?: Text\n identifier?: PropertyValue | Text | URL\n image?: ImageObject | URL\n mainIdentityOfPage?: CreativeWork | URL\n name?: Text\n potentialAction?: Action\n sameAs?: URL\n subjectOf?: CreativeWork | Event\n url?: URL\n}\n\nexport type { Thing }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Thing.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var Time_exports = {};
16
+ module.exports = __toCommonJS(Time_exports);
17
+ //# sourceMappingURL=Time.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/Time.ts"],"sourcesContent":["type Time = string\n\nexport type { Time }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=Time.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var URL_exports = {};
16
+ module.exports = __toCommonJS(URL_exports);
17
+ //# sourceMappingURL=URL.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/URL.ts"],"sourcesContent":["type URL = string | string[]\n\nexport type { URL }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=URL.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+ var VirtualLocation_exports = {};
16
+ module.exports = __toCommonJS(VirtualLocation_exports);
17
+ //# sourceMappingURL=VirtualLocation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/jsonld/VirtualLocation.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\n\nimport { Thing } from './Thing'\n\ntype VirtualLocation = Thing\n\nexport type { VirtualLocation }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=VirtualLocation.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,115 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+ var jsonld_exports = {};
17
+ module.exports = __toCommonJS(jsonld_exports);
18
+ __reExport(jsonld_exports, require("./Action"), module.exports);
19
+ __reExport(jsonld_exports, require("./ActionStatusType"), module.exports);
20
+ __reExport(jsonld_exports, require("./AdministrativeArea"), module.exports);
21
+ __reExport(jsonld_exports, require("./AggrigateRating"), module.exports);
22
+ __reExport(jsonld_exports, require("./Article"), module.exports);
23
+ __reExport(jsonld_exports, require("./Base"), module.exports);
24
+ __reExport(jsonld_exports, require("./Brand"), module.exports);
25
+ __reExport(jsonld_exports, require("./Class"), module.exports);
26
+ __reExport(jsonld_exports, require("./ContactPoint"), module.exports);
27
+ __reExport(jsonld_exports, require("./ContactPointOption"), module.exports);
28
+ __reExport(jsonld_exports, require("./Country"), module.exports);
29
+ __reExport(jsonld_exports, require("./CreativeWork"), module.exports);
30
+ __reExport(jsonld_exports, require("./DateTime"), module.exports);
31
+ __reExport(jsonld_exports, require("./EntryPoint"), module.exports);
32
+ __reExport(jsonld_exports, require("./Enumeration"), module.exports);
33
+ __reExport(jsonld_exports, require("./GeoShape"), module.exports);
34
+ __reExport(jsonld_exports, require("./GeospatialGeometry"), module.exports);
35
+ __reExport(jsonld_exports, require("./ImageObject"), module.exports);
36
+ __reExport(jsonld_exports, require("./Intangible"), module.exports);
37
+ __reExport(jsonld_exports, require("./Integer"), module.exports);
38
+ __reExport(jsonld_exports, require("./ItemAvailability"), module.exports);
39
+ __reExport(jsonld_exports, require("./Language"), module.exports);
40
+ __reExport(jsonld_exports, require("./Map"), module.exports);
41
+ __reExport(jsonld_exports, require("./MapCategoryType"), module.exports);
42
+ __reExport(jsonld_exports, require("./MediaObject"), module.exports);
43
+ __reExport(jsonld_exports, require("./MobileApplication"), module.exports);
44
+ __reExport(jsonld_exports, require("./Offer"), module.exports);
45
+ __reExport(jsonld_exports, require("./Organization"), module.exports);
46
+ __reExport(jsonld_exports, require("./Person"), module.exports);
47
+ __reExport(jsonld_exports, require("./Photograph"), module.exports);
48
+ __reExport(jsonld_exports, require("./Place"), module.exports);
49
+ __reExport(jsonld_exports, require("./PostalAddress"), module.exports);
50
+ __reExport(jsonld_exports, require("./Product"), module.exports);
51
+ __reExport(jsonld_exports, require("./Property"), module.exports);
52
+ __reExport(jsonld_exports, require("./PropertyValue"), module.exports);
53
+ __reExport(jsonld_exports, require("./QualitativeValue"), module.exports);
54
+ __reExport(jsonld_exports, require("./QuantitativeValue"), module.exports);
55
+ __reExport(jsonld_exports, require("./Rating"), module.exports);
56
+ __reExport(jsonld_exports, require("./Review"), module.exports);
57
+ __reExport(jsonld_exports, require("./Service"), module.exports);
58
+ __reExport(jsonld_exports, require("./SoftwareApplication"), module.exports);
59
+ __reExport(jsonld_exports, require("./StructuredValue"), module.exports);
60
+ __reExport(jsonld_exports, require("./Text"), module.exports);
61
+ __reExport(jsonld_exports, require("./Thing"), module.exports);
62
+ __reExport(jsonld_exports, require("./Time"), module.exports);
63
+ __reExport(jsonld_exports, require("./URL"), module.exports);
64
+ __reExport(jsonld_exports, require("./VirtualLocation"), module.exports);
65
+ // Annotate the CommonJS export names for ESM import in node:
66
+ 0 && (module.exports = {
67
+ ...require("./Action"),
68
+ ...require("./ActionStatusType"),
69
+ ...require("./AdministrativeArea"),
70
+ ...require("./AggrigateRating"),
71
+ ...require("./Article"),
72
+ ...require("./Base"),
73
+ ...require("./Brand"),
74
+ ...require("./Class"),
75
+ ...require("./ContactPoint"),
76
+ ...require("./ContactPointOption"),
77
+ ...require("./Country"),
78
+ ...require("./CreativeWork"),
79
+ ...require("./DateTime"),
80
+ ...require("./EntryPoint"),
81
+ ...require("./Enumeration"),
82
+ ...require("./GeoShape"),
83
+ ...require("./GeospatialGeometry"),
84
+ ...require("./ImageObject"),
85
+ ...require("./Intangible"),
86
+ ...require("./Integer"),
87
+ ...require("./ItemAvailability"),
88
+ ...require("./Language"),
89
+ ...require("./Map"),
90
+ ...require("./MapCategoryType"),
91
+ ...require("./MediaObject"),
92
+ ...require("./MobileApplication"),
93
+ ...require("./Offer"),
94
+ ...require("./Organization"),
95
+ ...require("./Person"),
96
+ ...require("./Photograph"),
97
+ ...require("./Place"),
98
+ ...require("./PostalAddress"),
99
+ ...require("./Product"),
100
+ ...require("./Property"),
101
+ ...require("./PropertyValue"),
102
+ ...require("./QualitativeValue"),
103
+ ...require("./QuantitativeValue"),
104
+ ...require("./Rating"),
105
+ ...require("./Review"),
106
+ ...require("./Service"),
107
+ ...require("./SoftwareApplication"),
108
+ ...require("./StructuredValue"),
109
+ ...require("./Text"),
110
+ ...require("./Thing"),
111
+ ...require("./Time"),
112
+ ...require("./URL"),
113
+ ...require("./VirtualLocation")
114
+ });
115
+ //# sourceMappingURL=index.js.map