@supernova-studio/model 1.48.17 → 1.48.20

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
@@ -5760,6 +5760,7 @@ var DesignSystem = z170.object({
5760
5760
  approvalRequiredForPublishing: z170.boolean(),
5761
5761
  accessMode: DesignSystemAccessMode,
5762
5762
  membersGenerated: z170.boolean(),
5763
+ sharedDraftId: z170.string().optional(),
5763
5764
  createdAt: z170.coerce.date(),
5764
5765
  updatedAt: z170.coerce.date()
5765
5766
  });