@supernova-studio/model 1.95.1 → 1.95.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.mjs CHANGED
@@ -133,6 +133,8 @@ var featureWithImportJobsSchema = featureLimitedSchema.extend({
133
133
  var FeaturesSummary = z7.object({
134
134
  designSystems: featureLimitedSchema,
135
135
  designSystemSources: featureWithImportJobsSchema,
136
+ designSystemStorybookSources: featureLimitedSchema,
137
+ documentationCustomCssAndJs: featureToggleSchema,
136
138
  designSystemVersions: featureLimitedSchema,
137
139
  themes: featureLimitedSchema,
138
140
  brands: featureLimitedSchema,