@supernova-studio/client 1.9.15 → 1.9.16

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
@@ -330,7 +330,8 @@ var FeaturesSummary = z8.object({
330
330
  designSystemAccessModes: featureToggleSchema,
331
331
  designSystemRoles: featureToggleSchema,
332
332
  documentationPageRedirects: featureToggleSchema,
333
- analytics: featureLimitedSchema
333
+ analytics: featureLimitedSchema,
334
+ designSystemFileSize: featureLimitedSchema
334
335
  });
335
336
  var InvoiceSchema = z9.object({
336
337
  id: z9.string(),