@financial-times/cp-content-pipeline-client 0.6.17 → 0.6.18
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/.toolkitrc.yml +0 -13
- package/CHANGELOG.md +15 -0
- package/jest.config.js +3 -0
- package/lib/client-version.d.ts +1 -0
- package/lib/client-version.js +6 -0
- package/lib/client-version.js.map +1 -0
- package/lib/generated/index.d.ts +165 -0
- package/lib/generated/index.js +1 -0
- package/lib/generated/index.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +45 -4
- package/lib/index.js.map +1 -1
- package/lib/index.test.d.ts +1 -0
- package/lib/index.test.js +18 -0
- package/lib/index.test.js.map +1 -0
- package/lib/schema-version.d.ts +1 -1
- package/lib/schema-version.js +1 -1
- package/package.json +2 -2
- package/queries/article.graphql +1 -0
- package/src/client-version.ts +2 -0
- package/src/generated/index.ts +26 -15
- package/src/index.test.ts +25 -0
- package/src/index.ts +64 -6
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/lib/generated/index.d.ts
CHANGED
|
@@ -51,6 +51,10 @@ export type Scalars = {
|
|
|
51
51
|
input: 'Article' | 'Video' | 'Audio' | 'LiveBlogPackage' | 'LiveBlogPost' | 'ContentPackage' | 'Content' | 'MediaResource';
|
|
52
52
|
output: 'Article' | 'Video' | 'Audio' | 'LiveBlogPackage' | 'LiveBlogPost' | 'ContentPackage' | 'Content' | 'MediaResource';
|
|
53
53
|
};
|
|
54
|
+
FollowButtonVariant: {
|
|
55
|
+
input: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome';
|
|
56
|
+
output: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome';
|
|
57
|
+
};
|
|
54
58
|
ImageFormat: {
|
|
55
59
|
input: 'standard' | 'standard-inline' | 'desktop' | 'mobile' | 'wide' | 'square' | 'square-ftedit' | 'portrait' | 'landscape';
|
|
56
60
|
output: 'standard' | 'standard-inline' | 'desktop' | 'mobile' | 'wide' | 'square' | 'square-ftedit' | 'portrait' | 'landscape';
|
|
@@ -133,6 +137,7 @@ export type BasicTopper = Topper & {
|
|
|
133
137
|
readonly backgroundBox?: Maybe<Scalars['Boolean']['output']>;
|
|
134
138
|
readonly backgroundColour?: Maybe<Scalars['TopperBackgroundColour']['output']>;
|
|
135
139
|
readonly displayConcept?: Maybe<Concept>;
|
|
140
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
136
141
|
readonly headline: Scalars['String']['output'];
|
|
137
142
|
readonly intro?: Maybe<RichText>;
|
|
138
143
|
readonly textShadow?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -142,6 +147,7 @@ export type BrandedTopper = Topper & TopperWithBrand & TopperWithTheme & {
|
|
|
142
147
|
readonly backgroundColour?: Maybe<Scalars['TopperBackgroundColour']['output']>;
|
|
143
148
|
readonly brandConcept?: Maybe<Concept>;
|
|
144
149
|
readonly displayConcept?: Maybe<Concept>;
|
|
150
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
145
151
|
readonly headline: Scalars['String']['output'];
|
|
146
152
|
readonly intro?: Maybe<RichText>;
|
|
147
153
|
readonly isLargeHeadline?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -215,6 +221,7 @@ export type DeepLandscapeTopper = Topper & TopperWithBrand & TopperWithImages &
|
|
|
215
221
|
readonly brandConcept?: Maybe<Concept>;
|
|
216
222
|
readonly displayConcept?: Maybe<Concept>;
|
|
217
223
|
readonly fallbackImage?: Maybe<Image>;
|
|
224
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
218
225
|
readonly headline: Scalars['String']['output'];
|
|
219
226
|
readonly images: ReadonlyArray<Image>;
|
|
220
227
|
readonly intro?: Maybe<RichText>;
|
|
@@ -228,6 +235,7 @@ export type DeepPortraitTopper = Topper & TopperWithBrand & TopperWithImages & T
|
|
|
228
235
|
readonly brandConcept?: Maybe<Concept>;
|
|
229
236
|
readonly displayConcept?: Maybe<Concept>;
|
|
230
237
|
readonly fallbackImage?: Maybe<Image>;
|
|
238
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
231
239
|
readonly headline: Scalars['String']['output'];
|
|
232
240
|
readonly images: ReadonlyArray<Image>;
|
|
233
241
|
readonly intro?: Maybe<RichText>;
|
|
@@ -254,6 +262,7 @@ export type FullBleedTopper = Topper & TopperWithBrand & TopperWithImages & Topp
|
|
|
254
262
|
readonly brandConcept?: Maybe<Concept>;
|
|
255
263
|
readonly displayConcept?: Maybe<Concept>;
|
|
256
264
|
readonly fallbackImage?: Maybe<Image>;
|
|
265
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
257
266
|
readonly headline: Scalars['String']['output'];
|
|
258
267
|
readonly images: ReadonlyArray<Image>;
|
|
259
268
|
readonly intro?: Maybe<RichText>;
|
|
@@ -496,6 +505,7 @@ export type OpinionTopper = Topper & TopperWithHeadshot & TopperWithTheme & {
|
|
|
496
505
|
readonly backgroundColour?: Maybe<Scalars['TopperBackgroundColour']['output']>;
|
|
497
506
|
readonly columnist?: Maybe<Concept>;
|
|
498
507
|
readonly displayConcept?: Maybe<Concept>;
|
|
508
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
499
509
|
readonly headline: Scalars['String']['output'];
|
|
500
510
|
readonly headshot?: Maybe<Scalars['String']['output']>;
|
|
501
511
|
readonly intro?: Maybe<RichText>;
|
|
@@ -549,6 +559,7 @@ export type PodcastTopper = Topper & TopperWithBrand & TopperWithHeadshot & Topp
|
|
|
549
559
|
readonly brandConcept?: Maybe<Concept>;
|
|
550
560
|
readonly columnist?: Maybe<Concept>;
|
|
551
561
|
readonly displayConcept?: Maybe<Concept>;
|
|
562
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
552
563
|
readonly headline: Scalars['String']['output'];
|
|
553
564
|
readonly headshot?: Maybe<Scalars['String']['output']>;
|
|
554
565
|
readonly intro?: Maybe<RichText>;
|
|
@@ -598,6 +609,7 @@ export type SplitTextTopper = Topper & TopperWithBrand & TopperWithImages & Topp
|
|
|
598
609
|
readonly design?: Maybe<Scalars['String']['output']>;
|
|
599
610
|
readonly displayConcept?: Maybe<Concept>;
|
|
600
611
|
readonly fallbackImage?: Maybe<Image>;
|
|
612
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
601
613
|
readonly headline: Scalars['String']['output'];
|
|
602
614
|
readonly images: ReadonlyArray<Image>;
|
|
603
615
|
readonly intro?: Maybe<RichText>;
|
|
@@ -632,6 +644,7 @@ export type Topper = {
|
|
|
632
644
|
readonly backgroundBox?: Maybe<Scalars['Boolean']['output']>;
|
|
633
645
|
readonly backgroundColour?: Maybe<Scalars['TopperBackgroundColour']['output']>;
|
|
634
646
|
readonly displayConcept?: Maybe<Concept>;
|
|
647
|
+
readonly followButtonVariant?: Maybe<Scalars['FollowButtonVariant']['output']>;
|
|
635
648
|
readonly headline: Scalars['String']['output'];
|
|
636
649
|
readonly intro?: Maybe<RichText>;
|
|
637
650
|
readonly textShadow?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -797,6 +810,7 @@ type Topper_BasicTopper_Fragment = {
|
|
|
797
810
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
798
811
|
readonly backgroundBox?: boolean | null;
|
|
799
812
|
readonly textShadow?: boolean | null;
|
|
813
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
800
814
|
readonly intro?: {
|
|
801
815
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
802
816
|
readonly structured: {
|
|
@@ -822,6 +836,7 @@ type Topper_BrandedTopper_Fragment = {
|
|
|
822
836
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
823
837
|
readonly backgroundBox?: boolean | null;
|
|
824
838
|
readonly textShadow?: boolean | null;
|
|
839
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
825
840
|
readonly brandConcept?: {
|
|
826
841
|
readonly id: string;
|
|
827
842
|
readonly prefLabel: string;
|
|
@@ -857,6 +872,7 @@ type Topper_DeepLandscapeTopper_Fragment = {
|
|
|
857
872
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
858
873
|
readonly backgroundBox?: boolean | null;
|
|
859
874
|
readonly textShadow?: boolean | null;
|
|
875
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
860
876
|
readonly brandConcept?: {
|
|
861
877
|
readonly id: string;
|
|
862
878
|
readonly prefLabel: string;
|
|
@@ -1121,6 +1137,7 @@ type Topper_DeepPortraitTopper_Fragment = {
|
|
|
1121
1137
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
1122
1138
|
readonly backgroundBox?: boolean | null;
|
|
1123
1139
|
readonly textShadow?: boolean | null;
|
|
1140
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
1124
1141
|
readonly brandConcept?: {
|
|
1125
1142
|
readonly id: string;
|
|
1126
1143
|
readonly prefLabel: string;
|
|
@@ -1380,6 +1397,7 @@ type Topper_FullBleedTopper_Fragment = {
|
|
|
1380
1397
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
1381
1398
|
readonly backgroundBox?: boolean | null;
|
|
1382
1399
|
readonly textShadow?: boolean | null;
|
|
1400
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
1383
1401
|
readonly brandConcept?: {
|
|
1384
1402
|
readonly id: string;
|
|
1385
1403
|
readonly prefLabel: string;
|
|
@@ -1640,6 +1658,7 @@ type Topper_OpinionTopper_Fragment = {
|
|
|
1640
1658
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
1641
1659
|
readonly backgroundBox?: boolean | null;
|
|
1642
1660
|
readonly textShadow?: boolean | null;
|
|
1661
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
1643
1662
|
readonly columnist?: {
|
|
1644
1663
|
readonly id: string;
|
|
1645
1664
|
readonly prefLabel: string;
|
|
@@ -1676,6 +1695,7 @@ type Topper_PodcastTopper_Fragment = {
|
|
|
1676
1695
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
1677
1696
|
readonly backgroundBox?: boolean | null;
|
|
1678
1697
|
readonly textShadow?: boolean | null;
|
|
1698
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
1679
1699
|
readonly brandConcept?: {
|
|
1680
1700
|
readonly id: string;
|
|
1681
1701
|
readonly prefLabel: string;
|
|
@@ -1712,6 +1732,7 @@ type Topper_SplitTextTopper_Fragment = {
|
|
|
1712
1732
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
1713
1733
|
readonly backgroundBox?: boolean | null;
|
|
1714
1734
|
readonly textShadow?: boolean | null;
|
|
1735
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
1715
1736
|
readonly brandConcept?: {
|
|
1716
1737
|
readonly id: string;
|
|
1717
1738
|
readonly prefLabel: string;
|
|
@@ -10259,6 +10280,7 @@ type Content_Article_Fragment = {
|
|
|
10259
10280
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
10260
10281
|
readonly backgroundBox?: boolean | null;
|
|
10261
10282
|
readonly textShadow?: boolean | null;
|
|
10283
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
10262
10284
|
readonly intro?: {
|
|
10263
10285
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
10264
10286
|
readonly structured: {
|
|
@@ -10283,6 +10305,7 @@ type Content_Article_Fragment = {
|
|
|
10283
10305
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
10284
10306
|
readonly backgroundBox?: boolean | null;
|
|
10285
10307
|
readonly textShadow?: boolean | null;
|
|
10308
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
10286
10309
|
readonly brandConcept?: {
|
|
10287
10310
|
readonly id: string;
|
|
10288
10311
|
readonly prefLabel: string;
|
|
@@ -10317,6 +10340,7 @@ type Content_Article_Fragment = {
|
|
|
10317
10340
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
10318
10341
|
readonly backgroundBox?: boolean | null;
|
|
10319
10342
|
readonly textShadow?: boolean | null;
|
|
10343
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
10320
10344
|
readonly brandConcept?: {
|
|
10321
10345
|
readonly id: string;
|
|
10322
10346
|
readonly prefLabel: string;
|
|
@@ -10580,6 +10604,7 @@ type Content_Article_Fragment = {
|
|
|
10580
10604
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
10581
10605
|
readonly backgroundBox?: boolean | null;
|
|
10582
10606
|
readonly textShadow?: boolean | null;
|
|
10607
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
10583
10608
|
readonly brandConcept?: {
|
|
10584
10609
|
readonly id: string;
|
|
10585
10610
|
readonly prefLabel: string;
|
|
@@ -10838,6 +10863,7 @@ type Content_Article_Fragment = {
|
|
|
10838
10863
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
10839
10864
|
readonly backgroundBox?: boolean | null;
|
|
10840
10865
|
readonly textShadow?: boolean | null;
|
|
10866
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
10841
10867
|
readonly brandConcept?: {
|
|
10842
10868
|
readonly id: string;
|
|
10843
10869
|
readonly prefLabel: string;
|
|
@@ -11097,6 +11123,7 @@ type Content_Article_Fragment = {
|
|
|
11097
11123
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
11098
11124
|
readonly backgroundBox?: boolean | null;
|
|
11099
11125
|
readonly textShadow?: boolean | null;
|
|
11126
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
11100
11127
|
readonly columnist?: {
|
|
11101
11128
|
readonly id: string;
|
|
11102
11129
|
readonly prefLabel: string;
|
|
@@ -11132,6 +11159,7 @@ type Content_Article_Fragment = {
|
|
|
11132
11159
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
11133
11160
|
readonly backgroundBox?: boolean | null;
|
|
11134
11161
|
readonly textShadow?: boolean | null;
|
|
11162
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
11135
11163
|
readonly brandConcept?: {
|
|
11136
11164
|
readonly id: string;
|
|
11137
11165
|
readonly prefLabel: string;
|
|
@@ -11167,6 +11195,7 @@ type Content_Article_Fragment = {
|
|
|
11167
11195
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
11168
11196
|
readonly backgroundBox?: boolean | null;
|
|
11169
11197
|
readonly textShadow?: boolean | null;
|
|
11198
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
11170
11199
|
readonly brandConcept?: {
|
|
11171
11200
|
readonly id: string;
|
|
11172
11201
|
readonly prefLabel: string;
|
|
@@ -13902,6 +13931,7 @@ type Content_Audio_Fragment = {
|
|
|
13902
13931
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
13903
13932
|
readonly backgroundBox?: boolean | null;
|
|
13904
13933
|
readonly textShadow?: boolean | null;
|
|
13934
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
13905
13935
|
readonly intro?: {
|
|
13906
13936
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
13907
13937
|
readonly structured: {
|
|
@@ -13926,6 +13956,7 @@ type Content_Audio_Fragment = {
|
|
|
13926
13956
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
13927
13957
|
readonly backgroundBox?: boolean | null;
|
|
13928
13958
|
readonly textShadow?: boolean | null;
|
|
13959
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
13929
13960
|
readonly brandConcept?: {
|
|
13930
13961
|
readonly id: string;
|
|
13931
13962
|
readonly prefLabel: string;
|
|
@@ -13960,6 +13991,7 @@ type Content_Audio_Fragment = {
|
|
|
13960
13991
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
13961
13992
|
readonly backgroundBox?: boolean | null;
|
|
13962
13993
|
readonly textShadow?: boolean | null;
|
|
13994
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
13963
13995
|
readonly brandConcept?: {
|
|
13964
13996
|
readonly id: string;
|
|
13965
13997
|
readonly prefLabel: string;
|
|
@@ -14223,6 +14255,7 @@ type Content_Audio_Fragment = {
|
|
|
14223
14255
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
14224
14256
|
readonly backgroundBox?: boolean | null;
|
|
14225
14257
|
readonly textShadow?: boolean | null;
|
|
14258
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
14226
14259
|
readonly brandConcept?: {
|
|
14227
14260
|
readonly id: string;
|
|
14228
14261
|
readonly prefLabel: string;
|
|
@@ -14481,6 +14514,7 @@ type Content_Audio_Fragment = {
|
|
|
14481
14514
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
14482
14515
|
readonly backgroundBox?: boolean | null;
|
|
14483
14516
|
readonly textShadow?: boolean | null;
|
|
14517
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
14484
14518
|
readonly brandConcept?: {
|
|
14485
14519
|
readonly id: string;
|
|
14486
14520
|
readonly prefLabel: string;
|
|
@@ -14740,6 +14774,7 @@ type Content_Audio_Fragment = {
|
|
|
14740
14774
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
14741
14775
|
readonly backgroundBox?: boolean | null;
|
|
14742
14776
|
readonly textShadow?: boolean | null;
|
|
14777
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
14743
14778
|
readonly columnist?: {
|
|
14744
14779
|
readonly id: string;
|
|
14745
14780
|
readonly prefLabel: string;
|
|
@@ -14775,6 +14810,7 @@ type Content_Audio_Fragment = {
|
|
|
14775
14810
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
14776
14811
|
readonly backgroundBox?: boolean | null;
|
|
14777
14812
|
readonly textShadow?: boolean | null;
|
|
14813
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
14778
14814
|
readonly brandConcept?: {
|
|
14779
14815
|
readonly id: string;
|
|
14780
14816
|
readonly prefLabel: string;
|
|
@@ -14810,6 +14846,7 @@ type Content_Audio_Fragment = {
|
|
|
14810
14846
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
14811
14847
|
readonly backgroundBox?: boolean | null;
|
|
14812
14848
|
readonly textShadow?: boolean | null;
|
|
14849
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
14813
14850
|
readonly brandConcept?: {
|
|
14814
14851
|
readonly id: string;
|
|
14815
14852
|
readonly prefLabel: string;
|
|
@@ -17545,6 +17582,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
17545
17582
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
17546
17583
|
readonly backgroundBox?: boolean | null;
|
|
17547
17584
|
readonly textShadow?: boolean | null;
|
|
17585
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
17548
17586
|
readonly intro?: {
|
|
17549
17587
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
17550
17588
|
readonly structured: {
|
|
@@ -17569,6 +17607,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
17569
17607
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
17570
17608
|
readonly backgroundBox?: boolean | null;
|
|
17571
17609
|
readonly textShadow?: boolean | null;
|
|
17610
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
17572
17611
|
readonly brandConcept?: {
|
|
17573
17612
|
readonly id: string;
|
|
17574
17613
|
readonly prefLabel: string;
|
|
@@ -17603,6 +17642,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
17603
17642
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
17604
17643
|
readonly backgroundBox?: boolean | null;
|
|
17605
17644
|
readonly textShadow?: boolean | null;
|
|
17645
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
17606
17646
|
readonly brandConcept?: {
|
|
17607
17647
|
readonly id: string;
|
|
17608
17648
|
readonly prefLabel: string;
|
|
@@ -17866,6 +17906,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
17866
17906
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
17867
17907
|
readonly backgroundBox?: boolean | null;
|
|
17868
17908
|
readonly textShadow?: boolean | null;
|
|
17909
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
17869
17910
|
readonly brandConcept?: {
|
|
17870
17911
|
readonly id: string;
|
|
17871
17912
|
readonly prefLabel: string;
|
|
@@ -18124,6 +18165,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
18124
18165
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
18125
18166
|
readonly backgroundBox?: boolean | null;
|
|
18126
18167
|
readonly textShadow?: boolean | null;
|
|
18168
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
18127
18169
|
readonly brandConcept?: {
|
|
18128
18170
|
readonly id: string;
|
|
18129
18171
|
readonly prefLabel: string;
|
|
@@ -18383,6 +18425,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
18383
18425
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
18384
18426
|
readonly backgroundBox?: boolean | null;
|
|
18385
18427
|
readonly textShadow?: boolean | null;
|
|
18428
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
18386
18429
|
readonly columnist?: {
|
|
18387
18430
|
readonly id: string;
|
|
18388
18431
|
readonly prefLabel: string;
|
|
@@ -18418,6 +18461,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
18418
18461
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
18419
18462
|
readonly backgroundBox?: boolean | null;
|
|
18420
18463
|
readonly textShadow?: boolean | null;
|
|
18464
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
18421
18465
|
readonly brandConcept?: {
|
|
18422
18466
|
readonly id: string;
|
|
18423
18467
|
readonly prefLabel: string;
|
|
@@ -18453,6 +18497,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
18453
18497
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
18454
18498
|
readonly backgroundBox?: boolean | null;
|
|
18455
18499
|
readonly textShadow?: boolean | null;
|
|
18500
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
18456
18501
|
readonly brandConcept?: {
|
|
18457
18502
|
readonly id: string;
|
|
18458
18503
|
readonly prefLabel: string;
|
|
@@ -21188,6 +21233,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
21188
21233
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
21189
21234
|
readonly backgroundBox?: boolean | null;
|
|
21190
21235
|
readonly textShadow?: boolean | null;
|
|
21236
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
21191
21237
|
readonly intro?: {
|
|
21192
21238
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
21193
21239
|
readonly structured: {
|
|
@@ -21212,6 +21258,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
21212
21258
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
21213
21259
|
readonly backgroundBox?: boolean | null;
|
|
21214
21260
|
readonly textShadow?: boolean | null;
|
|
21261
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
21215
21262
|
readonly brandConcept?: {
|
|
21216
21263
|
readonly id: string;
|
|
21217
21264
|
readonly prefLabel: string;
|
|
@@ -21246,6 +21293,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
21246
21293
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
21247
21294
|
readonly backgroundBox?: boolean | null;
|
|
21248
21295
|
readonly textShadow?: boolean | null;
|
|
21296
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
21249
21297
|
readonly brandConcept?: {
|
|
21250
21298
|
readonly id: string;
|
|
21251
21299
|
readonly prefLabel: string;
|
|
@@ -21509,6 +21557,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
21509
21557
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
21510
21558
|
readonly backgroundBox?: boolean | null;
|
|
21511
21559
|
readonly textShadow?: boolean | null;
|
|
21560
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
21512
21561
|
readonly brandConcept?: {
|
|
21513
21562
|
readonly id: string;
|
|
21514
21563
|
readonly prefLabel: string;
|
|
@@ -21767,6 +21816,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
21767
21816
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
21768
21817
|
readonly backgroundBox?: boolean | null;
|
|
21769
21818
|
readonly textShadow?: boolean | null;
|
|
21819
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
21770
21820
|
readonly brandConcept?: {
|
|
21771
21821
|
readonly id: string;
|
|
21772
21822
|
readonly prefLabel: string;
|
|
@@ -22026,6 +22076,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
22026
22076
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
22027
22077
|
readonly backgroundBox?: boolean | null;
|
|
22028
22078
|
readonly textShadow?: boolean | null;
|
|
22079
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
22029
22080
|
readonly columnist?: {
|
|
22030
22081
|
readonly id: string;
|
|
22031
22082
|
readonly prefLabel: string;
|
|
@@ -22061,6 +22112,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
22061
22112
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
22062
22113
|
readonly backgroundBox?: boolean | null;
|
|
22063
22114
|
readonly textShadow?: boolean | null;
|
|
22115
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
22064
22116
|
readonly brandConcept?: {
|
|
22065
22117
|
readonly id: string;
|
|
22066
22118
|
readonly prefLabel: string;
|
|
@@ -22096,6 +22148,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
22096
22148
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
22097
22149
|
readonly backgroundBox?: boolean | null;
|
|
22098
22150
|
readonly textShadow?: boolean | null;
|
|
22151
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
22099
22152
|
readonly brandConcept?: {
|
|
22100
22153
|
readonly id: string;
|
|
22101
22154
|
readonly prefLabel: string;
|
|
@@ -24831,6 +24884,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
24831
24884
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
24832
24885
|
readonly backgroundBox?: boolean | null;
|
|
24833
24886
|
readonly textShadow?: boolean | null;
|
|
24887
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
24834
24888
|
readonly intro?: {
|
|
24835
24889
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
24836
24890
|
readonly structured: {
|
|
@@ -24855,6 +24909,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
24855
24909
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
24856
24910
|
readonly backgroundBox?: boolean | null;
|
|
24857
24911
|
readonly textShadow?: boolean | null;
|
|
24912
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
24858
24913
|
readonly brandConcept?: {
|
|
24859
24914
|
readonly id: string;
|
|
24860
24915
|
readonly prefLabel: string;
|
|
@@ -24889,6 +24944,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
24889
24944
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
24890
24945
|
readonly backgroundBox?: boolean | null;
|
|
24891
24946
|
readonly textShadow?: boolean | null;
|
|
24947
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
24892
24948
|
readonly brandConcept?: {
|
|
24893
24949
|
readonly id: string;
|
|
24894
24950
|
readonly prefLabel: string;
|
|
@@ -25152,6 +25208,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
25152
25208
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
25153
25209
|
readonly backgroundBox?: boolean | null;
|
|
25154
25210
|
readonly textShadow?: boolean | null;
|
|
25211
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
25155
25212
|
readonly brandConcept?: {
|
|
25156
25213
|
readonly id: string;
|
|
25157
25214
|
readonly prefLabel: string;
|
|
@@ -25410,6 +25467,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
25410
25467
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
25411
25468
|
readonly backgroundBox?: boolean | null;
|
|
25412
25469
|
readonly textShadow?: boolean | null;
|
|
25470
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
25413
25471
|
readonly brandConcept?: {
|
|
25414
25472
|
readonly id: string;
|
|
25415
25473
|
readonly prefLabel: string;
|
|
@@ -25669,6 +25727,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
25669
25727
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
25670
25728
|
readonly backgroundBox?: boolean | null;
|
|
25671
25729
|
readonly textShadow?: boolean | null;
|
|
25730
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
25672
25731
|
readonly columnist?: {
|
|
25673
25732
|
readonly id: string;
|
|
25674
25733
|
readonly prefLabel: string;
|
|
@@ -25704,6 +25763,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
25704
25763
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
25705
25764
|
readonly backgroundBox?: boolean | null;
|
|
25706
25765
|
readonly textShadow?: boolean | null;
|
|
25766
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
25707
25767
|
readonly brandConcept?: {
|
|
25708
25768
|
readonly id: string;
|
|
25709
25769
|
readonly prefLabel: string;
|
|
@@ -25739,6 +25799,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
25739
25799
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
25740
25800
|
readonly backgroundBox?: boolean | null;
|
|
25741
25801
|
readonly textShadow?: boolean | null;
|
|
25802
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
25742
25803
|
readonly brandConcept?: {
|
|
25743
25804
|
readonly id: string;
|
|
25744
25805
|
readonly prefLabel: string;
|
|
@@ -28474,6 +28535,7 @@ type Content_Video_Fragment = {
|
|
|
28474
28535
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
28475
28536
|
readonly backgroundBox?: boolean | null;
|
|
28476
28537
|
readonly textShadow?: boolean | null;
|
|
28538
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
28477
28539
|
readonly intro?: {
|
|
28478
28540
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
28479
28541
|
readonly structured: {
|
|
@@ -28498,6 +28560,7 @@ type Content_Video_Fragment = {
|
|
|
28498
28560
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
28499
28561
|
readonly backgroundBox?: boolean | null;
|
|
28500
28562
|
readonly textShadow?: boolean | null;
|
|
28563
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
28501
28564
|
readonly brandConcept?: {
|
|
28502
28565
|
readonly id: string;
|
|
28503
28566
|
readonly prefLabel: string;
|
|
@@ -28532,6 +28595,7 @@ type Content_Video_Fragment = {
|
|
|
28532
28595
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
28533
28596
|
readonly backgroundBox?: boolean | null;
|
|
28534
28597
|
readonly textShadow?: boolean | null;
|
|
28598
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
28535
28599
|
readonly brandConcept?: {
|
|
28536
28600
|
readonly id: string;
|
|
28537
28601
|
readonly prefLabel: string;
|
|
@@ -28795,6 +28859,7 @@ type Content_Video_Fragment = {
|
|
|
28795
28859
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
28796
28860
|
readonly backgroundBox?: boolean | null;
|
|
28797
28861
|
readonly textShadow?: boolean | null;
|
|
28862
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
28798
28863
|
readonly brandConcept?: {
|
|
28799
28864
|
readonly id: string;
|
|
28800
28865
|
readonly prefLabel: string;
|
|
@@ -29053,6 +29118,7 @@ type Content_Video_Fragment = {
|
|
|
29053
29118
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
29054
29119
|
readonly backgroundBox?: boolean | null;
|
|
29055
29120
|
readonly textShadow?: boolean | null;
|
|
29121
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
29056
29122
|
readonly brandConcept?: {
|
|
29057
29123
|
readonly id: string;
|
|
29058
29124
|
readonly prefLabel: string;
|
|
@@ -29312,6 +29378,7 @@ type Content_Video_Fragment = {
|
|
|
29312
29378
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
29313
29379
|
readonly backgroundBox?: boolean | null;
|
|
29314
29380
|
readonly textShadow?: boolean | null;
|
|
29381
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
29315
29382
|
readonly columnist?: {
|
|
29316
29383
|
readonly id: string;
|
|
29317
29384
|
readonly prefLabel: string;
|
|
@@ -29347,6 +29414,7 @@ type Content_Video_Fragment = {
|
|
|
29347
29414
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
29348
29415
|
readonly backgroundBox?: boolean | null;
|
|
29349
29416
|
readonly textShadow?: boolean | null;
|
|
29417
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
29350
29418
|
readonly brandConcept?: {
|
|
29351
29419
|
readonly id: string;
|
|
29352
29420
|
readonly prefLabel: string;
|
|
@@ -29382,6 +29450,7 @@ type Content_Video_Fragment = {
|
|
|
29382
29450
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
29383
29451
|
readonly backgroundBox?: boolean | null;
|
|
29384
29452
|
readonly textShadow?: boolean | null;
|
|
29453
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
29385
29454
|
readonly brandConcept?: {
|
|
29386
29455
|
readonly id: string;
|
|
29387
29456
|
readonly prefLabel: string;
|
|
@@ -32123,6 +32192,7 @@ export type ArticleQuery = {
|
|
|
32123
32192
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
32124
32193
|
readonly backgroundBox?: boolean | null;
|
|
32125
32194
|
readonly textShadow?: boolean | null;
|
|
32195
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
32126
32196
|
readonly intro?: {
|
|
32127
32197
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
32128
32198
|
readonly structured: {
|
|
@@ -32147,6 +32217,7 @@ export type ArticleQuery = {
|
|
|
32147
32217
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
32148
32218
|
readonly backgroundBox?: boolean | null;
|
|
32149
32219
|
readonly textShadow?: boolean | null;
|
|
32220
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
32150
32221
|
readonly brandConcept?: {
|
|
32151
32222
|
readonly id: string;
|
|
32152
32223
|
readonly prefLabel: string;
|
|
@@ -32181,6 +32252,7 @@ export type ArticleQuery = {
|
|
|
32181
32252
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
32182
32253
|
readonly backgroundBox?: boolean | null;
|
|
32183
32254
|
readonly textShadow?: boolean | null;
|
|
32255
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
32184
32256
|
readonly brandConcept?: {
|
|
32185
32257
|
readonly id: string;
|
|
32186
32258
|
readonly prefLabel: string;
|
|
@@ -32444,6 +32516,7 @@ export type ArticleQuery = {
|
|
|
32444
32516
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
32445
32517
|
readonly backgroundBox?: boolean | null;
|
|
32446
32518
|
readonly textShadow?: boolean | null;
|
|
32519
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
32447
32520
|
readonly brandConcept?: {
|
|
32448
32521
|
readonly id: string;
|
|
32449
32522
|
readonly prefLabel: string;
|
|
@@ -32702,6 +32775,7 @@ export type ArticleQuery = {
|
|
|
32702
32775
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
32703
32776
|
readonly backgroundBox?: boolean | null;
|
|
32704
32777
|
readonly textShadow?: boolean | null;
|
|
32778
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
32705
32779
|
readonly brandConcept?: {
|
|
32706
32780
|
readonly id: string;
|
|
32707
32781
|
readonly prefLabel: string;
|
|
@@ -32961,6 +33035,7 @@ export type ArticleQuery = {
|
|
|
32961
33035
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
32962
33036
|
readonly backgroundBox?: boolean | null;
|
|
32963
33037
|
readonly textShadow?: boolean | null;
|
|
33038
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
32964
33039
|
readonly columnist?: {
|
|
32965
33040
|
readonly id: string;
|
|
32966
33041
|
readonly prefLabel: string;
|
|
@@ -32996,6 +33071,7 @@ export type ArticleQuery = {
|
|
|
32996
33071
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
32997
33072
|
readonly backgroundBox?: boolean | null;
|
|
32998
33073
|
readonly textShadow?: boolean | null;
|
|
33074
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
32999
33075
|
readonly brandConcept?: {
|
|
33000
33076
|
readonly id: string;
|
|
33001
33077
|
readonly prefLabel: string;
|
|
@@ -33031,6 +33107,7 @@ export type ArticleQuery = {
|
|
|
33031
33107
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
33032
33108
|
readonly backgroundBox?: boolean | null;
|
|
33033
33109
|
readonly textShadow?: boolean | null;
|
|
33110
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
33034
33111
|
readonly brandConcept?: {
|
|
33035
33112
|
readonly id: string;
|
|
33036
33113
|
readonly prefLabel: string;
|
|
@@ -35769,6 +35846,7 @@ export type ArticleQuery = {
|
|
|
35769
35846
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
35770
35847
|
readonly backgroundBox?: boolean | null;
|
|
35771
35848
|
readonly textShadow?: boolean | null;
|
|
35849
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
35772
35850
|
readonly intro?: {
|
|
35773
35851
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
35774
35852
|
readonly structured: {
|
|
@@ -35793,6 +35871,7 @@ export type ArticleQuery = {
|
|
|
35793
35871
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
35794
35872
|
readonly backgroundBox?: boolean | null;
|
|
35795
35873
|
readonly textShadow?: boolean | null;
|
|
35874
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
35796
35875
|
readonly brandConcept?: {
|
|
35797
35876
|
readonly id: string;
|
|
35798
35877
|
readonly prefLabel: string;
|
|
@@ -35827,6 +35906,7 @@ export type ArticleQuery = {
|
|
|
35827
35906
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
35828
35907
|
readonly backgroundBox?: boolean | null;
|
|
35829
35908
|
readonly textShadow?: boolean | null;
|
|
35909
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
35830
35910
|
readonly brandConcept?: {
|
|
35831
35911
|
readonly id: string;
|
|
35832
35912
|
readonly prefLabel: string;
|
|
@@ -36090,6 +36170,7 @@ export type ArticleQuery = {
|
|
|
36090
36170
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
36091
36171
|
readonly backgroundBox?: boolean | null;
|
|
36092
36172
|
readonly textShadow?: boolean | null;
|
|
36173
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
36093
36174
|
readonly brandConcept?: {
|
|
36094
36175
|
readonly id: string;
|
|
36095
36176
|
readonly prefLabel: string;
|
|
@@ -36348,6 +36429,7 @@ export type ArticleQuery = {
|
|
|
36348
36429
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
36349
36430
|
readonly backgroundBox?: boolean | null;
|
|
36350
36431
|
readonly textShadow?: boolean | null;
|
|
36432
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
36351
36433
|
readonly brandConcept?: {
|
|
36352
36434
|
readonly id: string;
|
|
36353
36435
|
readonly prefLabel: string;
|
|
@@ -36607,6 +36689,7 @@ export type ArticleQuery = {
|
|
|
36607
36689
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
36608
36690
|
readonly backgroundBox?: boolean | null;
|
|
36609
36691
|
readonly textShadow?: boolean | null;
|
|
36692
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
36610
36693
|
readonly columnist?: {
|
|
36611
36694
|
readonly id: string;
|
|
36612
36695
|
readonly prefLabel: string;
|
|
@@ -36642,6 +36725,7 @@ export type ArticleQuery = {
|
|
|
36642
36725
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
36643
36726
|
readonly backgroundBox?: boolean | null;
|
|
36644
36727
|
readonly textShadow?: boolean | null;
|
|
36728
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
36645
36729
|
readonly brandConcept?: {
|
|
36646
36730
|
readonly id: string;
|
|
36647
36731
|
readonly prefLabel: string;
|
|
@@ -36677,6 +36761,7 @@ export type ArticleQuery = {
|
|
|
36677
36761
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
36678
36762
|
readonly backgroundBox?: boolean | null;
|
|
36679
36763
|
readonly textShadow?: boolean | null;
|
|
36764
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
36680
36765
|
readonly brandConcept?: {
|
|
36681
36766
|
readonly id: string;
|
|
36682
36767
|
readonly prefLabel: string;
|
|
@@ -39490,6 +39575,7 @@ export type ArticleQuery = {
|
|
|
39490
39575
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
39491
39576
|
readonly backgroundBox?: boolean | null;
|
|
39492
39577
|
readonly textShadow?: boolean | null;
|
|
39578
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
39493
39579
|
readonly intro?: {
|
|
39494
39580
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
39495
39581
|
readonly structured: {
|
|
@@ -39514,6 +39600,7 @@ export type ArticleQuery = {
|
|
|
39514
39600
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
39515
39601
|
readonly backgroundBox?: boolean | null;
|
|
39516
39602
|
readonly textShadow?: boolean | null;
|
|
39603
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
39517
39604
|
readonly brandConcept?: {
|
|
39518
39605
|
readonly id: string;
|
|
39519
39606
|
readonly prefLabel: string;
|
|
@@ -39548,6 +39635,7 @@ export type ArticleQuery = {
|
|
|
39548
39635
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
39549
39636
|
readonly backgroundBox?: boolean | null;
|
|
39550
39637
|
readonly textShadow?: boolean | null;
|
|
39638
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
39551
39639
|
readonly brandConcept?: {
|
|
39552
39640
|
readonly id: string;
|
|
39553
39641
|
readonly prefLabel: string;
|
|
@@ -39811,6 +39899,7 @@ export type ArticleQuery = {
|
|
|
39811
39899
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
39812
39900
|
readonly backgroundBox?: boolean | null;
|
|
39813
39901
|
readonly textShadow?: boolean | null;
|
|
39902
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
39814
39903
|
readonly brandConcept?: {
|
|
39815
39904
|
readonly id: string;
|
|
39816
39905
|
readonly prefLabel: string;
|
|
@@ -40069,6 +40158,7 @@ export type ArticleQuery = {
|
|
|
40069
40158
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
40070
40159
|
readonly backgroundBox?: boolean | null;
|
|
40071
40160
|
readonly textShadow?: boolean | null;
|
|
40161
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
40072
40162
|
readonly brandConcept?: {
|
|
40073
40163
|
readonly id: string;
|
|
40074
40164
|
readonly prefLabel: string;
|
|
@@ -40328,6 +40418,7 @@ export type ArticleQuery = {
|
|
|
40328
40418
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
40329
40419
|
readonly backgroundBox?: boolean | null;
|
|
40330
40420
|
readonly textShadow?: boolean | null;
|
|
40421
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
40331
40422
|
readonly columnist?: {
|
|
40332
40423
|
readonly id: string;
|
|
40333
40424
|
readonly prefLabel: string;
|
|
@@ -40363,6 +40454,7 @@ export type ArticleQuery = {
|
|
|
40363
40454
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
40364
40455
|
readonly backgroundBox?: boolean | null;
|
|
40365
40456
|
readonly textShadow?: boolean | null;
|
|
40457
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
40366
40458
|
readonly brandConcept?: {
|
|
40367
40459
|
readonly id: string;
|
|
40368
40460
|
readonly prefLabel: string;
|
|
@@ -40398,6 +40490,7 @@ export type ArticleQuery = {
|
|
|
40398
40490
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
40399
40491
|
readonly backgroundBox?: boolean | null;
|
|
40400
40492
|
readonly textShadow?: boolean | null;
|
|
40493
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
40401
40494
|
readonly brandConcept?: {
|
|
40402
40495
|
readonly id: string;
|
|
40403
40496
|
readonly prefLabel: string;
|
|
@@ -43140,6 +43233,7 @@ export type ArticleQuery = {
|
|
|
43140
43233
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
43141
43234
|
readonly backgroundBox?: boolean | null;
|
|
43142
43235
|
readonly textShadow?: boolean | null;
|
|
43236
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
43143
43237
|
readonly intro?: {
|
|
43144
43238
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
43145
43239
|
readonly structured: {
|
|
@@ -43164,6 +43258,7 @@ export type ArticleQuery = {
|
|
|
43164
43258
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
43165
43259
|
readonly backgroundBox?: boolean | null;
|
|
43166
43260
|
readonly textShadow?: boolean | null;
|
|
43261
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
43167
43262
|
readonly brandConcept?: {
|
|
43168
43263
|
readonly id: string;
|
|
43169
43264
|
readonly prefLabel: string;
|
|
@@ -43198,6 +43293,7 @@ export type ArticleQuery = {
|
|
|
43198
43293
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
43199
43294
|
readonly backgroundBox?: boolean | null;
|
|
43200
43295
|
readonly textShadow?: boolean | null;
|
|
43296
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
43201
43297
|
readonly brandConcept?: {
|
|
43202
43298
|
readonly id: string;
|
|
43203
43299
|
readonly prefLabel: string;
|
|
@@ -43461,6 +43557,7 @@ export type ArticleQuery = {
|
|
|
43461
43557
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
43462
43558
|
readonly backgroundBox?: boolean | null;
|
|
43463
43559
|
readonly textShadow?: boolean | null;
|
|
43560
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
43464
43561
|
readonly brandConcept?: {
|
|
43465
43562
|
readonly id: string;
|
|
43466
43563
|
readonly prefLabel: string;
|
|
@@ -43719,6 +43816,7 @@ export type ArticleQuery = {
|
|
|
43719
43816
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
43720
43817
|
readonly backgroundBox?: boolean | null;
|
|
43721
43818
|
readonly textShadow?: boolean | null;
|
|
43819
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
43722
43820
|
readonly brandConcept?: {
|
|
43723
43821
|
readonly id: string;
|
|
43724
43822
|
readonly prefLabel: string;
|
|
@@ -43978,6 +44076,7 @@ export type ArticleQuery = {
|
|
|
43978
44076
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
43979
44077
|
readonly backgroundBox?: boolean | null;
|
|
43980
44078
|
readonly textShadow?: boolean | null;
|
|
44079
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
43981
44080
|
readonly columnist?: {
|
|
43982
44081
|
readonly id: string;
|
|
43983
44082
|
readonly prefLabel: string;
|
|
@@ -44013,6 +44112,7 @@ export type ArticleQuery = {
|
|
|
44013
44112
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
44014
44113
|
readonly backgroundBox?: boolean | null;
|
|
44015
44114
|
readonly textShadow?: boolean | null;
|
|
44115
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
44016
44116
|
readonly brandConcept?: {
|
|
44017
44117
|
readonly id: string;
|
|
44018
44118
|
readonly prefLabel: string;
|
|
@@ -44048,6 +44148,7 @@ export type ArticleQuery = {
|
|
|
44048
44148
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
44049
44149
|
readonly backgroundBox?: boolean | null;
|
|
44050
44150
|
readonly textShadow?: boolean | null;
|
|
44151
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
44051
44152
|
readonly brandConcept?: {
|
|
44052
44153
|
readonly id: string;
|
|
44053
44154
|
readonly prefLabel: string;
|
|
@@ -46782,6 +46883,7 @@ export type ArticleQuery = {
|
|
|
46782
46883
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
46783
46884
|
readonly backgroundBox?: boolean | null;
|
|
46784
46885
|
readonly textShadow?: boolean | null;
|
|
46886
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
46785
46887
|
readonly intro?: {
|
|
46786
46888
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
46787
46889
|
readonly structured: {
|
|
@@ -46806,6 +46908,7 @@ export type ArticleQuery = {
|
|
|
46806
46908
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
46807
46909
|
readonly backgroundBox?: boolean | null;
|
|
46808
46910
|
readonly textShadow?: boolean | null;
|
|
46911
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
46809
46912
|
readonly brandConcept?: {
|
|
46810
46913
|
readonly id: string;
|
|
46811
46914
|
readonly prefLabel: string;
|
|
@@ -46840,6 +46943,7 @@ export type ArticleQuery = {
|
|
|
46840
46943
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
46841
46944
|
readonly backgroundBox?: boolean | null;
|
|
46842
46945
|
readonly textShadow?: boolean | null;
|
|
46946
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
46843
46947
|
readonly brandConcept?: {
|
|
46844
46948
|
readonly id: string;
|
|
46845
46949
|
readonly prefLabel: string;
|
|
@@ -47103,6 +47207,7 @@ export type ArticleQuery = {
|
|
|
47103
47207
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
47104
47208
|
readonly backgroundBox?: boolean | null;
|
|
47105
47209
|
readonly textShadow?: boolean | null;
|
|
47210
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
47106
47211
|
readonly brandConcept?: {
|
|
47107
47212
|
readonly id: string;
|
|
47108
47213
|
readonly prefLabel: string;
|
|
@@ -47361,6 +47466,7 @@ export type ArticleQuery = {
|
|
|
47361
47466
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
47362
47467
|
readonly backgroundBox?: boolean | null;
|
|
47363
47468
|
readonly textShadow?: boolean | null;
|
|
47469
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
47364
47470
|
readonly brandConcept?: {
|
|
47365
47471
|
readonly id: string;
|
|
47366
47472
|
readonly prefLabel: string;
|
|
@@ -47620,6 +47726,7 @@ export type ArticleQuery = {
|
|
|
47620
47726
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
47621
47727
|
readonly backgroundBox?: boolean | null;
|
|
47622
47728
|
readonly textShadow?: boolean | null;
|
|
47729
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
47623
47730
|
readonly columnist?: {
|
|
47624
47731
|
readonly id: string;
|
|
47625
47732
|
readonly prefLabel: string;
|
|
@@ -47655,6 +47762,7 @@ export type ArticleQuery = {
|
|
|
47655
47762
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
47656
47763
|
readonly backgroundBox?: boolean | null;
|
|
47657
47764
|
readonly textShadow?: boolean | null;
|
|
47765
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
47658
47766
|
readonly brandConcept?: {
|
|
47659
47767
|
readonly id: string;
|
|
47660
47768
|
readonly prefLabel: string;
|
|
@@ -47690,6 +47798,7 @@ export type ArticleQuery = {
|
|
|
47690
47798
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
47691
47799
|
readonly backgroundBox?: boolean | null;
|
|
47692
47800
|
readonly textShadow?: boolean | null;
|
|
47801
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
47693
47802
|
readonly brandConcept?: {
|
|
47694
47803
|
readonly id: string;
|
|
47695
47804
|
readonly prefLabel: string;
|
|
@@ -50424,6 +50533,7 @@ export type ArticleQuery = {
|
|
|
50424
50533
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
50425
50534
|
readonly backgroundBox?: boolean | null;
|
|
50426
50535
|
readonly textShadow?: boolean | null;
|
|
50536
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
50427
50537
|
readonly intro?: {
|
|
50428
50538
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
50429
50539
|
readonly structured: {
|
|
@@ -50448,6 +50558,7 @@ export type ArticleQuery = {
|
|
|
50448
50558
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
50449
50559
|
readonly backgroundBox?: boolean | null;
|
|
50450
50560
|
readonly textShadow?: boolean | null;
|
|
50561
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
50451
50562
|
readonly brandConcept?: {
|
|
50452
50563
|
readonly id: string;
|
|
50453
50564
|
readonly prefLabel: string;
|
|
@@ -50482,6 +50593,7 @@ export type ArticleQuery = {
|
|
|
50482
50593
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
50483
50594
|
readonly backgroundBox?: boolean | null;
|
|
50484
50595
|
readonly textShadow?: boolean | null;
|
|
50596
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
50485
50597
|
readonly brandConcept?: {
|
|
50486
50598
|
readonly id: string;
|
|
50487
50599
|
readonly prefLabel: string;
|
|
@@ -50745,6 +50857,7 @@ export type ArticleQuery = {
|
|
|
50745
50857
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
50746
50858
|
readonly backgroundBox?: boolean | null;
|
|
50747
50859
|
readonly textShadow?: boolean | null;
|
|
50860
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
50748
50861
|
readonly brandConcept?: {
|
|
50749
50862
|
readonly id: string;
|
|
50750
50863
|
readonly prefLabel: string;
|
|
@@ -51003,6 +51116,7 @@ export type ArticleQuery = {
|
|
|
51003
51116
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
51004
51117
|
readonly backgroundBox?: boolean | null;
|
|
51005
51118
|
readonly textShadow?: boolean | null;
|
|
51119
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
51006
51120
|
readonly brandConcept?: {
|
|
51007
51121
|
readonly id: string;
|
|
51008
51122
|
readonly prefLabel: string;
|
|
@@ -51262,6 +51376,7 @@ export type ArticleQuery = {
|
|
|
51262
51376
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
51263
51377
|
readonly backgroundBox?: boolean | null;
|
|
51264
51378
|
readonly textShadow?: boolean | null;
|
|
51379
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
51265
51380
|
readonly columnist?: {
|
|
51266
51381
|
readonly id: string;
|
|
51267
51382
|
readonly prefLabel: string;
|
|
@@ -51297,6 +51412,7 @@ export type ArticleQuery = {
|
|
|
51297
51412
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
51298
51413
|
readonly backgroundBox?: boolean | null;
|
|
51299
51414
|
readonly textShadow?: boolean | null;
|
|
51415
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
51300
51416
|
readonly brandConcept?: {
|
|
51301
51417
|
readonly id: string;
|
|
51302
51418
|
readonly prefLabel: string;
|
|
@@ -51332,6 +51448,7 @@ export type ArticleQuery = {
|
|
|
51332
51448
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
51333
51449
|
readonly backgroundBox?: boolean | null;
|
|
51334
51450
|
readonly textShadow?: boolean | null;
|
|
51451
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
51335
51452
|
readonly brandConcept?: {
|
|
51336
51453
|
readonly id: string;
|
|
51337
51454
|
readonly prefLabel: string;
|
|
@@ -54066,6 +54183,7 @@ export type ArticleQuery = {
|
|
|
54066
54183
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
54067
54184
|
readonly backgroundBox?: boolean | null;
|
|
54068
54185
|
readonly textShadow?: boolean | null;
|
|
54186
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
54069
54187
|
readonly intro?: {
|
|
54070
54188
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
54071
54189
|
readonly structured: {
|
|
@@ -54090,6 +54208,7 @@ export type ArticleQuery = {
|
|
|
54090
54208
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
54091
54209
|
readonly backgroundBox?: boolean | null;
|
|
54092
54210
|
readonly textShadow?: boolean | null;
|
|
54211
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
54093
54212
|
readonly brandConcept?: {
|
|
54094
54213
|
readonly id: string;
|
|
54095
54214
|
readonly prefLabel: string;
|
|
@@ -54124,6 +54243,7 @@ export type ArticleQuery = {
|
|
|
54124
54243
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
54125
54244
|
readonly backgroundBox?: boolean | null;
|
|
54126
54245
|
readonly textShadow?: boolean | null;
|
|
54246
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
54127
54247
|
readonly brandConcept?: {
|
|
54128
54248
|
readonly id: string;
|
|
54129
54249
|
readonly prefLabel: string;
|
|
@@ -54387,6 +54507,7 @@ export type ArticleQuery = {
|
|
|
54387
54507
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
54388
54508
|
readonly backgroundBox?: boolean | null;
|
|
54389
54509
|
readonly textShadow?: boolean | null;
|
|
54510
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
54390
54511
|
readonly brandConcept?: {
|
|
54391
54512
|
readonly id: string;
|
|
54392
54513
|
readonly prefLabel: string;
|
|
@@ -54645,6 +54766,7 @@ export type ArticleQuery = {
|
|
|
54645
54766
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
54646
54767
|
readonly backgroundBox?: boolean | null;
|
|
54647
54768
|
readonly textShadow?: boolean | null;
|
|
54769
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
54648
54770
|
readonly brandConcept?: {
|
|
54649
54771
|
readonly id: string;
|
|
54650
54772
|
readonly prefLabel: string;
|
|
@@ -54904,6 +55026,7 @@ export type ArticleQuery = {
|
|
|
54904
55026
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
54905
55027
|
readonly backgroundBox?: boolean | null;
|
|
54906
55028
|
readonly textShadow?: boolean | null;
|
|
55029
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
54907
55030
|
readonly columnist?: {
|
|
54908
55031
|
readonly id: string;
|
|
54909
55032
|
readonly prefLabel: string;
|
|
@@ -54939,6 +55062,7 @@ export type ArticleQuery = {
|
|
|
54939
55062
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
54940
55063
|
readonly backgroundBox?: boolean | null;
|
|
54941
55064
|
readonly textShadow?: boolean | null;
|
|
55065
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
54942
55066
|
readonly brandConcept?: {
|
|
54943
55067
|
readonly id: string;
|
|
54944
55068
|
readonly prefLabel: string;
|
|
@@ -54974,6 +55098,7 @@ export type ArticleQuery = {
|
|
|
54974
55098
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
54975
55099
|
readonly backgroundBox?: boolean | null;
|
|
54976
55100
|
readonly textShadow?: boolean | null;
|
|
55101
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
54977
55102
|
readonly brandConcept?: {
|
|
54978
55103
|
readonly id: string;
|
|
54979
55104
|
readonly prefLabel: string;
|
|
@@ -57708,6 +57833,7 @@ export type ArticleQuery = {
|
|
|
57708
57833
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
57709
57834
|
readonly backgroundBox?: boolean | null;
|
|
57710
57835
|
readonly textShadow?: boolean | null;
|
|
57836
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
57711
57837
|
readonly intro?: {
|
|
57712
57838
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
57713
57839
|
readonly structured: {
|
|
@@ -57732,6 +57858,7 @@ export type ArticleQuery = {
|
|
|
57732
57858
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
57733
57859
|
readonly backgroundBox?: boolean | null;
|
|
57734
57860
|
readonly textShadow?: boolean | null;
|
|
57861
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
57735
57862
|
readonly brandConcept?: {
|
|
57736
57863
|
readonly id: string;
|
|
57737
57864
|
readonly prefLabel: string;
|
|
@@ -57766,6 +57893,7 @@ export type ArticleQuery = {
|
|
|
57766
57893
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
57767
57894
|
readonly backgroundBox?: boolean | null;
|
|
57768
57895
|
readonly textShadow?: boolean | null;
|
|
57896
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
57769
57897
|
readonly brandConcept?: {
|
|
57770
57898
|
readonly id: string;
|
|
57771
57899
|
readonly prefLabel: string;
|
|
@@ -58029,6 +58157,7 @@ export type ArticleQuery = {
|
|
|
58029
58157
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
58030
58158
|
readonly backgroundBox?: boolean | null;
|
|
58031
58159
|
readonly textShadow?: boolean | null;
|
|
58160
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
58032
58161
|
readonly brandConcept?: {
|
|
58033
58162
|
readonly id: string;
|
|
58034
58163
|
readonly prefLabel: string;
|
|
@@ -58287,6 +58416,7 @@ export type ArticleQuery = {
|
|
|
58287
58416
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
58288
58417
|
readonly backgroundBox?: boolean | null;
|
|
58289
58418
|
readonly textShadow?: boolean | null;
|
|
58419
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
58290
58420
|
readonly brandConcept?: {
|
|
58291
58421
|
readonly id: string;
|
|
58292
58422
|
readonly prefLabel: string;
|
|
@@ -58546,6 +58676,7 @@ export type ArticleQuery = {
|
|
|
58546
58676
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
58547
58677
|
readonly backgroundBox?: boolean | null;
|
|
58548
58678
|
readonly textShadow?: boolean | null;
|
|
58679
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
58549
58680
|
readonly columnist?: {
|
|
58550
58681
|
readonly id: string;
|
|
58551
58682
|
readonly prefLabel: string;
|
|
@@ -58581,6 +58712,7 @@ export type ArticleQuery = {
|
|
|
58581
58712
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
58582
58713
|
readonly backgroundBox?: boolean | null;
|
|
58583
58714
|
readonly textShadow?: boolean | null;
|
|
58715
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
58584
58716
|
readonly brandConcept?: {
|
|
58585
58717
|
readonly id: string;
|
|
58586
58718
|
readonly prefLabel: string;
|
|
@@ -58616,6 +58748,7 @@ export type ArticleQuery = {
|
|
|
58616
58748
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
58617
58749
|
readonly backgroundBox?: boolean | null;
|
|
58618
58750
|
readonly textShadow?: boolean | null;
|
|
58751
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
58619
58752
|
readonly brandConcept?: {
|
|
58620
58753
|
readonly id: string;
|
|
58621
58754
|
readonly prefLabel: string;
|
|
@@ -61350,6 +61483,7 @@ export type ArticleQuery = {
|
|
|
61350
61483
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
61351
61484
|
readonly backgroundBox?: boolean | null;
|
|
61352
61485
|
readonly textShadow?: boolean | null;
|
|
61486
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
61353
61487
|
readonly intro?: {
|
|
61354
61488
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
61355
61489
|
readonly structured: {
|
|
@@ -61374,6 +61508,7 @@ export type ArticleQuery = {
|
|
|
61374
61508
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
61375
61509
|
readonly backgroundBox?: boolean | null;
|
|
61376
61510
|
readonly textShadow?: boolean | null;
|
|
61511
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
61377
61512
|
readonly brandConcept?: {
|
|
61378
61513
|
readonly id: string;
|
|
61379
61514
|
readonly prefLabel: string;
|
|
@@ -61408,6 +61543,7 @@ export type ArticleQuery = {
|
|
|
61408
61543
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
61409
61544
|
readonly backgroundBox?: boolean | null;
|
|
61410
61545
|
readonly textShadow?: boolean | null;
|
|
61546
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
61411
61547
|
readonly brandConcept?: {
|
|
61412
61548
|
readonly id: string;
|
|
61413
61549
|
readonly prefLabel: string;
|
|
@@ -61671,6 +61807,7 @@ export type ArticleQuery = {
|
|
|
61671
61807
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
61672
61808
|
readonly backgroundBox?: boolean | null;
|
|
61673
61809
|
readonly textShadow?: boolean | null;
|
|
61810
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
61674
61811
|
readonly brandConcept?: {
|
|
61675
61812
|
readonly id: string;
|
|
61676
61813
|
readonly prefLabel: string;
|
|
@@ -61929,6 +62066,7 @@ export type ArticleQuery = {
|
|
|
61929
62066
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
61930
62067
|
readonly backgroundBox?: boolean | null;
|
|
61931
62068
|
readonly textShadow?: boolean | null;
|
|
62069
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
61932
62070
|
readonly brandConcept?: {
|
|
61933
62071
|
readonly id: string;
|
|
61934
62072
|
readonly prefLabel: string;
|
|
@@ -62188,6 +62326,7 @@ export type ArticleQuery = {
|
|
|
62188
62326
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
62189
62327
|
readonly backgroundBox?: boolean | null;
|
|
62190
62328
|
readonly textShadow?: boolean | null;
|
|
62329
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
62191
62330
|
readonly columnist?: {
|
|
62192
62331
|
readonly id: string;
|
|
62193
62332
|
readonly prefLabel: string;
|
|
@@ -62223,6 +62362,7 @@ export type ArticleQuery = {
|
|
|
62223
62362
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
62224
62363
|
readonly backgroundBox?: boolean | null;
|
|
62225
62364
|
readonly textShadow?: boolean | null;
|
|
62365
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
62226
62366
|
readonly brandConcept?: {
|
|
62227
62367
|
readonly id: string;
|
|
62228
62368
|
readonly prefLabel: string;
|
|
@@ -62258,6 +62398,7 @@ export type ArticleQuery = {
|
|
|
62258
62398
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
62259
62399
|
readonly backgroundBox?: boolean | null;
|
|
62260
62400
|
readonly textShadow?: boolean | null;
|
|
62401
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
62261
62402
|
readonly brandConcept?: {
|
|
62262
62403
|
readonly id: string;
|
|
62263
62404
|
readonly prefLabel: string;
|
|
@@ -64986,6 +65127,7 @@ export type ArticleQuery = {
|
|
|
64986
65127
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
64987
65128
|
readonly backgroundBox?: boolean | null;
|
|
64988
65129
|
readonly textShadow?: boolean | null;
|
|
65130
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
64989
65131
|
readonly intro?: {
|
|
64990
65132
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
64991
65133
|
readonly structured: {
|
|
@@ -65010,6 +65152,7 @@ export type ArticleQuery = {
|
|
|
65010
65152
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
65011
65153
|
readonly backgroundBox?: boolean | null;
|
|
65012
65154
|
readonly textShadow?: boolean | null;
|
|
65155
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
65013
65156
|
readonly brandConcept?: {
|
|
65014
65157
|
readonly id: string;
|
|
65015
65158
|
readonly prefLabel: string;
|
|
@@ -65044,6 +65187,7 @@ export type ArticleQuery = {
|
|
|
65044
65187
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
65045
65188
|
readonly backgroundBox?: boolean | null;
|
|
65046
65189
|
readonly textShadow?: boolean | null;
|
|
65190
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
65047
65191
|
readonly brandConcept?: {
|
|
65048
65192
|
readonly id: string;
|
|
65049
65193
|
readonly prefLabel: string;
|
|
@@ -65307,6 +65451,7 @@ export type ArticleQuery = {
|
|
|
65307
65451
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
65308
65452
|
readonly backgroundBox?: boolean | null;
|
|
65309
65453
|
readonly textShadow?: boolean | null;
|
|
65454
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
65310
65455
|
readonly brandConcept?: {
|
|
65311
65456
|
readonly id: string;
|
|
65312
65457
|
readonly prefLabel: string;
|
|
@@ -65565,6 +65710,7 @@ export type ArticleQuery = {
|
|
|
65565
65710
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
65566
65711
|
readonly backgroundBox?: boolean | null;
|
|
65567
65712
|
readonly textShadow?: boolean | null;
|
|
65713
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
65568
65714
|
readonly brandConcept?: {
|
|
65569
65715
|
readonly id: string;
|
|
65570
65716
|
readonly prefLabel: string;
|
|
@@ -65824,6 +65970,7 @@ export type ArticleQuery = {
|
|
|
65824
65970
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
65825
65971
|
readonly backgroundBox?: boolean | null;
|
|
65826
65972
|
readonly textShadow?: boolean | null;
|
|
65973
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
65827
65974
|
readonly columnist?: {
|
|
65828
65975
|
readonly id: string;
|
|
65829
65976
|
readonly prefLabel: string;
|
|
@@ -65859,6 +66006,7 @@ export type ArticleQuery = {
|
|
|
65859
66006
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
65860
66007
|
readonly backgroundBox?: boolean | null;
|
|
65861
66008
|
readonly textShadow?: boolean | null;
|
|
66009
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
65862
66010
|
readonly brandConcept?: {
|
|
65863
66011
|
readonly id: string;
|
|
65864
66012
|
readonly prefLabel: string;
|
|
@@ -65894,6 +66042,7 @@ export type ArticleQuery = {
|
|
|
65894
66042
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
65895
66043
|
readonly backgroundBox?: boolean | null;
|
|
65896
66044
|
readonly textShadow?: boolean | null;
|
|
66045
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
65897
66046
|
readonly brandConcept?: {
|
|
65898
66047
|
readonly id: string;
|
|
65899
66048
|
readonly prefLabel: string;
|
|
@@ -68628,6 +68777,7 @@ export type ArticleQuery = {
|
|
|
68628
68777
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
68629
68778
|
readonly backgroundBox?: boolean | null;
|
|
68630
68779
|
readonly textShadow?: boolean | null;
|
|
68780
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
68631
68781
|
readonly intro?: {
|
|
68632
68782
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
68633
68783
|
readonly structured: {
|
|
@@ -68652,6 +68802,7 @@ export type ArticleQuery = {
|
|
|
68652
68802
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
68653
68803
|
readonly backgroundBox?: boolean | null;
|
|
68654
68804
|
readonly textShadow?: boolean | null;
|
|
68805
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
68655
68806
|
readonly brandConcept?: {
|
|
68656
68807
|
readonly id: string;
|
|
68657
68808
|
readonly prefLabel: string;
|
|
@@ -68686,6 +68837,7 @@ export type ArticleQuery = {
|
|
|
68686
68837
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
68687
68838
|
readonly backgroundBox?: boolean | null;
|
|
68688
68839
|
readonly textShadow?: boolean | null;
|
|
68840
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
68689
68841
|
readonly brandConcept?: {
|
|
68690
68842
|
readonly id: string;
|
|
68691
68843
|
readonly prefLabel: string;
|
|
@@ -68949,6 +69101,7 @@ export type ArticleQuery = {
|
|
|
68949
69101
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
68950
69102
|
readonly backgroundBox?: boolean | null;
|
|
68951
69103
|
readonly textShadow?: boolean | null;
|
|
69104
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
68952
69105
|
readonly brandConcept?: {
|
|
68953
69106
|
readonly id: string;
|
|
68954
69107
|
readonly prefLabel: string;
|
|
@@ -69207,6 +69360,7 @@ export type ArticleQuery = {
|
|
|
69207
69360
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
69208
69361
|
readonly backgroundBox?: boolean | null;
|
|
69209
69362
|
readonly textShadow?: boolean | null;
|
|
69363
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
69210
69364
|
readonly brandConcept?: {
|
|
69211
69365
|
readonly id: string;
|
|
69212
69366
|
readonly prefLabel: string;
|
|
@@ -69466,6 +69620,7 @@ export type ArticleQuery = {
|
|
|
69466
69620
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
69467
69621
|
readonly backgroundBox?: boolean | null;
|
|
69468
69622
|
readonly textShadow?: boolean | null;
|
|
69623
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
69469
69624
|
readonly columnist?: {
|
|
69470
69625
|
readonly id: string;
|
|
69471
69626
|
readonly prefLabel: string;
|
|
@@ -69501,6 +69656,7 @@ export type ArticleQuery = {
|
|
|
69501
69656
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
69502
69657
|
readonly backgroundBox?: boolean | null;
|
|
69503
69658
|
readonly textShadow?: boolean | null;
|
|
69659
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
69504
69660
|
readonly brandConcept?: {
|
|
69505
69661
|
readonly id: string;
|
|
69506
69662
|
readonly prefLabel: string;
|
|
@@ -69536,6 +69692,7 @@ export type ArticleQuery = {
|
|
|
69536
69692
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
69537
69693
|
readonly backgroundBox?: boolean | null;
|
|
69538
69694
|
readonly textShadow?: boolean | null;
|
|
69695
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
69539
69696
|
readonly brandConcept?: {
|
|
69540
69697
|
readonly id: string;
|
|
69541
69698
|
readonly prefLabel: string;
|
|
@@ -72270,6 +72427,7 @@ export type ArticleQuery = {
|
|
|
72270
72427
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
72271
72428
|
readonly backgroundBox?: boolean | null;
|
|
72272
72429
|
readonly textShadow?: boolean | null;
|
|
72430
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
72273
72431
|
readonly intro?: {
|
|
72274
72432
|
readonly source: 'standfirst' | 'summary' | 'bodyXML';
|
|
72275
72433
|
readonly structured: {
|
|
@@ -72294,6 +72452,7 @@ export type ArticleQuery = {
|
|
|
72294
72452
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
72295
72453
|
readonly backgroundBox?: boolean | null;
|
|
72296
72454
|
readonly textShadow?: boolean | null;
|
|
72455
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
72297
72456
|
readonly brandConcept?: {
|
|
72298
72457
|
readonly id: string;
|
|
72299
72458
|
readonly prefLabel: string;
|
|
@@ -72328,6 +72487,7 @@ export type ArticleQuery = {
|
|
|
72328
72487
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
72329
72488
|
readonly backgroundBox?: boolean | null;
|
|
72330
72489
|
readonly textShadow?: boolean | null;
|
|
72490
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
72331
72491
|
readonly brandConcept?: {
|
|
72332
72492
|
readonly id: string;
|
|
72333
72493
|
readonly prefLabel: string;
|
|
@@ -72591,6 +72751,7 @@ export type ArticleQuery = {
|
|
|
72591
72751
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
72592
72752
|
readonly backgroundBox?: boolean | null;
|
|
72593
72753
|
readonly textShadow?: boolean | null;
|
|
72754
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
72594
72755
|
readonly brandConcept?: {
|
|
72595
72756
|
readonly id: string;
|
|
72596
72757
|
readonly prefLabel: string;
|
|
@@ -72849,6 +73010,7 @@ export type ArticleQuery = {
|
|
|
72849
73010
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
72850
73011
|
readonly backgroundBox?: boolean | null;
|
|
72851
73012
|
readonly textShadow?: boolean | null;
|
|
73013
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
72852
73014
|
readonly brandConcept?: {
|
|
72853
73015
|
readonly id: string;
|
|
72854
73016
|
readonly prefLabel: string;
|
|
@@ -73108,6 +73270,7 @@ export type ArticleQuery = {
|
|
|
73108
73270
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
73109
73271
|
readonly backgroundBox?: boolean | null;
|
|
73110
73272
|
readonly textShadow?: boolean | null;
|
|
73273
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
73111
73274
|
readonly columnist?: {
|
|
73112
73275
|
readonly id: string;
|
|
73113
73276
|
readonly prefLabel: string;
|
|
@@ -73143,6 +73306,7 @@ export type ArticleQuery = {
|
|
|
73143
73306
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
73144
73307
|
readonly backgroundBox?: boolean | null;
|
|
73145
73308
|
readonly textShadow?: boolean | null;
|
|
73309
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
73146
73310
|
readonly brandConcept?: {
|
|
73147
73311
|
readonly id: string;
|
|
73148
73312
|
readonly prefLabel: string;
|
|
@@ -73178,6 +73342,7 @@ export type ArticleQuery = {
|
|
|
73178
73342
|
readonly backgroundColour?: 'paper' | 'wheat' | 'white' | 'black' | 'claret' | 'oxford' | 'slate' | 'crimson' | 'sky' | null;
|
|
73179
73343
|
readonly backgroundBox?: boolean | null;
|
|
73180
73344
|
readonly textShadow?: boolean | null;
|
|
73345
|
+
readonly followButtonVariant?: 'standard' | 'inverse' | 'opinion' | 'alphaville' | 'monochrome' | 'inverse-monochrome' | null;
|
|
73181
73346
|
readonly brandConcept?: {
|
|
73182
73347
|
readonly id: string;
|
|
73183
73348
|
readonly prefLabel: string;
|