@financial-times/cp-content-pipeline-client 0.6.27 → 0.6.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/lib/client-version.d.ts +1 -1
- package/lib/client-version.js +1 -1
- package/lib/generated/index.d.ts +77 -0
- package/lib/generated/index.js +1 -0
- package/lib/generated/index.js.map +1 -1
- package/lib/index.js +4 -14
- package/lib/index.js.map +1 -1
- package/lib/schema-version.d.ts +1 -1
- package/lib/schema-version.js +1 -1
- package/package.json +3 -2
- package/queries/article.graphql +1 -0
- package/src/client-version.ts +1 -1
- package/src/generated/index.ts +29 -20
- package/src/index.ts +4 -24
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -204,6 +204,21 @@
|
|
|
204
204
|
* devDependencies
|
|
205
205
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.22 to ^0.7.23
|
|
206
206
|
|
|
207
|
+
## [0.6.28](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.27...cp-content-pipeline-client-v0.6.28) (2023-08-02)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Bug Fixes
|
|
211
|
+
|
|
212
|
+
* add missing data-* attributes ([a55b9ee](https://github.com/Financial-Times/cp-content-pipeline/commit/a55b9eea7a68dfba20dd2a26f72530b0c9f70b00))
|
|
213
|
+
* don't use entire graphql-request error message, it's got the stringified request in it ([75ffbc1](https://github.com/Financial-Times/cp-content-pipeline/commit/75ffbc1da5055bbb932d6072f13cdef735aa4b7a))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Dependencies
|
|
217
|
+
|
|
218
|
+
* The following workspace dependencies were updated
|
|
219
|
+
* devDependencies
|
|
220
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.25 to ^0.7.26
|
|
221
|
+
|
|
207
222
|
## [0.6.27](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.26...cp-content-pipeline-client-v0.6.27) (2023-08-02)
|
|
208
223
|
|
|
209
224
|
|
package/lib/client-version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.6.
|
|
1
|
+
export declare const version = "0.6.28";
|
package/lib/client-version.js
CHANGED
package/lib/generated/index.d.ts
CHANGED
|
@@ -47,6 +47,10 @@ export type Scalars = {
|
|
|
47
47
|
input: 'premium' | 'subscribed' | 'registered' | 'free';
|
|
48
48
|
output: 'premium' | 'subscribed' | 'registered' | 'free';
|
|
49
49
|
};
|
|
50
|
+
CanBeSyndicated: {
|
|
51
|
+
input: 'yes' | 'no' | 'verify';
|
|
52
|
+
output: 'yes' | 'no' | 'verify';
|
|
53
|
+
};
|
|
50
54
|
ContentType: {
|
|
51
55
|
input: 'Article' | 'Video' | 'Audio' | 'LiveBlogPackage' | 'LiveBlogPost' | 'ContentPackage' | 'Content' | 'MediaResource';
|
|
52
56
|
output: 'Article' | 'Video' | 'Audio' | 'LiveBlogPackage' | 'LiveBlogPost' | 'ContentPackage' | 'Content' | 'MediaResource';
|
|
@@ -94,6 +98,7 @@ export type Article = Content & {
|
|
|
94
98
|
readonly body?: Maybe<RichText>;
|
|
95
99
|
readonly bodyXML?: Maybe<Scalars['String']['output']>;
|
|
96
100
|
readonly byline?: Maybe<StructuredContent>;
|
|
101
|
+
readonly canBeSyndicated?: Maybe<Scalars['CanBeSyndicated']['output']>;
|
|
97
102
|
readonly commentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
98
103
|
readonly containedIn?: Maybe<Content>;
|
|
99
104
|
readonly design?: Maybe<Design>;
|
|
@@ -120,6 +125,7 @@ export type Audio = Content & {
|
|
|
120
125
|
readonly body?: Maybe<RichText>;
|
|
121
126
|
readonly bodyXML?: Maybe<Scalars['String']['output']>;
|
|
122
127
|
readonly byline?: Maybe<StructuredContent>;
|
|
128
|
+
readonly canBeSyndicated?: Maybe<Scalars['CanBeSyndicated']['output']>;
|
|
123
129
|
readonly commentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
124
130
|
readonly design?: Maybe<Design>;
|
|
125
131
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
@@ -182,6 +188,7 @@ export type Content = {
|
|
|
182
188
|
readonly body?: Maybe<RichText>;
|
|
183
189
|
readonly bodyXML?: Maybe<Scalars['String']['output']>;
|
|
184
190
|
readonly byline?: Maybe<StructuredContent>;
|
|
191
|
+
readonly canBeSyndicated?: Maybe<Scalars['CanBeSyndicated']['output']>;
|
|
185
192
|
readonly commentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
186
193
|
readonly design?: Maybe<Design>;
|
|
187
194
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
@@ -207,6 +214,7 @@ export type ContentPackage = Content & {
|
|
|
207
214
|
readonly body?: Maybe<RichText>;
|
|
208
215
|
readonly bodyXML?: Maybe<Scalars['String']['output']>;
|
|
209
216
|
readonly byline?: Maybe<StructuredContent>;
|
|
217
|
+
readonly canBeSyndicated?: Maybe<Scalars['CanBeSyndicated']['output']>;
|
|
210
218
|
readonly commentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
211
219
|
readonly contains?: Maybe<ReadonlyArray<Maybe<Teaser>>>;
|
|
212
220
|
readonly design?: Maybe<Design>;
|
|
@@ -474,6 +482,7 @@ export type LiveBlogPackage = Content & {
|
|
|
474
482
|
readonly body?: Maybe<RichText>;
|
|
475
483
|
readonly bodyXML?: Maybe<Scalars['String']['output']>;
|
|
476
484
|
readonly byline?: Maybe<StructuredContent>;
|
|
485
|
+
readonly canBeSyndicated?: Maybe<Scalars['CanBeSyndicated']['output']>;
|
|
477
486
|
readonly commentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
478
487
|
readonly design?: Maybe<Design>;
|
|
479
488
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
@@ -501,6 +510,7 @@ export type LiveBlogPost = Content & {
|
|
|
501
510
|
readonly body?: Maybe<RichText>;
|
|
502
511
|
readonly bodyXML?: Maybe<Scalars['String']['output']>;
|
|
503
512
|
readonly byline?: Maybe<StructuredContent>;
|
|
513
|
+
readonly canBeSyndicated?: Maybe<Scalars['CanBeSyndicated']['output']>;
|
|
504
514
|
readonly commentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
505
515
|
readonly design?: Maybe<Design>;
|
|
506
516
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
@@ -724,6 +734,7 @@ export type Video = Content & {
|
|
|
724
734
|
readonly body?: Maybe<RichText>;
|
|
725
735
|
readonly bodyXML?: Maybe<Scalars['String']['output']>;
|
|
726
736
|
readonly byline?: Maybe<StructuredContent>;
|
|
737
|
+
readonly canBeSyndicated?: Maybe<Scalars['CanBeSyndicated']['output']>;
|
|
727
738
|
readonly commentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
728
739
|
readonly design?: Maybe<Design>;
|
|
729
740
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
@@ -10352,6 +10363,7 @@ type Content_Article_Fragment = {
|
|
|
10352
10363
|
readonly firstPublishedDate: string;
|
|
10353
10364
|
readonly standfirst?: string | null;
|
|
10354
10365
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
10366
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
10355
10367
|
readonly commentsEnabled?: boolean | null;
|
|
10356
10368
|
readonly topper?: {
|
|
10357
10369
|
readonly __typename: 'BasicTopper';
|
|
@@ -14099,6 +14111,7 @@ type Content_Audio_Fragment = {
|
|
|
14099
14111
|
readonly firstPublishedDate: string;
|
|
14100
14112
|
readonly standfirst?: string | null;
|
|
14101
14113
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
14114
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
14102
14115
|
readonly commentsEnabled?: boolean | null;
|
|
14103
14116
|
readonly topper?: {
|
|
14104
14117
|
readonly __typename: 'BasicTopper';
|
|
@@ -17846,6 +17859,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
17846
17859
|
readonly firstPublishedDate: string;
|
|
17847
17860
|
readonly standfirst?: string | null;
|
|
17848
17861
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
17862
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
17849
17863
|
readonly commentsEnabled?: boolean | null;
|
|
17850
17864
|
readonly topper?: {
|
|
17851
17865
|
readonly __typename: 'BasicTopper';
|
|
@@ -21593,6 +21607,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
21593
21607
|
readonly firstPublishedDate: string;
|
|
21594
21608
|
readonly standfirst?: string | null;
|
|
21595
21609
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
21610
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
21596
21611
|
readonly commentsEnabled?: boolean | null;
|
|
21597
21612
|
readonly topper?: {
|
|
21598
21613
|
readonly __typename: 'BasicTopper';
|
|
@@ -25340,6 +25355,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
25340
25355
|
readonly firstPublishedDate: string;
|
|
25341
25356
|
readonly standfirst?: string | null;
|
|
25342
25357
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
25358
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
25343
25359
|
readonly commentsEnabled?: boolean | null;
|
|
25344
25360
|
readonly topper?: {
|
|
25345
25361
|
readonly __typename: 'BasicTopper';
|
|
@@ -29087,6 +29103,7 @@ type Content_Video_Fragment = {
|
|
|
29087
29103
|
readonly firstPublishedDate: string;
|
|
29088
29104
|
readonly standfirst?: string | null;
|
|
29089
29105
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
29106
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
29090
29107
|
readonly commentsEnabled?: boolean | null;
|
|
29091
29108
|
readonly topper?: {
|
|
29092
29109
|
readonly __typename: 'BasicTopper';
|
|
@@ -32836,6 +32853,7 @@ type PackageContainer_Article_Fragment = {
|
|
|
32836
32853
|
readonly firstPublishedDate: string;
|
|
32837
32854
|
readonly standfirst?: string | null;
|
|
32838
32855
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
32856
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
32839
32857
|
readonly commentsEnabled?: boolean | null;
|
|
32840
32858
|
readonly topper?: {
|
|
32841
32859
|
readonly __typename: 'BasicTopper';
|
|
@@ -36644,6 +36662,7 @@ type PackageContainer_Audio_Fragment = {
|
|
|
36644
36662
|
readonly firstPublishedDate: string;
|
|
36645
36663
|
readonly standfirst?: string | null;
|
|
36646
36664
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
36665
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
36647
36666
|
readonly commentsEnabled?: boolean | null;
|
|
36648
36667
|
readonly topper?: {
|
|
36649
36668
|
readonly __typename: 'BasicTopper';
|
|
@@ -40452,6 +40471,7 @@ type PackageContainer_ContentPackage_Fragment = {
|
|
|
40452
40471
|
readonly firstPublishedDate: string;
|
|
40453
40472
|
readonly standfirst?: string | null;
|
|
40454
40473
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
40474
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
40455
40475
|
readonly commentsEnabled?: boolean | null;
|
|
40456
40476
|
readonly contains?: ReadonlyArray<{
|
|
40457
40477
|
readonly standfirst?: string | null;
|
|
@@ -44351,6 +44371,7 @@ type PackageContainer_LiveBlogPackage_Fragment = {
|
|
|
44351
44371
|
readonly firstPublishedDate: string;
|
|
44352
44372
|
readonly standfirst?: string | null;
|
|
44353
44373
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
44374
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
44354
44375
|
readonly commentsEnabled?: boolean | null;
|
|
44355
44376
|
readonly topper?: {
|
|
44356
44377
|
readonly __typename: 'BasicTopper';
|
|
@@ -48159,6 +48180,7 @@ type PackageContainer_LiveBlogPost_Fragment = {
|
|
|
48159
48180
|
readonly firstPublishedDate: string;
|
|
48160
48181
|
readonly standfirst?: string | null;
|
|
48161
48182
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
48183
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
48162
48184
|
readonly commentsEnabled?: boolean | null;
|
|
48163
48185
|
readonly topper?: {
|
|
48164
48186
|
readonly __typename: 'BasicTopper';
|
|
@@ -51967,6 +51989,7 @@ type PackageContainer_Video_Fragment = {
|
|
|
51967
51989
|
readonly firstPublishedDate: string;
|
|
51968
51990
|
readonly standfirst?: string | null;
|
|
51969
51991
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
51992
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
51970
51993
|
readonly commentsEnabled?: boolean | null;
|
|
51971
51994
|
readonly topper?: {
|
|
51972
51995
|
readonly __typename: 'BasicTopper';
|
|
@@ -55776,6 +55799,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
55776
55799
|
readonly firstPublishedDate: string;
|
|
55777
55800
|
readonly standfirst?: string | null;
|
|
55778
55801
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
55802
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
55779
55803
|
readonly commentsEnabled?: boolean | null;
|
|
55780
55804
|
readonly containedIn?: {
|
|
55781
55805
|
readonly __typename: 'Article';
|
|
@@ -55786,6 +55810,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
55786
55810
|
readonly firstPublishedDate: string;
|
|
55787
55811
|
readonly standfirst?: string | null;
|
|
55788
55812
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
55813
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
55789
55814
|
readonly commentsEnabled?: boolean | null;
|
|
55790
55815
|
readonly topper?: {
|
|
55791
55816
|
readonly __typename: 'BasicTopper';
|
|
@@ -59593,6 +59618,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
59593
59618
|
readonly firstPublishedDate: string;
|
|
59594
59619
|
readonly standfirst?: string | null;
|
|
59595
59620
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
59621
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
59596
59622
|
readonly commentsEnabled?: boolean | null;
|
|
59597
59623
|
readonly topper?: {
|
|
59598
59624
|
readonly __typename: 'BasicTopper';
|
|
@@ -63400,6 +63426,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
63400
63426
|
readonly firstPublishedDate: string;
|
|
63401
63427
|
readonly standfirst?: string | null;
|
|
63402
63428
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
63429
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
63403
63430
|
readonly commentsEnabled?: boolean | null;
|
|
63404
63431
|
readonly contains?: ReadonlyArray<{
|
|
63405
63432
|
readonly standfirst?: string | null;
|
|
@@ -67298,6 +67325,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
67298
67325
|
readonly firstPublishedDate: string;
|
|
67299
67326
|
readonly standfirst?: string | null;
|
|
67300
67327
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
67328
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
67301
67329
|
readonly commentsEnabled?: boolean | null;
|
|
67302
67330
|
readonly topper?: {
|
|
67303
67331
|
readonly __typename: 'BasicTopper';
|
|
@@ -71105,6 +71133,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
71105
71133
|
readonly firstPublishedDate: string;
|
|
71106
71134
|
readonly standfirst?: string | null;
|
|
71107
71135
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
71136
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
71108
71137
|
readonly commentsEnabled?: boolean | null;
|
|
71109
71138
|
readonly topper?: {
|
|
71110
71139
|
readonly __typename: 'BasicTopper';
|
|
@@ -74912,6 +74941,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
74912
74941
|
readonly firstPublishedDate: string;
|
|
74913
74942
|
readonly standfirst?: string | null;
|
|
74914
74943
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
74944
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
74915
74945
|
readonly commentsEnabled?: boolean | null;
|
|
74916
74946
|
readonly topper?: {
|
|
74917
74947
|
readonly __typename: 'BasicTopper';
|
|
@@ -82458,6 +82488,7 @@ type ArticleFields_Audio_Fragment = {
|
|
|
82458
82488
|
readonly firstPublishedDate: string;
|
|
82459
82489
|
readonly standfirst?: string | null;
|
|
82460
82490
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
82491
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
82461
82492
|
readonly commentsEnabled?: boolean | null;
|
|
82462
82493
|
readonly media?: ReadonlyArray<{
|
|
82463
82494
|
readonly url?: string | null;
|
|
@@ -86210,6 +86241,7 @@ type ArticleFields_ContentPackage_Fragment = {
|
|
|
86210
86241
|
readonly firstPublishedDate: string;
|
|
86211
86242
|
readonly standfirst?: string | null;
|
|
86212
86243
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
86244
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
86213
86245
|
readonly commentsEnabled?: boolean | null;
|
|
86214
86246
|
readonly contains?: ReadonlyArray<{
|
|
86215
86247
|
readonly standfirst?: string | null;
|
|
@@ -90046,6 +90078,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
90046
90078
|
readonly firstPublishedDate: string;
|
|
90047
90079
|
readonly standfirst?: string | null;
|
|
90048
90080
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
90081
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
90049
90082
|
readonly commentsEnabled?: boolean | null;
|
|
90050
90083
|
readonly liveBlogPosts?: ReadonlyArray<{
|
|
90051
90084
|
readonly __typename: 'Article';
|
|
@@ -90056,6 +90089,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
90056
90089
|
readonly firstPublishedDate: string;
|
|
90057
90090
|
readonly standfirst?: string | null;
|
|
90058
90091
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
90092
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
90059
90093
|
readonly commentsEnabled?: boolean | null;
|
|
90060
90094
|
readonly topper?: {
|
|
90061
90095
|
readonly __typename: 'BasicTopper';
|
|
@@ -93803,6 +93837,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
93803
93837
|
readonly firstPublishedDate: string;
|
|
93804
93838
|
readonly standfirst?: string | null;
|
|
93805
93839
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
93840
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
93806
93841
|
readonly commentsEnabled?: boolean | null;
|
|
93807
93842
|
readonly topper?: {
|
|
93808
93843
|
readonly __typename: 'BasicTopper';
|
|
@@ -97550,6 +97585,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
97550
97585
|
readonly firstPublishedDate: string;
|
|
97551
97586
|
readonly standfirst?: string | null;
|
|
97552
97587
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
97588
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
97553
97589
|
readonly commentsEnabled?: boolean | null;
|
|
97554
97590
|
readonly topper?: {
|
|
97555
97591
|
readonly __typename: 'BasicTopper';
|
|
@@ -101297,6 +101333,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
101297
101333
|
readonly firstPublishedDate: string;
|
|
101298
101334
|
readonly standfirst?: string | null;
|
|
101299
101335
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
101336
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
101300
101337
|
readonly commentsEnabled?: boolean | null;
|
|
101301
101338
|
readonly topper?: {
|
|
101302
101339
|
readonly __typename: 'BasicTopper';
|
|
@@ -105044,6 +105081,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
105044
105081
|
readonly firstPublishedDate: string;
|
|
105045
105082
|
readonly standfirst?: string | null;
|
|
105046
105083
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
105084
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
105047
105085
|
readonly commentsEnabled?: boolean | null;
|
|
105048
105086
|
readonly topper?: {
|
|
105049
105087
|
readonly __typename: 'BasicTopper';
|
|
@@ -108791,6 +108829,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
108791
108829
|
readonly firstPublishedDate: string;
|
|
108792
108830
|
readonly standfirst?: string | null;
|
|
108793
108831
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
108832
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
108794
108833
|
readonly commentsEnabled?: boolean | null;
|
|
108795
108834
|
readonly topper?: {
|
|
108796
108835
|
readonly __typename: 'BasicTopper';
|
|
@@ -116277,6 +116316,7 @@ type ArticleFields_LiveBlogPost_Fragment = {
|
|
|
116277
116316
|
readonly firstPublishedDate: string;
|
|
116278
116317
|
readonly standfirst?: string | null;
|
|
116279
116318
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
116319
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
116280
116320
|
readonly commentsEnabled?: boolean | null;
|
|
116281
116321
|
readonly topper?: {
|
|
116282
116322
|
readonly __typename: 'BasicTopper';
|
|
@@ -120025,6 +120065,7 @@ type ArticleFields_Video_Fragment = {
|
|
|
120025
120065
|
readonly firstPublishedDate: string;
|
|
120026
120066
|
readonly standfirst?: string | null;
|
|
120027
120067
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
120068
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
120028
120069
|
readonly commentsEnabled?: boolean | null;
|
|
120029
120070
|
readonly topper?: {
|
|
120030
120071
|
readonly __typename: 'BasicTopper';
|
|
@@ -123779,6 +123820,7 @@ export type ArticleQuery = {
|
|
|
123779
123820
|
readonly firstPublishedDate: string;
|
|
123780
123821
|
readonly standfirst?: string | null;
|
|
123781
123822
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
123823
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
123782
123824
|
readonly commentsEnabled?: boolean | null;
|
|
123783
123825
|
readonly containedIn?: {
|
|
123784
123826
|
readonly __typename: 'Article';
|
|
@@ -123789,6 +123831,7 @@ export type ArticleQuery = {
|
|
|
123789
123831
|
readonly firstPublishedDate: string;
|
|
123790
123832
|
readonly standfirst?: string | null;
|
|
123791
123833
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
123834
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
123792
123835
|
readonly commentsEnabled?: boolean | null;
|
|
123793
123836
|
readonly topper?: {
|
|
123794
123837
|
readonly __typename: 'BasicTopper';
|
|
@@ -127596,6 +127639,7 @@ export type ArticleQuery = {
|
|
|
127596
127639
|
readonly firstPublishedDate: string;
|
|
127597
127640
|
readonly standfirst?: string | null;
|
|
127598
127641
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
127642
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
127599
127643
|
readonly commentsEnabled?: boolean | null;
|
|
127600
127644
|
readonly topper?: {
|
|
127601
127645
|
readonly __typename: 'BasicTopper';
|
|
@@ -131403,6 +131447,7 @@ export type ArticleQuery = {
|
|
|
131403
131447
|
readonly firstPublishedDate: string;
|
|
131404
131448
|
readonly standfirst?: string | null;
|
|
131405
131449
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
131450
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
131406
131451
|
readonly commentsEnabled?: boolean | null;
|
|
131407
131452
|
readonly contains?: ReadonlyArray<{
|
|
131408
131453
|
readonly standfirst?: string | null;
|
|
@@ -135301,6 +135346,7 @@ export type ArticleQuery = {
|
|
|
135301
135346
|
readonly firstPublishedDate: string;
|
|
135302
135347
|
readonly standfirst?: string | null;
|
|
135303
135348
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
135349
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
135304
135350
|
readonly commentsEnabled?: boolean | null;
|
|
135305
135351
|
readonly topper?: {
|
|
135306
135352
|
readonly __typename: 'BasicTopper';
|
|
@@ -139108,6 +139154,7 @@ export type ArticleQuery = {
|
|
|
139108
139154
|
readonly firstPublishedDate: string;
|
|
139109
139155
|
readonly standfirst?: string | null;
|
|
139110
139156
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
139157
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
139111
139158
|
readonly commentsEnabled?: boolean | null;
|
|
139112
139159
|
readonly topper?: {
|
|
139113
139160
|
readonly __typename: 'BasicTopper';
|
|
@@ -142915,6 +142962,7 @@ export type ArticleQuery = {
|
|
|
142915
142962
|
readonly firstPublishedDate: string;
|
|
142916
142963
|
readonly standfirst?: string | null;
|
|
142917
142964
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
142965
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
142918
142966
|
readonly commentsEnabled?: boolean | null;
|
|
142919
142967
|
readonly topper?: {
|
|
142920
142968
|
readonly __typename: 'BasicTopper';
|
|
@@ -150460,6 +150508,7 @@ export type ArticleQuery = {
|
|
|
150460
150508
|
readonly firstPublishedDate: string;
|
|
150461
150509
|
readonly standfirst?: string | null;
|
|
150462
150510
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
150511
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
150463
150512
|
readonly commentsEnabled?: boolean | null;
|
|
150464
150513
|
readonly media?: ReadonlyArray<{
|
|
150465
150514
|
readonly url?: string | null;
|
|
@@ -154211,6 +154260,7 @@ export type ArticleQuery = {
|
|
|
154211
154260
|
readonly firstPublishedDate: string;
|
|
154212
154261
|
readonly standfirst?: string | null;
|
|
154213
154262
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
154263
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
154214
154264
|
readonly commentsEnabled?: boolean | null;
|
|
154215
154265
|
readonly contains?: ReadonlyArray<{
|
|
154216
154266
|
readonly standfirst?: string | null;
|
|
@@ -158046,6 +158096,7 @@ export type ArticleQuery = {
|
|
|
158046
158096
|
readonly firstPublishedDate: string;
|
|
158047
158097
|
readonly standfirst?: string | null;
|
|
158048
158098
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
158099
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
158049
158100
|
readonly commentsEnabled?: boolean | null;
|
|
158050
158101
|
readonly liveBlogPosts?: ReadonlyArray<{
|
|
158051
158102
|
readonly __typename: 'Article';
|
|
@@ -158056,6 +158107,7 @@ export type ArticleQuery = {
|
|
|
158056
158107
|
readonly firstPublishedDate: string;
|
|
158057
158108
|
readonly standfirst?: string | null;
|
|
158058
158109
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
158110
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
158059
158111
|
readonly commentsEnabled?: boolean | null;
|
|
158060
158112
|
readonly topper?: {
|
|
158061
158113
|
readonly __typename: 'BasicTopper';
|
|
@@ -161803,6 +161855,7 @@ export type ArticleQuery = {
|
|
|
161803
161855
|
readonly firstPublishedDate: string;
|
|
161804
161856
|
readonly standfirst?: string | null;
|
|
161805
161857
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
161858
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
161806
161859
|
readonly commentsEnabled?: boolean | null;
|
|
161807
161860
|
readonly topper?: {
|
|
161808
161861
|
readonly __typename: 'BasicTopper';
|
|
@@ -165550,6 +165603,7 @@ export type ArticleQuery = {
|
|
|
165550
165603
|
readonly firstPublishedDate: string;
|
|
165551
165604
|
readonly standfirst?: string | null;
|
|
165552
165605
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
165606
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
165553
165607
|
readonly commentsEnabled?: boolean | null;
|
|
165554
165608
|
readonly topper?: {
|
|
165555
165609
|
readonly __typename: 'BasicTopper';
|
|
@@ -169297,6 +169351,7 @@ export type ArticleQuery = {
|
|
|
169297
169351
|
readonly firstPublishedDate: string;
|
|
169298
169352
|
readonly standfirst?: string | null;
|
|
169299
169353
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
169354
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
169300
169355
|
readonly commentsEnabled?: boolean | null;
|
|
169301
169356
|
readonly topper?: {
|
|
169302
169357
|
readonly __typename: 'BasicTopper';
|
|
@@ -173044,6 +173099,7 @@ export type ArticleQuery = {
|
|
|
173044
173099
|
readonly firstPublishedDate: string;
|
|
173045
173100
|
readonly standfirst?: string | null;
|
|
173046
173101
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
173102
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
173047
173103
|
readonly commentsEnabled?: boolean | null;
|
|
173048
173104
|
readonly topper?: {
|
|
173049
173105
|
readonly __typename: 'BasicTopper';
|
|
@@ -176791,6 +176847,7 @@ export type ArticleQuery = {
|
|
|
176791
176847
|
readonly firstPublishedDate: string;
|
|
176792
176848
|
readonly standfirst?: string | null;
|
|
176793
176849
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
176850
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
176794
176851
|
readonly commentsEnabled?: boolean | null;
|
|
176795
176852
|
readonly topper?: {
|
|
176796
176853
|
readonly __typename: 'BasicTopper';
|
|
@@ -184276,6 +184333,7 @@ export type ArticleQuery = {
|
|
|
184276
184333
|
readonly firstPublishedDate: string;
|
|
184277
184334
|
readonly standfirst?: string | null;
|
|
184278
184335
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
184336
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
184279
184337
|
readonly commentsEnabled?: boolean | null;
|
|
184280
184338
|
readonly topper?: {
|
|
184281
184339
|
readonly __typename: 'BasicTopper';
|
|
@@ -188023,6 +188081,7 @@ export type ArticleQuery = {
|
|
|
188023
188081
|
readonly firstPublishedDate: string;
|
|
188024
188082
|
readonly standfirst?: string | null;
|
|
188025
188083
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
188084
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
188026
188085
|
readonly commentsEnabled?: boolean | null;
|
|
188027
188086
|
readonly topper?: {
|
|
188028
188087
|
readonly __typename: 'BasicTopper';
|
|
@@ -191777,6 +191836,7 @@ export type ArticleFromJsonQuery = {
|
|
|
191777
191836
|
readonly firstPublishedDate: string;
|
|
191778
191837
|
readonly standfirst?: string | null;
|
|
191779
191838
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
191839
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
191780
191840
|
readonly commentsEnabled?: boolean | null;
|
|
191781
191841
|
readonly containedIn?: {
|
|
191782
191842
|
readonly __typename: 'Article';
|
|
@@ -191787,6 +191847,7 @@ export type ArticleFromJsonQuery = {
|
|
|
191787
191847
|
readonly firstPublishedDate: string;
|
|
191788
191848
|
readonly standfirst?: string | null;
|
|
191789
191849
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
191850
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
191790
191851
|
readonly commentsEnabled?: boolean | null;
|
|
191791
191852
|
readonly topper?: {
|
|
191792
191853
|
readonly __typename: 'BasicTopper';
|
|
@@ -195594,6 +195655,7 @@ export type ArticleFromJsonQuery = {
|
|
|
195594
195655
|
readonly firstPublishedDate: string;
|
|
195595
195656
|
readonly standfirst?: string | null;
|
|
195596
195657
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
195658
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
195597
195659
|
readonly commentsEnabled?: boolean | null;
|
|
195598
195660
|
readonly topper?: {
|
|
195599
195661
|
readonly __typename: 'BasicTopper';
|
|
@@ -199401,6 +199463,7 @@ export type ArticleFromJsonQuery = {
|
|
|
199401
199463
|
readonly firstPublishedDate: string;
|
|
199402
199464
|
readonly standfirst?: string | null;
|
|
199403
199465
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
199466
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
199404
199467
|
readonly commentsEnabled?: boolean | null;
|
|
199405
199468
|
readonly contains?: ReadonlyArray<{
|
|
199406
199469
|
readonly standfirst?: string | null;
|
|
@@ -203299,6 +203362,7 @@ export type ArticleFromJsonQuery = {
|
|
|
203299
203362
|
readonly firstPublishedDate: string;
|
|
203300
203363
|
readonly standfirst?: string | null;
|
|
203301
203364
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
203365
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
203302
203366
|
readonly commentsEnabled?: boolean | null;
|
|
203303
203367
|
readonly topper?: {
|
|
203304
203368
|
readonly __typename: 'BasicTopper';
|
|
@@ -207106,6 +207170,7 @@ export type ArticleFromJsonQuery = {
|
|
|
207106
207170
|
readonly firstPublishedDate: string;
|
|
207107
207171
|
readonly standfirst?: string | null;
|
|
207108
207172
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
207173
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
207109
207174
|
readonly commentsEnabled?: boolean | null;
|
|
207110
207175
|
readonly topper?: {
|
|
207111
207176
|
readonly __typename: 'BasicTopper';
|
|
@@ -210913,6 +210978,7 @@ export type ArticleFromJsonQuery = {
|
|
|
210913
210978
|
readonly firstPublishedDate: string;
|
|
210914
210979
|
readonly standfirst?: string | null;
|
|
210915
210980
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
210981
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
210916
210982
|
readonly commentsEnabled?: boolean | null;
|
|
210917
210983
|
readonly topper?: {
|
|
210918
210984
|
readonly __typename: 'BasicTopper';
|
|
@@ -218458,6 +218524,7 @@ export type ArticleFromJsonQuery = {
|
|
|
218458
218524
|
readonly firstPublishedDate: string;
|
|
218459
218525
|
readonly standfirst?: string | null;
|
|
218460
218526
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
218527
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
218461
218528
|
readonly commentsEnabled?: boolean | null;
|
|
218462
218529
|
readonly media?: ReadonlyArray<{
|
|
218463
218530
|
readonly url?: string | null;
|
|
@@ -222209,6 +222276,7 @@ export type ArticleFromJsonQuery = {
|
|
|
222209
222276
|
readonly firstPublishedDate: string;
|
|
222210
222277
|
readonly standfirst?: string | null;
|
|
222211
222278
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
222279
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
222212
222280
|
readonly commentsEnabled?: boolean | null;
|
|
222213
222281
|
readonly contains?: ReadonlyArray<{
|
|
222214
222282
|
readonly standfirst?: string | null;
|
|
@@ -226044,6 +226112,7 @@ export type ArticleFromJsonQuery = {
|
|
|
226044
226112
|
readonly firstPublishedDate: string;
|
|
226045
226113
|
readonly standfirst?: string | null;
|
|
226046
226114
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
226115
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
226047
226116
|
readonly commentsEnabled?: boolean | null;
|
|
226048
226117
|
readonly liveBlogPosts?: ReadonlyArray<{
|
|
226049
226118
|
readonly __typename: 'Article';
|
|
@@ -226054,6 +226123,7 @@ export type ArticleFromJsonQuery = {
|
|
|
226054
226123
|
readonly firstPublishedDate: string;
|
|
226055
226124
|
readonly standfirst?: string | null;
|
|
226056
226125
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
226126
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
226057
226127
|
readonly commentsEnabled?: boolean | null;
|
|
226058
226128
|
readonly topper?: {
|
|
226059
226129
|
readonly __typename: 'BasicTopper';
|
|
@@ -229801,6 +229871,7 @@ export type ArticleFromJsonQuery = {
|
|
|
229801
229871
|
readonly firstPublishedDate: string;
|
|
229802
229872
|
readonly standfirst?: string | null;
|
|
229803
229873
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
229874
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
229804
229875
|
readonly commentsEnabled?: boolean | null;
|
|
229805
229876
|
readonly topper?: {
|
|
229806
229877
|
readonly __typename: 'BasicTopper';
|
|
@@ -233548,6 +233619,7 @@ export type ArticleFromJsonQuery = {
|
|
|
233548
233619
|
readonly firstPublishedDate: string;
|
|
233549
233620
|
readonly standfirst?: string | null;
|
|
233550
233621
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
233622
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
233551
233623
|
readonly commentsEnabled?: boolean | null;
|
|
233552
233624
|
readonly topper?: {
|
|
233553
233625
|
readonly __typename: 'BasicTopper';
|
|
@@ -237295,6 +237367,7 @@ export type ArticleFromJsonQuery = {
|
|
|
237295
237367
|
readonly firstPublishedDate: string;
|
|
237296
237368
|
readonly standfirst?: string | null;
|
|
237297
237369
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
237370
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
237298
237371
|
readonly commentsEnabled?: boolean | null;
|
|
237299
237372
|
readonly topper?: {
|
|
237300
237373
|
readonly __typename: 'BasicTopper';
|
|
@@ -241042,6 +241115,7 @@ export type ArticleFromJsonQuery = {
|
|
|
241042
241115
|
readonly firstPublishedDate: string;
|
|
241043
241116
|
readonly standfirst?: string | null;
|
|
241044
241117
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
241118
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
241045
241119
|
readonly commentsEnabled?: boolean | null;
|
|
241046
241120
|
readonly topper?: {
|
|
241047
241121
|
readonly __typename: 'BasicTopper';
|
|
@@ -244789,6 +244863,7 @@ export type ArticleFromJsonQuery = {
|
|
|
244789
244863
|
readonly firstPublishedDate: string;
|
|
244790
244864
|
readonly standfirst?: string | null;
|
|
244791
244865
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
244866
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
244792
244867
|
readonly commentsEnabled?: boolean | null;
|
|
244793
244868
|
readonly topper?: {
|
|
244794
244869
|
readonly __typename: 'BasicTopper';
|
|
@@ -252274,6 +252349,7 @@ export type ArticleFromJsonQuery = {
|
|
|
252274
252349
|
readonly firstPublishedDate: string;
|
|
252275
252350
|
readonly standfirst?: string | null;
|
|
252276
252351
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
252352
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
252277
252353
|
readonly commentsEnabled?: boolean | null;
|
|
252278
252354
|
readonly topper?: {
|
|
252279
252355
|
readonly __typename: 'BasicTopper';
|
|
@@ -256021,6 +256097,7 @@ export type ArticleFromJsonQuery = {
|
|
|
256021
256097
|
readonly firstPublishedDate: string;
|
|
256022
256098
|
readonly standfirst?: string | null;
|
|
256023
256099
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
256100
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
256024
256101
|
readonly commentsEnabled?: boolean | null;
|
|
256025
256102
|
readonly topper?: {
|
|
256026
256103
|
readonly __typename: 'BasicTopper';
|
package/lib/generated/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":";;;;;;AAEA,8DAA8B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"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"}
|