@supernova-studio/client 1.95.1 → 1.95.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.mjs CHANGED
@@ -126,6 +126,8 @@ var featureWithImportJobsSchema = featureLimitedSchema.extend({
126
126
  var FeaturesSummary = z7.object({
127
127
  designSystems: featureLimitedSchema,
128
128
  designSystemSources: featureWithImportJobsSchema,
129
+ designSystemStorybookSources: featureLimitedSchema,
130
+ documentationCustomCssAndJs: featureToggleSchema,
129
131
  designSystemVersions: featureLimitedSchema,
130
132
  themes: featureLimitedSchema,
131
133
  brands: featureLimitedSchema,