@supernova-studio/model 0.55.10 → 0.55.11

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
@@ -4923,6 +4923,7 @@ var DesignSystemInviteEmailRecipient = z155.object({
4923
4923
  role: WorkspaceRoleSchema
4924
4924
  });
4925
4925
  var DesignSystemInviteEmailData = z155.object({
4926
+ workspace: Workspace,
4926
4927
  designSystem: DesignSystem,
4927
4928
  invitedBy: User,
4928
4929
  documentationDomain: z155.string().optional()