contentful 11.8.13 → 11.9.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.
@@ -108,6 +108,13 @@ export interface CreateClientParams {
108
108
  * This feature is only available when using the Content Preview API.
109
109
  */
110
110
  includeContentSourceMaps?: boolean;
111
+ /**
112
+ * Enable Timeline Preview.
113
+ *
114
+ * @remarks
115
+ * This feature is only available when using the Content Preview API.
116
+ */
117
+ timelinePreview?: TimelinePreview;
111
118
  /**
112
119
  * Enable alpha features.
113
120
  */
@@ -118,8 +125,11 @@ export interface CreateClientParams {
118
125
  includeContentSourceMaps?: boolean;
119
126
  /**
120
127
  * Enable Timeline Preview.
128
+ *
121
129
  * @remarks
122
- * This feature is only available in private beta when using the Content Preview API.
130
+ * This feature is only available when using the Content Preview API.
131
+ *
132
+ * @deprecated Use the `timelinePreview` option directly instead.
123
133
  */
124
134
  timelinePreview?: TimelinePreview;
125
135
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "contentful",
3
3
  "description": "Client for Contentful's Content Delivery API",
4
- "version": "11.8.13",
4
+ "version": "11.9.0",
5
5
  "homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",
6
6
  "type": "module",
7
7
  "exports": {