@supernova-studio/model 0.57.6 → 0.57.7

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
@@ -5352,6 +5352,7 @@ var PersonalAccessToken = z174.object({
5352
5352
  id: z174.string(),
5353
5353
  userId: z174.string(),
5354
5354
  workspaceId: z174.string().optional(),
5355
+ designSystemId: z174.string().optional(),
5355
5356
  workspaceRole: WorkspaceRoleSchema.optional(),
5356
5357
  name: z174.string(),
5357
5358
  hidden: z174.boolean(),