You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
## Migrating from v3 to v4
2
2
3
-
This document outlines the necessary change made to the `ISystemFields` interface.
4
-
The `publish_details` field is no longer an array of objects — it is now a single object.
3
+
This changelog documents a breaking change to the `ISystemFields` interface, specifically related to the `publish_details` field.
5
4
6
-
This update aligns the generated types with the actual Contentstack API response.
5
+
## What Changed
7
6
7
+
The `publish_details` field is no longer an array of objects. It is now represented as a single `IPublishDetails` object.
8
8
9
+
This update aligns the generated types with the actual [Contentstack API](https://www.contentstack.com/docs/developers/apis/content-delivery-api) response.
This document outlines the necessary changes to separate nested modular blocks into distinct interfaces. This update will affect how modular blocks are structured and used throughout the codebase.
0 commit comments