@supernova-studio/model 0.54.8 → 0.54.9

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
@@ -1728,6 +1728,7 @@ var PageBlockTypeV1 = _zod.z.enum([
1728
1728
  "Custom",
1729
1729
  "FigmaFrames",
1730
1730
  "ComponentAssets",
1731
+ "ComponentAssetGroup",
1731
1732
  "RenderCode",
1732
1733
  "Tabs",
1733
1734
  "TabItem",
@@ -2288,7 +2289,8 @@ var PageBlockColorV2 = _zod.z.object({
2288
2289
  var PageBlockAssetEntityMeta = _zod.z.object({
2289
2290
  title: _zod.z.string().optional(),
2290
2291
  description: _zod.z.string().optional(),
2291
- backgroundColor: PageBlockColorV2.optional()
2292
+ backgroundColor: PageBlockColorV2.optional(),
2293
+ showNestedGroups: _zod.z.boolean().optional()
2292
2294
  });
2293
2295
  var PageBlockFigmaComponentEntityMeta = _zod.z.object({
2294
2296
  title: _zod.z.string().optional(),