@supernova-studio/model 0.51.0 → 0.51.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.js CHANGED
@@ -2808,6 +2808,8 @@ var FigmaNodeReference = DesignElementBase.extend({
2808
2808
  var DesignTokenOriginPart = _zod.z.object({
2809
2809
  referenceOriginId: _zod.z.string().optional(),
2810
2810
  referenceOriginKey: _zod.z.string().optional(),
2811
+ referenceOriginName: _zod.z.string().optional(),
2812
+ referenceOriginRemote: _zod.z.boolean().optional(),
2811
2813
  referencePersistentId: _zod.z.string().optional(),
2812
2814
  referenceResolutionFailed: _zod.z.boolean().optional(),
2813
2815
  key: _zod.z.string().optional()
@@ -4360,7 +4362,8 @@ var DesignSystemVersionRoom = Entity.extend({
4360
4362
  var DesignSystemVersionRoomInternalSettings = _zod.z.object({
4361
4363
  routingVersion: _zod.z.string(),
4362
4364
  isDraftFeatureAdopted: _zod.z.boolean(),
4363
- isApprovalFeatureEnabled: _zod.z.boolean()
4365
+ isApprovalFeatureEnabled: _zod.z.boolean(),
4366
+ approvalRequiredForPublishing: _zod.z.boolean()
4364
4367
  });
4365
4368
  var DesignSystemVersionRoomInitialState = _zod.z.object({
4366
4369
  pages: _zod.z.array(DocumentationPageV2),