@supernova-studio/model 0.26.0 → 0.28.0

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
@@ -2381,7 +2381,7 @@ var PageBlockDefinition = z92.object({
2381
2381
  name: z92.string(),
2382
2382
  description: z92.string(),
2383
2383
  category: PageBlockCategory,
2384
- icon: AssetValue.optional(),
2384
+ icon: z92.string().optional(),
2385
2385
  documentationLink: z92.string().optional(),
2386
2386
  searchKeywords: z92.array(z92.string()).optional(),
2387
2387
  item: PageBlockDefinitionItem,