@financial-times/cp-content-pipeline-schema 1.0.0 → 1.1.1

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 (47) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/lib/generated/index.d.ts +68 -5
  3. package/lib/model/CapiResponse.d.ts +4 -2
  4. package/lib/model/CapiResponse.js +23 -6
  5. package/lib/model/CapiResponse.js.map +1 -1
  6. package/lib/model/schemas/capi/article.d.ts +29 -26
  7. package/lib/model/schemas/capi/article.js +1 -0
  8. package/lib/model/schemas/capi/article.js.map +1 -1
  9. package/lib/model/schemas/capi/audio.d.ts +9 -6
  10. package/lib/model/schemas/capi/audio.js +1 -0
  11. package/lib/model/schemas/capi/audio.js.map +1 -1
  12. package/lib/model/schemas/capi/base-schema.d.ts +29 -26
  13. package/lib/model/schemas/capi/base-schema.js +14 -7
  14. package/lib/model/schemas/capi/base-schema.js.map +1 -1
  15. package/lib/model/schemas/capi/content-package.d.ts +29 -26
  16. package/lib/model/schemas/capi/content-package.js +1 -0
  17. package/lib/model/schemas/capi/content-package.js.map +1 -1
  18. package/lib/model/schemas/capi/index.js +3 -0
  19. package/lib/model/schemas/capi/index.js.map +1 -1
  20. package/lib/model/schemas/capi/live-blog-package.d.ts +29 -26
  21. package/lib/model/schemas/capi/live-blog-package.js +1 -0
  22. package/lib/model/schemas/capi/live-blog-package.js.map +1 -1
  23. package/lib/model/schemas/capi/placeholder.d.ts +1043 -0
  24. package/lib/model/schemas/capi/placeholder.js +37 -0
  25. package/lib/model/schemas/capi/placeholder.js.map +1 -0
  26. package/lib/resolvers/content.d.ts +7 -3
  27. package/lib/resolvers/content.js +6 -2
  28. package/lib/resolvers/content.js.map +1 -1
  29. package/lib/resolvers/index.d.ts +8 -4
  30. package/lib/resolvers/scalars.d.ts +2 -2
  31. package/lib/resolvers/scalars.js +1 -0
  32. package/lib/resolvers/scalars.js.map +1 -1
  33. package/package.json +1 -1
  34. package/src/generated/index.ts +75 -4
  35. package/src/model/CapiResponse.ts +46 -7
  36. package/src/model/schemas/capi/article.ts +1 -0
  37. package/src/model/schemas/capi/audio.ts +1 -0
  38. package/src/model/schemas/capi/base-schema.ts +22 -15
  39. package/src/model/schemas/capi/content-package.ts +1 -0
  40. package/src/model/schemas/capi/index.ts +3 -0
  41. package/src/model/schemas/capi/live-blog-package.ts +1 -0
  42. package/src/model/schemas/capi/placeholder.ts +41 -0
  43. package/src/resolvers/content.ts +10 -2
  44. package/src/resolvers/scalars.ts +2 -0
  45. package/src/types/internal-content.d.ts +8 -1
  46. package/tsconfig.tsbuildinfo +1 -1
  47. package/typedefs/content.graphql +27 -1
@@ -0,0 +1,1043 @@
1
+ export declare const placeholderSchema: import("zod").ZodObject<{
2
+ id: import("zod").ZodString;
3
+ type: import("zod").ZodString;
4
+ types: import("zod").ZodArray<import("zod").ZodString, "many">;
5
+ standfirst: import("zod").ZodOptional<import("zod").ZodString>;
6
+ title: import("zod").ZodString;
7
+ annotations: import("zod").ZodArray<import("zod").ZodObject<{
8
+ id: import("zod").ZodString;
9
+ apiUrl: import("zod").ZodString;
10
+ directType: import("zod").ZodString;
11
+ prefLabel: import("zod").ZodString;
12
+ type: import("zod").ZodOptional<import("zod").ZodString>;
13
+ types: import("zod").ZodArray<import("zod").ZodString, "many">;
14
+ predicate: import("zod").ZodString;
15
+ }, "strip", import("zod").ZodTypeAny, {
16
+ id: string;
17
+ apiUrl: string;
18
+ directType: string;
19
+ prefLabel: string;
20
+ types: string[];
21
+ predicate: string;
22
+ type?: string | undefined;
23
+ }, {
24
+ id: string;
25
+ apiUrl: string;
26
+ directType: string;
27
+ prefLabel: string;
28
+ types: string[];
29
+ predicate: string;
30
+ type?: string | undefined;
31
+ }>, "many">;
32
+ webUrl: import("zod").ZodOptional<import("zod").ZodString>;
33
+ canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
34
+ standout: import("zod").ZodOptional<import("zod").ZodObject<{
35
+ editorsChoice: import("zod").ZodBoolean;
36
+ exclusive: import("zod").ZodBoolean;
37
+ scoop: import("zod").ZodBoolean;
38
+ }, "strip", import("zod").ZodTypeAny, {
39
+ editorsChoice: boolean;
40
+ exclusive: boolean;
41
+ scoop: boolean;
42
+ }, {
43
+ editorsChoice: boolean;
44
+ exclusive: boolean;
45
+ scoop: boolean;
46
+ }>>;
47
+ publishedDate: import("zod").ZodString;
48
+ firstPublishedDate: import("zod").ZodString;
49
+ accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
50
+ canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
51
+ topper: import("zod").ZodOptional<import("zod").ZodObject<{
52
+ headline: import("zod").ZodOptional<import("zod").ZodString>;
53
+ standfirst: import("zod").ZodOptional<import("zod").ZodString>;
54
+ backgroundColour: import("zod").ZodString;
55
+ backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
56
+ textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
57
+ layout: import("zod").ZodString;
58
+ }, "strip", import("zod").ZodTypeAny, {
59
+ backgroundColour: string;
60
+ layout: string;
61
+ headline?: string | undefined;
62
+ standfirst?: string | undefined;
63
+ backgroundBox?: boolean | undefined;
64
+ textShadow?: boolean | undefined;
65
+ }, {
66
+ backgroundColour: string;
67
+ layout: string;
68
+ headline?: string | undefined;
69
+ standfirst?: string | undefined;
70
+ backgroundBox?: boolean | undefined;
71
+ textShadow?: boolean | undefined;
72
+ }>>;
73
+ comments: import("zod").ZodOptional<import("zod").ZodObject<{
74
+ enabled: import("zod").ZodBoolean;
75
+ }, "strip", import("zod").ZodTypeAny, {
76
+ enabled: boolean;
77
+ }, {
78
+ enabled: boolean;
79
+ }>>;
80
+ containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
81
+ apiUrl: import("zod").ZodString;
82
+ id: import("zod").ZodString;
83
+ }, "strip", import("zod").ZodTypeAny, {
84
+ id: string;
85
+ apiUrl: string;
86
+ }, {
87
+ id: string;
88
+ apiUrl: string;
89
+ }>, "many">>;
90
+ byline: import("zod").ZodOptional<import("zod").ZodString>;
91
+ bodyXML: import("zod").ZodString;
92
+ alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
93
+ promotionalTitle: import("zod").ZodString;
94
+ }, "strip", import("zod").ZodTypeAny, {
95
+ promotionalTitle: string;
96
+ }, {
97
+ promotionalTitle: string;
98
+ }>>;
99
+ alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
100
+ promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
101
+ }, "strip", import("zod").ZodTypeAny, {
102
+ promotionalStandfirst?: string | undefined;
103
+ }, {
104
+ promotionalStandfirst?: string | undefined;
105
+ }>>;
106
+ mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
107
+ id: import("zod").ZodString;
108
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
109
+ description: import("zod").ZodOptional<import("zod").ZodString>;
110
+ members: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
111
+ id: import("zod").ZodString;
112
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
113
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">, import("zod").ZodLiteral<"desktop">, import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"ftEditSquare">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>>;
114
+ title: import("zod").ZodOptional<import("zod").ZodString>;
115
+ description: import("zod").ZodOptional<import("zod").ZodString>;
116
+ binaryUrl: import("zod").ZodString;
117
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
118
+ notice: import("zod").ZodString;
119
+ }, "strip", import("zod").ZodTypeAny, {
120
+ notice: string;
121
+ }, {
122
+ notice: string;
123
+ }>>;
124
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
125
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
126
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
127
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
128
+ }, "strip", import("zod").ZodTypeAny, {
129
+ id: string;
130
+ type: "http://www.ft.com/ontology/content/Image";
131
+ binaryUrl: string;
132
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
133
+ title?: string | undefined;
134
+ description?: string | undefined;
135
+ copyright?: {
136
+ notice: string;
137
+ } | undefined;
138
+ minDisplayWidth?: string | undefined;
139
+ maxDisplayWidth?: string | undefined;
140
+ pixelWidth?: number | undefined;
141
+ pixelHeight?: number | undefined;
142
+ }, {
143
+ id: string;
144
+ type: "http://www.ft.com/ontology/content/Image";
145
+ binaryUrl: string;
146
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
147
+ title?: string | undefined;
148
+ description?: string | undefined;
149
+ copyright?: {
150
+ notice: string;
151
+ } | undefined;
152
+ minDisplayWidth?: string | undefined;
153
+ maxDisplayWidth?: string | undefined;
154
+ pixelWidth?: number | undefined;
155
+ pixelHeight?: number | undefined;
156
+ }>, import("zod").ZodObject<{
157
+ id: import("zod").ZodString;
158
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">, import("zod").ZodLiteral<"desktop">, import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"ftEditSquare">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>>;
159
+ title: import("zod").ZodOptional<import("zod").ZodString>;
160
+ description: import("zod").ZodOptional<import("zod").ZodString>;
161
+ binaryUrl: import("zod").ZodString;
162
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
163
+ notice: import("zod").ZodString;
164
+ }, "strip", import("zod").ZodTypeAny, {
165
+ notice: string;
166
+ }, {
167
+ notice: string;
168
+ }>>;
169
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
170
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
171
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
172
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
173
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
174
+ }, "strip", import("zod").ZodTypeAny, {
175
+ id: string;
176
+ type: "http://www.ft.com/ontology/content/Graphic";
177
+ binaryUrl: string;
178
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
179
+ title?: string | undefined;
180
+ description?: string | undefined;
181
+ copyright?: {
182
+ notice: string;
183
+ } | undefined;
184
+ minDisplayWidth?: string | undefined;
185
+ maxDisplayWidth?: string | undefined;
186
+ pixelWidth?: number | undefined;
187
+ pixelHeight?: number | undefined;
188
+ }, {
189
+ id: string;
190
+ type: "http://www.ft.com/ontology/content/Graphic";
191
+ binaryUrl: string;
192
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
193
+ title?: string | undefined;
194
+ description?: string | undefined;
195
+ copyright?: {
196
+ notice: string;
197
+ } | undefined;
198
+ minDisplayWidth?: string | undefined;
199
+ maxDisplayWidth?: string | undefined;
200
+ pixelWidth?: number | undefined;
201
+ pixelHeight?: number | undefined;
202
+ }>]>, "many">;
203
+ }, "strip", import("zod").ZodTypeAny, {
204
+ id: string;
205
+ type: "http://www.ft.com/ontology/content/ImageSet";
206
+ members: ({
207
+ id: string;
208
+ type: "http://www.ft.com/ontology/content/Image";
209
+ binaryUrl: string;
210
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
211
+ title?: string | undefined;
212
+ description?: string | undefined;
213
+ copyright?: {
214
+ notice: string;
215
+ } | undefined;
216
+ minDisplayWidth?: string | undefined;
217
+ maxDisplayWidth?: string | undefined;
218
+ pixelWidth?: number | undefined;
219
+ pixelHeight?: number | undefined;
220
+ } | {
221
+ id: string;
222
+ type: "http://www.ft.com/ontology/content/Graphic";
223
+ binaryUrl: string;
224
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
225
+ title?: string | undefined;
226
+ description?: string | undefined;
227
+ copyright?: {
228
+ notice: string;
229
+ } | undefined;
230
+ minDisplayWidth?: string | undefined;
231
+ maxDisplayWidth?: string | undefined;
232
+ pixelWidth?: number | undefined;
233
+ pixelHeight?: number | undefined;
234
+ })[];
235
+ description?: string | undefined;
236
+ }, {
237
+ id: string;
238
+ type: "http://www.ft.com/ontology/content/ImageSet";
239
+ members: ({
240
+ id: string;
241
+ type: "http://www.ft.com/ontology/content/Image";
242
+ binaryUrl: string;
243
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
244
+ title?: string | undefined;
245
+ description?: string | undefined;
246
+ copyright?: {
247
+ notice: string;
248
+ } | undefined;
249
+ minDisplayWidth?: string | undefined;
250
+ maxDisplayWidth?: string | undefined;
251
+ pixelWidth?: number | undefined;
252
+ pixelHeight?: number | undefined;
253
+ } | {
254
+ id: string;
255
+ type: "http://www.ft.com/ontology/content/Graphic";
256
+ binaryUrl: string;
257
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
258
+ title?: string | undefined;
259
+ description?: string | undefined;
260
+ copyright?: {
261
+ notice: string;
262
+ } | undefined;
263
+ minDisplayWidth?: string | undefined;
264
+ maxDisplayWidth?: string | undefined;
265
+ pixelWidth?: number | undefined;
266
+ pixelHeight?: number | undefined;
267
+ })[];
268
+ description?: string | undefined;
269
+ }>, import("zod").ZodObject<{
270
+ id: import("zod").ZodString;
271
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
272
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">, import("zod").ZodLiteral<"desktop">, import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"ftEditSquare">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>>;
273
+ title: import("zod").ZodOptional<import("zod").ZodString>;
274
+ description: import("zod").ZodOptional<import("zod").ZodString>;
275
+ binaryUrl: import("zod").ZodString;
276
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
277
+ notice: import("zod").ZodString;
278
+ }, "strip", import("zod").ZodTypeAny, {
279
+ notice: string;
280
+ }, {
281
+ notice: string;
282
+ }>>;
283
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
284
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
285
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
286
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
287
+ }, "strip", import("zod").ZodTypeAny, {
288
+ id: string;
289
+ type: "http://www.ft.com/ontology/content/Image";
290
+ binaryUrl: string;
291
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
292
+ title?: string | undefined;
293
+ description?: string | undefined;
294
+ copyright?: {
295
+ notice: string;
296
+ } | undefined;
297
+ minDisplayWidth?: string | undefined;
298
+ maxDisplayWidth?: string | undefined;
299
+ pixelWidth?: number | undefined;
300
+ pixelHeight?: number | undefined;
301
+ }, {
302
+ id: string;
303
+ type: "http://www.ft.com/ontology/content/Image";
304
+ binaryUrl: string;
305
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
306
+ title?: string | undefined;
307
+ description?: string | undefined;
308
+ copyright?: {
309
+ notice: string;
310
+ } | undefined;
311
+ minDisplayWidth?: string | undefined;
312
+ maxDisplayWidth?: string | undefined;
313
+ pixelWidth?: number | undefined;
314
+ pixelHeight?: number | undefined;
315
+ }>, import("zod").ZodObject<{
316
+ id: import("zod").ZodString;
317
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">, import("zod").ZodLiteral<"desktop">, import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"ftEditSquare">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>>;
318
+ title: import("zod").ZodOptional<import("zod").ZodString>;
319
+ description: import("zod").ZodOptional<import("zod").ZodString>;
320
+ binaryUrl: import("zod").ZodString;
321
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
322
+ notice: import("zod").ZodString;
323
+ }, "strip", import("zod").ZodTypeAny, {
324
+ notice: string;
325
+ }, {
326
+ notice: string;
327
+ }>>;
328
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
329
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
330
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
331
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
332
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
333
+ }, "strip", import("zod").ZodTypeAny, {
334
+ id: string;
335
+ type: "http://www.ft.com/ontology/content/Graphic";
336
+ binaryUrl: string;
337
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
338
+ title?: string | undefined;
339
+ description?: string | undefined;
340
+ copyright?: {
341
+ notice: string;
342
+ } | undefined;
343
+ minDisplayWidth?: string | undefined;
344
+ maxDisplayWidth?: string | undefined;
345
+ pixelWidth?: number | undefined;
346
+ pixelHeight?: number | undefined;
347
+ }, {
348
+ id: string;
349
+ type: "http://www.ft.com/ontology/content/Graphic";
350
+ binaryUrl: string;
351
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
352
+ title?: string | undefined;
353
+ description?: string | undefined;
354
+ copyright?: {
355
+ notice: string;
356
+ } | undefined;
357
+ minDisplayWidth?: string | undefined;
358
+ maxDisplayWidth?: string | undefined;
359
+ pixelWidth?: number | undefined;
360
+ pixelHeight?: number | undefined;
361
+ }>]>>;
362
+ leadImages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
363
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>;
364
+ id: import("zod").ZodString;
365
+ image: import("zod").ZodUnion<[import("zod").ZodObject<{
366
+ id: import("zod").ZodString;
367
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
368
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">, import("zod").ZodLiteral<"desktop">, import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"ftEditSquare">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>>;
369
+ title: import("zod").ZodOptional<import("zod").ZodString>;
370
+ description: import("zod").ZodOptional<import("zod").ZodString>;
371
+ binaryUrl: import("zod").ZodString;
372
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
373
+ notice: import("zod").ZodString;
374
+ }, "strip", import("zod").ZodTypeAny, {
375
+ notice: string;
376
+ }, {
377
+ notice: string;
378
+ }>>;
379
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
380
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
381
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
382
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
383
+ }, "strip", import("zod").ZodTypeAny, {
384
+ id: string;
385
+ type: "http://www.ft.com/ontology/content/Image";
386
+ binaryUrl: string;
387
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
388
+ title?: string | undefined;
389
+ description?: string | undefined;
390
+ copyright?: {
391
+ notice: string;
392
+ } | undefined;
393
+ minDisplayWidth?: string | undefined;
394
+ maxDisplayWidth?: string | undefined;
395
+ pixelWidth?: number | undefined;
396
+ pixelHeight?: number | undefined;
397
+ }, {
398
+ id: string;
399
+ type: "http://www.ft.com/ontology/content/Image";
400
+ binaryUrl: string;
401
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
402
+ title?: string | undefined;
403
+ description?: string | undefined;
404
+ copyright?: {
405
+ notice: string;
406
+ } | undefined;
407
+ minDisplayWidth?: string | undefined;
408
+ maxDisplayWidth?: string | undefined;
409
+ pixelWidth?: number | undefined;
410
+ pixelHeight?: number | undefined;
411
+ }>, import("zod").ZodObject<{
412
+ id: import("zod").ZodString;
413
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">, import("zod").ZodLiteral<"desktop">, import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"ftEditSquare">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>>;
414
+ title: import("zod").ZodOptional<import("zod").ZodString>;
415
+ description: import("zod").ZodOptional<import("zod").ZodString>;
416
+ binaryUrl: import("zod").ZodString;
417
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
418
+ notice: import("zod").ZodString;
419
+ }, "strip", import("zod").ZodTypeAny, {
420
+ notice: string;
421
+ }, {
422
+ notice: string;
423
+ }>>;
424
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
425
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
426
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
427
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
428
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
429
+ }, "strip", import("zod").ZodTypeAny, {
430
+ id: string;
431
+ type: "http://www.ft.com/ontology/content/Graphic";
432
+ binaryUrl: string;
433
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
434
+ title?: string | undefined;
435
+ description?: string | undefined;
436
+ copyright?: {
437
+ notice: string;
438
+ } | undefined;
439
+ minDisplayWidth?: string | undefined;
440
+ maxDisplayWidth?: string | undefined;
441
+ pixelWidth?: number | undefined;
442
+ pixelHeight?: number | undefined;
443
+ }, {
444
+ id: string;
445
+ type: "http://www.ft.com/ontology/content/Graphic";
446
+ binaryUrl: string;
447
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
448
+ title?: string | undefined;
449
+ description?: string | undefined;
450
+ copyright?: {
451
+ notice: string;
452
+ } | undefined;
453
+ minDisplayWidth?: string | undefined;
454
+ maxDisplayWidth?: string | undefined;
455
+ pixelWidth?: number | undefined;
456
+ pixelHeight?: number | undefined;
457
+ }>]>;
458
+ }, "strip", import("zod").ZodTypeAny, {
459
+ id: string;
460
+ type: "standard" | "square" | "wide" | "portrait" | "landscape";
461
+ image: {
462
+ id: string;
463
+ type: "http://www.ft.com/ontology/content/Image";
464
+ binaryUrl: string;
465
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
466
+ title?: string | undefined;
467
+ description?: string | undefined;
468
+ copyright?: {
469
+ notice: string;
470
+ } | undefined;
471
+ minDisplayWidth?: string | undefined;
472
+ maxDisplayWidth?: string | undefined;
473
+ pixelWidth?: number | undefined;
474
+ pixelHeight?: number | undefined;
475
+ } | {
476
+ id: string;
477
+ type: "http://www.ft.com/ontology/content/Graphic";
478
+ binaryUrl: string;
479
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
480
+ title?: string | undefined;
481
+ description?: string | undefined;
482
+ copyright?: {
483
+ notice: string;
484
+ } | undefined;
485
+ minDisplayWidth?: string | undefined;
486
+ maxDisplayWidth?: string | undefined;
487
+ pixelWidth?: number | undefined;
488
+ pixelHeight?: number | undefined;
489
+ };
490
+ }, {
491
+ id: string;
492
+ type: "standard" | "square" | "wide" | "portrait" | "landscape";
493
+ image: {
494
+ id: string;
495
+ type: "http://www.ft.com/ontology/content/Image";
496
+ binaryUrl: string;
497
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
498
+ title?: string | undefined;
499
+ description?: string | undefined;
500
+ copyright?: {
501
+ notice: string;
502
+ } | undefined;
503
+ minDisplayWidth?: string | undefined;
504
+ maxDisplayWidth?: string | undefined;
505
+ pixelWidth?: number | undefined;
506
+ pixelHeight?: number | undefined;
507
+ } | {
508
+ id: string;
509
+ type: "http://www.ft.com/ontology/content/Graphic";
510
+ binaryUrl: string;
511
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
512
+ title?: string | undefined;
513
+ description?: string | undefined;
514
+ copyright?: {
515
+ notice: string;
516
+ } | undefined;
517
+ minDisplayWidth?: string | undefined;
518
+ maxDisplayWidth?: string | undefined;
519
+ pixelWidth?: number | undefined;
520
+ pixelHeight?: number | undefined;
521
+ };
522
+ }>, "many">>;
523
+ embeds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
524
+ id: import("zod").ZodString;
525
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
526
+ description: import("zod").ZodOptional<import("zod").ZodString>;
527
+ members: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
528
+ id: import("zod").ZodString;
529
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
530
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">, import("zod").ZodLiteral<"desktop">, import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"ftEditSquare">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>>;
531
+ title: import("zod").ZodOptional<import("zod").ZodString>;
532
+ description: import("zod").ZodOptional<import("zod").ZodString>;
533
+ binaryUrl: import("zod").ZodString;
534
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
535
+ notice: import("zod").ZodString;
536
+ }, "strip", import("zod").ZodTypeAny, {
537
+ notice: string;
538
+ }, {
539
+ notice: string;
540
+ }>>;
541
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
542
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
543
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
544
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
545
+ }, "strip", import("zod").ZodTypeAny, {
546
+ id: string;
547
+ type: "http://www.ft.com/ontology/content/Image";
548
+ binaryUrl: string;
549
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
550
+ title?: string | undefined;
551
+ description?: string | undefined;
552
+ copyright?: {
553
+ notice: string;
554
+ } | undefined;
555
+ minDisplayWidth?: string | undefined;
556
+ maxDisplayWidth?: string | undefined;
557
+ pixelWidth?: number | undefined;
558
+ pixelHeight?: number | undefined;
559
+ }, {
560
+ id: string;
561
+ type: "http://www.ft.com/ontology/content/Image";
562
+ binaryUrl: string;
563
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
564
+ title?: string | undefined;
565
+ description?: string | undefined;
566
+ copyright?: {
567
+ notice: string;
568
+ } | undefined;
569
+ minDisplayWidth?: string | undefined;
570
+ maxDisplayWidth?: string | undefined;
571
+ pixelWidth?: number | undefined;
572
+ pixelHeight?: number | undefined;
573
+ }>, import("zod").ZodObject<{
574
+ id: import("zod").ZodString;
575
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">, import("zod").ZodLiteral<"desktop">, import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"ftEditSquare">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>>;
576
+ title: import("zod").ZodOptional<import("zod").ZodString>;
577
+ description: import("zod").ZodOptional<import("zod").ZodString>;
578
+ binaryUrl: import("zod").ZodString;
579
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
580
+ notice: import("zod").ZodString;
581
+ }, "strip", import("zod").ZodTypeAny, {
582
+ notice: string;
583
+ }, {
584
+ notice: string;
585
+ }>>;
586
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
587
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
588
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
589
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
590
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
591
+ }, "strip", import("zod").ZodTypeAny, {
592
+ id: string;
593
+ type: "http://www.ft.com/ontology/content/Graphic";
594
+ binaryUrl: string;
595
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
596
+ title?: string | undefined;
597
+ description?: string | undefined;
598
+ copyright?: {
599
+ notice: string;
600
+ } | undefined;
601
+ minDisplayWidth?: string | undefined;
602
+ maxDisplayWidth?: string | undefined;
603
+ pixelWidth?: number | undefined;
604
+ pixelHeight?: number | undefined;
605
+ }, {
606
+ id: string;
607
+ type: "http://www.ft.com/ontology/content/Graphic";
608
+ binaryUrl: string;
609
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
610
+ title?: string | undefined;
611
+ description?: string | undefined;
612
+ copyright?: {
613
+ notice: string;
614
+ } | undefined;
615
+ minDisplayWidth?: string | undefined;
616
+ maxDisplayWidth?: string | undefined;
617
+ pixelWidth?: number | undefined;
618
+ pixelHeight?: number | undefined;
619
+ }>]>, "many">;
620
+ }, "strip", import("zod").ZodTypeAny, {
621
+ id: string;
622
+ type: "http://www.ft.com/ontology/content/ImageSet";
623
+ members: ({
624
+ id: string;
625
+ type: "http://www.ft.com/ontology/content/Image";
626
+ binaryUrl: string;
627
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
628
+ title?: string | undefined;
629
+ description?: string | undefined;
630
+ copyright?: {
631
+ notice: string;
632
+ } | undefined;
633
+ minDisplayWidth?: string | undefined;
634
+ maxDisplayWidth?: string | undefined;
635
+ pixelWidth?: number | undefined;
636
+ pixelHeight?: number | undefined;
637
+ } | {
638
+ id: string;
639
+ type: "http://www.ft.com/ontology/content/Graphic";
640
+ binaryUrl: string;
641
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
642
+ title?: string | undefined;
643
+ description?: string | undefined;
644
+ copyright?: {
645
+ notice: string;
646
+ } | undefined;
647
+ minDisplayWidth?: string | undefined;
648
+ maxDisplayWidth?: string | undefined;
649
+ pixelWidth?: number | undefined;
650
+ pixelHeight?: number | undefined;
651
+ })[];
652
+ description?: string | undefined;
653
+ }, {
654
+ id: string;
655
+ type: "http://www.ft.com/ontology/content/ImageSet";
656
+ members: ({
657
+ id: string;
658
+ type: "http://www.ft.com/ontology/content/Image";
659
+ binaryUrl: string;
660
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
661
+ title?: string | undefined;
662
+ description?: string | undefined;
663
+ copyright?: {
664
+ notice: string;
665
+ } | undefined;
666
+ minDisplayWidth?: string | undefined;
667
+ maxDisplayWidth?: string | undefined;
668
+ pixelWidth?: number | undefined;
669
+ pixelHeight?: number | undefined;
670
+ } | {
671
+ id: string;
672
+ type: "http://www.ft.com/ontology/content/Graphic";
673
+ binaryUrl: string;
674
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
675
+ title?: string | undefined;
676
+ description?: string | undefined;
677
+ copyright?: {
678
+ notice: string;
679
+ } | undefined;
680
+ minDisplayWidth?: string | undefined;
681
+ maxDisplayWidth?: string | undefined;
682
+ pixelWidth?: number | undefined;
683
+ pixelHeight?: number | undefined;
684
+ })[];
685
+ description?: string | undefined;
686
+ }>, "many">>;
687
+ }, "strip", import("zod").ZodTypeAny, {
688
+ id: string;
689
+ type: string;
690
+ types: string[];
691
+ title: string;
692
+ annotations: {
693
+ id: string;
694
+ apiUrl: string;
695
+ directType: string;
696
+ prefLabel: string;
697
+ types: string[];
698
+ predicate: string;
699
+ type?: string | undefined;
700
+ }[];
701
+ publishedDate: string;
702
+ firstPublishedDate: string;
703
+ canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
704
+ bodyXML: string;
705
+ standfirst?: string | undefined;
706
+ webUrl?: string | undefined;
707
+ canonicalWebUrl?: string | undefined;
708
+ standout?: {
709
+ editorsChoice: boolean;
710
+ exclusive: boolean;
711
+ scoop: boolean;
712
+ } | undefined;
713
+ accessLevel?: "premium" | "subscribed" | "registered" | "free" | undefined;
714
+ topper?: {
715
+ backgroundColour: string;
716
+ layout: string;
717
+ headline?: string | undefined;
718
+ standfirst?: string | undefined;
719
+ backgroundBox?: boolean | undefined;
720
+ textShadow?: boolean | undefined;
721
+ } | undefined;
722
+ comments?: {
723
+ enabled: boolean;
724
+ } | undefined;
725
+ containedIn?: {
726
+ id: string;
727
+ apiUrl: string;
728
+ }[] | undefined;
729
+ byline?: string | undefined;
730
+ alternativeTitles?: {
731
+ promotionalTitle: string;
732
+ } | undefined;
733
+ alternativeStandfirsts?: {
734
+ promotionalStandfirst?: string | undefined;
735
+ } | undefined;
736
+ mainImage?: {
737
+ id: string;
738
+ type: "http://www.ft.com/ontology/content/Image";
739
+ binaryUrl: string;
740
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
741
+ title?: string | undefined;
742
+ description?: string | undefined;
743
+ copyright?: {
744
+ notice: string;
745
+ } | undefined;
746
+ minDisplayWidth?: string | undefined;
747
+ maxDisplayWidth?: string | undefined;
748
+ pixelWidth?: number | undefined;
749
+ pixelHeight?: number | undefined;
750
+ } | {
751
+ id: string;
752
+ type: "http://www.ft.com/ontology/content/Graphic";
753
+ binaryUrl: string;
754
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
755
+ title?: string | undefined;
756
+ description?: string | undefined;
757
+ copyright?: {
758
+ notice: string;
759
+ } | undefined;
760
+ minDisplayWidth?: string | undefined;
761
+ maxDisplayWidth?: string | undefined;
762
+ pixelWidth?: number | undefined;
763
+ pixelHeight?: number | undefined;
764
+ } | {
765
+ id: string;
766
+ type: "http://www.ft.com/ontology/content/ImageSet";
767
+ members: ({
768
+ id: string;
769
+ type: "http://www.ft.com/ontology/content/Image";
770
+ binaryUrl: string;
771
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
772
+ title?: string | undefined;
773
+ description?: string | undefined;
774
+ copyright?: {
775
+ notice: string;
776
+ } | undefined;
777
+ minDisplayWidth?: string | undefined;
778
+ maxDisplayWidth?: string | undefined;
779
+ pixelWidth?: number | undefined;
780
+ pixelHeight?: number | undefined;
781
+ } | {
782
+ id: string;
783
+ type: "http://www.ft.com/ontology/content/Graphic";
784
+ binaryUrl: string;
785
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
786
+ title?: string | undefined;
787
+ description?: string | undefined;
788
+ copyright?: {
789
+ notice: string;
790
+ } | undefined;
791
+ minDisplayWidth?: string | undefined;
792
+ maxDisplayWidth?: string | undefined;
793
+ pixelWidth?: number | undefined;
794
+ pixelHeight?: number | undefined;
795
+ })[];
796
+ description?: string | undefined;
797
+ } | undefined;
798
+ leadImages?: {
799
+ id: string;
800
+ type: "standard" | "square" | "wide" | "portrait" | "landscape";
801
+ image: {
802
+ id: string;
803
+ type: "http://www.ft.com/ontology/content/Image";
804
+ binaryUrl: string;
805
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
806
+ title?: string | undefined;
807
+ description?: string | undefined;
808
+ copyright?: {
809
+ notice: string;
810
+ } | undefined;
811
+ minDisplayWidth?: string | undefined;
812
+ maxDisplayWidth?: string | undefined;
813
+ pixelWidth?: number | undefined;
814
+ pixelHeight?: number | undefined;
815
+ } | {
816
+ id: string;
817
+ type: "http://www.ft.com/ontology/content/Graphic";
818
+ binaryUrl: string;
819
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
820
+ title?: string | undefined;
821
+ description?: string | undefined;
822
+ copyright?: {
823
+ notice: string;
824
+ } | undefined;
825
+ minDisplayWidth?: string | undefined;
826
+ maxDisplayWidth?: string | undefined;
827
+ pixelWidth?: number | undefined;
828
+ pixelHeight?: number | undefined;
829
+ };
830
+ }[] | undefined;
831
+ embeds?: {
832
+ id: string;
833
+ type: "http://www.ft.com/ontology/content/ImageSet";
834
+ members: ({
835
+ id: string;
836
+ type: "http://www.ft.com/ontology/content/Image";
837
+ binaryUrl: string;
838
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
839
+ title?: string | undefined;
840
+ description?: string | undefined;
841
+ copyright?: {
842
+ notice: string;
843
+ } | undefined;
844
+ minDisplayWidth?: string | undefined;
845
+ maxDisplayWidth?: string | undefined;
846
+ pixelWidth?: number | undefined;
847
+ pixelHeight?: number | undefined;
848
+ } | {
849
+ id: string;
850
+ type: "http://www.ft.com/ontology/content/Graphic";
851
+ binaryUrl: string;
852
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
853
+ title?: string | undefined;
854
+ description?: string | undefined;
855
+ copyright?: {
856
+ notice: string;
857
+ } | undefined;
858
+ minDisplayWidth?: string | undefined;
859
+ maxDisplayWidth?: string | undefined;
860
+ pixelWidth?: number | undefined;
861
+ pixelHeight?: number | undefined;
862
+ })[];
863
+ description?: string | undefined;
864
+ }[] | undefined;
865
+ }, {
866
+ id: string;
867
+ type: string;
868
+ types: string[];
869
+ title: string;
870
+ annotations: {
871
+ id: string;
872
+ apiUrl: string;
873
+ directType: string;
874
+ prefLabel: string;
875
+ types: string[];
876
+ predicate: string;
877
+ type?: string | undefined;
878
+ }[];
879
+ publishedDate: string;
880
+ firstPublishedDate: string;
881
+ canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
882
+ bodyXML: string;
883
+ standfirst?: string | undefined;
884
+ webUrl?: string | undefined;
885
+ canonicalWebUrl?: string | undefined;
886
+ standout?: {
887
+ editorsChoice: boolean;
888
+ exclusive: boolean;
889
+ scoop: boolean;
890
+ } | undefined;
891
+ accessLevel?: "premium" | "subscribed" | "registered" | "free" | undefined;
892
+ topper?: {
893
+ backgroundColour: string;
894
+ layout: string;
895
+ headline?: string | undefined;
896
+ standfirst?: string | undefined;
897
+ backgroundBox?: boolean | undefined;
898
+ textShadow?: boolean | undefined;
899
+ } | undefined;
900
+ comments?: {
901
+ enabled: boolean;
902
+ } | undefined;
903
+ containedIn?: {
904
+ id: string;
905
+ apiUrl: string;
906
+ }[] | undefined;
907
+ byline?: string | undefined;
908
+ alternativeTitles?: {
909
+ promotionalTitle: string;
910
+ } | undefined;
911
+ alternativeStandfirsts?: {
912
+ promotionalStandfirst?: string | undefined;
913
+ } | undefined;
914
+ mainImage?: {
915
+ id: string;
916
+ type: "http://www.ft.com/ontology/content/Image";
917
+ binaryUrl: string;
918
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
919
+ title?: string | undefined;
920
+ description?: string | undefined;
921
+ copyright?: {
922
+ notice: string;
923
+ } | undefined;
924
+ minDisplayWidth?: string | undefined;
925
+ maxDisplayWidth?: string | undefined;
926
+ pixelWidth?: number | undefined;
927
+ pixelHeight?: number | undefined;
928
+ } | {
929
+ id: string;
930
+ type: "http://www.ft.com/ontology/content/Graphic";
931
+ binaryUrl: string;
932
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
933
+ title?: string | undefined;
934
+ description?: string | undefined;
935
+ copyright?: {
936
+ notice: string;
937
+ } | undefined;
938
+ minDisplayWidth?: string | undefined;
939
+ maxDisplayWidth?: string | undefined;
940
+ pixelWidth?: number | undefined;
941
+ pixelHeight?: number | undefined;
942
+ } | {
943
+ id: string;
944
+ type: "http://www.ft.com/ontology/content/ImageSet";
945
+ members: ({
946
+ id: string;
947
+ type: "http://www.ft.com/ontology/content/Image";
948
+ binaryUrl: string;
949
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
950
+ title?: string | undefined;
951
+ description?: string | undefined;
952
+ copyright?: {
953
+ notice: string;
954
+ } | undefined;
955
+ minDisplayWidth?: string | undefined;
956
+ maxDisplayWidth?: string | undefined;
957
+ pixelWidth?: number | undefined;
958
+ pixelHeight?: number | undefined;
959
+ } | {
960
+ id: string;
961
+ type: "http://www.ft.com/ontology/content/Graphic";
962
+ binaryUrl: string;
963
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
964
+ title?: string | undefined;
965
+ description?: string | undefined;
966
+ copyright?: {
967
+ notice: string;
968
+ } | undefined;
969
+ minDisplayWidth?: string | undefined;
970
+ maxDisplayWidth?: string | undefined;
971
+ pixelWidth?: number | undefined;
972
+ pixelHeight?: number | undefined;
973
+ })[];
974
+ description?: string | undefined;
975
+ } | undefined;
976
+ leadImages?: {
977
+ id: string;
978
+ type: "standard" | "square" | "wide" | "portrait" | "landscape";
979
+ image: {
980
+ id: string;
981
+ type: "http://www.ft.com/ontology/content/Image";
982
+ binaryUrl: string;
983
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
984
+ title?: string | undefined;
985
+ description?: string | undefined;
986
+ copyright?: {
987
+ notice: string;
988
+ } | undefined;
989
+ minDisplayWidth?: string | undefined;
990
+ maxDisplayWidth?: string | undefined;
991
+ pixelWidth?: number | undefined;
992
+ pixelHeight?: number | undefined;
993
+ } | {
994
+ id: string;
995
+ type: "http://www.ft.com/ontology/content/Graphic";
996
+ binaryUrl: string;
997
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
998
+ title?: string | undefined;
999
+ description?: string | undefined;
1000
+ copyright?: {
1001
+ notice: string;
1002
+ } | undefined;
1003
+ minDisplayWidth?: string | undefined;
1004
+ maxDisplayWidth?: string | undefined;
1005
+ pixelWidth?: number | undefined;
1006
+ pixelHeight?: number | undefined;
1007
+ };
1008
+ }[] | undefined;
1009
+ embeds?: {
1010
+ id: string;
1011
+ type: "http://www.ft.com/ontology/content/ImageSet";
1012
+ members: ({
1013
+ id: string;
1014
+ type: "http://www.ft.com/ontology/content/Image";
1015
+ binaryUrl: string;
1016
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1017
+ title?: string | undefined;
1018
+ description?: string | undefined;
1019
+ copyright?: {
1020
+ notice: string;
1021
+ } | undefined;
1022
+ minDisplayWidth?: string | undefined;
1023
+ maxDisplayWidth?: string | undefined;
1024
+ pixelWidth?: number | undefined;
1025
+ pixelHeight?: number | undefined;
1026
+ } | {
1027
+ id: string;
1028
+ type: "http://www.ft.com/ontology/content/Graphic";
1029
+ binaryUrl: string;
1030
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1031
+ title?: string | undefined;
1032
+ description?: string | undefined;
1033
+ copyright?: {
1034
+ notice: string;
1035
+ } | undefined;
1036
+ minDisplayWidth?: string | undefined;
1037
+ maxDisplayWidth?: string | undefined;
1038
+ pixelWidth?: number | undefined;
1039
+ pixelHeight?: number | undefined;
1040
+ })[];
1041
+ description?: string | undefined;
1042
+ }[] | undefined;
1043
+ }>;