@supernova-studio/client 1.96.3 → 1.96.4

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
@@ -11539,6 +11539,7 @@ var DTOForgeProjectContextV2 = _zod.z.object({
11539
11539
  isArchived: _zod.z.boolean(),
11540
11540
  themePreset: _zod.z.string().optional(),
11541
11541
  tokenThemeSets: _zod.z.array(DTOForgeTokenThemeSet).optional(),
11542
+ metadata: DTOObjectMetadata.optional(),
11542
11543
  componentSet: DTOForgeComponentSet,
11543
11544
  iconSet: DTOForgeIconSet,
11544
11545
  theme: DTOForgeProjectTheme,