@supernova-studio/model 1.71.1 → 1.71.2

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
@@ -4886,7 +4886,6 @@ var svgNodeObjectSchema = baseDesignNodeObjectSchema.extend({
4886
4886
  });
4887
4887
  var componentInstanceObjectSchema = baseDesignNodeObjectSchema.extend({
4888
4888
  type: z125.literal("COMPONENT_INSTANCE"),
4889
- supernovaId: z125.string(),
4890
4889
  componentSetName: z125.string(),
4891
4890
  componentSetDescription: z125.string(),
4892
4891
  componentName: z125.string(),