@financial-times/cp-content-pipeline-client 0.6.28 → 0.6.29
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 +14 -0
- package/lib/client-version.d.ts +1 -1
- package/lib/client-version.js +1 -1
- package/lib/generated/index.d.ts +68 -68
- package/lib/schema-version.d.ts +1 -1
- package/lib/schema-version.js +1 -1
- package/package.json +2 -2
- package/src/client-version.ts +1 -1
- package/src/generated/index.ts +21 -21
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -204,6 +204,20 @@
|
|
|
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.29](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.28...cp-content-pipeline-client-v0.6.29) (2023-08-02)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Bug Fixes
|
|
211
|
+
|
|
212
|
+
* add missing variants to canBeSyndicated enum ([835b812](https://github.com/Financial-Times/cp-content-pipeline/commit/835b81293382c5f209d370254b974550d8eb3c36))
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Dependencies
|
|
216
|
+
|
|
217
|
+
* The following workspace dependencies were updated
|
|
218
|
+
* devDependencies
|
|
219
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.26 to ^0.7.27
|
|
220
|
+
|
|
207
221
|
## [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
222
|
|
|
209
223
|
|
package/lib/client-version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.6.
|
|
1
|
+
export declare const version = "0.6.29";
|
package/lib/client-version.js
CHANGED
package/lib/generated/index.d.ts
CHANGED
|
@@ -48,8 +48,8 @@ export type Scalars = {
|
|
|
48
48
|
output: 'premium' | 'subscribed' | 'registered' | 'free';
|
|
49
49
|
};
|
|
50
50
|
CanBeSyndicated: {
|
|
51
|
-
input: 'yes' | 'no' | 'verify';
|
|
52
|
-
output: 'yes' | 'no' | 'verify';
|
|
51
|
+
input: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown';
|
|
52
|
+
output: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown';
|
|
53
53
|
};
|
|
54
54
|
ContentType: {
|
|
55
55
|
input: 'Article' | 'Video' | 'Audio' | 'LiveBlogPackage' | 'LiveBlogPost' | 'ContentPackage' | 'Content' | 'MediaResource';
|
|
@@ -10363,7 +10363,7 @@ type Content_Article_Fragment = {
|
|
|
10363
10363
|
readonly firstPublishedDate: string;
|
|
10364
10364
|
readonly standfirst?: string | null;
|
|
10365
10365
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
10366
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
10366
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
10367
10367
|
readonly commentsEnabled?: boolean | null;
|
|
10368
10368
|
readonly topper?: {
|
|
10369
10369
|
readonly __typename: 'BasicTopper';
|
|
@@ -14111,7 +14111,7 @@ type Content_Audio_Fragment = {
|
|
|
14111
14111
|
readonly firstPublishedDate: string;
|
|
14112
14112
|
readonly standfirst?: string | null;
|
|
14113
14113
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
14114
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
14114
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
14115
14115
|
readonly commentsEnabled?: boolean | null;
|
|
14116
14116
|
readonly topper?: {
|
|
14117
14117
|
readonly __typename: 'BasicTopper';
|
|
@@ -17859,7 +17859,7 @@ type Content_ContentPackage_Fragment = {
|
|
|
17859
17859
|
readonly firstPublishedDate: string;
|
|
17860
17860
|
readonly standfirst?: string | null;
|
|
17861
17861
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
17862
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
17862
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
17863
17863
|
readonly commentsEnabled?: boolean | null;
|
|
17864
17864
|
readonly topper?: {
|
|
17865
17865
|
readonly __typename: 'BasicTopper';
|
|
@@ -21607,7 +21607,7 @@ type Content_LiveBlogPackage_Fragment = {
|
|
|
21607
21607
|
readonly firstPublishedDate: string;
|
|
21608
21608
|
readonly standfirst?: string | null;
|
|
21609
21609
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
21610
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
21610
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
21611
21611
|
readonly commentsEnabled?: boolean | null;
|
|
21612
21612
|
readonly topper?: {
|
|
21613
21613
|
readonly __typename: 'BasicTopper';
|
|
@@ -25355,7 +25355,7 @@ type Content_LiveBlogPost_Fragment = {
|
|
|
25355
25355
|
readonly firstPublishedDate: string;
|
|
25356
25356
|
readonly standfirst?: string | null;
|
|
25357
25357
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
25358
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
25358
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
25359
25359
|
readonly commentsEnabled?: boolean | null;
|
|
25360
25360
|
readonly topper?: {
|
|
25361
25361
|
readonly __typename: 'BasicTopper';
|
|
@@ -29103,7 +29103,7 @@ type Content_Video_Fragment = {
|
|
|
29103
29103
|
readonly firstPublishedDate: string;
|
|
29104
29104
|
readonly standfirst?: string | null;
|
|
29105
29105
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
29106
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
29106
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
29107
29107
|
readonly commentsEnabled?: boolean | null;
|
|
29108
29108
|
readonly topper?: {
|
|
29109
29109
|
readonly __typename: 'BasicTopper';
|
|
@@ -32853,7 +32853,7 @@ type PackageContainer_Article_Fragment = {
|
|
|
32853
32853
|
readonly firstPublishedDate: string;
|
|
32854
32854
|
readonly standfirst?: string | null;
|
|
32855
32855
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
32856
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
32856
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
32857
32857
|
readonly commentsEnabled?: boolean | null;
|
|
32858
32858
|
readonly topper?: {
|
|
32859
32859
|
readonly __typename: 'BasicTopper';
|
|
@@ -36662,7 +36662,7 @@ type PackageContainer_Audio_Fragment = {
|
|
|
36662
36662
|
readonly firstPublishedDate: string;
|
|
36663
36663
|
readonly standfirst?: string | null;
|
|
36664
36664
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
36665
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
36665
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
36666
36666
|
readonly commentsEnabled?: boolean | null;
|
|
36667
36667
|
readonly topper?: {
|
|
36668
36668
|
readonly __typename: 'BasicTopper';
|
|
@@ -40471,7 +40471,7 @@ type PackageContainer_ContentPackage_Fragment = {
|
|
|
40471
40471
|
readonly firstPublishedDate: string;
|
|
40472
40472
|
readonly standfirst?: string | null;
|
|
40473
40473
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
40474
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
40474
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
40475
40475
|
readonly commentsEnabled?: boolean | null;
|
|
40476
40476
|
readonly contains?: ReadonlyArray<{
|
|
40477
40477
|
readonly standfirst?: string | null;
|
|
@@ -44371,7 +44371,7 @@ type PackageContainer_LiveBlogPackage_Fragment = {
|
|
|
44371
44371
|
readonly firstPublishedDate: string;
|
|
44372
44372
|
readonly standfirst?: string | null;
|
|
44373
44373
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
44374
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
44374
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
44375
44375
|
readonly commentsEnabled?: boolean | null;
|
|
44376
44376
|
readonly topper?: {
|
|
44377
44377
|
readonly __typename: 'BasicTopper';
|
|
@@ -48180,7 +48180,7 @@ type PackageContainer_LiveBlogPost_Fragment = {
|
|
|
48180
48180
|
readonly firstPublishedDate: string;
|
|
48181
48181
|
readonly standfirst?: string | null;
|
|
48182
48182
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
48183
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
48183
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
48184
48184
|
readonly commentsEnabled?: boolean | null;
|
|
48185
48185
|
readonly topper?: {
|
|
48186
48186
|
readonly __typename: 'BasicTopper';
|
|
@@ -51989,7 +51989,7 @@ type PackageContainer_Video_Fragment = {
|
|
|
51989
51989
|
readonly firstPublishedDate: string;
|
|
51990
51990
|
readonly standfirst?: string | null;
|
|
51991
51991
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
51992
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
51992
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
51993
51993
|
readonly commentsEnabled?: boolean | null;
|
|
51994
51994
|
readonly topper?: {
|
|
51995
51995
|
readonly __typename: 'BasicTopper';
|
|
@@ -55799,7 +55799,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
55799
55799
|
readonly firstPublishedDate: string;
|
|
55800
55800
|
readonly standfirst?: string | null;
|
|
55801
55801
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
55802
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
55802
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
55803
55803
|
readonly commentsEnabled?: boolean | null;
|
|
55804
55804
|
readonly containedIn?: {
|
|
55805
55805
|
readonly __typename: 'Article';
|
|
@@ -55810,7 +55810,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
55810
55810
|
readonly firstPublishedDate: string;
|
|
55811
55811
|
readonly standfirst?: string | null;
|
|
55812
55812
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
55813
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
55813
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
55814
55814
|
readonly commentsEnabled?: boolean | null;
|
|
55815
55815
|
readonly topper?: {
|
|
55816
55816
|
readonly __typename: 'BasicTopper';
|
|
@@ -59618,7 +59618,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
59618
59618
|
readonly firstPublishedDate: string;
|
|
59619
59619
|
readonly standfirst?: string | null;
|
|
59620
59620
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
59621
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
59621
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
59622
59622
|
readonly commentsEnabled?: boolean | null;
|
|
59623
59623
|
readonly topper?: {
|
|
59624
59624
|
readonly __typename: 'BasicTopper';
|
|
@@ -63426,7 +63426,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
63426
63426
|
readonly firstPublishedDate: string;
|
|
63427
63427
|
readonly standfirst?: string | null;
|
|
63428
63428
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
63429
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
63429
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
63430
63430
|
readonly commentsEnabled?: boolean | null;
|
|
63431
63431
|
readonly contains?: ReadonlyArray<{
|
|
63432
63432
|
readonly standfirst?: string | null;
|
|
@@ -67325,7 +67325,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
67325
67325
|
readonly firstPublishedDate: string;
|
|
67326
67326
|
readonly standfirst?: string | null;
|
|
67327
67327
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
67328
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
67328
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
67329
67329
|
readonly commentsEnabled?: boolean | null;
|
|
67330
67330
|
readonly topper?: {
|
|
67331
67331
|
readonly __typename: 'BasicTopper';
|
|
@@ -71133,7 +71133,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
71133
71133
|
readonly firstPublishedDate: string;
|
|
71134
71134
|
readonly standfirst?: string | null;
|
|
71135
71135
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
71136
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
71136
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
71137
71137
|
readonly commentsEnabled?: boolean | null;
|
|
71138
71138
|
readonly topper?: {
|
|
71139
71139
|
readonly __typename: 'BasicTopper';
|
|
@@ -74941,7 +74941,7 @@ type ArticleFields_Article_Fragment = {
|
|
|
74941
74941
|
readonly firstPublishedDate: string;
|
|
74942
74942
|
readonly standfirst?: string | null;
|
|
74943
74943
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
74944
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
74944
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
74945
74945
|
readonly commentsEnabled?: boolean | null;
|
|
74946
74946
|
readonly topper?: {
|
|
74947
74947
|
readonly __typename: 'BasicTopper';
|
|
@@ -82488,7 +82488,7 @@ type ArticleFields_Audio_Fragment = {
|
|
|
82488
82488
|
readonly firstPublishedDate: string;
|
|
82489
82489
|
readonly standfirst?: string | null;
|
|
82490
82490
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
82491
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
82491
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
82492
82492
|
readonly commentsEnabled?: boolean | null;
|
|
82493
82493
|
readonly media?: ReadonlyArray<{
|
|
82494
82494
|
readonly url?: string | null;
|
|
@@ -86241,7 +86241,7 @@ type ArticleFields_ContentPackage_Fragment = {
|
|
|
86241
86241
|
readonly firstPublishedDate: string;
|
|
86242
86242
|
readonly standfirst?: string | null;
|
|
86243
86243
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
86244
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
86244
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
86245
86245
|
readonly commentsEnabled?: boolean | null;
|
|
86246
86246
|
readonly contains?: ReadonlyArray<{
|
|
86247
86247
|
readonly standfirst?: string | null;
|
|
@@ -90078,7 +90078,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
90078
90078
|
readonly firstPublishedDate: string;
|
|
90079
90079
|
readonly standfirst?: string | null;
|
|
90080
90080
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
90081
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
90081
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
90082
90082
|
readonly commentsEnabled?: boolean | null;
|
|
90083
90083
|
readonly liveBlogPosts?: ReadonlyArray<{
|
|
90084
90084
|
readonly __typename: 'Article';
|
|
@@ -90089,7 +90089,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
90089
90089
|
readonly firstPublishedDate: string;
|
|
90090
90090
|
readonly standfirst?: string | null;
|
|
90091
90091
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
90092
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
90092
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
90093
90093
|
readonly commentsEnabled?: boolean | null;
|
|
90094
90094
|
readonly topper?: {
|
|
90095
90095
|
readonly __typename: 'BasicTopper';
|
|
@@ -93837,7 +93837,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
93837
93837
|
readonly firstPublishedDate: string;
|
|
93838
93838
|
readonly standfirst?: string | null;
|
|
93839
93839
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
93840
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
93840
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
93841
93841
|
readonly commentsEnabled?: boolean | null;
|
|
93842
93842
|
readonly topper?: {
|
|
93843
93843
|
readonly __typename: 'BasicTopper';
|
|
@@ -97585,7 +97585,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
97585
97585
|
readonly firstPublishedDate: string;
|
|
97586
97586
|
readonly standfirst?: string | null;
|
|
97587
97587
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
97588
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
97588
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
97589
97589
|
readonly commentsEnabled?: boolean | null;
|
|
97590
97590
|
readonly topper?: {
|
|
97591
97591
|
readonly __typename: 'BasicTopper';
|
|
@@ -101333,7 +101333,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
101333
101333
|
readonly firstPublishedDate: string;
|
|
101334
101334
|
readonly standfirst?: string | null;
|
|
101335
101335
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
101336
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
101336
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
101337
101337
|
readonly commentsEnabled?: boolean | null;
|
|
101338
101338
|
readonly topper?: {
|
|
101339
101339
|
readonly __typename: 'BasicTopper';
|
|
@@ -105081,7 +105081,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
105081
105081
|
readonly firstPublishedDate: string;
|
|
105082
105082
|
readonly standfirst?: string | null;
|
|
105083
105083
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
105084
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
105084
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
105085
105085
|
readonly commentsEnabled?: boolean | null;
|
|
105086
105086
|
readonly topper?: {
|
|
105087
105087
|
readonly __typename: 'BasicTopper';
|
|
@@ -108829,7 +108829,7 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
108829
108829
|
readonly firstPublishedDate: string;
|
|
108830
108830
|
readonly standfirst?: string | null;
|
|
108831
108831
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
108832
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
108832
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
108833
108833
|
readonly commentsEnabled?: boolean | null;
|
|
108834
108834
|
readonly topper?: {
|
|
108835
108835
|
readonly __typename: 'BasicTopper';
|
|
@@ -116316,7 +116316,7 @@ type ArticleFields_LiveBlogPost_Fragment = {
|
|
|
116316
116316
|
readonly firstPublishedDate: string;
|
|
116317
116317
|
readonly standfirst?: string | null;
|
|
116318
116318
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
116319
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
116319
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
116320
116320
|
readonly commentsEnabled?: boolean | null;
|
|
116321
116321
|
readonly topper?: {
|
|
116322
116322
|
readonly __typename: 'BasicTopper';
|
|
@@ -120065,7 +120065,7 @@ type ArticleFields_Video_Fragment = {
|
|
|
120065
120065
|
readonly firstPublishedDate: string;
|
|
120066
120066
|
readonly standfirst?: string | null;
|
|
120067
120067
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
120068
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
120068
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
120069
120069
|
readonly commentsEnabled?: boolean | null;
|
|
120070
120070
|
readonly topper?: {
|
|
120071
120071
|
readonly __typename: 'BasicTopper';
|
|
@@ -123820,7 +123820,7 @@ export type ArticleQuery = {
|
|
|
123820
123820
|
readonly firstPublishedDate: string;
|
|
123821
123821
|
readonly standfirst?: string | null;
|
|
123822
123822
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
123823
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
123823
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
123824
123824
|
readonly commentsEnabled?: boolean | null;
|
|
123825
123825
|
readonly containedIn?: {
|
|
123826
123826
|
readonly __typename: 'Article';
|
|
@@ -123831,7 +123831,7 @@ export type ArticleQuery = {
|
|
|
123831
123831
|
readonly firstPublishedDate: string;
|
|
123832
123832
|
readonly standfirst?: string | null;
|
|
123833
123833
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
123834
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
123834
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
123835
123835
|
readonly commentsEnabled?: boolean | null;
|
|
123836
123836
|
readonly topper?: {
|
|
123837
123837
|
readonly __typename: 'BasicTopper';
|
|
@@ -127639,7 +127639,7 @@ export type ArticleQuery = {
|
|
|
127639
127639
|
readonly firstPublishedDate: string;
|
|
127640
127640
|
readonly standfirst?: string | null;
|
|
127641
127641
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
127642
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
127642
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
127643
127643
|
readonly commentsEnabled?: boolean | null;
|
|
127644
127644
|
readonly topper?: {
|
|
127645
127645
|
readonly __typename: 'BasicTopper';
|
|
@@ -131447,7 +131447,7 @@ export type ArticleQuery = {
|
|
|
131447
131447
|
readonly firstPublishedDate: string;
|
|
131448
131448
|
readonly standfirst?: string | null;
|
|
131449
131449
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
131450
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
131450
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
131451
131451
|
readonly commentsEnabled?: boolean | null;
|
|
131452
131452
|
readonly contains?: ReadonlyArray<{
|
|
131453
131453
|
readonly standfirst?: string | null;
|
|
@@ -135346,7 +135346,7 @@ export type ArticleQuery = {
|
|
|
135346
135346
|
readonly firstPublishedDate: string;
|
|
135347
135347
|
readonly standfirst?: string | null;
|
|
135348
135348
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
135349
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
135349
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
135350
135350
|
readonly commentsEnabled?: boolean | null;
|
|
135351
135351
|
readonly topper?: {
|
|
135352
135352
|
readonly __typename: 'BasicTopper';
|
|
@@ -139154,7 +139154,7 @@ export type ArticleQuery = {
|
|
|
139154
139154
|
readonly firstPublishedDate: string;
|
|
139155
139155
|
readonly standfirst?: string | null;
|
|
139156
139156
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
139157
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
139157
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
139158
139158
|
readonly commentsEnabled?: boolean | null;
|
|
139159
139159
|
readonly topper?: {
|
|
139160
139160
|
readonly __typename: 'BasicTopper';
|
|
@@ -142962,7 +142962,7 @@ export type ArticleQuery = {
|
|
|
142962
142962
|
readonly firstPublishedDate: string;
|
|
142963
142963
|
readonly standfirst?: string | null;
|
|
142964
142964
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
142965
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
142965
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
142966
142966
|
readonly commentsEnabled?: boolean | null;
|
|
142967
142967
|
readonly topper?: {
|
|
142968
142968
|
readonly __typename: 'BasicTopper';
|
|
@@ -150508,7 +150508,7 @@ export type ArticleQuery = {
|
|
|
150508
150508
|
readonly firstPublishedDate: string;
|
|
150509
150509
|
readonly standfirst?: string | null;
|
|
150510
150510
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
150511
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
150511
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
150512
150512
|
readonly commentsEnabled?: boolean | null;
|
|
150513
150513
|
readonly media?: ReadonlyArray<{
|
|
150514
150514
|
readonly url?: string | null;
|
|
@@ -154260,7 +154260,7 @@ export type ArticleQuery = {
|
|
|
154260
154260
|
readonly firstPublishedDate: string;
|
|
154261
154261
|
readonly standfirst?: string | null;
|
|
154262
154262
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
154263
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
154263
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
154264
154264
|
readonly commentsEnabled?: boolean | null;
|
|
154265
154265
|
readonly contains?: ReadonlyArray<{
|
|
154266
154266
|
readonly standfirst?: string | null;
|
|
@@ -158096,7 +158096,7 @@ export type ArticleQuery = {
|
|
|
158096
158096
|
readonly firstPublishedDate: string;
|
|
158097
158097
|
readonly standfirst?: string | null;
|
|
158098
158098
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
158099
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
158099
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
158100
158100
|
readonly commentsEnabled?: boolean | null;
|
|
158101
158101
|
readonly liveBlogPosts?: ReadonlyArray<{
|
|
158102
158102
|
readonly __typename: 'Article';
|
|
@@ -158107,7 +158107,7 @@ export type ArticleQuery = {
|
|
|
158107
158107
|
readonly firstPublishedDate: string;
|
|
158108
158108
|
readonly standfirst?: string | null;
|
|
158109
158109
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
158110
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
158110
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
158111
158111
|
readonly commentsEnabled?: boolean | null;
|
|
158112
158112
|
readonly topper?: {
|
|
158113
158113
|
readonly __typename: 'BasicTopper';
|
|
@@ -161855,7 +161855,7 @@ export type ArticleQuery = {
|
|
|
161855
161855
|
readonly firstPublishedDate: string;
|
|
161856
161856
|
readonly standfirst?: string | null;
|
|
161857
161857
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
161858
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
161858
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
161859
161859
|
readonly commentsEnabled?: boolean | null;
|
|
161860
161860
|
readonly topper?: {
|
|
161861
161861
|
readonly __typename: 'BasicTopper';
|
|
@@ -165603,7 +165603,7 @@ export type ArticleQuery = {
|
|
|
165603
165603
|
readonly firstPublishedDate: string;
|
|
165604
165604
|
readonly standfirst?: string | null;
|
|
165605
165605
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
165606
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
165606
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
165607
165607
|
readonly commentsEnabled?: boolean | null;
|
|
165608
165608
|
readonly topper?: {
|
|
165609
165609
|
readonly __typename: 'BasicTopper';
|
|
@@ -169351,7 +169351,7 @@ export type ArticleQuery = {
|
|
|
169351
169351
|
readonly firstPublishedDate: string;
|
|
169352
169352
|
readonly standfirst?: string | null;
|
|
169353
169353
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
169354
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
169354
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
169355
169355
|
readonly commentsEnabled?: boolean | null;
|
|
169356
169356
|
readonly topper?: {
|
|
169357
169357
|
readonly __typename: 'BasicTopper';
|
|
@@ -173099,7 +173099,7 @@ export type ArticleQuery = {
|
|
|
173099
173099
|
readonly firstPublishedDate: string;
|
|
173100
173100
|
readonly standfirst?: string | null;
|
|
173101
173101
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
173102
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
173102
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
173103
173103
|
readonly commentsEnabled?: boolean | null;
|
|
173104
173104
|
readonly topper?: {
|
|
173105
173105
|
readonly __typename: 'BasicTopper';
|
|
@@ -176847,7 +176847,7 @@ export type ArticleQuery = {
|
|
|
176847
176847
|
readonly firstPublishedDate: string;
|
|
176848
176848
|
readonly standfirst?: string | null;
|
|
176849
176849
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
176850
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
176850
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
176851
176851
|
readonly commentsEnabled?: boolean | null;
|
|
176852
176852
|
readonly topper?: {
|
|
176853
176853
|
readonly __typename: 'BasicTopper';
|
|
@@ -184333,7 +184333,7 @@ export type ArticleQuery = {
|
|
|
184333
184333
|
readonly firstPublishedDate: string;
|
|
184334
184334
|
readonly standfirst?: string | null;
|
|
184335
184335
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
184336
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
184336
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
184337
184337
|
readonly commentsEnabled?: boolean | null;
|
|
184338
184338
|
readonly topper?: {
|
|
184339
184339
|
readonly __typename: 'BasicTopper';
|
|
@@ -188081,7 +188081,7 @@ export type ArticleQuery = {
|
|
|
188081
188081
|
readonly firstPublishedDate: string;
|
|
188082
188082
|
readonly standfirst?: string | null;
|
|
188083
188083
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
188084
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
188084
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
188085
188085
|
readonly commentsEnabled?: boolean | null;
|
|
188086
188086
|
readonly topper?: {
|
|
188087
188087
|
readonly __typename: 'BasicTopper';
|
|
@@ -191836,7 +191836,7 @@ export type ArticleFromJsonQuery = {
|
|
|
191836
191836
|
readonly firstPublishedDate: string;
|
|
191837
191837
|
readonly standfirst?: string | null;
|
|
191838
191838
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
191839
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
191839
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
191840
191840
|
readonly commentsEnabled?: boolean | null;
|
|
191841
191841
|
readonly containedIn?: {
|
|
191842
191842
|
readonly __typename: 'Article';
|
|
@@ -191847,7 +191847,7 @@ export type ArticleFromJsonQuery = {
|
|
|
191847
191847
|
readonly firstPublishedDate: string;
|
|
191848
191848
|
readonly standfirst?: string | null;
|
|
191849
191849
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
191850
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
191850
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
191851
191851
|
readonly commentsEnabled?: boolean | null;
|
|
191852
191852
|
readonly topper?: {
|
|
191853
191853
|
readonly __typename: 'BasicTopper';
|
|
@@ -195655,7 +195655,7 @@ export type ArticleFromJsonQuery = {
|
|
|
195655
195655
|
readonly firstPublishedDate: string;
|
|
195656
195656
|
readonly standfirst?: string | null;
|
|
195657
195657
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
195658
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
195658
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
195659
195659
|
readonly commentsEnabled?: boolean | null;
|
|
195660
195660
|
readonly topper?: {
|
|
195661
195661
|
readonly __typename: 'BasicTopper';
|
|
@@ -199463,7 +199463,7 @@ export type ArticleFromJsonQuery = {
|
|
|
199463
199463
|
readonly firstPublishedDate: string;
|
|
199464
199464
|
readonly standfirst?: string | null;
|
|
199465
199465
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
199466
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
199466
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
199467
199467
|
readonly commentsEnabled?: boolean | null;
|
|
199468
199468
|
readonly contains?: ReadonlyArray<{
|
|
199469
199469
|
readonly standfirst?: string | null;
|
|
@@ -203362,7 +203362,7 @@ export type ArticleFromJsonQuery = {
|
|
|
203362
203362
|
readonly firstPublishedDate: string;
|
|
203363
203363
|
readonly standfirst?: string | null;
|
|
203364
203364
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
203365
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
203365
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
203366
203366
|
readonly commentsEnabled?: boolean | null;
|
|
203367
203367
|
readonly topper?: {
|
|
203368
203368
|
readonly __typename: 'BasicTopper';
|
|
@@ -207170,7 +207170,7 @@ export type ArticleFromJsonQuery = {
|
|
|
207170
207170
|
readonly firstPublishedDate: string;
|
|
207171
207171
|
readonly standfirst?: string | null;
|
|
207172
207172
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
207173
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
207173
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
207174
207174
|
readonly commentsEnabled?: boolean | null;
|
|
207175
207175
|
readonly topper?: {
|
|
207176
207176
|
readonly __typename: 'BasicTopper';
|
|
@@ -210978,7 +210978,7 @@ export type ArticleFromJsonQuery = {
|
|
|
210978
210978
|
readonly firstPublishedDate: string;
|
|
210979
210979
|
readonly standfirst?: string | null;
|
|
210980
210980
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
210981
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
210981
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
210982
210982
|
readonly commentsEnabled?: boolean | null;
|
|
210983
210983
|
readonly topper?: {
|
|
210984
210984
|
readonly __typename: 'BasicTopper';
|
|
@@ -218524,7 +218524,7 @@ export type ArticleFromJsonQuery = {
|
|
|
218524
218524
|
readonly firstPublishedDate: string;
|
|
218525
218525
|
readonly standfirst?: string | null;
|
|
218526
218526
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
218527
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
218527
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
218528
218528
|
readonly commentsEnabled?: boolean | null;
|
|
218529
218529
|
readonly media?: ReadonlyArray<{
|
|
218530
218530
|
readonly url?: string | null;
|
|
@@ -222276,7 +222276,7 @@ export type ArticleFromJsonQuery = {
|
|
|
222276
222276
|
readonly firstPublishedDate: string;
|
|
222277
222277
|
readonly standfirst?: string | null;
|
|
222278
222278
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
222279
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
222279
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
222280
222280
|
readonly commentsEnabled?: boolean | null;
|
|
222281
222281
|
readonly contains?: ReadonlyArray<{
|
|
222282
222282
|
readonly standfirst?: string | null;
|
|
@@ -226112,7 +226112,7 @@ export type ArticleFromJsonQuery = {
|
|
|
226112
226112
|
readonly firstPublishedDate: string;
|
|
226113
226113
|
readonly standfirst?: string | null;
|
|
226114
226114
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
226115
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
226115
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
226116
226116
|
readonly commentsEnabled?: boolean | null;
|
|
226117
226117
|
readonly liveBlogPosts?: ReadonlyArray<{
|
|
226118
226118
|
readonly __typename: 'Article';
|
|
@@ -226123,7 +226123,7 @@ export type ArticleFromJsonQuery = {
|
|
|
226123
226123
|
readonly firstPublishedDate: string;
|
|
226124
226124
|
readonly standfirst?: string | null;
|
|
226125
226125
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
226126
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
226126
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
226127
226127
|
readonly commentsEnabled?: boolean | null;
|
|
226128
226128
|
readonly topper?: {
|
|
226129
226129
|
readonly __typename: 'BasicTopper';
|
|
@@ -229871,7 +229871,7 @@ export type ArticleFromJsonQuery = {
|
|
|
229871
229871
|
readonly firstPublishedDate: string;
|
|
229872
229872
|
readonly standfirst?: string | null;
|
|
229873
229873
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
229874
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
229874
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
229875
229875
|
readonly commentsEnabled?: boolean | null;
|
|
229876
229876
|
readonly topper?: {
|
|
229877
229877
|
readonly __typename: 'BasicTopper';
|
|
@@ -233619,7 +233619,7 @@ export type ArticleFromJsonQuery = {
|
|
|
233619
233619
|
readonly firstPublishedDate: string;
|
|
233620
233620
|
readonly standfirst?: string | null;
|
|
233621
233621
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
233622
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
233622
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
233623
233623
|
readonly commentsEnabled?: boolean | null;
|
|
233624
233624
|
readonly topper?: {
|
|
233625
233625
|
readonly __typename: 'BasicTopper';
|
|
@@ -237367,7 +237367,7 @@ export type ArticleFromJsonQuery = {
|
|
|
237367
237367
|
readonly firstPublishedDate: string;
|
|
237368
237368
|
readonly standfirst?: string | null;
|
|
237369
237369
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
237370
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
237370
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
237371
237371
|
readonly commentsEnabled?: boolean | null;
|
|
237372
237372
|
readonly topper?: {
|
|
237373
237373
|
readonly __typename: 'BasicTopper';
|
|
@@ -241115,7 +241115,7 @@ export type ArticleFromJsonQuery = {
|
|
|
241115
241115
|
readonly firstPublishedDate: string;
|
|
241116
241116
|
readonly standfirst?: string | null;
|
|
241117
241117
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
241118
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
241118
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
241119
241119
|
readonly commentsEnabled?: boolean | null;
|
|
241120
241120
|
readonly topper?: {
|
|
241121
241121
|
readonly __typename: 'BasicTopper';
|
|
@@ -244863,7 +244863,7 @@ export type ArticleFromJsonQuery = {
|
|
|
244863
244863
|
readonly firstPublishedDate: string;
|
|
244864
244864
|
readonly standfirst?: string | null;
|
|
244865
244865
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
244866
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
244866
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
244867
244867
|
readonly commentsEnabled?: boolean | null;
|
|
244868
244868
|
readonly topper?: {
|
|
244869
244869
|
readonly __typename: 'BasicTopper';
|
|
@@ -252349,7 +252349,7 @@ export type ArticleFromJsonQuery = {
|
|
|
252349
252349
|
readonly firstPublishedDate: string;
|
|
252350
252350
|
readonly standfirst?: string | null;
|
|
252351
252351
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
252352
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
252352
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
252353
252353
|
readonly commentsEnabled?: boolean | null;
|
|
252354
252354
|
readonly topper?: {
|
|
252355
252355
|
readonly __typename: 'BasicTopper';
|
|
@@ -256097,7 +256097,7 @@ export type ArticleFromJsonQuery = {
|
|
|
256097
256097
|
readonly firstPublishedDate: string;
|
|
256098
256098
|
readonly standfirst?: string | null;
|
|
256099
256099
|
readonly accessLevel?: 'premium' | 'subscribed' | 'registered' | 'free' | null;
|
|
256100
|
-
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | null;
|
|
256100
|
+
readonly canBeSyndicated?: 'yes' | 'no' | 'verify' | 'withContributorPayment' | 'unknown' | null;
|
|
256101
256101
|
readonly commentsEnabled?: boolean | null;
|
|
256102
256102
|
readonly topper?: {
|
|
256103
256103
|
readonly __typename: 'BasicTopper';
|
package/lib/schema-version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.7.
|
|
1
|
+
export declare const version = "0.7.27";
|
package/lib/schema-version.js
CHANGED