@supernova-studio/model 0.59.18 → 0.59.19

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
@@ -179869,8 +179869,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
179869
179869
  })[];
179870
179870
  }>;
179871
179871
  contentHash: z.ZodString;
179872
- snapshotId: z.ZodString;
179873
- roomId: z.ZodOptional<z.ZodString>;
179874
179872
  }, "strip", z.ZodTypeAny, {
179875
179873
  page: {
179876
179874
  data: {
@@ -180067,8 +180065,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
180067
180065
  })[];
180068
180066
  };
180069
180067
  contentHash: string;
180070
- snapshotId: string;
180071
- roomId?: string | undefined;
180072
180068
  }, {
180073
180069
  page: {
180074
180070
  data: {
@@ -180783,8 +180779,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
180783
180779
  })[];
180784
180780
  };
180785
180781
  contentHash: string;
180786
- snapshotId: string;
180787
- roomId?: string | undefined;
180788
180782
  }>;
180789
180783
  type RestoredDocumentationPage = z.infer<typeof RestoredDocumentationPage>;
180790
180784
  declare const RestoredDocumentationGroup: z.ZodObject<{
package/dist/index.d.ts CHANGED
@@ -179869,8 +179869,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
179869
179869
  })[];
179870
179870
  }>;
179871
179871
  contentHash: z.ZodString;
179872
- snapshotId: z.ZodString;
179873
- roomId: z.ZodOptional<z.ZodString>;
179874
179872
  }, "strip", z.ZodTypeAny, {
179875
179873
  page: {
179876
179874
  data: {
@@ -180067,8 +180065,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
180067
180065
  })[];
180068
180066
  };
180069
180067
  contentHash: string;
180070
- snapshotId: string;
180071
- roomId?: string | undefined;
180072
180068
  }, {
180073
180069
  page: {
180074
180070
  data: {
@@ -180783,8 +180779,6 @@ declare const RestoredDocumentationPage: z.ZodObject<{
180783
180779
  })[];
180784
180780
  };
180785
180781
  contentHash: string;
180786
- snapshotId: string;
180787
- roomId?: string | undefined;
180788
180782
  }>;
180789
180783
  type RestoredDocumentationPage = z.infer<typeof RestoredDocumentationPage>;
180790
180784
  declare const RestoredDocumentationGroup: z.ZodObject<{
package/dist/index.js CHANGED
@@ -5088,9 +5088,7 @@ var RestoredDocumentationPage = _zod.z.object({
5088
5088
  page: DocumentationPageV2,
5089
5089
  pageParent: ElementGroup,
5090
5090
  pageContent: DocumentationPageContentData,
5091
- contentHash: _zod.z.string(),
5092
- snapshotId: _zod.z.string(),
5093
- roomId: _zod.z.string().optional()
5091
+ contentHash: _zod.z.string()
5094
5092
  });
5095
5093
  var RestoredDocumentationGroup = _zod.z.object({
5096
5094
  group: ElementGroup,