@supernova-studio/client 0.27.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
@@ -2116,7 +2116,7 @@ var PageBlockDefinition = z92.object({
2116
2116
  name: z92.string(),
2117
2117
  description: z92.string(),
2118
2118
  category: PageBlockCategory,
2119
- icon: PageBlockImageReference.optional(),
2119
+ icon: z92.string().optional(),
2120
2120
  documentationLink: z92.string().optional(),
2121
2121
  searchKeywords: z92.array(z92.string()).optional(),
2122
2122
  item: PageBlockDefinitionItem,