@supernova-studio/client 0.46.8 → 0.46.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.mjs CHANGED
@@ -1789,7 +1789,8 @@ var ThemeOrigin = z85.object({
1789
1789
  });
1790
1790
  var Theme = DesignElementBase.extend(DesignElementBrandedPart.shape).extend({
1791
1791
  origin: ThemeOrigin.optional(),
1792
- overrides: z85.array(ThemeOverride)
1792
+ overrides: z85.array(ThemeOverride),
1793
+ codeName: z85.string()
1793
1794
  });
1794
1795
  var FigmaFileDownloadScope = z86.object({
1795
1796
  styles: z86.boolean(),