@supernova-studio/model 0.55.31 → 0.55.32

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
@@ -4346,8 +4346,7 @@ var DesignSystemInvitation = z132.object({
4346
4346
  id: z132.string(),
4347
4347
  designSystemId: z132.string(),
4348
4348
  workspaceInvitationId: z132.string(),
4349
- designSystemRole: DesignSystemRole.optional(),
4350
- workspaceRole: WorkspaceRoleSchema.optional()
4349
+ designSystemRole: DesignSystemRole.optional()
4351
4350
  });
4352
4351
 
4353
4352
  // src/dsm/membership/design-system-membership.ts
@@ -4356,8 +4355,7 @@ var DesignSystemMembership = z133.object({
4356
4355
  userId: z133.string(),
4357
4356
  designSystemId: z133.string(),
4358
4357
  designSystemRole: DesignSystemRole.optional(),
4359
- workspaceMembershipId: z133.string(),
4360
- workspaceRole: WorkspaceRoleSchema.optional()
4358
+ workspaceMembershipId: z133.string()
4361
4359
  });
4362
4360
  var DesignSystemMembers = z133.object({
4363
4361
  members: DesignSystemMembership.array(),