@supernova-studio/model 0.47.11 → 0.47.12

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
@@ -507,7 +507,7 @@ var DataSourceFigmaScope = z28.object({
507
507
  documentationFrames: z28.boolean(),
508
508
  tokens: z28.boolean(),
509
509
  themePersistentId: z28.string().optional(),
510
- isUnpublishedImportFallbackEnabled: z28.boolean()
510
+ isUnpublishedContentFallbackEnabled: z28.boolean()
511
511
  });
512
512
  var DataSourceFigmaImportMetadata = z28.object({
513
513
  fileData: DataSourceFigmaFileData.optional(),