@supernova-studio/model 0.47.54 → 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.d.mts CHANGED
@@ -71046,6 +71046,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71046
71046
  userSlug?: string | undefined;
71047
71047
  }>;
71048
71048
  pageContentHash: z.ZodString;
71049
+ pageContentStorageKey: z.ZodString;
71049
71050
  }>, "strip", z.ZodTypeAny, {
71050
71051
  id: string;
71051
71052
  createdAt: Date;
@@ -71104,6 +71105,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71104
71105
  };
71105
71106
  reason: "Publish" | "Deletion";
71106
71107
  pageContentHash: string;
71108
+ pageContentStorageKey: string;
71107
71109
  }, {
71108
71110
  id: string;
71109
71111
  createdAt: Date;
@@ -71528,6 +71530,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71528
71530
  };
71529
71531
  reason: "Publish" | "Deletion";
71530
71532
  pageContentHash: string;
71533
+ pageContentStorageKey: string;
71531
71534
  }>;
71532
71535
  type DocumentationPageSnapshot = z.infer<typeof DocumentationPageSnapshot>;
71533
71536
  type CreateDocumentationPageSnapshot = DbCreateInputOmit<DocumentationPageSnapshot>;
@@ -136644,6 +136647,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
136644
136647
  userSlug?: string | undefined;
136645
136648
  }>;
136646
136649
  pageContentHash: z.ZodString;
136650
+ pageContentStorageKey: z.ZodString;
136647
136651
  }>, "strip", z.ZodTypeAny, {
136648
136652
  id: string;
136649
136653
  createdAt: Date;
@@ -136702,6 +136706,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
136702
136706
  };
136703
136707
  reason: "Publish" | "Deletion";
136704
136708
  pageContentHash: string;
136709
+ pageContentStorageKey: string;
136705
136710
  }, {
136706
136711
  id: string;
136707
136712
  createdAt: Date;
@@ -137126,6 +137131,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
137126
137131
  };
137127
137132
  reason: "Publish" | "Deletion";
137128
137133
  pageContentHash: string;
137134
+ pageContentStorageKey: string;
137129
137135
  }>, "many">;
137130
137136
  publishedGroupSnapshots: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
137131
137137
  id: z.ZodString;
@@ -139011,6 +139017,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139011
139017
  userSlug?: string | undefined;
139012
139018
  }>;
139013
139019
  pageContentHash: z.ZodString;
139020
+ pageContentStorageKey: z.ZodString;
139014
139021
  }>, "strip", z.ZodTypeAny, {
139015
139022
  id: string;
139016
139023
  createdAt: Date;
@@ -139069,6 +139076,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139069
139076
  };
139070
139077
  reason: "Publish" | "Deletion";
139071
139078
  pageContentHash: string;
139079
+ pageContentStorageKey: string;
139072
139080
  }, {
139073
139081
  id: string;
139074
139082
  createdAt: Date;
@@ -139493,6 +139501,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139493
139501
  };
139494
139502
  reason: "Publish" | "Deletion";
139495
139503
  pageContentHash: string;
139504
+ pageContentStorageKey: string;
139496
139505
  }>, "many">;
139497
139506
  deletedGroupSnapshots: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
139498
139507
  id: z.ZodString;
@@ -140113,6 +140122,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
140113
140122
  };
140114
140123
  reason: "Publish" | "Deletion";
140115
140124
  pageContentHash: string;
140125
+ pageContentStorageKey: string;
140116
140126
  }[];
140117
140127
  publishedGroupSnapshots: {
140118
140128
  id: string;
@@ -140232,6 +140242,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
140232
140242
  };
140233
140243
  reason: "Publish" | "Deletion";
140234
140244
  pageContentHash: string;
140245
+ pageContentStorageKey: string;
140235
140246
  }[];
140236
140247
  deletedGroupSnapshots: {
140237
140248
  id: string;
@@ -141190,6 +141201,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141190
141201
  };
141191
141202
  reason: "Publish" | "Deletion";
141192
141203
  pageContentHash: string;
141204
+ pageContentStorageKey: string;
141193
141205
  }[];
141194
141206
  publishedGroupSnapshots: {
141195
141207
  id: string;
@@ -141675,6 +141687,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141675
141687
  };
141676
141688
  reason: "Publish" | "Deletion";
141677
141689
  pageContentHash: string;
141690
+ pageContentStorageKey: string;
141678
141691
  }[];
141679
141692
  deletedGroupSnapshots: {
141680
141693
  id: string;
package/dist/index.d.ts CHANGED
@@ -71046,6 +71046,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71046
71046
  userSlug?: string | undefined;
71047
71047
  }>;
71048
71048
  pageContentHash: z.ZodString;
71049
+ pageContentStorageKey: z.ZodString;
71049
71050
  }>, "strip", z.ZodTypeAny, {
71050
71051
  id: string;
71051
71052
  createdAt: Date;
@@ -71104,6 +71105,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71104
71105
  };
71105
71106
  reason: "Publish" | "Deletion";
71106
71107
  pageContentHash: string;
71108
+ pageContentStorageKey: string;
71107
71109
  }, {
71108
71110
  id: string;
71109
71111
  createdAt: Date;
@@ -71528,6 +71530,7 @@ declare const DocumentationPageSnapshot: z.ZodObject<z.objectUtil.extendShape<{
71528
71530
  };
71529
71531
  reason: "Publish" | "Deletion";
71530
71532
  pageContentHash: string;
71533
+ pageContentStorageKey: string;
71531
71534
  }>;
71532
71535
  type DocumentationPageSnapshot = z.infer<typeof DocumentationPageSnapshot>;
71533
71536
  type CreateDocumentationPageSnapshot = DbCreateInputOmit<DocumentationPageSnapshot>;
@@ -136644,6 +136647,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
136644
136647
  userSlug?: string | undefined;
136645
136648
  }>;
136646
136649
  pageContentHash: z.ZodString;
136650
+ pageContentStorageKey: z.ZodString;
136647
136651
  }>, "strip", z.ZodTypeAny, {
136648
136652
  id: string;
136649
136653
  createdAt: Date;
@@ -136702,6 +136706,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
136702
136706
  };
136703
136707
  reason: "Publish" | "Deletion";
136704
136708
  pageContentHash: string;
136709
+ pageContentStorageKey: string;
136705
136710
  }, {
136706
136711
  id: string;
136707
136712
  createdAt: Date;
@@ -137126,6 +137131,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
137126
137131
  };
137127
137132
  reason: "Publish" | "Deletion";
137128
137133
  pageContentHash: string;
137134
+ pageContentStorageKey: string;
137129
137135
  }>, "many">;
137130
137136
  publishedGroupSnapshots: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
137131
137137
  id: z.ZodString;
@@ -139011,6 +139017,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139011
139017
  userSlug?: string | undefined;
139012
139018
  }>;
139013
139019
  pageContentHash: z.ZodString;
139020
+ pageContentStorageKey: z.ZodString;
139014
139021
  }>, "strip", z.ZodTypeAny, {
139015
139022
  id: string;
139016
139023
  createdAt: Date;
@@ -139069,6 +139076,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139069
139076
  };
139070
139077
  reason: "Publish" | "Deletion";
139071
139078
  pageContentHash: string;
139079
+ pageContentStorageKey: string;
139072
139080
  }, {
139073
139081
  id: string;
139074
139082
  createdAt: Date;
@@ -139493,6 +139501,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
139493
139501
  };
139494
139502
  reason: "Publish" | "Deletion";
139495
139503
  pageContentHash: string;
139504
+ pageContentStorageKey: string;
139496
139505
  }>, "many">;
139497
139506
  deletedGroupSnapshots: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
139498
139507
  id: z.ZodString;
@@ -140113,6 +140122,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
140113
140122
  };
140114
140123
  reason: "Publish" | "Deletion";
140115
140124
  pageContentHash: string;
140125
+ pageContentStorageKey: string;
140116
140126
  }[];
140117
140127
  publishedGroupSnapshots: {
140118
140128
  id: string;
@@ -140232,6 +140242,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
140232
140242
  };
140233
140243
  reason: "Publish" | "Deletion";
140234
140244
  pageContentHash: string;
140245
+ pageContentStorageKey: string;
140235
140246
  }[];
140236
140247
  deletedGroupSnapshots: {
140237
140248
  id: string;
@@ -141190,6 +141201,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141190
141201
  };
141191
141202
  reason: "Publish" | "Deletion";
141192
141203
  pageContentHash: string;
141204
+ pageContentStorageKey: string;
141193
141205
  }[];
141194
141206
  publishedGroupSnapshots: {
141195
141207
  id: string;
@@ -141675,6 +141687,7 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
141675
141687
  };
141676
141688
  reason: "Publish" | "Deletion";
141677
141689
  pageContentHash: string;
141690
+ pageContentStorageKey: string;
141678
141691
  }[];
141679
141692
  deletedGroupSnapshots: {
141680
141693
  id: string;
package/dist/index.js CHANGED
@@ -2836,7 +2836,8 @@ var DesignElementSnapshotBase = _zod.z.object({
2836
2836
 
2837
2837
  var DocumentationPageSnapshot = DesignElementSnapshotBase.extend({
2838
2838
  page: DocumentationPageV2,
2839
- pageContentHash: _zod.z.string()
2839
+ pageContentHash: _zod.z.string(),
2840
+ pageContentStorageKey: _zod.z.string()
2840
2841
  });
2841
2842
 
2842
2843
  // src/dsm/element-snapshots/group-snapshot.ts