@financial-times/cp-content-pipeline-schema 2.3.1 → 2.4.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.
@@ -127,7 +127,7 @@ type LiveBlogPackage implements Content {
127
127
  originatingParty: String
128
128
  commentsEnabled: Boolean
129
129
  design: Design
130
- liveBlogPosts(includePinned: Boolean): [Content]
130
+ liveBlogPosts(includePinned: Boolean @deprecated(reason: "avoiding breaking change, will remove argument on next major release")): [Content]
131
131
  pinnedPost: Content
132
132
  realtime: Boolean
133
133
  }
@@ -158,6 +158,7 @@ type LiveBlogPost implements Content {
158
158
  design: Design
159
159
  containedIn: Content
160
160
  indicators: Indicators
161
+ isPinned: Boolean
161
162
  }
162
163
 
163
164
  type Audio implements Content {