@financial-times/cp-content-pipeline-schema 2.12.0 → 2.13.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.
@@ -1,4 +1,4 @@
1
- export declare const videoSchema: import("zod").ZodObject<Pick<{
1
+ export declare const videoSchema: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
2
2
  title: import("zod").ZodString;
3
3
  standfirst: import("zod").ZodOptional<import("zod").ZodString>;
4
4
  byline: import("zod").ZodOptional<import("zod").ZodString>;
@@ -42,8 +42,1452 @@ export declare const videoSchema: import("zod").ZodObject<Pick<{
42
42
  }, {
43
43
  theme: "special-report" | "extra" | "basic" | "extra-wide";
44
44
  }>;
45
- }, "title">, "strip", import("zod").ZodTypeAny, {
45
+ transcript: import("zod").ZodOptional<import("zod").ZodString>;
46
+ }, "title" | "transcript" | "alternativeTitles">, Pick<{
47
+ id: import("zod").ZodString;
48
+ annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
49
+ id: import("zod").ZodString;
50
+ apiUrl: import("zod").ZodString;
51
+ directType: import("zod").ZodString;
52
+ prefLabel: import("zod").ZodString;
53
+ type: import("zod").ZodOptional<import("zod").ZodString>;
54
+ types: import("zod").ZodArray<import("zod").ZodString, "many">;
55
+ headshot: import("zod").ZodOptional<import("zod").ZodString>;
56
+ }, {
57
+ predicate: import("zod").ZodString;
58
+ }>, "strip", import("zod").ZodTypeAny, {
59
+ id: string;
60
+ apiUrl: string;
61
+ directType: string;
62
+ prefLabel: string;
63
+ types: string[];
64
+ predicate: string;
65
+ type?: string | undefined;
66
+ headshot?: string | undefined;
67
+ }, {
68
+ id: string;
69
+ apiUrl: string;
70
+ directType: string;
71
+ prefLabel: string;
72
+ types: string[];
73
+ predicate: string;
74
+ type?: string | undefined;
75
+ headshot?: string | undefined;
76
+ }>, "many">;
77
+ webUrl: import("zod").ZodOptional<import("zod").ZodString>;
78
+ canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
79
+ type: import("zod").ZodOptional<import("zod").ZodString>;
80
+ types: import("zod").ZodArray<import("zod").ZodString, "many">;
81
+ standout: import("zod").ZodOptional<import("zod").ZodObject<{
82
+ editorsChoice: import("zod").ZodBoolean;
83
+ exclusive: import("zod").ZodBoolean;
84
+ scoop: import("zod").ZodBoolean;
85
+ }, "strip", import("zod").ZodTypeAny, {
86
+ editorsChoice: boolean;
87
+ exclusive: boolean;
88
+ scoop: boolean;
89
+ }, {
90
+ editorsChoice: boolean;
91
+ exclusive: boolean;
92
+ scoop: boolean;
93
+ }>>;
94
+ publishedDate: import("zod").ZodString;
95
+ firstPublishedDate: import("zod").ZodString;
96
+ publishReference: import("zod").ZodString;
97
+ realtime: import("zod").ZodBoolean;
98
+ editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
99
+ accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
100
+ canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
101
+ canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
102
+ topper: import("zod").ZodOptional<import("zod").ZodObject<{
103
+ headline: import("zod").ZodOptional<import("zod").ZodString>;
104
+ standfirst: import("zod").ZodOptional<import("zod").ZodString>;
105
+ backgroundColour: import("zod").ZodString;
106
+ backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
107
+ textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
108
+ layout: import("zod").ZodString;
109
+ layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
110
+ }, "strip", import("zod").ZodTypeAny, {
111
+ backgroundColour: string;
112
+ layout: string;
113
+ headline?: string | undefined;
114
+ standfirst?: string | undefined;
115
+ backgroundBox?: boolean | undefined;
116
+ textShadow?: boolean | undefined;
117
+ layoutWidth?: string | undefined;
118
+ }, {
119
+ backgroundColour: string;
120
+ layout: string;
121
+ headline?: string | undefined;
122
+ standfirst?: string | undefined;
123
+ backgroundBox?: boolean | undefined;
124
+ textShadow?: boolean | undefined;
125
+ layoutWidth?: string | undefined;
126
+ }>>;
127
+ comments: import("zod").ZodOptional<import("zod").ZodObject<{
128
+ enabled: import("zod").ZodBoolean;
129
+ }, "strip", import("zod").ZodTypeAny, {
130
+ enabled: boolean;
131
+ }, {
132
+ enabled: boolean;
133
+ }>>;
134
+ containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
135
+ apiUrl: import("zod").ZodString;
136
+ id: import("zod").ZodString;
137
+ }, "strip", import("zod").ZodTypeAny, {
138
+ id: string;
139
+ apiUrl: string;
140
+ }, {
141
+ id: string;
142
+ apiUrl: string;
143
+ }>, "many">>;
144
+ tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
145
+ labelType: import("zod").ZodString;
146
+ sequence: import("zod").ZodString;
147
+ }, "strip", import("zod").ZodTypeAny, {
148
+ labelType: string;
149
+ sequence: string;
150
+ }, {
151
+ labelType: string;
152
+ sequence: string;
153
+ }>>;
154
+ }, "id" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed">>, Pick<{
155
+ mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
156
+ id: import("zod").ZodString;
157
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
158
+ description: import("zod").ZodOptional<import("zod").ZodString>;
159
+ members: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
160
+ id: import("zod").ZodString;
161
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
162
+ 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">]>>;
163
+ title: import("zod").ZodOptional<import("zod").ZodString>;
164
+ description: import("zod").ZodOptional<import("zod").ZodString>;
165
+ binaryUrl: import("zod").ZodString;
166
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
167
+ notice: import("zod").ZodString;
168
+ }, "strip", import("zod").ZodTypeAny, {
169
+ notice: string;
170
+ }, {
171
+ notice: string;
172
+ }>>;
173
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
174
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
175
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
176
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
177
+ }, "strip", import("zod").ZodTypeAny, {
178
+ id: string;
179
+ type: "http://www.ft.com/ontology/content/Image";
180
+ binaryUrl: string;
181
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
182
+ title?: string | undefined;
183
+ description?: string | undefined;
184
+ copyright?: {
185
+ notice: string;
186
+ } | undefined;
187
+ minDisplayWidth?: string | undefined;
188
+ maxDisplayWidth?: string | undefined;
189
+ pixelWidth?: number | undefined;
190
+ pixelHeight?: number | undefined;
191
+ }, {
192
+ id: string;
193
+ type: "http://www.ft.com/ontology/content/Image";
194
+ binaryUrl: string;
195
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
196
+ title?: string | undefined;
197
+ description?: string | undefined;
198
+ copyright?: {
199
+ notice: string;
200
+ } | undefined;
201
+ minDisplayWidth?: string | undefined;
202
+ maxDisplayWidth?: string | undefined;
203
+ pixelWidth?: number | undefined;
204
+ pixelHeight?: number | undefined;
205
+ }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
206
+ id: import("zod").ZodString;
207
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
208
+ 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">]>>;
209
+ title: import("zod").ZodOptional<import("zod").ZodString>;
210
+ description: import("zod").ZodOptional<import("zod").ZodString>;
211
+ binaryUrl: import("zod").ZodString;
212
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
213
+ notice: import("zod").ZodString;
214
+ }, "strip", import("zod").ZodTypeAny, {
215
+ notice: string;
216
+ }, {
217
+ notice: string;
218
+ }>>;
219
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
220
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
221
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
222
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
223
+ }, {
224
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
225
+ }>, "strip", import("zod").ZodTypeAny, {
226
+ id: string;
227
+ type: "http://www.ft.com/ontology/content/Graphic";
228
+ binaryUrl: string;
229
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
230
+ title?: string | undefined;
231
+ description?: string | undefined;
232
+ copyright?: {
233
+ notice: string;
234
+ } | undefined;
235
+ minDisplayWidth?: string | undefined;
236
+ maxDisplayWidth?: string | undefined;
237
+ pixelWidth?: number | undefined;
238
+ pixelHeight?: number | undefined;
239
+ }, {
240
+ id: string;
241
+ type: "http://www.ft.com/ontology/content/Graphic";
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
+ }>]>, "many">;
254
+ }, "strip", import("zod").ZodTypeAny, {
255
+ id: string;
256
+ type: "http://www.ft.com/ontology/content/ImageSet";
257
+ members: ({
258
+ id: string;
259
+ type: "http://www.ft.com/ontology/content/Image";
260
+ binaryUrl: string;
261
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
262
+ title?: string | undefined;
263
+ description?: string | undefined;
264
+ copyright?: {
265
+ notice: string;
266
+ } | undefined;
267
+ minDisplayWidth?: string | undefined;
268
+ maxDisplayWidth?: string | undefined;
269
+ pixelWidth?: number | undefined;
270
+ pixelHeight?: number | undefined;
271
+ } | {
272
+ id: string;
273
+ type: "http://www.ft.com/ontology/content/Graphic";
274
+ binaryUrl: string;
275
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
276
+ title?: string | undefined;
277
+ description?: string | undefined;
278
+ copyright?: {
279
+ notice: string;
280
+ } | undefined;
281
+ minDisplayWidth?: string | undefined;
282
+ maxDisplayWidth?: string | undefined;
283
+ pixelWidth?: number | undefined;
284
+ pixelHeight?: number | undefined;
285
+ })[];
286
+ description?: string | undefined;
287
+ }, {
288
+ id: string;
289
+ type: "http://www.ft.com/ontology/content/ImageSet";
290
+ members: ({
291
+ id: string;
292
+ type: "http://www.ft.com/ontology/content/Image";
293
+ binaryUrl: string;
294
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
295
+ title?: string | undefined;
296
+ description?: string | undefined;
297
+ copyright?: {
298
+ notice: string;
299
+ } | undefined;
300
+ minDisplayWidth?: string | undefined;
301
+ maxDisplayWidth?: string | undefined;
302
+ pixelWidth?: number | undefined;
303
+ pixelHeight?: number | undefined;
304
+ } | {
305
+ id: string;
306
+ type: "http://www.ft.com/ontology/content/Graphic";
307
+ binaryUrl: string;
308
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
309
+ title?: string | undefined;
310
+ description?: string | undefined;
311
+ copyright?: {
312
+ notice: string;
313
+ } | undefined;
314
+ minDisplayWidth?: string | undefined;
315
+ maxDisplayWidth?: string | undefined;
316
+ pixelWidth?: number | undefined;
317
+ pixelHeight?: number | undefined;
318
+ })[];
319
+ description?: string | undefined;
320
+ }>, import("zod").ZodObject<{
321
+ id: import("zod").ZodString;
322
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
323
+ 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">]>>;
324
+ title: import("zod").ZodOptional<import("zod").ZodString>;
325
+ description: import("zod").ZodOptional<import("zod").ZodString>;
326
+ binaryUrl: import("zod").ZodString;
327
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
328
+ notice: import("zod").ZodString;
329
+ }, "strip", import("zod").ZodTypeAny, {
330
+ notice: string;
331
+ }, {
332
+ notice: string;
333
+ }>>;
334
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
335
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
336
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
337
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
338
+ }, "strip", import("zod").ZodTypeAny, {
339
+ id: string;
340
+ type: "http://www.ft.com/ontology/content/Image";
341
+ binaryUrl: string;
342
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
343
+ title?: string | undefined;
344
+ description?: string | undefined;
345
+ copyright?: {
346
+ notice: string;
347
+ } | undefined;
348
+ minDisplayWidth?: string | undefined;
349
+ maxDisplayWidth?: string | undefined;
350
+ pixelWidth?: number | undefined;
351
+ pixelHeight?: number | undefined;
352
+ }, {
353
+ id: string;
354
+ type: "http://www.ft.com/ontology/content/Image";
355
+ binaryUrl: string;
356
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
357
+ title?: string | undefined;
358
+ description?: string | undefined;
359
+ copyright?: {
360
+ notice: string;
361
+ } | undefined;
362
+ minDisplayWidth?: string | undefined;
363
+ maxDisplayWidth?: string | undefined;
364
+ pixelWidth?: number | undefined;
365
+ pixelHeight?: number | undefined;
366
+ }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
367
+ id: import("zod").ZodString;
368
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
369
+ 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">]>>;
370
+ title: import("zod").ZodOptional<import("zod").ZodString>;
371
+ description: import("zod").ZodOptional<import("zod").ZodString>;
372
+ binaryUrl: import("zod").ZodString;
373
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
374
+ notice: import("zod").ZodString;
375
+ }, "strip", import("zod").ZodTypeAny, {
376
+ notice: string;
377
+ }, {
378
+ notice: string;
379
+ }>>;
380
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
381
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
382
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
383
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
384
+ }, {
385
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
386
+ }>, "strip", import("zod").ZodTypeAny, {
387
+ id: string;
388
+ type: "http://www.ft.com/ontology/content/Graphic";
389
+ binaryUrl: string;
390
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
391
+ title?: string | undefined;
392
+ description?: string | undefined;
393
+ copyright?: {
394
+ notice: string;
395
+ } | undefined;
396
+ minDisplayWidth?: string | undefined;
397
+ maxDisplayWidth?: string | undefined;
398
+ pixelWidth?: number | undefined;
399
+ pixelHeight?: number | undefined;
400
+ }, {
401
+ id: string;
402
+ type: "http://www.ft.com/ontology/content/Graphic";
403
+ binaryUrl: string;
404
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
405
+ title?: string | undefined;
406
+ description?: string | undefined;
407
+ copyright?: {
408
+ notice: string;
409
+ } | undefined;
410
+ minDisplayWidth?: string | undefined;
411
+ maxDisplayWidth?: string | undefined;
412
+ pixelWidth?: number | undefined;
413
+ pixelHeight?: number | undefined;
414
+ }>]>>;
415
+ leadImages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
416
+ type: import("zod").ZodUnion<[import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>;
417
+ id: import("zod").ZodString;
418
+ image: import("zod").ZodUnion<[import("zod").ZodObject<{
419
+ id: import("zod").ZodString;
420
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
421
+ 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">]>>;
422
+ title: import("zod").ZodOptional<import("zod").ZodString>;
423
+ description: import("zod").ZodOptional<import("zod").ZodString>;
424
+ binaryUrl: import("zod").ZodString;
425
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
426
+ notice: import("zod").ZodString;
427
+ }, "strip", import("zod").ZodTypeAny, {
428
+ notice: string;
429
+ }, {
430
+ notice: string;
431
+ }>>;
432
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
433
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
434
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
435
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
436
+ }, "strip", import("zod").ZodTypeAny, {
437
+ id: string;
438
+ type: "http://www.ft.com/ontology/content/Image";
439
+ binaryUrl: string;
440
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
441
+ title?: string | undefined;
442
+ description?: string | undefined;
443
+ copyright?: {
444
+ notice: string;
445
+ } | undefined;
446
+ minDisplayWidth?: string | undefined;
447
+ maxDisplayWidth?: string | undefined;
448
+ pixelWidth?: number | undefined;
449
+ pixelHeight?: number | undefined;
450
+ }, {
451
+ id: string;
452
+ type: "http://www.ft.com/ontology/content/Image";
453
+ binaryUrl: string;
454
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
455
+ title?: string | undefined;
456
+ description?: string | undefined;
457
+ copyright?: {
458
+ notice: string;
459
+ } | undefined;
460
+ minDisplayWidth?: string | undefined;
461
+ maxDisplayWidth?: string | undefined;
462
+ pixelWidth?: number | undefined;
463
+ pixelHeight?: number | undefined;
464
+ }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
465
+ id: import("zod").ZodString;
466
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
467
+ 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">]>>;
468
+ title: import("zod").ZodOptional<import("zod").ZodString>;
469
+ description: import("zod").ZodOptional<import("zod").ZodString>;
470
+ binaryUrl: import("zod").ZodString;
471
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
472
+ notice: import("zod").ZodString;
473
+ }, "strip", import("zod").ZodTypeAny, {
474
+ notice: string;
475
+ }, {
476
+ notice: string;
477
+ }>>;
478
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
479
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
480
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
481
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
482
+ }, {
483
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
484
+ }>, "strip", import("zod").ZodTypeAny, {
485
+ id: string;
486
+ type: "http://www.ft.com/ontology/content/Graphic";
487
+ binaryUrl: string;
488
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
489
+ title?: string | undefined;
490
+ description?: string | undefined;
491
+ copyright?: {
492
+ notice: string;
493
+ } | undefined;
494
+ minDisplayWidth?: string | undefined;
495
+ maxDisplayWidth?: string | undefined;
496
+ pixelWidth?: number | undefined;
497
+ pixelHeight?: number | undefined;
498
+ }, {
499
+ id: string;
500
+ type: "http://www.ft.com/ontology/content/Graphic";
501
+ binaryUrl: string;
502
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
503
+ title?: string | undefined;
504
+ description?: string | undefined;
505
+ copyright?: {
506
+ notice: string;
507
+ } | undefined;
508
+ minDisplayWidth?: string | undefined;
509
+ maxDisplayWidth?: string | undefined;
510
+ pixelWidth?: number | undefined;
511
+ pixelHeight?: number | undefined;
512
+ }>]>;
513
+ }, "strip", import("zod").ZodTypeAny, {
514
+ id: string;
515
+ type: "standard" | "square" | "wide" | "portrait" | "landscape";
516
+ image: {
517
+ id: string;
518
+ type: "http://www.ft.com/ontology/content/Image";
519
+ binaryUrl: string;
520
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
521
+ title?: string | undefined;
522
+ description?: string | undefined;
523
+ copyright?: {
524
+ notice: string;
525
+ } | undefined;
526
+ minDisplayWidth?: string | undefined;
527
+ maxDisplayWidth?: string | undefined;
528
+ pixelWidth?: number | undefined;
529
+ pixelHeight?: number | undefined;
530
+ } | {
531
+ id: string;
532
+ type: "http://www.ft.com/ontology/content/Graphic";
533
+ binaryUrl: string;
534
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
535
+ title?: string | undefined;
536
+ description?: string | undefined;
537
+ copyright?: {
538
+ notice: string;
539
+ } | undefined;
540
+ minDisplayWidth?: string | undefined;
541
+ maxDisplayWidth?: string | undefined;
542
+ pixelWidth?: number | undefined;
543
+ pixelHeight?: number | undefined;
544
+ };
545
+ }, {
546
+ id: string;
547
+ type: "standard" | "square" | "wide" | "portrait" | "landscape";
548
+ image: {
549
+ id: string;
550
+ type: "http://www.ft.com/ontology/content/Image";
551
+ binaryUrl: string;
552
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
553
+ title?: string | undefined;
554
+ description?: string | undefined;
555
+ copyright?: {
556
+ notice: string;
557
+ } | undefined;
558
+ minDisplayWidth?: string | undefined;
559
+ maxDisplayWidth?: string | undefined;
560
+ pixelWidth?: number | undefined;
561
+ pixelHeight?: number | undefined;
562
+ } | {
563
+ id: string;
564
+ type: "http://www.ft.com/ontology/content/Graphic";
565
+ binaryUrl: string;
566
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
567
+ title?: string | undefined;
568
+ description?: string | undefined;
569
+ copyright?: {
570
+ notice: string;
571
+ } | undefined;
572
+ minDisplayWidth?: string | undefined;
573
+ maxDisplayWidth?: string | undefined;
574
+ pixelWidth?: number | undefined;
575
+ pixelHeight?: number | undefined;
576
+ };
577
+ }>, "many">>;
578
+ alternativeImages: import("zod").ZodOptional<import("zod").ZodObject<{
579
+ promotionalImage: import("zod").ZodObject<{
580
+ id: import("zod").ZodString;
581
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
582
+ 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">]>>;
583
+ title: import("zod").ZodOptional<import("zod").ZodString>;
584
+ description: import("zod").ZodOptional<import("zod").ZodString>;
585
+ binaryUrl: import("zod").ZodString;
586
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
587
+ notice: import("zod").ZodString;
588
+ }, "strip", import("zod").ZodTypeAny, {
589
+ notice: string;
590
+ }, {
591
+ notice: string;
592
+ }>>;
593
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
594
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
595
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
596
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
597
+ }, "strip", import("zod").ZodTypeAny, {
598
+ id: string;
599
+ type: "http://www.ft.com/ontology/content/Image";
600
+ binaryUrl: string;
601
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
602
+ title?: string | undefined;
603
+ description?: string | undefined;
604
+ copyright?: {
605
+ notice: string;
606
+ } | undefined;
607
+ minDisplayWidth?: string | undefined;
608
+ maxDisplayWidth?: string | undefined;
609
+ pixelWidth?: number | undefined;
610
+ pixelHeight?: number | undefined;
611
+ }, {
612
+ id: string;
613
+ type: "http://www.ft.com/ontology/content/Image";
614
+ binaryUrl: string;
615
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
616
+ title?: string | undefined;
617
+ description?: string | undefined;
618
+ copyright?: {
619
+ notice: string;
620
+ } | undefined;
621
+ minDisplayWidth?: string | undefined;
622
+ maxDisplayWidth?: string | undefined;
623
+ pixelWidth?: number | undefined;
624
+ pixelHeight?: number | undefined;
625
+ }>;
626
+ }, "strip", import("zod").ZodTypeAny, {
627
+ promotionalImage: {
628
+ id: string;
629
+ type: "http://www.ft.com/ontology/content/Image";
630
+ binaryUrl: string;
631
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
632
+ title?: string | undefined;
633
+ description?: string | undefined;
634
+ copyright?: {
635
+ notice: string;
636
+ } | undefined;
637
+ minDisplayWidth?: string | undefined;
638
+ maxDisplayWidth?: string | undefined;
639
+ pixelWidth?: number | undefined;
640
+ pixelHeight?: number | undefined;
641
+ };
642
+ }, {
643
+ promotionalImage: {
644
+ id: string;
645
+ type: "http://www.ft.com/ontology/content/Image";
646
+ binaryUrl: string;
647
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
648
+ title?: string | undefined;
649
+ description?: string | undefined;
650
+ copyright?: {
651
+ notice: string;
652
+ } | undefined;
653
+ minDisplayWidth?: string | undefined;
654
+ maxDisplayWidth?: string | undefined;
655
+ pixelWidth?: number | undefined;
656
+ pixelHeight?: number | undefined;
657
+ };
658
+ }>>;
659
+ leadFlourish: import("zod").ZodOptional<import("zod").ZodObject<{
660
+ id: import("zod").ZodString;
661
+ type: import("zod").ZodString;
662
+ description: import("zod").ZodString;
663
+ }, "strip", import("zod").ZodTypeAny, {
664
+ id: string;
665
+ type: string;
666
+ description: string;
667
+ }, {
668
+ id: string;
669
+ type: string;
670
+ description: string;
671
+ }>>;
672
+ embeds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
673
+ id: import("zod").ZodString;
674
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
675
+ description: import("zod").ZodOptional<import("zod").ZodString>;
676
+ members: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
677
+ id: import("zod").ZodString;
678
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
679
+ 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">]>>;
680
+ title: import("zod").ZodOptional<import("zod").ZodString>;
681
+ description: import("zod").ZodOptional<import("zod").ZodString>;
682
+ binaryUrl: import("zod").ZodString;
683
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
684
+ notice: import("zod").ZodString;
685
+ }, "strip", import("zod").ZodTypeAny, {
686
+ notice: string;
687
+ }, {
688
+ notice: string;
689
+ }>>;
690
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
691
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
692
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
693
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
694
+ }, "strip", import("zod").ZodTypeAny, {
695
+ id: string;
696
+ type: "http://www.ft.com/ontology/content/Image";
697
+ binaryUrl: string;
698
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
699
+ title?: string | undefined;
700
+ description?: string | undefined;
701
+ copyright?: {
702
+ notice: string;
703
+ } | undefined;
704
+ minDisplayWidth?: string | undefined;
705
+ maxDisplayWidth?: string | undefined;
706
+ pixelWidth?: number | undefined;
707
+ pixelHeight?: number | undefined;
708
+ }, {
709
+ id: string;
710
+ type: "http://www.ft.com/ontology/content/Image";
711
+ binaryUrl: string;
712
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
713
+ title?: string | undefined;
714
+ description?: string | undefined;
715
+ copyright?: {
716
+ notice: string;
717
+ } | undefined;
718
+ minDisplayWidth?: string | undefined;
719
+ maxDisplayWidth?: string | undefined;
720
+ pixelWidth?: number | undefined;
721
+ pixelHeight?: number | undefined;
722
+ }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
723
+ id: import("zod").ZodString;
724
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
725
+ 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">]>>;
726
+ title: import("zod").ZodOptional<import("zod").ZodString>;
727
+ description: import("zod").ZodOptional<import("zod").ZodString>;
728
+ binaryUrl: import("zod").ZodString;
729
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
730
+ notice: import("zod").ZodString;
731
+ }, "strip", import("zod").ZodTypeAny, {
732
+ notice: string;
733
+ }, {
734
+ notice: string;
735
+ }>>;
736
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
737
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
738
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
739
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
740
+ }, {
741
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
742
+ }>, "strip", import("zod").ZodTypeAny, {
743
+ id: string;
744
+ type: "http://www.ft.com/ontology/content/Graphic";
745
+ binaryUrl: string;
746
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
747
+ title?: string | undefined;
748
+ description?: string | undefined;
749
+ copyright?: {
750
+ notice: string;
751
+ } | undefined;
752
+ minDisplayWidth?: string | undefined;
753
+ maxDisplayWidth?: string | undefined;
754
+ pixelWidth?: number | undefined;
755
+ pixelHeight?: number | undefined;
756
+ }, {
757
+ id: string;
758
+ type: "http://www.ft.com/ontology/content/Graphic";
759
+ binaryUrl: string;
760
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
761
+ title?: string | undefined;
762
+ description?: string | undefined;
763
+ copyright?: {
764
+ notice: string;
765
+ } | undefined;
766
+ minDisplayWidth?: string | undefined;
767
+ maxDisplayWidth?: string | undefined;
768
+ pixelWidth?: number | undefined;
769
+ pixelHeight?: number | undefined;
770
+ }>]>, "many">;
771
+ }, "strip", import("zod").ZodTypeAny, {
772
+ id: string;
773
+ type: "http://www.ft.com/ontology/content/ImageSet";
774
+ members: ({
775
+ id: string;
776
+ type: "http://www.ft.com/ontology/content/Image";
777
+ binaryUrl: string;
778
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
779
+ title?: string | undefined;
780
+ description?: string | undefined;
781
+ copyright?: {
782
+ notice: string;
783
+ } | undefined;
784
+ minDisplayWidth?: string | undefined;
785
+ maxDisplayWidth?: string | undefined;
786
+ pixelWidth?: number | undefined;
787
+ pixelHeight?: number | undefined;
788
+ } | {
789
+ id: string;
790
+ type: "http://www.ft.com/ontology/content/Graphic";
791
+ binaryUrl: string;
792
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
793
+ title?: string | undefined;
794
+ description?: string | undefined;
795
+ copyright?: {
796
+ notice: string;
797
+ } | undefined;
798
+ minDisplayWidth?: string | undefined;
799
+ maxDisplayWidth?: string | undefined;
800
+ pixelWidth?: number | undefined;
801
+ pixelHeight?: number | undefined;
802
+ })[];
803
+ description?: string | undefined;
804
+ }, {
805
+ id: string;
806
+ type: "http://www.ft.com/ontology/content/ImageSet";
807
+ members: ({
808
+ id: string;
809
+ type: "http://www.ft.com/ontology/content/Image";
810
+ binaryUrl: string;
811
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
812
+ title?: string | undefined;
813
+ description?: string | undefined;
814
+ copyright?: {
815
+ notice: string;
816
+ } | undefined;
817
+ minDisplayWidth?: string | undefined;
818
+ maxDisplayWidth?: string | undefined;
819
+ pixelWidth?: number | undefined;
820
+ pixelHeight?: number | undefined;
821
+ } | {
822
+ id: string;
823
+ type: "http://www.ft.com/ontology/content/Graphic";
824
+ binaryUrl: string;
825
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
826
+ title?: string | undefined;
827
+ description?: string | undefined;
828
+ copyright?: {
829
+ notice: string;
830
+ } | undefined;
831
+ minDisplayWidth?: string | undefined;
832
+ maxDisplayWidth?: string | undefined;
833
+ pixelWidth?: number | undefined;
834
+ pixelHeight?: number | undefined;
835
+ })[];
836
+ description?: string | undefined;
837
+ }>, import("zod").ZodObject<{
838
+ id: import("zod").ZodString;
839
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ClipSet">;
840
+ members: import("zod").ZodArray<import("zod").ZodObject<{
841
+ id: import("zod").ZodString;
842
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Clip">;
843
+ format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">]>>;
844
+ dataSource: import("zod").ZodArray<import("zod").ZodObject<{
845
+ audioCodec: import("zod").ZodOptional<import("zod").ZodString>;
846
+ binaryUrl: import("zod").ZodOptional<import("zod").ZodString>;
847
+ duration: import("zod").ZodOptional<import("zod").ZodNumber>;
848
+ mediaType: import("zod").ZodOptional<import("zod").ZodString>;
849
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
850
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
851
+ videoCodec: import("zod").ZodOptional<import("zod").ZodString>;
852
+ }, "strip", import("zod").ZodTypeAny, {
853
+ binaryUrl?: string | undefined;
854
+ pixelWidth?: number | undefined;
855
+ pixelHeight?: number | undefined;
856
+ audioCodec?: string | undefined;
857
+ duration?: number | undefined;
858
+ mediaType?: string | undefined;
859
+ videoCodec?: string | undefined;
860
+ }, {
861
+ binaryUrl?: string | undefined;
862
+ pixelWidth?: number | undefined;
863
+ pixelHeight?: number | undefined;
864
+ audioCodec?: string | undefined;
865
+ duration?: number | undefined;
866
+ mediaType?: string | undefined;
867
+ videoCodec?: string | undefined;
868
+ }>, "many">;
869
+ poster: import("zod").ZodOptional<import("zod").ZodObject<{
870
+ id: import("zod").ZodString;
871
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
872
+ description: import("zod").ZodOptional<import("zod").ZodString>;
873
+ members: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
874
+ id: import("zod").ZodString;
875
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
876
+ 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">]>>;
877
+ title: import("zod").ZodOptional<import("zod").ZodString>;
878
+ description: import("zod").ZodOptional<import("zod").ZodString>;
879
+ binaryUrl: import("zod").ZodString;
880
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
881
+ notice: import("zod").ZodString;
882
+ }, "strip", import("zod").ZodTypeAny, {
883
+ notice: string;
884
+ }, {
885
+ notice: string;
886
+ }>>;
887
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
888
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
889
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
890
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
891
+ }, "strip", import("zod").ZodTypeAny, {
892
+ id: string;
893
+ type: "http://www.ft.com/ontology/content/Image";
894
+ binaryUrl: string;
895
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
896
+ title?: string | undefined;
897
+ description?: string | undefined;
898
+ copyright?: {
899
+ notice: string;
900
+ } | undefined;
901
+ minDisplayWidth?: string | undefined;
902
+ maxDisplayWidth?: string | undefined;
903
+ pixelWidth?: number | undefined;
904
+ pixelHeight?: number | undefined;
905
+ }, {
906
+ id: string;
907
+ type: "http://www.ft.com/ontology/content/Image";
908
+ binaryUrl: string;
909
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
910
+ title?: string | undefined;
911
+ description?: string | undefined;
912
+ copyright?: {
913
+ notice: string;
914
+ } | undefined;
915
+ minDisplayWidth?: string | undefined;
916
+ maxDisplayWidth?: string | undefined;
917
+ pixelWidth?: number | undefined;
918
+ pixelHeight?: number | undefined;
919
+ }>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
920
+ id: import("zod").ZodString;
921
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
922
+ 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">]>>;
923
+ title: import("zod").ZodOptional<import("zod").ZodString>;
924
+ description: import("zod").ZodOptional<import("zod").ZodString>;
925
+ binaryUrl: import("zod").ZodString;
926
+ copyright: import("zod").ZodOptional<import("zod").ZodObject<{
927
+ notice: import("zod").ZodString;
928
+ }, "strip", import("zod").ZodTypeAny, {
929
+ notice: string;
930
+ }, {
931
+ notice: string;
932
+ }>>;
933
+ minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
934
+ maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
935
+ pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
936
+ pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
937
+ }, {
938
+ type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
939
+ }>, "strip", import("zod").ZodTypeAny, {
940
+ id: string;
941
+ type: "http://www.ft.com/ontology/content/Graphic";
942
+ binaryUrl: string;
943
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
944
+ title?: string | undefined;
945
+ description?: string | undefined;
946
+ copyright?: {
947
+ notice: string;
948
+ } | undefined;
949
+ minDisplayWidth?: string | undefined;
950
+ maxDisplayWidth?: string | undefined;
951
+ pixelWidth?: number | undefined;
952
+ pixelHeight?: number | undefined;
953
+ }, {
954
+ id: string;
955
+ type: "http://www.ft.com/ontology/content/Graphic";
956
+ binaryUrl: string;
957
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
958
+ title?: string | undefined;
959
+ description?: string | undefined;
960
+ copyright?: {
961
+ notice: string;
962
+ } | undefined;
963
+ minDisplayWidth?: string | undefined;
964
+ maxDisplayWidth?: string | undefined;
965
+ pixelWidth?: number | undefined;
966
+ pixelHeight?: number | undefined;
967
+ }>]>, "many">;
968
+ }, "strip", import("zod").ZodTypeAny, {
969
+ id: string;
970
+ type: "http://www.ft.com/ontology/content/ImageSet";
971
+ members: ({
972
+ id: string;
973
+ type: "http://www.ft.com/ontology/content/Image";
974
+ binaryUrl: string;
975
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
976
+ title?: string | undefined;
977
+ description?: string | undefined;
978
+ copyright?: {
979
+ notice: string;
980
+ } | undefined;
981
+ minDisplayWidth?: string | undefined;
982
+ maxDisplayWidth?: string | undefined;
983
+ pixelWidth?: number | undefined;
984
+ pixelHeight?: number | undefined;
985
+ } | {
986
+ id: string;
987
+ type: "http://www.ft.com/ontology/content/Graphic";
988
+ binaryUrl: string;
989
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
990
+ title?: string | undefined;
991
+ description?: string | undefined;
992
+ copyright?: {
993
+ notice: string;
994
+ } | undefined;
995
+ minDisplayWidth?: string | undefined;
996
+ maxDisplayWidth?: string | undefined;
997
+ pixelWidth?: number | undefined;
998
+ pixelHeight?: number | undefined;
999
+ })[];
1000
+ description?: string | undefined;
1001
+ }, {
1002
+ id: string;
1003
+ type: "http://www.ft.com/ontology/content/ImageSet";
1004
+ members: ({
1005
+ id: string;
1006
+ type: "http://www.ft.com/ontology/content/Image";
1007
+ binaryUrl: string;
1008
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1009
+ title?: string | undefined;
1010
+ description?: string | undefined;
1011
+ copyright?: {
1012
+ notice: string;
1013
+ } | undefined;
1014
+ minDisplayWidth?: string | undefined;
1015
+ maxDisplayWidth?: string | undefined;
1016
+ pixelWidth?: number | undefined;
1017
+ pixelHeight?: number | undefined;
1018
+ } | {
1019
+ id: string;
1020
+ type: "http://www.ft.com/ontology/content/Graphic";
1021
+ binaryUrl: string;
1022
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1023
+ title?: string | undefined;
1024
+ description?: string | undefined;
1025
+ copyright?: {
1026
+ notice: string;
1027
+ } | undefined;
1028
+ minDisplayWidth?: string | undefined;
1029
+ maxDisplayWidth?: string | undefined;
1030
+ pixelWidth?: number | undefined;
1031
+ pixelHeight?: number | undefined;
1032
+ })[];
1033
+ description?: string | undefined;
1034
+ }>>;
1035
+ }, "strip", import("zod").ZodTypeAny, {
1036
+ id: string;
1037
+ type: "http://www.ft.com/ontology/content/Clip";
1038
+ dataSource: {
1039
+ binaryUrl?: string | undefined;
1040
+ pixelWidth?: number | undefined;
1041
+ pixelHeight?: number | undefined;
1042
+ audioCodec?: string | undefined;
1043
+ duration?: number | undefined;
1044
+ mediaType?: string | undefined;
1045
+ videoCodec?: string | undefined;
1046
+ }[];
1047
+ format?: "standardInline" | "mobile" | undefined;
1048
+ poster?: {
1049
+ id: string;
1050
+ type: "http://www.ft.com/ontology/content/ImageSet";
1051
+ members: ({
1052
+ id: string;
1053
+ type: "http://www.ft.com/ontology/content/Image";
1054
+ binaryUrl: string;
1055
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1056
+ title?: string | undefined;
1057
+ description?: string | undefined;
1058
+ copyright?: {
1059
+ notice: string;
1060
+ } | undefined;
1061
+ minDisplayWidth?: string | undefined;
1062
+ maxDisplayWidth?: string | undefined;
1063
+ pixelWidth?: number | undefined;
1064
+ pixelHeight?: number | undefined;
1065
+ } | {
1066
+ id: string;
1067
+ type: "http://www.ft.com/ontology/content/Graphic";
1068
+ binaryUrl: string;
1069
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1070
+ title?: string | undefined;
1071
+ description?: string | undefined;
1072
+ copyright?: {
1073
+ notice: string;
1074
+ } | undefined;
1075
+ minDisplayWidth?: string | undefined;
1076
+ maxDisplayWidth?: string | undefined;
1077
+ pixelWidth?: number | undefined;
1078
+ pixelHeight?: number | undefined;
1079
+ })[];
1080
+ description?: string | undefined;
1081
+ } | undefined;
1082
+ }, {
1083
+ id: string;
1084
+ type: "http://www.ft.com/ontology/content/Clip";
1085
+ dataSource: {
1086
+ binaryUrl?: string | undefined;
1087
+ pixelWidth?: number | undefined;
1088
+ pixelHeight?: number | undefined;
1089
+ audioCodec?: string | undefined;
1090
+ duration?: number | undefined;
1091
+ mediaType?: string | undefined;
1092
+ videoCodec?: string | undefined;
1093
+ }[];
1094
+ format?: "standardInline" | "mobile" | undefined;
1095
+ poster?: {
1096
+ id: string;
1097
+ type: "http://www.ft.com/ontology/content/ImageSet";
1098
+ members: ({
1099
+ id: string;
1100
+ type: "http://www.ft.com/ontology/content/Image";
1101
+ binaryUrl: string;
1102
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1103
+ title?: string | undefined;
1104
+ description?: string | undefined;
1105
+ copyright?: {
1106
+ notice: string;
1107
+ } | undefined;
1108
+ minDisplayWidth?: string | undefined;
1109
+ maxDisplayWidth?: string | undefined;
1110
+ pixelWidth?: number | undefined;
1111
+ pixelHeight?: number | undefined;
1112
+ } | {
1113
+ id: string;
1114
+ type: "http://www.ft.com/ontology/content/Graphic";
1115
+ binaryUrl: string;
1116
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1117
+ title?: string | undefined;
1118
+ description?: string | undefined;
1119
+ copyright?: {
1120
+ notice: string;
1121
+ } | undefined;
1122
+ minDisplayWidth?: string | undefined;
1123
+ maxDisplayWidth?: string | undefined;
1124
+ pixelWidth?: number | undefined;
1125
+ pixelHeight?: number | undefined;
1126
+ })[];
1127
+ description?: string | undefined;
1128
+ } | undefined;
1129
+ }>, "many">;
1130
+ caption: import("zod").ZodOptional<import("zod").ZodString>;
1131
+ dataCopyright: import("zod").ZodOptional<import("zod").ZodString>;
1132
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1133
+ displayTitle: import("zod").ZodOptional<import("zod").ZodString>;
1134
+ contentWarning: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1135
+ noAudio: import("zod").ZodOptional<import("zod").ZodBoolean>;
1136
+ source: import("zod").ZodOptional<import("zod").ZodString>;
1137
+ subtitle: import("zod").ZodOptional<import("zod").ZodString>;
1138
+ publishedDate: import("zod").ZodOptional<import("zod").ZodString>;
1139
+ accessibility: import("zod").ZodOptional<import("zod").ZodObject<{
1140
+ captions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1141
+ mediaType: import("zod").ZodOptional<import("zod").ZodString>;
1142
+ url: import("zod").ZodOptional<import("zod").ZodString>;
1143
+ }, "strip", import("zod").ZodTypeAny, {
1144
+ mediaType?: string | undefined;
1145
+ url?: string | undefined;
1146
+ }, {
1147
+ mediaType?: string | undefined;
1148
+ url?: string | undefined;
1149
+ }>, "many">>;
1150
+ transcript: import("zod").ZodOptional<import("zod").ZodString>;
1151
+ }, "strip", import("zod").ZodTypeAny, {
1152
+ captions?: {
1153
+ mediaType?: string | undefined;
1154
+ url?: string | undefined;
1155
+ }[] | undefined;
1156
+ transcript?: string | undefined;
1157
+ }, {
1158
+ captions?: {
1159
+ mediaType?: string | undefined;
1160
+ url?: string | undefined;
1161
+ }[] | undefined;
1162
+ transcript?: string | undefined;
1163
+ }>>;
1164
+ }, "strip", import("zod").ZodTypeAny, {
1165
+ id: string;
1166
+ type: "http://www.ft.com/ontology/content/ClipSet";
1167
+ members: {
1168
+ id: string;
1169
+ type: "http://www.ft.com/ontology/content/Clip";
1170
+ dataSource: {
1171
+ binaryUrl?: string | undefined;
1172
+ pixelWidth?: number | undefined;
1173
+ pixelHeight?: number | undefined;
1174
+ audioCodec?: string | undefined;
1175
+ duration?: number | undefined;
1176
+ mediaType?: string | undefined;
1177
+ videoCodec?: string | undefined;
1178
+ }[];
1179
+ format?: "standardInline" | "mobile" | undefined;
1180
+ poster?: {
1181
+ id: string;
1182
+ type: "http://www.ft.com/ontology/content/ImageSet";
1183
+ members: ({
1184
+ id: string;
1185
+ type: "http://www.ft.com/ontology/content/Image";
1186
+ binaryUrl: string;
1187
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1188
+ title?: string | undefined;
1189
+ description?: string | undefined;
1190
+ copyright?: {
1191
+ notice: string;
1192
+ } | undefined;
1193
+ minDisplayWidth?: string | undefined;
1194
+ maxDisplayWidth?: string | undefined;
1195
+ pixelWidth?: number | undefined;
1196
+ pixelHeight?: number | undefined;
1197
+ } | {
1198
+ id: string;
1199
+ type: "http://www.ft.com/ontology/content/Graphic";
1200
+ binaryUrl: string;
1201
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1202
+ title?: string | undefined;
1203
+ description?: string | undefined;
1204
+ copyright?: {
1205
+ notice: string;
1206
+ } | undefined;
1207
+ minDisplayWidth?: string | undefined;
1208
+ maxDisplayWidth?: string | undefined;
1209
+ pixelWidth?: number | undefined;
1210
+ pixelHeight?: number | undefined;
1211
+ })[];
1212
+ description?: string | undefined;
1213
+ } | undefined;
1214
+ }[];
1215
+ description?: string | undefined;
1216
+ caption?: string | undefined;
1217
+ dataCopyright?: string | undefined;
1218
+ displayTitle?: string | undefined;
1219
+ contentWarning?: string[] | undefined;
1220
+ noAudio?: boolean | undefined;
1221
+ source?: string | undefined;
1222
+ subtitle?: string | undefined;
1223
+ publishedDate?: string | undefined;
1224
+ accessibility?: {
1225
+ captions?: {
1226
+ mediaType?: string | undefined;
1227
+ url?: string | undefined;
1228
+ }[] | undefined;
1229
+ transcript?: string | undefined;
1230
+ } | undefined;
1231
+ }, {
1232
+ id: string;
1233
+ type: "http://www.ft.com/ontology/content/ClipSet";
1234
+ members: {
1235
+ id: string;
1236
+ type: "http://www.ft.com/ontology/content/Clip";
1237
+ dataSource: {
1238
+ binaryUrl?: string | undefined;
1239
+ pixelWidth?: number | undefined;
1240
+ pixelHeight?: number | undefined;
1241
+ audioCodec?: string | undefined;
1242
+ duration?: number | undefined;
1243
+ mediaType?: string | undefined;
1244
+ videoCodec?: string | undefined;
1245
+ }[];
1246
+ format?: "standardInline" | "mobile" | undefined;
1247
+ poster?: {
1248
+ id: string;
1249
+ type: "http://www.ft.com/ontology/content/ImageSet";
1250
+ members: ({
1251
+ id: string;
1252
+ type: "http://www.ft.com/ontology/content/Image";
1253
+ binaryUrl: string;
1254
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1255
+ title?: string | undefined;
1256
+ description?: string | undefined;
1257
+ copyright?: {
1258
+ notice: string;
1259
+ } | undefined;
1260
+ minDisplayWidth?: string | undefined;
1261
+ maxDisplayWidth?: string | undefined;
1262
+ pixelWidth?: number | undefined;
1263
+ pixelHeight?: number | undefined;
1264
+ } | {
1265
+ id: string;
1266
+ type: "http://www.ft.com/ontology/content/Graphic";
1267
+ binaryUrl: string;
1268
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1269
+ title?: string | undefined;
1270
+ description?: string | undefined;
1271
+ copyright?: {
1272
+ notice: string;
1273
+ } | undefined;
1274
+ minDisplayWidth?: string | undefined;
1275
+ maxDisplayWidth?: string | undefined;
1276
+ pixelWidth?: number | undefined;
1277
+ pixelHeight?: number | undefined;
1278
+ })[];
1279
+ description?: string | undefined;
1280
+ } | undefined;
1281
+ }[];
1282
+ description?: string | undefined;
1283
+ caption?: string | undefined;
1284
+ dataCopyright?: string | undefined;
1285
+ displayTitle?: string | undefined;
1286
+ contentWarning?: string[] | undefined;
1287
+ noAudio?: boolean | undefined;
1288
+ source?: string | undefined;
1289
+ subtitle?: string | undefined;
1290
+ publishedDate?: string | undefined;
1291
+ accessibility?: {
1292
+ captions?: {
1293
+ mediaType?: string | undefined;
1294
+ url?: string | undefined;
1295
+ }[] | undefined;
1296
+ transcript?: string | undefined;
1297
+ } | undefined;
1298
+ }>]>, "many">>;
1299
+ dataSource: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1300
+ binaryUrl: import("zod").ZodString;
1301
+ duration: import("zod").ZodNumber;
1302
+ filesize: import("zod").ZodNumber;
1303
+ mediaType: import("zod").ZodString;
1304
+ }, "strip", import("zod").ZodTypeAny, {
1305
+ binaryUrl: string;
1306
+ duration: number;
1307
+ mediaType: string;
1308
+ filesize: number;
1309
+ }, {
1310
+ binaryUrl: string;
1311
+ duration: number;
1312
+ mediaType: string;
1313
+ filesize: number;
1314
+ }>, "many">>;
1315
+ }, "mainImage">>, "strip", import("zod").ZodTypeAny, {
1316
+ id: string;
1317
+ types: string[];
46
1318
  title: string;
1319
+ publishedDate: string;
1320
+ annotations: {
1321
+ id: string;
1322
+ apiUrl: string;
1323
+ directType: string;
1324
+ prefLabel: string;
1325
+ types: string[];
1326
+ predicate: string;
1327
+ type?: string | undefined;
1328
+ headshot?: string | undefined;
1329
+ }[];
1330
+ firstPublishedDate: string;
1331
+ publishReference: string;
1332
+ canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
1333
+ transcript?: string | undefined;
1334
+ webUrl?: string | undefined;
1335
+ canonicalWebUrl?: string | undefined;
1336
+ editorialDesk?: string | undefined;
1337
+ accessLevel?: "premium" | "subscribed" | "registered" | "free" | undefined;
1338
+ canBeDistributed?: "yes" | "no" | "verify" | undefined;
1339
+ alternativeTitles?: {
1340
+ promotionalTitle: string;
1341
+ } | undefined;
1342
+ mainImage?: {
1343
+ id: string;
1344
+ type: "http://www.ft.com/ontology/content/Image";
1345
+ binaryUrl: string;
1346
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1347
+ title?: string | undefined;
1348
+ description?: string | undefined;
1349
+ copyright?: {
1350
+ notice: string;
1351
+ } | undefined;
1352
+ minDisplayWidth?: string | undefined;
1353
+ maxDisplayWidth?: string | undefined;
1354
+ pixelWidth?: number | undefined;
1355
+ pixelHeight?: number | undefined;
1356
+ } | {
1357
+ id: string;
1358
+ type: "http://www.ft.com/ontology/content/Graphic";
1359
+ binaryUrl: string;
1360
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1361
+ title?: string | undefined;
1362
+ description?: string | undefined;
1363
+ copyright?: {
1364
+ notice: string;
1365
+ } | undefined;
1366
+ minDisplayWidth?: string | undefined;
1367
+ maxDisplayWidth?: string | undefined;
1368
+ pixelWidth?: number | undefined;
1369
+ pixelHeight?: number | undefined;
1370
+ } | {
1371
+ id: string;
1372
+ type: "http://www.ft.com/ontology/content/ImageSet";
1373
+ members: ({
1374
+ id: string;
1375
+ type: "http://www.ft.com/ontology/content/Image";
1376
+ binaryUrl: string;
1377
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1378
+ title?: string | undefined;
1379
+ description?: string | undefined;
1380
+ copyright?: {
1381
+ notice: string;
1382
+ } | undefined;
1383
+ minDisplayWidth?: string | undefined;
1384
+ maxDisplayWidth?: string | undefined;
1385
+ pixelWidth?: number | undefined;
1386
+ pixelHeight?: number | undefined;
1387
+ } | {
1388
+ id: string;
1389
+ type: "http://www.ft.com/ontology/content/Graphic";
1390
+ binaryUrl: string;
1391
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1392
+ title?: string | undefined;
1393
+ description?: string | undefined;
1394
+ copyright?: {
1395
+ notice: string;
1396
+ } | undefined;
1397
+ minDisplayWidth?: string | undefined;
1398
+ maxDisplayWidth?: string | undefined;
1399
+ pixelWidth?: number | undefined;
1400
+ pixelHeight?: number | undefined;
1401
+ })[];
1402
+ description?: string | undefined;
1403
+ } | undefined;
47
1404
  }, {
1405
+ id: string;
1406
+ types: string[];
48
1407
  title: string;
1408
+ publishedDate: string;
1409
+ annotations: {
1410
+ id: string;
1411
+ apiUrl: string;
1412
+ directType: string;
1413
+ prefLabel: string;
1414
+ types: string[];
1415
+ predicate: string;
1416
+ type?: string | undefined;
1417
+ headshot?: string | undefined;
1418
+ }[];
1419
+ firstPublishedDate: string;
1420
+ publishReference: string;
1421
+ canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
1422
+ transcript?: string | undefined;
1423
+ webUrl?: string | undefined;
1424
+ canonicalWebUrl?: string | undefined;
1425
+ editorialDesk?: string | undefined;
1426
+ accessLevel?: "premium" | "subscribed" | "registered" | "free" | undefined;
1427
+ canBeDistributed?: "yes" | "no" | "verify" | undefined;
1428
+ alternativeTitles?: {
1429
+ promotionalTitle: string;
1430
+ } | undefined;
1431
+ mainImage?: {
1432
+ id: string;
1433
+ type: "http://www.ft.com/ontology/content/Image";
1434
+ binaryUrl: string;
1435
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1436
+ title?: string | undefined;
1437
+ description?: string | undefined;
1438
+ copyright?: {
1439
+ notice: string;
1440
+ } | undefined;
1441
+ minDisplayWidth?: string | undefined;
1442
+ maxDisplayWidth?: string | undefined;
1443
+ pixelWidth?: number | undefined;
1444
+ pixelHeight?: number | undefined;
1445
+ } | {
1446
+ id: string;
1447
+ type: "http://www.ft.com/ontology/content/Graphic";
1448
+ binaryUrl: string;
1449
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1450
+ title?: string | undefined;
1451
+ description?: string | undefined;
1452
+ copyright?: {
1453
+ notice: string;
1454
+ } | undefined;
1455
+ minDisplayWidth?: string | undefined;
1456
+ maxDisplayWidth?: string | undefined;
1457
+ pixelWidth?: number | undefined;
1458
+ pixelHeight?: number | undefined;
1459
+ } | {
1460
+ id: string;
1461
+ type: "http://www.ft.com/ontology/content/ImageSet";
1462
+ members: ({
1463
+ id: string;
1464
+ type: "http://www.ft.com/ontology/content/Image";
1465
+ binaryUrl: string;
1466
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1467
+ title?: string | undefined;
1468
+ description?: string | undefined;
1469
+ copyright?: {
1470
+ notice: string;
1471
+ } | undefined;
1472
+ minDisplayWidth?: string | undefined;
1473
+ maxDisplayWidth?: string | undefined;
1474
+ pixelWidth?: number | undefined;
1475
+ pixelHeight?: number | undefined;
1476
+ } | {
1477
+ id: string;
1478
+ type: "http://www.ft.com/ontology/content/Graphic";
1479
+ binaryUrl: string;
1480
+ format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
1481
+ title?: string | undefined;
1482
+ description?: string | undefined;
1483
+ copyright?: {
1484
+ notice: string;
1485
+ } | undefined;
1486
+ minDisplayWidth?: string | undefined;
1487
+ maxDisplayWidth?: string | undefined;
1488
+ pixelWidth?: number | undefined;
1489
+ pixelHeight?: number | undefined;
1490
+ })[];
1491
+ description?: string | undefined;
1492
+ } | undefined;
49
1493
  }>;