@supernova-studio/model 0.48.4 → 0.48.6

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/dist/index.mjs CHANGED
@@ -3289,6 +3289,8 @@ var DesignSystemVersionRoomInternalSettings = z123.object({
3289
3289
  var DesignSystemVersionRoomInitialState = z123.object({
3290
3290
  pages: z123.array(DocumentationPageV2),
3291
3291
  groups: z123.array(ElementGroup),
3292
+ pageSnapshots: z123.array(DocumentationPageSnapshot),
3293
+ groupSnapshots: z123.array(ElementGroupSnapshot),
3292
3294
  internalSettings: DesignSystemVersionRoomInternalSettings
3293
3295
  });
3294
3296
  var DesignSystemVersionRoomUpdate = z123.object({