@supernova-studio/client 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.js CHANGED
@@ -565,7 +565,7 @@ var DataSourceFigmaScope = _zod.z.object({
565
565
  documentationFrames: _zod.z.boolean(),
566
566
  tokens: _zod.z.boolean(),
567
567
  themePersistentId: _zod.z.string().optional(),
568
- isUnpublishedImportFallbackEnabled: _zod.z.boolean()
568
+ isUnpublishedContentFallbackEnabled: _zod.z.boolean()
569
569
  });
570
570
  var DataSourceFigmaImportMetadata = _zod.z.object({
571
571
  fileData: DataSourceFigmaFileData.optional(),