@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.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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(),
|