@financial-times/cp-content-pipeline-schema 2.15.0 → 2.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/lib/generated/index.d.ts +16 -16
- package/lib/model/CapiResponse.d.ts +1 -1
- package/lib/model/CapiResponse.js +1 -1
- package/lib/model/CapiResponse.js.map +1 -1
- package/lib/model/schemas/capi/article.d.ts +3 -3
- package/lib/model/schemas/capi/audio.d.ts +3 -3
- package/lib/model/schemas/capi/base-schema.d.ts +3 -3
- package/lib/model/schemas/capi/base-schema.js +1 -1
- package/lib/model/schemas/capi/base-schema.js.map +1 -1
- package/lib/model/schemas/capi/content-package.d.ts +3 -3
- package/lib/model/schemas/capi/index.d.ts +15 -15
- package/lib/model/schemas/capi/live-blog-package.d.ts +3 -3
- package/lib/model/schemas/capi/placeholder.d.ts +3 -3
- package/lib/model/schemas/capi/video.d.ts +3 -3
- package/lib/resolvers/content.d.ts +8 -8
- package/lib/resolvers/index.d.ts +8 -8
- package/package.json +1 -1
- package/src/generated/index.ts +16 -16
- package/src/model/CapiResponse.ts +1 -1
- package/src/model/schemas/capi/base-schema.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/typedefs/content.graphql +8 -8
package/typedefs/content.graphql
CHANGED
|
@@ -78,7 +78,7 @@ interface Content {
|
|
|
78
78
|
firstPublishedDate: String!
|
|
79
79
|
|
|
80
80
|
"A string ID used to trace content publishes through the pipeline, e.g. 'republish_tid_JNhUrBjdXo'."
|
|
81
|
-
publishReference: String
|
|
81
|
+
publishReference: String
|
|
82
82
|
|
|
83
83
|
"An image object containing the url and the caption, to be displayed usually before the article content."
|
|
84
84
|
mainImage: Image
|
|
@@ -155,7 +155,7 @@ type Article implements Content {
|
|
|
155
155
|
firstPublishedDate: String!
|
|
156
156
|
|
|
157
157
|
"A string ID used to trace content publishes through the pipeline, e.g. 'republish_tid_JNhUrBjdXo'."
|
|
158
|
-
publishReference: String
|
|
158
|
+
publishReference: String
|
|
159
159
|
|
|
160
160
|
"An image object containing the url and the caption, to be displayed usually before the article content."
|
|
161
161
|
mainImage: Image
|
|
@@ -235,7 +235,7 @@ type Placeholder implements Content {
|
|
|
235
235
|
firstPublishedDate: String!
|
|
236
236
|
|
|
237
237
|
"A string ID used to trace content publishes through the pipeline, e.g. 'republish_tid_JNhUrBjdXo'."
|
|
238
|
-
publishReference: String
|
|
238
|
+
publishReference: String
|
|
239
239
|
|
|
240
240
|
"An image object containing the url and the caption, to be displayed usually before the article content."
|
|
241
241
|
mainImage: Image
|
|
@@ -315,7 +315,7 @@ type LiveBlogPackage implements Content {
|
|
|
315
315
|
firstPublishedDate: String!
|
|
316
316
|
|
|
317
317
|
"A string ID used to trace content publishes through the pipeline, e.g. 'republish_tid_JNhUrBjdXo'."
|
|
318
|
-
publishReference: String
|
|
318
|
+
publishReference: String
|
|
319
319
|
|
|
320
320
|
"An image object containing the url and the caption, to be displayed usually before the article content."
|
|
321
321
|
mainImage: Image
|
|
@@ -406,7 +406,7 @@ type LiveBlogPost implements Content {
|
|
|
406
406
|
firstPublishedDate: String!
|
|
407
407
|
|
|
408
408
|
"A string ID used to trace content publishes through the pipeline, e.g. 'republish_tid_JNhUrBjdXo'."
|
|
409
|
-
publishReference: String
|
|
409
|
+
publishReference: String
|
|
410
410
|
|
|
411
411
|
"An image object containing the url and the caption, to be displayed usually before the article content."
|
|
412
412
|
mainImage: Image
|
|
@@ -493,7 +493,7 @@ type Audio implements Content {
|
|
|
493
493
|
firstPublishedDate: String!
|
|
494
494
|
|
|
495
495
|
"A string ID used to trace content publishes through the pipeline, e.g. 'republish_tid_JNhUrBjdXo'."
|
|
496
|
-
publishReference: String
|
|
496
|
+
publishReference: String
|
|
497
497
|
|
|
498
498
|
"An image object containing the url and the caption, to be displayed usually before the article content."
|
|
499
499
|
mainImage: Image
|
|
@@ -573,7 +573,7 @@ type Video implements Content {
|
|
|
573
573
|
firstPublishedDate: String!
|
|
574
574
|
|
|
575
575
|
"A string ID used to trace content publishes through the pipeline, e.g. 'republish_tid_JNhUrBjdXo'."
|
|
576
|
-
publishReference: String
|
|
576
|
+
publishReference: String
|
|
577
577
|
|
|
578
578
|
"An image object containing the url and the caption, to be displayed usually before the article content."
|
|
579
579
|
mainImage: Image
|
|
@@ -650,7 +650,7 @@ type ContentPackage implements Content {
|
|
|
650
650
|
firstPublishedDate: String!
|
|
651
651
|
|
|
652
652
|
"A string ID used to trace content publishes through the pipeline, e.g. 'republish_tid_JNhUrBjdXo'."
|
|
653
|
-
publishReference: String
|
|
653
|
+
publishReference: String
|
|
654
654
|
|
|
655
655
|
"An image object containing the url and the caption, to be displayed usually before the article content."
|
|
656
656
|
mainImage: Image
|