@financial-times/cp-content-pipeline-schema 3.0.3 → 3.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.
- package/CHANGELOG.md +16 -0
- package/lib/generated/index.d.ts +33 -4
- package/lib/helpers/flatten-formatted-zod-errors.d.ts +1 -1
- package/lib/helpers/flatten-formatted-zod-errors.js +1 -0
- package/lib/helpers/flatten-formatted-zod-errors.js.map +1 -1
- package/lib/model/CapiResponse.d.ts +3 -2
- package/lib/model/CapiResponse.js +84 -23
- package/lib/model/CapiResponse.js.map +1 -1
- package/lib/model/Person.d.ts +2 -0
- package/lib/model/Person.js +16 -0
- package/lib/model/Person.js.map +1 -1
- package/lib/model/Topper.js +19 -1
- package/lib/model/Topper.js.map +1 -1
- package/lib/model/schemas/capi/article.d.ts +222 -0
- package/lib/model/schemas/capi/audio.d.ts +194 -0
- package/lib/model/schemas/capi/base-schema.d.ts +420 -0
- package/lib/model/schemas/capi/base-schema.js +25 -2
- package/lib/model/schemas/capi/base-schema.js.map +1 -1
- package/lib/model/schemas/capi/content-package.d.ts +194 -0
- package/lib/model/schemas/capi/custom-code-component.d.ts +1906 -0
- package/lib/model/schemas/capi/custom-code-component.js +17 -0
- package/lib/model/schemas/capi/custom-code-component.js.map +1 -0
- package/lib/model/schemas/capi/index.d.ts +2947 -16
- package/lib/model/schemas/capi/index.js +3 -0
- package/lib/model/schemas/capi/index.js.map +1 -1
- package/lib/model/schemas/capi/internal-content.d.ts +5 -2
- package/lib/model/schemas/capi/live-blog-package.d.ts +222 -0
- package/lib/model/schemas/capi/placeholder.d.ts +222 -0
- package/lib/model/schemas/capi/video.d.ts +194 -0
- package/lib/resolvers/content-tree/Workarounds.d.ts +5 -1
- package/lib/resolvers/content-tree/references/CustomCodeComponent.d.ts +13 -0
- package/lib/resolvers/content-tree/references/CustomCodeComponent.js +58 -0
- package/lib/resolvers/content-tree/references/CustomCodeComponent.js.map +1 -0
- package/lib/resolvers/content-tree/references/Reference.d.ts +1 -1
- package/lib/resolvers/content-tree/references/index.d.ts +3 -1
- package/lib/resolvers/content-tree/references/index.js +3 -0
- package/lib/resolvers/content-tree/references/index.js.map +1 -1
- package/lib/resolvers/content-tree/tagMappings.js +27 -2
- package/lib/resolvers/content-tree/tagMappings.js.map +1 -1
- package/lib/resolvers/content-tree/tagMappings.test.js +19 -0
- package/lib/resolvers/content-tree/tagMappings.test.js.map +1 -1
- package/lib/resolvers/content.d.ts +8 -8
- package/lib/resolvers/content.js +4 -0
- package/lib/resolvers/content.js.map +1 -1
- package/lib/resolvers/index.d.ts +10 -9
- package/lib/resolvers/scalars.d.ts +2 -2
- package/lib/resolvers/scalars.js +1 -0
- package/lib/resolvers/scalars.js.map +1 -1
- package/package.json +2 -2
- package/queries/article.graphql +24 -7
- package/src/generated/index.ts +34 -3
- package/src/helpers/flatten-formatted-zod-errors.ts +2 -1
- package/src/model/CapiResponse.ts +93 -34
- package/src/model/Person.ts +19 -0
- package/src/model/Topper.ts +18 -1
- package/src/model/schemas/capi/base-schema.ts +27 -1
- package/src/model/schemas/capi/custom-code-component.ts +20 -0
- package/src/model/schemas/capi/index.ts +3 -0
- package/src/model/schemas/capi/internal-content.ts +7 -0
- package/src/resolvers/content-tree/Workarounds.ts +7 -1
- package/src/resolvers/content-tree/references/CustomCodeComponent.ts +78 -0
- package/src/resolvers/content-tree/references/index.ts +5 -0
- package/src/resolvers/content-tree/tagMappings.test.ts +29 -0
- package/src/resolvers/content-tree/tagMappings.ts +46 -4
- package/src/resolvers/content.ts +7 -0
- package/src/resolvers/scalars.ts +3 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/typedefs/content.graphql +1 -1
- package/typedefs/references/CustomCodeComponent.graphql +17 -0
|
@@ -78,6 +78,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
78
78
|
}>, "many">;
|
|
79
79
|
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
80
80
|
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
81
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
82
|
+
path: import("zod").ZodString;
|
|
83
|
+
versionRange: import("zod").ZodString;
|
|
81
84
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
82
85
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
83
86
|
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -1298,6 +1301,197 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1298
1301
|
}[] | undefined;
|
|
1299
1302
|
transcript?: string | undefined;
|
|
1300
1303
|
} | undefined;
|
|
1304
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
1305
|
+
id: import("zod").ZodString;
|
|
1306
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
1307
|
+
id: import("zod").ZodString;
|
|
1308
|
+
apiUrl: import("zod").ZodString;
|
|
1309
|
+
directType: import("zod").ZodString;
|
|
1310
|
+
prefLabel: import("zod").ZodString;
|
|
1311
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1312
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1313
|
+
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1314
|
+
}, {
|
|
1315
|
+
predicate: import("zod").ZodString;
|
|
1316
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
1317
|
+
id: string;
|
|
1318
|
+
apiUrl: string;
|
|
1319
|
+
directType: string;
|
|
1320
|
+
prefLabel: string;
|
|
1321
|
+
types: string[];
|
|
1322
|
+
predicate: string;
|
|
1323
|
+
type?: string | undefined;
|
|
1324
|
+
headshot?: string | undefined;
|
|
1325
|
+
}, {
|
|
1326
|
+
id: string;
|
|
1327
|
+
apiUrl: string;
|
|
1328
|
+
directType: string;
|
|
1329
|
+
prefLabel: string;
|
|
1330
|
+
types: string[];
|
|
1331
|
+
predicate: string;
|
|
1332
|
+
type?: string | undefined;
|
|
1333
|
+
headshot?: string | undefined;
|
|
1334
|
+
}>, "many">;
|
|
1335
|
+
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1336
|
+
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1337
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1338
|
+
path: import("zod").ZodString;
|
|
1339
|
+
versionRange: import("zod").ZodString;
|
|
1340
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1341
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1342
|
+
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1343
|
+
editorsChoice: import("zod").ZodBoolean;
|
|
1344
|
+
exclusive: import("zod").ZodBoolean;
|
|
1345
|
+
scoop: import("zod").ZodBoolean;
|
|
1346
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1347
|
+
editorsChoice: boolean;
|
|
1348
|
+
exclusive: boolean;
|
|
1349
|
+
scoop: boolean;
|
|
1350
|
+
}, {
|
|
1351
|
+
editorsChoice: boolean;
|
|
1352
|
+
exclusive: boolean;
|
|
1353
|
+
scoop: boolean;
|
|
1354
|
+
}>>;
|
|
1355
|
+
publishedDate: import("zod").ZodString;
|
|
1356
|
+
firstPublishedDate: import("zod").ZodString;
|
|
1357
|
+
publishReference: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1358
|
+
lastModified: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1359
|
+
realtime: import("zod").ZodBoolean;
|
|
1360
|
+
editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1361
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
|
|
1362
|
+
canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
|
|
1363
|
+
canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
|
|
1364
|
+
topper: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1365
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1366
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1367
|
+
backgroundColour: import("zod").ZodString;
|
|
1368
|
+
backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1369
|
+
textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1370
|
+
layout: import("zod").ZodString;
|
|
1371
|
+
layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1372
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1373
|
+
backgroundColour: string;
|
|
1374
|
+
layout: string;
|
|
1375
|
+
headline?: string | undefined;
|
|
1376
|
+
standfirst?: string | undefined;
|
|
1377
|
+
backgroundBox?: boolean | undefined;
|
|
1378
|
+
textShadow?: boolean | undefined;
|
|
1379
|
+
layoutWidth?: string | undefined;
|
|
1380
|
+
}, {
|
|
1381
|
+
backgroundColour: string;
|
|
1382
|
+
layout: string;
|
|
1383
|
+
headline?: string | undefined;
|
|
1384
|
+
standfirst?: string | undefined;
|
|
1385
|
+
backgroundBox?: boolean | undefined;
|
|
1386
|
+
textShadow?: boolean | undefined;
|
|
1387
|
+
layoutWidth?: string | undefined;
|
|
1388
|
+
}>>;
|
|
1389
|
+
comments: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1390
|
+
enabled: import("zod").ZodBoolean;
|
|
1391
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1392
|
+
enabled: boolean;
|
|
1393
|
+
}, {
|
|
1394
|
+
enabled: boolean;
|
|
1395
|
+
}>>;
|
|
1396
|
+
containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1397
|
+
apiUrl: import("zod").ZodString;
|
|
1398
|
+
id: import("zod").ZodString;
|
|
1399
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1400
|
+
id: string;
|
|
1401
|
+
apiUrl: string;
|
|
1402
|
+
}, {
|
|
1403
|
+
id: string;
|
|
1404
|
+
apiUrl: string;
|
|
1405
|
+
}>, "many">>;
|
|
1406
|
+
tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1407
|
+
labelType: import("zod").ZodString;
|
|
1408
|
+
sequence: import("zod").ZodString;
|
|
1409
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1410
|
+
labelType: string;
|
|
1411
|
+
sequence: string;
|
|
1412
|
+
}, {
|
|
1413
|
+
labelType: string;
|
|
1414
|
+
sequence: string;
|
|
1415
|
+
}>>;
|
|
1416
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed">, Pick<{
|
|
1417
|
+
title: import("zod").ZodString;
|
|
1418
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1419
|
+
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1420
|
+
bodyXML: import("zod").ZodString;
|
|
1421
|
+
summary: import("zod").ZodObject<{
|
|
1422
|
+
bodyXML: import("zod").ZodString;
|
|
1423
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1424
|
+
bodyXML: string;
|
|
1425
|
+
}, {
|
|
1426
|
+
bodyXML: string;
|
|
1427
|
+
}>;
|
|
1428
|
+
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1429
|
+
promotionalTitle: import("zod").ZodString;
|
|
1430
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1431
|
+
promotionalTitle: string;
|
|
1432
|
+
}, {
|
|
1433
|
+
promotionalTitle: string;
|
|
1434
|
+
}>>;
|
|
1435
|
+
alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1436
|
+
promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1437
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1438
|
+
promotionalStandfirst?: string | undefined;
|
|
1439
|
+
}, {
|
|
1440
|
+
promotionalStandfirst?: string | undefined;
|
|
1441
|
+
}>>;
|
|
1442
|
+
pinnedPosts: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1443
|
+
contains: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1444
|
+
id: import("zod").ZodString;
|
|
1445
|
+
apiUrl: import("zod").ZodString;
|
|
1446
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1447
|
+
id: string;
|
|
1448
|
+
apiUrl: string;
|
|
1449
|
+
}, {
|
|
1450
|
+
id: string;
|
|
1451
|
+
apiUrl: string;
|
|
1452
|
+
}>, "many">;
|
|
1453
|
+
design: import("zod").ZodObject<{
|
|
1454
|
+
theme: import("zod").ZodUnion<[import("zod").ZodLiteral<"special-report">, import("zod").ZodLiteral<"extra">, import("zod").ZodLiteral<"basic">, import("zod").ZodLiteral<"extra-wide">]>;
|
|
1455
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1456
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
1457
|
+
}, {
|
|
1458
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
1459
|
+
}>;
|
|
1460
|
+
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1461
|
+
}, "bodyXML">>, {
|
|
1462
|
+
apiUrl: import("zod").ZodString;
|
|
1463
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
1464
|
+
path: import("zod").ZodString;
|
|
1465
|
+
versionRange: import("zod").ZodString;
|
|
1466
|
+
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
1467
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
1468
|
+
id: string;
|
|
1469
|
+
apiUrl: string;
|
|
1470
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
1471
|
+
path: string;
|
|
1472
|
+
publishedDate: string;
|
|
1473
|
+
versionRange: string;
|
|
1474
|
+
firstPublishedDate: string;
|
|
1475
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
1476
|
+
bodyXML: string;
|
|
1477
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
1478
|
+
canonicalWebUrl?: string | undefined;
|
|
1479
|
+
publishReference?: string | undefined;
|
|
1480
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
1481
|
+
}, {
|
|
1482
|
+
id: string;
|
|
1483
|
+
apiUrl: string;
|
|
1484
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
1485
|
+
path: string;
|
|
1486
|
+
publishedDate: string;
|
|
1487
|
+
versionRange: string;
|
|
1488
|
+
firstPublishedDate: string;
|
|
1489
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
1490
|
+
bodyXML: string;
|
|
1491
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
1492
|
+
canonicalWebUrl?: string | undefined;
|
|
1493
|
+
publishReference?: string | undefined;
|
|
1494
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
1301
1495
|
}>]>, "many">>;
|
|
1302
1496
|
dataSource: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1303
1497
|
binaryUrl: import("zod").ZodString;
|
|
@@ -1582,6 +1776,20 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1582
1776
|
}[] | undefined;
|
|
1583
1777
|
transcript?: string | undefined;
|
|
1584
1778
|
} | undefined;
|
|
1779
|
+
} | {
|
|
1780
|
+
id: string;
|
|
1781
|
+
apiUrl: string;
|
|
1782
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
1783
|
+
path: string;
|
|
1784
|
+
publishedDate: string;
|
|
1785
|
+
versionRange: string;
|
|
1786
|
+
firstPublishedDate: string;
|
|
1787
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
1788
|
+
bodyXML: string;
|
|
1789
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
1790
|
+
canonicalWebUrl?: string | undefined;
|
|
1791
|
+
publishReference?: string | undefined;
|
|
1792
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
1585
1793
|
})[] | undefined;
|
|
1586
1794
|
}, {
|
|
1587
1795
|
id: string;
|
|
@@ -1850,6 +2058,20 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1850
2058
|
}[] | undefined;
|
|
1851
2059
|
transcript?: string | undefined;
|
|
1852
2060
|
} | undefined;
|
|
2061
|
+
} | {
|
|
2062
|
+
id: string;
|
|
2063
|
+
apiUrl: string;
|
|
2064
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
2065
|
+
path: string;
|
|
2066
|
+
publishedDate: string;
|
|
2067
|
+
versionRange: string;
|
|
2068
|
+
firstPublishedDate: string;
|
|
2069
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
2070
|
+
bodyXML: string;
|
|
2071
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
2072
|
+
canonicalWebUrl?: string | undefined;
|
|
2073
|
+
publishReference?: string | undefined;
|
|
2074
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
1853
2075
|
})[] | undefined;
|
|
1854
2076
|
}> | import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
1855
2077
|
title: import("zod").ZodString;
|
|
@@ -1929,6 +2151,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1929
2151
|
}>, "many">;
|
|
1930
2152
|
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1931
2153
|
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2154
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2155
|
+
path: import("zod").ZodString;
|
|
2156
|
+
versionRange: import("zod").ZodString;
|
|
1932
2157
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1933
2158
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1934
2159
|
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -3149,6 +3374,197 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3149
3374
|
}[] | undefined;
|
|
3150
3375
|
transcript?: string | undefined;
|
|
3151
3376
|
} | undefined;
|
|
3377
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
3378
|
+
id: import("zod").ZodString;
|
|
3379
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
3380
|
+
id: import("zod").ZodString;
|
|
3381
|
+
apiUrl: import("zod").ZodString;
|
|
3382
|
+
directType: import("zod").ZodString;
|
|
3383
|
+
prefLabel: import("zod").ZodString;
|
|
3384
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3385
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3386
|
+
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3387
|
+
}, {
|
|
3388
|
+
predicate: import("zod").ZodString;
|
|
3389
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
3390
|
+
id: string;
|
|
3391
|
+
apiUrl: string;
|
|
3392
|
+
directType: string;
|
|
3393
|
+
prefLabel: string;
|
|
3394
|
+
types: string[];
|
|
3395
|
+
predicate: string;
|
|
3396
|
+
type?: string | undefined;
|
|
3397
|
+
headshot?: string | undefined;
|
|
3398
|
+
}, {
|
|
3399
|
+
id: string;
|
|
3400
|
+
apiUrl: string;
|
|
3401
|
+
directType: string;
|
|
3402
|
+
prefLabel: string;
|
|
3403
|
+
types: string[];
|
|
3404
|
+
predicate: string;
|
|
3405
|
+
type?: string | undefined;
|
|
3406
|
+
headshot?: string | undefined;
|
|
3407
|
+
}>, "many">;
|
|
3408
|
+
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3409
|
+
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3410
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3411
|
+
path: import("zod").ZodString;
|
|
3412
|
+
versionRange: import("zod").ZodString;
|
|
3413
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3414
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3415
|
+
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3416
|
+
editorsChoice: import("zod").ZodBoolean;
|
|
3417
|
+
exclusive: import("zod").ZodBoolean;
|
|
3418
|
+
scoop: import("zod").ZodBoolean;
|
|
3419
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3420
|
+
editorsChoice: boolean;
|
|
3421
|
+
exclusive: boolean;
|
|
3422
|
+
scoop: boolean;
|
|
3423
|
+
}, {
|
|
3424
|
+
editorsChoice: boolean;
|
|
3425
|
+
exclusive: boolean;
|
|
3426
|
+
scoop: boolean;
|
|
3427
|
+
}>>;
|
|
3428
|
+
publishedDate: import("zod").ZodString;
|
|
3429
|
+
firstPublishedDate: import("zod").ZodString;
|
|
3430
|
+
publishReference: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3431
|
+
lastModified: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3432
|
+
realtime: import("zod").ZodBoolean;
|
|
3433
|
+
editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3434
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
|
|
3435
|
+
canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
|
|
3436
|
+
canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
|
|
3437
|
+
topper: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3438
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3439
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3440
|
+
backgroundColour: import("zod").ZodString;
|
|
3441
|
+
backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3442
|
+
textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3443
|
+
layout: import("zod").ZodString;
|
|
3444
|
+
layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3445
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3446
|
+
backgroundColour: string;
|
|
3447
|
+
layout: string;
|
|
3448
|
+
headline?: string | undefined;
|
|
3449
|
+
standfirst?: string | undefined;
|
|
3450
|
+
backgroundBox?: boolean | undefined;
|
|
3451
|
+
textShadow?: boolean | undefined;
|
|
3452
|
+
layoutWidth?: string | undefined;
|
|
3453
|
+
}, {
|
|
3454
|
+
backgroundColour: string;
|
|
3455
|
+
layout: string;
|
|
3456
|
+
headline?: string | undefined;
|
|
3457
|
+
standfirst?: string | undefined;
|
|
3458
|
+
backgroundBox?: boolean | undefined;
|
|
3459
|
+
textShadow?: boolean | undefined;
|
|
3460
|
+
layoutWidth?: string | undefined;
|
|
3461
|
+
}>>;
|
|
3462
|
+
comments: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3463
|
+
enabled: import("zod").ZodBoolean;
|
|
3464
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3465
|
+
enabled: boolean;
|
|
3466
|
+
}, {
|
|
3467
|
+
enabled: boolean;
|
|
3468
|
+
}>>;
|
|
3469
|
+
containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3470
|
+
apiUrl: import("zod").ZodString;
|
|
3471
|
+
id: import("zod").ZodString;
|
|
3472
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3473
|
+
id: string;
|
|
3474
|
+
apiUrl: string;
|
|
3475
|
+
}, {
|
|
3476
|
+
id: string;
|
|
3477
|
+
apiUrl: string;
|
|
3478
|
+
}>, "many">>;
|
|
3479
|
+
tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3480
|
+
labelType: import("zod").ZodString;
|
|
3481
|
+
sequence: import("zod").ZodString;
|
|
3482
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3483
|
+
labelType: string;
|
|
3484
|
+
sequence: string;
|
|
3485
|
+
}, {
|
|
3486
|
+
labelType: string;
|
|
3487
|
+
sequence: string;
|
|
3488
|
+
}>>;
|
|
3489
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed">, Pick<{
|
|
3490
|
+
title: import("zod").ZodString;
|
|
3491
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3492
|
+
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3493
|
+
bodyXML: import("zod").ZodString;
|
|
3494
|
+
summary: import("zod").ZodObject<{
|
|
3495
|
+
bodyXML: import("zod").ZodString;
|
|
3496
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3497
|
+
bodyXML: string;
|
|
3498
|
+
}, {
|
|
3499
|
+
bodyXML: string;
|
|
3500
|
+
}>;
|
|
3501
|
+
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3502
|
+
promotionalTitle: import("zod").ZodString;
|
|
3503
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3504
|
+
promotionalTitle: string;
|
|
3505
|
+
}, {
|
|
3506
|
+
promotionalTitle: string;
|
|
3507
|
+
}>>;
|
|
3508
|
+
alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3509
|
+
promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3510
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3511
|
+
promotionalStandfirst?: string | undefined;
|
|
3512
|
+
}, {
|
|
3513
|
+
promotionalStandfirst?: string | undefined;
|
|
3514
|
+
}>>;
|
|
3515
|
+
pinnedPosts: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3516
|
+
contains: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3517
|
+
id: import("zod").ZodString;
|
|
3518
|
+
apiUrl: import("zod").ZodString;
|
|
3519
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3520
|
+
id: string;
|
|
3521
|
+
apiUrl: string;
|
|
3522
|
+
}, {
|
|
3523
|
+
id: string;
|
|
3524
|
+
apiUrl: string;
|
|
3525
|
+
}>, "many">;
|
|
3526
|
+
design: import("zod").ZodObject<{
|
|
3527
|
+
theme: import("zod").ZodUnion<[import("zod").ZodLiteral<"special-report">, import("zod").ZodLiteral<"extra">, import("zod").ZodLiteral<"basic">, import("zod").ZodLiteral<"extra-wide">]>;
|
|
3528
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3529
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
3530
|
+
}, {
|
|
3531
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
3532
|
+
}>;
|
|
3533
|
+
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3534
|
+
}, "bodyXML">>, {
|
|
3535
|
+
apiUrl: import("zod").ZodString;
|
|
3536
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
3537
|
+
path: import("zod").ZodString;
|
|
3538
|
+
versionRange: import("zod").ZodString;
|
|
3539
|
+
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
3540
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
3541
|
+
id: string;
|
|
3542
|
+
apiUrl: string;
|
|
3543
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
3544
|
+
path: string;
|
|
3545
|
+
publishedDate: string;
|
|
3546
|
+
versionRange: string;
|
|
3547
|
+
firstPublishedDate: string;
|
|
3548
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
3549
|
+
bodyXML: string;
|
|
3550
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
3551
|
+
canonicalWebUrl?: string | undefined;
|
|
3552
|
+
publishReference?: string | undefined;
|
|
3553
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
3554
|
+
}, {
|
|
3555
|
+
id: string;
|
|
3556
|
+
apiUrl: string;
|
|
3557
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
3558
|
+
path: string;
|
|
3559
|
+
publishedDate: string;
|
|
3560
|
+
versionRange: string;
|
|
3561
|
+
firstPublishedDate: string;
|
|
3562
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
3563
|
+
bodyXML: string;
|
|
3564
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
3565
|
+
canonicalWebUrl?: string | undefined;
|
|
3566
|
+
publishReference?: string | undefined;
|
|
3567
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
3152
3568
|
}>]>, "many">>;
|
|
3153
3569
|
dataSource: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3154
3570
|
binaryUrl: import("zod").ZodString;
|
|
@@ -3415,6 +3831,20 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3415
3831
|
}[] | undefined;
|
|
3416
3832
|
transcript?: string | undefined;
|
|
3417
3833
|
} | undefined;
|
|
3834
|
+
} | {
|
|
3835
|
+
id: string;
|
|
3836
|
+
apiUrl: string;
|
|
3837
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
3838
|
+
path: string;
|
|
3839
|
+
publishedDate: string;
|
|
3840
|
+
versionRange: string;
|
|
3841
|
+
firstPublishedDate: string;
|
|
3842
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
3843
|
+
bodyXML: string;
|
|
3844
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
3845
|
+
canonicalWebUrl?: string | undefined;
|
|
3846
|
+
publishReference?: string | undefined;
|
|
3847
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
3418
3848
|
})[] | undefined;
|
|
3419
3849
|
}, {
|
|
3420
3850
|
id: string;
|
|
@@ -3665,6 +4095,20 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3665
4095
|
}[] | undefined;
|
|
3666
4096
|
transcript?: string | undefined;
|
|
3667
4097
|
} | undefined;
|
|
4098
|
+
} | {
|
|
4099
|
+
id: string;
|
|
4100
|
+
apiUrl: string;
|
|
4101
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
4102
|
+
path: string;
|
|
4103
|
+
publishedDate: string;
|
|
4104
|
+
versionRange: string;
|
|
4105
|
+
firstPublishedDate: string;
|
|
4106
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
4107
|
+
bodyXML: string;
|
|
4108
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
4109
|
+
canonicalWebUrl?: string | undefined;
|
|
4110
|
+
publishReference?: string | undefined;
|
|
4111
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
3668
4112
|
})[] | undefined;
|
|
3669
4113
|
}> | import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
3670
4114
|
title: import("zod").ZodString;
|
|
@@ -3744,6 +4188,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3744
4188
|
}>, "many">;
|
|
3745
4189
|
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3746
4190
|
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4191
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4192
|
+
path: import("zod").ZodString;
|
|
4193
|
+
versionRange: import("zod").ZodString;
|
|
3747
4194
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3748
4195
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3749
4196
|
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -4964,6 +5411,197 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4964
5411
|
}[] | undefined;
|
|
4965
5412
|
transcript?: string | undefined;
|
|
4966
5413
|
} | undefined;
|
|
5414
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
5415
|
+
id: import("zod").ZodString;
|
|
5416
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
5417
|
+
id: import("zod").ZodString;
|
|
5418
|
+
apiUrl: import("zod").ZodString;
|
|
5419
|
+
directType: import("zod").ZodString;
|
|
5420
|
+
prefLabel: import("zod").ZodString;
|
|
5421
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5422
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
5423
|
+
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5424
|
+
}, {
|
|
5425
|
+
predicate: import("zod").ZodString;
|
|
5426
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5427
|
+
id: string;
|
|
5428
|
+
apiUrl: string;
|
|
5429
|
+
directType: string;
|
|
5430
|
+
prefLabel: string;
|
|
5431
|
+
types: string[];
|
|
5432
|
+
predicate: string;
|
|
5433
|
+
type?: string | undefined;
|
|
5434
|
+
headshot?: string | undefined;
|
|
5435
|
+
}, {
|
|
5436
|
+
id: string;
|
|
5437
|
+
apiUrl: string;
|
|
5438
|
+
directType: string;
|
|
5439
|
+
prefLabel: string;
|
|
5440
|
+
types: string[];
|
|
5441
|
+
predicate: string;
|
|
5442
|
+
type?: string | undefined;
|
|
5443
|
+
headshot?: string | undefined;
|
|
5444
|
+
}>, "many">;
|
|
5445
|
+
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5446
|
+
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5447
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5448
|
+
path: import("zod").ZodString;
|
|
5449
|
+
versionRange: import("zod").ZodString;
|
|
5450
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5451
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
5452
|
+
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5453
|
+
editorsChoice: import("zod").ZodBoolean;
|
|
5454
|
+
exclusive: import("zod").ZodBoolean;
|
|
5455
|
+
scoop: import("zod").ZodBoolean;
|
|
5456
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5457
|
+
editorsChoice: boolean;
|
|
5458
|
+
exclusive: boolean;
|
|
5459
|
+
scoop: boolean;
|
|
5460
|
+
}, {
|
|
5461
|
+
editorsChoice: boolean;
|
|
5462
|
+
exclusive: boolean;
|
|
5463
|
+
scoop: boolean;
|
|
5464
|
+
}>>;
|
|
5465
|
+
publishedDate: import("zod").ZodString;
|
|
5466
|
+
firstPublishedDate: import("zod").ZodString;
|
|
5467
|
+
publishReference: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5468
|
+
lastModified: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5469
|
+
realtime: import("zod").ZodBoolean;
|
|
5470
|
+
editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5471
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
|
|
5472
|
+
canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
|
|
5473
|
+
canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
|
|
5474
|
+
topper: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5475
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5476
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5477
|
+
backgroundColour: import("zod").ZodString;
|
|
5478
|
+
backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5479
|
+
textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5480
|
+
layout: import("zod").ZodString;
|
|
5481
|
+
layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5482
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5483
|
+
backgroundColour: string;
|
|
5484
|
+
layout: string;
|
|
5485
|
+
headline?: string | undefined;
|
|
5486
|
+
standfirst?: string | undefined;
|
|
5487
|
+
backgroundBox?: boolean | undefined;
|
|
5488
|
+
textShadow?: boolean | undefined;
|
|
5489
|
+
layoutWidth?: string | undefined;
|
|
5490
|
+
}, {
|
|
5491
|
+
backgroundColour: string;
|
|
5492
|
+
layout: string;
|
|
5493
|
+
headline?: string | undefined;
|
|
5494
|
+
standfirst?: string | undefined;
|
|
5495
|
+
backgroundBox?: boolean | undefined;
|
|
5496
|
+
textShadow?: boolean | undefined;
|
|
5497
|
+
layoutWidth?: string | undefined;
|
|
5498
|
+
}>>;
|
|
5499
|
+
comments: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5500
|
+
enabled: import("zod").ZodBoolean;
|
|
5501
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5502
|
+
enabled: boolean;
|
|
5503
|
+
}, {
|
|
5504
|
+
enabled: boolean;
|
|
5505
|
+
}>>;
|
|
5506
|
+
containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5507
|
+
apiUrl: import("zod").ZodString;
|
|
5508
|
+
id: import("zod").ZodString;
|
|
5509
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5510
|
+
id: string;
|
|
5511
|
+
apiUrl: string;
|
|
5512
|
+
}, {
|
|
5513
|
+
id: string;
|
|
5514
|
+
apiUrl: string;
|
|
5515
|
+
}>, "many">>;
|
|
5516
|
+
tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5517
|
+
labelType: import("zod").ZodString;
|
|
5518
|
+
sequence: import("zod").ZodString;
|
|
5519
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5520
|
+
labelType: string;
|
|
5521
|
+
sequence: string;
|
|
5522
|
+
}, {
|
|
5523
|
+
labelType: string;
|
|
5524
|
+
sequence: string;
|
|
5525
|
+
}>>;
|
|
5526
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed">, Pick<{
|
|
5527
|
+
title: import("zod").ZodString;
|
|
5528
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5529
|
+
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5530
|
+
bodyXML: import("zod").ZodString;
|
|
5531
|
+
summary: import("zod").ZodObject<{
|
|
5532
|
+
bodyXML: import("zod").ZodString;
|
|
5533
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5534
|
+
bodyXML: string;
|
|
5535
|
+
}, {
|
|
5536
|
+
bodyXML: string;
|
|
5537
|
+
}>;
|
|
5538
|
+
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5539
|
+
promotionalTitle: import("zod").ZodString;
|
|
5540
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5541
|
+
promotionalTitle: string;
|
|
5542
|
+
}, {
|
|
5543
|
+
promotionalTitle: string;
|
|
5544
|
+
}>>;
|
|
5545
|
+
alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5546
|
+
promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5547
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5548
|
+
promotionalStandfirst?: string | undefined;
|
|
5549
|
+
}, {
|
|
5550
|
+
promotionalStandfirst?: string | undefined;
|
|
5551
|
+
}>>;
|
|
5552
|
+
pinnedPosts: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
5553
|
+
contains: import("zod").ZodArray<import("zod").ZodObject<{
|
|
5554
|
+
id: import("zod").ZodString;
|
|
5555
|
+
apiUrl: import("zod").ZodString;
|
|
5556
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5557
|
+
id: string;
|
|
5558
|
+
apiUrl: string;
|
|
5559
|
+
}, {
|
|
5560
|
+
id: string;
|
|
5561
|
+
apiUrl: string;
|
|
5562
|
+
}>, "many">;
|
|
5563
|
+
design: import("zod").ZodObject<{
|
|
5564
|
+
theme: import("zod").ZodUnion<[import("zod").ZodLiteral<"special-report">, import("zod").ZodLiteral<"extra">, import("zod").ZodLiteral<"basic">, import("zod").ZodLiteral<"extra-wide">]>;
|
|
5565
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5566
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
5567
|
+
}, {
|
|
5568
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
5569
|
+
}>;
|
|
5570
|
+
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5571
|
+
}, "bodyXML">>, {
|
|
5572
|
+
apiUrl: import("zod").ZodString;
|
|
5573
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
5574
|
+
path: import("zod").ZodString;
|
|
5575
|
+
versionRange: import("zod").ZodString;
|
|
5576
|
+
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
5577
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
5578
|
+
id: string;
|
|
5579
|
+
apiUrl: string;
|
|
5580
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
5581
|
+
path: string;
|
|
5582
|
+
publishedDate: string;
|
|
5583
|
+
versionRange: string;
|
|
5584
|
+
firstPublishedDate: string;
|
|
5585
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
5586
|
+
bodyXML: string;
|
|
5587
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
5588
|
+
canonicalWebUrl?: string | undefined;
|
|
5589
|
+
publishReference?: string | undefined;
|
|
5590
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
5591
|
+
}, {
|
|
5592
|
+
id: string;
|
|
5593
|
+
apiUrl: string;
|
|
5594
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
5595
|
+
path: string;
|
|
5596
|
+
publishedDate: string;
|
|
5597
|
+
versionRange: string;
|
|
5598
|
+
firstPublishedDate: string;
|
|
5599
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
5600
|
+
bodyXML: string;
|
|
5601
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
5602
|
+
canonicalWebUrl?: string | undefined;
|
|
5603
|
+
publishReference?: string | undefined;
|
|
5604
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
4967
5605
|
}>]>, "many">>;
|
|
4968
5606
|
dataSource: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4969
5607
|
binaryUrl: import("zod").ZodString;
|
|
@@ -5251,6 +5889,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5251
5889
|
}>, "many">;
|
|
5252
5890
|
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5253
5891
|
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5892
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5893
|
+
path: import("zod").ZodString;
|
|
5894
|
+
versionRange: import("zod").ZodString;
|
|
5254
5895
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5255
5896
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
5256
5897
|
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -6471,6 +7112,197 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6471
7112
|
}[] | undefined;
|
|
6472
7113
|
transcript?: string | undefined;
|
|
6473
7114
|
} | undefined;
|
|
7115
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
7116
|
+
id: import("zod").ZodString;
|
|
7117
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
7118
|
+
id: import("zod").ZodString;
|
|
7119
|
+
apiUrl: import("zod").ZodString;
|
|
7120
|
+
directType: import("zod").ZodString;
|
|
7121
|
+
prefLabel: import("zod").ZodString;
|
|
7122
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7123
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7124
|
+
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7125
|
+
}, {
|
|
7126
|
+
predicate: import("zod").ZodString;
|
|
7127
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7128
|
+
id: string;
|
|
7129
|
+
apiUrl: string;
|
|
7130
|
+
directType: string;
|
|
7131
|
+
prefLabel: string;
|
|
7132
|
+
types: string[];
|
|
7133
|
+
predicate: string;
|
|
7134
|
+
type?: string | undefined;
|
|
7135
|
+
headshot?: string | undefined;
|
|
7136
|
+
}, {
|
|
7137
|
+
id: string;
|
|
7138
|
+
apiUrl: string;
|
|
7139
|
+
directType: string;
|
|
7140
|
+
prefLabel: string;
|
|
7141
|
+
types: string[];
|
|
7142
|
+
predicate: string;
|
|
7143
|
+
type?: string | undefined;
|
|
7144
|
+
headshot?: string | undefined;
|
|
7145
|
+
}>, "many">;
|
|
7146
|
+
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7147
|
+
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7148
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7149
|
+
path: import("zod").ZodString;
|
|
7150
|
+
versionRange: import("zod").ZodString;
|
|
7151
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7152
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7153
|
+
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7154
|
+
editorsChoice: import("zod").ZodBoolean;
|
|
7155
|
+
exclusive: import("zod").ZodBoolean;
|
|
7156
|
+
scoop: import("zod").ZodBoolean;
|
|
7157
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7158
|
+
editorsChoice: boolean;
|
|
7159
|
+
exclusive: boolean;
|
|
7160
|
+
scoop: boolean;
|
|
7161
|
+
}, {
|
|
7162
|
+
editorsChoice: boolean;
|
|
7163
|
+
exclusive: boolean;
|
|
7164
|
+
scoop: boolean;
|
|
7165
|
+
}>>;
|
|
7166
|
+
publishedDate: import("zod").ZodString;
|
|
7167
|
+
firstPublishedDate: import("zod").ZodString;
|
|
7168
|
+
publishReference: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7169
|
+
lastModified: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7170
|
+
realtime: import("zod").ZodBoolean;
|
|
7171
|
+
editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7172
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
|
|
7173
|
+
canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
|
|
7174
|
+
canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
|
|
7175
|
+
topper: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7176
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7177
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7178
|
+
backgroundColour: import("zod").ZodString;
|
|
7179
|
+
backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
7180
|
+
textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
7181
|
+
layout: import("zod").ZodString;
|
|
7182
|
+
layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7183
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7184
|
+
backgroundColour: string;
|
|
7185
|
+
layout: string;
|
|
7186
|
+
headline?: string | undefined;
|
|
7187
|
+
standfirst?: string | undefined;
|
|
7188
|
+
backgroundBox?: boolean | undefined;
|
|
7189
|
+
textShadow?: boolean | undefined;
|
|
7190
|
+
layoutWidth?: string | undefined;
|
|
7191
|
+
}, {
|
|
7192
|
+
backgroundColour: string;
|
|
7193
|
+
layout: string;
|
|
7194
|
+
headline?: string | undefined;
|
|
7195
|
+
standfirst?: string | undefined;
|
|
7196
|
+
backgroundBox?: boolean | undefined;
|
|
7197
|
+
textShadow?: boolean | undefined;
|
|
7198
|
+
layoutWidth?: string | undefined;
|
|
7199
|
+
}>>;
|
|
7200
|
+
comments: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7201
|
+
enabled: import("zod").ZodBoolean;
|
|
7202
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7203
|
+
enabled: boolean;
|
|
7204
|
+
}, {
|
|
7205
|
+
enabled: boolean;
|
|
7206
|
+
}>>;
|
|
7207
|
+
containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
7208
|
+
apiUrl: import("zod").ZodString;
|
|
7209
|
+
id: import("zod").ZodString;
|
|
7210
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7211
|
+
id: string;
|
|
7212
|
+
apiUrl: string;
|
|
7213
|
+
}, {
|
|
7214
|
+
id: string;
|
|
7215
|
+
apiUrl: string;
|
|
7216
|
+
}>, "many">>;
|
|
7217
|
+
tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7218
|
+
labelType: import("zod").ZodString;
|
|
7219
|
+
sequence: import("zod").ZodString;
|
|
7220
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7221
|
+
labelType: string;
|
|
7222
|
+
sequence: string;
|
|
7223
|
+
}, {
|
|
7224
|
+
labelType: string;
|
|
7225
|
+
sequence: string;
|
|
7226
|
+
}>>;
|
|
7227
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed">, Pick<{
|
|
7228
|
+
title: import("zod").ZodString;
|
|
7229
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7230
|
+
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7231
|
+
bodyXML: import("zod").ZodString;
|
|
7232
|
+
summary: import("zod").ZodObject<{
|
|
7233
|
+
bodyXML: import("zod").ZodString;
|
|
7234
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7235
|
+
bodyXML: string;
|
|
7236
|
+
}, {
|
|
7237
|
+
bodyXML: string;
|
|
7238
|
+
}>;
|
|
7239
|
+
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7240
|
+
promotionalTitle: import("zod").ZodString;
|
|
7241
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7242
|
+
promotionalTitle: string;
|
|
7243
|
+
}, {
|
|
7244
|
+
promotionalTitle: string;
|
|
7245
|
+
}>>;
|
|
7246
|
+
alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7247
|
+
promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7248
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7249
|
+
promotionalStandfirst?: string | undefined;
|
|
7250
|
+
}, {
|
|
7251
|
+
promotionalStandfirst?: string | undefined;
|
|
7252
|
+
}>>;
|
|
7253
|
+
pinnedPosts: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7254
|
+
contains: import("zod").ZodArray<import("zod").ZodObject<{
|
|
7255
|
+
id: import("zod").ZodString;
|
|
7256
|
+
apiUrl: import("zod").ZodString;
|
|
7257
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7258
|
+
id: string;
|
|
7259
|
+
apiUrl: string;
|
|
7260
|
+
}, {
|
|
7261
|
+
id: string;
|
|
7262
|
+
apiUrl: string;
|
|
7263
|
+
}>, "many">;
|
|
7264
|
+
design: import("zod").ZodObject<{
|
|
7265
|
+
theme: import("zod").ZodUnion<[import("zod").ZodLiteral<"special-report">, import("zod").ZodLiteral<"extra">, import("zod").ZodLiteral<"basic">, import("zod").ZodLiteral<"extra-wide">]>;
|
|
7266
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7267
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
7268
|
+
}, {
|
|
7269
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
7270
|
+
}>;
|
|
7271
|
+
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7272
|
+
}, "bodyXML">>, {
|
|
7273
|
+
apiUrl: import("zod").ZodString;
|
|
7274
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
7275
|
+
path: import("zod").ZodString;
|
|
7276
|
+
versionRange: import("zod").ZodString;
|
|
7277
|
+
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
7278
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7279
|
+
id: string;
|
|
7280
|
+
apiUrl: string;
|
|
7281
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
7282
|
+
path: string;
|
|
7283
|
+
publishedDate: string;
|
|
7284
|
+
versionRange: string;
|
|
7285
|
+
firstPublishedDate: string;
|
|
7286
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
7287
|
+
bodyXML: string;
|
|
7288
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
7289
|
+
canonicalWebUrl?: string | undefined;
|
|
7290
|
+
publishReference?: string | undefined;
|
|
7291
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
7292
|
+
}, {
|
|
7293
|
+
id: string;
|
|
7294
|
+
apiUrl: string;
|
|
7295
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
7296
|
+
path: string;
|
|
7297
|
+
publishedDate: string;
|
|
7298
|
+
versionRange: string;
|
|
7299
|
+
firstPublishedDate: string;
|
|
7300
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
7301
|
+
bodyXML: string;
|
|
7302
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
7303
|
+
canonicalWebUrl?: string | undefined;
|
|
7304
|
+
publishReference?: string | undefined;
|
|
7305
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
6474
7306
|
}>]>, "many">>;
|
|
6475
7307
|
dataSource: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
6476
7308
|
binaryUrl: import("zod").ZodString;
|
|
@@ -6670,22 +7502,1927 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6670
7502
|
})[];
|
|
6671
7503
|
description?: string | undefined;
|
|
6672
7504
|
} | undefined;
|
|
6673
|
-
}> | import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
|
|
6678
|
-
|
|
6679
|
-
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
7505
|
+
}> | import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Omit<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
7506
|
+
id: import("zod").ZodString;
|
|
7507
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
7508
|
+
id: import("zod").ZodString;
|
|
7509
|
+
apiUrl: import("zod").ZodString;
|
|
7510
|
+
directType: import("zod").ZodString;
|
|
7511
|
+
prefLabel: import("zod").ZodString;
|
|
7512
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7513
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7514
|
+
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7515
|
+
}, {
|
|
7516
|
+
predicate: import("zod").ZodString;
|
|
7517
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7518
|
+
id: string;
|
|
7519
|
+
apiUrl: string;
|
|
7520
|
+
directType: string;
|
|
7521
|
+
prefLabel: string;
|
|
7522
|
+
types: string[];
|
|
7523
|
+
predicate: string;
|
|
7524
|
+
type?: string | undefined;
|
|
7525
|
+
headshot?: string | undefined;
|
|
7526
|
+
}, {
|
|
7527
|
+
id: string;
|
|
7528
|
+
apiUrl: string;
|
|
7529
|
+
directType: string;
|
|
7530
|
+
prefLabel: string;
|
|
7531
|
+
types: string[];
|
|
7532
|
+
predicate: string;
|
|
7533
|
+
type?: string | undefined;
|
|
7534
|
+
headshot?: string | undefined;
|
|
7535
|
+
}>, "many">;
|
|
7536
|
+
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7537
|
+
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7538
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7539
|
+
path: import("zod").ZodString;
|
|
7540
|
+
versionRange: import("zod").ZodString;
|
|
7541
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7542
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7543
|
+
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7544
|
+
editorsChoice: import("zod").ZodBoolean;
|
|
7545
|
+
exclusive: import("zod").ZodBoolean;
|
|
7546
|
+
scoop: import("zod").ZodBoolean;
|
|
7547
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7548
|
+
editorsChoice: boolean;
|
|
7549
|
+
exclusive: boolean;
|
|
7550
|
+
scoop: boolean;
|
|
7551
|
+
}, {
|
|
7552
|
+
editorsChoice: boolean;
|
|
7553
|
+
exclusive: boolean;
|
|
7554
|
+
scoop: boolean;
|
|
7555
|
+
}>>;
|
|
7556
|
+
publishedDate: import("zod").ZodString;
|
|
7557
|
+
firstPublishedDate: import("zod").ZodString;
|
|
7558
|
+
publishReference: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7559
|
+
lastModified: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7560
|
+
realtime: import("zod").ZodBoolean;
|
|
7561
|
+
editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7562
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
|
|
7563
|
+
canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
|
|
7564
|
+
canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
|
|
7565
|
+
topper: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7566
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7567
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7568
|
+
backgroundColour: import("zod").ZodString;
|
|
7569
|
+
backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
7570
|
+
textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
7571
|
+
layout: import("zod").ZodString;
|
|
7572
|
+
layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7573
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7574
|
+
backgroundColour: string;
|
|
7575
|
+
layout: string;
|
|
7576
|
+
headline?: string | undefined;
|
|
7577
|
+
standfirst?: string | undefined;
|
|
7578
|
+
backgroundBox?: boolean | undefined;
|
|
7579
|
+
textShadow?: boolean | undefined;
|
|
7580
|
+
layoutWidth?: string | undefined;
|
|
7581
|
+
}, {
|
|
7582
|
+
backgroundColour: string;
|
|
7583
|
+
layout: string;
|
|
7584
|
+
headline?: string | undefined;
|
|
7585
|
+
standfirst?: string | undefined;
|
|
7586
|
+
backgroundBox?: boolean | undefined;
|
|
7587
|
+
textShadow?: boolean | undefined;
|
|
7588
|
+
layoutWidth?: string | undefined;
|
|
7589
|
+
}>>;
|
|
7590
|
+
comments: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7591
|
+
enabled: import("zod").ZodBoolean;
|
|
7592
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7593
|
+
enabled: boolean;
|
|
7594
|
+
}, {
|
|
7595
|
+
enabled: boolean;
|
|
7596
|
+
}>>;
|
|
7597
|
+
containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
7598
|
+
apiUrl: import("zod").ZodString;
|
|
7599
|
+
id: import("zod").ZodString;
|
|
7600
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7601
|
+
id: string;
|
|
7602
|
+
apiUrl: string;
|
|
7603
|
+
}, {
|
|
7604
|
+
id: string;
|
|
7605
|
+
apiUrl: string;
|
|
7606
|
+
}>, "many">>;
|
|
7607
|
+
tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7608
|
+
labelType: import("zod").ZodString;
|
|
7609
|
+
sequence: import("zod").ZodString;
|
|
7610
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7611
|
+
labelType: string;
|
|
7612
|
+
sequence: string;
|
|
7613
|
+
}, {
|
|
7614
|
+
labelType: string;
|
|
7615
|
+
sequence: string;
|
|
7616
|
+
}>>;
|
|
7617
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed">, Pick<{
|
|
7618
|
+
title: import("zod").ZodString;
|
|
7619
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7620
|
+
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7621
|
+
bodyXML: import("zod").ZodString;
|
|
7622
|
+
summary: import("zod").ZodObject<{
|
|
7623
|
+
bodyXML: import("zod").ZodString;
|
|
7624
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7625
|
+
bodyXML: string;
|
|
7626
|
+
}, {
|
|
7627
|
+
bodyXML: string;
|
|
7628
|
+
}>;
|
|
7629
|
+
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7630
|
+
promotionalTitle: import("zod").ZodString;
|
|
7631
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7632
|
+
promotionalTitle: string;
|
|
7633
|
+
}, {
|
|
7634
|
+
promotionalTitle: string;
|
|
7635
|
+
}>>;
|
|
7636
|
+
alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7637
|
+
promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7638
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7639
|
+
promotionalStandfirst?: string | undefined;
|
|
7640
|
+
}, {
|
|
7641
|
+
promotionalStandfirst?: string | undefined;
|
|
7642
|
+
}>>;
|
|
7643
|
+
pinnedPosts: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7644
|
+
contains: import("zod").ZodArray<import("zod").ZodObject<{
|
|
7645
|
+
id: import("zod").ZodString;
|
|
7646
|
+
apiUrl: import("zod").ZodString;
|
|
7647
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7648
|
+
id: string;
|
|
7649
|
+
apiUrl: string;
|
|
7650
|
+
}, {
|
|
7651
|
+
id: string;
|
|
7652
|
+
apiUrl: string;
|
|
7653
|
+
}>, "many">;
|
|
7654
|
+
design: import("zod").ZodObject<{
|
|
7655
|
+
theme: import("zod").ZodUnion<[import("zod").ZodLiteral<"special-report">, import("zod").ZodLiteral<"extra">, import("zod").ZodLiteral<"basic">, import("zod").ZodLiteral<"extra-wide">]>;
|
|
7656
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7657
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
7658
|
+
}, {
|
|
7659
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
7660
|
+
}>;
|
|
7661
|
+
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7662
|
+
}, "bodyXML">>, {
|
|
7663
|
+
apiUrl: import("zod").ZodString;
|
|
7664
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
7665
|
+
path: import("zod").ZodString;
|
|
7666
|
+
versionRange: import("zod").ZodString;
|
|
7667
|
+
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
7668
|
+
}>, "type">, Pick<{
|
|
7669
|
+
id: import("zod").ZodString;
|
|
7670
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
7671
|
+
id: import("zod").ZodString;
|
|
7672
|
+
apiUrl: import("zod").ZodString;
|
|
7673
|
+
directType: import("zod").ZodString;
|
|
7674
|
+
prefLabel: import("zod").ZodString;
|
|
7675
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7676
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7677
|
+
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7678
|
+
}, {
|
|
7679
|
+
predicate: import("zod").ZodString;
|
|
7680
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7681
|
+
id: string;
|
|
7682
|
+
apiUrl: string;
|
|
7683
|
+
directType: string;
|
|
7684
|
+
prefLabel: string;
|
|
7685
|
+
types: string[];
|
|
7686
|
+
predicate: string;
|
|
7687
|
+
type?: string | undefined;
|
|
7688
|
+
headshot?: string | undefined;
|
|
7689
|
+
}, {
|
|
7690
|
+
id: string;
|
|
7691
|
+
apiUrl: string;
|
|
7692
|
+
directType: string;
|
|
7693
|
+
prefLabel: string;
|
|
7694
|
+
types: string[];
|
|
7695
|
+
predicate: string;
|
|
7696
|
+
type?: string | undefined;
|
|
7697
|
+
headshot?: string | undefined;
|
|
7698
|
+
}>, "many">;
|
|
7699
|
+
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7700
|
+
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7701
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7702
|
+
path: import("zod").ZodString;
|
|
7703
|
+
versionRange: import("zod").ZodString;
|
|
7704
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7705
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7706
|
+
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7707
|
+
editorsChoice: import("zod").ZodBoolean;
|
|
7708
|
+
exclusive: import("zod").ZodBoolean;
|
|
7709
|
+
scoop: import("zod").ZodBoolean;
|
|
7710
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7711
|
+
editorsChoice: boolean;
|
|
7712
|
+
exclusive: boolean;
|
|
7713
|
+
scoop: boolean;
|
|
7714
|
+
}, {
|
|
7715
|
+
editorsChoice: boolean;
|
|
7716
|
+
exclusive: boolean;
|
|
7717
|
+
scoop: boolean;
|
|
7718
|
+
}>>;
|
|
7719
|
+
publishedDate: import("zod").ZodString;
|
|
7720
|
+
firstPublishedDate: import("zod").ZodString;
|
|
7721
|
+
publishReference: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7722
|
+
lastModified: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7723
|
+
realtime: import("zod").ZodBoolean;
|
|
7724
|
+
editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7725
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
|
|
7726
|
+
canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
|
|
7727
|
+
canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
|
|
7728
|
+
topper: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7729
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7730
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7731
|
+
backgroundColour: import("zod").ZodString;
|
|
7732
|
+
backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
7733
|
+
textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
7734
|
+
layout: import("zod").ZodString;
|
|
7735
|
+
layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7736
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7737
|
+
backgroundColour: string;
|
|
7738
|
+
layout: string;
|
|
7739
|
+
headline?: string | undefined;
|
|
7740
|
+
standfirst?: string | undefined;
|
|
7741
|
+
backgroundBox?: boolean | undefined;
|
|
7742
|
+
textShadow?: boolean | undefined;
|
|
7743
|
+
layoutWidth?: string | undefined;
|
|
7744
|
+
}, {
|
|
7745
|
+
backgroundColour: string;
|
|
7746
|
+
layout: string;
|
|
7747
|
+
headline?: string | undefined;
|
|
7748
|
+
standfirst?: string | undefined;
|
|
7749
|
+
backgroundBox?: boolean | undefined;
|
|
7750
|
+
textShadow?: boolean | undefined;
|
|
7751
|
+
layoutWidth?: string | undefined;
|
|
7752
|
+
}>>;
|
|
7753
|
+
comments: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7754
|
+
enabled: import("zod").ZodBoolean;
|
|
7755
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7756
|
+
enabled: boolean;
|
|
7757
|
+
}, {
|
|
7758
|
+
enabled: boolean;
|
|
7759
|
+
}>>;
|
|
7760
|
+
containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
7761
|
+
apiUrl: import("zod").ZodString;
|
|
7762
|
+
id: import("zod").ZodString;
|
|
7763
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7764
|
+
id: string;
|
|
7765
|
+
apiUrl: string;
|
|
7766
|
+
}, {
|
|
7767
|
+
id: string;
|
|
7768
|
+
apiUrl: string;
|
|
7769
|
+
}>, "many">>;
|
|
7770
|
+
tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7771
|
+
labelType: import("zod").ZodString;
|
|
7772
|
+
sequence: import("zod").ZodString;
|
|
7773
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7774
|
+
labelType: string;
|
|
7775
|
+
sequence: string;
|
|
7776
|
+
}, {
|
|
7777
|
+
labelType: string;
|
|
7778
|
+
sequence: string;
|
|
7779
|
+
}>>;
|
|
7780
|
+
}, "types" | "annotations">>, Pick<{
|
|
7781
|
+
mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
7782
|
+
id: import("zod").ZodString;
|
|
7783
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
7784
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7785
|
+
members: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
7786
|
+
id: import("zod").ZodString;
|
|
7787
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
7788
|
+
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">]>>;
|
|
7789
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7790
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7791
|
+
binaryUrl: import("zod").ZodString;
|
|
7792
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7793
|
+
notice: import("zod").ZodString;
|
|
7794
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7795
|
+
notice: string;
|
|
7796
|
+
}, {
|
|
7797
|
+
notice: string;
|
|
7798
|
+
}>>;
|
|
7799
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7800
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7801
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7802
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7803
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7804
|
+
id: string;
|
|
7805
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
7806
|
+
binaryUrl: string;
|
|
7807
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7808
|
+
title?: string | undefined;
|
|
7809
|
+
description?: string | undefined;
|
|
7810
|
+
copyright?: {
|
|
7811
|
+
notice: string;
|
|
7812
|
+
} | undefined;
|
|
7813
|
+
minDisplayWidth?: string | undefined;
|
|
7814
|
+
maxDisplayWidth?: string | undefined;
|
|
7815
|
+
pixelWidth?: number | undefined;
|
|
7816
|
+
pixelHeight?: number | undefined;
|
|
7817
|
+
}, {
|
|
7818
|
+
id: string;
|
|
7819
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
7820
|
+
binaryUrl: string;
|
|
7821
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7822
|
+
title?: string | undefined;
|
|
7823
|
+
description?: string | undefined;
|
|
7824
|
+
copyright?: {
|
|
7825
|
+
notice: string;
|
|
7826
|
+
} | undefined;
|
|
7827
|
+
minDisplayWidth?: string | undefined;
|
|
7828
|
+
maxDisplayWidth?: string | undefined;
|
|
7829
|
+
pixelWidth?: number | undefined;
|
|
7830
|
+
pixelHeight?: number | undefined;
|
|
7831
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
7832
|
+
id: import("zod").ZodString;
|
|
7833
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
7834
|
+
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">]>>;
|
|
7835
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7836
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7837
|
+
binaryUrl: import("zod").ZodString;
|
|
7838
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7839
|
+
notice: import("zod").ZodString;
|
|
7840
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7841
|
+
notice: string;
|
|
7842
|
+
}, {
|
|
7843
|
+
notice: string;
|
|
7844
|
+
}>>;
|
|
7845
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7846
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7847
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7848
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7849
|
+
}, {
|
|
7850
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
7851
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
7852
|
+
id: string;
|
|
7853
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
7854
|
+
binaryUrl: string;
|
|
7855
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7856
|
+
title?: string | undefined;
|
|
7857
|
+
description?: string | undefined;
|
|
7858
|
+
copyright?: {
|
|
7859
|
+
notice: string;
|
|
7860
|
+
} | undefined;
|
|
7861
|
+
minDisplayWidth?: string | undefined;
|
|
7862
|
+
maxDisplayWidth?: string | undefined;
|
|
7863
|
+
pixelWidth?: number | undefined;
|
|
7864
|
+
pixelHeight?: number | undefined;
|
|
7865
|
+
}, {
|
|
7866
|
+
id: string;
|
|
7867
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
7868
|
+
binaryUrl: string;
|
|
7869
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7870
|
+
title?: string | undefined;
|
|
7871
|
+
description?: string | undefined;
|
|
7872
|
+
copyright?: {
|
|
7873
|
+
notice: string;
|
|
7874
|
+
} | undefined;
|
|
7875
|
+
minDisplayWidth?: string | undefined;
|
|
7876
|
+
maxDisplayWidth?: string | undefined;
|
|
7877
|
+
pixelWidth?: number | undefined;
|
|
7878
|
+
pixelHeight?: number | undefined;
|
|
7879
|
+
}>]>, "many">;
|
|
7880
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7881
|
+
id: string;
|
|
7882
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
7883
|
+
members: ({
|
|
7884
|
+
id: string;
|
|
7885
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
7886
|
+
binaryUrl: string;
|
|
7887
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7888
|
+
title?: string | undefined;
|
|
7889
|
+
description?: string | undefined;
|
|
7890
|
+
copyright?: {
|
|
7891
|
+
notice: string;
|
|
7892
|
+
} | undefined;
|
|
7893
|
+
minDisplayWidth?: string | undefined;
|
|
7894
|
+
maxDisplayWidth?: string | undefined;
|
|
7895
|
+
pixelWidth?: number | undefined;
|
|
7896
|
+
pixelHeight?: number | undefined;
|
|
7897
|
+
} | {
|
|
7898
|
+
id: string;
|
|
7899
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
7900
|
+
binaryUrl: string;
|
|
7901
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7902
|
+
title?: string | undefined;
|
|
7903
|
+
description?: string | undefined;
|
|
7904
|
+
copyright?: {
|
|
7905
|
+
notice: string;
|
|
7906
|
+
} | undefined;
|
|
7907
|
+
minDisplayWidth?: string | undefined;
|
|
7908
|
+
maxDisplayWidth?: string | undefined;
|
|
7909
|
+
pixelWidth?: number | undefined;
|
|
7910
|
+
pixelHeight?: number | undefined;
|
|
7911
|
+
})[];
|
|
7912
|
+
description?: string | undefined;
|
|
7913
|
+
}, {
|
|
7914
|
+
id: string;
|
|
7915
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
7916
|
+
members: ({
|
|
7917
|
+
id: string;
|
|
7918
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
7919
|
+
binaryUrl: string;
|
|
7920
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7921
|
+
title?: string | undefined;
|
|
7922
|
+
description?: string | undefined;
|
|
7923
|
+
copyright?: {
|
|
7924
|
+
notice: string;
|
|
7925
|
+
} | undefined;
|
|
7926
|
+
minDisplayWidth?: string | undefined;
|
|
7927
|
+
maxDisplayWidth?: string | undefined;
|
|
7928
|
+
pixelWidth?: number | undefined;
|
|
7929
|
+
pixelHeight?: number | undefined;
|
|
7930
|
+
} | {
|
|
7931
|
+
id: string;
|
|
7932
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
7933
|
+
binaryUrl: string;
|
|
7934
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7935
|
+
title?: string | undefined;
|
|
7936
|
+
description?: string | undefined;
|
|
7937
|
+
copyright?: {
|
|
7938
|
+
notice: string;
|
|
7939
|
+
} | undefined;
|
|
7940
|
+
minDisplayWidth?: string | undefined;
|
|
7941
|
+
maxDisplayWidth?: string | undefined;
|
|
7942
|
+
pixelWidth?: number | undefined;
|
|
7943
|
+
pixelHeight?: number | undefined;
|
|
7944
|
+
})[];
|
|
7945
|
+
description?: string | undefined;
|
|
7946
|
+
}>, import("zod").ZodObject<{
|
|
7947
|
+
id: import("zod").ZodString;
|
|
7948
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
7949
|
+
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">]>>;
|
|
7950
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7951
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7952
|
+
binaryUrl: import("zod").ZodString;
|
|
7953
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
7954
|
+
notice: import("zod").ZodString;
|
|
7955
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7956
|
+
notice: string;
|
|
7957
|
+
}, {
|
|
7958
|
+
notice: string;
|
|
7959
|
+
}>>;
|
|
7960
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7961
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7962
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7963
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7964
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7965
|
+
id: string;
|
|
7966
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
7967
|
+
binaryUrl: string;
|
|
7968
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7969
|
+
title?: string | undefined;
|
|
7970
|
+
description?: string | undefined;
|
|
7971
|
+
copyright?: {
|
|
7972
|
+
notice: string;
|
|
7973
|
+
} | undefined;
|
|
7974
|
+
minDisplayWidth?: string | undefined;
|
|
7975
|
+
maxDisplayWidth?: string | undefined;
|
|
7976
|
+
pixelWidth?: number | undefined;
|
|
7977
|
+
pixelHeight?: number | undefined;
|
|
7978
|
+
}, {
|
|
7979
|
+
id: string;
|
|
7980
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
7981
|
+
binaryUrl: string;
|
|
7982
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
7983
|
+
title?: string | undefined;
|
|
7984
|
+
description?: string | undefined;
|
|
7985
|
+
copyright?: {
|
|
7986
|
+
notice: string;
|
|
7987
|
+
} | undefined;
|
|
7988
|
+
minDisplayWidth?: string | undefined;
|
|
7989
|
+
maxDisplayWidth?: string | undefined;
|
|
7990
|
+
pixelWidth?: number | undefined;
|
|
7991
|
+
pixelHeight?: number | undefined;
|
|
7992
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
7993
|
+
id: import("zod").ZodString;
|
|
7994
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
7995
|
+
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">]>>;
|
|
7996
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7997
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7998
|
+
binaryUrl: import("zod").ZodString;
|
|
7999
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8000
|
+
notice: import("zod").ZodString;
|
|
8001
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8002
|
+
notice: string;
|
|
8003
|
+
}, {
|
|
8004
|
+
notice: string;
|
|
8005
|
+
}>>;
|
|
8006
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8007
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8008
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8009
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8010
|
+
}, {
|
|
8011
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
8012
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
8013
|
+
id: string;
|
|
8014
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8015
|
+
binaryUrl: string;
|
|
8016
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8017
|
+
title?: string | undefined;
|
|
8018
|
+
description?: string | undefined;
|
|
8019
|
+
copyright?: {
|
|
8020
|
+
notice: string;
|
|
8021
|
+
} | undefined;
|
|
8022
|
+
minDisplayWidth?: string | undefined;
|
|
8023
|
+
maxDisplayWidth?: string | undefined;
|
|
8024
|
+
pixelWidth?: number | undefined;
|
|
8025
|
+
pixelHeight?: number | undefined;
|
|
8026
|
+
}, {
|
|
8027
|
+
id: string;
|
|
8028
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8029
|
+
binaryUrl: string;
|
|
8030
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8031
|
+
title?: string | undefined;
|
|
8032
|
+
description?: string | undefined;
|
|
8033
|
+
copyright?: {
|
|
8034
|
+
notice: string;
|
|
8035
|
+
} | undefined;
|
|
8036
|
+
minDisplayWidth?: string | undefined;
|
|
8037
|
+
maxDisplayWidth?: string | undefined;
|
|
8038
|
+
pixelWidth?: number | undefined;
|
|
8039
|
+
pixelHeight?: number | undefined;
|
|
8040
|
+
}>]>>;
|
|
8041
|
+
leadImages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
8042
|
+
type: import("zod").ZodUnion<[import("zod").ZodLiteral<"standard">, import("zod").ZodLiteral<"square">, import("zod").ZodLiteral<"wide">, import("zod").ZodLiteral<"portrait">, import("zod").ZodLiteral<"landscape">]>;
|
|
8043
|
+
id: import("zod").ZodString;
|
|
8044
|
+
image: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
8045
|
+
id: import("zod").ZodString;
|
|
8046
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8047
|
+
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">]>>;
|
|
8048
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8049
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8050
|
+
binaryUrl: import("zod").ZodString;
|
|
8051
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8052
|
+
notice: import("zod").ZodString;
|
|
8053
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8054
|
+
notice: string;
|
|
8055
|
+
}, {
|
|
8056
|
+
notice: string;
|
|
8057
|
+
}>>;
|
|
8058
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8059
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8060
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8061
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8062
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8063
|
+
id: string;
|
|
8064
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8065
|
+
binaryUrl: string;
|
|
8066
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8067
|
+
title?: string | undefined;
|
|
8068
|
+
description?: string | undefined;
|
|
8069
|
+
copyright?: {
|
|
8070
|
+
notice: string;
|
|
8071
|
+
} | undefined;
|
|
8072
|
+
minDisplayWidth?: string | undefined;
|
|
8073
|
+
maxDisplayWidth?: string | undefined;
|
|
8074
|
+
pixelWidth?: number | undefined;
|
|
8075
|
+
pixelHeight?: number | undefined;
|
|
8076
|
+
}, {
|
|
8077
|
+
id: string;
|
|
8078
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8079
|
+
binaryUrl: string;
|
|
8080
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8081
|
+
title?: string | undefined;
|
|
8082
|
+
description?: string | undefined;
|
|
8083
|
+
copyright?: {
|
|
8084
|
+
notice: string;
|
|
8085
|
+
} | undefined;
|
|
8086
|
+
minDisplayWidth?: string | undefined;
|
|
8087
|
+
maxDisplayWidth?: string | undefined;
|
|
8088
|
+
pixelWidth?: number | undefined;
|
|
8089
|
+
pixelHeight?: number | undefined;
|
|
8090
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
8091
|
+
id: import("zod").ZodString;
|
|
8092
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8093
|
+
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">]>>;
|
|
8094
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8095
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8096
|
+
binaryUrl: import("zod").ZodString;
|
|
8097
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8098
|
+
notice: import("zod").ZodString;
|
|
8099
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8100
|
+
notice: string;
|
|
8101
|
+
}, {
|
|
8102
|
+
notice: string;
|
|
8103
|
+
}>>;
|
|
8104
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8105
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8106
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8107
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8108
|
+
}, {
|
|
8109
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
8110
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
8111
|
+
id: string;
|
|
8112
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8113
|
+
binaryUrl: string;
|
|
8114
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8115
|
+
title?: string | undefined;
|
|
8116
|
+
description?: string | undefined;
|
|
8117
|
+
copyright?: {
|
|
8118
|
+
notice: string;
|
|
8119
|
+
} | undefined;
|
|
8120
|
+
minDisplayWidth?: string | undefined;
|
|
8121
|
+
maxDisplayWidth?: string | undefined;
|
|
8122
|
+
pixelWidth?: number | undefined;
|
|
8123
|
+
pixelHeight?: number | undefined;
|
|
8124
|
+
}, {
|
|
8125
|
+
id: string;
|
|
8126
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8127
|
+
binaryUrl: string;
|
|
8128
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8129
|
+
title?: string | undefined;
|
|
8130
|
+
description?: string | undefined;
|
|
8131
|
+
copyright?: {
|
|
8132
|
+
notice: string;
|
|
8133
|
+
} | undefined;
|
|
8134
|
+
minDisplayWidth?: string | undefined;
|
|
8135
|
+
maxDisplayWidth?: string | undefined;
|
|
8136
|
+
pixelWidth?: number | undefined;
|
|
8137
|
+
pixelHeight?: number | undefined;
|
|
8138
|
+
}>]>;
|
|
8139
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8140
|
+
id: string;
|
|
8141
|
+
type: "standard" | "square" | "wide" | "portrait" | "landscape";
|
|
8142
|
+
image: {
|
|
8143
|
+
id: string;
|
|
8144
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8145
|
+
binaryUrl: string;
|
|
8146
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8147
|
+
title?: string | undefined;
|
|
8148
|
+
description?: string | undefined;
|
|
8149
|
+
copyright?: {
|
|
8150
|
+
notice: string;
|
|
8151
|
+
} | undefined;
|
|
8152
|
+
minDisplayWidth?: string | undefined;
|
|
8153
|
+
maxDisplayWidth?: string | undefined;
|
|
8154
|
+
pixelWidth?: number | undefined;
|
|
8155
|
+
pixelHeight?: number | undefined;
|
|
8156
|
+
} | {
|
|
8157
|
+
id: string;
|
|
8158
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8159
|
+
binaryUrl: string;
|
|
8160
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8161
|
+
title?: string | undefined;
|
|
8162
|
+
description?: string | undefined;
|
|
8163
|
+
copyright?: {
|
|
8164
|
+
notice: string;
|
|
8165
|
+
} | undefined;
|
|
8166
|
+
minDisplayWidth?: string | undefined;
|
|
8167
|
+
maxDisplayWidth?: string | undefined;
|
|
8168
|
+
pixelWidth?: number | undefined;
|
|
8169
|
+
pixelHeight?: number | undefined;
|
|
8170
|
+
};
|
|
8171
|
+
}, {
|
|
8172
|
+
id: string;
|
|
8173
|
+
type: "standard" | "square" | "wide" | "portrait" | "landscape";
|
|
8174
|
+
image: {
|
|
8175
|
+
id: string;
|
|
8176
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8177
|
+
binaryUrl: string;
|
|
8178
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8179
|
+
title?: string | undefined;
|
|
8180
|
+
description?: string | undefined;
|
|
8181
|
+
copyright?: {
|
|
8182
|
+
notice: string;
|
|
8183
|
+
} | undefined;
|
|
8184
|
+
minDisplayWidth?: string | undefined;
|
|
8185
|
+
maxDisplayWidth?: string | undefined;
|
|
8186
|
+
pixelWidth?: number | undefined;
|
|
8187
|
+
pixelHeight?: number | undefined;
|
|
8188
|
+
} | {
|
|
8189
|
+
id: string;
|
|
8190
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8191
|
+
binaryUrl: string;
|
|
8192
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8193
|
+
title?: string | undefined;
|
|
8194
|
+
description?: string | undefined;
|
|
8195
|
+
copyright?: {
|
|
8196
|
+
notice: string;
|
|
8197
|
+
} | undefined;
|
|
8198
|
+
minDisplayWidth?: string | undefined;
|
|
8199
|
+
maxDisplayWidth?: string | undefined;
|
|
8200
|
+
pixelWidth?: number | undefined;
|
|
8201
|
+
pixelHeight?: number | undefined;
|
|
8202
|
+
};
|
|
8203
|
+
}>, "many">>;
|
|
8204
|
+
alternativeImages: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8205
|
+
promotionalImage: import("zod").ZodObject<{
|
|
8206
|
+
id: import("zod").ZodString;
|
|
8207
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8208
|
+
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">]>>;
|
|
8209
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8210
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8211
|
+
binaryUrl: import("zod").ZodString;
|
|
8212
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8213
|
+
notice: import("zod").ZodString;
|
|
8214
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8215
|
+
notice: string;
|
|
8216
|
+
}, {
|
|
8217
|
+
notice: string;
|
|
8218
|
+
}>>;
|
|
8219
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8220
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8221
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8222
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8223
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8224
|
+
id: string;
|
|
8225
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8226
|
+
binaryUrl: string;
|
|
8227
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8228
|
+
title?: string | undefined;
|
|
8229
|
+
description?: string | undefined;
|
|
8230
|
+
copyright?: {
|
|
8231
|
+
notice: string;
|
|
8232
|
+
} | undefined;
|
|
8233
|
+
minDisplayWidth?: string | undefined;
|
|
8234
|
+
maxDisplayWidth?: string | undefined;
|
|
8235
|
+
pixelWidth?: number | undefined;
|
|
8236
|
+
pixelHeight?: number | undefined;
|
|
8237
|
+
}, {
|
|
8238
|
+
id: string;
|
|
8239
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8240
|
+
binaryUrl: string;
|
|
8241
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8242
|
+
title?: string | undefined;
|
|
8243
|
+
description?: string | undefined;
|
|
8244
|
+
copyright?: {
|
|
8245
|
+
notice: string;
|
|
8246
|
+
} | undefined;
|
|
8247
|
+
minDisplayWidth?: string | undefined;
|
|
8248
|
+
maxDisplayWidth?: string | undefined;
|
|
8249
|
+
pixelWidth?: number | undefined;
|
|
8250
|
+
pixelHeight?: number | undefined;
|
|
8251
|
+
}>;
|
|
8252
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8253
|
+
promotionalImage: {
|
|
8254
|
+
id: string;
|
|
8255
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8256
|
+
binaryUrl: string;
|
|
8257
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8258
|
+
title?: string | undefined;
|
|
8259
|
+
description?: string | undefined;
|
|
8260
|
+
copyright?: {
|
|
8261
|
+
notice: string;
|
|
8262
|
+
} | undefined;
|
|
8263
|
+
minDisplayWidth?: string | undefined;
|
|
8264
|
+
maxDisplayWidth?: string | undefined;
|
|
8265
|
+
pixelWidth?: number | undefined;
|
|
8266
|
+
pixelHeight?: number | undefined;
|
|
8267
|
+
};
|
|
8268
|
+
}, {
|
|
8269
|
+
promotionalImage: {
|
|
8270
|
+
id: string;
|
|
8271
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8272
|
+
binaryUrl: string;
|
|
8273
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8274
|
+
title?: string | undefined;
|
|
8275
|
+
description?: string | undefined;
|
|
8276
|
+
copyright?: {
|
|
8277
|
+
notice: string;
|
|
8278
|
+
} | undefined;
|
|
8279
|
+
minDisplayWidth?: string | undefined;
|
|
8280
|
+
maxDisplayWidth?: string | undefined;
|
|
8281
|
+
pixelWidth?: number | undefined;
|
|
8282
|
+
pixelHeight?: number | undefined;
|
|
8283
|
+
};
|
|
8284
|
+
}>>;
|
|
8285
|
+
leadFlourish: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8286
|
+
id: import("zod").ZodString;
|
|
8287
|
+
type: import("zod").ZodString;
|
|
8288
|
+
description: import("zod").ZodString;
|
|
8289
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8290
|
+
id: string;
|
|
8291
|
+
type: string;
|
|
8292
|
+
description: string;
|
|
8293
|
+
}, {
|
|
8294
|
+
id: string;
|
|
8295
|
+
type: string;
|
|
8296
|
+
description: string;
|
|
8297
|
+
}>>;
|
|
8298
|
+
embeds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
8299
|
+
id: import("zod").ZodString;
|
|
8300
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
8301
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8302
|
+
members: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
8303
|
+
id: import("zod").ZodString;
|
|
8304
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8305
|
+
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">]>>;
|
|
8306
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8307
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8308
|
+
binaryUrl: import("zod").ZodString;
|
|
8309
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8310
|
+
notice: import("zod").ZodString;
|
|
8311
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8312
|
+
notice: string;
|
|
8313
|
+
}, {
|
|
8314
|
+
notice: string;
|
|
8315
|
+
}>>;
|
|
8316
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8317
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8318
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8319
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8320
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8321
|
+
id: string;
|
|
8322
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8323
|
+
binaryUrl: string;
|
|
8324
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8325
|
+
title?: string | undefined;
|
|
8326
|
+
description?: string | undefined;
|
|
8327
|
+
copyright?: {
|
|
8328
|
+
notice: string;
|
|
8329
|
+
} | undefined;
|
|
8330
|
+
minDisplayWidth?: string | undefined;
|
|
8331
|
+
maxDisplayWidth?: string | undefined;
|
|
8332
|
+
pixelWidth?: number | undefined;
|
|
8333
|
+
pixelHeight?: number | undefined;
|
|
8334
|
+
}, {
|
|
8335
|
+
id: string;
|
|
8336
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8337
|
+
binaryUrl: string;
|
|
8338
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8339
|
+
title?: string | undefined;
|
|
8340
|
+
description?: string | undefined;
|
|
8341
|
+
copyright?: {
|
|
8342
|
+
notice: string;
|
|
8343
|
+
} | undefined;
|
|
8344
|
+
minDisplayWidth?: string | undefined;
|
|
8345
|
+
maxDisplayWidth?: string | undefined;
|
|
8346
|
+
pixelWidth?: number | undefined;
|
|
8347
|
+
pixelHeight?: number | undefined;
|
|
8348
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
8349
|
+
id: import("zod").ZodString;
|
|
8350
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8351
|
+
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">]>>;
|
|
8352
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8353
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8354
|
+
binaryUrl: import("zod").ZodString;
|
|
8355
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8356
|
+
notice: import("zod").ZodString;
|
|
8357
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8358
|
+
notice: string;
|
|
8359
|
+
}, {
|
|
8360
|
+
notice: string;
|
|
8361
|
+
}>>;
|
|
8362
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8363
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8364
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8365
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8366
|
+
}, {
|
|
8367
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
8368
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
8369
|
+
id: string;
|
|
8370
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8371
|
+
binaryUrl: string;
|
|
8372
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8373
|
+
title?: string | undefined;
|
|
8374
|
+
description?: string | undefined;
|
|
8375
|
+
copyright?: {
|
|
8376
|
+
notice: string;
|
|
8377
|
+
} | undefined;
|
|
8378
|
+
minDisplayWidth?: string | undefined;
|
|
8379
|
+
maxDisplayWidth?: string | undefined;
|
|
8380
|
+
pixelWidth?: number | undefined;
|
|
8381
|
+
pixelHeight?: number | undefined;
|
|
8382
|
+
}, {
|
|
8383
|
+
id: string;
|
|
8384
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8385
|
+
binaryUrl: string;
|
|
8386
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8387
|
+
title?: string | undefined;
|
|
8388
|
+
description?: string | undefined;
|
|
8389
|
+
copyright?: {
|
|
8390
|
+
notice: string;
|
|
8391
|
+
} | undefined;
|
|
8392
|
+
minDisplayWidth?: string | undefined;
|
|
8393
|
+
maxDisplayWidth?: string | undefined;
|
|
8394
|
+
pixelWidth?: number | undefined;
|
|
8395
|
+
pixelHeight?: number | undefined;
|
|
8396
|
+
}>]>, "many">;
|
|
8397
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8398
|
+
id: string;
|
|
8399
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
8400
|
+
members: ({
|
|
8401
|
+
id: string;
|
|
8402
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8403
|
+
binaryUrl: string;
|
|
8404
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8405
|
+
title?: string | undefined;
|
|
8406
|
+
description?: string | undefined;
|
|
8407
|
+
copyright?: {
|
|
8408
|
+
notice: string;
|
|
8409
|
+
} | undefined;
|
|
8410
|
+
minDisplayWidth?: string | undefined;
|
|
8411
|
+
maxDisplayWidth?: string | undefined;
|
|
8412
|
+
pixelWidth?: number | undefined;
|
|
8413
|
+
pixelHeight?: number | undefined;
|
|
8414
|
+
} | {
|
|
8415
|
+
id: string;
|
|
8416
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8417
|
+
binaryUrl: string;
|
|
8418
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8419
|
+
title?: string | undefined;
|
|
8420
|
+
description?: string | undefined;
|
|
8421
|
+
copyright?: {
|
|
8422
|
+
notice: string;
|
|
8423
|
+
} | undefined;
|
|
8424
|
+
minDisplayWidth?: string | undefined;
|
|
8425
|
+
maxDisplayWidth?: string | undefined;
|
|
8426
|
+
pixelWidth?: number | undefined;
|
|
8427
|
+
pixelHeight?: number | undefined;
|
|
8428
|
+
})[];
|
|
8429
|
+
description?: string | undefined;
|
|
8430
|
+
}, {
|
|
8431
|
+
id: string;
|
|
8432
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
8433
|
+
members: ({
|
|
8434
|
+
id: string;
|
|
8435
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8436
|
+
binaryUrl: string;
|
|
8437
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8438
|
+
title?: string | undefined;
|
|
8439
|
+
description?: string | undefined;
|
|
8440
|
+
copyright?: {
|
|
8441
|
+
notice: string;
|
|
8442
|
+
} | undefined;
|
|
8443
|
+
minDisplayWidth?: string | undefined;
|
|
8444
|
+
maxDisplayWidth?: string | undefined;
|
|
8445
|
+
pixelWidth?: number | undefined;
|
|
8446
|
+
pixelHeight?: number | undefined;
|
|
8447
|
+
} | {
|
|
8448
|
+
id: string;
|
|
8449
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8450
|
+
binaryUrl: string;
|
|
8451
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8452
|
+
title?: string | undefined;
|
|
8453
|
+
description?: string | undefined;
|
|
8454
|
+
copyright?: {
|
|
8455
|
+
notice: string;
|
|
8456
|
+
} | undefined;
|
|
8457
|
+
minDisplayWidth?: string | undefined;
|
|
8458
|
+
maxDisplayWidth?: string | undefined;
|
|
8459
|
+
pixelWidth?: number | undefined;
|
|
8460
|
+
pixelHeight?: number | undefined;
|
|
8461
|
+
})[];
|
|
8462
|
+
description?: string | undefined;
|
|
8463
|
+
}>, import("zod").ZodObject<{
|
|
8464
|
+
id: import("zod").ZodString;
|
|
8465
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ClipSet">;
|
|
8466
|
+
members: import("zod").ZodArray<import("zod").ZodObject<{
|
|
8467
|
+
id: import("zod").ZodString;
|
|
8468
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Clip">;
|
|
8469
|
+
format: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"standardInline">, import("zod").ZodLiteral<"mobile">]>>;
|
|
8470
|
+
dataSource: import("zod").ZodArray<import("zod").ZodObject<{
|
|
8471
|
+
audioCodec: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8472
|
+
binaryUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8473
|
+
duration: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8474
|
+
mediaType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8475
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8476
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8477
|
+
videoCodec: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8478
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8479
|
+
binaryUrl?: string | undefined;
|
|
8480
|
+
pixelWidth?: number | undefined;
|
|
8481
|
+
pixelHeight?: number | undefined;
|
|
8482
|
+
audioCodec?: string | undefined;
|
|
8483
|
+
duration?: number | undefined;
|
|
8484
|
+
mediaType?: string | undefined;
|
|
8485
|
+
videoCodec?: string | undefined;
|
|
8486
|
+
}, {
|
|
8487
|
+
binaryUrl?: string | undefined;
|
|
8488
|
+
pixelWidth?: number | undefined;
|
|
8489
|
+
pixelHeight?: number | undefined;
|
|
8490
|
+
audioCodec?: string | undefined;
|
|
8491
|
+
duration?: number | undefined;
|
|
8492
|
+
mediaType?: string | undefined;
|
|
8493
|
+
videoCodec?: string | undefined;
|
|
8494
|
+
}>, "many">;
|
|
8495
|
+
poster: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8496
|
+
id: import("zod").ZodString;
|
|
8497
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
8498
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8499
|
+
members: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
8500
|
+
id: import("zod").ZodString;
|
|
8501
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8502
|
+
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">]>>;
|
|
8503
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8504
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8505
|
+
binaryUrl: import("zod").ZodString;
|
|
8506
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8507
|
+
notice: import("zod").ZodString;
|
|
8508
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8509
|
+
notice: string;
|
|
8510
|
+
}, {
|
|
8511
|
+
notice: string;
|
|
8512
|
+
}>>;
|
|
8513
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8514
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8515
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8516
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8517
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8518
|
+
id: string;
|
|
8519
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8520
|
+
binaryUrl: string;
|
|
8521
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8522
|
+
title?: string | undefined;
|
|
8523
|
+
description?: string | undefined;
|
|
8524
|
+
copyright?: {
|
|
8525
|
+
notice: string;
|
|
8526
|
+
} | undefined;
|
|
8527
|
+
minDisplayWidth?: string | undefined;
|
|
8528
|
+
maxDisplayWidth?: string | undefined;
|
|
8529
|
+
pixelWidth?: number | undefined;
|
|
8530
|
+
pixelHeight?: number | undefined;
|
|
8531
|
+
}, {
|
|
8532
|
+
id: string;
|
|
8533
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8534
|
+
binaryUrl: string;
|
|
8535
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8536
|
+
title?: string | undefined;
|
|
8537
|
+
description?: string | undefined;
|
|
8538
|
+
copyright?: {
|
|
8539
|
+
notice: string;
|
|
8540
|
+
} | undefined;
|
|
8541
|
+
minDisplayWidth?: string | undefined;
|
|
8542
|
+
maxDisplayWidth?: string | undefined;
|
|
8543
|
+
pixelWidth?: number | undefined;
|
|
8544
|
+
pixelHeight?: number | undefined;
|
|
8545
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
8546
|
+
id: import("zod").ZodString;
|
|
8547
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8548
|
+
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">]>>;
|
|
8549
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8550
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8551
|
+
binaryUrl: import("zod").ZodString;
|
|
8552
|
+
copyright: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8553
|
+
notice: import("zod").ZodString;
|
|
8554
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8555
|
+
notice: string;
|
|
8556
|
+
}, {
|
|
8557
|
+
notice: string;
|
|
8558
|
+
}>>;
|
|
8559
|
+
minDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8560
|
+
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8561
|
+
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8562
|
+
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8563
|
+
}, {
|
|
8564
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
8565
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
8566
|
+
id: string;
|
|
8567
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8568
|
+
binaryUrl: string;
|
|
8569
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8570
|
+
title?: string | undefined;
|
|
8571
|
+
description?: string | undefined;
|
|
8572
|
+
copyright?: {
|
|
8573
|
+
notice: string;
|
|
8574
|
+
} | undefined;
|
|
8575
|
+
minDisplayWidth?: string | undefined;
|
|
8576
|
+
maxDisplayWidth?: string | undefined;
|
|
8577
|
+
pixelWidth?: number | undefined;
|
|
8578
|
+
pixelHeight?: number | undefined;
|
|
8579
|
+
}, {
|
|
8580
|
+
id: string;
|
|
8581
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8582
|
+
binaryUrl: string;
|
|
8583
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8584
|
+
title?: string | undefined;
|
|
8585
|
+
description?: string | undefined;
|
|
8586
|
+
copyright?: {
|
|
8587
|
+
notice: string;
|
|
8588
|
+
} | undefined;
|
|
8589
|
+
minDisplayWidth?: string | undefined;
|
|
8590
|
+
maxDisplayWidth?: string | undefined;
|
|
8591
|
+
pixelWidth?: number | undefined;
|
|
8592
|
+
pixelHeight?: number | undefined;
|
|
8593
|
+
}>]>, "many">;
|
|
8594
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8595
|
+
id: string;
|
|
8596
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
8597
|
+
members: ({
|
|
8598
|
+
id: string;
|
|
8599
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8600
|
+
binaryUrl: string;
|
|
8601
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8602
|
+
title?: string | undefined;
|
|
8603
|
+
description?: string | undefined;
|
|
8604
|
+
copyright?: {
|
|
8605
|
+
notice: string;
|
|
8606
|
+
} | undefined;
|
|
8607
|
+
minDisplayWidth?: string | undefined;
|
|
8608
|
+
maxDisplayWidth?: string | undefined;
|
|
8609
|
+
pixelWidth?: number | undefined;
|
|
8610
|
+
pixelHeight?: number | undefined;
|
|
8611
|
+
} | {
|
|
8612
|
+
id: string;
|
|
8613
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8614
|
+
binaryUrl: string;
|
|
8615
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8616
|
+
title?: string | undefined;
|
|
8617
|
+
description?: string | undefined;
|
|
8618
|
+
copyright?: {
|
|
8619
|
+
notice: string;
|
|
8620
|
+
} | undefined;
|
|
8621
|
+
minDisplayWidth?: string | undefined;
|
|
8622
|
+
maxDisplayWidth?: string | undefined;
|
|
8623
|
+
pixelWidth?: number | undefined;
|
|
8624
|
+
pixelHeight?: number | undefined;
|
|
8625
|
+
})[];
|
|
8626
|
+
description?: string | undefined;
|
|
8627
|
+
}, {
|
|
8628
|
+
id: string;
|
|
8629
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
8630
|
+
members: ({
|
|
8631
|
+
id: string;
|
|
8632
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8633
|
+
binaryUrl: string;
|
|
8634
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8635
|
+
title?: string | undefined;
|
|
8636
|
+
description?: string | undefined;
|
|
8637
|
+
copyright?: {
|
|
8638
|
+
notice: string;
|
|
8639
|
+
} | undefined;
|
|
8640
|
+
minDisplayWidth?: string | undefined;
|
|
8641
|
+
maxDisplayWidth?: string | undefined;
|
|
8642
|
+
pixelWidth?: number | undefined;
|
|
8643
|
+
pixelHeight?: number | undefined;
|
|
8644
|
+
} | {
|
|
8645
|
+
id: string;
|
|
8646
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8647
|
+
binaryUrl: string;
|
|
8648
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8649
|
+
title?: string | undefined;
|
|
8650
|
+
description?: string | undefined;
|
|
8651
|
+
copyright?: {
|
|
8652
|
+
notice: string;
|
|
8653
|
+
} | undefined;
|
|
8654
|
+
minDisplayWidth?: string | undefined;
|
|
8655
|
+
maxDisplayWidth?: string | undefined;
|
|
8656
|
+
pixelWidth?: number | undefined;
|
|
8657
|
+
pixelHeight?: number | undefined;
|
|
8658
|
+
})[];
|
|
8659
|
+
description?: string | undefined;
|
|
8660
|
+
}>>;
|
|
8661
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8662
|
+
id: string;
|
|
8663
|
+
type: "http://www.ft.com/ontology/content/Clip";
|
|
8664
|
+
dataSource: {
|
|
8665
|
+
binaryUrl?: string | undefined;
|
|
8666
|
+
pixelWidth?: number | undefined;
|
|
8667
|
+
pixelHeight?: number | undefined;
|
|
8668
|
+
audioCodec?: string | undefined;
|
|
8669
|
+
duration?: number | undefined;
|
|
8670
|
+
mediaType?: string | undefined;
|
|
8671
|
+
videoCodec?: string | undefined;
|
|
8672
|
+
}[];
|
|
8673
|
+
format?: "standardInline" | "mobile" | undefined;
|
|
8674
|
+
poster?: {
|
|
8675
|
+
id: string;
|
|
8676
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
8677
|
+
members: ({
|
|
8678
|
+
id: string;
|
|
8679
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8680
|
+
binaryUrl: string;
|
|
8681
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8682
|
+
title?: string | undefined;
|
|
8683
|
+
description?: string | undefined;
|
|
8684
|
+
copyright?: {
|
|
8685
|
+
notice: string;
|
|
8686
|
+
} | undefined;
|
|
8687
|
+
minDisplayWidth?: string | undefined;
|
|
8688
|
+
maxDisplayWidth?: string | undefined;
|
|
8689
|
+
pixelWidth?: number | undefined;
|
|
8690
|
+
pixelHeight?: number | undefined;
|
|
8691
|
+
} | {
|
|
8692
|
+
id: string;
|
|
8693
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8694
|
+
binaryUrl: string;
|
|
8695
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8696
|
+
title?: string | undefined;
|
|
8697
|
+
description?: string | undefined;
|
|
8698
|
+
copyright?: {
|
|
8699
|
+
notice: string;
|
|
8700
|
+
} | undefined;
|
|
8701
|
+
minDisplayWidth?: string | undefined;
|
|
8702
|
+
maxDisplayWidth?: string | undefined;
|
|
8703
|
+
pixelWidth?: number | undefined;
|
|
8704
|
+
pixelHeight?: number | undefined;
|
|
8705
|
+
})[];
|
|
8706
|
+
description?: string | undefined;
|
|
8707
|
+
} | undefined;
|
|
8708
|
+
}, {
|
|
8709
|
+
id: string;
|
|
8710
|
+
type: "http://www.ft.com/ontology/content/Clip";
|
|
8711
|
+
dataSource: {
|
|
8712
|
+
binaryUrl?: string | undefined;
|
|
8713
|
+
pixelWidth?: number | undefined;
|
|
8714
|
+
pixelHeight?: number | undefined;
|
|
8715
|
+
audioCodec?: string | undefined;
|
|
8716
|
+
duration?: number | undefined;
|
|
8717
|
+
mediaType?: string | undefined;
|
|
8718
|
+
videoCodec?: string | undefined;
|
|
8719
|
+
}[];
|
|
8720
|
+
format?: "standardInline" | "mobile" | undefined;
|
|
8721
|
+
poster?: {
|
|
8722
|
+
id: string;
|
|
8723
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
8724
|
+
members: ({
|
|
8725
|
+
id: string;
|
|
8726
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8727
|
+
binaryUrl: string;
|
|
8728
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8729
|
+
title?: string | undefined;
|
|
8730
|
+
description?: string | undefined;
|
|
8731
|
+
copyright?: {
|
|
8732
|
+
notice: string;
|
|
8733
|
+
} | undefined;
|
|
8734
|
+
minDisplayWidth?: string | undefined;
|
|
8735
|
+
maxDisplayWidth?: string | undefined;
|
|
8736
|
+
pixelWidth?: number | undefined;
|
|
8737
|
+
pixelHeight?: number | undefined;
|
|
8738
|
+
} | {
|
|
8739
|
+
id: string;
|
|
8740
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8741
|
+
binaryUrl: string;
|
|
8742
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8743
|
+
title?: string | undefined;
|
|
8744
|
+
description?: string | undefined;
|
|
8745
|
+
copyright?: {
|
|
8746
|
+
notice: string;
|
|
8747
|
+
} | undefined;
|
|
8748
|
+
minDisplayWidth?: string | undefined;
|
|
8749
|
+
maxDisplayWidth?: string | undefined;
|
|
8750
|
+
pixelWidth?: number | undefined;
|
|
8751
|
+
pixelHeight?: number | undefined;
|
|
8752
|
+
})[];
|
|
8753
|
+
description?: string | undefined;
|
|
8754
|
+
} | undefined;
|
|
8755
|
+
}>, "many">;
|
|
8756
|
+
caption: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8757
|
+
dataCopyright: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8758
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8759
|
+
displayTitle: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8760
|
+
contentWarning: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
8761
|
+
noAudio: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
8762
|
+
source: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8763
|
+
subtitle: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8764
|
+
publishedDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8765
|
+
accessibility: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8766
|
+
captions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
8767
|
+
mediaType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8768
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8769
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8770
|
+
mediaType?: string | undefined;
|
|
8771
|
+
url?: string | undefined;
|
|
8772
|
+
}, {
|
|
8773
|
+
mediaType?: string | undefined;
|
|
8774
|
+
url?: string | undefined;
|
|
8775
|
+
}>, "many">>;
|
|
8776
|
+
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8777
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8778
|
+
captions?: {
|
|
8779
|
+
mediaType?: string | undefined;
|
|
8780
|
+
url?: string | undefined;
|
|
8781
|
+
}[] | undefined;
|
|
8782
|
+
transcript?: string | undefined;
|
|
8783
|
+
}, {
|
|
8784
|
+
captions?: {
|
|
8785
|
+
mediaType?: string | undefined;
|
|
8786
|
+
url?: string | undefined;
|
|
8787
|
+
}[] | undefined;
|
|
8788
|
+
transcript?: string | undefined;
|
|
8789
|
+
}>>;
|
|
8790
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8791
|
+
id: string;
|
|
8792
|
+
type: "http://www.ft.com/ontology/content/ClipSet";
|
|
8793
|
+
members: {
|
|
8794
|
+
id: string;
|
|
8795
|
+
type: "http://www.ft.com/ontology/content/Clip";
|
|
8796
|
+
dataSource: {
|
|
8797
|
+
binaryUrl?: string | undefined;
|
|
8798
|
+
pixelWidth?: number | undefined;
|
|
8799
|
+
pixelHeight?: number | undefined;
|
|
8800
|
+
audioCodec?: string | undefined;
|
|
8801
|
+
duration?: number | undefined;
|
|
8802
|
+
mediaType?: string | undefined;
|
|
8803
|
+
videoCodec?: string | undefined;
|
|
8804
|
+
}[];
|
|
8805
|
+
format?: "standardInline" | "mobile" | undefined;
|
|
8806
|
+
poster?: {
|
|
8807
|
+
id: string;
|
|
8808
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
8809
|
+
members: ({
|
|
8810
|
+
id: string;
|
|
8811
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8812
|
+
binaryUrl: string;
|
|
8813
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8814
|
+
title?: string | undefined;
|
|
8815
|
+
description?: string | undefined;
|
|
8816
|
+
copyright?: {
|
|
8817
|
+
notice: string;
|
|
8818
|
+
} | undefined;
|
|
8819
|
+
minDisplayWidth?: string | undefined;
|
|
8820
|
+
maxDisplayWidth?: string | undefined;
|
|
8821
|
+
pixelWidth?: number | undefined;
|
|
8822
|
+
pixelHeight?: number | undefined;
|
|
8823
|
+
} | {
|
|
8824
|
+
id: string;
|
|
8825
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8826
|
+
binaryUrl: string;
|
|
8827
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8828
|
+
title?: string | undefined;
|
|
8829
|
+
description?: string | undefined;
|
|
8830
|
+
copyright?: {
|
|
8831
|
+
notice: string;
|
|
8832
|
+
} | undefined;
|
|
8833
|
+
minDisplayWidth?: string | undefined;
|
|
8834
|
+
maxDisplayWidth?: string | undefined;
|
|
8835
|
+
pixelWidth?: number | undefined;
|
|
8836
|
+
pixelHeight?: number | undefined;
|
|
8837
|
+
})[];
|
|
8838
|
+
description?: string | undefined;
|
|
8839
|
+
} | undefined;
|
|
8840
|
+
}[];
|
|
8841
|
+
description?: string | undefined;
|
|
8842
|
+
caption?: string | undefined;
|
|
8843
|
+
dataCopyright?: string | undefined;
|
|
8844
|
+
displayTitle?: string | undefined;
|
|
8845
|
+
contentWarning?: string[] | undefined;
|
|
8846
|
+
noAudio?: boolean | undefined;
|
|
8847
|
+
source?: string | undefined;
|
|
8848
|
+
subtitle?: string | undefined;
|
|
8849
|
+
publishedDate?: string | undefined;
|
|
8850
|
+
accessibility?: {
|
|
8851
|
+
captions?: {
|
|
8852
|
+
mediaType?: string | undefined;
|
|
8853
|
+
url?: string | undefined;
|
|
8854
|
+
}[] | undefined;
|
|
8855
|
+
transcript?: string | undefined;
|
|
8856
|
+
} | undefined;
|
|
8857
|
+
}, {
|
|
8858
|
+
id: string;
|
|
8859
|
+
type: "http://www.ft.com/ontology/content/ClipSet";
|
|
8860
|
+
members: {
|
|
8861
|
+
id: string;
|
|
8862
|
+
type: "http://www.ft.com/ontology/content/Clip";
|
|
8863
|
+
dataSource: {
|
|
8864
|
+
binaryUrl?: string | undefined;
|
|
8865
|
+
pixelWidth?: number | undefined;
|
|
8866
|
+
pixelHeight?: number | undefined;
|
|
8867
|
+
audioCodec?: string | undefined;
|
|
8868
|
+
duration?: number | undefined;
|
|
8869
|
+
mediaType?: string | undefined;
|
|
8870
|
+
videoCodec?: string | undefined;
|
|
8871
|
+
}[];
|
|
8872
|
+
format?: "standardInline" | "mobile" | undefined;
|
|
8873
|
+
poster?: {
|
|
8874
|
+
id: string;
|
|
8875
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
8876
|
+
members: ({
|
|
8877
|
+
id: string;
|
|
8878
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
8879
|
+
binaryUrl: string;
|
|
8880
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8881
|
+
title?: string | undefined;
|
|
8882
|
+
description?: string | undefined;
|
|
8883
|
+
copyright?: {
|
|
8884
|
+
notice: string;
|
|
8885
|
+
} | undefined;
|
|
8886
|
+
minDisplayWidth?: string | undefined;
|
|
8887
|
+
maxDisplayWidth?: string | undefined;
|
|
8888
|
+
pixelWidth?: number | undefined;
|
|
8889
|
+
pixelHeight?: number | undefined;
|
|
8890
|
+
} | {
|
|
8891
|
+
id: string;
|
|
8892
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8893
|
+
binaryUrl: string;
|
|
8894
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
8895
|
+
title?: string | undefined;
|
|
8896
|
+
description?: string | undefined;
|
|
8897
|
+
copyright?: {
|
|
8898
|
+
notice: string;
|
|
8899
|
+
} | undefined;
|
|
8900
|
+
minDisplayWidth?: string | undefined;
|
|
8901
|
+
maxDisplayWidth?: string | undefined;
|
|
8902
|
+
pixelWidth?: number | undefined;
|
|
8903
|
+
pixelHeight?: number | undefined;
|
|
8904
|
+
})[];
|
|
8905
|
+
description?: string | undefined;
|
|
8906
|
+
} | undefined;
|
|
8907
|
+
}[];
|
|
8908
|
+
description?: string | undefined;
|
|
8909
|
+
caption?: string | undefined;
|
|
8910
|
+
dataCopyright?: string | undefined;
|
|
8911
|
+
displayTitle?: string | undefined;
|
|
8912
|
+
contentWarning?: string[] | undefined;
|
|
8913
|
+
noAudio?: boolean | undefined;
|
|
8914
|
+
source?: string | undefined;
|
|
8915
|
+
subtitle?: string | undefined;
|
|
8916
|
+
publishedDate?: string | undefined;
|
|
8917
|
+
accessibility?: {
|
|
8918
|
+
captions?: {
|
|
8919
|
+
mediaType?: string | undefined;
|
|
8920
|
+
url?: string | undefined;
|
|
8921
|
+
}[] | undefined;
|
|
8922
|
+
transcript?: string | undefined;
|
|
8923
|
+
} | undefined;
|
|
8924
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
8925
|
+
id: import("zod").ZodString;
|
|
8926
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
8927
|
+
id: import("zod").ZodString;
|
|
8928
|
+
apiUrl: import("zod").ZodString;
|
|
8929
|
+
directType: import("zod").ZodString;
|
|
8930
|
+
prefLabel: import("zod").ZodString;
|
|
8931
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8932
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
8933
|
+
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8934
|
+
}, {
|
|
8935
|
+
predicate: import("zod").ZodString;
|
|
8936
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
8937
|
+
id: string;
|
|
8938
|
+
apiUrl: string;
|
|
8939
|
+
directType: string;
|
|
8940
|
+
prefLabel: string;
|
|
8941
|
+
types: string[];
|
|
8942
|
+
predicate: string;
|
|
8943
|
+
type?: string | undefined;
|
|
8944
|
+
headshot?: string | undefined;
|
|
8945
|
+
}, {
|
|
8946
|
+
id: string;
|
|
8947
|
+
apiUrl: string;
|
|
8948
|
+
directType: string;
|
|
8949
|
+
prefLabel: string;
|
|
8950
|
+
types: string[];
|
|
8951
|
+
predicate: string;
|
|
8952
|
+
type?: string | undefined;
|
|
8953
|
+
headshot?: string | undefined;
|
|
8954
|
+
}>, "many">;
|
|
8955
|
+
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8956
|
+
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8957
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8958
|
+
path: import("zod").ZodString;
|
|
8959
|
+
versionRange: import("zod").ZodString;
|
|
8960
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8961
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
8962
|
+
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8963
|
+
editorsChoice: import("zod").ZodBoolean;
|
|
8964
|
+
exclusive: import("zod").ZodBoolean;
|
|
8965
|
+
scoop: import("zod").ZodBoolean;
|
|
8966
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8967
|
+
editorsChoice: boolean;
|
|
8968
|
+
exclusive: boolean;
|
|
8969
|
+
scoop: boolean;
|
|
8970
|
+
}, {
|
|
8971
|
+
editorsChoice: boolean;
|
|
8972
|
+
exclusive: boolean;
|
|
8973
|
+
scoop: boolean;
|
|
8974
|
+
}>>;
|
|
8975
|
+
publishedDate: import("zod").ZodString;
|
|
8976
|
+
firstPublishedDate: import("zod").ZodString;
|
|
8977
|
+
publishReference: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8978
|
+
lastModified: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8979
|
+
realtime: import("zod").ZodBoolean;
|
|
8980
|
+
editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8981
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
|
|
8982
|
+
canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
|
|
8983
|
+
canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
|
|
8984
|
+
topper: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
8985
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8986
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8987
|
+
backgroundColour: import("zod").ZodString;
|
|
8988
|
+
backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
8989
|
+
textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
8990
|
+
layout: import("zod").ZodString;
|
|
8991
|
+
layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8992
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8993
|
+
backgroundColour: string;
|
|
8994
|
+
layout: string;
|
|
8995
|
+
headline?: string | undefined;
|
|
8996
|
+
standfirst?: string | undefined;
|
|
8997
|
+
backgroundBox?: boolean | undefined;
|
|
8998
|
+
textShadow?: boolean | undefined;
|
|
8999
|
+
layoutWidth?: string | undefined;
|
|
9000
|
+
}, {
|
|
9001
|
+
backgroundColour: string;
|
|
9002
|
+
layout: string;
|
|
9003
|
+
headline?: string | undefined;
|
|
9004
|
+
standfirst?: string | undefined;
|
|
9005
|
+
backgroundBox?: boolean | undefined;
|
|
9006
|
+
textShadow?: boolean | undefined;
|
|
9007
|
+
layoutWidth?: string | undefined;
|
|
9008
|
+
}>>;
|
|
9009
|
+
comments: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
9010
|
+
enabled: import("zod").ZodBoolean;
|
|
9011
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9012
|
+
enabled: boolean;
|
|
9013
|
+
}, {
|
|
9014
|
+
enabled: boolean;
|
|
9015
|
+
}>>;
|
|
9016
|
+
containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
9017
|
+
apiUrl: import("zod").ZodString;
|
|
9018
|
+
id: import("zod").ZodString;
|
|
9019
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9020
|
+
id: string;
|
|
9021
|
+
apiUrl: string;
|
|
9022
|
+
}, {
|
|
9023
|
+
id: string;
|
|
9024
|
+
apiUrl: string;
|
|
9025
|
+
}>, "many">>;
|
|
9026
|
+
tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
9027
|
+
labelType: import("zod").ZodString;
|
|
9028
|
+
sequence: import("zod").ZodString;
|
|
9029
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9030
|
+
labelType: string;
|
|
9031
|
+
sequence: string;
|
|
9032
|
+
}, {
|
|
9033
|
+
labelType: string;
|
|
9034
|
+
sequence: string;
|
|
9035
|
+
}>>;
|
|
9036
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed">, Pick<{
|
|
9037
|
+
title: import("zod").ZodString;
|
|
9038
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9039
|
+
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9040
|
+
bodyXML: import("zod").ZodString;
|
|
9041
|
+
summary: import("zod").ZodObject<{
|
|
9042
|
+
bodyXML: import("zod").ZodString;
|
|
9043
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9044
|
+
bodyXML: string;
|
|
9045
|
+
}, {
|
|
9046
|
+
bodyXML: string;
|
|
9047
|
+
}>;
|
|
9048
|
+
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
9049
|
+
promotionalTitle: import("zod").ZodString;
|
|
9050
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9051
|
+
promotionalTitle: string;
|
|
9052
|
+
}, {
|
|
9053
|
+
promotionalTitle: string;
|
|
9054
|
+
}>>;
|
|
9055
|
+
alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
9056
|
+
promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9057
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9058
|
+
promotionalStandfirst?: string | undefined;
|
|
9059
|
+
}, {
|
|
9060
|
+
promotionalStandfirst?: string | undefined;
|
|
9061
|
+
}>>;
|
|
9062
|
+
pinnedPosts: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
9063
|
+
contains: import("zod").ZodArray<import("zod").ZodObject<{
|
|
9064
|
+
id: import("zod").ZodString;
|
|
9065
|
+
apiUrl: import("zod").ZodString;
|
|
9066
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9067
|
+
id: string;
|
|
9068
|
+
apiUrl: string;
|
|
9069
|
+
}, {
|
|
9070
|
+
id: string;
|
|
9071
|
+
apiUrl: string;
|
|
9072
|
+
}>, "many">;
|
|
9073
|
+
design: import("zod").ZodObject<{
|
|
9074
|
+
theme: import("zod").ZodUnion<[import("zod").ZodLiteral<"special-report">, import("zod").ZodLiteral<"extra">, import("zod").ZodLiteral<"basic">, import("zod").ZodLiteral<"extra-wide">]>;
|
|
9075
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9076
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
9077
|
+
}, {
|
|
9078
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
9079
|
+
}>;
|
|
9080
|
+
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9081
|
+
}, "bodyXML">>, {
|
|
9082
|
+
apiUrl: import("zod").ZodString;
|
|
9083
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
9084
|
+
path: import("zod").ZodString;
|
|
9085
|
+
versionRange: import("zod").ZodString;
|
|
9086
|
+
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
9087
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
9088
|
+
id: string;
|
|
9089
|
+
apiUrl: string;
|
|
9090
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
9091
|
+
path: string;
|
|
9092
|
+
publishedDate: string;
|
|
9093
|
+
versionRange: string;
|
|
9094
|
+
firstPublishedDate: string;
|
|
9095
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
9096
|
+
bodyXML: string;
|
|
9097
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
9098
|
+
canonicalWebUrl?: string | undefined;
|
|
9099
|
+
publishReference?: string | undefined;
|
|
9100
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
9101
|
+
}, {
|
|
9102
|
+
id: string;
|
|
9103
|
+
apiUrl: string;
|
|
9104
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
9105
|
+
path: string;
|
|
9106
|
+
publishedDate: string;
|
|
9107
|
+
versionRange: string;
|
|
9108
|
+
firstPublishedDate: string;
|
|
9109
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
9110
|
+
bodyXML: string;
|
|
9111
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
9112
|
+
canonicalWebUrl?: string | undefined;
|
|
9113
|
+
publishReference?: string | undefined;
|
|
9114
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
9115
|
+
}>]>, "many">>;
|
|
9116
|
+
dataSource: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
9117
|
+
binaryUrl: import("zod").ZodString;
|
|
9118
|
+
duration: import("zod").ZodNumber;
|
|
9119
|
+
filesize: import("zod").ZodNumber;
|
|
9120
|
+
mediaType: import("zod").ZodString;
|
|
9121
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9122
|
+
binaryUrl: string;
|
|
9123
|
+
duration: number;
|
|
9124
|
+
mediaType: string;
|
|
9125
|
+
filesize: number;
|
|
9126
|
+
}, {
|
|
9127
|
+
binaryUrl: string;
|
|
9128
|
+
duration: number;
|
|
9129
|
+
mediaType: string;
|
|
9130
|
+
filesize: number;
|
|
9131
|
+
}>, "many">>;
|
|
9132
|
+
}, "embeds">>, "strip", import("zod").ZodTypeAny, {
|
|
9133
|
+
id: string;
|
|
9134
|
+
apiUrl: string;
|
|
9135
|
+
types: string[];
|
|
9136
|
+
path: string;
|
|
9137
|
+
publishedDate: string;
|
|
9138
|
+
annotations: {
|
|
9139
|
+
id: string;
|
|
9140
|
+
apiUrl: string;
|
|
9141
|
+
directType: string;
|
|
9142
|
+
prefLabel: string;
|
|
9143
|
+
types: string[];
|
|
9144
|
+
predicate: string;
|
|
9145
|
+
type?: string | undefined;
|
|
9146
|
+
headshot?: string | undefined;
|
|
9147
|
+
}[];
|
|
9148
|
+
versionRange: string;
|
|
9149
|
+
firstPublishedDate: string;
|
|
9150
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
9151
|
+
bodyXML: string;
|
|
9152
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
9153
|
+
canonicalWebUrl?: string | undefined;
|
|
9154
|
+
publishReference?: string | undefined;
|
|
9155
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
9156
|
+
embeds?: ({
|
|
9157
|
+
id: string;
|
|
9158
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
9159
|
+
members: ({
|
|
9160
|
+
id: string;
|
|
9161
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
9162
|
+
binaryUrl: string;
|
|
9163
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
9164
|
+
title?: string | undefined;
|
|
9165
|
+
description?: string | undefined;
|
|
9166
|
+
copyright?: {
|
|
9167
|
+
notice: string;
|
|
9168
|
+
} | undefined;
|
|
9169
|
+
minDisplayWidth?: string | undefined;
|
|
9170
|
+
maxDisplayWidth?: string | undefined;
|
|
9171
|
+
pixelWidth?: number | undefined;
|
|
9172
|
+
pixelHeight?: number | undefined;
|
|
9173
|
+
} | {
|
|
9174
|
+
id: string;
|
|
9175
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
9176
|
+
binaryUrl: string;
|
|
9177
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
9178
|
+
title?: string | undefined;
|
|
9179
|
+
description?: string | undefined;
|
|
9180
|
+
copyright?: {
|
|
9181
|
+
notice: string;
|
|
9182
|
+
} | undefined;
|
|
9183
|
+
minDisplayWidth?: string | undefined;
|
|
9184
|
+
maxDisplayWidth?: string | undefined;
|
|
9185
|
+
pixelWidth?: number | undefined;
|
|
9186
|
+
pixelHeight?: number | undefined;
|
|
9187
|
+
})[];
|
|
9188
|
+
description?: string | undefined;
|
|
9189
|
+
} | {
|
|
9190
|
+
id: string;
|
|
9191
|
+
type: "http://www.ft.com/ontology/content/ClipSet";
|
|
9192
|
+
members: {
|
|
9193
|
+
id: string;
|
|
9194
|
+
type: "http://www.ft.com/ontology/content/Clip";
|
|
9195
|
+
dataSource: {
|
|
9196
|
+
binaryUrl?: string | undefined;
|
|
9197
|
+
pixelWidth?: number | undefined;
|
|
9198
|
+
pixelHeight?: number | undefined;
|
|
9199
|
+
audioCodec?: string | undefined;
|
|
9200
|
+
duration?: number | undefined;
|
|
9201
|
+
mediaType?: string | undefined;
|
|
9202
|
+
videoCodec?: string | undefined;
|
|
9203
|
+
}[];
|
|
9204
|
+
format?: "standardInline" | "mobile" | undefined;
|
|
9205
|
+
poster?: {
|
|
9206
|
+
id: string;
|
|
9207
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
9208
|
+
members: ({
|
|
9209
|
+
id: string;
|
|
9210
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
9211
|
+
binaryUrl: string;
|
|
9212
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
9213
|
+
title?: string | undefined;
|
|
9214
|
+
description?: string | undefined;
|
|
9215
|
+
copyright?: {
|
|
9216
|
+
notice: string;
|
|
9217
|
+
} | undefined;
|
|
9218
|
+
minDisplayWidth?: string | undefined;
|
|
9219
|
+
maxDisplayWidth?: string | undefined;
|
|
9220
|
+
pixelWidth?: number | undefined;
|
|
9221
|
+
pixelHeight?: number | undefined;
|
|
9222
|
+
} | {
|
|
9223
|
+
id: string;
|
|
9224
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
9225
|
+
binaryUrl: string;
|
|
9226
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
9227
|
+
title?: string | undefined;
|
|
9228
|
+
description?: string | undefined;
|
|
9229
|
+
copyright?: {
|
|
9230
|
+
notice: string;
|
|
9231
|
+
} | undefined;
|
|
9232
|
+
minDisplayWidth?: string | undefined;
|
|
9233
|
+
maxDisplayWidth?: string | undefined;
|
|
9234
|
+
pixelWidth?: number | undefined;
|
|
9235
|
+
pixelHeight?: number | undefined;
|
|
9236
|
+
})[];
|
|
9237
|
+
description?: string | undefined;
|
|
9238
|
+
} | undefined;
|
|
9239
|
+
}[];
|
|
9240
|
+
description?: string | undefined;
|
|
9241
|
+
caption?: string | undefined;
|
|
9242
|
+
dataCopyright?: string | undefined;
|
|
9243
|
+
displayTitle?: string | undefined;
|
|
9244
|
+
contentWarning?: string[] | undefined;
|
|
9245
|
+
noAudio?: boolean | undefined;
|
|
9246
|
+
source?: string | undefined;
|
|
9247
|
+
subtitle?: string | undefined;
|
|
9248
|
+
publishedDate?: string | undefined;
|
|
9249
|
+
accessibility?: {
|
|
9250
|
+
captions?: {
|
|
9251
|
+
mediaType?: string | undefined;
|
|
9252
|
+
url?: string | undefined;
|
|
9253
|
+
}[] | undefined;
|
|
9254
|
+
transcript?: string | undefined;
|
|
9255
|
+
} | undefined;
|
|
9256
|
+
} | {
|
|
9257
|
+
id: string;
|
|
9258
|
+
apiUrl: string;
|
|
9259
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
9260
|
+
path: string;
|
|
9261
|
+
publishedDate: string;
|
|
9262
|
+
versionRange: string;
|
|
9263
|
+
firstPublishedDate: string;
|
|
9264
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
9265
|
+
bodyXML: string;
|
|
9266
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
9267
|
+
canonicalWebUrl?: string | undefined;
|
|
9268
|
+
publishReference?: string | undefined;
|
|
9269
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
9270
|
+
})[] | undefined;
|
|
9271
|
+
}, {
|
|
9272
|
+
id: string;
|
|
9273
|
+
apiUrl: string;
|
|
9274
|
+
types: string[];
|
|
9275
|
+
path: string;
|
|
9276
|
+
publishedDate: string;
|
|
9277
|
+
annotations: {
|
|
9278
|
+
id: string;
|
|
9279
|
+
apiUrl: string;
|
|
9280
|
+
directType: string;
|
|
9281
|
+
prefLabel: string;
|
|
9282
|
+
types: string[];
|
|
9283
|
+
predicate: string;
|
|
9284
|
+
type?: string | undefined;
|
|
9285
|
+
headshot?: string | undefined;
|
|
9286
|
+
}[];
|
|
9287
|
+
versionRange: string;
|
|
9288
|
+
firstPublishedDate: string;
|
|
9289
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
9290
|
+
bodyXML: string;
|
|
9291
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
9292
|
+
canonicalWebUrl?: string | undefined;
|
|
9293
|
+
publishReference?: string | undefined;
|
|
9294
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
9295
|
+
embeds?: ({
|
|
9296
|
+
id: string;
|
|
9297
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
9298
|
+
members: ({
|
|
9299
|
+
id: string;
|
|
9300
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
9301
|
+
binaryUrl: string;
|
|
9302
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
9303
|
+
title?: string | undefined;
|
|
9304
|
+
description?: string | undefined;
|
|
9305
|
+
copyright?: {
|
|
9306
|
+
notice: string;
|
|
9307
|
+
} | undefined;
|
|
9308
|
+
minDisplayWidth?: string | undefined;
|
|
9309
|
+
maxDisplayWidth?: string | undefined;
|
|
9310
|
+
pixelWidth?: number | undefined;
|
|
9311
|
+
pixelHeight?: number | undefined;
|
|
9312
|
+
} | {
|
|
9313
|
+
id: string;
|
|
9314
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
9315
|
+
binaryUrl: string;
|
|
9316
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
9317
|
+
title?: string | undefined;
|
|
9318
|
+
description?: string | undefined;
|
|
9319
|
+
copyright?: {
|
|
9320
|
+
notice: string;
|
|
9321
|
+
} | undefined;
|
|
9322
|
+
minDisplayWidth?: string | undefined;
|
|
9323
|
+
maxDisplayWidth?: string | undefined;
|
|
9324
|
+
pixelWidth?: number | undefined;
|
|
9325
|
+
pixelHeight?: number | undefined;
|
|
9326
|
+
})[];
|
|
9327
|
+
description?: string | undefined;
|
|
9328
|
+
} | {
|
|
9329
|
+
id: string;
|
|
9330
|
+
type: "http://www.ft.com/ontology/content/ClipSet";
|
|
9331
|
+
members: {
|
|
9332
|
+
id: string;
|
|
9333
|
+
type: "http://www.ft.com/ontology/content/Clip";
|
|
9334
|
+
dataSource: {
|
|
9335
|
+
binaryUrl?: string | undefined;
|
|
9336
|
+
pixelWidth?: number | undefined;
|
|
9337
|
+
pixelHeight?: number | undefined;
|
|
9338
|
+
audioCodec?: string | undefined;
|
|
9339
|
+
duration?: number | undefined;
|
|
9340
|
+
mediaType?: string | undefined;
|
|
9341
|
+
videoCodec?: string | undefined;
|
|
9342
|
+
}[];
|
|
9343
|
+
format?: "standardInline" | "mobile" | undefined;
|
|
9344
|
+
poster?: {
|
|
9345
|
+
id: string;
|
|
9346
|
+
type: "http://www.ft.com/ontology/content/ImageSet";
|
|
9347
|
+
members: ({
|
|
9348
|
+
id: string;
|
|
9349
|
+
type: "http://www.ft.com/ontology/content/Image";
|
|
9350
|
+
binaryUrl: string;
|
|
9351
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
9352
|
+
title?: string | undefined;
|
|
9353
|
+
description?: string | undefined;
|
|
9354
|
+
copyright?: {
|
|
9355
|
+
notice: string;
|
|
9356
|
+
} | undefined;
|
|
9357
|
+
minDisplayWidth?: string | undefined;
|
|
9358
|
+
maxDisplayWidth?: string | undefined;
|
|
9359
|
+
pixelWidth?: number | undefined;
|
|
9360
|
+
pixelHeight?: number | undefined;
|
|
9361
|
+
} | {
|
|
9362
|
+
id: string;
|
|
9363
|
+
type: "http://www.ft.com/ontology/content/Graphic";
|
|
9364
|
+
binaryUrl: string;
|
|
9365
|
+
format?: "standardInline" | "mobile" | "desktop" | "standard" | "square" | "ftEditSquare" | "wide" | "portrait" | "landscape" | undefined;
|
|
9366
|
+
title?: string | undefined;
|
|
9367
|
+
description?: string | undefined;
|
|
9368
|
+
copyright?: {
|
|
9369
|
+
notice: string;
|
|
9370
|
+
} | undefined;
|
|
9371
|
+
minDisplayWidth?: string | undefined;
|
|
9372
|
+
maxDisplayWidth?: string | undefined;
|
|
9373
|
+
pixelWidth?: number | undefined;
|
|
9374
|
+
pixelHeight?: number | undefined;
|
|
9375
|
+
})[];
|
|
9376
|
+
description?: string | undefined;
|
|
9377
|
+
} | undefined;
|
|
9378
|
+
}[];
|
|
9379
|
+
description?: string | undefined;
|
|
9380
|
+
caption?: string | undefined;
|
|
9381
|
+
dataCopyright?: string | undefined;
|
|
9382
|
+
displayTitle?: string | undefined;
|
|
9383
|
+
contentWarning?: string[] | undefined;
|
|
9384
|
+
noAudio?: boolean | undefined;
|
|
9385
|
+
source?: string | undefined;
|
|
9386
|
+
subtitle?: string | undefined;
|
|
9387
|
+
publishedDate?: string | undefined;
|
|
9388
|
+
accessibility?: {
|
|
9389
|
+
captions?: {
|
|
9390
|
+
mediaType?: string | undefined;
|
|
9391
|
+
url?: string | undefined;
|
|
9392
|
+
}[] | undefined;
|
|
9393
|
+
transcript?: string | undefined;
|
|
9394
|
+
} | undefined;
|
|
9395
|
+
} | {
|
|
9396
|
+
id: string;
|
|
9397
|
+
apiUrl: string;
|
|
9398
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
9399
|
+
path: string;
|
|
9400
|
+
publishedDate: string;
|
|
9401
|
+
versionRange: string;
|
|
9402
|
+
firstPublishedDate: string;
|
|
9403
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
9404
|
+
bodyXML: string;
|
|
9405
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
9406
|
+
canonicalWebUrl?: string | undefined;
|
|
9407
|
+
publishReference?: string | undefined;
|
|
9408
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
9409
|
+
})[] | undefined;
|
|
9410
|
+
}> | import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
9411
|
+
title: import("zod").ZodString;
|
|
9412
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9413
|
+
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9414
|
+
bodyXML: import("zod").ZodString;
|
|
9415
|
+
summary: import("zod").ZodObject<{
|
|
9416
|
+
bodyXML: import("zod").ZodString;
|
|
9417
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9418
|
+
bodyXML: string;
|
|
9419
|
+
}, {
|
|
9420
|
+
bodyXML: string;
|
|
9421
|
+
}>;
|
|
9422
|
+
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
9423
|
+
promotionalTitle: import("zod").ZodString;
|
|
9424
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9425
|
+
promotionalTitle: string;
|
|
6689
9426
|
}, {
|
|
6690
9427
|
promotionalTitle: string;
|
|
6691
9428
|
}>>;
|
|
@@ -6756,6 +9493,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6756
9493
|
}>, "many">;
|
|
6757
9494
|
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6758
9495
|
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9496
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9497
|
+
path: import("zod").ZodString;
|
|
9498
|
+
versionRange: import("zod").ZodString;
|
|
6759
9499
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6760
9500
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
6761
9501
|
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -7976,6 +10716,197 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7976
10716
|
}[] | undefined;
|
|
7977
10717
|
transcript?: string | undefined;
|
|
7978
10718
|
} | undefined;
|
|
10719
|
+
}>, import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<Pick<{
|
|
10720
|
+
id: import("zod").ZodString;
|
|
10721
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
10722
|
+
id: import("zod").ZodString;
|
|
10723
|
+
apiUrl: import("zod").ZodString;
|
|
10724
|
+
directType: import("zod").ZodString;
|
|
10725
|
+
prefLabel: import("zod").ZodString;
|
|
10726
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10727
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
10728
|
+
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10729
|
+
}, {
|
|
10730
|
+
predicate: import("zod").ZodString;
|
|
10731
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
10732
|
+
id: string;
|
|
10733
|
+
apiUrl: string;
|
|
10734
|
+
directType: string;
|
|
10735
|
+
prefLabel: string;
|
|
10736
|
+
types: string[];
|
|
10737
|
+
predicate: string;
|
|
10738
|
+
type?: string | undefined;
|
|
10739
|
+
headshot?: string | undefined;
|
|
10740
|
+
}, {
|
|
10741
|
+
id: string;
|
|
10742
|
+
apiUrl: string;
|
|
10743
|
+
directType: string;
|
|
10744
|
+
prefLabel: string;
|
|
10745
|
+
types: string[];
|
|
10746
|
+
predicate: string;
|
|
10747
|
+
type?: string | undefined;
|
|
10748
|
+
headshot?: string | undefined;
|
|
10749
|
+
}>, "many">;
|
|
10750
|
+
webUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10751
|
+
canonicalWebUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10752
|
+
apiUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10753
|
+
path: import("zod").ZodString;
|
|
10754
|
+
versionRange: import("zod").ZodString;
|
|
10755
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10756
|
+
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
10757
|
+
standout: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10758
|
+
editorsChoice: import("zod").ZodBoolean;
|
|
10759
|
+
exclusive: import("zod").ZodBoolean;
|
|
10760
|
+
scoop: import("zod").ZodBoolean;
|
|
10761
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10762
|
+
editorsChoice: boolean;
|
|
10763
|
+
exclusive: boolean;
|
|
10764
|
+
scoop: boolean;
|
|
10765
|
+
}, {
|
|
10766
|
+
editorsChoice: boolean;
|
|
10767
|
+
exclusive: boolean;
|
|
10768
|
+
scoop: boolean;
|
|
10769
|
+
}>>;
|
|
10770
|
+
publishedDate: import("zod").ZodString;
|
|
10771
|
+
firstPublishedDate: import("zod").ZodString;
|
|
10772
|
+
publishReference: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10773
|
+
lastModified: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10774
|
+
realtime: import("zod").ZodBoolean;
|
|
10775
|
+
editorialDesk: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10776
|
+
accessLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"premium">, import("zod").ZodLiteral<"subscribed">, import("zod").ZodLiteral<"registered">, import("zod").ZodLiteral<"free">]>>;
|
|
10777
|
+
canBeSyndicated: import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">, import("zod").ZodLiteral<"withContributorPayment">, import("zod").ZodLiteral<"unknown">]>;
|
|
10778
|
+
canBeDistributed: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"yes">, import("zod").ZodLiteral<"no">, import("zod").ZodLiteral<"verify">]>>;
|
|
10779
|
+
topper: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10780
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10781
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10782
|
+
backgroundColour: import("zod").ZodString;
|
|
10783
|
+
backgroundBox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10784
|
+
textShadow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10785
|
+
layout: import("zod").ZodString;
|
|
10786
|
+
layoutWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10787
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10788
|
+
backgroundColour: string;
|
|
10789
|
+
layout: string;
|
|
10790
|
+
headline?: string | undefined;
|
|
10791
|
+
standfirst?: string | undefined;
|
|
10792
|
+
backgroundBox?: boolean | undefined;
|
|
10793
|
+
textShadow?: boolean | undefined;
|
|
10794
|
+
layoutWidth?: string | undefined;
|
|
10795
|
+
}, {
|
|
10796
|
+
backgroundColour: string;
|
|
10797
|
+
layout: string;
|
|
10798
|
+
headline?: string | undefined;
|
|
10799
|
+
standfirst?: string | undefined;
|
|
10800
|
+
backgroundBox?: boolean | undefined;
|
|
10801
|
+
textShadow?: boolean | undefined;
|
|
10802
|
+
layoutWidth?: string | undefined;
|
|
10803
|
+
}>>;
|
|
10804
|
+
comments: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10805
|
+
enabled: import("zod").ZodBoolean;
|
|
10806
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10807
|
+
enabled: boolean;
|
|
10808
|
+
}, {
|
|
10809
|
+
enabled: boolean;
|
|
10810
|
+
}>>;
|
|
10811
|
+
containedIn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
10812
|
+
apiUrl: import("zod").ZodString;
|
|
10813
|
+
id: import("zod").ZodString;
|
|
10814
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10815
|
+
id: string;
|
|
10816
|
+
apiUrl: string;
|
|
10817
|
+
}, {
|
|
10818
|
+
id: string;
|
|
10819
|
+
apiUrl: string;
|
|
10820
|
+
}>, "many">>;
|
|
10821
|
+
tableOfContents: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10822
|
+
labelType: import("zod").ZodString;
|
|
10823
|
+
sequence: import("zod").ZodString;
|
|
10824
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10825
|
+
labelType: string;
|
|
10826
|
+
sequence: string;
|
|
10827
|
+
}, {
|
|
10828
|
+
labelType: string;
|
|
10829
|
+
sequence: string;
|
|
10830
|
+
}>>;
|
|
10831
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed">, Pick<{
|
|
10832
|
+
title: import("zod").ZodString;
|
|
10833
|
+
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10834
|
+
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10835
|
+
bodyXML: import("zod").ZodString;
|
|
10836
|
+
summary: import("zod").ZodObject<{
|
|
10837
|
+
bodyXML: import("zod").ZodString;
|
|
10838
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10839
|
+
bodyXML: string;
|
|
10840
|
+
}, {
|
|
10841
|
+
bodyXML: string;
|
|
10842
|
+
}>;
|
|
10843
|
+
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10844
|
+
promotionalTitle: import("zod").ZodString;
|
|
10845
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10846
|
+
promotionalTitle: string;
|
|
10847
|
+
}, {
|
|
10848
|
+
promotionalTitle: string;
|
|
10849
|
+
}>>;
|
|
10850
|
+
alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10851
|
+
promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10852
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10853
|
+
promotionalStandfirst?: string | undefined;
|
|
10854
|
+
}, {
|
|
10855
|
+
promotionalStandfirst?: string | undefined;
|
|
10856
|
+
}>>;
|
|
10857
|
+
pinnedPosts: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
10858
|
+
contains: import("zod").ZodArray<import("zod").ZodObject<{
|
|
10859
|
+
id: import("zod").ZodString;
|
|
10860
|
+
apiUrl: import("zod").ZodString;
|
|
10861
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10862
|
+
id: string;
|
|
10863
|
+
apiUrl: string;
|
|
10864
|
+
}, {
|
|
10865
|
+
id: string;
|
|
10866
|
+
apiUrl: string;
|
|
10867
|
+
}>, "many">;
|
|
10868
|
+
design: import("zod").ZodObject<{
|
|
10869
|
+
theme: import("zod").ZodUnion<[import("zod").ZodLiteral<"special-report">, import("zod").ZodLiteral<"extra">, import("zod").ZodLiteral<"basic">, import("zod").ZodLiteral<"extra-wide">]>;
|
|
10870
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10871
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
10872
|
+
}, {
|
|
10873
|
+
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
10874
|
+
}>;
|
|
10875
|
+
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10876
|
+
}, "bodyXML">>, {
|
|
10877
|
+
apiUrl: import("zod").ZodString;
|
|
10878
|
+
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
10879
|
+
path: import("zod").ZodString;
|
|
10880
|
+
versionRange: import("zod").ZodString;
|
|
10881
|
+
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
10882
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
|
10883
|
+
id: string;
|
|
10884
|
+
apiUrl: string;
|
|
10885
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
10886
|
+
path: string;
|
|
10887
|
+
publishedDate: string;
|
|
10888
|
+
versionRange: string;
|
|
10889
|
+
firstPublishedDate: string;
|
|
10890
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
10891
|
+
bodyXML: string;
|
|
10892
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
10893
|
+
canonicalWebUrl?: string | undefined;
|
|
10894
|
+
publishReference?: string | undefined;
|
|
10895
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
10896
|
+
}, {
|
|
10897
|
+
id: string;
|
|
10898
|
+
apiUrl: string;
|
|
10899
|
+
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
10900
|
+
path: string;
|
|
10901
|
+
publishedDate: string;
|
|
10902
|
+
versionRange: string;
|
|
10903
|
+
firstPublishedDate: string;
|
|
10904
|
+
canBeSyndicated: "unknown" | "yes" | "no" | "verify" | "withContributorPayment";
|
|
10905
|
+
bodyXML: string;
|
|
10906
|
+
attributes: Record<string, string | boolean | undefined>;
|
|
10907
|
+
canonicalWebUrl?: string | undefined;
|
|
10908
|
+
publishReference?: string | undefined;
|
|
10909
|
+
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
7979
10910
|
}>]>, "many">>;
|
|
7980
10911
|
dataSource: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
7981
10912
|
binaryUrl: import("zod").ZodString;
|