@supernova-studio/client 0.52.6 → 0.52.7

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
@@ -2002,6 +2002,7 @@ var PageBlockItemSandboxValue = z40.object({
2002
2002
  var PageBlockItemColorValue = z40.record(z40.any());
2003
2003
  var PageBlockItemComponentValue = z40.object({
2004
2004
  selectedPropertyIds: z40.array(z40.string()).optional(),
2005
+ selectedBrandId: z40.string().optional(),
2005
2006
  value: z40.array(
2006
2007
  z40.object({
2007
2008
  entityId: z40.string(),