@supernova-studio/model 0.47.45 → 0.47.47

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.js CHANGED
@@ -2720,7 +2720,8 @@ var ThemeUpdateImportModelInput = _zod.z.object({
2720
2720
  // src/dsm/import/tokens.ts
2721
2721
 
2722
2722
  var DesignTokenImportModelPart = _zod.z.object({
2723
- collection: _zod.z.string().optional()
2723
+ collection: _zod.z.string().optional(),
2724
+ codeSyntax: _zod.z.record(_zod.z.coerce.string()).optional()
2724
2725
  });
2725
2726
  var DesignTokenImportModelBase = ImportModelBase.extend(DesignTokenImportModelPart.shape).extend({
2726
2727
  origin: DesignTokenOrigin
@@ -3243,7 +3244,11 @@ var DesignSystemVersionRoomUpdate = _zod.z.object({
3243
3244
  pages: _zod.z.array(DocumentationPageV2),
3244
3245
  groups: _zod.z.array(ElementGroup),
3245
3246
  deletedPageIds: _zod.z.array(_zod.z.string()),
3246
- deletedGroupIds: _zod.z.array(_zod.z.string())
3247
+ deletedGroupIds: _zod.z.array(_zod.z.string()),
3248
+ publishedPageSnapshots: _zod.z.array(DocumentationPageSnapshot),
3249
+ publishedGroupSnapshots: _zod.z.array(ElementGroupSnapshot),
3250
+ deletedPageSnapshots: _zod.z.array(DocumentationPageSnapshot),
3251
+ deletedGroupSnapshots: _zod.z.array(ElementGroupSnapshot)
3247
3252
  });
3248
3253
 
3249
3254
  // src/liveblocks/rooms/documentation-page-room.ts