@xylabs/react-rich-result 2.17.4 → 2.17.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 (51) hide show
  1. package/dist/docs.json +1719 -1738
  2. package/docs/enums/ActionStatusType.html +5 -5
  3. package/docs/enums/ContactPointOption.html +3 -3
  4. package/docs/enums/ItemAvailability.html +10 -10
  5. package/docs/enums/MapCategoryType.html +5 -5
  6. package/docs/functions/RichResult.html +3 -3
  7. package/docs/interfaces/Action.html +25 -25
  8. package/docs/interfaces/AggregateRating.html +22 -22
  9. package/docs/interfaces/Article.html +125 -125
  10. package/docs/interfaces/Base.html +2 -2
  11. package/docs/interfaces/Brand.html +18 -18
  12. package/docs/interfaces/Class.html +15 -15
  13. package/docs/interfaces/ContactPoint.html +22 -22
  14. package/docs/interfaces/CreativeWork.html +117 -117
  15. package/docs/interfaces/EntryPoint.html +20 -20
  16. package/docs/interfaces/Enumeration.html +15 -15
  17. package/docs/interfaces/GeoShape.html +22 -22
  18. package/docs/interfaces/GeospatialGeometry.html +24 -24
  19. package/docs/interfaces/ImageObject.html +125 -125
  20. package/docs/interfaces/Map.html +118 -118
  21. package/docs/interfaces/MediaObject.html +121 -121
  22. package/docs/interfaces/MobileApplication.html +139 -139
  23. package/docs/interfaces/Offer.html +57 -57
  24. package/docs/interfaces/Organization.html +69 -69
  25. package/docs/interfaces/Person.html +71 -71
  26. package/docs/interfaces/Place.html +51 -51
  27. package/docs/interfaces/PostalAddress.html +28 -28
  28. package/docs/interfaces/Product.html +54 -54
  29. package/docs/interfaces/Property.html +18 -18
  30. package/docs/interfaces/PropertyValue.html +22 -22
  31. package/docs/interfaces/QualitativeValue.html +23 -23
  32. package/docs/interfaces/QuantitativeValue.html +22 -22
  33. package/docs/interfaces/Rating.html +19 -19
  34. package/docs/interfaces/Review.html +121 -121
  35. package/docs/interfaces/RichResultProps.html +2 -2
  36. package/docs/interfaces/Service.html +35 -35
  37. package/docs/interfaces/SoftwareApplication.html +138 -138
  38. package/docs/interfaces/Thing.html +14 -14
  39. package/docs/types/AdministrativeArea.html +1 -1
  40. package/docs/types/Country.html +1 -1
  41. package/docs/types/DateTime.html +1 -1
  42. package/docs/types/Intangible.html +1 -1
  43. package/docs/types/Integer.html +1 -1
  44. package/docs/types/Language.html +1 -1
  45. package/docs/types/Photograph.html +1 -1
  46. package/docs/types/StructuredValue.html +1 -1
  47. package/docs/types/Text.html +1 -1
  48. package/docs/types/Time.html +1 -1
  49. package/docs/types/URL.html +1 -1
  50. package/docs/types/VirtualLocation.html +1 -1
  51. package/package.json +1 -1
@@ -24,7 +24,7 @@
24
24
  <ul class="tsd-hierarchy">
25
25
  <li><a href="AggregateRating.html" class="tsd-signature-type tsd-kind-interface">AggregateRating</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources">
26
26
  <ul>
27
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Rating.ts#L5">packages/rich-result/src/jsonld/Rating.ts:5</a></li></ul></aside>
27
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Rating.ts#L5">packages/rich-result/src/jsonld/Rating.ts:5</a></li></ul></aside>
28
28
  <section class="tsd-panel-group tsd-index-group">
29
29
  <section class="tsd-panel tsd-index-panel">
30
30
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -58,104 +58,104 @@
58
58
  <div class="tsd-signature"><span class="tsd-kind-property">@type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
59
59
  <p>Inherited from Intangible.@type</p>
60
60
  <ul>
61
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Base.ts#L2">packages/rich-result/src/jsonld/Base.ts:2</a></li></ul></aside></section>
61
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Base.ts#L2">packages/rich-result/src/jsonld/Base.ts:2</a></li></ul></aside></section>
62
62
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="additionalType" class="tsd-anchor"></a>
63
63
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>additional<wbr/>Type</span><a href="#additionalType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
64
64
  <div class="tsd-signature"><span class="tsd-kind-property">additional<wbr/>Type</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a></div><aside class="tsd-sources">
65
65
  <p>Inherited from Intangible.additionalType</p>
66
66
  <ul>
67
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L11">packages/rich-result/src/jsonld/Thing.ts:11</a></li></ul></aside></section>
67
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L11">packages/rich-result/src/jsonld/Thing.ts:11</a></li></ul></aside></section>
68
68
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="alternateName" class="tsd-anchor"></a>
69
69
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>alternate<wbr/>Name</span><a href="#alternateName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
70
70
  <div class="tsd-signature"><span class="tsd-kind-property">alternate<wbr/>Name</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
71
71
  <p>Inherited from Intangible.alternateName</p>
72
72
  <ul>
73
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L12">packages/rich-result/src/jsonld/Thing.ts:12</a></li></ul></aside></section>
73
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L12">packages/rich-result/src/jsonld/Thing.ts:12</a></li></ul></aside></section>
74
74
  <section class="tsd-panel tsd-member"><a id="bestRating" class="tsd-anchor"></a>
75
75
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>best<wbr/>Rating</span><a href="#bestRating" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
76
76
  <div class="tsd-signature"><span class="tsd-kind-property">best<wbr/>Rating</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
77
77
  <ul>
78
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Rating.ts#L6">packages/rich-result/src/jsonld/Rating.ts:6</a></li></ul></aside></section>
78
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Rating.ts#L6">packages/rich-result/src/jsonld/Rating.ts:6</a></li></ul></aside></section>
79
79
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="description" class="tsd-anchor"></a>
80
80
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>description</span><a href="#description" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
81
81
  <div class="tsd-signature"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
82
82
  <p>Inherited from Intangible.description</p>
83
83
  <ul>
84
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L13">packages/rich-result/src/jsonld/Thing.ts:13</a></li></ul></aside></section>
84
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L13">packages/rich-result/src/jsonld/Thing.ts:13</a></li></ul></aside></section>
85
85
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="disambiguatingDescription" class="tsd-anchor"></a>
86
86
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>disambiguating<wbr/>Description</span><a href="#disambiguatingDescription" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
87
87
  <div class="tsd-signature"><span class="tsd-kind-property">disambiguating<wbr/>Description</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
88
88
  <p>Inherited from Intangible.disambiguatingDescription</p>
89
89
  <ul>
90
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L14">packages/rich-result/src/jsonld/Thing.ts:14</a></li></ul></aside></section>
90
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L14">packages/rich-result/src/jsonld/Thing.ts:14</a></li></ul></aside></section>
91
91
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="identifier" class="tsd-anchor"></a>
92
92
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>identifier</span><a href="#identifier" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
93
93
  <div class="tsd-signature"><span class="tsd-kind-property">identifier</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><a href="PropertyValue.html" class="tsd-signature-type tsd-kind-interface">PropertyValue</a></div><aside class="tsd-sources">
94
94
  <p>Inherited from Intangible.identifier</p>
95
95
  <ul>
96
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L15">packages/rich-result/src/jsonld/Thing.ts:15</a></li></ul></aside></section>
96
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L15">packages/rich-result/src/jsonld/Thing.ts:15</a></li></ul></aside></section>
97
97
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="image" class="tsd-anchor"></a>
98
98
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>image</span><a href="#image" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
99
99
  <div class="tsd-signature"><span class="tsd-kind-property">image</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a><span class="tsd-signature-symbol"> | </span><a href="ImageObject.html" class="tsd-signature-type tsd-kind-interface">ImageObject</a></div><aside class="tsd-sources">
100
100
  <p>Inherited from Intangible.image</p>
101
101
  <ul>
102
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L16">packages/rich-result/src/jsonld/Thing.ts:16</a></li></ul></aside></section>
102
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L16">packages/rich-result/src/jsonld/Thing.ts:16</a></li></ul></aside></section>
103
103
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="mainIdentityOfPage" class="tsd-anchor"></a>
104
104
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>main<wbr/>Identity<wbr/>Of<wbr/>Page</span><a href="#mainIdentityOfPage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
105
105
  <div class="tsd-signature"><span class="tsd-kind-property">main<wbr/>Identity<wbr/>Of<wbr/>Page</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a><span class="tsd-signature-symbol"> | </span><a href="CreativeWork.html" class="tsd-signature-type tsd-kind-interface">CreativeWork</a></div><aside class="tsd-sources">
106
106
  <p>Inherited from Intangible.mainIdentityOfPage</p>
107
107
  <ul>
108
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L17">packages/rich-result/src/jsonld/Thing.ts:17</a></li></ul></aside></section>
108
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L17">packages/rich-result/src/jsonld/Thing.ts:17</a></li></ul></aside></section>
109
109
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="name" class="tsd-anchor"></a>
110
110
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
111
111
  <div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
112
112
  <p>Inherited from Intangible.name</p>
113
113
  <ul>
114
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L18">packages/rich-result/src/jsonld/Thing.ts:18</a></li></ul></aside></section>
114
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L18">packages/rich-result/src/jsonld/Thing.ts:18</a></li></ul></aside></section>
115
115
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="potentialAction" class="tsd-anchor"></a>
116
116
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>potential<wbr/>Action</span><a href="#potentialAction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
117
117
  <div class="tsd-signature"><span class="tsd-kind-property">potential<wbr/>Action</span><span class="tsd-signature-symbol">?:</span> <a href="Action.html" class="tsd-signature-type tsd-kind-interface">Action</a></div><aside class="tsd-sources">
118
118
  <p>Inherited from Intangible.potentialAction</p>
119
119
  <ul>
120
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L19">packages/rich-result/src/jsonld/Thing.ts:19</a></li></ul></aside></section>
120
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L19">packages/rich-result/src/jsonld/Thing.ts:19</a></li></ul></aside></section>
121
121
  <section class="tsd-panel tsd-member"><a id="ratingExplaination" class="tsd-anchor"></a>
122
122
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>rating<wbr/>Explaination</span><a href="#ratingExplaination" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
123
123
  <div class="tsd-signature"><span class="tsd-kind-property">rating<wbr/>Explaination</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Rating.ts#L7">packages/rich-result/src/jsonld/Rating.ts:7</a></li></ul></aside></section>
125
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Rating.ts#L7">packages/rich-result/src/jsonld/Rating.ts:7</a></li></ul></aside></section>
126
126
  <section class="tsd-panel tsd-member"><a id="ratingValue" class="tsd-anchor"></a>
127
127
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>rating<wbr/>Value</span><a href="#ratingValue" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
128
128
  <div class="tsd-signature"><span class="tsd-kind-property">rating<wbr/>Value</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
129
129
  <ul>
130
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Rating.ts#L8">packages/rich-result/src/jsonld/Rating.ts:8</a></li></ul></aside></section>
130
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Rating.ts#L8">packages/rich-result/src/jsonld/Rating.ts:8</a></li></ul></aside></section>
131
131
  <section class="tsd-panel tsd-member"><a id="reviewAspect" class="tsd-anchor"></a>
132
132
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>review<wbr/>Aspect</span><a href="#reviewAspect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
133
133
  <div class="tsd-signature"><span class="tsd-kind-property">review<wbr/>Aspect</span><span class="tsd-signature-symbol">?:</span> <a href="../types/Text.html" class="tsd-signature-type tsd-kind-type-alias">Text</a></div><aside class="tsd-sources">
134
134
  <ul>
135
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Rating.ts#L9">packages/rich-result/src/jsonld/Rating.ts:9</a></li></ul></aside></section>
135
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Rating.ts#L9">packages/rich-result/src/jsonld/Rating.ts:9</a></li></ul></aside></section>
136
136
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="sameAs" class="tsd-anchor"></a>
137
137
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>same<wbr/>As</span><a href="#sameAs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
138
138
  <div class="tsd-signature"><span class="tsd-kind-property">same<wbr/>As</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a></div><aside class="tsd-sources">
139
139
  <p>Inherited from Intangible.sameAs</p>
140
140
  <ul>
141
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L20">packages/rich-result/src/jsonld/Thing.ts:20</a></li></ul></aside></section>
141
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L20">packages/rich-result/src/jsonld/Thing.ts:20</a></li></ul></aside></section>
142
142
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="subjectOf" class="tsd-anchor"></a>
143
143
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>subject<wbr/>Of</span><a href="#subjectOf" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
144
144
  <div class="tsd-signature"><span class="tsd-kind-property">subject<wbr/>Of</span><span class="tsd-signature-symbol">?:</span> <a href="CreativeWork.html" class="tsd-signature-type tsd-kind-interface">CreativeWork</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Event</span></div><aside class="tsd-sources">
145
145
  <p>Inherited from Intangible.subjectOf</p>
146
146
  <ul>
147
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L21">packages/rich-result/src/jsonld/Thing.ts:21</a></li></ul></aside></section>
147
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L21">packages/rich-result/src/jsonld/Thing.ts:21</a></li></ul></aside></section>
148
148
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="url" class="tsd-anchor"></a>
149
149
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>url</span><a href="#url" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
150
150
  <div class="tsd-signature"><span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">?:</span> <a href="../types/URL.html" class="tsd-signature-type tsd-kind-type-alias">URL</a></div><aside class="tsd-sources">
151
151
  <p>Inherited from Intangible.url</p>
152
152
  <ul>
153
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Thing.ts#L22">packages/rich-result/src/jsonld/Thing.ts:22</a></li></ul></aside></section>
153
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Thing.ts#L22">packages/rich-result/src/jsonld/Thing.ts:22</a></li></ul></aside></section>
154
154
  <section class="tsd-panel tsd-member"><a id="worstRating" class="tsd-anchor"></a>
155
155
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>worst<wbr/>Rating</span><a href="#worstRating" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
156
156
  <div class="tsd-signature"><span class="tsd-kind-property">worst<wbr/>Rating</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
157
157
  <ul>
158
- <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/1668f76/packages/rich-result/src/jsonld/Rating.ts#L10">packages/rich-result/src/jsonld/Rating.ts:10</a></li></ul></aside></section></section></div>
158
+ <li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/271ddab/packages/rich-result/src/jsonld/Rating.ts#L10">packages/rich-result/src/jsonld/Rating.ts:10</a></li></ul></aside></section></section></div>
159
159
  <div class="col-sidebar">
160
160
  <div class="page-menu">
161
161
  <div class="tsd-navigation settings">