@financial-times/cp-content-pipeline-client 3.0.3 → 3.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/generated/index.d.ts
CHANGED
|
@@ -113,6 +113,7 @@ export type Article = Content & {
|
|
|
113
113
|
readonly editorialDesk?: Maybe<Scalars['String']['output']>;
|
|
114
114
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
115
115
|
readonly id: Scalars['ID']['output'];
|
|
116
|
+
readonly indicators?: Maybe<Indicators>;
|
|
116
117
|
readonly instantAlertConcept?: Maybe<Concept>;
|
|
117
118
|
readonly mainImage?: Maybe<Image>;
|
|
118
119
|
readonly originatingParty?: Maybe<Scalars['String']['output']>;
|
|
@@ -145,6 +146,7 @@ export type Audio = Content & {
|
|
|
145
146
|
readonly editorialDesk?: Maybe<Scalars['String']['output']>;
|
|
146
147
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
147
148
|
readonly id: Scalars['ID']['output'];
|
|
149
|
+
readonly indicators?: Maybe<Indicators>;
|
|
148
150
|
readonly instantAlertConcept?: Maybe<Concept>;
|
|
149
151
|
readonly mainImage?: Maybe<Image>;
|
|
150
152
|
readonly media?: Maybe<ReadonlyArray<Maybe<Media>>>;
|
|
@@ -255,6 +257,7 @@ export type Content = {
|
|
|
255
257
|
readonly editorialDesk?: Maybe<Scalars['String']['output']>;
|
|
256
258
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
257
259
|
readonly id: Scalars['ID']['output'];
|
|
260
|
+
readonly indicators?: Maybe<Indicators>;
|
|
258
261
|
readonly instantAlertConcept?: Maybe<Concept>;
|
|
259
262
|
readonly mainImage?: Maybe<Image>;
|
|
260
263
|
readonly originatingParty?: Maybe<Scalars['String']['output']>;
|
|
@@ -289,6 +292,7 @@ export type ContentPackage = Content & {
|
|
|
289
292
|
readonly editorialDesk?: Maybe<Scalars['String']['output']>;
|
|
290
293
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
291
294
|
readonly id: Scalars['ID']['output'];
|
|
295
|
+
readonly indicators?: Maybe<Indicators>;
|
|
292
296
|
readonly instantAlertConcept?: Maybe<Concept>;
|
|
293
297
|
readonly mainImage?: Maybe<Image>;
|
|
294
298
|
readonly originatingParty?: Maybe<Scalars['String']['output']>;
|
|
@@ -566,6 +570,7 @@ export type LiveBlogPackage = Content & {
|
|
|
566
570
|
readonly editorialDesk?: Maybe<Scalars['String']['output']>;
|
|
567
571
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
568
572
|
readonly id: Scalars['ID']['output'];
|
|
573
|
+
readonly indicators?: Maybe<Indicators>;
|
|
569
574
|
readonly instantAlertConcept?: Maybe<Concept>;
|
|
570
575
|
readonly liveBlogPosts?: Maybe<ReadonlyArray<Maybe<Content>>>;
|
|
571
576
|
readonly mainImage?: Maybe<Image>;
|
|
@@ -605,6 +610,7 @@ export type LiveBlogPost = Content & {
|
|
|
605
610
|
readonly editorialDesk?: Maybe<Scalars['String']['output']>;
|
|
606
611
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
607
612
|
readonly id: Scalars['ID']['output'];
|
|
613
|
+
readonly indicators?: Maybe<Indicators>;
|
|
608
614
|
readonly instantAlertConcept?: Maybe<Concept>;
|
|
609
615
|
readonly mainImage?: Maybe<Image>;
|
|
610
616
|
readonly originatingParty?: Maybe<Scalars['String']['output']>;
|
|
@@ -709,6 +715,7 @@ export type Placeholder = Content & {
|
|
|
709
715
|
readonly editorialDesk?: Maybe<Scalars['String']['output']>;
|
|
710
716
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
711
717
|
readonly id: Scalars['ID']['output'];
|
|
718
|
+
readonly indicators?: Maybe<Indicators>;
|
|
712
719
|
readonly instantAlertConcept?: Maybe<Concept>;
|
|
713
720
|
readonly mainImage?: Maybe<Image>;
|
|
714
721
|
readonly originatingParty?: Maybe<Scalars['String']['output']>;
|
|
@@ -878,6 +885,7 @@ export type Video = Content & {
|
|
|
878
885
|
readonly editorialDesk?: Maybe<Scalars['String']['output']>;
|
|
879
886
|
readonly firstPublishedDate: Scalars['String']['output'];
|
|
880
887
|
readonly id: Scalars['ID']['output'];
|
|
888
|
+
readonly indicators?: Maybe<Indicators>;
|
|
881
889
|
readonly instantAlertConcept?: Maybe<Concept>;
|
|
882
890
|
readonly mainImage?: Maybe<Image>;
|
|
883
891
|
readonly originatingParty?: Maybe<Scalars['String']['output']>;
|
|
@@ -124135,6 +124143,9 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
124135
124143
|
readonly originatingParty?: string | null;
|
|
124136
124144
|
readonly commentsEnabled?: boolean | null;
|
|
124137
124145
|
readonly editorialDesk?: string | null;
|
|
124146
|
+
readonly indicators?: {
|
|
124147
|
+
readonly isOpinion?: boolean | null;
|
|
124148
|
+
} | null;
|
|
124138
124149
|
readonly topper?: {
|
|
124139
124150
|
readonly __typename: 'BasicTopper';
|
|
124140
124151
|
readonly headline: string;
|
|
@@ -128077,6 +128088,9 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
128077
128088
|
readonly originatingParty?: string | null;
|
|
128078
128089
|
readonly commentsEnabled?: boolean | null;
|
|
128079
128090
|
readonly editorialDesk?: string | null;
|
|
128091
|
+
readonly indicators?: {
|
|
128092
|
+
readonly isOpinion?: boolean | null;
|
|
128093
|
+
} | null;
|
|
128080
128094
|
readonly topper?: {
|
|
128081
128095
|
readonly __typename: 'BasicTopper';
|
|
128082
128096
|
readonly headline: string;
|
|
@@ -132019,6 +132033,9 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
132019
132033
|
readonly originatingParty?: string | null;
|
|
132020
132034
|
readonly commentsEnabled?: boolean | null;
|
|
132021
132035
|
readonly editorialDesk?: string | null;
|
|
132036
|
+
readonly indicators?: {
|
|
132037
|
+
readonly isOpinion?: boolean | null;
|
|
132038
|
+
} | null;
|
|
132022
132039
|
readonly topper?: {
|
|
132023
132040
|
readonly __typename: 'BasicTopper';
|
|
132024
132041
|
readonly headline: string;
|
|
@@ -135961,6 +135978,9 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
135961
135978
|
readonly originatingParty?: string | null;
|
|
135962
135979
|
readonly commentsEnabled?: boolean | null;
|
|
135963
135980
|
readonly editorialDesk?: string | null;
|
|
135981
|
+
readonly indicators?: {
|
|
135982
|
+
readonly isOpinion?: boolean | null;
|
|
135983
|
+
} | null;
|
|
135964
135984
|
readonly topper?: {
|
|
135965
135985
|
readonly __typename: 'BasicTopper';
|
|
135966
135986
|
readonly headline: string;
|
|
@@ -139903,6 +139923,9 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
139903
139923
|
readonly originatingParty?: string | null;
|
|
139904
139924
|
readonly commentsEnabled?: boolean | null;
|
|
139905
139925
|
readonly editorialDesk?: string | null;
|
|
139926
|
+
readonly indicators?: {
|
|
139927
|
+
readonly isOpinion?: boolean | null;
|
|
139928
|
+
} | null;
|
|
139906
139929
|
readonly topper?: {
|
|
139907
139930
|
readonly __typename: 'BasicTopper';
|
|
139908
139931
|
readonly headline: string;
|
|
@@ -143845,6 +143868,9 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
143845
143868
|
readonly originatingParty?: string | null;
|
|
143846
143869
|
readonly commentsEnabled?: boolean | null;
|
|
143847
143870
|
readonly editorialDesk?: string | null;
|
|
143871
|
+
readonly indicators?: {
|
|
143872
|
+
readonly isOpinion?: boolean | null;
|
|
143873
|
+
} | null;
|
|
143848
143874
|
readonly topper?: {
|
|
143849
143875
|
readonly __typename: 'BasicTopper';
|
|
143850
143876
|
readonly headline: string;
|
|
@@ -147787,6 +147813,9 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
147787
147813
|
readonly originatingParty?: string | null;
|
|
147788
147814
|
readonly commentsEnabled?: boolean | null;
|
|
147789
147815
|
readonly editorialDesk?: string | null;
|
|
147816
|
+
readonly indicators?: {
|
|
147817
|
+
readonly isOpinion?: boolean | null;
|
|
147818
|
+
} | null;
|
|
147790
147819
|
readonly topper?: {
|
|
147791
147820
|
readonly __typename: 'BasicTopper';
|
|
147792
147821
|
readonly headline: string;
|
|
@@ -280851,6 +280880,9 @@ export type ArticleQuery = {
|
|
|
280851
280880
|
readonly originatingParty?: string | null;
|
|
280852
280881
|
readonly commentsEnabled?: boolean | null;
|
|
280853
280882
|
readonly editorialDesk?: string | null;
|
|
280883
|
+
readonly indicators?: {
|
|
280884
|
+
readonly isOpinion?: boolean | null;
|
|
280885
|
+
} | null;
|
|
280854
280886
|
readonly topper?: {
|
|
280855
280887
|
readonly __typename: 'BasicTopper';
|
|
280856
280888
|
readonly headline: string;
|
|
@@ -284793,6 +284825,9 @@ export type ArticleQuery = {
|
|
|
284793
284825
|
readonly originatingParty?: string | null;
|
|
284794
284826
|
readonly commentsEnabled?: boolean | null;
|
|
284795
284827
|
readonly editorialDesk?: string | null;
|
|
284828
|
+
readonly indicators?: {
|
|
284829
|
+
readonly isOpinion?: boolean | null;
|
|
284830
|
+
} | null;
|
|
284796
284831
|
readonly topper?: {
|
|
284797
284832
|
readonly __typename: 'BasicTopper';
|
|
284798
284833
|
readonly headline: string;
|
|
@@ -288735,6 +288770,9 @@ export type ArticleQuery = {
|
|
|
288735
288770
|
readonly originatingParty?: string | null;
|
|
288736
288771
|
readonly commentsEnabled?: boolean | null;
|
|
288737
288772
|
readonly editorialDesk?: string | null;
|
|
288773
|
+
readonly indicators?: {
|
|
288774
|
+
readonly isOpinion?: boolean | null;
|
|
288775
|
+
} | null;
|
|
288738
288776
|
readonly topper?: {
|
|
288739
288777
|
readonly __typename: 'BasicTopper';
|
|
288740
288778
|
readonly headline: string;
|
|
@@ -292677,6 +292715,9 @@ export type ArticleQuery = {
|
|
|
292677
292715
|
readonly originatingParty?: string | null;
|
|
292678
292716
|
readonly commentsEnabled?: boolean | null;
|
|
292679
292717
|
readonly editorialDesk?: string | null;
|
|
292718
|
+
readonly indicators?: {
|
|
292719
|
+
readonly isOpinion?: boolean | null;
|
|
292720
|
+
} | null;
|
|
292680
292721
|
readonly topper?: {
|
|
292681
292722
|
readonly __typename: 'BasicTopper';
|
|
292682
292723
|
readonly headline: string;
|
|
@@ -296619,6 +296660,9 @@ export type ArticleQuery = {
|
|
|
296619
296660
|
readonly originatingParty?: string | null;
|
|
296620
296661
|
readonly commentsEnabled?: boolean | null;
|
|
296621
296662
|
readonly editorialDesk?: string | null;
|
|
296663
|
+
readonly indicators?: {
|
|
296664
|
+
readonly isOpinion?: boolean | null;
|
|
296665
|
+
} | null;
|
|
296622
296666
|
readonly topper?: {
|
|
296623
296667
|
readonly __typename: 'BasicTopper';
|
|
296624
296668
|
readonly headline: string;
|
|
@@ -300561,6 +300605,9 @@ export type ArticleQuery = {
|
|
|
300561
300605
|
readonly originatingParty?: string | null;
|
|
300562
300606
|
readonly commentsEnabled?: boolean | null;
|
|
300563
300607
|
readonly editorialDesk?: string | null;
|
|
300608
|
+
readonly indicators?: {
|
|
300609
|
+
readonly isOpinion?: boolean | null;
|
|
300610
|
+
} | null;
|
|
300564
300611
|
readonly topper?: {
|
|
300565
300612
|
readonly __typename: 'BasicTopper';
|
|
300566
300613
|
readonly headline: string;
|
|
@@ -304503,6 +304550,9 @@ export type ArticleQuery = {
|
|
|
304503
304550
|
readonly originatingParty?: string | null;
|
|
304504
304551
|
readonly commentsEnabled?: boolean | null;
|
|
304505
304552
|
readonly editorialDesk?: string | null;
|
|
304553
|
+
readonly indicators?: {
|
|
304554
|
+
readonly isOpinion?: boolean | null;
|
|
304555
|
+
} | null;
|
|
304506
304556
|
readonly topper?: {
|
|
304507
304557
|
readonly __typename: 'BasicTopper';
|
|
304508
304558
|
readonly headline: string;
|
|
@@ -437565,6 +437615,9 @@ export type ArticleFromJsonQuery = {
|
|
|
437565
437615
|
readonly originatingParty?: string | null;
|
|
437566
437616
|
readonly commentsEnabled?: boolean | null;
|
|
437567
437617
|
readonly editorialDesk?: string | null;
|
|
437618
|
+
readonly indicators?: {
|
|
437619
|
+
readonly isOpinion?: boolean | null;
|
|
437620
|
+
} | null;
|
|
437568
437621
|
readonly topper?: {
|
|
437569
437622
|
readonly __typename: 'BasicTopper';
|
|
437570
437623
|
readonly headline: string;
|
|
@@ -441507,6 +441560,9 @@ export type ArticleFromJsonQuery = {
|
|
|
441507
441560
|
readonly originatingParty?: string | null;
|
|
441508
441561
|
readonly commentsEnabled?: boolean | null;
|
|
441509
441562
|
readonly editorialDesk?: string | null;
|
|
441563
|
+
readonly indicators?: {
|
|
441564
|
+
readonly isOpinion?: boolean | null;
|
|
441565
|
+
} | null;
|
|
441510
441566
|
readonly topper?: {
|
|
441511
441567
|
readonly __typename: 'BasicTopper';
|
|
441512
441568
|
readonly headline: string;
|
|
@@ -445449,6 +445505,9 @@ export type ArticleFromJsonQuery = {
|
|
|
445449
445505
|
readonly originatingParty?: string | null;
|
|
445450
445506
|
readonly commentsEnabled?: boolean | null;
|
|
445451
445507
|
readonly editorialDesk?: string | null;
|
|
445508
|
+
readonly indicators?: {
|
|
445509
|
+
readonly isOpinion?: boolean | null;
|
|
445510
|
+
} | null;
|
|
445452
445511
|
readonly topper?: {
|
|
445453
445512
|
readonly __typename: 'BasicTopper';
|
|
445454
445513
|
readonly headline: string;
|
|
@@ -449391,6 +449450,9 @@ export type ArticleFromJsonQuery = {
|
|
|
449391
449450
|
readonly originatingParty?: string | null;
|
|
449392
449451
|
readonly commentsEnabled?: boolean | null;
|
|
449393
449452
|
readonly editorialDesk?: string | null;
|
|
449453
|
+
readonly indicators?: {
|
|
449454
|
+
readonly isOpinion?: boolean | null;
|
|
449455
|
+
} | null;
|
|
449394
449456
|
readonly topper?: {
|
|
449395
449457
|
readonly __typename: 'BasicTopper';
|
|
449396
449458
|
readonly headline: string;
|
|
@@ -453333,6 +453395,9 @@ export type ArticleFromJsonQuery = {
|
|
|
453333
453395
|
readonly originatingParty?: string | null;
|
|
453334
453396
|
readonly commentsEnabled?: boolean | null;
|
|
453335
453397
|
readonly editorialDesk?: string | null;
|
|
453398
|
+
readonly indicators?: {
|
|
453399
|
+
readonly isOpinion?: boolean | null;
|
|
453400
|
+
} | null;
|
|
453336
453401
|
readonly topper?: {
|
|
453337
453402
|
readonly __typename: 'BasicTopper';
|
|
453338
453403
|
readonly headline: string;
|
|
@@ -457275,6 +457340,9 @@ export type ArticleFromJsonQuery = {
|
|
|
457275
457340
|
readonly originatingParty?: string | null;
|
|
457276
457341
|
readonly commentsEnabled?: boolean | null;
|
|
457277
457342
|
readonly editorialDesk?: string | null;
|
|
457343
|
+
readonly indicators?: {
|
|
457344
|
+
readonly isOpinion?: boolean | null;
|
|
457345
|
+
} | null;
|
|
457278
457346
|
readonly topper?: {
|
|
457279
457347
|
readonly __typename: 'BasicTopper';
|
|
457280
457348
|
readonly headline: string;
|
|
@@ -461217,6 +461285,9 @@ export type ArticleFromJsonQuery = {
|
|
|
461217
461285
|
readonly originatingParty?: string | null;
|
|
461218
461286
|
readonly commentsEnabled?: boolean | null;
|
|
461219
461287
|
readonly editorialDesk?: string | null;
|
|
461288
|
+
readonly indicators?: {
|
|
461289
|
+
readonly isOpinion?: boolean | null;
|
|
461290
|
+
} | null;
|
|
461220
461291
|
readonly topper?: {
|
|
461221
461292
|
readonly __typename: 'BasicTopper';
|
|
461222
461293
|
readonly headline: string;
|
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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"}
|