@supernova-studio/model 1.9.9 → 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.mjs CHANGED
@@ -511,8 +511,14 @@ var AssetValue = z23.object({});
511
511
 
512
512
  // src/dsm/assets/asset.ts
513
513
  import { z as z24 } from "zod";
514
- var AssetType = z24.enum(["Image", "Font"]);
515
- var AssetScope = z24.enum(["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]);
514
+ var AssetType = z24.enum(["Image", "Font", "Generic"]);
515
+ var AssetScope = z24.enum([
516
+ "DocumentationFrame",
517
+ "ComponentThumbnail",
518
+ "DesignSystem",
519
+ "Documentation",
520
+ "DocumentationEmbed"
521
+ ]);
516
522
  var AssetFontProperties = z24.object({
517
523
  family: z24.string(),
518
524
  subfamily: z24.string()