@financial-times/cp-content-pipeline-schema 0.7.33 → 1.1.0

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