@supernova-studio/model 0.49.2 → 0.51.0

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
@@ -135,7 +135,8 @@ var FeaturesSummary = _zod.z.object({
135
135
  workspacePaidSeats: featureLimitedSchema,
136
136
  workspaceViewers: featureLimitedSchema,
137
137
  customDocumentationExporter: featureToggleSchema,
138
- protectedPages: featureToggleSchema
138
+ protectedPages: featureToggleSchema,
139
+ approvals: featureToggleSchema
139
140
  });
140
141
 
141
142
  // src/billing/invoice.ts
@@ -4096,6 +4097,7 @@ var DesignSystem = _zod.z.object({
4096
4097
  basePrefixes: _zod.z.array(_zod.z.string()),
4097
4098
  designSystemSwitcher: nullishToOptional(DesignSystemSwitcher),
4098
4099
  isApprovalFeatureEnabled: _zod.z.boolean(),
4100
+ approvalRequiredForPublishing: _zod.z.boolean(),
4099
4101
  createdAt: _zod.z.coerce.date(),
4100
4102
  updatedAt: _zod.z.coerce.date()
4101
4103
  });