@financial-times/cp-content-pipeline-schema 3.11.0 → 3.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +4 -4
- package/lib/generated/index.d.ts +17 -4
- package/lib/model/Content.d.ts +1 -0
- package/lib/model/Content.js +6 -0
- package/lib/model/Content.js.map +1 -1
- package/lib/model/schemas/capi/article.d.ts +33 -34
- package/lib/model/schemas/capi/article.js +1 -0
- package/lib/model/schemas/capi/article.js.map +1 -1
- package/lib/model/schemas/capi/audio.d.ts +31 -34
- package/lib/model/schemas/capi/base-schema.d.ts +61 -68
- package/lib/model/schemas/capi/base-schema.js +8 -0
- package/lib/model/schemas/capi/base-schema.js.map +1 -1
- package/lib/model/schemas/capi/content-package.d.ts +32 -52
- package/lib/model/schemas/capi/custom-code-component.d.ts +37 -39
- package/lib/model/schemas/capi/index.d.ts +193 -227
- package/lib/model/schemas/capi/live-blog-package.d.ts +31 -34
- package/lib/model/schemas/capi/placeholder.d.ts +31 -34
- package/lib/model/schemas/capi/video.d.ts +31 -34
- package/lib/resolvers/content-tree/Workarounds.d.ts +2 -8
- package/lib/resolvers/content-tree/references/Video.d.ts +3 -3
- package/lib/resolvers/content-tree/tagMappings.js +0 -1
- package/lib/resolvers/content-tree/tagMappings.js.map +1 -1
- package/lib/resolvers/content.d.ts +1 -0
- package/lib/resolvers/content.js +1 -0
- package/lib/resolvers/content.js.map +1 -1
- package/lib/resolvers/index.d.ts +2 -0
- package/lib/resolvers/scalars.d.ts +2 -0
- package/lib/resolvers/scalars.js +11 -1
- package/lib/resolvers/scalars.js.map +1 -1
- package/package.json +4 -4
- package/queries/article.graphql +1 -0
- package/src/generated/index.ts +15 -4
- package/src/model/Content.ts +6 -0
- package/src/model/schemas/capi/article.ts +1 -0
- package/src/model/schemas/capi/base-schema.ts +8 -0
- package/src/resolvers/content-tree/Workarounds.ts +2 -9
- package/src/resolvers/content-tree/tagMappings.ts +0 -1
- package/src/resolvers/content.ts +1 -0
- package/src/resolvers/scalars.ts +18 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/typedefs/content.graphql +3 -0
- package/typedefs/scalars.graphql +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LiteralUnionScalarValues } from '../../../resolvers/literal-union';
|
|
2
2
|
import { ContentType } from '../../../resolvers/scalars';
|
|
3
|
-
export declare const schemas: (contentType: LiteralUnionScalarValues<typeof ContentType>) => import("zod").ZodObject<
|
|
3
|
+
export declare const schemas: (contentType: LiteralUnionScalarValues<typeof ContentType>) => import("zod").ZodObject<Pick<{
|
|
4
4
|
title: import("zod").ZodString;
|
|
5
5
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6
6
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -45,9 +45,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
45
45
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
46
46
|
}>;
|
|
47
47
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
48
|
-
}, "standfirst" | "title" | "byline" | "bodyXML" | "alternativeTitles" | "alternativeStandfirsts"
|
|
48
|
+
}, "standfirst" | "title" | "byline" | "bodyXML" | "alternativeTitles" | "alternativeStandfirsts"> & Pick<{
|
|
49
49
|
id: import("zod").ZodString;
|
|
50
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
50
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
51
51
|
id: import("zod").ZodString;
|
|
52
52
|
apiUrl: import("zod").ZodString;
|
|
53
53
|
directType: import("zod").ZodString;
|
|
@@ -55,9 +55,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
55
55
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
56
56
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
57
57
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
58
|
-
}
|
|
58
|
+
} & {
|
|
59
59
|
predicate: import("zod").ZodString;
|
|
60
|
-
}
|
|
60
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
61
61
|
id: string;
|
|
62
62
|
apiUrl: string;
|
|
63
63
|
directType: string;
|
|
@@ -159,8 +159,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
159
159
|
}>>;
|
|
160
160
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
161
161
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
162
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
162
163
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
163
|
-
}, "id" | "type" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "standout" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "topper" | "comments" | "containedIn" | "internalAnalyticsTags"
|
|
164
|
+
}, "id" | "type" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "standout" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "topper" | "comments" | "containedIn" | "internalAnalyticsTags"> & Pick<{
|
|
164
165
|
mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
165
166
|
id: import("zod").ZodString;
|
|
166
167
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
@@ -211,9 +212,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
211
212
|
maxDisplayWidth?: string | undefined;
|
|
212
213
|
pixelWidth?: number | undefined;
|
|
213
214
|
pixelHeight?: number | undefined;
|
|
214
|
-
}>, import("zod").ZodObject<
|
|
215
|
+
}>, import("zod").ZodObject<{
|
|
215
216
|
id: import("zod").ZodString;
|
|
216
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
217
217
|
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">]>>;
|
|
218
218
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
219
219
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -229,9 +229,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
229
229
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
230
230
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
231
231
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
232
|
-
}
|
|
232
|
+
} & {
|
|
233
233
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
234
|
-
}
|
|
234
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
235
235
|
id: string;
|
|
236
236
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
237
237
|
binaryUrl: string;
|
|
@@ -372,9 +372,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
372
372
|
maxDisplayWidth?: string | undefined;
|
|
373
373
|
pixelWidth?: number | undefined;
|
|
374
374
|
pixelHeight?: number | undefined;
|
|
375
|
-
}>, import("zod").ZodObject<
|
|
375
|
+
}>, import("zod").ZodObject<{
|
|
376
376
|
id: import("zod").ZodString;
|
|
377
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
378
377
|
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">]>>;
|
|
379
378
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
380
379
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -390,9 +389,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
390
389
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
391
390
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
392
391
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
393
|
-
}
|
|
392
|
+
} & {
|
|
394
393
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
395
|
-
}
|
|
394
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
396
395
|
id: string;
|
|
397
396
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
398
397
|
binaryUrl: string;
|
|
@@ -470,9 +469,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
470
469
|
maxDisplayWidth?: string | undefined;
|
|
471
470
|
pixelWidth?: number | undefined;
|
|
472
471
|
pixelHeight?: number | undefined;
|
|
473
|
-
}>, import("zod").ZodObject<
|
|
472
|
+
}>, import("zod").ZodObject<{
|
|
474
473
|
id: import("zod").ZodString;
|
|
475
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
476
474
|
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">]>>;
|
|
477
475
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
478
476
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -488,9 +486,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
488
486
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
489
487
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
490
488
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
491
|
-
}
|
|
489
|
+
} & {
|
|
492
490
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
493
|
-
}
|
|
491
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
494
492
|
id: string;
|
|
495
493
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
496
494
|
binaryUrl: string;
|
|
@@ -728,9 +726,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
728
726
|
maxDisplayWidth?: string | undefined;
|
|
729
727
|
pixelWidth?: number | undefined;
|
|
730
728
|
pixelHeight?: number | undefined;
|
|
731
|
-
}>, import("zod").ZodObject<
|
|
729
|
+
}>, import("zod").ZodObject<{
|
|
732
730
|
id: import("zod").ZodString;
|
|
733
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
734
731
|
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">]>>;
|
|
735
732
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
736
733
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -746,9 +743,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
746
743
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
747
744
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
748
745
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
749
|
-
}
|
|
746
|
+
} & {
|
|
750
747
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
751
|
-
}
|
|
748
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
752
749
|
id: string;
|
|
753
750
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
754
751
|
binaryUrl: string;
|
|
@@ -925,9 +922,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
925
922
|
maxDisplayWidth?: string | undefined;
|
|
926
923
|
pixelWidth?: number | undefined;
|
|
927
924
|
pixelHeight?: number | undefined;
|
|
928
|
-
}>, import("zod").ZodObject<
|
|
925
|
+
}>, import("zod").ZodObject<{
|
|
929
926
|
id: import("zod").ZodString;
|
|
930
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
931
927
|
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">]>>;
|
|
932
928
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
933
929
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -943,9 +939,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
943
939
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
944
940
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
945
941
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
946
|
-
}
|
|
942
|
+
} & {
|
|
947
943
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
948
|
-
}
|
|
944
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
949
945
|
id: string;
|
|
950
946
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
951
947
|
binaryUrl: string;
|
|
@@ -1307,9 +1303,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1307
1303
|
}[] | undefined;
|
|
1308
1304
|
transcript?: string | undefined;
|
|
1309
1305
|
} | undefined;
|
|
1310
|
-
}>, import("zod").ZodObject<
|
|
1306
|
+
}>, import("zod").ZodObject<Pick<{
|
|
1311
1307
|
id: import("zod").ZodString;
|
|
1312
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
1308
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1313
1309
|
id: import("zod").ZodString;
|
|
1314
1310
|
apiUrl: import("zod").ZodString;
|
|
1315
1311
|
directType: import("zod").ZodString;
|
|
@@ -1317,9 +1313,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1317
1313
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1318
1314
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1319
1315
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1320
|
-
}
|
|
1316
|
+
} & {
|
|
1321
1317
|
predicate: import("zod").ZodString;
|
|
1322
|
-
}
|
|
1318
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1323
1319
|
id: string;
|
|
1324
1320
|
apiUrl: string;
|
|
1325
1321
|
directType: string;
|
|
@@ -1421,8 +1417,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1421
1417
|
}>>;
|
|
1422
1418
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1423
1419
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1420
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
1424
1421
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1425
|
-
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"
|
|
1422
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"> & Pick<{
|
|
1426
1423
|
title: import("zod").ZodString;
|
|
1427
1424
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1428
1425
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1467,13 +1464,13 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1467
1464
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
1468
1465
|
}>;
|
|
1469
1466
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1470
|
-
}, "bodyXML"
|
|
1467
|
+
}, "bodyXML"> & {
|
|
1471
1468
|
apiUrl: import("zod").ZodString;
|
|
1472
1469
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
1473
1470
|
path: import("zod").ZodString;
|
|
1474
1471
|
versionRange: import("zod").ZodString;
|
|
1475
1472
|
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
1476
|
-
}
|
|
1473
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1477
1474
|
id: string;
|
|
1478
1475
|
apiUrl: string;
|
|
1479
1476
|
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
@@ -1518,7 +1515,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
1518
1515
|
mediaType: string;
|
|
1519
1516
|
filesize?: number | undefined;
|
|
1520
1517
|
}>, "many">>;
|
|
1521
|
-
}, "mainImage" | "leadImages" | "alternativeImages" | "embeds"
|
|
1518
|
+
}, "mainImage" | "leadImages" | "alternativeImages" | "embeds">, "strip", import("zod").ZodTypeAny, {
|
|
1522
1519
|
id: string;
|
|
1523
1520
|
types: string[];
|
|
1524
1521
|
title: string;
|
|
@@ -2086,7 +2083,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2086
2083
|
publishReference?: string | undefined;
|
|
2087
2084
|
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
2088
2085
|
})[] | undefined;
|
|
2089
|
-
}> | import("zod").ZodObject<
|
|
2086
|
+
}> | import("zod").ZodObject<Pick<{
|
|
2090
2087
|
title: import("zod").ZodString;
|
|
2091
2088
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2092
2089
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2131,9 +2128,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2131
2128
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
2132
2129
|
}>;
|
|
2133
2130
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2134
|
-
}, "title" | "byline" | "summary" | "alternativeTitles" | "pinnedPosts" | "contains"
|
|
2131
|
+
}, "title" | "byline" | "summary" | "alternativeTitles" | "pinnedPosts" | "contains"> & Pick<{
|
|
2135
2132
|
id: import("zod").ZodString;
|
|
2136
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
2133
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2137
2134
|
id: import("zod").ZodString;
|
|
2138
2135
|
apiUrl: import("zod").ZodString;
|
|
2139
2136
|
directType: import("zod").ZodString;
|
|
@@ -2141,9 +2138,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2141
2138
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2142
2139
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2143
2140
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2144
|
-
}
|
|
2141
|
+
} & {
|
|
2145
2142
|
predicate: import("zod").ZodString;
|
|
2146
|
-
}
|
|
2143
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2147
2144
|
id: string;
|
|
2148
2145
|
apiUrl: string;
|
|
2149
2146
|
directType: string;
|
|
@@ -2245,8 +2242,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2245
2242
|
}>>;
|
|
2246
2243
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2247
2244
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2245
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
2248
2246
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2249
|
-
}, "id" | "type" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "topper" | "comments" | "internalAnalyticsTags"
|
|
2247
|
+
}, "id" | "type" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "topper" | "comments" | "internalAnalyticsTags"> & Pick<{
|
|
2250
2248
|
mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
2251
2249
|
id: import("zod").ZodString;
|
|
2252
2250
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
@@ -2297,9 +2295,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2297
2295
|
maxDisplayWidth?: string | undefined;
|
|
2298
2296
|
pixelWidth?: number | undefined;
|
|
2299
2297
|
pixelHeight?: number | undefined;
|
|
2300
|
-
}>, import("zod").ZodObject<
|
|
2298
|
+
}>, import("zod").ZodObject<{
|
|
2301
2299
|
id: import("zod").ZodString;
|
|
2302
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
2303
2300
|
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">]>>;
|
|
2304
2301
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2305
2302
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2315,9 +2312,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2315
2312
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2316
2313
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2317
2314
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2318
|
-
}
|
|
2315
|
+
} & {
|
|
2319
2316
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
2320
|
-
}
|
|
2317
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2321
2318
|
id: string;
|
|
2322
2319
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
2323
2320
|
binaryUrl: string;
|
|
@@ -2458,9 +2455,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2458
2455
|
maxDisplayWidth?: string | undefined;
|
|
2459
2456
|
pixelWidth?: number | undefined;
|
|
2460
2457
|
pixelHeight?: number | undefined;
|
|
2461
|
-
}>, import("zod").ZodObject<
|
|
2458
|
+
}>, import("zod").ZodObject<{
|
|
2462
2459
|
id: import("zod").ZodString;
|
|
2463
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
2464
2460
|
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">]>>;
|
|
2465
2461
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2466
2462
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2476,9 +2472,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2476
2472
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2477
2473
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2478
2474
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2479
|
-
}
|
|
2475
|
+
} & {
|
|
2480
2476
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
2481
|
-
}
|
|
2477
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2482
2478
|
id: string;
|
|
2483
2479
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
2484
2480
|
binaryUrl: string;
|
|
@@ -2556,9 +2552,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2556
2552
|
maxDisplayWidth?: string | undefined;
|
|
2557
2553
|
pixelWidth?: number | undefined;
|
|
2558
2554
|
pixelHeight?: number | undefined;
|
|
2559
|
-
}>, import("zod").ZodObject<
|
|
2555
|
+
}>, import("zod").ZodObject<{
|
|
2560
2556
|
id: import("zod").ZodString;
|
|
2561
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
2562
2557
|
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">]>>;
|
|
2563
2558
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2564
2559
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2574,9 +2569,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2574
2569
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2575
2570
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2576
2571
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2577
|
-
}
|
|
2572
|
+
} & {
|
|
2578
2573
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
2579
|
-
}
|
|
2574
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2580
2575
|
id: string;
|
|
2581
2576
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
2582
2577
|
binaryUrl: string;
|
|
@@ -2814,9 +2809,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2814
2809
|
maxDisplayWidth?: string | undefined;
|
|
2815
2810
|
pixelWidth?: number | undefined;
|
|
2816
2811
|
pixelHeight?: number | undefined;
|
|
2817
|
-
}>, import("zod").ZodObject<
|
|
2812
|
+
}>, import("zod").ZodObject<{
|
|
2818
2813
|
id: import("zod").ZodString;
|
|
2819
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
2820
2814
|
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">]>>;
|
|
2821
2815
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2822
2816
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2832,9 +2826,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
2832
2826
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2833
2827
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2834
2828
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2835
|
-
}
|
|
2829
|
+
} & {
|
|
2836
2830
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
2837
|
-
}
|
|
2831
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2838
2832
|
id: string;
|
|
2839
2833
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
2840
2834
|
binaryUrl: string;
|
|
@@ -3011,9 +3005,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3011
3005
|
maxDisplayWidth?: string | undefined;
|
|
3012
3006
|
pixelWidth?: number | undefined;
|
|
3013
3007
|
pixelHeight?: number | undefined;
|
|
3014
|
-
}>, import("zod").ZodObject<
|
|
3008
|
+
}>, import("zod").ZodObject<{
|
|
3015
3009
|
id: import("zod").ZodString;
|
|
3016
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
3017
3010
|
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">]>>;
|
|
3018
3011
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3019
3012
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3029,9 +3022,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3029
3022
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3030
3023
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3031
3024
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3032
|
-
}
|
|
3025
|
+
} & {
|
|
3033
3026
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
3034
|
-
}
|
|
3027
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3035
3028
|
id: string;
|
|
3036
3029
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
3037
3030
|
binaryUrl: string;
|
|
@@ -3393,9 +3386,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3393
3386
|
}[] | undefined;
|
|
3394
3387
|
transcript?: string | undefined;
|
|
3395
3388
|
} | undefined;
|
|
3396
|
-
}>, import("zod").ZodObject<
|
|
3389
|
+
}>, import("zod").ZodObject<Pick<{
|
|
3397
3390
|
id: import("zod").ZodString;
|
|
3398
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
3391
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3399
3392
|
id: import("zod").ZodString;
|
|
3400
3393
|
apiUrl: import("zod").ZodString;
|
|
3401
3394
|
directType: import("zod").ZodString;
|
|
@@ -3403,9 +3396,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3403
3396
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3404
3397
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3405
3398
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3406
|
-
}
|
|
3399
|
+
} & {
|
|
3407
3400
|
predicate: import("zod").ZodString;
|
|
3408
|
-
}
|
|
3401
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3409
3402
|
id: string;
|
|
3410
3403
|
apiUrl: string;
|
|
3411
3404
|
directType: string;
|
|
@@ -3507,8 +3500,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3507
3500
|
}>>;
|
|
3508
3501
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3509
3502
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3503
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
3510
3504
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3511
|
-
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"
|
|
3505
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"> & Pick<{
|
|
3512
3506
|
title: import("zod").ZodString;
|
|
3513
3507
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3514
3508
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3553,13 +3547,13 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3553
3547
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
3554
3548
|
}>;
|
|
3555
3549
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3556
|
-
}, "bodyXML"
|
|
3550
|
+
}, "bodyXML"> & {
|
|
3557
3551
|
apiUrl: import("zod").ZodString;
|
|
3558
3552
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
3559
3553
|
path: import("zod").ZodString;
|
|
3560
3554
|
versionRange: import("zod").ZodString;
|
|
3561
3555
|
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
3562
|
-
}
|
|
3556
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3563
3557
|
id: string;
|
|
3564
3558
|
apiUrl: string;
|
|
3565
3559
|
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
@@ -3604,7 +3598,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
3604
3598
|
mediaType: string;
|
|
3605
3599
|
filesize?: number | undefined;
|
|
3606
3600
|
}>, "many">>;
|
|
3607
|
-
}, "mainImage" | "leadImages" | "embeds"
|
|
3601
|
+
}, "mainImage" | "leadImages" | "embeds">, "strip", import("zod").ZodTypeAny, {
|
|
3608
3602
|
id: string;
|
|
3609
3603
|
types: string[];
|
|
3610
3604
|
title: string;
|
|
@@ -4126,7 +4120,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4126
4120
|
publishReference?: string | undefined;
|
|
4127
4121
|
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
4128
4122
|
})[] | undefined;
|
|
4129
|
-
}> | import("zod").ZodObject<
|
|
4123
|
+
}> | import("zod").ZodObject<Pick<{
|
|
4130
4124
|
title: import("zod").ZodString;
|
|
4131
4125
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4132
4126
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4171,9 +4165,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4171
4165
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
4172
4166
|
}>;
|
|
4173
4167
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4174
|
-
}, "title" | "byline" | "alternativeTitles"
|
|
4168
|
+
}, "title" | "byline" | "alternativeTitles"> & Pick<{
|
|
4175
4169
|
id: import("zod").ZodString;
|
|
4176
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
4170
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4177
4171
|
id: import("zod").ZodString;
|
|
4178
4172
|
apiUrl: import("zod").ZodString;
|
|
4179
4173
|
directType: import("zod").ZodString;
|
|
@@ -4181,9 +4175,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4181
4175
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4182
4176
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
4183
4177
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4184
|
-
}
|
|
4178
|
+
} & {
|
|
4185
4179
|
predicate: import("zod").ZodString;
|
|
4186
|
-
}
|
|
4180
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4187
4181
|
id: string;
|
|
4188
4182
|
apiUrl: string;
|
|
4189
4183
|
directType: string;
|
|
@@ -4285,8 +4279,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4285
4279
|
}>>;
|
|
4286
4280
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4287
4281
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4282
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
4288
4283
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4289
|
-
}, "id" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "internalAnalyticsTags"
|
|
4284
|
+
}, "id" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "internalAnalyticsTags"> & Pick<{
|
|
4290
4285
|
mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
4291
4286
|
id: import("zod").ZodString;
|
|
4292
4287
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
@@ -4337,9 +4332,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4337
4332
|
maxDisplayWidth?: string | undefined;
|
|
4338
4333
|
pixelWidth?: number | undefined;
|
|
4339
4334
|
pixelHeight?: number | undefined;
|
|
4340
|
-
}>, import("zod").ZodObject<
|
|
4335
|
+
}>, import("zod").ZodObject<{
|
|
4341
4336
|
id: import("zod").ZodString;
|
|
4342
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
4343
4337
|
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">]>>;
|
|
4344
4338
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4345
4339
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4355,9 +4349,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4355
4349
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4356
4350
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4357
4351
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4358
|
-
}
|
|
4352
|
+
} & {
|
|
4359
4353
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
4360
|
-
}
|
|
4354
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4361
4355
|
id: string;
|
|
4362
4356
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
4363
4357
|
binaryUrl: string;
|
|
@@ -4498,9 +4492,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4498
4492
|
maxDisplayWidth?: string | undefined;
|
|
4499
4493
|
pixelWidth?: number | undefined;
|
|
4500
4494
|
pixelHeight?: number | undefined;
|
|
4501
|
-
}>, import("zod").ZodObject<
|
|
4495
|
+
}>, import("zod").ZodObject<{
|
|
4502
4496
|
id: import("zod").ZodString;
|
|
4503
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
4504
4497
|
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">]>>;
|
|
4505
4498
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4506
4499
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4516,9 +4509,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4516
4509
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4517
4510
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4518
4511
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4519
|
-
}
|
|
4512
|
+
} & {
|
|
4520
4513
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
4521
|
-
}
|
|
4514
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4522
4515
|
id: string;
|
|
4523
4516
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
4524
4517
|
binaryUrl: string;
|
|
@@ -4596,9 +4589,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4596
4589
|
maxDisplayWidth?: string | undefined;
|
|
4597
4590
|
pixelWidth?: number | undefined;
|
|
4598
4591
|
pixelHeight?: number | undefined;
|
|
4599
|
-
}>, import("zod").ZodObject<
|
|
4592
|
+
}>, import("zod").ZodObject<{
|
|
4600
4593
|
id: import("zod").ZodString;
|
|
4601
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
4602
4594
|
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">]>>;
|
|
4603
4595
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4604
4596
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4614,9 +4606,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4614
4606
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4615
4607
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4616
4608
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4617
|
-
}
|
|
4609
|
+
} & {
|
|
4618
4610
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
4619
|
-
}
|
|
4611
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4620
4612
|
id: string;
|
|
4621
4613
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
4622
4614
|
binaryUrl: string;
|
|
@@ -4854,9 +4846,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4854
4846
|
maxDisplayWidth?: string | undefined;
|
|
4855
4847
|
pixelWidth?: number | undefined;
|
|
4856
4848
|
pixelHeight?: number | undefined;
|
|
4857
|
-
}>, import("zod").ZodObject<
|
|
4849
|
+
}>, import("zod").ZodObject<{
|
|
4858
4850
|
id: import("zod").ZodString;
|
|
4859
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
4860
4851
|
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">]>>;
|
|
4861
4852
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4862
4853
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4872,9 +4863,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
4872
4863
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4873
4864
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4874
4865
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4875
|
-
}
|
|
4866
|
+
} & {
|
|
4876
4867
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
4877
|
-
}
|
|
4868
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4878
4869
|
id: string;
|
|
4879
4870
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
4880
4871
|
binaryUrl: string;
|
|
@@ -5051,9 +5042,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5051
5042
|
maxDisplayWidth?: string | undefined;
|
|
5052
5043
|
pixelWidth?: number | undefined;
|
|
5053
5044
|
pixelHeight?: number | undefined;
|
|
5054
|
-
}>, import("zod").ZodObject<
|
|
5045
|
+
}>, import("zod").ZodObject<{
|
|
5055
5046
|
id: import("zod").ZodString;
|
|
5056
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
5057
5047
|
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">]>>;
|
|
5058
5048
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5059
5049
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -5069,9 +5059,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5069
5059
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5070
5060
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5071
5061
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5072
|
-
}
|
|
5062
|
+
} & {
|
|
5073
5063
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
5074
|
-
}
|
|
5064
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5075
5065
|
id: string;
|
|
5076
5066
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
5077
5067
|
binaryUrl: string;
|
|
@@ -5433,9 +5423,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5433
5423
|
}[] | undefined;
|
|
5434
5424
|
transcript?: string | undefined;
|
|
5435
5425
|
} | undefined;
|
|
5436
|
-
}>, import("zod").ZodObject<
|
|
5426
|
+
}>, import("zod").ZodObject<Pick<{
|
|
5437
5427
|
id: import("zod").ZodString;
|
|
5438
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
5428
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
5439
5429
|
id: import("zod").ZodString;
|
|
5440
5430
|
apiUrl: import("zod").ZodString;
|
|
5441
5431
|
directType: import("zod").ZodString;
|
|
@@ -5443,9 +5433,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5443
5433
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5444
5434
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
5445
5435
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5446
|
-
}
|
|
5436
|
+
} & {
|
|
5447
5437
|
predicate: import("zod").ZodString;
|
|
5448
|
-
}
|
|
5438
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5449
5439
|
id: string;
|
|
5450
5440
|
apiUrl: string;
|
|
5451
5441
|
directType: string;
|
|
@@ -5547,8 +5537,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5547
5537
|
}>>;
|
|
5548
5538
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5549
5539
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5540
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
5550
5541
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5551
|
-
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"
|
|
5542
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"> & Pick<{
|
|
5552
5543
|
title: import("zod").ZodString;
|
|
5553
5544
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5554
5545
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -5593,13 +5584,13 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5593
5584
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
5594
5585
|
}>;
|
|
5595
5586
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5596
|
-
}, "bodyXML"
|
|
5587
|
+
}, "bodyXML"> & {
|
|
5597
5588
|
apiUrl: import("zod").ZodString;
|
|
5598
5589
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
5599
5590
|
path: import("zod").ZodString;
|
|
5600
5591
|
versionRange: import("zod").ZodString;
|
|
5601
5592
|
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
5602
|
-
}
|
|
5593
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5603
5594
|
id: string;
|
|
5604
5595
|
apiUrl: string;
|
|
5605
5596
|
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
@@ -5644,7 +5635,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5644
5635
|
mediaType: string;
|
|
5645
5636
|
filesize?: number | undefined;
|
|
5646
5637
|
}>, "many">>;
|
|
5647
|
-
}, "dataSource" | "mainImage"
|
|
5638
|
+
}, "dataSource" | "mainImage">, "strip", import("zod").ZodTypeAny, {
|
|
5648
5639
|
id: string;
|
|
5649
5640
|
types: string[];
|
|
5650
5641
|
title: string;
|
|
@@ -5838,7 +5829,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5838
5829
|
})[];
|
|
5839
5830
|
description?: string | undefined;
|
|
5840
5831
|
} | undefined;
|
|
5841
|
-
}> | import("zod").ZodObject<
|
|
5832
|
+
}> | import("zod").ZodObject<Pick<{
|
|
5842
5833
|
title: import("zod").ZodString;
|
|
5843
5834
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5844
5835
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -5883,9 +5874,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5883
5874
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
5884
5875
|
}>;
|
|
5885
5876
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5886
|
-
}, "title" | "transcript" | "byline" | "alternativeTitles"
|
|
5877
|
+
}, "title" | "transcript" | "byline" | "alternativeTitles"> & Pick<{
|
|
5887
5878
|
id: import("zod").ZodString;
|
|
5888
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
5879
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
5889
5880
|
id: import("zod").ZodString;
|
|
5890
5881
|
apiUrl: import("zod").ZodString;
|
|
5891
5882
|
directType: import("zod").ZodString;
|
|
@@ -5893,9 +5884,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5893
5884
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5894
5885
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
5895
5886
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5896
|
-
}
|
|
5887
|
+
} & {
|
|
5897
5888
|
predicate: import("zod").ZodString;
|
|
5898
|
-
}
|
|
5889
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
5899
5890
|
id: string;
|
|
5900
5891
|
apiUrl: string;
|
|
5901
5892
|
directType: string;
|
|
@@ -5997,8 +5988,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
5997
5988
|
}>>;
|
|
5998
5989
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
5999
5990
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5991
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
6000
5992
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6001
|
-
}, "id" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "internalAnalyticsTags"
|
|
5993
|
+
}, "id" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "internalAnalyticsTags"> & Pick<{
|
|
6002
5994
|
mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
6003
5995
|
id: import("zod").ZodString;
|
|
6004
5996
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
@@ -6049,9 +6041,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6049
6041
|
maxDisplayWidth?: string | undefined;
|
|
6050
6042
|
pixelWidth?: number | undefined;
|
|
6051
6043
|
pixelHeight?: number | undefined;
|
|
6052
|
-
}>, import("zod").ZodObject<
|
|
6044
|
+
}>, import("zod").ZodObject<{
|
|
6053
6045
|
id: import("zod").ZodString;
|
|
6054
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
6055
6046
|
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">]>>;
|
|
6056
6047
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6057
6048
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -6067,9 +6058,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6067
6058
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6068
6059
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6069
6060
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6070
|
-
}
|
|
6061
|
+
} & {
|
|
6071
6062
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
6072
|
-
}
|
|
6063
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6073
6064
|
id: string;
|
|
6074
6065
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
6075
6066
|
binaryUrl: string;
|
|
@@ -6210,9 +6201,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6210
6201
|
maxDisplayWidth?: string | undefined;
|
|
6211
6202
|
pixelWidth?: number | undefined;
|
|
6212
6203
|
pixelHeight?: number | undefined;
|
|
6213
|
-
}>, import("zod").ZodObject<
|
|
6204
|
+
}>, import("zod").ZodObject<{
|
|
6214
6205
|
id: import("zod").ZodString;
|
|
6215
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
6216
6206
|
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">]>>;
|
|
6217
6207
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6218
6208
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -6228,9 +6218,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6228
6218
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6229
6219
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6230
6220
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6231
|
-
}
|
|
6221
|
+
} & {
|
|
6232
6222
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
6233
|
-
}
|
|
6223
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6234
6224
|
id: string;
|
|
6235
6225
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
6236
6226
|
binaryUrl: string;
|
|
@@ -6308,9 +6298,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6308
6298
|
maxDisplayWidth?: string | undefined;
|
|
6309
6299
|
pixelWidth?: number | undefined;
|
|
6310
6300
|
pixelHeight?: number | undefined;
|
|
6311
|
-
}>, import("zod").ZodObject<
|
|
6301
|
+
}>, import("zod").ZodObject<{
|
|
6312
6302
|
id: import("zod").ZodString;
|
|
6313
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
6314
6303
|
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">]>>;
|
|
6315
6304
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6316
6305
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -6326,9 +6315,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6326
6315
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6327
6316
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6328
6317
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6329
|
-
}
|
|
6318
|
+
} & {
|
|
6330
6319
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
6331
|
-
}
|
|
6320
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6332
6321
|
id: string;
|
|
6333
6322
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
6334
6323
|
binaryUrl: string;
|
|
@@ -6566,9 +6555,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6566
6555
|
maxDisplayWidth?: string | undefined;
|
|
6567
6556
|
pixelWidth?: number | undefined;
|
|
6568
6557
|
pixelHeight?: number | undefined;
|
|
6569
|
-
}>, import("zod").ZodObject<
|
|
6558
|
+
}>, import("zod").ZodObject<{
|
|
6570
6559
|
id: import("zod").ZodString;
|
|
6571
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
6572
6560
|
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">]>>;
|
|
6573
6561
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6574
6562
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -6584,9 +6572,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6584
6572
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6585
6573
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6586
6574
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6587
|
-
}
|
|
6575
|
+
} & {
|
|
6588
6576
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
6589
|
-
}
|
|
6577
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6590
6578
|
id: string;
|
|
6591
6579
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
6592
6580
|
binaryUrl: string;
|
|
@@ -6763,9 +6751,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6763
6751
|
maxDisplayWidth?: string | undefined;
|
|
6764
6752
|
pixelWidth?: number | undefined;
|
|
6765
6753
|
pixelHeight?: number | undefined;
|
|
6766
|
-
}>, import("zod").ZodObject<
|
|
6754
|
+
}>, import("zod").ZodObject<{
|
|
6767
6755
|
id: import("zod").ZodString;
|
|
6768
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
6769
6756
|
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">]>>;
|
|
6770
6757
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6771
6758
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -6781,9 +6768,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
6781
6768
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6782
6769
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6783
6770
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6784
|
-
}
|
|
6771
|
+
} & {
|
|
6785
6772
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
6786
|
-
}
|
|
6773
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6787
6774
|
id: string;
|
|
6788
6775
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
6789
6776
|
binaryUrl: string;
|
|
@@ -7145,9 +7132,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7145
7132
|
}[] | undefined;
|
|
7146
7133
|
transcript?: string | undefined;
|
|
7147
7134
|
} | undefined;
|
|
7148
|
-
}>, import("zod").ZodObject<
|
|
7135
|
+
}>, import("zod").ZodObject<Pick<{
|
|
7149
7136
|
id: import("zod").ZodString;
|
|
7150
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
7137
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
7151
7138
|
id: import("zod").ZodString;
|
|
7152
7139
|
apiUrl: import("zod").ZodString;
|
|
7153
7140
|
directType: import("zod").ZodString;
|
|
@@ -7155,9 +7142,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7155
7142
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7156
7143
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7157
7144
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7158
|
-
}
|
|
7145
|
+
} & {
|
|
7159
7146
|
predicate: import("zod").ZodString;
|
|
7160
|
-
}
|
|
7147
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7161
7148
|
id: string;
|
|
7162
7149
|
apiUrl: string;
|
|
7163
7150
|
directType: string;
|
|
@@ -7259,8 +7246,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7259
7246
|
}>>;
|
|
7260
7247
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
7261
7248
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7249
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
7262
7250
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7263
|
-
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"
|
|
7251
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"> & Pick<{
|
|
7264
7252
|
title: import("zod").ZodString;
|
|
7265
7253
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7266
7254
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -7305,13 +7293,13 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7305
7293
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
7306
7294
|
}>;
|
|
7307
7295
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7308
|
-
}, "bodyXML"
|
|
7296
|
+
}, "bodyXML"> & {
|
|
7309
7297
|
apiUrl: import("zod").ZodString;
|
|
7310
7298
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
7311
7299
|
path: import("zod").ZodString;
|
|
7312
7300
|
versionRange: import("zod").ZodString;
|
|
7313
7301
|
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
7314
|
-
}
|
|
7302
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7315
7303
|
id: string;
|
|
7316
7304
|
apiUrl: string;
|
|
7317
7305
|
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
@@ -7356,7 +7344,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7356
7344
|
mediaType: string;
|
|
7357
7345
|
filesize?: number | undefined;
|
|
7358
7346
|
}>, "many">>;
|
|
7359
|
-
}, "mainImage"
|
|
7347
|
+
}, "mainImage">, "strip", import("zod").ZodTypeAny, {
|
|
7360
7348
|
id: string;
|
|
7361
7349
|
types: string[];
|
|
7362
7350
|
title: string;
|
|
@@ -7540,9 +7528,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7540
7528
|
})[];
|
|
7541
7529
|
description?: string | undefined;
|
|
7542
7530
|
} | undefined;
|
|
7543
|
-
}> | import("zod").ZodObject<
|
|
7531
|
+
}> | import("zod").ZodObject<Omit<Pick<{
|
|
7544
7532
|
id: import("zod").ZodString;
|
|
7545
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
7533
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
7546
7534
|
id: import("zod").ZodString;
|
|
7547
7535
|
apiUrl: import("zod").ZodString;
|
|
7548
7536
|
directType: import("zod").ZodString;
|
|
@@ -7550,9 +7538,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7550
7538
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7551
7539
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7552
7540
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7553
|
-
}
|
|
7541
|
+
} & {
|
|
7554
7542
|
predicate: import("zod").ZodString;
|
|
7555
|
-
}
|
|
7543
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7556
7544
|
id: string;
|
|
7557
7545
|
apiUrl: string;
|
|
7558
7546
|
directType: string;
|
|
@@ -7654,8 +7642,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7654
7642
|
}>>;
|
|
7655
7643
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
7656
7644
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7645
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
7657
7646
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7658
|
-
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"
|
|
7647
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"> & Pick<{
|
|
7659
7648
|
title: import("zod").ZodString;
|
|
7660
7649
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7661
7650
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -7700,15 +7689,15 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7700
7689
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
7701
7690
|
}>;
|
|
7702
7691
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7703
|
-
}, "bodyXML"
|
|
7692
|
+
}, "bodyXML"> & {
|
|
7704
7693
|
apiUrl: import("zod").ZodString;
|
|
7705
7694
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
7706
7695
|
path: import("zod").ZodString;
|
|
7707
7696
|
versionRange: import("zod").ZodString;
|
|
7708
7697
|
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
7709
|
-
}
|
|
7698
|
+
}, "type"> & Pick<{
|
|
7710
7699
|
id: import("zod").ZodString;
|
|
7711
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
7700
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
7712
7701
|
id: import("zod").ZodString;
|
|
7713
7702
|
apiUrl: import("zod").ZodString;
|
|
7714
7703
|
directType: import("zod").ZodString;
|
|
@@ -7716,9 +7705,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7716
7705
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7717
7706
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7718
7707
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7719
|
-
}
|
|
7708
|
+
} & {
|
|
7720
7709
|
predicate: import("zod").ZodString;
|
|
7721
|
-
}
|
|
7710
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7722
7711
|
id: string;
|
|
7723
7712
|
apiUrl: string;
|
|
7724
7713
|
directType: string;
|
|
@@ -7820,8 +7809,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7820
7809
|
}>>;
|
|
7821
7810
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
7822
7811
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7812
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
7823
7813
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7824
|
-
}, "types" | "annotations"
|
|
7814
|
+
}, "types" | "annotations"> & Pick<{
|
|
7825
7815
|
mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
7826
7816
|
id: import("zod").ZodString;
|
|
7827
7817
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
@@ -7872,9 +7862,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7872
7862
|
maxDisplayWidth?: string | undefined;
|
|
7873
7863
|
pixelWidth?: number | undefined;
|
|
7874
7864
|
pixelHeight?: number | undefined;
|
|
7875
|
-
}>, import("zod").ZodObject<
|
|
7865
|
+
}>, import("zod").ZodObject<{
|
|
7876
7866
|
id: import("zod").ZodString;
|
|
7877
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
7878
7867
|
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">]>>;
|
|
7879
7868
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7880
7869
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -7890,9 +7879,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
7890
7879
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7891
7880
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7892
7881
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7893
|
-
}
|
|
7882
|
+
} & {
|
|
7894
7883
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
7895
|
-
}
|
|
7884
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7896
7885
|
id: string;
|
|
7897
7886
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
7898
7887
|
binaryUrl: string;
|
|
@@ -8033,9 +8022,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8033
8022
|
maxDisplayWidth?: string | undefined;
|
|
8034
8023
|
pixelWidth?: number | undefined;
|
|
8035
8024
|
pixelHeight?: number | undefined;
|
|
8036
|
-
}>, import("zod").ZodObject<
|
|
8025
|
+
}>, import("zod").ZodObject<{
|
|
8037
8026
|
id: import("zod").ZodString;
|
|
8038
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8039
8027
|
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">]>>;
|
|
8040
8028
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8041
8029
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -8051,9 +8039,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8051
8039
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8052
8040
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8053
8041
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8054
|
-
}
|
|
8042
|
+
} & {
|
|
8055
8043
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
8056
|
-
}
|
|
8044
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8057
8045
|
id: string;
|
|
8058
8046
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8059
8047
|
binaryUrl: string;
|
|
@@ -8131,9 +8119,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8131
8119
|
maxDisplayWidth?: string | undefined;
|
|
8132
8120
|
pixelWidth?: number | undefined;
|
|
8133
8121
|
pixelHeight?: number | undefined;
|
|
8134
|
-
}>, import("zod").ZodObject<
|
|
8122
|
+
}>, import("zod").ZodObject<{
|
|
8135
8123
|
id: import("zod").ZodString;
|
|
8136
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8137
8124
|
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">]>>;
|
|
8138
8125
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8139
8126
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -8149,9 +8136,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8149
8136
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8150
8137
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8151
8138
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8152
|
-
}
|
|
8139
|
+
} & {
|
|
8153
8140
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
8154
|
-
}
|
|
8141
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8155
8142
|
id: string;
|
|
8156
8143
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8157
8144
|
binaryUrl: string;
|
|
@@ -8389,9 +8376,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8389
8376
|
maxDisplayWidth?: string | undefined;
|
|
8390
8377
|
pixelWidth?: number | undefined;
|
|
8391
8378
|
pixelHeight?: number | undefined;
|
|
8392
|
-
}>, import("zod").ZodObject<
|
|
8379
|
+
}>, import("zod").ZodObject<{
|
|
8393
8380
|
id: import("zod").ZodString;
|
|
8394
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8395
8381
|
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">]>>;
|
|
8396
8382
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8397
8383
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -8407,9 +8393,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8407
8393
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8408
8394
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8409
8395
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8410
|
-
}
|
|
8396
|
+
} & {
|
|
8411
8397
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
8412
|
-
}
|
|
8398
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8413
8399
|
id: string;
|
|
8414
8400
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8415
8401
|
binaryUrl: string;
|
|
@@ -8586,9 +8572,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8586
8572
|
maxDisplayWidth?: string | undefined;
|
|
8587
8573
|
pixelWidth?: number | undefined;
|
|
8588
8574
|
pixelHeight?: number | undefined;
|
|
8589
|
-
}>, import("zod").ZodObject<
|
|
8575
|
+
}>, import("zod").ZodObject<{
|
|
8590
8576
|
id: import("zod").ZodString;
|
|
8591
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
8592
8577
|
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">]>>;
|
|
8593
8578
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8594
8579
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -8604,9 +8589,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8604
8589
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8605
8590
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8606
8591
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
8607
|
-
}
|
|
8592
|
+
} & {
|
|
8608
8593
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
8609
|
-
}
|
|
8594
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8610
8595
|
id: string;
|
|
8611
8596
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
8612
8597
|
binaryUrl: string;
|
|
@@ -8968,9 +8953,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8968
8953
|
}[] | undefined;
|
|
8969
8954
|
transcript?: string | undefined;
|
|
8970
8955
|
} | undefined;
|
|
8971
|
-
}>, import("zod").ZodObject<
|
|
8956
|
+
}>, import("zod").ZodObject<Pick<{
|
|
8972
8957
|
id: import("zod").ZodString;
|
|
8973
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
8958
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
8974
8959
|
id: import("zod").ZodString;
|
|
8975
8960
|
apiUrl: import("zod").ZodString;
|
|
8976
8961
|
directType: import("zod").ZodString;
|
|
@@ -8978,9 +8963,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
8978
8963
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8979
8964
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
8980
8965
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8981
|
-
}
|
|
8966
|
+
} & {
|
|
8982
8967
|
predicate: import("zod").ZodString;
|
|
8983
|
-
}
|
|
8968
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8984
8969
|
id: string;
|
|
8985
8970
|
apiUrl: string;
|
|
8986
8971
|
directType: string;
|
|
@@ -9082,8 +9067,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9082
9067
|
}>>;
|
|
9083
9068
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
9084
9069
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9070
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
9085
9071
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9086
|
-
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"
|
|
9072
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"> & Pick<{
|
|
9087
9073
|
title: import("zod").ZodString;
|
|
9088
9074
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9089
9075
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -9128,13 +9114,13 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9128
9114
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
9129
9115
|
}>;
|
|
9130
9116
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9131
|
-
}, "bodyXML"
|
|
9117
|
+
}, "bodyXML"> & {
|
|
9132
9118
|
apiUrl: import("zod").ZodString;
|
|
9133
9119
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
9134
9120
|
path: import("zod").ZodString;
|
|
9135
9121
|
versionRange: import("zod").ZodString;
|
|
9136
9122
|
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
9137
|
-
}
|
|
9123
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9138
9124
|
id: string;
|
|
9139
9125
|
apiUrl: string;
|
|
9140
9126
|
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
@@ -9179,7 +9165,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9179
9165
|
mediaType: string;
|
|
9180
9166
|
filesize?: number | undefined;
|
|
9181
9167
|
}>, "many">>;
|
|
9182
|
-
}, "embeds"
|
|
9168
|
+
}, "embeds">, "strip", import("zod").ZodTypeAny, {
|
|
9183
9169
|
id: string;
|
|
9184
9170
|
apiUrl: string;
|
|
9185
9171
|
types: string[];
|
|
@@ -9459,18 +9445,10 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9459
9445
|
publishReference?: string | undefined;
|
|
9460
9446
|
canBeDistributed?: "yes" | "no" | "verify" | undefined;
|
|
9461
9447
|
})[] | undefined;
|
|
9462
|
-
}> | import("zod").ZodObject<
|
|
9448
|
+
}> | import("zod").ZodObject<{
|
|
9463
9449
|
title: import("zod").ZodString;
|
|
9464
|
-
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9465
9450
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9466
9451
|
bodyXML: import("zod").ZodString;
|
|
9467
|
-
summary: import("zod").ZodObject<{
|
|
9468
|
-
bodyXML: import("zod").ZodString;
|
|
9469
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
9470
|
-
bodyXML: string;
|
|
9471
|
-
}, {
|
|
9472
|
-
bodyXML: string;
|
|
9473
|
-
}>;
|
|
9474
9452
|
alternativeTitles: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
9475
9453
|
promotionalTitle: import("zod").ZodString;
|
|
9476
9454
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -9478,14 +9456,6 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9478
9456
|
}, {
|
|
9479
9457
|
promotionalTitle: string;
|
|
9480
9458
|
}>>;
|
|
9481
|
-
alternativeStandfirsts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
9482
|
-
promotionalStandfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9483
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
9484
|
-
promotionalStandfirst?: string | undefined;
|
|
9485
|
-
}, {
|
|
9486
|
-
promotionalStandfirst?: string | undefined;
|
|
9487
|
-
}>>;
|
|
9488
|
-
pinnedPosts: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
9489
9459
|
contains: import("zod").ZodArray<import("zod").ZodObject<{
|
|
9490
9460
|
id: import("zod").ZodString;
|
|
9491
9461
|
apiUrl: import("zod").ZodString;
|
|
@@ -9503,8 +9473,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9503
9473
|
}, {
|
|
9504
9474
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
9505
9475
|
}>;
|
|
9506
|
-
|
|
9507
|
-
}, "title" | "byline" | "bodyXML" | "summary" | "alternativeTitles" | "contains" | "design">, {
|
|
9476
|
+
} & {
|
|
9508
9477
|
summary: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
9509
9478
|
bodyXML: import("zod").ZodString;
|
|
9510
9479
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -9512,9 +9481,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9512
9481
|
}, {
|
|
9513
9482
|
bodyXML: string;
|
|
9514
9483
|
}>>;
|
|
9515
|
-
}
|
|
9484
|
+
} & Pick<{
|
|
9516
9485
|
id: import("zod").ZodString;
|
|
9517
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
9486
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
9518
9487
|
id: import("zod").ZodString;
|
|
9519
9488
|
apiUrl: import("zod").ZodString;
|
|
9520
9489
|
directType: import("zod").ZodString;
|
|
@@ -9522,9 +9491,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9522
9491
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9523
9492
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
9524
9493
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9525
|
-
}
|
|
9494
|
+
} & {
|
|
9526
9495
|
predicate: import("zod").ZodString;
|
|
9527
|
-
}
|
|
9496
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9528
9497
|
id: string;
|
|
9529
9498
|
apiUrl: string;
|
|
9530
9499
|
directType: string;
|
|
@@ -9626,8 +9595,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9626
9595
|
}>>;
|
|
9627
9596
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
9628
9597
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9598
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
9629
9599
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9630
|
-
}, "id" | "type" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "standout" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "topper" | "comments" | "tableOfContents" | "internalAnalyticsTags"
|
|
9600
|
+
}, "id" | "type" | "types" | "publishedDate" | "annotations" | "webUrl" | "canonicalWebUrl" | "standout" | "firstPublishedDate" | "publishReference" | "lastModified" | "editorialDesk" | "accessLevel" | "canBeSyndicated" | "canBeDistributed" | "topper" | "comments" | "tableOfContents" | "internalAnalyticsTags"> & Pick<{
|
|
9631
9601
|
mainImage: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<"type", [import("zod").ZodObject<{
|
|
9632
9602
|
id: import("zod").ZodString;
|
|
9633
9603
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/ImageSet">;
|
|
@@ -9678,9 +9648,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9678
9648
|
maxDisplayWidth?: string | undefined;
|
|
9679
9649
|
pixelWidth?: number | undefined;
|
|
9680
9650
|
pixelHeight?: number | undefined;
|
|
9681
|
-
}>, import("zod").ZodObject<
|
|
9651
|
+
}>, import("zod").ZodObject<{
|
|
9682
9652
|
id: import("zod").ZodString;
|
|
9683
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
9684
9653
|
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">]>>;
|
|
9685
9654
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9686
9655
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -9696,9 +9665,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9696
9665
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9697
9666
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
9698
9667
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
9699
|
-
}
|
|
9668
|
+
} & {
|
|
9700
9669
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
9701
|
-
}
|
|
9670
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9702
9671
|
id: string;
|
|
9703
9672
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
9704
9673
|
binaryUrl: string;
|
|
@@ -9839,9 +9808,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9839
9808
|
maxDisplayWidth?: string | undefined;
|
|
9840
9809
|
pixelWidth?: number | undefined;
|
|
9841
9810
|
pixelHeight?: number | undefined;
|
|
9842
|
-
}>, import("zod").ZodObject<
|
|
9811
|
+
}>, import("zod").ZodObject<{
|
|
9843
9812
|
id: import("zod").ZodString;
|
|
9844
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
9845
9813
|
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">]>>;
|
|
9846
9814
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9847
9815
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -9857,9 +9825,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9857
9825
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9858
9826
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
9859
9827
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
9860
|
-
}
|
|
9828
|
+
} & {
|
|
9861
9829
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
9862
|
-
}
|
|
9830
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9863
9831
|
id: string;
|
|
9864
9832
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
9865
9833
|
binaryUrl: string;
|
|
@@ -9937,9 +9905,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9937
9905
|
maxDisplayWidth?: string | undefined;
|
|
9938
9906
|
pixelWidth?: number | undefined;
|
|
9939
9907
|
pixelHeight?: number | undefined;
|
|
9940
|
-
}>, import("zod").ZodObject<
|
|
9908
|
+
}>, import("zod").ZodObject<{
|
|
9941
9909
|
id: import("zod").ZodString;
|
|
9942
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
9943
9910
|
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">]>>;
|
|
9944
9911
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9945
9912
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -9955,9 +9922,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
9955
9922
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9956
9923
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
9957
9924
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
9958
|
-
}
|
|
9925
|
+
} & {
|
|
9959
9926
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
9960
|
-
}
|
|
9927
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9961
9928
|
id: string;
|
|
9962
9929
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
9963
9930
|
binaryUrl: string;
|
|
@@ -10195,9 +10162,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10195
10162
|
maxDisplayWidth?: string | undefined;
|
|
10196
10163
|
pixelWidth?: number | undefined;
|
|
10197
10164
|
pixelHeight?: number | undefined;
|
|
10198
|
-
}>, import("zod").ZodObject<
|
|
10165
|
+
}>, import("zod").ZodObject<{
|
|
10199
10166
|
id: import("zod").ZodString;
|
|
10200
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
10201
10167
|
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">]>>;
|
|
10202
10168
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10203
10169
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10213,9 +10179,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10213
10179
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10214
10180
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10215
10181
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10216
|
-
}
|
|
10182
|
+
} & {
|
|
10217
10183
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
10218
|
-
}
|
|
10184
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10219
10185
|
id: string;
|
|
10220
10186
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
10221
10187
|
binaryUrl: string;
|
|
@@ -10392,9 +10358,8 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10392
10358
|
maxDisplayWidth?: string | undefined;
|
|
10393
10359
|
pixelWidth?: number | undefined;
|
|
10394
10360
|
pixelHeight?: number | undefined;
|
|
10395
|
-
}>, import("zod").ZodObject<
|
|
10361
|
+
}>, import("zod").ZodObject<{
|
|
10396
10362
|
id: import("zod").ZodString;
|
|
10397
|
-
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Image">;
|
|
10398
10363
|
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">]>>;
|
|
10399
10364
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10400
10365
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10410,9 +10375,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10410
10375
|
maxDisplayWidth: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10411
10376
|
pixelWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10412
10377
|
pixelHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10413
|
-
}
|
|
10378
|
+
} & {
|
|
10414
10379
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/Graphic">;
|
|
10415
|
-
}
|
|
10380
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10416
10381
|
id: string;
|
|
10417
10382
|
type: "http://www.ft.com/ontology/content/Graphic";
|
|
10418
10383
|
binaryUrl: string;
|
|
@@ -10774,9 +10739,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10774
10739
|
}[] | undefined;
|
|
10775
10740
|
transcript?: string | undefined;
|
|
10776
10741
|
} | undefined;
|
|
10777
|
-
}>, import("zod").ZodObject<
|
|
10742
|
+
}>, import("zod").ZodObject<Pick<{
|
|
10778
10743
|
id: import("zod").ZodString;
|
|
10779
|
-
annotations: import("zod").ZodArray<import("zod").ZodObject<
|
|
10744
|
+
annotations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
10780
10745
|
id: import("zod").ZodString;
|
|
10781
10746
|
apiUrl: import("zod").ZodString;
|
|
10782
10747
|
directType: import("zod").ZodString;
|
|
@@ -10784,9 +10749,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10784
10749
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10785
10750
|
types: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
10786
10751
|
headshot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10787
|
-
}
|
|
10752
|
+
} & {
|
|
10788
10753
|
predicate: import("zod").ZodString;
|
|
10789
|
-
}
|
|
10754
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10790
10755
|
id: string;
|
|
10791
10756
|
apiUrl: string;
|
|
10792
10757
|
directType: string;
|
|
@@ -10888,8 +10853,9 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10888
10853
|
}>>;
|
|
10889
10854
|
publication: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
10890
10855
|
clientName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10856
|
+
disclaimerType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"co-created-content">, import("zod").ZodLiteral<"client-supplied-content">, import("zod").ZodLiteral<"ft-studios-risky">, import("zod").ZodLiteral<"auditor">]>>;
|
|
10891
10857
|
internalAnalyticsTags: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10892
|
-
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"
|
|
10858
|
+
}, "id" | "publishedDate" | "canonicalWebUrl" | "firstPublishedDate" | "publishReference" | "canBeSyndicated" | "canBeDistributed"> & Pick<{
|
|
10893
10859
|
title: import("zod").ZodString;
|
|
10894
10860
|
standfirst: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10895
10861
|
byline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10934,13 +10900,13 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10934
10900
|
theme: "special-report" | "extra" | "basic" | "extra-wide";
|
|
10935
10901
|
}>;
|
|
10936
10902
|
transcript: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10937
|
-
}, "bodyXML"
|
|
10903
|
+
}, "bodyXML"> & {
|
|
10938
10904
|
apiUrl: import("zod").ZodString;
|
|
10939
10905
|
type: import("zod").ZodLiteral<"http://www.ft.com/ontology/content/CustomCodeComponent">;
|
|
10940
10906
|
path: import("zod").ZodString;
|
|
10941
10907
|
versionRange: import("zod").ZodString;
|
|
10942
10908
|
attributes: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodUndefined]>>;
|
|
10943
|
-
}
|
|
10909
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10944
10910
|
id: string;
|
|
10945
10911
|
apiUrl: string;
|
|
10946
10912
|
type: "http://www.ft.com/ontology/content/CustomCodeComponent";
|
|
@@ -10985,7 +10951,7 @@ export declare const schemas: (contentType: LiteralUnionScalarValues<typeof Cont
|
|
|
10985
10951
|
mediaType: string;
|
|
10986
10952
|
filesize?: number | undefined;
|
|
10987
10953
|
}>, "many">>;
|
|
10988
|
-
}, "mainImage" | "leadImages" | "leadFlourish"
|
|
10954
|
+
}, "mainImage" | "leadImages" | "leadFlourish">, "strip", import("zod").ZodTypeAny, {
|
|
10989
10955
|
id: string;
|
|
10990
10956
|
types: string[];
|
|
10991
10957
|
title: string;
|