@supernova-studio/model 1.80.2 → 1.81.1

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
@@ -946,6 +946,19 @@ declare const FeaturesSummary: z$1.ZodObject<{
946
946
  errorReason: string;
947
947
  enabled: boolean;
948
948
  }>;
949
+ forgeAttachFigmaFrames: z$1.ZodObject<{
950
+ enabled: z$1.ZodBoolean;
951
+ errorMessage: z$1.ZodString;
952
+ errorReason: z$1.ZodString;
953
+ }, "strip", z$1.ZodTypeAny, {
954
+ errorMessage: string;
955
+ errorReason: string;
956
+ enabled: boolean;
957
+ }, {
958
+ errorMessage: string;
959
+ errorReason: string;
960
+ enabled: boolean;
961
+ }>;
949
962
  forgeActiveProjectContexts: z$1.ZodObject<{
950
963
  max: z$1.ZodOptional<z$1.ZodNumber>;
951
964
  errorMessage: z$1.ZodString;
@@ -1164,6 +1177,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
1164
1177
  errorReason: string;
1165
1178
  enabled: boolean;
1166
1179
  };
1180
+ forgeAttachFigmaFrames: {
1181
+ errorMessage: string;
1182
+ errorReason: string;
1183
+ enabled: boolean;
1184
+ };
1167
1185
  forgeActiveProjectContexts: {
1168
1186
  errorMessage: string;
1169
1187
  errorReason: string;
@@ -1342,6 +1360,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
1342
1360
  errorReason: string;
1343
1361
  enabled: boolean;
1344
1362
  };
1363
+ forgeAttachFigmaFrames: {
1364
+ errorMessage: string;
1365
+ errorReason: string;
1366
+ enabled: boolean;
1367
+ };
1345
1368
  forgeActiveProjectContexts: {
1346
1369
  errorMessage: string;
1347
1370
  errorReason: string;
package/dist/index.d.ts CHANGED
@@ -946,6 +946,19 @@ declare const FeaturesSummary: z$1.ZodObject<{
946
946
  errorReason: string;
947
947
  enabled: boolean;
948
948
  }>;
949
+ forgeAttachFigmaFrames: z$1.ZodObject<{
950
+ enabled: z$1.ZodBoolean;
951
+ errorMessage: z$1.ZodString;
952
+ errorReason: z$1.ZodString;
953
+ }, "strip", z$1.ZodTypeAny, {
954
+ errorMessage: string;
955
+ errorReason: string;
956
+ enabled: boolean;
957
+ }, {
958
+ errorMessage: string;
959
+ errorReason: string;
960
+ enabled: boolean;
961
+ }>;
949
962
  forgeActiveProjectContexts: z$1.ZodObject<{
950
963
  max: z$1.ZodOptional<z$1.ZodNumber>;
951
964
  errorMessage: z$1.ZodString;
@@ -1164,6 +1177,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
1164
1177
  errorReason: string;
1165
1178
  enabled: boolean;
1166
1179
  };
1180
+ forgeAttachFigmaFrames: {
1181
+ errorMessage: string;
1182
+ errorReason: string;
1183
+ enabled: boolean;
1184
+ };
1167
1185
  forgeActiveProjectContexts: {
1168
1186
  errorMessage: string;
1169
1187
  errorReason: string;
@@ -1342,6 +1360,11 @@ declare const FeaturesSummary: z$1.ZodObject<{
1342
1360
  errorReason: string;
1343
1361
  enabled: boolean;
1344
1362
  };
1363
+ forgeAttachFigmaFrames: {
1364
+ errorMessage: string;
1365
+ errorReason: string;
1366
+ enabled: boolean;
1367
+ };
1345
1368
  forgeActiveProjectContexts: {
1346
1369
  errorMessage: string;
1347
1370
  errorReason: string;
package/dist/index.js CHANGED
@@ -161,6 +161,7 @@ var FeaturesSummary = _zod.z.object({
161
161
  forgeActiveFeaturesPerProject: featureLimitedSchema,
162
162
  forgeActiveDocumentsPerProject: featureLimitedSchema,
163
163
  forgePrivateProjects: featureToggleSchema,
164
+ forgeAttachFigmaFrames: featureToggleSchema,
164
165
  forgeActiveProjectContexts: featureLimitedSchema,
165
166
  forgeFeatureWorkspacePublishing: featureToggleSchema,
166
167
  forgeFeatureHideSupernovaUI: featureToggleSchema,