@supernova-studio/model 1.71.1 → 1.71.3

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 CHANGED
@@ -86072,7 +86072,6 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86072
86072
  }>;
86073
86073
  } & {
86074
86074
  type: z$1.ZodLiteral<"COMPONENT_INSTANCE">;
86075
- supernovaId: z$1.ZodString;
86076
86075
  componentSetName: z$1.ZodString;
86077
86076
  componentSetDescription: z$1.ZodString;
86078
86077
  componentName: z$1.ZodString;
@@ -86194,7 +86193,6 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86194
86193
  componentSetName: string;
86195
86194
  props: Record<string, string | boolean>;
86196
86195
  parentId: string | null;
86197
- supernovaId: string;
86198
86196
  componentSetDescription: string;
86199
86197
  componentDescription: string;
86200
86198
  }, {
@@ -86313,7 +86311,6 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86313
86311
  componentSetName: string;
86314
86312
  props: Record<string, string | boolean>;
86315
86313
  parentId: string | null;
86316
- supernovaId: string;
86317
86314
  componentSetDescription: string;
86318
86315
  componentDescription: string;
86319
86316
  }>;
package/dist/index.d.ts CHANGED
@@ -86072,7 +86072,6 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86072
86072
  }>;
86073
86073
  } & {
86074
86074
  type: z$1.ZodLiteral<"COMPONENT_INSTANCE">;
86075
- supernovaId: z$1.ZodString;
86076
86075
  componentSetName: z$1.ZodString;
86077
86076
  componentSetDescription: z$1.ZodString;
86078
86077
  componentName: z$1.ZodString;
@@ -86194,7 +86193,6 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86194
86193
  componentSetName: string;
86195
86194
  props: Record<string, string | boolean>;
86196
86195
  parentId: string | null;
86197
- supernovaId: string;
86198
86196
  componentSetDescription: string;
86199
86197
  componentDescription: string;
86200
86198
  }, {
@@ -86313,7 +86311,6 @@ declare const componentInstanceObjectSchema: z$1.ZodObject<{
86313
86311
  componentSetName: string;
86314
86312
  props: Record<string, string | boolean>;
86315
86313
  parentId: string | null;
86316
- supernovaId: string;
86317
86314
  componentSetDescription: string;
86318
86315
  componentDescription: string;
86319
86316
  }>;
package/dist/index.js CHANGED
@@ -4886,7 +4886,6 @@ var svgNodeObjectSchema = baseDesignNodeObjectSchema.extend({
4886
4886
  });
4887
4887
  var componentInstanceObjectSchema = baseDesignNodeObjectSchema.extend({
4888
4888
  type: _zod.z.literal("COMPONENT_INSTANCE"),
4889
- supernovaId: _zod.z.string(),
4890
4889
  componentSetName: _zod.z.string(),
4891
4890
  componentSetDescription: _zod.z.string(),
4892
4891
  componentName: _zod.z.string(),