@supernova-studio/model 1.9.8 → 1.9.10

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
@@ -511,8 +511,14 @@ var AssetValue = _zod.z.object({});
511
511
 
512
512
  // src/dsm/assets/asset.ts
513
513
 
514
- var AssetType = _zod.z.enum(["Image", "Font"]);
515
- var AssetScope = _zod.z.enum(["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]);
514
+ var AssetType = _zod.z.enum(["Image", "Font", "Generic"]);
515
+ var AssetScope = _zod.z.enum([
516
+ "DocumentationFrame",
517
+ "ComponentThumbnail",
518
+ "DesignSystem",
519
+ "Documentation",
520
+ "DocumentationEmbed"
521
+ ]);
516
522
  var AssetFontProperties = _zod.z.object({
517
523
  family: _zod.z.string(),
518
524
  subfamily: _zod.z.string()
@@ -2004,7 +2010,7 @@ var PageBlockTypeV1 = _zod.z.enum([
2004
2010
  "Guideline",
2005
2011
  "FigmaComponents",
2006
2012
  "FigmaComponentPropsTable",
2007
- "File"
2013
+ "Files"
2008
2014
  ]);
2009
2015
  var PageBlockCodeLanguage = _zod.z.enum([
2010
2016
  "Angular",