@xylabs/react-rich-result 6.3.9 → 6.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/RichResult.d.ts +7 -0
- package/dist/browser/RichResult.d.ts.map +1 -0
- package/dist/browser/index.d.ts +42 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/jsonld/Action.d.ts +25 -0
- package/dist/browser/jsonld/Action.d.ts.map +1 -0
- package/dist/browser/jsonld/ActionStatusType.d.ts +10 -0
- package/dist/browser/jsonld/ActionStatusType.d.ts.map +1 -0
- package/dist/browser/jsonld/AdministrativeArea.d.ts +4 -0
- package/dist/browser/jsonld/AdministrativeArea.d.ts.map +1 -0
- package/dist/browser/jsonld/AggregateRating.d.ts +9 -0
- package/dist/browser/jsonld/AggregateRating.d.ts.map +1 -0
- package/dist/browser/jsonld/Article.d.ts +15 -0
- package/dist/browser/jsonld/Article.d.ts.map +1 -0
- package/dist/browser/jsonld/Base.d.ts +5 -0
- package/dist/browser/jsonld/Base.d.ts.map +1 -0
- package/dist/browser/jsonld/Brand.d.ts +11 -0
- package/dist/browser/jsonld/Brand.d.ts.map +1 -0
- package/dist/browser/jsonld/Class.d.ts +8 -0
- package/dist/browser/jsonld/Class.d.ts.map +1 -0
- package/dist/browser/jsonld/ContactPoint.d.ts +20 -0
- package/dist/browser/jsonld/ContactPoint.d.ts.map +1 -0
- package/dist/browser/jsonld/ContactPointOption.d.ts +8 -0
- package/dist/browser/jsonld/ContactPointOption.d.ts.map +1 -0
- package/dist/browser/jsonld/Country.d.ts +4 -0
- package/dist/browser/jsonld/Country.d.ts.map +1 -0
- package/dist/browser/jsonld/CreativeWork.d.ts +123 -0
- package/dist/browser/jsonld/CreativeWork.d.ts.map +1 -0
- package/dist/browser/jsonld/DateTime.d.ts +3 -0
- package/dist/browser/jsonld/DateTime.d.ts.map +1 -0
- package/dist/browser/jsonld/EntryPoint.d.ts +14 -0
- package/dist/browser/jsonld/EntryPoint.d.ts.map +1 -0
- package/dist/browser/jsonld/Enumeration.d.ts +8 -0
- package/dist/browser/jsonld/Enumeration.d.ts.map +1 -0
- package/dist/browser/jsonld/GeoShape.d.ts +16 -0
- package/dist/browser/jsonld/GeoShape.d.ts.map +1 -0
- package/dist/browser/jsonld/GeospatialGeometry.d.ts +16 -0
- package/dist/browser/jsonld/GeospatialGeometry.d.ts.map +1 -0
- package/dist/browser/jsonld/ImageObject.d.ts +10 -0
- package/dist/browser/jsonld/ImageObject.d.ts.map +1 -0
- package/dist/browser/jsonld/Intangible.d.ts +4 -0
- package/dist/browser/jsonld/Intangible.d.ts.map +1 -0
- package/dist/browser/jsonld/Integer.d.ts +3 -0
- package/dist/browser/jsonld/Integer.d.ts.map +1 -0
- package/dist/browser/jsonld/ItemAvailability.d.ts +15 -0
- package/dist/browser/jsonld/ItemAvailability.d.ts.map +1 -0
- package/dist/browser/jsonld/Language.d.ts +4 -0
- package/dist/browser/jsonld/Language.d.ts.map +1 -0
- package/dist/browser/jsonld/Map.d.ts +7 -0
- package/dist/browser/jsonld/Map.d.ts.map +1 -0
- package/dist/browser/jsonld/MapCategoryType.d.ts +10 -0
- package/dist/browser/jsonld/MapCategoryType.d.ts.map +1 -0
- package/dist/browser/jsonld/MediaObject.d.ts +11 -0
- package/dist/browser/jsonld/MediaObject.d.ts.map +1 -0
- package/dist/browser/jsonld/MobileApplication.d.ts +7 -0
- package/dist/browser/jsonld/MobileApplication.d.ts.map +1 -0
- package/dist/browser/jsonld/Offer.d.ts +65 -0
- package/dist/browser/jsonld/Offer.d.ts.map +1 -0
- package/dist/browser/jsonld/Organization.d.ts +78 -0
- package/dist/browser/jsonld/Organization.d.ts.map +1 -0
- package/dist/browser/jsonld/Person.d.ts +72 -0
- package/dist/browser/jsonld/Person.d.ts.map +1 -0
- package/dist/browser/jsonld/Photograph.d.ts +4 -0
- package/dist/browser/jsonld/Photograph.d.ts.map +1 -0
- package/dist/browser/jsonld/Place.d.ts +43 -0
- package/dist/browser/jsonld/Place.d.ts.map +1 -0
- package/dist/browser/jsonld/PostalAddress.d.ts +13 -0
- package/dist/browser/jsonld/PostalAddress.d.ts.map +1 -0
- package/dist/browser/jsonld/Product.d.ts +57 -0
- package/dist/browser/jsonld/Product.d.ts.map +1 -0
- package/dist/browser/jsonld/Property.d.ts +11 -0
- package/dist/browser/jsonld/Property.d.ts.map +1 -0
- package/dist/browser/jsonld/PropertyValue.d.ts +17 -0
- package/dist/browser/jsonld/PropertyValue.d.ts.map +1 -0
- package/dist/browser/jsonld/QualitativeValue.d.ts +16 -0
- package/dist/browser/jsonld/QualitativeValue.d.ts.map +1 -0
- package/dist/browser/jsonld/QuantitativeValue.d.ts +16 -0
- package/dist/browser/jsonld/QuantitativeValue.d.ts.map +1 -0
- package/dist/browser/jsonld/Rating.d.ts +11 -0
- package/dist/browser/jsonld/Rating.d.ts.map +1 -0
- package/dist/browser/jsonld/Review.d.ts +11 -0
- package/dist/browser/jsonld/Review.d.ts.map +1 -0
- package/dist/browser/jsonld/Service.d.ts +39 -0
- package/dist/browser/jsonld/Service.d.ts.map +1 -0
- package/dist/browser/jsonld/SoftwareApplication.d.ts +29 -0
- package/dist/browser/jsonld/SoftwareApplication.d.ts.map +1 -0
- package/dist/browser/jsonld/StructuredValue.d.ts +4 -0
- package/dist/browser/jsonld/StructuredValue.d.ts.map +1 -0
- package/dist/browser/jsonld/Text.d.ts +3 -0
- package/dist/browser/jsonld/Text.d.ts.map +1 -0
- package/dist/browser/jsonld/Thing.d.ts +23 -0
- package/dist/browser/jsonld/Thing.d.ts.map +1 -0
- package/dist/browser/jsonld/Time.d.ts +3 -0
- package/dist/browser/jsonld/Time.d.ts.map +1 -0
- package/dist/browser/jsonld/URL.d.ts +3 -0
- package/dist/browser/jsonld/URL.d.ts.map +1 -0
- package/dist/browser/jsonld/VirtualLocation.d.ts +4 -0
- package/dist/browser/jsonld/VirtualLocation.d.ts.map +1 -0
- package/dist/browser/jsonld/index.d.ts +48 -0
- package/dist/browser/jsonld/index.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RichResult.d.ts","sourceRoot":"","sources":["../../src/RichResult.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAQ,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAMpD,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,KAAK,CAAA;CACb;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAKhD,CAAA"}
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -10,12 +10,15 @@ declare const ActionStatusType: Enum<{
|
|
|
10
10
|
type ActionStatusType = EnumValue<typeof ActionStatusType>;
|
|
11
11
|
|
|
12
12
|
type DateTime = string;
|
|
13
|
+
//# sourceMappingURL=DateTime.d.ts.map
|
|
13
14
|
|
|
14
15
|
interface Base {
|
|
15
16
|
'@type': string;
|
|
16
17
|
}
|
|
18
|
+
//# sourceMappingURL=Base.d.ts.map
|
|
17
19
|
|
|
18
20
|
type Text$1 = string | string[];
|
|
21
|
+
//# sourceMappingURL=Text.d.ts.map
|
|
19
22
|
|
|
20
23
|
interface Rating extends Intangible {
|
|
21
24
|
bestRating?: number;
|
|
@@ -24,18 +27,23 @@ interface Rating extends Intangible {
|
|
|
24
27
|
reviewAspect?: Text$1;
|
|
25
28
|
worstRating?: number;
|
|
26
29
|
}
|
|
30
|
+
//# sourceMappingURL=Rating.d.ts.map
|
|
27
31
|
|
|
28
32
|
interface AggregateRating extends Rating {
|
|
29
33
|
itemReviewed?: Thing;
|
|
30
34
|
ratingCount?: number;
|
|
31
35
|
reviewCount?: number;
|
|
32
36
|
}
|
|
37
|
+
//# sourceMappingURL=AggregateRating.d.ts.map
|
|
33
38
|
|
|
34
39
|
type Integer = number;
|
|
40
|
+
//# sourceMappingURL=Integer.d.ts.map
|
|
35
41
|
|
|
36
42
|
type Language = Intangible;
|
|
43
|
+
//# sourceMappingURL=Language.d.ts.map
|
|
37
44
|
|
|
38
45
|
type URL$1 = string | string[];
|
|
46
|
+
//# sourceMappingURL=URL.d.ts.map
|
|
39
47
|
|
|
40
48
|
interface MediaObject extends CreativeWork {
|
|
41
49
|
contentSize?: Text$1;
|
|
@@ -43,6 +51,7 @@ interface MediaObject extends CreativeWork {
|
|
|
43
51
|
height?: unknown;
|
|
44
52
|
width?: unknown;
|
|
45
53
|
}
|
|
54
|
+
//# sourceMappingURL=MediaObject.d.ts.map
|
|
46
55
|
|
|
47
56
|
interface GeospatialGeometry extends Intangible {
|
|
48
57
|
geoContains?: Place | GeospatialGeometry;
|
|
@@ -56,6 +65,7 @@ interface GeospatialGeometry extends Intangible {
|
|
|
56
65
|
geoTouches?: Place | GeospatialGeometry;
|
|
57
66
|
geoWithin?: Place | GeospatialGeometry;
|
|
58
67
|
}
|
|
68
|
+
//# sourceMappingURL=GeospatialGeometry.d.ts.map
|
|
59
69
|
|
|
60
70
|
interface ImageObject extends MediaObject {
|
|
61
71
|
caption?: Text$1;
|
|
@@ -63,6 +73,7 @@ interface ImageObject extends MediaObject {
|
|
|
63
73
|
representativeOfPage?: boolean;
|
|
64
74
|
thumbnail?: ImageObject;
|
|
65
75
|
}
|
|
76
|
+
//# sourceMappingURL=ImageObject.d.ts.map
|
|
66
77
|
|
|
67
78
|
declare const MapCategoryType: Enum<{
|
|
68
79
|
ParkingMap: "ParkingMap";
|
|
@@ -75,8 +86,10 @@ type MapCategoryType = EnumValue<typeof MapCategoryType>;
|
|
|
75
86
|
interface Map extends CreativeWork {
|
|
76
87
|
mapType?: MapCategoryType;
|
|
77
88
|
}
|
|
89
|
+
//# sourceMappingURL=Map.d.ts.map
|
|
78
90
|
|
|
79
91
|
type Photograph = CreativeWork;
|
|
92
|
+
//# sourceMappingURL=Photograph.d.ts.map
|
|
80
93
|
|
|
81
94
|
declare const ContactPointOption: Enum<{
|
|
82
95
|
HearingImpairedSupported: "HearingImpairedSupported";
|
|
@@ -85,6 +98,7 @@ declare const ContactPointOption: Enum<{
|
|
|
85
98
|
type ContactPointOption = EnumValue<typeof ContactPointOption>;
|
|
86
99
|
|
|
87
100
|
type Country = AdministrativeArea;
|
|
101
|
+
//# sourceMappingURL=Country.d.ts.map
|
|
88
102
|
|
|
89
103
|
interface GeoShape extends Thing {
|
|
90
104
|
address?: PostalAddress | Text$1;
|
|
@@ -96,6 +110,7 @@ interface GeoShape extends Thing {
|
|
|
96
110
|
polygon?: Text$1;
|
|
97
111
|
postalCode?: Text$1;
|
|
98
112
|
}
|
|
113
|
+
//# sourceMappingURL=GeoShape.d.ts.map
|
|
99
114
|
|
|
100
115
|
interface Review extends CreativeWork {
|
|
101
116
|
itemReviewed?: Thing;
|
|
@@ -103,6 +118,7 @@ interface Review extends CreativeWork {
|
|
|
103
118
|
reviewBody?: Text;
|
|
104
119
|
reviewRating?: Rating;
|
|
105
120
|
}
|
|
121
|
+
//# sourceMappingURL=Review.d.ts.map
|
|
106
122
|
|
|
107
123
|
interface Brand extends Intangible {
|
|
108
124
|
aggregateRating?: AggregateRating;
|
|
@@ -121,6 +137,7 @@ interface Article extends CreativeWork {
|
|
|
121
137
|
speakable?: unknown | URL;
|
|
122
138
|
wordCount?: Integer;
|
|
123
139
|
}
|
|
140
|
+
//# sourceMappingURL=Article.d.ts.map
|
|
124
141
|
|
|
125
142
|
interface Person extends Thing {
|
|
126
143
|
additionalName?: string;
|
|
@@ -181,6 +198,7 @@ interface Person extends Thing {
|
|
|
181
198
|
workLocation?: ContactPoint | Place | (ContactPoint | Place)[];
|
|
182
199
|
worksFor?: Organization | Organization[];
|
|
183
200
|
}
|
|
201
|
+
//# sourceMappingURL=Person.d.ts.map
|
|
184
202
|
|
|
185
203
|
interface Property extends Intangible {
|
|
186
204
|
domainIncludes?: Class;
|
|
@@ -188,16 +206,20 @@ interface Property extends Intangible {
|
|
|
188
206
|
rangeIncludes?: Class;
|
|
189
207
|
supersededBy?: Class | Enumeration | Property;
|
|
190
208
|
}
|
|
209
|
+
//# sourceMappingURL=Property.d.ts.map
|
|
191
210
|
|
|
192
211
|
interface Class extends Intangible {
|
|
193
212
|
supersededBy?: Class | Enumeration | Property;
|
|
194
213
|
}
|
|
214
|
+
//# sourceMappingURL=Class.d.ts.map
|
|
195
215
|
|
|
196
216
|
interface Enumeration extends Intangible {
|
|
197
217
|
supersededBy?: Class | Enumeration | Property;
|
|
198
218
|
}
|
|
219
|
+
//# sourceMappingURL=Enumeration.d.ts.map
|
|
199
220
|
|
|
200
221
|
type StructuredValue = Intangible;
|
|
222
|
+
//# sourceMappingURL=StructuredValue.d.ts.map
|
|
201
223
|
|
|
202
224
|
interface QualitativeValue extends Enumeration {
|
|
203
225
|
additionalProperty?: PropertyValue;
|
|
@@ -209,6 +231,7 @@ interface QualitativeValue extends Enumeration {
|
|
|
209
231
|
nonEqual?: QualitativeValue;
|
|
210
232
|
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
211
233
|
}
|
|
234
|
+
//# sourceMappingURL=QualitativeValue.d.ts.map
|
|
212
235
|
|
|
213
236
|
interface PropertyValue extends StructuredValue {
|
|
214
237
|
maxValue?: number;
|
|
@@ -220,6 +243,7 @@ interface PropertyValue extends StructuredValue {
|
|
|
220
243
|
value?: boolean | number | StructuredValue | string;
|
|
221
244
|
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
222
245
|
}
|
|
246
|
+
//# sourceMappingURL=PropertyValue.d.ts.map
|
|
223
247
|
|
|
224
248
|
interface QuantitativeValue extends Enumeration {
|
|
225
249
|
additionalProperty?: PropertyValue;
|
|
@@ -230,8 +254,10 @@ interface QuantitativeValue extends Enumeration {
|
|
|
230
254
|
value?: boolean | number | StructuredValue | string;
|
|
231
255
|
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
232
256
|
}
|
|
257
|
+
//# sourceMappingURL=QuantitativeValue.d.ts.map
|
|
233
258
|
|
|
234
259
|
type VirtualLocation = Thing;
|
|
260
|
+
//# sourceMappingURL=VirtualLocation.d.ts.map
|
|
235
261
|
|
|
236
262
|
interface Organization extends Thing {
|
|
237
263
|
actionableFeedbackPolicy?: CreativeWork | URL;
|
|
@@ -290,6 +316,7 @@ interface Organization extends Thing {
|
|
|
290
316
|
unnamedSourcesPolicy?: CreativeWork | URL;
|
|
291
317
|
vatID?: Text$1;
|
|
292
318
|
}
|
|
319
|
+
//# sourceMappingURL=Organization.d.ts.map
|
|
293
320
|
|
|
294
321
|
interface Service extends Intangible {
|
|
295
322
|
aggregateRating?: AggregateRating;
|
|
@@ -314,6 +341,7 @@ interface Service extends Intangible {
|
|
|
314
341
|
slogan?: Text$1;
|
|
315
342
|
termsOfService?: Text$1 | URL$1;
|
|
316
343
|
}
|
|
344
|
+
//# sourceMappingURL=Service.d.ts.map
|
|
317
345
|
|
|
318
346
|
interface Product extends Thing {
|
|
319
347
|
additionalProperty?: PropertyValue;
|
|
@@ -357,6 +385,7 @@ interface Product extends Thing {
|
|
|
357
385
|
weight?: QuantitativeValue;
|
|
358
386
|
width?: unknown | QuantitativeValue;
|
|
359
387
|
}
|
|
388
|
+
//# sourceMappingURL=Product.d.ts.map
|
|
360
389
|
|
|
361
390
|
interface ContactPoint extends Thing {
|
|
362
391
|
areaServed?: AdministrativeArea | GeoShape | Place | Text$1;
|
|
@@ -368,6 +397,7 @@ interface ContactPoint extends Thing {
|
|
|
368
397
|
productsSupported?: Product | Text$1;
|
|
369
398
|
telephone?: Text$1;
|
|
370
399
|
}
|
|
400
|
+
//# sourceMappingURL=ContactPoint.d.ts.map
|
|
371
401
|
|
|
372
402
|
interface PostalAddress extends ContactPoint {
|
|
373
403
|
addressCountry?: Country | Text$1;
|
|
@@ -377,6 +407,7 @@ interface PostalAddress extends ContactPoint {
|
|
|
377
407
|
postalCode?: Text$1;
|
|
378
408
|
streetAddress?: Text$1;
|
|
379
409
|
}
|
|
410
|
+
//# sourceMappingURL=PostalAddress.d.ts.map
|
|
380
411
|
|
|
381
412
|
interface Place extends Thing, GeospatialGeometry {
|
|
382
413
|
additionalProperty?: PropertyValue;
|
|
@@ -407,8 +438,10 @@ interface Place extends Thing, GeospatialGeometry {
|
|
|
407
438
|
telephone?: Text$1;
|
|
408
439
|
tourBookingPage?: URL$1;
|
|
409
440
|
}
|
|
441
|
+
//# sourceMappingURL=Place.d.ts.map
|
|
410
442
|
|
|
411
443
|
type AdministrativeArea = Place;
|
|
444
|
+
//# sourceMappingURL=AdministrativeArea.d.ts.map
|
|
412
445
|
|
|
413
446
|
declare const ItemAvailability: Enum<{
|
|
414
447
|
Discontinued: "https://schema.org/Discontinued";
|
|
@@ -424,6 +457,7 @@ declare const ItemAvailability: Enum<{
|
|
|
424
457
|
type ItemAvailability = EnumValue<typeof ItemAvailability>;
|
|
425
458
|
|
|
426
459
|
type Time = string;
|
|
460
|
+
//# sourceMappingURL=Time.d.ts.map
|
|
427
461
|
|
|
428
462
|
interface Offer extends Intangible {
|
|
429
463
|
acceptedPaymentMethod?: unknown;
|
|
@@ -470,6 +504,7 @@ interface Offer extends Intangible {
|
|
|
470
504
|
validThrough?: DateTime;
|
|
471
505
|
warranty?: unknown;
|
|
472
506
|
}
|
|
507
|
+
//# sourceMappingURL=Offer.d.ts.map
|
|
473
508
|
|
|
474
509
|
interface CreativeWork extends Thing {
|
|
475
510
|
about?: Thing;
|
|
@@ -576,6 +611,7 @@ interface CreativeWork extends Thing {
|
|
|
576
611
|
workExample?: CreativeWork;
|
|
577
612
|
workTranslation?: CreativeWork;
|
|
578
613
|
}
|
|
614
|
+
//# sourceMappingURL=CreativeWork.d.ts.map
|
|
579
615
|
|
|
580
616
|
interface Thing extends Base {
|
|
581
617
|
additionalType?: URL$1;
|
|
@@ -591,8 +627,10 @@ interface Thing extends Base {
|
|
|
591
627
|
subjectOf?: CreativeWork | Event;
|
|
592
628
|
url?: URL$1;
|
|
593
629
|
}
|
|
630
|
+
//# sourceMappingURL=Thing.d.ts.map
|
|
594
631
|
|
|
595
632
|
type Intangible = Thing;
|
|
633
|
+
//# sourceMappingURL=Intangible.d.ts.map
|
|
596
634
|
|
|
597
635
|
interface SoftwareApplication extends CreativeWork {
|
|
598
636
|
applicationCategory?: Text$1 | URL$1;
|
|
@@ -617,6 +655,7 @@ interface SoftwareApplication extends CreativeWork {
|
|
|
617
655
|
storageRequirements?: Text$1 | URL$1;
|
|
618
656
|
supportingData?: unknown;
|
|
619
657
|
}
|
|
658
|
+
//# sourceMappingURL=SoftwareApplication.d.ts.map
|
|
620
659
|
|
|
621
660
|
interface EntryPoint extends Intangible {
|
|
622
661
|
actionApplication?: SoftwareApplication;
|
|
@@ -626,6 +665,7 @@ interface EntryPoint extends Intangible {
|
|
|
626
665
|
httpMethod?: Text$1;
|
|
627
666
|
urlTemplate?: Text$1;
|
|
628
667
|
}
|
|
668
|
+
//# sourceMappingURL=EntryPoint.d.ts.map
|
|
629
669
|
|
|
630
670
|
interface Action extends Thing {
|
|
631
671
|
actionStatus?: ActionStatusType;
|
|
@@ -640,10 +680,12 @@ interface Action extends Thing {
|
|
|
640
680
|
startTime?: DateTime | Time;
|
|
641
681
|
target?: EntryPoint;
|
|
642
682
|
}
|
|
683
|
+
//# sourceMappingURL=Action.d.ts.map
|
|
643
684
|
|
|
644
685
|
interface MobileApplication extends SoftwareApplication {
|
|
645
686
|
carrierRequirements?: Text$1;
|
|
646
687
|
}
|
|
688
|
+
//# sourceMappingURL=MobileApplication.d.ts.map
|
|
647
689
|
|
|
648
690
|
interface RichResultProps {
|
|
649
691
|
thing: Thing;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ActionStatusType } from './ActionStatusType.ts';
|
|
2
|
+
import type { DateTime } from './DateTime.ts';
|
|
3
|
+
import type { EntryPoint } from './EntryPoint.ts';
|
|
4
|
+
import type { Organization } from './Organization.ts';
|
|
5
|
+
import type { Person } from './Person.ts';
|
|
6
|
+
import type { Place } from './Place.ts';
|
|
7
|
+
import type { PostalAddress } from './PostalAddress.ts';
|
|
8
|
+
import type { Thing } from './Thing.ts';
|
|
9
|
+
import type { Time } from './Time.ts';
|
|
10
|
+
import type { VirtualLocation } from './VirtualLocation.ts';
|
|
11
|
+
interface Action extends Thing {
|
|
12
|
+
actionStatus?: ActionStatusType;
|
|
13
|
+
agent?: Organization | Person;
|
|
14
|
+
endTime?: DateTime | Time;
|
|
15
|
+
error?: Thing;
|
|
16
|
+
instrument?: Thing;
|
|
17
|
+
location?: Place | PostalAddress | string | VirtualLocation;
|
|
18
|
+
object?: Thing;
|
|
19
|
+
participant?: Organization | Person;
|
|
20
|
+
result?: Thing;
|
|
21
|
+
startTime?: DateTime | Time;
|
|
22
|
+
target?: EntryPoint;
|
|
23
|
+
}
|
|
24
|
+
export type { Action };
|
|
25
|
+
//# sourceMappingURL=Action.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACzC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AACvD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AACvC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAE3D,UAAU,MAAO,SAAQ,KAAK;IAC5B,YAAY,CAAC,EAAE,gBAAgB,CAAA;IAC/B,KAAK,CAAC,EAAE,YAAY,GAAG,MAAM,CAAA;IAC7B,OAAO,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAA;IACzB,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,UAAU,CAAC,EAAE,KAAK,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,aAAa,GAAG,MAAM,GAAG,eAAe,CAAA;IAC3D,MAAM,CAAC,EAAE,KAAK,CAAA;IACd,WAAW,CAAC,EAAE,YAAY,GAAG,MAAM,CAAA;IACnC,MAAM,CAAC,EAAE,KAAK,CAAA;IACd,SAAS,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAA;IAC3B,MAAM,CAAC,EAAE,UAAU,CAAA;CACpB;AAED,YAAY,EAAE,MAAM,EAAE,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { EnumValue } from '@xylabs/enum';
|
|
2
|
+
import { Enum } from '@xylabs/enum';
|
|
3
|
+
export declare const ActionStatusType: Enum<{
|
|
4
|
+
ActiveActionStatus: "ActiveActionStatus";
|
|
5
|
+
CompletedActionStatus: "CompletedActionStatus";
|
|
6
|
+
FailedActionStatus: "FailedActionStatus";
|
|
7
|
+
PotentialActionStatus: "PotentialActionStatus";
|
|
8
|
+
}>;
|
|
9
|
+
export type ActionStatusType = EnumValue<typeof ActionStatusType>;
|
|
10
|
+
//# sourceMappingURL=ActionStatusType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionStatusType.d.ts","sourceRoot":"","sources":["../../../src/jsonld/ActionStatusType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAEnC,eAAO,MAAM,gBAAgB;;;;;EAK3B,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,OAAO,gBAAgB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdministrativeArea.d.ts","sourceRoot":"","sources":["../../../src/jsonld/AdministrativeArea.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAEvC,KAAK,kBAAkB,GAAG,KAAK,CAAA;AAE/B,YAAY,EAAE,kBAAkB,EAAE,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Rating } from './Rating.ts';
|
|
2
|
+
import type { Thing } from './Thing.ts';
|
|
3
|
+
interface AggregateRating extends Rating {
|
|
4
|
+
itemReviewed?: Thing;
|
|
5
|
+
ratingCount?: number;
|
|
6
|
+
reviewCount?: number;
|
|
7
|
+
}
|
|
8
|
+
export type { AggregateRating };
|
|
9
|
+
//# sourceMappingURL=AggregateRating.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AggregateRating.d.ts","sourceRoot":"","sources":["../../../src/jsonld/AggregateRating.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AACzC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAEvC,UAAU,eAAgB,SAAQ,MAAM;IACtC,YAAY,CAAC,EAAE,KAAK,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,YAAY,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { CreativeWork } from './CreativeWork.ts';
|
|
2
|
+
import type { Integer } from './Integer.ts';
|
|
3
|
+
import type { Text } from './Text.ts';
|
|
4
|
+
interface Article extends CreativeWork {
|
|
5
|
+
articleBody?: Text;
|
|
6
|
+
articleSection?: Text;
|
|
7
|
+
backstory?: CreativeWork | Text;
|
|
8
|
+
pageEnd?: Integer | Text;
|
|
9
|
+
pageStart?: Integer | Text;
|
|
10
|
+
pagination?: Text;
|
|
11
|
+
speakable?: unknown | URL;
|
|
12
|
+
wordCount?: Integer;
|
|
13
|
+
}
|
|
14
|
+
export type { Article };
|
|
15
|
+
//# sourceMappingURL=Article.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Article.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Article.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAC3C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAErC,UAAU,OAAQ,SAAQ,YAAY;IACpC,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,cAAc,CAAC,EAAE,IAAI,CAAA;IACrB,SAAS,CAAC,EAAE,YAAY,GAAG,IAAI,CAAA;IAC/B,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IACxB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC1B,UAAU,CAAC,EAAE,IAAI,CAAA;IACjB,SAAS,CAAC,EAAE,OAAO,GAAG,GAAG,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,YAAY,EAAE,OAAO,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Base.ts"],"names":[],"mappings":"AAAA,UAAU,IAAI;IACZ,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,YAAY,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { AggregateRating } from './AggregateRating.ts';
|
|
2
|
+
import type { ImageObject } from './ImageObject.ts';
|
|
3
|
+
import type { Intangible } from './Intangible.ts';
|
|
4
|
+
import type { Review } from './Review.ts';
|
|
5
|
+
export interface Brand extends Intangible {
|
|
6
|
+
aggregateRating?: AggregateRating;
|
|
7
|
+
logo?: ImageObject | URL;
|
|
8
|
+
review?: Review;
|
|
9
|
+
slogan?: Text;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=Brand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Brand.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Brand.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,MAAM,WAAW,KAAM,SAAQ,UAAU;IACvC,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,IAAI,CAAC,EAAE,WAAW,GAAG,GAAG,CAAA;IACxB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,IAAI,CAAA;CACd"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Enumeration } from './Enumeration.ts';
|
|
2
|
+
import type { Intangible } from './Intangible.ts';
|
|
3
|
+
import type { Property } from './Property.ts';
|
|
4
|
+
interface Class extends Intangible {
|
|
5
|
+
supersededBy?: Class | Enumeration | Property;
|
|
6
|
+
}
|
|
7
|
+
export type { Class };
|
|
8
|
+
//# sourceMappingURL=Class.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Class.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Class.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAE7C,UAAU,KAAM,SAAQ,UAAU;IAChC,YAAY,CAAC,EAAE,KAAK,GAAG,WAAW,GAAG,QAAQ,CAAA;CAC9C;AAED,YAAY,EAAE,KAAK,EAAE,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { AdministrativeArea } from './AdministrativeArea.ts';
|
|
2
|
+
import type { ContactPointOption } from './ContactPointOption.ts';
|
|
3
|
+
import type { GeoShape } from './GeoShape.ts';
|
|
4
|
+
import type { Language } from './Language.ts';
|
|
5
|
+
import type { Place } from './Place.ts';
|
|
6
|
+
import type { Product } from './Product.ts';
|
|
7
|
+
import type { Text } from './Text.ts';
|
|
8
|
+
import type { Thing } from './Thing.ts';
|
|
9
|
+
interface ContactPoint extends Thing {
|
|
10
|
+
areaServed?: AdministrativeArea | GeoShape | Place | Text;
|
|
11
|
+
availableLanguages?: Language | Text;
|
|
12
|
+
contactOption?: ContactPointOption;
|
|
13
|
+
contactType?: Text;
|
|
14
|
+
email?: Text;
|
|
15
|
+
hoursAvailable?: unknown;
|
|
16
|
+
productsSupported?: Product | Text;
|
|
17
|
+
telephone?: Text;
|
|
18
|
+
}
|
|
19
|
+
export type { ContactPoint };
|
|
20
|
+
//# sourceMappingURL=ContactPoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactPoint.d.ts","sourceRoot":"","sources":["../../../src/jsonld/ContactPoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AACjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AACvC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAC3C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAEvC,UAAU,YAAa,SAAQ,KAAK;IAClC,UAAU,CAAC,EAAE,kBAAkB,GAAG,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAA;IACzD,kBAAkB,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAA;IACpC,aAAa,CAAC,EAAE,kBAAkB,CAAA;IAClC,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,IAAI,CAAA;IACZ,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,iBAAiB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAClC,SAAS,CAAC,EAAE,IAAI,CAAA;CACjB;AAED,YAAY,EAAE,YAAY,EAAE,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EnumValue } from '@xylabs/enum';
|
|
2
|
+
import { Enum } from '@xylabs/enum';
|
|
3
|
+
export declare const ContactPointOption: Enum<{
|
|
4
|
+
HearingImpairedSupported: "HearingImpairedSupported";
|
|
5
|
+
TollFree: "TollFree";
|
|
6
|
+
}>;
|
|
7
|
+
export type ContactPointOption = EnumValue<typeof ContactPointOption>;
|
|
8
|
+
//# sourceMappingURL=ContactPointOption.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactPointOption.d.ts","sourceRoot":"","sources":["../../../src/jsonld/ContactPointOption.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAEnC,eAAO,MAAM,kBAAkB;;;EAG7B,CAAA;AAEF,MAAM,MAAM,kBAAkB,GAAG,SAAS,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Country.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Country.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAEjE,KAAK,OAAO,GAAG,kBAAkB,CAAA;AAEjC,YAAY,EAAE,OAAO,EAAE,CAAA"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import type { AggregateRating } from './AggregateRating.ts';
|
|
2
|
+
import type { DateTime } from './DateTime.ts';
|
|
3
|
+
import type { Integer } from './Integer.ts';
|
|
4
|
+
import type { Language } from './Language.ts';
|
|
5
|
+
import type { MediaObject } from './MediaObject.ts';
|
|
6
|
+
import type { Offer } from './Offer.ts';
|
|
7
|
+
import type { Organization } from './Organization.ts';
|
|
8
|
+
import type { Person } from './Person.ts';
|
|
9
|
+
import type { Place } from './Place.ts';
|
|
10
|
+
import type { Product } from './Product.ts';
|
|
11
|
+
import type { QuantitativeValue } from './QuantitativeValue.ts';
|
|
12
|
+
import type { Rating } from './Rating.ts';
|
|
13
|
+
import type { Review } from './Review.ts';
|
|
14
|
+
import type { Text } from './Text.ts';
|
|
15
|
+
import type { Thing } from './Thing.ts';
|
|
16
|
+
import type { URL } from './URL.ts';
|
|
17
|
+
interface CreativeWork extends Thing {
|
|
18
|
+
about?: Thing;
|
|
19
|
+
abstract?: Text;
|
|
20
|
+
accessMode?: Text;
|
|
21
|
+
accessModeSufficient?: unknown;
|
|
22
|
+
accessibilityAPI?: Text;
|
|
23
|
+
accessibilityControl?: Text;
|
|
24
|
+
accessibilityFeature?: Text;
|
|
25
|
+
accessibilityHazard?: Text;
|
|
26
|
+
accessibilitySummary?: Text;
|
|
27
|
+
accountablePerson?: Person;
|
|
28
|
+
acquireLicensePage?: CreativeWork | URL;
|
|
29
|
+
aggregateRating?: AggregateRating;
|
|
30
|
+
alternativeHeading?: Text;
|
|
31
|
+
assesses?: unknown | Text;
|
|
32
|
+
associatedMedia?: MediaObject;
|
|
33
|
+
audience?: unknown;
|
|
34
|
+
audio?: unknown | unknown | unknown;
|
|
35
|
+
author?: Organization | Person;
|
|
36
|
+
award?: Text;
|
|
37
|
+
character?: Person;
|
|
38
|
+
citation?: CreativeWork | Text;
|
|
39
|
+
comment?: unknown;
|
|
40
|
+
commentCount?: Integer;
|
|
41
|
+
conditionsOfAccess?: Text;
|
|
42
|
+
contentLocation?: Place;
|
|
43
|
+
contentRating?: Rating | Text;
|
|
44
|
+
contentReferenceTime?: DateTime;
|
|
45
|
+
contributor?: Organization | Person;
|
|
46
|
+
copyrightHolder?: Organization | Person;
|
|
47
|
+
copyrightNotice?: Text;
|
|
48
|
+
copyrightYear?: number;
|
|
49
|
+
correction?: unknown | Text | URL;
|
|
50
|
+
creativeWorkStatus?: unknown | Text;
|
|
51
|
+
creator?: Organization | Person;
|
|
52
|
+
creditText?: Text;
|
|
53
|
+
dateCreated?: DateTime;
|
|
54
|
+
dateModified?: DateTime;
|
|
55
|
+
datePublished?: DateTime;
|
|
56
|
+
discussionUrl?: URL;
|
|
57
|
+
editEIDR?: Text | URL;
|
|
58
|
+
editor?: Person;
|
|
59
|
+
educationalAlignment?: unknown;
|
|
60
|
+
educationalLevel?: unknown | Text | URL;
|
|
61
|
+
educationalUse?: unknown | Text;
|
|
62
|
+
encoding?: MediaObject;
|
|
63
|
+
encodingFormat?: Text | URL;
|
|
64
|
+
exampleOfWork?: CreativeWork;
|
|
65
|
+
expires?: DateTime;
|
|
66
|
+
funder?: Organization | Person;
|
|
67
|
+
genre?: Text | URL;
|
|
68
|
+
hasPart?: CreativeWork;
|
|
69
|
+
headline?: Text;
|
|
70
|
+
inLanguage?: Language | Text;
|
|
71
|
+
interactionStatistic?: unknown;
|
|
72
|
+
interactiveityType?: Text;
|
|
73
|
+
isAccessibleForFree?: boolean;
|
|
74
|
+
isBasedOn?: CreativeWork | Product | URL;
|
|
75
|
+
isFamilyFriendly?: boolean;
|
|
76
|
+
isPartOf?: CreativeWork | URL;
|
|
77
|
+
keywords?: unknown | Text | URL;
|
|
78
|
+
learningResourceType?: unknown | Text;
|
|
79
|
+
license?: CreativeWork | URL;
|
|
80
|
+
locationCreated?: Place;
|
|
81
|
+
mainEntry?: Thing;
|
|
82
|
+
maintainer?: Organization | Person;
|
|
83
|
+
material?: Product | Text | URL;
|
|
84
|
+
materialExtent?: QuantitativeValue | Text;
|
|
85
|
+
mentions?: Thing;
|
|
86
|
+
offers?: unknown | Offer[];
|
|
87
|
+
pattern?: unknown | Text;
|
|
88
|
+
position?: Integer | Text;
|
|
89
|
+
producer?: Organization | Person;
|
|
90
|
+
provider?: Organization | Person;
|
|
91
|
+
publication?: unknown;
|
|
92
|
+
publisher?: Organization | Person;
|
|
93
|
+
publisherImprint?: Organization;
|
|
94
|
+
publishingPrinciples?: CreativeWork | URL;
|
|
95
|
+
recordedAt?: Event;
|
|
96
|
+
releasedEvent?: unknown;
|
|
97
|
+
review?: Review;
|
|
98
|
+
schemaVersion?: Text | URL;
|
|
99
|
+
sdDatePublished?: DateTime;
|
|
100
|
+
sdLicense?: CreativeWork | URL;
|
|
101
|
+
sdPublisher?: Organization | Person;
|
|
102
|
+
size?: unknown | QuantitativeValue | Text;
|
|
103
|
+
sourceOrganization?: Organization;
|
|
104
|
+
spatial?: Place;
|
|
105
|
+
spatialCoverage?: Place;
|
|
106
|
+
sponsor?: Organization | Person;
|
|
107
|
+
teaches?: unknown | Text;
|
|
108
|
+
temporal?: DateTime | Text;
|
|
109
|
+
temporalCoverage?: DateTime | Text | URL;
|
|
110
|
+
text?: Text;
|
|
111
|
+
thumbnailUrl?: URL;
|
|
112
|
+
timeRequired?: unknown;
|
|
113
|
+
translationOfWork?: CreativeWork;
|
|
114
|
+
translator?: Organization | Person;
|
|
115
|
+
typicalAgeRange?: Text;
|
|
116
|
+
usageInfo?: CreativeWork | URL;
|
|
117
|
+
version?: number | Text;
|
|
118
|
+
video?: unknown;
|
|
119
|
+
workExample?: CreativeWork;
|
|
120
|
+
workTranslation?: CreativeWork;
|
|
121
|
+
}
|
|
122
|
+
export type { CreativeWork };
|
|
123
|
+
//# sourceMappingURL=CreativeWork.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreativeWork.d.ts","sourceRoot":"","sources":["../../../src/jsonld/CreativeWork.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateTime.d.ts","sourceRoot":"","sources":["../../../src/jsonld/DateTime.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG,MAAM,CAAA;AAEtB,YAAY,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Intangible } from './Intangible.ts';
|
|
2
|
+
import type { SoftwareApplication } from './SoftwareApplication.ts';
|
|
3
|
+
import type { Text } from './Text.ts';
|
|
4
|
+
import type { URL } from './URL.ts';
|
|
5
|
+
interface EntryPoint extends Intangible {
|
|
6
|
+
actionApplication?: SoftwareApplication;
|
|
7
|
+
actionPlatform?: Text | URL;
|
|
8
|
+
contentType?: Text;
|
|
9
|
+
encodingType?: Text;
|
|
10
|
+
httpMethod?: Text;
|
|
11
|
+
urlTemplate?: Text;
|
|
12
|
+
}
|
|
13
|
+
export type { EntryPoint };
|
|
14
|
+
//# sourceMappingURL=EntryPoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntryPoint.d.ts","sourceRoot":"","sources":["../../../src/jsonld/EntryPoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AACnE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA;AAEnC,UAAU,UAAW,SAAQ,UAAU;IACrC,iBAAiB,CAAC,EAAE,mBAAmB,CAAA;IACvC,cAAc,CAAC,EAAE,IAAI,GAAG,GAAG,CAAA;IAC3B,WAAW,CAAC,EAAE,IAAI,CAAA;IAClB,YAAY,CAAC,EAAE,IAAI,CAAA;IACnB,UAAU,CAAC,EAAE,IAAI,CAAA;IACjB,WAAW,CAAC,EAAE,IAAI,CAAA;CACnB;AAED,YAAY,EAAE,UAAU,EAAE,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Class } from './Class.ts';
|
|
2
|
+
import type { Intangible } from './Intangible.ts';
|
|
3
|
+
import type { Property } from './Property.ts';
|
|
4
|
+
interface Enumeration extends Intangible {
|
|
5
|
+
supersededBy?: Class | Enumeration | Property;
|
|
6
|
+
}
|
|
7
|
+
export type { Enumeration };
|
|
8
|
+
//# sourceMappingURL=Enumeration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Enumeration.d.ts","sourceRoot":"","sources":["../../../src/jsonld/Enumeration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAE7C,UAAU,WAAY,SAAQ,UAAU;IACtC,YAAY,CAAC,EAAE,KAAK,GAAG,WAAW,GAAG,QAAQ,CAAA;CAC9C;AAED,YAAY,EAAE,WAAW,EAAE,CAAA"}
|