@supernova-studio/model 0.47.53 → 0.47.55

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
@@ -2836,7 +2836,8 @@ var DesignElementSnapshotBase = z105.object({
2836
2836
  import { z as z106 } from "zod";
2837
2837
  var DocumentationPageSnapshot = DesignElementSnapshotBase.extend({
2838
2838
  page: DocumentationPageV2,
2839
- pageContentHash: z106.string()
2839
+ pageContentHash: z106.string(),
2840
+ pageContentStorageKey: z106.string()
2840
2841
  });
2841
2842
 
2842
2843
  // src/dsm/element-snapshots/group-snapshot.ts