@supernova-studio/model 0.47.67 → 0.47.69

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
@@ -3156,7 +3156,8 @@ var DesignSystemVersion = z119.object({
3156
3156
  comment: z119.string(),
3157
3157
  isReadonly: z119.boolean(),
3158
3158
  changeLog: z119.string(),
3159
- parentId: z119.string().optional()
3159
+ parentId: z119.string().optional(),
3160
+ isDraftsFeatureAdopted: z119.boolean()
3160
3161
  });
3161
3162
  var VersionCreationJobStatus = z119.enum(["Success", "InProgress", "Error"]);
3162
3163
  var VersionCreationJob = z119.object({